aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-04 04:16:59 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-04 04:16:59 +0000
commita3c3f64cbaca4eb49f543252b5087cec063c069c (patch)
tree687493b71d786915123ca2b5240809001ffa425a /net-mgmt/flow-tools
parent186c11938fbd52fbae50dd50b9f69c316c045813 (diff)
downloadports-a3c3f64cbaca4eb49f543252b5087cec063c069c.tar.gz
ports-a3c3f64cbaca4eb49f543252b5087cec063c069c.zip
Notes
Diffstat (limited to 'net-mgmt/flow-tools')
-rw-r--r--net-mgmt/flow-tools/Makefile5
-rw-r--r--net-mgmt/flow-tools/files/patch-lib_Makefile.in11
-rw-r--r--net-mgmt/flow-tools/files/patch-src_Makefile.in11
3 files changed, 3 insertions, 24 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile
index 48eb72b8cc26..0bbd3b080e30 100644
--- a/net-mgmt/flow-tools/Makefile
+++ b/net-mgmt/flow-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= flow-tools
PORTVERSION= 0.68
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/
@@ -17,9 +17,10 @@ OPTIONS_DEFINE= MYSQL OPENSSL PGSQL
CONFLICTS= flow-tools-ng-[0-9]*
USES= python:run
-USE_GCC= any
GNU_CONFIGURE= yes
+CFLAGS+= -fgnu89-inline
CONFIGURE_ARGS+=--localstatedir="${PREFIX}"
+MAKE_ARGS= AM_CFLAGS="${CFLAGS}"
SUB_FILES= pkg-install pkg-deinstall
SUB_LIST= FLOW_CAPTURE_SPOOL="${FLOW_CAPTURE_SPOOL}" \
diff --git a/net-mgmt/flow-tools/files/patch-lib_Makefile.in b/net-mgmt/flow-tools/files/patch-lib_Makefile.in
deleted file mode 100644
index 21aea465d5e1..000000000000
--- a/net-mgmt/flow-tools/files/patch-lib_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.in.orig Wed Dec 20 01:38:19 2006
-+++ lib/Makefile.in Wed Dec 20 01:38:25 2006
-@@ -91,7 +91,7 @@
-
- #AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
- #AM_CFLAGS=-O2
--AM_CFLAGS = -g -Wall
-+#AM_CFLAGS = -g -Wall
-
- DEFS = -I. -I$(srcdir)/lib
-
diff --git a/net-mgmt/flow-tools/files/patch-src_Makefile.in b/net-mgmt/flow-tools/files/patch-src_Makefile.in
deleted file mode 100644
index 7e414cb892c4..000000000000
--- a/net-mgmt/flow-tools/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Wed Dec 20 01:37:38 2006
-+++ src/Makefile.in Wed Dec 20 01:37:57 2006
-@@ -97,7 +97,7 @@
-
- #AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
- #AM_CFLAGS=-O2
--AM_CFLAGS = -g -Wall
-+#AM_CFLAGS = -g -Wall
-
- bin_PROGRAMS = flow-capture flow-cat flow-stat flow-print flow-dscan \
- flow-send flow-receive flow-gen flow-expire \