Ticket #2061: net-snmp.diff

File net-snmp.diff, 1.9 KB (added by opendarwin.org@…, 20 years ago)

diff to net/net-snmp Portfile

  • net-snmp/Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/net-snmp/Portfile,v
    retrieving revision 1.9
    diff -u -r1.9 Portfile
     
    22PortSystem 1.0
    33
    44name                    net-snmp
    5 version                 5.0.9
    6 revision                2
     5version                 5.1.2.pre3
     6revision                0
    77categories              net
    88maintainers             sean@sfarc.net
    99description             An extendable SNMP implementation
     
    1717homepage                http://net-snmp.sourceforge.net/
    1818platforms               darwin
    1919master_sites    sourceforge
    20 checksums               md5 cecd5ec74f5c546c1ea7ed7987b5932b
     20checksums               md5 2eff0abbe20248ebffc802a16dd34eec
    2121depends_build   path:/usr/include/netinet/ip_var.h:netinet-headers
    22 patchfiles              patch-Makefile.in
     22
     23patchfiles      patch-Makefile.in \
     24                patch-agent-mibgroup-mibII-tcpTable.c \
     25                patch-agent-mibgroup-mibII-udpTable.c
     26
    2327configure.args  --enable-shared --disable-static --with-defaults \
    2428                                --with-sys-contact=nobody@no.where \
    2529                                --with-mib-modules="host disman/event-mib smux" \
     
    3034default_variants +ssl +zlib
    3135
    3236variant ssl {
    33         depends_lib-append lib:libssl:openssl
     37        depends_lib-append lib:XXX:openssl
    3438        configure.args-delete --without-openssl
    35         configure.args-append --with-openssl
     39        configure.args-append --with-openssl=${prefix}
    3640}
    3741
    3842variant zlib {
    39         depends_lib-append lib:libz:zlib
     43        depends_lib-append lib:XXX:zlib
    4044        configure.args-delete --without-zlib
    41         configure.args-append --with-zlib
     45        configure.args-append --with-zlib=${prefix}
    4246}
    4347
    4448variant server  { depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup }
     
    4751
    4852destroot.destdir        prefix=${destroot}${prefix} \
    4953                                        exec_prefix=${destroot}${prefix}
     54
    5055post-destroot   { xinstall -d -m 0755 ${destroot}${prefix}/var/net-snmp
    5156                                  system "touch ${destroot}${prefix}/var/net-snmp/.turd" }
    5257