summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2021-07-03 22:57:18 +0200
committerThomas Orgis2021-07-07 23:53:02 +0200
commit9dc06db064e12f5a89be2e0f4421e5dfcf4650f2 (patch)
treed91a78536036f853f8c4027fa229d45091c0cc7a
parent118c3a8bcd26f6e17b6c4655cc10c63654d07895 (diff)
samba4: add explicit jansson dep to fix build
Insists on --without-json if that's not there.
-rwxr-xr-xnet/samba4/DEPENDS3
-rwxr-xr-xnet/samba4/DETAILS1
-rw-r--r--net/samba4/HISTORY4
3 files changed, 8 insertions, 0 deletions
diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index c3122620a1..d2c84ab635 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -73,6 +73,9 @@ optional_depends dmapi \
"--without-dmapi" \
"for data management API for XFS Filesystem support" &&
+optional_depends jansson \
+ --with{,out}-json \
+ "for JSON printer stuff"
optional_depends libxslt "" "" "to build man pages and documentation" &&
if is_depends_enabled $SPELL libxslt; then
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index db9cb8240e..95270fd698 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -16,6 +16,7 @@ else
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
SOURCE_URL[0]=https://download.samba.org/pub/samba/stable/$SOURCE
fi
+ PATCHLEVEL=1
LICENSE[0]=GPL
WEB_SITE=https://www.samba.org/
KEYWORDS="net"
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index e382e32c88..02cd173de7 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,7 @@
+2021-07-03 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: jansson added
+ * DETAILS: ++PATCHLEVEL
+
2021-01-13 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 4.13.3