[87731] trunk/dports/net/tcpdump

mww at macports.org mww at macports.org
Fri Dec 2 13:17:24 PST 2011


Revision: 87731
          http://trac.macports.org/changeset/87731
Author:   mww at macports.org
Date:     2011-12-02 13:17:23 -0800 (Fri, 02 Dec 2011)
Log Message:
-----------
tcpdump: version 4.2.0

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

Added Paths:
-----------
    trunk/dports/net/tcpdump/files/
    trunk/dports/net/tcpdump/files/patch-ppi.h.diff

Modified: trunk/dports/net/tcpdump/Portfile
===================================================================
--- trunk/dports/net/tcpdump/Portfile	2011-12-02 20:34:22 UTC (rev 87730)
+++ trunk/dports/net/tcpdump/Portfile	2011-12-02 21:17:23 UTC (rev 87731)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                tcpdump
-version             4.1.1
-revision            1
+version             4.2.0
 categories          net
 maintainers         mww openmaintainer
 license             BSD
@@ -17,14 +16,16 @@
 platforms           darwin
 master_sites        ${homepage}release/
 
-checksums           md5     d0dd58bbd6cd36795e05c6f1f74420b0 \
-                    sha1    8f356cbc781192ecb527623d68db90e06aa9d4b9 \
-                    rmd160  97ac07582f26c4126b09de1dcca6851ad02352d1
+checksums           md5     0296d4c487c3a156879783643704bd39 \
+                    sha1    bd1a5559cc11a78db5a7fcea24e7b8b7cc0b9559 \
+                    rmd160  8981438e5a6a7b3bf5475e886625f015400e72c5
 
 depends_lib         port:libpcap port:openssl
 
-configure.args      --disable-smb
+patchfiles          patch-ppi.h.diff
 
+configure.args      --disable-smb --disable-universal
+
 # ugly: beat ./configure to use $prefix BEFORE /usr
 configure.cflags-append "-I${prefix}/include -L${prefix}/lib"
 

Added: trunk/dports/net/tcpdump/files/patch-ppi.h.diff
===================================================================
--- trunk/dports/net/tcpdump/files/patch-ppi.h.diff	                        (rev 0)
+++ trunk/dports/net/tcpdump/files/patch-ppi.h.diff	2011-12-02 21:17:23 UTC (rev 87731)
@@ -0,0 +1,11 @@
+--- ppi.h.orig	2011-12-02 22:14:40.000000000 +0100
++++ ppi.h	2011-12-02 22:14:36.000000000 +0100
+@@ -0,0 +1,8 @@
++typedef struct ppi_header {
++	uint8_t		ppi_ver;
++	uint8_t		ppi_flags;
++	uint16_t	ppi_len;
++	uint32_t	ppi_dlt;
++} ppi_header_t;
++
++#define	PPI_HDRLEN	8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111202/8efd39d9/attachment.html>


More information about the macports-changes mailing list