Ticket #52842: fix-tcptrace-52842.diff

File fix-tcptrace-52842.diff, 1.4 KB (added by alangebner, 7 years ago)

FIX to Portfile by applying community patch 6.6.7-3

  • Portfile

    diff -u /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/tcptrace/Portfile ./Portfile
    old new  
    2323homepage            http://tcptrace.org
    2424master_sites        http://tcptrace.org/download.html
    2525
    26 checksums           rmd160  1dd0f373f766322343ffad59d0655eba4c6682e0 \
    27                     sha256  63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd
     26checksums           tcptrace-6.6.7.tar.gz \
     27                        rmd160  1dd0f373f766322343ffad59d0655eba4c6682e0 \
     28                        sha256  63380a4051933ca08979476a9dfc6f959308bc9f60d45255202e388eb56910bd \
     29                    tcptrace_6.6.7-3.diff.gz \
     30                        rmd160  bde0be924b6789189a4a14c6c5adb5b5a7041054 \
     31                        sha256  9a5212155f5cd4bc9bfefaa73da8d3b4084a96865bcc1e96232a1e1b265bb54a
    2832
    2933depends_lib         lib:libpcap:libpcap
    3034
     35patch_sites         ftp://ftp.ca.debian.org/debian-archive/debian/pool/main/t/tcptrace/
     36patchfiles          tcptrace_6.6.7-3.diff.gz
     37patch.pre_args      -p1
     38
    3139post-configure {
    3240    set path "${worksrcpath}"
    3341    reinplace "s|PCAP_INCS    = -I/usr/local/include -I. -I../pcap -I/usr/include/pcap|PCAP_INCS    = -I${prefix}/include|" "${path}/Makefile"