From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 8 07:40:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5037516A4CE for ; Tue, 8 Feb 2005 07:40:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B29F43D5C for ; Tue, 8 Feb 2005 07:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j187e6UV039654 for ; Tue, 8 Feb 2005 07:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j187e6Us039653; Tue, 8 Feb 2005 07:40:06 GMT (envelope-from gnats) Resent-Date: Tue, 8 Feb 2005 07:40:06 GMT Resent-Message-Id: <200502080740.j187e6Us039653@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Michael C.Shultz" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED6C16A4CE for ; Tue, 8 Feb 2005 07:39:33 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D4D43D46 for ; Tue, 8 Feb 2005 07:39:33 +0000 (GMT) (envelope-from mike@inbox.lv) Received: from ringworm.mechee.com ([4.26.84.7]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050208073932.KQUN7729.out003.verizon.net@ringworm.mechee.com> for ; Tue, 8 Feb 2005 01:39:32 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 820852CE750; Mon, 7 Feb 2005 23:35:31 -0800 (PST) Message-Id: <20050208073531.820852CE750@ringworm.mechee.com> Date: Mon, 7 Feb 2005 23:35:31 -0800 (PST) From: "Michael C.Shultz" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Michael C.Shultz" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 07:40:07 -0000 >Number: 77249 >Category: ports >Synopsis: [MAINTAINER] sysutils/portmanager update to 0.2.6_1 >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 08 07:40:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael C. Shultz >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ringworm.mechee.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Jan 20 07:27:28 PST 2005 root@ringworm.mechee.com:/ROUTER/obj/ROUTER/src-5.3/sys/RINGWORM i386 >Description: Emergancy bug fix, portmanager 0.2.6 is doubling paths like this: from /usr/local to /usr/local/usr/local, This diff will fix it for now untill I have time to see what is wrong in the package. >How-To-Repeat: Try to run portmanager, its embarassing >Fix: --- portmanager-0.2.6_1.diff begins here --- diff -uN portmanager/Makefile portmanager-0.2.6_1/Makefile --- portmanager/Makefile Mon Feb 7 22:27:38 2005 +++ portmanager-0.2.6_1/Makefile Mon Feb 7 23:25:11 2005 @@ -7,7 +7,7 @@ PORTNAME= portmanager PORTVERSION= 0.2.6 -PORTREVISION= 0 +PORTREVISION= 1 #----------------------------------------- #for local use, remove before submitting PR CATEGORIES= sysutils @@ -41,13 +41,13 @@ #CONFIGURE_ARGS= --with-debug=yes #.endif -CONFIGURE_ARGS= --with-prefix=${PREFIX} \ - --with-bindir=/bin \ - --with-etcdir=${PREFIX}/etc/portmanager \ - --with-pkgdbdir=${PKG_DBDIR} \ - --with-portsdir=${PORTSDIR} \ - --with-sharedir=${DATADIR} \ - --with-tempdir=/tmp +#CONFIGURE_ARGS= --with-prefix=${PREFIX} \ +# --with-bindir=/bin \ +# --with-etcdir=${PREFIX}/etc/portmanager \ +# --with-pkgdbdir=${PKG_DBDIR} \ +# --with-portsdir=${PORTSDIR} \ +# --with-sharedir=${DATADIR} \ +# --with-tempdir=/tmp INSTALLS_SHLIB= yes # Need INSTALL_TARGET to install ${PREFIX}/etc/portmanager/pm-020.conf.SAMPLE --- portmanager-0.2.6_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: