pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add USE_INET6 to BUILD_DEFS as these packages use it. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14bd830aa12a
branches:  trunk
changeset: 476378:14bd830aa12a
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Tue Jun 08 12:23:59 2004 +0000

description:
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.

diffstat:

 audio/esound/Makefile          |  4 +++-
 audio/xmms/Makefile.common     |  4 +++-
 chat/ninja/Makefile            |  4 +++-
 games/gtetrinet/Makefile       |  4 +++-
 lang/ruby-base/Makefile        |  4 +++-
 mail/cyrus-imapd/Makefile      |  4 +++-
 mail/solid-pop3d/Makefile      |  4 +++-
 mbone/sdr/Makefile             |  4 +++-
 net/irrd/Makefile              |  4 +++-
 net/smokeping/Makefile         |  4 +++-
 net/tnftpd/Makefile            |  4 +++-
 news/inn/Makefile              |  3 ++-
 news/leafnode/Makefile         |  4 +++-
 security/tcp_wrappers/Makefile |  4 +++-
 www/wwwoffle/Makefile          |  4 +++-
 15 files changed, 44 insertions(+), 15 deletions(-)

diffs (269 lines):

diff -r 08250551fa9c -r 14bd830aa12a audio/esound/Makefile
--- a/audio/esound/Makefile     Tue Jun 08 10:57:42 2004 +0000
+++ b/audio/esound/Makefile     Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/05/15 07:24:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.51 2004/06/08 12:23:59 cjep Exp $
 
 DISTNAME=              esound-0.2.34
 CATEGORIES=            audio
@@ -20,6 +20,8 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 MAKE_ENV+=             AM_CPPFLAGS='-DDEV_DSP=\"${DEVOSSAUDIO}\"'
 
+BUILD_DEFS+=           USE_INET6
+
 EGDIR=                 ${PREFIX}/share/examples/esound
 CONF_FILES=            ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf
 
diff -r 08250551fa9c -r 14bd830aa12a audio/xmms/Makefile.common
--- a/audio/xmms/Makefile.common        Tue Jun 08 10:57:42 2004 +0000
+++ b/audio/xmms/Makefile.common        Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/05/15 09:18:55 grant Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/06/08 12:23:59 cjep Exp $
 #
 
 DISTNAME=      xmms-1.2.10
@@ -22,6 +22,8 @@
 FILESDIR=              ${.CURDIR}/../../audio/xmms/files
 PATCHDIR=              ${.CURDIR}/../../audio/xmms/patches
 
+BUILD_DEFS+=           USE_INET6
+
 CONFIGURE_ARGS+=       --without-gnome
 SHLIBTOOL_OVERRIDE=    libtool
 
diff -r 08250551fa9c -r 14bd830aa12a chat/ninja/Makefile
--- a/chat/ninja/Makefile       Tue Jun 08 10:57:42 2004 +0000
+++ b/chat/ninja/Makefile       Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/05/07 01:14:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/08 12:23:59 cjep Exp $
 #
 
 DISTNAME=      ninja-1.5.8.1
@@ -13,6 +13,8 @@
 GNU_CONFIGURE= YES
 USE_GNU_TOOLS+=        make
 
+BUILD_DEFS+=           USE_INET6
+
 .if defined(USE_INET6) && ${USE_INET6} == "YES"
 CONFIGURE_ARGS+=       --enable-ipv6
 .endif
diff -r 08250551fa9c -r 14bd830aa12a games/gtetrinet/Makefile
--- a/games/gtetrinet/Makefile  Tue Jun 08 10:57:42 2004 +0000
+++ b/games/gtetrinet/Makefile  Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/04/14 16:15:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/08 12:23:59 cjep Exp $
 #
 
 DISTNAME=      gtetrinet-0.7.1
@@ -18,6 +18,8 @@
 USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      YES
 
+BUILD_DEFS+=           USE_INET6
+
 .include "../../mk/bsd.prefs.mk"
 
 # IPv6 support
