Hi yeled,

this is the gettext upgrade "bug". See http://trac.macosforge.org/projects/macports/wiki/ProblemHotlist.
-- Pierre


Charlie Allom wrote:
either this or the .94 bump broke my wireshark configure.

configure:21540: result: no
configure:21573: gcc -o conftest -no-cpp-precomp -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W -g -O2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Wl,-search_paths_first conftest.c -L/opt/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -liconv >&5 /usr/bin/ld: warning can't open dynamic library: /opt/local/lib/libintl.3.dylib referenced from: /opt/local/lib/libgmodule-2.0.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
configure:21579: $? = 0
configure:21582: test -z              || test ! -s conftest.err
configure:21585: $? = 0
configure:21588: test -s conftest
configure:21591: $? = 0
configure:21620: error: GLib2 distribution not found.


On 29/11/2006, at 7:57 PM, [EMAIL PROTECTED] wrote:

Revision: 20806
          http://trac.macosforge.org/projects/macports/changeset/20806
Author:   [EMAIL PROTECTED]
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    [EMAIL PROTECTED]
 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

_______________________________________________
macports-changes mailing list
[EMAIL PROTECTED]
http://lists.macosforge.org/mailman/listinfo/macports-changes

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to