Date: Wed, 14 Jun 2000 22:07:13 -0400 (EDT) From: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org, billf@freebsd.org Subject: ports/19281: Error in ucd-snmp port with tkmib Message-ID: <200006150207.WAA58962@cc158233-a.catv1.md.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 19281 >Category: ports >Synopsis: Error in ucd-snmp port with tkmib >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 14 19:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: The tkmib program depends on having two additional perl ports installed. Otherwise, running it errors. >How-To-Repeat: % tkmib Can't locate Tk.pm in @INC (@INC contains: .... >Fix: --- net/ucd-snmp/Makefile.orig Wed Jun 14 21:58:18 2000 +++ net/ucd-snmp/Makefile Wed Jun 14 21:57:41 2000 @@ -14,6 +14,9 @@ MAINTAINER= billf@FreeBSD.org +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP + USE_AUTOCONF= YES CONFIGURE_ARGS+= --enable-shared .if defined(BATCH) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006150207.WAA58962>