From 46f7fd71793b06f90dcdfdc0d4f2d934574db26a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 9 Nov 2003 19:52:11 +0000 Subject: - Update to version 0.5.2 --- net/pmacct/Makefile | 12 +++++++----- net/pmacct/distinfo | 2 +- net/pmacct/files/patch-pmacct.h | 13 ------------- 3 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 net/pmacct/files/patch-pmacct.h (limited to 'net') diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index d15a2c4c1325..b9a42d04d3e3 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -26,12 +26,14 @@ GNU_CONFIGURE= yes USE_GETOPT_LONG=yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" pre-patch: - @${REINPLACE_CMD} -e \ - 's,,,' \ - ${WRKSRC}/mysql_plugin.h + @${REINPLACE_CMD} -e \ + 's,,,' \ + ${WRKSRC}/mysql_plugin.h + @${REINPLACE_CMD} -e \ + 's|-O2|${CFLAGS}|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/net/pmacct/distinfo b/net/pmacct/distinfo index 045704bd4a8b..2709727a9994 100644 --- a/net/pmacct/distinfo +++ b/net/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.5.1.tar.gz) = ffa124c6e28e9b2ebe74809dae53d068 +MD5 (pmacct-0.5.2.tar.gz) = 569b1f84036913b8cb1537fcd8c9bfd0 diff --git a/net/pmacct/files/patch-pmacct.h b/net/pmacct/files/patch-pmacct.h deleted file mode 100644 index c6ed6407af26..000000000000 --- a/net/pmacct/files/patch-pmacct.h +++ /dev/null @@ -1,13 +0,0 @@ ---- pmacct.h.orig Thu May 8 11:59:46 2003 -+++ pmacct.h Tue May 13 10:00:09 2003 -@@ -32,10 +32,6 @@ - #include - #include - --#ifdef HAVE_GETOPT_H --#include --#endif -- - #include - #include - #include -- cgit v1.2.3