diff options
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/net-snmp/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/distinfo | 2 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 15 | ||||
-rw-r--r-- | net/net-snmp/distinfo | 2 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 15 | ||||
-rw-r--r-- | net/net-snmp4/distinfo | 2 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 15 | ||||
-rw-r--r-- | net/ucd-snmp/distinfo | 2 |
14 files changed, 77 insertions, 42 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net-mgmt/net-snmp-devel/distinfo b/net-mgmt/net-snmp-devel/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net-mgmt/net-snmp-devel/distinfo +++ b/net-mgmt/net-snmp-devel/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net-mgmt/net-snmp/distinfo b/net-mgmt/net-snmp/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net-mgmt/net-snmp/distinfo +++ b/net-mgmt/net-snmp/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net-mgmt/net-snmp4/distinfo b/net-mgmt/net-snmp4/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net-mgmt/net-snmp4/distinfo +++ b/net-mgmt/net-snmp4/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net-mgmt/net-snmp53/distinfo b/net-mgmt/net-snmp53/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net-mgmt/net-snmp53/distinfo +++ b/net-mgmt/net-snmp53/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net/net-snmp/distinfo +++ b/net/net-snmp/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net/net-snmp4/distinfo b/net/net-snmp4/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net/net-snmp4/distinfo +++ b/net/net-snmp4/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 30126749a79d..a5b4b74d4b42 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.2 +# Version required: 3.5 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ +# $Id: Makefile,v 1.3 1998/06/29 05:23:40 nectar Exp $ # -DISTNAME= ucd-snmp-3.3.1 +DISTNAME= ucd-snmp-3.5 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ @@ -14,12 +14,16 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -USE_AUTOCONF= yes +CONFIGURE_ARGS= --enable-shared + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES .if defined(BATCH) -CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where +CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif + MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ snmptranslate.1 snmptrap.1 snmpwalk.1 @@ -33,6 +37,7 @@ SBIN= snmpd snmptrapd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) + (cd ${PREFIX}/lib && ${LN} libsnmp.so libsnmp.so.3.5) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done diff --git a/net/ucd-snmp/distinfo b/net/ucd-snmp/distinfo index d059cd54729f..77e78e6d0bcc 100644 --- a/net/ucd-snmp/distinfo +++ b/net/ucd-snmp/distinfo @@ -1 +1 @@ -MD5 (ucd-snmp-3.3.1.tar.gz) = d5e19a77474080706b30930553f0311b +MD5 (ucd-snmp-3.5.tar.gz) = 96b50f6e41da6f78ae7f0de158823fa8 |