[83135] trunk/dports/net/ngrep

jmr at macports.org jmr at macports.org
Fri Aug 26 04:08:35 PDT 2011


Revision: 83135
          http://trac.macports.org/changeset/83135
Author:   jmr at macports.org
Date:     2011-08-26 04:08:30 -0700 (Fri, 26 Aug 2011)
Log Message:
-----------
ngrep: fix handling of recursive make flags

Modified Paths:
--------------
    trunk/dports/net/ngrep/Portfile

Added Paths:
-----------
    trunk/dports/net/ngrep/files/
    trunk/dports/net/ngrep/files/Makefile.in.patch

Modified: trunk/dports/net/ngrep/Portfile
===================================================================
--- trunk/dports/net/ngrep/Portfile	2011-08-26 07:57:59 UTC (rev 83134)
+++ trunk/dports/net/ngrep/Portfile	2011-08-26 11:08:30 UTC (rev 83135)
@@ -24,5 +24,8 @@
 use_bzip2		yes
 
 depends_build	port:libpcap
+
+patchfiles      Makefile.in.patch
+
 configure.args	--with-pcap-includes=${prefix}/include \
 				--mandir=${prefix}/share/man

Added: trunk/dports/net/ngrep/files/Makefile.in.patch
===================================================================
--- trunk/dports/net/ngrep/files/Makefile.in.patch	                        (rev 0)
+++ trunk/dports/net/ngrep/files/Makefile.in.patch	2011-08-26 11:08:30 UTC (rev 83135)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2006-11-29 00:35:37.000000000 +1100
++++ Makefile.in	2011-08-26 21:05:27.000000000 +1000
+@@ -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) $(MFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
+ 
+ $(OBJS): Makefile ngrep.c ngrep.h
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110826/70479260/attachment-0001.html>


More information about the macports-changes mailing list