diff options
author | krion <krion@FreeBSD.org> | 2003-11-10 03:52:11 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-10 03:52:11 +0800 |
commit | 7204f109b65d59f46604b3e533f3ac5b0260b390 (patch) | |
tree | aa05f642a960d89ec2a2a83a548c21e3ea4289f6 /net-mgmt | |
parent | ebfcfb9a61f3b3da171a315984bf930d007f1eb1 (diff) | |
download | freebsd-ports-gnome-7204f109b65d59f46604b3e533f3ac5b0260b390.tar.gz freebsd-ports-gnome-7204f109b65d59f46604b3e533f3ac5b0260b390.tar.zst freebsd-ports-gnome-7204f109b65d59f46604b3e533f3ac5b0260b390.zip |
- Update to version 0.5.2
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pmacct/files/patch-pmacct.h | 13 |
3 files changed, 8 insertions, 19 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index d15a2c4c1325..b9a42d04d3e3 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/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,<mysql/mysql.h>,<mysql.h>,' \ - ${WRKSRC}/mysql_plugin.h + @${REINPLACE_CMD} -e \ + 's,<mysql/mysql.h>,<mysql.h>,' \ + ${WRKSRC}/mysql_plugin.h + @${REINPLACE_CMD} -e \ + 's|-O2|${CFLAGS}|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 045704bd4a8b..2709727a9994 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.5.1.tar.gz) = ffa124c6e28e9b2ebe74809dae53d068 +MD5 (pmacct-0.5.2.tar.gz) = 569b1f84036913b8cb1537fcd8c9bfd0 diff --git a/net-mgmt/pmacct/files/patch-pmacct.h b/net-mgmt/pmacct/files/patch-pmacct.h deleted file mode 100644 index c6ed6407af26..000000000000 --- a/net-mgmt/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 <stdlib.h> - #include <errno.h> - --#ifdef HAVE_GETOPT_H --#include <getopt.h> --#endif -- - #include <fcntl.h> - #include <sys/socket.h> - #include <sys/un.h> |