Revision
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

Added Paths

Diff

Modified: trunk/dports/net/wireshark/Portfile (20805 => 20806)


--- 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 (0 => 20806)


--- 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