diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
commit | ffa3c63cd5568c18b81a45ff06013df83da1c908 (patch) | |
tree | 64281e5216e9c50d78ceff428d3e33036f571694 /security | |
parent | 64ebd7c939a6afd390b35f6338c47272b61bfa01 (diff) | |
download | pkgsrc-ffa3c63cd5568c18b81a45ff06013df83da1c908.tar.gz |
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 4 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 4 | ||||
-rw-r--r-- | security/pwsafe/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index c6986f078e4..8a4c227b1cf 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/20 13:48:14 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -87,7 +87,7 @@ PTHREAD_OPTS+= require native # doesn't work with pth . include "../../mail/libmilter/buildlink3.mk" . include "../../mk/pthread.buildlink3.mk" .else -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C PLIST_SUBST+= MILTER="@comment " do-build: replace-interpreter diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index bc957adb73e..99c4d325ed0 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/13 17:37:34 bad Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:18 rillig Exp $ DISTNAME= fwbuilder-2.0.12 CATEGORIES= security net @@ -11,7 +11,7 @@ COMMENT= Firewall Builder GUI USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ UNLIMIT_RESOURCES+= datasize QMAKE= ${QTDIR}/bin/qmake diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 77b8afaa137..d29532aba05 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/13 17:37:34 bad Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ DISTNAME= libfwbuilder-2.0.12 CATEGORIES= security net @@ -11,7 +11,7 @@ COMMENT= Firewall Builder API USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ .include "../../devel/glib2/buildlink3.mk" .include "../../net/net-snmp/buildlink3.mk" diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index 8b1d25d9b7a..ac96c9ca640 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/12 22:57:26 dan Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:18 rillig Exp $ # DISTNAME= pwsafe-0.2.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://nsd.dyndns.org/pwsafe/ COMMENT= CLI based PasswordSafe compatible password manager GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= gmake PKG_INSTALLATION_TYPES= overwrite pkgviews |