[csw-devel] SF.net SVN: gar:[9896] csw/mgar/pkg/gnupg2/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon May 17 10:20:13 CEST 2010


Revision: 9896
          http://gar.svn.sourceforge.net/gar/?rev=9896&view=rev
Author:   wahwah
Date:     2010-05-17 08:20:12 +0000 (Mon, 17 May 2010)

Log Message:
-----------
gnupg2: Adjusted dependencies, added SKIPTEST ?= 1 for the 2.0.15 version.  The next version will have fixed testing framework.

Modified Paths:
--------------
    csw/mgar/pkg/gnupg2/trunk/Makefile

Modified: csw/mgar/pkg/gnupg2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg2/trunk/Makefile	2010-05-17 07:21:10 UTC (rev 9895)
+++ csw/mgar/pkg/gnupg2/trunk/Makefile	2010-05-17 08:20:12 UTC (rev 9896)
@@ -27,6 +27,12 @@
 # made it into a release at the time of this packaging
 PATCHFILES = sm-libraries.patch
 
+# There's a problem with the testing framework which makes unit tests fail for
+# 2.0.15.  Filed upstream as:
+# https://bugs.g10code.com/gnupg/issue1214
+SKIPTEST ?= 1
+# Please remove this upon upgrade to 2.0.16.
+
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
 NOISALIST  = 1
@@ -66,18 +72,22 @@
 RUNTIME_DEP_PKGS_common += CSWreadline
 RUNTIME_DEP_PKGS_common += CSWzlib
 
+# Not because of shared libraries.
+RUNTIME_DEP_PKGS_CSWgnupg2 += CSWgnupg-agent
+CHECKPKG_OVERRIDES_CSWgnupg2 += surplus-dependency|CSWgnupg-agent
 
 RUNTIME_DEP_PKGS_CSWgnupg2 += $(RUNTIME_DEP_PKGS_common)
-RUNTIME_DEP_PKGS_CSWgnupg2 += CSWgnupg-agent
 RUNTIME_DEP_PKGS_CSWgnupg2 += CSWlibassuan
-RUNTIME_DEP_PKGS_CSWgnupg2 += CSWlibidn
-RUNTIME_DEP_PKGS_CSWgnupg2 += CSWosslrt
 
-RUNTIME_DEP_PKGS_CSWgnupg-agent  = CSWpinentry
+# Pinentry is not because of shared libraries.
+RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWpinentry
+CHECKPKG_OVERRIDES_CSWgnupg-agent += surplus-dependency|CSWpinentry
+
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWgcrypt
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWggettextrt
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWgpgerr
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWiconv
+RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWlibassuan
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWpth
 RUNTIME_DEP_PKGS_CSWgnupg-agent += CSWreadline
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list