mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix build of net/ngrep on 10.0
This commit is contained in:
parent
66ee3f05dc
commit
1f92d2bde8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329759
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ngrep
|
||||
PORTVERSION= 1.45
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -11,14 +12,13 @@ COMMENT= Network grep
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= ngrep
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-pcap-restart
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= PCRE PORTS_PCAP IPV6 DOCS
|
||||
OPTIONS_DEFAULT= PCRE
|
||||
OPTIONS_DEFAULT= PCRE IPV6
|
||||
PCRE_DESC= Use PCRE instead of GNU regex
|
||||
PORTS_PCAP_DESC= Use ports PCAP instead of system PCAP
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Thu Feb 24 17:24:22 2005
|
||||
+++ Makefile.in Thu Feb 24 17:24:27 2005
|
||||
--- Makefile.in.orig 2006-11-29 00:35:37.000000000 +1100
|
||||
+++ Makefile.in 2013-10-09 02:17:53.000000000 +1100
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
bindir = $(prefix)/bin
|
||||
@ -9,3 +9,12 @@
|
||||
|
||||
BINDIR_INSTALL = $(prefix)/bin
|
||||
MANDIR_INSTALL = $(mandir)/man8
|
||||
@@ -63,7 +63,7 @@
|
||||
rm -f config.status config.cache config.log config.h Makefile
|
||||
|
||||
$(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
|
||||
- $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
|
||||
+ $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
|
||||
|
||||
$(OBJS): Makefile ngrep.c ngrep.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user