[Midnightbsd-cvs] mports: security/gnupg1: Hopefully we'll force this not to do the checks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 4 02:39:43 EDT 2008


Log Message:
-----------
Hopefully we'll force this not to do the checks to fix magus.

Modified Files:
--------------
    mports/security/gnupg1:
        Makefile (r1.4 -> r1.5)
    mports/security/gnupg1/files:
        patch-Makefile.in (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnupg1/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L security/gnupg1/Makefile -L security/gnupg1/Makefile -u -r1.4 -r1.5
--- security/gnupg1/Makefile
+++ security/gnupg1/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	1.4.9
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -99,7 +100,4 @@
 	${CHMOD} u+s ${PREFIX}/bin/gpg
 .endif
 
-check:
-	(cd ${WRKSRC}; ${MAKE} check)
-
 .include <bsd.port.post.mk>
Index: patch-Makefile.in
===================================================================
RCS file: /home/cvs/mports/security/gnupg1/files/patch-Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/gnupg1/files/patch-Makefile.in -L security/gnupg1/files/patch-Makefile.in -u -r1.1 -r1.2
--- security/gnupg1/files/patch-Makefile.in
+++ security/gnupg1/files/patch-Makefile.in
@@ -1,6 +1,19 @@
---- Makefile.in.orig	Mon Apr 14 13:29:58 2008
-+++ Makefile.in	Mon Apr 14 13:30:15 2008
-@@ -99,8 +99,7 @@
+--- Makefile.in.orig	Wed Mar 26 13:30:48 2008
++++ Makefile.in	Sun May  4 02:32:04 2008
+@@ -88,19 +88,18 @@
+ CONFIG_CLEAN_FILES = intl/Makefile zlib.h zconf.h
+ SOURCES =
+ DIST_SOURCES =
+-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
++RECURSIVE_TARGETS = all-recursive dvi-recursive \
+ 	html-recursive info-recursive install-data-recursive \
+ 	install-dvi-recursive install-exec-recursive \
+ 	install-html-recursive install-info-recursive \
+ 	install-pdf-recursive install-ps-recursive install-recursive \
+-	installcheck-recursive installdirs-recursive pdf-recursive \
++	installdirs-recursive pdf-recursive \
+ 	ps-recursive uninstall-recursive
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    distclean-recursive maintainer-clean-recursive
  ETAGS = etags
  CTAGS = ctags
@@ -10,3 +23,12 @@
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  distdir = $(PACKAGE)-$(VERSION)
  top_distdir = $(distdir)
+@@ -290,8 +289,6 @@
+                             --enable-camellia --enable-mailto
+ 
+ AUTOMAKE_OPTIONS = dist-bzip2 filename-length-max=99
+- at CROSS_COMPILING_FALSE@checks = checks
+- at CROSS_COMPILING_TRUE@checks = 
+ SUBDIRS = m4 intl zlib util mpi cipher tools g10 keyserver po doc ${checks}
+ EXTRA_DIST = scripts/config.rpath  PROJECTS BUGS config.h.in autogen.sh
+ DISTCLEANFILES = 


More information about the Midnightbsd-cvs mailing list