aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/flow-tools
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
commit8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch)
tree8ec8a8ad03e47a7286399402357b1c326bf89c9d /net-mgmt/flow-tools
parentccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff)
parent39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff)
downloadfreebsd-ports-gnome-mate-1.16.tar.gz
freebsd-ports-gnome-mate-1.16.tar.zst
freebsd-ports-gnome-mate-1.16.zip
Merge branch 'master' into mate-1.16mate-1.16
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..d64accf55071 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
+USE_CSTD= gnu89
GNU_CONFIGURE= yes
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 \