Ticket #2521: net-snmp.diff

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

uprev net-snmp to 5.2

  • net-snmp/Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/net-snmp/Portfile,v
    retrieving revision 1.12
    diff -u -r1.12 Portfile
     
    22PortSystem 1.0
    33
    44name                    net-snmp
    5 version                 5.0.9
    6 revision                3
     5version                 5.2
     6revision                0
    77categories              net
    8 maintainers             sean@sfarc.net
     8maintainers             opendarwin.org@darkart.com
    99description             An extendable SNMP implementation
    10 long_description        This is UCD SNMP, a derivative of CMU's SNMP \
     10long_description        This is net-snmp, a derivative of CMU's SNMP \
    1111                                        package. Various tools relating to the Simple \
    1212                                        Network Management Protocol including: an extensible \
    1313                                        agent, an SNMP library, tools to request or set \
     
    1717homepage                http://net-snmp.sourceforge.net/
    1818platforms               darwin
    1919master_sites    sourceforge
    20 checksums               md5 cecd5ec74f5c546c1ea7ed7987b5932b
     20checksums               md5 af1c18209474ec4851b06504aae2a7c1
    2121depends_build   path:/usr/include/netinet/ip_var.h:netinet-headers
    2222patchfiles              patch-Makefile.in
    2323configure.args  --enable-shared --disable-static --with-defaults \
     
    2525                                --with-mib-modules="host disman/event-mib smux" \
    2626                                --with-persistent-directory='\${prefix}/var/net-snmp' \
    2727                                --mandir='\${prefix}/share/man' \
     28                                --infodir='\${prefix}/share/info' \
    2829                                --with-logfile='\${prefix}/var/log' \
    2930                                --without-openssl --without-zlib
    3031default_variants +ssl +zlib
    3132
    3233variant ssl {
    33         depends_lib-append lib:libssl:openssl
     34        depends_lib-append lib:XXX:openssl
    3435        configure.args-delete --without-openssl
    35         configure.args-append --with-openssl
     36        configure.args-append --with-openssl=${prefix}
    3637}
    3738
    3839variant zlib {
    39         depends_lib-append lib:libz:zlib
     40        depends_lib-append lib:XXX:zlib
    4041        configure.args-delete --without-zlib
    41         configure.args-append --with-zlib
     42        configure.args-append --with-zlib=${prefix}
    4243}
    4344
    4445variant server  { depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup }
  • net-snmp/files/patch-Makefile.in

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/net-snmp/files/patch-Makefile.in,v
    retrieving revision 1.2
    diff -u -r1.2 patch-Makefile.in
     
    1 --- Makefile.in.orig    Fri Mar 14 13:45:12 2003
    2 +++ Makefile.in Tue Mar 25 21:20:56 2003
    3 @@ -53,7 +53,7 @@
     1--- Makefile.in.orig    Wed Oct 20 21:02:05 2004
     2+++ Makefile.in Tue Dec 28 20:31:52 2004
     3@@ -66,7 +66,7 @@
    44 # local build rules
    55 #
    66 sedscript: sedscript.in include/net-snmp/net-snmp-config.h $(srcdir)/agent/mibgroup/mibdefs.h