[71899] trunk/dports/net/etherape

jmr at macports.org jmr at macports.org
Sun Sep 26 03:49:23 PDT 2010


Revision: 71899
          http://trac.macports.org/changeset/71899
Author:   jmr at macports.org
Date:     2010-09-26 03:49:21 -0700 (Sun, 26 Sep 2010)
Log Message:
-----------
etherape: update to 0.9.9

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

Added Paths:
-----------
    trunk/dports/net/etherape/files/configure.patch

Removed Paths:
-------------
    trunk/dports/net/etherape/files/patch-util.h

Modified: trunk/dports/net/etherape/Portfile
===================================================================
--- trunk/dports/net/etherape/Portfile	2010-09-26 10:35:09 UTC (rev 71898)
+++ trunk/dports/net/etherape/Portfile	2010-09-26 10:49:21 UTC (rev 71899)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            etherape
-version         0.9.7
+version         0.9.9
 categories      net
 maintainers     nomaintainer
 description     graphical network monitor
@@ -15,26 +15,13 @@
           Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, \
           and can read traffic from a file as well as live from the network.
 homepage        http://etherape.sourceforge.net/
-master_sites    sourceforge:etherape
+master_sites    sourceforge
 platforms       darwin
-checksums       md5 7b5783090d92abe79634da4b582c6b48
+checksums       md5 5ac4d386284fe8ed31860656cdfefb45 \
+                sha1 8ff818d625a0c7fed4c1d5373ec5665ee0aa9f3d
 
+depends_build   port:gnome-doc-utils
 depends_lib     port:libgnomeui \
-                port:libglade2 \
-                port:libiconv \
-                port:gettext \
                 port:libpcap
-                
-configure.args  --mandir=${prefix}/share/man \
-                --disable-thread-resolver
 
-configure.ldflags-append "-lintl -lresolv"
-configure.cflags-append "-I${prefix}/include"
-
-platform darwin  {
-    patchfiles patch-util.h
-}
-
-post-extract {
-    reinplace "s|,--export-dynamic| |g" ${worksrcpath}/src/Makefile.in
-}
+patchfiles      configure.patch

Added: trunk/dports/net/etherape/files/configure.patch
===================================================================
--- trunk/dports/net/etherape/files/configure.patch	                        (rev 0)
+++ trunk/dports/net/etherape/files/configure.patch	2010-09-26 10:49:21 UTC (rev 71899)
@@ -0,0 +1,31 @@
+--- configure.orig	2010-01-04 10:01:06.000000000 +1100
++++ configure	2010-09-26 20:36:25.000000000 +1000
+@@ -11734,28 +11734,6 @@
+   enableval=$enable_static_pcap; STATIC_PCAP=yes
+ fi
+ 
+-
+-	# Evidently, some systems have pcap.h, etc. in */include/pcap
+-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for extraneous pcap header directories" >&5
+-$as_echo_n "checking for extraneous pcap header directories... " >&6; }
+-	found_pcap_dir=""
+-	for pcap_dir in /usr/include/pcap /usr/local/include/pcap $prefix/include
+-	do
+-	  if test -d $pcap_dir ; then
+-	    CFLAGS="$CFLAGS -I$pcap_dir"
+-	    CPPFLAGS="$CPPFLAGS -I$pcap_dir"
+-	    found_pcap_dir=" $found_pcap_dir -I$pcap_dir"
+-	  fi
+-	done
+-
+-	if test "$found_pcap_dir" != "" ; then
+-	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: found --$found_pcap_dir added to CFLAGS" >&5
+-$as_echo "found --$found_pcap_dir added to CFLAGS" >&6; }
+-	else
+-	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+-$as_echo "not found" >&6; }
+-	fi
+-
+ 	# Pcap header checks
+ 	ac_fn_c_check_header_mongrel "$LINENO" "pcap.h" "ac_cv_header_pcap_h" "$ac_includes_default"
+ if test "x$ac_cv_header_pcap_h" = x""yes; then :

Deleted: trunk/dports/net/etherape/files/patch-util.h
===================================================================
--- trunk/dports/net/etherape/files/patch-util.h	2010-09-26 10:35:09 UTC (rev 71898)
+++ trunk/dports/net/etherape/files/patch-util.h	2010-09-26 10:49:21 UTC (rev 71899)
@@ -1,11 +0,0 @@
---- src/util.h.orig	2009-05-17 20:58:55.000000000 +0200
-+++ src/util.h	2009-05-17 20:59:54.000000000 +0200
-@@ -26,6 +26,8 @@
- #ifndef __UTIL_H__
- #define __UTIL_H__
- 
-+#include <glib.h>
-+
- #ifdef __cplusplus
- extern "C"
- {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100926/fb464cf0/attachment-0001.html>


More information about the macports-changes mailing list