Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2003 03:50:05 -0700 (PDT)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/45502: [New Port] www/mod_accounting : An Apache module that records traffic statistics into a database
Message-ID:  <200306071050.h57Ao5QQ098247@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45502; it has been noted by GNATS.

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: FreeBSD-gnats-submit@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@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
 -



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306071050.h57Ao5QQ098247>