Index: head/net-mgmt/pmacct/Makefile =================================================================== --- head/net-mgmt/pmacct/Makefile (revision 147751) +++ head/net-mgmt/pmacct/Makefile (revision 147752) @@ -1,77 +1,77 @@ # New ports collection makefile for: pmacct # Date created: Thu May 8 16:03:11 CEST 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= pmacct -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ MAINTAINER= krion@FreeBSD.org COMMENT= Accounting and aggregation tool for IPv4 and IPv6 traffic GNU_CONFIGURE= yes GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETOPT_LONG=yes USE_REINPLACE= yes OPTIONS= MYSQL "Enable MySQL support." Off \ PGSQL "Enable PostgreSQL support." Off \ MMAP "Enable mmap(2) support." On \ LAYER2 "Enable Layer-2 support: MAC Adresses and VLANs" On .include .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --enable-64bit .endif .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql PLIST_SUB+= WITH_MYSQL="" .else CONFIGURE_ARGS+= --disable-mysql PLIST_SUB+= WITH_MYSQL="@comment " .endif .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+=--enable-pgsql PLIST_SUB+= WITH_PGSQL="" .else CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif .if defined(WITHOUT_MMAP) CONFIGURE_ARGS+=--disable-mmap .else CONFIGURE_ARGS+=--enable-mmap .endif .if defined(WITHOUT_LAYER2) CONFIGURE_ARGS+=--disable-l2 .else CONFIGURE_ARGS+=--enable-l2 .endif post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ChangeLog EXAMPLES FAQS README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/pmacct/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/net-mgmt/pmacct/distinfo =================================================================== --- head/net-mgmt/pmacct/distinfo (revision 147751) +++ head/net-mgmt/pmacct/distinfo (revision 147752) @@ -1,2 +1,3 @@ -MD5 (pmacct-0.9.3.tar.gz) = c1f544fa9e0e74c7b75ead77707fa3d1 -SIZE (pmacct-0.9.3.tar.gz) = 297333 +MD5 (pmacct-0.9.4.tar.gz) = b37ed82f3a5db426f375d56a08c143d0 +SHA256 (pmacct-0.9.4.tar.gz) = 1300c14d29e341b447f20a32316e9119bc3b0f683de0f1b81f47978db84863bc +SIZE (pmacct-0.9.4.tar.gz) = 301118 Property changes on: head/net-mgmt/pmacct/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property