aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/netams/Makefile4
-rw-r--r--net-mgmt/netams/distinfo2
-rw-r--r--net-mgmt/netams/files/patch-Makefile23
-rw-r--r--net/netams/Makefile4
-rw-r--r--net/netams/distinfo2
-rw-r--r--net/netams/files/patch-Makefile23
6 files changed, 34 insertions, 24 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile
index 92640f61c996..fb6d29feb760 100644
--- a/net-mgmt/netams/Makefile
+++ b/net-mgmt/netams/Makefile
@@ -7,10 +7,10 @@
PORTNAME= netams
PORTVERSION= 3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.netams.com/files/
-DISTNAME= ${PORTNAME}-${PORTVERSION}.1770
+DISTNAME= ${PORTNAME}-${PORTVERSION}.1790
MAINTAINER= jura@netams.com
COMMENT= Network Traffic Accounting and Monitoring Software
diff --git a/net-mgmt/netams/distinfo b/net-mgmt/netams/distinfo
index ad407f3073b1..7185e5c4bf87 100644
--- a/net-mgmt/netams/distinfo
+++ b/net-mgmt/netams/distinfo
@@ -1 +1 @@
-MD5 (netams-3.1.1770.tar.gz) = 7ae62ea14be8d979f296284e0b48def3
+MD5 (netams-3.1.1790.tar.gz) = 87710b6d9ecd5897d26d71e70fd118b6
diff --git a/net-mgmt/netams/files/patch-Makefile b/net-mgmt/netams/files/patch-Makefile
index d2c7bad4aa91..eaf83cd7b7bf 100644
--- a/net-mgmt/netams/files/patch-Makefile
+++ b/net-mgmt/netams/files/patch-Makefile
@@ -1,15 +1,21 @@
---- Makefile.orig Thu Dec 25 07:51:58 2003
-+++ Makefile Fri Dec 26 18:07:45 2003
-@@ -10,15 +10,15 @@
- # $NetAMS: netams/Makefile,v 1.25.2.2 2003/11/21 18:48:15 jura Exp $
+--- Makefile.orig Wed Dec 31 11:43:37 2003
++++ Makefile Mon Jan 5 17:16:41 2004
+@@ -10,11 +10,11 @@
+ # $NetAMS: netams/Makefile,v 1.25.2.4 2003/12/31 08:43:37 jura Exp $
##########################################################################
# for FreeBSD, uncomment this
-DEFINE = -DFREEBSD -D_THREAD_SAFE
--LIB = -pthread -lpcap -lcrypt
+-LIB = -lpcap -lcrypt
+DEFINE += -DFREEBSD
+LIB += -lpcap -lcrypt
#
- # DB1 support
+ # For FreeBSD-4.x uncomment this
+-LIB += -pthread
++# LIB += -pthread
+ # For FreeBSD-5.x uncomment this
+ # LIB += -lc_r
+ #
+@@ -22,8 +22,8 @@
# DEFINE+= -DUSE_HASH
#
# MySQL storage support
@@ -20,7 +26,7 @@
#
# PostgreSQL storage support
# DEFINE += -DUSE_POSTGRES
-@@ -48,14 +48,14 @@
+@@ -53,14 +53,14 @@
# DEFINE += -DIPTBL_NONE
##########################################################################
# Define here a PATH variables
@@ -38,11 +44,10 @@
# Uncomment this if you want to enable profiler support
# LIB += -lm -pg
# FLAGS += -pg
-@@ -76,8 +76,7 @@
+@@ -81,7 +81,7 @@
flowmodule.h versions.sh versions_build.dat
CC = g++
--FLAGS += -pthread
-INCLUDE=/usr/local/include
+INCLUDE = ${LOCALBASE}/include
OBJ = $(SRC:.c=.o)
diff --git a/net/netams/Makefile b/net/netams/Makefile
index 92640f61c996..fb6d29feb760 100644
--- a/net/netams/Makefile
+++ b/net/netams/Makefile
@@ -7,10 +7,10 @@
PORTNAME= netams
PORTVERSION= 3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.netams.com/files/
-DISTNAME= ${PORTNAME}-${PORTVERSION}.1770
+DISTNAME= ${PORTNAME}-${PORTVERSION}.1790
MAINTAINER= jura@netams.com
COMMENT= Network Traffic Accounting and Monitoring Software
diff --git a/net/netams/distinfo b/net/netams/distinfo
index ad407f3073b1..7185e5c4bf87 100644
--- a/net/netams/distinfo
+++ b/net/netams/distinfo
@@ -1 +1 @@
-MD5 (netams-3.1.1770.tar.gz) = 7ae62ea14be8d979f296284e0b48def3
+MD5 (netams-3.1.1790.tar.gz) = 87710b6d9ecd5897d26d71e70fd118b6
diff --git a/net/netams/files/patch-Makefile b/net/netams/files/patch-Makefile
index d2c7bad4aa91..eaf83cd7b7bf 100644
--- a/net/netams/files/patch-Makefile
+++ b/net/netams/files/patch-Makefile
@@ -1,15 +1,21 @@
---- Makefile.orig Thu Dec 25 07:51:58 2003
-+++ Makefile Fri Dec 26 18:07:45 2003
-@@ -10,15 +10,15 @@
- # $NetAMS: netams/Makefile,v 1.25.2.2 2003/11/21 18:48:15 jura Exp $
+--- Makefile.orig Wed Dec 31 11:43:37 2003
++++ Makefile Mon Jan 5 17:16:41 2004
+@@ -10,11 +10,11 @@
+ # $NetAMS: netams/Makefile,v 1.25.2.4 2003/12/31 08:43:37 jura Exp $
##########################################################################
# for FreeBSD, uncomment this
-DEFINE = -DFREEBSD -D_THREAD_SAFE
--LIB = -pthread -lpcap -lcrypt
+-LIB = -lpcap -lcrypt
+DEFINE += -DFREEBSD
+LIB += -lpcap -lcrypt
#
- # DB1 support
+ # For FreeBSD-4.x uncomment this
+-LIB += -pthread
++# LIB += -pthread
+ # For FreeBSD-5.x uncomment this
+ # LIB += -lc_r
+ #
+@@ -22,8 +22,8 @@
# DEFINE+= -DUSE_HASH
#
# MySQL storage support
@@ -20,7 +26,7 @@
#
# PostgreSQL storage support
# DEFINE += -DUSE_POSTGRES
-@@ -48,14 +48,14 @@
+@@ -53,14 +53,14 @@
# DEFINE += -DIPTBL_NONE
##########################################################################
# Define here a PATH variables
@@ -38,11 +44,10 @@
# Uncomment this if you want to enable profiler support
# LIB += -lm -pg
# FLAGS += -pg
-@@ -76,8 +76,7 @@
+@@ -81,7 +81,7 @@
flowmodule.h versions.sh versions_build.dat
CC = g++
--FLAGS += -pthread
-INCLUDE=/usr/local/include
+INCLUDE = ${LOCALBASE}/include
OBJ = $(SRC:.c=.o)