Mon Apr 20 21:29:53 2009 UTC ()
Add and enable "squid31" package.


(tron)
diff -r1.640 -r1.641 pkgsrc/www/Makefile
diff -r1.4 -r1.5 pkgsrc/www/squid/Makefile.squid

cvs diff -r1.640 -r1.641 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2009/04/06 11:31:45 1.640
+++ pkgsrc/www/Makefile 2009/04/20 21:29:53 1.641
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.640 2009/04/06 11:31:45 adrianp Exp $ 1# $NetBSD: Makefile,v 1.641 2009/04/20 21:29:53 tron Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= SpeedyCGI 6SUBDIR+= SpeedyCGI
7SUBDIR+= adzap 7SUBDIR+= adzap
8SUBDIR+= album 8SUBDIR+= album
9SUBDIR+= album_themes 9SUBDIR+= album_themes
10SUBDIR+= amaya 10SUBDIR+= amaya
11SUBDIR+= analog 11SUBDIR+= analog
12SUBDIR+= ap-Embperl 12SUBDIR+= ap-Embperl
13SUBDIR+= ap-access-referer 13SUBDIR+= ap-access-referer
14SUBDIR+= ap-auth-cookie 14SUBDIR+= ap-auth-cookie
@@ -468,26 +468,27 @@ SUBDIR+= seamonkey-bin @@ -468,26 +468,27 @@ SUBDIR+= seamonkey-bin
468SUBDIR+= seamonkey-bin-flash 468SUBDIR+= seamonkey-bin-flash
469SUBDIR+= seamonkey-bin-java 469SUBDIR+= seamonkey-bin-java
470SUBDIR+= seamonkey-bin-nightly 470SUBDIR+= seamonkey-bin-nightly
471SUBDIR+= seamonkey-gtk1 471SUBDIR+= seamonkey-gtk1
472SUBDIR+= serf 472SUBDIR+= serf
473SUBDIR+= sitecopy 473SUBDIR+= sitecopy
474SUBDIR+= skipstone 474SUBDIR+= skipstone
475SUBDIR+= snarf 475SUBDIR+= snarf
476SUBDIR+= snownews 476SUBDIR+= snownews
477SUBDIR+= sope 477SUBDIR+= sope
478#SUBDIR+= squid # only contains Makefile fragments 478#SUBDIR+= squid # only contains Makefile fragments
479SUBDIR+= squid27 479SUBDIR+= squid27
480SUBDIR+= squid30 480SUBDIR+= squid30
 481SUBDIR+= squid31
481SUBDIR+= squidGuard 482SUBDIR+= squidGuard
482SUBDIR+= squidpurge 483SUBDIR+= squidpurge
483SUBDIR+= squirm 484SUBDIR+= squirm
484SUBDIR+= surfraw 485SUBDIR+= surfraw
485SUBDIR+= swiftsurf 486SUBDIR+= swiftsurf
486SUBDIR+= swiggle 487SUBDIR+= swiggle
487SUBDIR+= swill 488SUBDIR+= swill
488SUBDIR+= swish-e 489SUBDIR+= swish-e
489SUBDIR+= tcl-cgi 490SUBDIR+= tcl-cgi
490SUBDIR+= thin 491SUBDIR+= thin
491SUBDIR+= thoth 492SUBDIR+= thoth
492SUBDIR+= thoth-delicious 493SUBDIR+= thoth-delicious
493SUBDIR+= thoth-flickr 494SUBDIR+= thoth-flickr

cvs diff -r1.4 -r1.5 pkgsrc/www/squid/Attic/Makefile.squid (expand / switch to unified diff)

--- pkgsrc/www/squid/Attic/Makefile.squid 2009/03/08 11:39:23 1.4
+++ pkgsrc/www/squid/Attic/Makefile.squid 2009/04/20 21:29:53 1.5
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile.squid,v 1.4 2009/03/08 11:39:23 apb Exp $ 1# $NetBSD: Makefile.squid,v 1.5 2009/04/20 21:29:53 tron Exp $
2# 2#
3# used by www/squid26/Makefile 3# used by www/squid26/Makefile
4# used by www/squid27/Makefile 4# used by www/squid27/Makefile
5# used by www/squid30/Makefile 5# used by www/squid30/Makefile
 6# used by www/squid31/Makefile
6 7
7.include "Makefile.common" 8.include "Makefile.common"
8 9
9DOCDIR= share/doc/squid 10DOCDIR= share/doc/squid
10EGDIR= share/examples/squid 11EGDIR= share/examples/squid
11BUILD_DEFS+= LOGDIR VARBASE 12BUILD_DEFS+= LOGDIR VARBASE
12 13
13# 14#
14MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} 15MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
15MAKE_ENV+= PKG_PREFIX=${PREFIX:Q} VARBASE=${VARBASE:Q} 16MAKE_ENV+= PKG_PREFIX=${PREFIX:Q} VARBASE=${VARBASE:Q}
16 17
17CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR:Q} \ 18CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR:Q} \
18 --localstatedir=${SQUID_DATADIR:Q} \ 19 --localstatedir=${SQUID_DATADIR:Q} \