diff -r 08250551fa9c -r 14bd830aa12a lang/ruby-base/Makefile
--- a/lang/ruby-base/Makefile   Tue Jun 08 10:57:42 2004 +0000
+++ b/lang/ruby-base/Makefile   Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/03/20 04:39:33 taca Exp $
+# $NetBSD: Makefile,v 1.28 2004/06/08 12:23:59 cjep Exp $
 # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -19,6 +19,8 @@
 RUBY_BUILD_DEPENDS= no
 DIST_SUBDIR=   ruby
 
+BUILD_DEFS+=           USE_INET6
+
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --enable-shared
 MLINKS=                ruby${_RUBY_SUFFIX}.1 ruby.1
diff -r 08250551fa9c -r 14bd830aa12a mail/cyrus-imapd/Makefile
--- a/mail/cyrus-imapd/Makefile Tue Jun 08 10:57:42 2004 +0000
+++ b/mail/cyrus-imapd/Makefile Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/04/25 01:12:39 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2004/06/08 12:23:59 cjep Exp $
 
 DISTNAME=              cyrus-imapd-2.0.17
 PKGREVISION=           3
@@ -16,6 +16,8 @@
 PERL5_CONFIGURE=       NO
 AUTOCONF_REQD=         2.13
 
+BUILD_DEFS+=           USE_INET6
+
 USE_PKGINSTALL=                YES
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
 
diff -r 08250551fa9c -r 14bd830aa12a mail/solid-pop3d/Makefile
--- a/mail/solid-pop3d/Makefile Tue Jun 08 10:57:42 2004 +0000
+++ b/mail/solid-pop3d/Makefile Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 16:54:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/08 12:23:59 cjep Exp $
 
 DISTNAME=              solid-pop3d-0.15
 CATEGORIES=            mail
@@ -19,6 +19,8 @@
 CONFIGURE_ARGS+=       --enable-logextend      \
                        --enable-statistics
 
+BUILD_DEFS+=           USE_INET6
+
 .if defined(SPOP3D_ENABLE_APOP)
 CONFIGURE_ARGS+=       --enable-apop
 PLIST_SRC+=            ${.CURDIR}/PLIST.apop
diff -r 08250551fa9c -r 14bd830aa12a mbone/sdr/Makefile
--- a/mbone/sdr/Makefile        Tue Jun 08 10:57:42 2004 +0000
+++ b/mbone/sdr/Makefile        Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.41 2004/06/08 12:23:59 cjep Exp $
 #
 
 DISTNAME=      sdr-3.0
@@ -16,6 +16,8 @@
 CRYPTO=                yes
 USE_GNU_TOOLS+=        make
 
+BUILD_DEFS+=           USE_INET6
+
 .include "../../mk/bsd.prefs.mk"
 
 .if defined(USE_INET6) && ${USE_INET6} == "YES"
diff -r 08250551fa9c -r 14bd830aa12a net/irrd/Makefile
--- a/net/irrd/Makefile Tue Jun 08 10:57:42 2004 +0000
+++ b/net/irrd/Makefile Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2004/06/08 12:23:59 cjep Exp $
 
 DISTNAME=      irrd2.1.5
 PKGNAME=       irrd-2.1.5
@@ -24,6 +24,8 @@
 CONFIGURE_ARGS+=--disable-thread
 CONFIGURE_ENV+=        YACC=bison
 
+BUILD_DEFS+=   USE_INET6
+
 CPPFLAGS+=     -I${LOCALBASE}/include
 CFLAGS+=       -g
 
diff -r 08250551fa9c -r 14bd830aa12a net/smokeping/Makefile
--- a/net/smokeping/Makefile    Tue Jun 08 10:57:42 2004 +0000
+++ b/net/smokeping/Makefile    Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/12 21:05:15 kim Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/08 12:24:00 cjep Exp $
 
 DISTNAME=      smokeping-1.28
 CATEGORIES=    net
@@ -17,6 +17,8 @@
 PERL5_REQD+=   5.6.0
 USE_PKGINSTALL=        yes
 
+BUILD_DEFS+=   USE_INET6
+
 PKG_SYSCONFSUBDIR?=     smokeping
 MESSAGE_SUBST+=         PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
 
