Date: Tue, 8 Oct 2013 06:20:34 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329759 - in head/net/ngrep: . files Message-ID: <201310080620.r986KYMF002596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Tue Oct 8 06:20:34 2013 New Revision: 329759 URL: http://svnweb.freebsd.org/changeset/ports/329759 Log: Fix build of net/ngrep on 10.0 Modified: head/net/ngrep/Makefile head/net/ngrep/files/patch-Makefile.in Modified: head/net/ngrep/Makefile ============================================================================== --- head/net/ngrep/Makefile Tue Oct 8 05:47:27 2013 (r329758) +++ head/net/ngrep/Makefile Tue Oct 8 06:20:34 2013 (r329759) @@ -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 Modified: head/net/ngrep/files/patch-Makefile.in ============================================================================== --- head/net/ngrep/files/patch-Makefile.in Tue Oct 8 05:47:27 2013 (r329758) +++ head/net/ngrep/files/patch-Makefile.in Tue Oct 8 06:20:34 2013 (r329759) @@ -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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310080620.r986KYMF002596>