Index: head/www/sarg/Makefile =================================================================== --- head/www/sarg/Makefile (revision 158302) +++ head/www/sarg/Makefile (revision 158303) @@ -1,45 +1,45 @@ # New ports collection makefile for: sarg # Date created: 23.02.2003 # Whom: mt@primats.org.ua # # $FreeBSD$ # PORTNAME= sarg PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= garga@FreeBSD.org COMMENT= Squid log analyzer and HTML report generator PATCH_SITES= http://sarg.sourceforge.net/ PATCHFILES= datafile.patch lastlog.patch GNU_CONFIGURE= yes CONFIGURE_ENV= CC=gcc CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \ --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" \ --enable-htmldir="${PREFIX}/www/${PORTNAME}" \ --enable-mandir="${MAN1PREFIX}/man/man1" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(WITHOUT_GD) GD_PORT?= graphics/gd LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .endif MAN1= sarg.1 post-extract: @${CHMOD} +x ${WRKSRC}/sarg-php/locale post-patch: @${REINPLACE_CMD} -e '/^LDFLAGS/d' ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/www/sarg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/www/sarg/files/patch-css.c =================================================================== --- head/www/sarg/files/patch-css.c (nonexistent) +++ head/www/sarg/files/patch-css.c (revision 158303) @@ -0,0 +1,10 @@ +--- css.c.orig Tue Mar 28 10:25:11 2006 ++++ css.c Tue Mar 28 10:25:41 2006 +@@ -40,6 +40,7 @@ + while(fgets(buf,MAXLEN,fp_in)!=NULL) + fputs(buf,fp_ou); + fputs("\n",fp_ou); ++ fclose(fp_in); + return; + } + Property changes on: head/www/sarg/files/patch-css.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property