[Midnightbsd-cvs] mports: security/gnupg: Add a patch to try to disable the check target.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Apr 10 19:59:00 EDT 2008


Log Message:
-----------
Add a patch to try to disable the check target.  While it would be ideal to keep this, it screws up royally on magus.  This in turn blocks a lot of other ports which use gpg

Modified Files:
--------------
    mports/security/gnupg:
        Makefile (r1.8 -> r1.9)

Added Files:
-----------
    mports/security/gnupg/files:
        patch-Makefile.in (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnupg/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L security/gnupg/Makefile -L security/gnupg/Makefile -u -r1.8 -r1.9
--- security/gnupg/Makefile
+++ security/gnupg/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	2.0.9
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
--- /dev/null
+++ security/gnupg/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Thu Apr 10 19:54:48 2008
++++ Makefile.in	Thu Apr 10 19:55:44 2008
+@@ -661,7 +661,7 @@
+ 	       $(distcleancheck_listfiles) ; \
+ 	       exit 1; } >&2
+ check-am: all-am
+-check: check-recursive
++#check: check-recursive
+ all-am: Makefile config.h
+ installdirs: installdirs-recursive
+ installdirs-am:


More information about the Midnightbsd-cvs mailing list