[csw-devel] SF.net SVN: gar:[7197] csw/mgar/pkg/pkgutil/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Nov 10 03:49:30 CET 2009
Revision: 7197
http://gar.svn.sourceforge.net/gar/?rev=7197&view=rev
Author: bdwalton
Date: 2009-11-10 02:49:30 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
pkgutil: use new CSWcommon disable feature
Modified Paths:
--------------
csw/mgar/pkg/pkgutil/trunk/Makefile
Modified: csw/mgar/pkg/pkgutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/Makefile 2009-11-10 02:42:35 UTC (rev 7196)
+++ csw/mgar/pkg/pkgutil/trunk/Makefile 2009-11-10 02:49:30 UTC (rev 7197)
@@ -10,6 +10,9 @@
package automatically.
endef
+# Disable inclusion of CSWcommon by default.
+COMMON_PKG_DEPENDS =
+
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).zip
DISTFILES += $(call admfiles,CSWpkgutil,prototype)
@@ -21,7 +24,8 @@
SPKG_DESC_CSWpkgutil = $(DESCRIPTION)
SPKG_DESC_CSWpkgutilplus = Extends pkgutil functionality
-REQUIRED_PKGS_CSWpkgutilplus = CSWperl CSWgnupg CSWpkgutil
+# Explicitly depend on CSWcommon here since it's not the default
+REQUIRED_PKGS_CSWpkgutilplus = CSWcommon CSWperl CSWgnupg CSWpkgutil
PKGFILES_CSWpkgutilplus = .*bldcat.*
PKGFILES_CSWpkgutilplus += .*chkcat.*
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