diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 19:44:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-05 19:44:12 +0000 |
commit | bbdce68e5c24757bbce5c880da39626fa6d70098 (patch) | |
tree | 6937c0d99e94b37b5233ee25cf05048310413c07 /net-mgmt | |
parent | 6e5a3821865d984107b8a927d82ddba4249d7637 (diff) | |
download | ports-bbdce68e5c24757bbce5c880da39626fa6d70098.tar.gz ports-bbdce68e5c24757bbce5c880da39626fa6d70098.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netams/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netams/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/netams/files/patch-Makefile | 23 |
3 files changed, 17 insertions, 12 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) |