ports/77249: [MAINTAINER] sysutils/portmanager update to 0.2.6_1

Michael C.Shultz reso3w83 at verizon.net
Tue Feb 8 07:40:07 UTC 2005


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



More information about the freebsd-ports-bugs mailing list