[csw-devel] SF.net SVN: gar:[3741] csw/mgar/pkg/unbound/trunk/Makefile
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Fri Mar 13 13:29:48 CET 2009
Revision: 3741
http://gar.svn.sourceforge.net/gar/?rev=3741&view=rev
Author: idogan23
Date: 2009-03-13 12:29:48 +0000 (Fri, 13 Mar 2009)
Log Message:
-----------
unbound: fixed dependencies mistake
Modified Paths:
--------------
csw/mgar/pkg/unbound/trunk/Makefile
Modified: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile 2009-03-13 12:27:28 UTC (rev 3740)
+++ csw/mgar/pkg/unbound/trunk/Makefile 2009-03-13 12:29:48 UTC (rev 3741)
@@ -17,12 +17,11 @@
GARCOMPILER = GCC4
-REQUIRED_PKGS = CSWcswclassutils
SPKG_CLASSES = none cswusergroup cswcpsampleconf cswinitsmf
PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswunbound$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/unbound\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/unbound\/unbound.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
# If the url used to check for software update is different of MASTER_SITES, then
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
@@ -34,7 +33,7 @@
CONFIGURE_ARGS += --with-pidfile=/var/run/unbound.pid
CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
-REQUIRED_PKGS = CSWosslrt CSWgcc4corert
+REQUIRED_PKGS = CSWosslrt CSWgcc4corert CSWcswclassutils
post-install-modulated:
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
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