summaryrefslogtreecommitdiff
path: root/www/sarg
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-08-04 18:11:46 +0000
committerben <ben@pkgsrc.org>2006-08-04 18:11:46 +0000
commit0bed650f8d98351c0e455b10ab739d851170c5fe (patch)
tree0ba7b5ab411b2251863f082ff45ece189316056e /www/sarg
parentfbfc12c974cfba8f355102da75d974901fd37d9f (diff)
downloadpkgsrc-0bed650f8d98351c0e455b10ab739d851170c5fe.tar.gz
The sarg tool depends on sorting fields by month name (M), which is a
GNU extension. Depend on GNU coreutils and hardcode the path to GNU sort.
Diffstat (limited to 'www/sarg')
-rw-r--r--www/sarg/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 850af7dba8d..2b6d2137ba1 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/07/10 03:46:49 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2006/08/04 18:11:46 ben Exp $
DISTNAME= sarg-2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sarg/}
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-gcc \
--enable-mandir=${PREFIX}/${PKGMANDIR}/man1 \
--enable-sysconfdir=${PKG_SYSCONFDIR:Q}
+DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
DIST_SUBDIR= ${DISTNAME}
PKG_SYSCONFSUBDIR= sarg
@@ -40,6 +41,15 @@ SUBST_SED.sargconf= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
SUBST_SED.sargconf+= -e 's,@SQUID_ACCESSLOG@,${SQUID_ACCESSLOG},g'
SUBST_SED.sargconf+= -e 's,@SARG_REPORTSDIR@,${SARG_REPORTSDIR},g'
+SUBST_CLASSES+= gsort
+SUBST_MESSAGE.gsort= Adjusting sort to use GNU coreutils
+SUBST_STAGE.gsort= post-patch
+SUBST_FILES.gsort= authfail.c dansguardian_log.c email.c grepday.c \
+ html.c index.c lastlog.c log.c realtime.c siteuser.c \
+ smartfilter.c sort.c squidguard_log.c topsites.c topuser.c \
+ totday.c useragent.c
+SUBST_SED.gsort= -e 's,"sort ,"'"${PREFIX}/bin/${GNU_PROGRAM_PREFIX}sort ,"
+
BUILD_DEFS+= SQUID_ACCESSLOG SARG_REPORTSDIR
MAKE_ENV+= PKG_FLAGS="-DSQUID_ACCESSLOG='\"${SQUID_ACCESSLOG}\"' \
-DSARG_REPORTSDIR='\"${SARG_REPORTSDIR}\"'" \