summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-18 11:40:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-18 11:40:04 +0000
commite7b0f977880ef8195d7b8ce851146f778c158ba1 (patch)
tree6b707abf8d8621e9bcb4f385129f5e95769e9154 /security
parentMirror the distfile as upstream has bad habits of (diff)
Fix a long standing bug of lib/charset.alias being overwritten, modified, and badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install. Prevent devel/gettext from installing that files. Fix a couple of ports that actually touch charset.alias during the build phase. Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html) Approved by: kwm (gnome) Exp-run by: miwi
Notes
Notes: svn path=/head/; revision=314556
Diffstat (limited to 'security')
-rw-r--r--security/gnupg1/Makefile1
-rw-r--r--security/gsasl/Makefile8
2 files changed, 3 insertions, 6 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index c4f44850492d..d88d489003c1 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -12,6 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
+USES= charsetfix
USE_BZIP2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 4f4770436dc9..dd7fe5a35411 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: gsasl
-# Date created: Oct 18, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= gsasl
PORTVERSION= 1.8.0
@@ -21,6 +16,7 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
gnutls.26:${PORTSDIR}/security/gnutls \
ntlm.0:${PORTSDIR}/security/libntlm
+USES= charsetfix
USE_GNOME= gnomehack pkgconfig
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes