pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme Turn off swig/python detection the hard...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9027090c8eb2
branches: trunk
changeset: 360659:9027090c8eb2
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 05 09:28:27 2017 +0000
description:
Turn off swig/python detection the hard way.
Add comment about test failures.
diffstat:
security/gpgme/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 775de0e26ae4 -r 9027090c8eb2 security/gpgme/Makefile
--- a/security/gpgme/Makefile Wed Apr 05 08:58:24 2017 +0000
+++ b/security/gpgme/Makefile Wed Apr 05 09:28:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2017/03/31 10:31:57 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2017/04/05 09:28:27 wiz Exp $
DISTNAME= gpgme-1.8.0
CATEGORIES= security
@@ -15,6 +15,9 @@
PTHREAD_OPTS+= require
INFO_FILES= yes
+# turn off swig/python detection; there is no configure flag as of 1.8.0
+CONFIGURE_ENV+= ac_cv_path_SWIG=
+
SUBST_CLASSES+= pthread
SUBST_FILES.pthread= src/gpgme-config.in
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
@@ -27,6 +30,8 @@
# in either base system or librfuncs
CONFIGURE_ENV+= ac_cv_func_getenv_r=yes
+# 17 errors as of 1.8.0
+# https://dev.gnupg.org/T3056
TEST_TARGET= check
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index