diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
commit | f721b0e1292e934b07389b4d4548551fd61791d3 (patch) | |
tree | 99303b67db6c12c9bc66a158c4d979478f3ca27e | |
parent | 8432197d1bc0694472d570fcff76c92d3f25118c (diff) | |
download | pkgsrc-f721b0e1292e934b07389b4d4548551fd61791d3.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
-rw-r--r-- | news/knews/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell/Makefile | 4 | ||||
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 |
8 files changed, 24 insertions, 8 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 878b18a6411..3ac18d29a8c 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/03/14 15:07:20 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/18 08:31:13 agc Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0b1 @@ -17,6 +17,8 @@ CONFLICTS= knews-1.0b0 USE_IMAKE= yes +BUILD_DEFS+= DOMAIN_NAME + .include "../../mk/bsd.prefs.mk" # Set DOMAIN_NAME to a string appended to the "From:" header or diff --git a/security/ssh/Makefile b/security/ssh/Makefile index cec539158fc..abb0e726002 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 1999/07/10 22:05:28 itojun Exp $ +# $NetBSD: Makefile,v 1.52 1999/08/18 08:29:58 agc Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -168,4 +168,6 @@ post-install: # Include <bsd.pkg.mk> here. It is essential to have all the override # targets precede inclusion of this. +BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2 + .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 2ea9f71a94a..bb81317dd8a 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/08/10 17:03:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:09 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-dump-honor-nodump \ --without-server --without-restore +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + .if defined(AMANDA_SMB) CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba-2.0.5a:../../net/samba diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 1b329628874..ceb88b33777 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/20 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/18 08:28:10 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -40,6 +40,8 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ CPPFLAGS= +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + pre-install: case `${GREP} -c '^${AMANDA_USER}:' /etc/passwd || ${TRUE}` in \ 0) \ diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 46f9c3c368b..c519b46613a 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/07/13 01:20:14 jlam Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:10 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -41,6 +41,8 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-dump-honor-nodump \ --without-client +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + post-install: ${MKDIR} ${PREFIX}/share/doc/amanda ${MKDIR} ${PREFIX}/share/examples/amanda diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 25ec020aac6..8e7520c38a5 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/05/18 02:18:18 jwise Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/18 08:34:32 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -22,6 +22,8 @@ INFO_FILES= ispell.info CFLAGS+= -DHAVE_INTTYPES_H .endif +BUILD_DEFS+= EXTRA_DICT ISPELL_FR ISPELL_LANG + .include "../../mk/bsd.prefs.mk" .ifdef ISPELL_FR diff --git a/www/apache/Makefile b/www/apache/Makefile index 93126249e98..6a91b816234 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/07/23 18:20:04 itojun Exp $ +# $NetBSD: Makefile,v 1.37 1999/08/18 08:29:10 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 @@ -54,6 +54,8 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations PLIST_SRC= ${WRKDIR}/PLIST +BUILD_DEFS+= APACHE_PERF_TUNING APACHE_SUEXEC + # 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 # using the "apxs" program. See apxs(8). diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 802e4dc7843..7019c7317ce 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/23 18:19:29 itojun Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/18 08:29:11 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,6 +66,8 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations PLIST_SRC= ${WRKDIR}/PLIST +BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR + # 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 # using the "apxs" program. See apxs(8). |