Sat Apr 25 14:06:32 2020 UTC ()
squidGuard: Switch to squid4


(nia)
diff -r1.38 -r1.39 pkgsrc/www/squidGuard/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/www/squidGuard/Makefile (expand / switch to unified diff)

--- pkgsrc/www/squidGuard/Makefile 2019/11/04 22:10:15 1.38
+++ pkgsrc/www/squidGuard/Makefile 2020/04/25 14:06:32 1.39
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.38 2019/11/04 22:10:15 rillig Exp $ 1# $NetBSD: Makefile,v 1.39 2020/04/25 14:06:32 nia Exp $
2 2
3DISTNAME= squidGuard-1.4 3DISTNAME= squidGuard-1.4
4PKGREVISION= 15 4PKGREVISION= 15
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://www.squidguard.org/Downloads/ 6MASTER_SITES= http://www.squidguard.org/Downloads/
7MASTER_SITES+= http://www.squidguard.org/Downloads/Patches/1.4/ 7MASTER_SITES+= http://www.squidguard.org/Downloads/Patches/1.4/
8DISTFILES= ${DEFAULT_DISTFILES} \ 8DISTFILES= ${DEFAULT_DISTFILES} \
9 squidGuard-1.4-patch-20091015.tar.gz \ 9 squidGuard-1.4-patch-20091015.tar.gz \
10 squidGuard-1.4-patch-20091019.tar.gz 10 squidGuard-1.4-patch-20091019.tar.gz
11# http://bugs.squid-cache.org/show_bug.cgi?id=3978 11# http://bugs.squid-cache.org/show_bug.cgi?id=3978
12PATCH_SITES= -http://bugs.squid-cache.org/attachment.cgi?id=2988 12PATCH_SITES= -http://bugs.squid-cache.org/attachment.cgi?id=2988
13PATCHFILES= squidGuard-1.4_upgrade.patch 13PATCHFILES= squidGuard-1.4_upgrade.patch
14PATCH_DIST_STRIP= -p1 14PATCH_DIST_STRIP= -p1
15 15
16MAINTAINER= pkgsrc-users@NetBSD.org 16MAINTAINER= pkgsrc-users@NetBSD.org
17HOMEPAGE= http://www.squidguard.org/ 17HOMEPAGE= http://www.squidguard.org/
18COMMENT= Ultrafast and free filter, redirector and access controller for Squid 18COMMENT= Ultrafast and free filter, redirector and access controller for Squid
19LICENSE= gnu-gpl-v2 19LICENSE= gnu-gpl-v2
20 20
21.include "../../www/squid3/Makefile.common" 21.include "../../www/squid4/Makefile.common"
22 22
23BDB_ACCEPTED= db4 db5 23BDB_ACCEPTED= db4 db5
24USE_TOOLS+= lex yacc perl 24USE_TOOLS+= lex yacc perl
25GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
26CONFIGURE_ARGS+= --with-db-inc=${BDBBASE}/include/${BDB_TYPE} 26CONFIGURE_ARGS+= --with-db-inc=${BDBBASE}/include/${BDB_TYPE}
27CONFIGURE_ARGS+= --with-db-lib=${BDBBASE}/lib/${BDB_TYPE} 27CONFIGURE_ARGS+= --with-db-lib=${BDBBASE}/lib/${BDB_TYPE}
28CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidGuard.conf 28CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidGuard.conf
29CONFIGURE_ARGS+= --with-sg-logdir=${LOGDIR} 29CONFIGURE_ARGS+= --with-sg-logdir=${LOGDIR}
30CONFIGURE_ARGS+= --with-sg-dbhome=${DBDIR} 30CONFIGURE_ARGS+= --with-sg-dbhome=${DBDIR}
31CONFIGURE_ARGS+= --with-squiduser=${SQUID_USER} 31CONFIGURE_ARGS+= --with-squiduser=${SQUID_USER}
32 32
33CHECK_PORTABILITY_SKIP= configure-old 33CHECK_PORTABILITY_SKIP= configure-old
34 34