[24314] trunk/dports/net/xprobe2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 21 06:40:27 PDT 2007


Revision: 24314
          http://trac.macosforge.org/projects/macports/changeset/24314
Author:   pmq at macports.org
Date:     2007-04-21 06:40:26 -0700 (Sat, 21 Apr 2007)

Log Message:
-----------
Remove now useless configure.env.
Cleanup, no other changes.

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

Modified: trunk/dports/net/xprobe2/Portfile
===================================================================
--- trunk/dports/net/xprobe2/Portfile	2007-04-21 13:35:18 UTC (rev 24313)
+++ trunk/dports/net/xprobe2/Portfile	2007-04-21 13:40:26 UTC (rev 24314)
@@ -7,6 +7,7 @@
 version             0.3
 platforms	    darwin
 maintainers	    pmq at macports.org
+
 description         Remote, active OS fingerprinting tool
 long_description    \
     The purpose of the tool is to perform ICMP fingerprinting of remote TCP/IP \
@@ -14,27 +15,23 @@
     implementation of results discovered during 'project X' (see \
     http://www.sys-security.com/html/projects/X.html).
 
-homepage            http://xprobe.sourceforge.net/
+homepage            http://xprobe.sourceforge.net
 master_sites        sourceforge:xprobe
 checksums           md5 3ebb89ed9380038d368327816e34ec54
 
-# Apple already ships pcap, so make it explicitly depend on DP's own version
-# depends_lib         lib:libpcap:libpcap
 depends_lib         port:libpcap
-
-configure.args   --with-libpcap-libraries=${prefix}/lib \
-		 --with-libpcap-includes=${prefix}/include
-
-configure.env       CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
-
 patchfiles	    patch-Makefile.in.diff
 
+configure.args      --with-libpcap-libraries=${prefix}/lib \
+		    --with-libpcap-includes=${prefix}/include
+
 platform darwin 8 {
-post-patch      {
-		cd ${worksrcpath}/src/xpmodules
-                foreach makefile [glob */Makefile.in */*/Makefile.in] {
-                   reinplace "s|CC=@CC@|CXX=@CXX@|g" ${makefile}
-                }
-} 
-configure.args-append CC=gcc-3.3 CXX=g++-3.3
+    post-patch {
+        cd ${worksrcpath}/src/xpmodules
+        foreach makefile [glob */Makefile.in */*/Makefile.in] {
+            reinplace "s|CC=@CC@|CXX=@CXX@|g" ${makefile}
+        }
+    }
+
+    configure.args-append CC=gcc-3.3 CXX=g++-3.3
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070421/dca7fd99/attachment.html


More information about the macports-changes mailing list