pkgsrc-WIP-changes archive

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

gnunet: Remove inet6 from options, no longer supported in upcoming release



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

Modified Files:
	gnunet/options.mk

Log Message:
gnunet: Remove inet6 from options, no longer supported in upcoming release

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

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

diffstat:
 gnunet/options.mk | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 5baaad9bbb..67ca983989 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -2,8 +2,8 @@
 #
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.gnunet
-PKG_SUPPORTED_OPTIONS=		gdbm inet6 tdb doc mdoc ssl libgcrypt idn mysql pgsql tests
-PKG_SUGGESTED_OPTIONS=		inet6 doc ssl libgcrypt
+PKG_SUPPORTED_OPTIONS=		gdbm tdb doc mdoc ssl libgcrypt idn mysql pgsql tests
+PKG_SUGGESTED_OPTIONS=		doc ssl libgcrypt
 
 # openssl is currently required by:
 # src/transport/gnunet-transport-certificate-creation
@@ -16,16 +16,6 @@ PKG_SUGGESTED_OPTIONS=		inet6 doc ssl libgcrypt
 .include "../../lang/python37/buildlink3.mk"
 .endif
 
-# IPv6 doesn't compile in this release
-#BUILD_DEFS+=		USE_INET6
-#.if !empty(PKG_OPTIONS:inet6)
-#CONFIGURE_ARGS+=	--enable-ipv6
-#GNUNET_PLIST_ADD+=	lib/libgnunettransport_tcp6.la
-#GNUNET_PLIST_ADD+=	lib/libgnunettransport_udp6.la
-#.else
-CONFIGURE_ARGS+=	--disable-ipv6
-#.endif
-
 .if !empty(PKG_OPTIONS:Mgdbm)
 .include "../../databases/gdbm/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-gdbm=${BUILDLINK_PREFIX.gdbm}


Home | Main Index | Thread Index | Old Index