Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Feb 2005 23:35:31 -0800 (PST)
From:      "Michael C.Shultz" <reso3w83@verizon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1
Message-ID:  <20050208073531.820852CE750@ringworm.mechee.com>
Resent-Message-ID: <200502080740.j187e6Us039653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050208073531.820852CE750>