Ticket #26197: net-snmp-agent.diff

File net-snmp-agent.diff, 1.4 KB (added by gjasny@…, 11 years ago)
  • Portfile

    old new  
    55
    66name                    net-snmp
    77version                 5.7.2
     8revision                1
    89categories              net
    910license                 BSD
    1011platforms               darwin
     
    3738configure.env-append    PERLPROG=${prefix}/bin/perl
    3839
    3940configure.args          --with-defaults \
    40                         --disable-agent \
    4141                        --with-sys-contact=nobody@no.where \
    4242                        --with-persistent-directory=${prefix}/var/net-snmp \
    4343                        --mandir=${prefix}/share/man \
     
    5858    configure.args-append --without-openssl
    5959}
    6060
    61 variant server description {Build snmpd} {
    62     configure.args-delete --disable-agent
    63    
    64     startupitem.create  yes
    65     startupitem.name    NetSNMP
    66     startupitem.start   "echo \"NOT starting (net-)snmpd, no real startup item yet\""
    67     startupitem.stop    "echo \"NOT stopping (net-)snmpd, no real startup item yet\""
    68 }
    69 
    7061variant ksm description {support for kerberos based SNMP security} {
    7162    configure.args-append --with-security-modules="usm ksm"
    7263}
     
    9182
    9283install.asroot          yes
    9384
     85startupitem.create      yes
     86startupitem.executable  ${prefix}/sbin/snmpd -f
     87
    9488livecheck.type          regex
    9589livecheck.url           ${homepage}download.html
    9690livecheck.regex         {net-snmp/([0-9.]+)/}