RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/net-snmp/Portfile,v
retrieving revision 1.12
diff -u -r1.12 Portfile
|
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | |
4 | 4 | name net-snmp |
5 | | version 5.0.9 |
6 | | revision 3 |
| 5 | version 5.2 |
| 6 | revision 0 |
7 | 7 | categories net |
8 | | maintainers sean@sfarc.net |
| 8 | maintainers opendarwin.org@darkart.com |
9 | 9 | description An extendable SNMP implementation |
10 | | long_description This is UCD SNMP, a derivative of CMU's SNMP \ |
| 10 | long_description This is net-snmp, a derivative of CMU's SNMP \ |
11 | 11 | package. Various tools relating to the Simple \ |
12 | 12 | Network Management Protocol including: an extensible \ |
13 | 13 | agent, an SNMP library, tools to request or set \ |
… |
… |
|
17 | 17 | homepage http://net-snmp.sourceforge.net/ |
18 | 18 | platforms darwin |
19 | 19 | master_sites sourceforge |
20 | | checksums md5 cecd5ec74f5c546c1ea7ed7987b5932b |
| 20 | checksums md5 af1c18209474ec4851b06504aae2a7c1 |
21 | 21 | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
22 | 22 | patchfiles patch-Makefile.in |
23 | 23 | configure.args --enable-shared --disable-static --with-defaults \ |
… |
… |
|
25 | 25 | --with-mib-modules="host disman/event-mib smux" \ |
26 | 26 | --with-persistent-directory='\${prefix}/var/net-snmp' \ |
27 | 27 | --mandir='\${prefix}/share/man' \ |
| 28 | --infodir='\${prefix}/share/info' \ |
28 | 29 | --with-logfile='\${prefix}/var/log' \ |
29 | 30 | --without-openssl --without-zlib |
30 | 31 | default_variants +ssl +zlib |
31 | 32 | |
32 | 33 | variant ssl { |
33 | | depends_lib-append lib:libssl:openssl |
| 34 | depends_lib-append lib:XXX:openssl |
34 | 35 | configure.args-delete --without-openssl |
35 | | configure.args-append --with-openssl |
| 36 | configure.args-append --with-openssl=${prefix} |
36 | 37 | } |
37 | 38 | |
38 | 39 | variant zlib { |
39 | | depends_lib-append lib:libz:zlib |
| 40 | depends_lib-append lib:XXX:zlib |
40 | 41 | configure.args-delete --without-zlib |
41 | | configure.args-append --with-zlib |
| 42 | configure.args-append --with-zlib=${prefix} |
42 | 43 | } |
43 | 44 | |
44 | 45 | variant server { depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup } |
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 @@ |
4 | 4 | # local build rules |
5 | 5 | # |
6 | 6 | sedscript: sedscript.in include/net-snmp/net-snmp-config.h $(srcdir)/agent/mibgroup/mibdefs.h |