ports/45502: [New Port] www/mod_accounting : An Apache module that records traffic statistics into a database

Clement Laforet sheepkiller at cultdeadsheep.org
Sat Jun 7 10:50:06 UTC 2003


The following reply was made to PR ports/45502; it has been noted by GNATS.

From: Clement Laforet <sheepkiller at cultdeadsheep.org>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/45502: [New Port] www/mod_accounting : An Apache module
 that records traffic statistics into a database
Date: Sat, 7 Jun 2003 12:45:16 +0200

 (you can find a clean port here http://www.cultdeadsheep.org/FreeBSD/ports/download/mod_accounting-0.5.tar.gz)
 ChangeLog:
 	- Update to latest PostgrSQL version
 	- Use COMMENT
 	* removed file :
 		pkg-comment
 	
 patch: 
 
 diff -Nru mod_accounting.old/Makefile mod_accounting/Makefile
 --- mod_accounting.old/Makefile	Sat Jun  7 12:32:08 2003
 +++ mod_accounting/Makefile	Sat Jun  7 12:33:18 2003
 @@ -12,8 +12,9 @@
  MASTER_SITE_SUBDIR=	mod-acct
  
  MAINTAINER=	sheepkiller at cultdeadsheep.org
 +COMMENT=	An Apache module that records traffic statistics into a database
  
 -BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
 +BUILD_DEPENDS+=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
  
  MAKE_ARGS+=	APXS="${APXS}"
  APXS?=		${LOCALBASE}/sbin/apxs
 @@ -21,7 +22,7 @@
  .if defined(WITHOUT_PGSQL)
  MAKE_ARGS+=	WITHOUT_PGSQL=YES
  .else
 -LIB_DEPENDS+=	pq.2:${PORTSDIR}/databases/postgresql7
 +LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7
  .endif
  
  .if defined(WITHOUT_MYSQL)
 diff -Nru mod_accounting.old/pkg-comment mod_accounting/pkg-comment
 --- mod_accounting.old/pkg-comment	Sat Jun  7 12:32:08 2003
 +++ mod_accounting/pkg-comment	Thu Jan  1 01:00:00 1970
 @@ -1 +0,0 @@
 -An Apache module that records traffic statistics into a database
 diff -Nru mod_accounting.old/pkg-plist mod_accounting/pkg-plist
 --- mod_accounting.old/pkg-plist	Sat Jun  7 12:32:08 2003
 +++ mod_accounting/pkg-plist	Sat Jun  7 12:34:41 2003
 @@ -6,4 +6,3 @@
  %%PORTDOCS%%share/doc/mod_accounting/FAQ.txt
  %%PORTDOCS%%share/doc/mod_accounting/LICENSE
  %%PORTDOCS%%@dirrm share/doc/mod_accounting
 -



More information about the freebsd-ports-bugs mailing list