summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-09 19:52:11 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-09 19:52:11 +0000
commit46f7fd71793b06f90dcdfdc0d4f2d934574db26a (patch)
tree68770f01d16dc8ab73ec9480cdcc7a8f2ae776c6 /net
parent- Update to version 0.4.2 (diff)
- Update to version 0.5.2
Notes
Notes: svn path=/head/; revision=93584
Diffstat (limited to 'net')
-rw-r--r--net/pmacct/Makefile12
-rw-r--r--net/pmacct/distinfo2
-rw-r--r--net/pmacct/files/patch-pmacct.h13
3 files changed, 8 insertions, 19 deletions
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,<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/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 <stdlib.h>
- #include <errno.h>
-
--#ifdef HAVE_GETOPT_H
--#include <getopt.h>
--#endif
--
- #include <fcntl.h>
- #include <sys/socket.h>
- #include <sys/un.h>