pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnunet: Remove tdb and gdbm options, no longer supported.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sat Feb 23 01:16:25 2019 +0000
Changeset:	acd0eeda3e23604255244b0dae4ed088d30a9801

Modified Files:
	gnunet/options.mk

Log Message:
gnunet: Remove tdb and gdbm options, no longer supported.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=acd0eeda3e23604255244b0dae4ed088d30a9801

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/options.mk | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 67ca983989..c516714f3d 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -2,7 +2,7 @@
 #
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.gnunet
-PKG_SUPPORTED_OPTIONS=		gdbm tdb doc mdoc ssl libgcrypt idn mysql pgsql tests
+PKG_SUPPORTED_OPTIONS=		doc mdoc ssl libgcrypt idn mysql pgsql tests
 PKG_SUGGESTED_OPTIONS=		doc ssl libgcrypt
 
 # openssl is currently required by:
@@ -16,22 +16,6 @@ PKG_SUGGESTED_OPTIONS=		doc ssl libgcrypt
 .include "../../lang/python37/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mgdbm)
-.include "../../databases/gdbm/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-gdbm=${BUILDLINK_PREFIX.gdbm}
-GNUNET_PLIST_ADD+=	lib/libgnunetafs_database_gdbm.la
-.else
-CONFIGURE_ARGS+=	--without-gdbm
-.endif
-
-.if !empty(PKG_OPTIONS:Mtdb)
-.include "../../databases/tdb/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-tdb=${BDBBASE}
-GNUNET_PLIST_ADD+=	lib/libgnunetafs_database_tdb.la
-.else
-CONFIGURE_ARGS+=	--without-tdb
-.endif
-
 # libgcrypt is used in preference to openssl, per gnunet configure.ac
 .if !empty(PKG_OPTIONS:Mlibgcrypt)
 .include "../../security/libgcrypt/buildlink3.mk"


Home | Main Index | Thread Index | Old Index