Ticket #2058: libnet.diff

File libnet.diff, 1.2 KB (added by opendarwin.org@…, 20 years ago)

patch to net/libnet/Portfile uprev libnet to 1.1.2.1

  • libnet/Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/libnet/Portfile,v
    retrieving revision 1.12
    diff -u -r1.12 Portfile
     
    22
    33PortSystem 1.0
    44name            libnet
    5 version         1.0.2a
    6 revision        1       
     5version         1.1.2.1
    76categories      net
    87maintainers     darwinports@opendarwin.org
    98description     A C library for creating IP packets
     
    2423homepage        http://www.packetfactory.net/libnet/
    2524platforms       darwin
    2625master_sites    http://www.packetfactory.net/libnet/dist/deprecated/
    27 checksums       md5 ddf53f0f484184390e8c2a1bd0853667
    28 depends_build   path:/usr/include/netinet/ip_var.h:netinet-headers
    29 patchfiles      patch-Makefile patch-include-libnet.h
    30 worksrcdir      Libnet-${version}
     26checksums       md5 be845c41170d72c7db524f3411b50256
     27## patchfiles   patch-Makefile patch-include-libnet.h
     28worksrcdir      libnet
    3129
    32 variant darwin {
     30variant darwin 6 {
     31        depends_build   path:/usr/include/netinet/ip_var.h:netinet-headers
    3332        pre-configure {
    3433                file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess
    3534                file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub