[125211] trunk/dports/devel/gpgme

devans at macports.org devans at macports.org
Wed Sep 10 00:23:27 PDT 2014


Revision: 125211
          https://trac.macports.org/changeset/125211
Author:   devans at macports.org
Date:     2014-09-10 00:23:27 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
gpgme: patch to use gpg2 for gpg regression tests during build, drop old unused patchfile.

Modified Paths:
--------------
    trunk/dports/devel/gpgme/Portfile

Added Paths:
-----------
    trunk/dports/devel/gpgme/files/patch-tests-gpg-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/devel/gpgme/files/patch-assuan_assuan.h.diff

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2014-09-10 06:46:56 UTC (rev 125210)
+++ trunk/dports/devel/gpgme/Portfile	2014-09-10 07:23:27 UTC (rev 125211)
@@ -32,6 +32,8 @@
 
 use_parallel_build  no
 
+patchfiles          patch-tests-gpg-Makefile.in.diff
+
 post-patch {
     reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/src/gpgme-config.in
 }

Deleted: trunk/dports/devel/gpgme/files/patch-assuan_assuan.h.diff
===================================================================
--- trunk/dports/devel/gpgme/files/patch-assuan_assuan.h.diff	2014-09-10 06:46:56 UTC (rev 125210)
+++ trunk/dports/devel/gpgme/files/patch-assuan_assuan.h.diff	2014-09-10 07:23:27 UTC (rev 125211)
@@ -1,10 +0,0 @@
---- assuan/assuan.h.orig	2005-10-01 14:14:48.000000000 -0600
-+++ assuan/assuan.h	2006-03-22 17:52:35.000000000 -0700
-@@ -24,6 +24,7 @@
- #include <stdio.h>
- #include <sys/types.h>
- #include <unistd.h>
-+#include <sys/socket.h>
- 
- 
- /* To use this file with libraries the following macros are often

Added: trunk/dports/devel/gpgme/files/patch-tests-gpg-Makefile.in.diff
===================================================================
--- trunk/dports/devel/gpgme/files/patch-tests-gpg-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/gpgme/files/patch-tests-gpg-Makefile.in.diff	2014-09-10 07:23:27 UTC (rev 125211)
@@ -0,0 +1,11 @@
+--- tests/gpg/Makefile.in.orig	2014-07-30 02:54:52.000000000 -0700
++++ tests/gpg/Makefile.in	2014-09-09 23:11:39.000000000 -0700
+@@ -393,7 +393,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-GPG = gpg
++GPG = gpg2
+ GPG_AGENT = gpg-agent
+ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) LC_ALL=C GPG_AGENT_INFO=
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/0b503f5c/attachment-0001.html>


More information about the macports-changes mailing list