diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:24:08 +0000 |
commit | 0b7af58b917dddc6b032b67839535374b8264b49 (patch) | |
tree | 1686fec01e909f6cab705332cd47000d8be501db | |
parent | d4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (diff) | |
download | pkgsrc-0b7af58b917dddc6b032b67839535374b8264b49.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Add USE_INET6 to BUILD_DEFS
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/zebra/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 |
5 files changed, 13 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fb12b791817..8f822c30c85 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 1999/08/17 23:54:18 tron Exp $ +# $NetBSD: Makefile,v 1.50 1999/08/18 09:24:08 agc Exp $ # DISTNAME= fetchmail-5.0.6 @@ -15,6 +15,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" +BUILD_DEFS+= USE_KERBEROS4 USE_INET6 + .include "../../mk/bsd.prefs.mk" .if defined(USE_KERBEROS4) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d7b5e2bdeab..af486d58d78 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/07/22 16:02:51 itojun Exp $ +# $NetBSD: Makefile,v 1.24 1999/08/18 09:24:08 agc Exp $ # DISTNAME= rsync-2.3.1 @@ -16,6 +16,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://samba.anu.edu.au/rsync/ +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 885a8ce6297..4ae48181e64 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/08/15 16:21:10 itojun Exp $ +# $NetBSD: Makefile,v 1.13 1999/08/18 09:24:08 agc Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -14,6 +14,8 @@ HOMEPAGE= http://www.zebra.org/ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b6ccc6aeded..1ff4ac48a01 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 1999/08/18 09:11:31 agc Exp $ +# $NetBSD: Makefile,v 1.56 1999/08/18 09:24:08 agc Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -169,6 +169,6 @@ post-install: # targets precede inclusion of this. BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2 -BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS +BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS USE_INET6 .include "../../mk/bsd.pkg.mk" diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 7019c7317ce..944e5670815 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/18 08:29:11 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/18 09:24:09 agc Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -66,7 +66,7 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations PLIST_SRC= ${WRKDIR}/PLIST -BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR +BUILD_DEFS+= APACHE_PERF_TUNING APACHE_SUEXEC USE_INET6 # Note that there is NO static compile module hook here. This is intentional. # Under Apache 1.3, modules can be compiled to link dynamically to the server |