Skip site navigation (1)Skip section navigation (2)
Date:      29 Jun 2003 13:50:45 -0000
From:      Rui Lopes <rui@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ade@FreeBSD.org
Subject:   ports/53894: [PATCH] for fixing devel/libtool14 pkg-plist
Message-ID:  <20030629135045.59653.qmail@ns.webtt.biz>
Resent-Message-ID: <200306291350.h5TDoIrf054496@freefall.freebsd.org>

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

>Number:         53894
>Category:       ports
>Synopsis:       [PATCH] for fixing devel/libtool14 pkg-plist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 06:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD disty 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Fri Jun 6 19:30:44 WEST 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
pkg-plist* files are using a slipped PLIST variable, ${BUILD_VERSION}.
With this problem we can't deinstall the port.
	
>How-To-Repeat:
	
>Fix:
Replace all occurrences of ${BUILD_VERSION} with %%BUILD_VERSION%%.

# cd /usr/ports/devel/libtool14 && sed -i.orig -e 's,${BUILD_VERSION},%%BUILD_VERSION%%,g' pkg-plist*
	


>Release-Note:
>Audit-Trail:
>Unformatted:



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