[csw-devel] SF.net SVN: gar:[5244] csw/mgar/pkg/unbound/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Sun Jun 14 12:00:23 CEST 2009
Revision: 5244
http://gar.svn.sourceforge.net/gar/?rev=5244&view=rev
Author: idogan23
Date: 2009-06-14 10:00:23 +0000 (Sun, 14 Jun 2009)
Log Message:
-----------
unbound: bump version to 1.3.0
Modified Paths:
--------------
csw/mgar/pkg/unbound/trunk/Makefile
csw/mgar/pkg/unbound/trunk/checksums
csw/mgar/pkg/unbound/trunk/files/cswusergroup
Modified: csw/mgar/pkg/unbound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unbound/trunk/Makefile 2009-06-14 03:14:42 UTC (rev 5243)
+++ csw/mgar/pkg/unbound/trunk/Makefile 2009-06-14 10:00:23 UTC (rev 5244)
@@ -1,5 +1,5 @@
GARNAME = unbound
-GARVERSION = 1.2.1
+GARVERSION = 1.3.0
CATEGORIES = server
DESCRIPTION = A validating, recursive, and caching DNS resolver
@@ -15,8 +15,6 @@
DISTFILES += cswunbound
DISTFILES += cswusergroup
-GARCOMPILER = GCC4
-
SPKG_CLASSES = none cswusergroup cswcpsampleconf cswinitsmf
PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswunbound$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWunbound\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/unbound\/unbound.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } { print }'
@@ -27,14 +25,26 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
+ifeq ($(shell uname -r),5.8)
+ GARCOMPILER = GCC4
+ REQUIRED_PKGS += CSWgcc4corert
+endif
+ifeq ($(shell uname -r),5.10)
+ GARCOMPILER = SOS12
+endif
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGUTE_ARGS += --with-solaris-threads
CONFIGURE_ARGS += --with-ssl=/opt/csw
CONFIGURE_ARGS += --with-pidfile=/var/run/unbound.pid
CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
-REQUIRED_PKGS = CSWosslrt CSWgcc4corert CSWcswclassutils
+STRIP_LIBTOOL = 0
+REQUIRED_PKGS += CSWosslrt
+REQUIRED_PKGS += CSWcswclassutils
+REQUIRED_PKGS += CSWldns
+
post-install-modulated:
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
@ginstall -m 755 $(FILEDIR)/cswunbound $(DESTDIR)/etc/opt/csw/init.d/cswunbound
Modified: csw/mgar/pkg/unbound/trunk/checksums
===================================================================
--- csw/mgar/pkg/unbound/trunk/checksums 2009-06-14 03:14:42 UTC (rev 5243)
+++ csw/mgar/pkg/unbound/trunk/checksums 2009-06-14 10:00:23 UTC (rev 5244)
@@ -1,4 +1,4 @@
90405f880273db5036c2ebf2e881b998 download/CSWunbound.gspec
75867432e238f5afd48dfe5d138097e9 download/cswunbound
-8496de3efbbda65b6145b421e6d1f076 download/cswusergroup
-5437f2a1e698d8aa73ba19a60662a654 download/unbound-1.2.1.tar.gz
+601effee1051487655f66790762b66fd download/cswusergroup
+783325c26ae1a47be0e496c94f3e1cca download/unbound-1.3.0.tar.gz
Modified: csw/mgar/pkg/unbound/trunk/files/cswusergroup
===================================================================
--- csw/mgar/pkg/unbound/trunk/files/cswusergroup 2009-06-14 03:14:42 UTC (rev 5243)
+++ csw/mgar/pkg/unbound/trunk/files/cswusergroup 2009-06-14 10:00:23 UTC (rev 5244)
@@ -1 +1 @@
-unbound::::::
+unbound:unbound:Unbound DNS Resolver::::
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