1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.1 (1790)

PR:		ports/60923
Submitted by:	Yuriy N. Shkandybin <jura@netams.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-01-05 19:44:12 +00:00
parent 6e5a382186
commit bbdce68e5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97395
6 changed files with 34 additions and 24 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (netams-3.1.1770.tar.gz) = 7ae62ea14be8d979f296284e0b48def3
MD5 (netams-3.1.1790.tar.gz) = 87710b6d9ecd5897d26d71e70fd118b6

View File

@ -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)

View File

@ -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

View File

@ -1 +1 @@
MD5 (netams-3.1.1770.tar.gz) = 7ae62ea14be8d979f296284e0b48def3
MD5 (netams-3.1.1790.tar.gz) = 87710b6d9ecd5897d26d71e70fd118b6

View File

@ -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)