Date: Thu, 4 Apr 2002 14:20:41 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36764: [PATCH] Allow net/net-snmp-tkmib to find Perl dependencies Message-ID: <200204041920.g34JKfs02143@nms-server2.cisco.com>
next in thread | raw e-mail | index | archive | help
>Number: 36764 >Category: ports >Synopsis: [PATCH] Allow net/net-snmp-tkmib to find Perl dependencies >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 04 11:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD nms-server2.cisco.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 12 02:58:19 EST 2002 marcus@nms-server2.cisco.com:/usr/obj/usr/src/sys/NMS-SERVER2 i386 >Description: tkmib can't find the required Perl module dependencies since it is looking for a subdir called 5.00503 on -stable. This should be 5.005 (using ${PERL_VER} and not ${PERL_VERSION}). >How-To-Repeat: # cd /usr/ports/net/net-snmp-tkmib # make install >Fix: --- Makefile.patch begins here --- --- Makefile.orig Thu Apr 4 14:16:03 2002 +++ Makefile Thu Apr 4 14:16:14 2002 @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/ucd-snmp-${PORTVERSION} NO_BUILD= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/local/tkmib ${PREFIX}/bin --- Makefile.patch ends here --- >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?200204041920.g34JKfs02143>