pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpgme



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  5 09:28:27 UTC 2017

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
Turn off swig/python detection the hard way.
Add comment about test failures.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/gpgme/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.79 pkgsrc/security/gpgme/Makefile:1.80
--- pkgsrc/security/gpgme/Makefile:1.79 Fri Mar 31 10:31:57 2017
+++ pkgsrc/security/gpgme/Makefile      Wed Apr  5 09:28:27 2017
@@ -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 @@ GNU_CONFIGURE=                yes
 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 @@ LIBS.SunOS+=          -lnsl -lsocket
 # 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