From owner-freebsd-ports Thu Apr 4 11:30:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D6737B417 for ; Thu, 4 Apr 2002 11:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g34JU2d25770; Thu, 4 Apr 2002 11:30:02 -0800 (PST) (envelope-from gnats) Received: from rooster.cisco.com (rooster.cisco.com [64.102.19.200]) by hub.freebsd.org (Postfix) with ESMTP id 28A2A37B417 for ; Thu, 4 Apr 2002 11:20:43 -0800 (PST) Received: from nms-server2.cisco.com (nms-server2.cisco.com [172.18.123.33]) by rooster.cisco.com (8.8.8+Sun/8.8.8) with ESMTP id OAA10078 for ; Thu, 4 Apr 2002 14:20:42 -0500 (EST) Received: (from marcus@localhost) by nms-server2.cisco.com (8.11.6/8.11.6) id g34JKfs02143; Thu, 4 Apr 2002 14:20:41 -0500 (EST) (envelope-from marcus) Message-Id: <200204041920.g34JKfs02143@nms-server2.cisco.com> Date: Thu, 4 Apr 2002 14:20:41 -0500 (EST) From: Joe Marcus Clarke Reply-To: Joe Marcus Clarke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36764: [PATCH] Allow net/net-snmp-tkmib to find Perl dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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