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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jun 28 17:52:35 CEST 2012


Revision: 18591
          http://gar.svn.sourceforge.net/gar/?rev=18591&view=rev
Author:   bdwalton
Date:     2012-06-28 15:52:34 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
squid/trunk: update dependencies and build on sol10 instead of sol9

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

Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile	2012-06-28 14:33:22 UTC (rev 18590)
+++ csw/mgar/pkg/squid/trunk/Makefile	2012-06-28 15:52:34 UTC (rev 18591)
@@ -7,6 +7,8 @@
 DISTNAME = $(NAME)-$(DISTVERSION)
 RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/')
 
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
 DESCRIPTION = High performance Web proxy cache
 define BLURB
   Squid is a high performance Web proxy cache that can be arranged
@@ -16,8 +18,12 @@
 
 PACKAGES = CSWsquid
 CATALOGNAME_CSWsquid = squid
-RUNTIME_DEP_PKGS_CSWsquid = CSWoldaprt CSWosslrt CSWsasl
-PACKAGING_PLATFORMS =  solaris9-sparc solaris9-i386
+
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWsquid += CSWliblber2-4-2
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibsasl2-2
+RUNTIME_DEP_PKGS_CSWsquid += CSWlibldap2-4-2
+
 INITSMF = /etc/opt/csw/init.d/csw$(NAME)
 PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf
 PRESERVECONF = /etc/opt/csw/$(NAME)/squid.conf

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