diff -r 08250551fa9c -r 14bd830aa12a net/tnftpd/Makefile
--- a/net/tnftpd/Makefile       Tue Jun 08 10:57:42 2004 +0000
+++ b/net/tnftpd/Makefile       Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/12/20 13:38:37 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/08 12:24:00 cjep Exp $
 #
 
 DISTNAME=              tnftpd-20031217
@@ -22,6 +22,8 @@
 CONF_FILES+=           ${EXAMPLEDIR}/ftpd.conf ${PKG_SYSCONFDIR}/ftpd.conf
 CONF_FILES+=           ${EXAMPLEDIR}/ftpusers ${PKG_SYSCONFDIR}/ftpusers
 
+BUILD_DEFS+=           USE_INET6
+
 .include "../../mk/bsd.prefs.mk"
 
 # Include SOCKS firewall support
diff -r 08250551fa9c -r 14bd830aa12a news/inn/Makefile
--- a/news/inn/Makefile Tue Jun 08 10:57:42 2004 +0000
+++ b/news/inn/Makefile Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2004/06/02 11:43:55 tron Exp $
+# $NetBSD: Makefile,v 1.58 2004/06/08 12:24:00 cjep Exp $
 
 DISTNAME=              inn-2.4.1
 CATEGORIES=            news
@@ -13,6 +13,7 @@
 CONFLICTS+=            nntpclnt-[0-9]*
 
 .include "Makefile.common"
+BUILD_DEFS+=           USE_INET6
 BUILD_DEFS+=           INN_DATA_DIR INN_USER INN_GROUP
 FILES_SUBST+=          INN_DATA_DIR=${INN_DATA_DIR}
 
diff -r 08250551fa9c -r 14bd830aa12a news/leafnode/Makefile
--- a/news/leafnode/Makefile    Tue Jun 08 10:57:42 2004 +0000
+++ b/news/leafnode/Makefile    Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/23 16:01:49 jschauma Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/08 12:24:00 cjep Exp $
 
 DISTNAME=              leafnode-1.9.52.rel
 PKGNAME=               ${DISTNAME:S/.rel//}
@@ -27,6 +27,8 @@
 PKG_GROUPS=            ${LEAFNODE_GROUP}
 LEAFNODE_HOME?=                ${INN_DATA_DIR}
 
+BUILD_DEFS+=           USE_INET6
+
 FILES_SUBST+=  LEAFNODE_SPOOL=${LEAFNODE_SPOOL}
 FILES_SUBST+=  LEAFNODE_CONFDIR=${LEAFNODE_CONFDIR}
 FILES_SUBST+=  LEAFNODE_LOCKDIR=${LEAFNODE_LOCKDIR}
diff -r 08250551fa9c -r 14bd830aa12a security/tcp_wrappers/Makefile
--- a/security/tcp_wrappers/Makefile    Tue Jun 08 10:57:42 2004 +0000
+++ b/security/tcp_wrappers/Makefile    Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/27 22:41:27 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/06/08 12:24:00 cjep Exp $
 
 DISTNAME=      tcp_wrappers_7.6-ipv6.1
 PKGNAME=       tcp_wrappers-7.6.1
@@ -15,6 +15,8 @@
 USE_BUILDLINK3=        yes
 USE_LIBTOOL=   yes
 
+BUILD_DEFS+=           USE_INET6
+
 .include "../../mk/bsd.prefs.mk"
 
 ALL_TARGET.${OPSYS}?=  generic         # good luck!
diff -r 08250551fa9c -r 14bd830aa12a www/wwwoffle/Makefile
--- a/www/wwwoffle/Makefile     Tue Jun 08 10:57:42 2004 +0000
+++ b/www/wwwoffle/Makefile     Tue Jun 08 12:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.50 2004/06/08 12:24:00 cjep Exp $
 
 DISTNAME=      wwwoffle-2.7f
 PKGREVISION=   2
@@ -25,6 +25,8 @@
 
 RCD_SCRIPTS=           wwwoffled
 
+BUILD_DEFS+=           USE_INET6
+
 post-build:
        cd ${WRKSRC}/cache/search/htdig/scripts; \
        for f in wwwoffle-ht*; do \



Home | Main Index | Thread Index | Old Index