pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg Disable gnupg's new iconv code on platf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c6809f0948d
branches:  trunk
changeset: 488768:8c6809f0948d
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Feb 09 11:35:50 2005 +0000

description:
Disable gnupg's new iconv code on platforms that have problems with it
in the default locale (NetBSD < 2.0 and Solaris).
OK'ed by wiz.
Fixes PR pkg/28895.

diffstat:

 security/gnupg/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f4f6ced2ae49 -r 8c6809f0948d security/gnupg/Makefile
--- a/security/gnupg/Makefile   Wed Feb 09 09:50:58 2005 +0000
+++ b/security/gnupg/Makefile   Wed Feb 09 11:35:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/12/25 02:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2005/02/09 11:35:50 markd Exp $
 
 DISTNAME=      gnupg-1.4.0
 CATEGORIES=    security
@@ -36,6 +36,10 @@
 
 INSTALLATION_DIRS=     bin libexec/gnupg man/man1 man/man7 share/gnupg
 
+.if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*))
+CONFIGURE_ARGS+=       --disable-gnupg-iconv
+.endif
+
 # XXX: still needed?
 .if ${OPSYS} == "FreeBSD"
 SUBST_CLASSES=     fixme



Home | Main Index | Thread Index | Old Index