Ticket #46225: Portfile-net-snmp.diff
File Portfile-net-snmp.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name net-snmp 7 version 5.7.2 8 revision 4 7 version 5.7.3 9 8 categories net 10 9 license BSD 11 10 platforms darwin … … 23 22 handle SNMP traps, a version of the unix 'netstat' \ 24 23 command using SNMP, a Tk/perl MIB browser. 25 24 26 checksums rmd160 392d643e9f2f42ee4fa688b4702329ad005ee12e\27 sha256 09ed31b4cc1f3c0411ef9a16eff79ef3b30d89c32ca46d5a01a41826c4ceb81625 checksums rmd160 c5cf54d5723ee417e07f1f9fa3936aef505104a2 \ 26 sha256 12ef89613c7707dc96d13335f153c1921efc9d61d3708ef09f3fc4a7014fb4f0 28 27 29 28 post-extract { 30 # darwin1 3.h does not exist in 5.7.229 # darwin14.h does not exist in 5.7.3 31 30 # https://sourceforge.net/p/net-snmp/bugs/2504/ 32 copy ${worksrcpath}/include/net-snmp/system/darwin1 2.h ${worksrcpath}/include/net-snmp/system/darwin13.h31 copy ${worksrcpath}/include/net-snmp/system/darwin13.h ${worksrcpath}/include/net-snmp/system/darwin14.h 33 32 } 34 33 35 34 patchfiles patch-configure.diff 36 patchfiles-append patch-include-net-snmp-system-darwin13.h.diff 37 patchfiles-append patch-5.7.2.1.diff 35 patchfiles-append patch-include-net-snmp-system-darwin14.h.diff 38 36 39 37 depends_lib port:openssl \ 40 38 port:zlib \