[csw-devel] SF.net SVN: gar:[3686] csw/mgar/pkg/unbound/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Tue Mar 10 10:14:58 CET 2009
Revision: 3686
http://gar.svn.sourceforge.net/gar/?rev=3686&view=rev
Author: idogan23
Date: 2009-03-10 09:14:58 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
unbound: fixed dependencies
Modified Paths:
--------------
csw/mgar/pkg/unbound/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/unbound/trunk/files/CSWunbound.depend
Modified: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile 2009-03-10 03:37:31 UTC (rev 3685)
+++ csw/mgar/pkg/unbound/trunk/Makefile 2009-03-10 09:14:58 UTC (rev 3686)
@@ -11,7 +11,7 @@
MASTER_SITES = http://unbound.net/downloads/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWunbound, depend)
+DISTFILES += $(call admfiles,CSWunbound)
DISTFILES += cswunbound
DISTFILES += cswusergroup
@@ -22,7 +22,7 @@
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 = -(\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,6 +34,8 @@
CONFIGURE_ARGS += --with-pidfile=/var/run/unbound.pid
CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
+REQUIRED_PKGS = CSWosslrt CSWgcc4corert
+
post-install-modulated:
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
@ginstall -m 755 $(FILEDIR)/cswunbound $(DESTDIR)/etc/opt/csw/init.d/cswunbound
Deleted: csw/mgar/pkg/unbound/trunk/files/CSWunbound.depend
===================================================================
--- csw/mgar/pkg/unbound/trunk/files/CSWunbound.depend 2009-03-10 03:37:31 UTC (rev 3685)
+++ csw/mgar/pkg/unbound/trunk/files/CSWunbound.depend 2009-03-10 09:14:58 UTC (rev 3686)
@@ -1,3 +0,0 @@
-P CSWcommon
-P CSWosslrt
-P CSWgcc4corert
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