Revision: 20806 http://trac.macosforge.org/projects/macports/changeset/20806 Author: ricci@macports.org Date: 2006-11-29 11:57:03 -0800 (Wed, 29 Nov 2006) Log Message: ----------- patch configure so it can find net-snmp. patch sent upstream and has been incorporated already Modified Paths: -------------- trunk/dports/net/wireshark/Portfile Added Paths: ----------- trunk/dports/net/wireshark/files/ trunk/dports/net/wireshark/files/patch-configure Modified: trunk/dports/net/wireshark/Portfile =================================================================== --- trunk/dports/net/wireshark/Portfile 2006-11-29 19:41:16 UTC (rev 20805) +++ trunk/dports/net/wireshark/Portfile 2006-11-29 19:57:03 UTC (rev 20806) @@ -3,7 +3,7 @@ PortSystem 1.0 name wireshark version 0.99.4 -revision 0 +revision 1 categories net maintainers opendarwin.org@darkart.com description Graphical network analyzer and capture tool @@ -21,6 +21,7 @@ sha1 696216d794b418da3cb0a1829281ef65bf3e64ff \ rmd160 6bf940af951ddfcf66157a8cb299e6342dd3f955 +patchfiles patch-configure use_bzip2 yes Added: trunk/dports/net/wireshark/files/patch-configure =================================================================== --- trunk/dports/net/wireshark/files/patch-configure (rev 0) +++ trunk/dports/net/wireshark/files/patch-configure 2006-11-29 19:57:03 UTC (rev 20806) @@ -0,0 +1,11 @@ +--- configure.orig 2006-11-25 22:38:30.000000000 -0800 ++++ configure 2006-11-25 22:40:08.000000000 -0800 +@@ -28319,7 +28319,7 @@ + fi + + else +- NETSNMPCNFIG=$netsnmpconfig ++ NETSNMPCONFIG=$netsnmpconfig + if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then + NETSNMPCONFIG=$netsnmpconfig/bin/net-snmp-config + if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then
participants (1)
-
source_changes@macosforge.org