ports/149473: [maintainer update] devel/lamson unbreak

Jesse Kempf jessekempf at gmail.com
Mon Aug 9 18:50:03 UTC 2010


>Number:         149473
>Category:       ports
>Synopsis:       [maintainer update] devel/lamson unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 09 18:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jesse Kempf
>Release:        7.2-STABLE
>Organization:
>Environment:
FreeBSD waffle.davisvision.com 7.2-STABLE FreeBSD 7.2-STABLE #1: Mon Nov 23 08:52:01 EST 2009     jkempf at waffle.davisvision.com:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Pointyhat's showing that devel/lamson is broken because it leaves files behind on uninstall.

It turns out this is a problem when using the reinstall target with RUN_DEPENDS not being set to the same thing as BUILD_DEPENDS, and easy_install being too clever for its own good.

I've attached a patch to devel/lamson/Makefile which bumps the port revision and fixes the problem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -r 4bb84c66910c lamson/Makefile
--- a/lamson/Makefile	Fri Aug 06 20:40:00 2010 +0000
+++ b/lamson/Makefile	Mon Aug 09 18:40:08 2010 +0000
@@ -6,6 +6,7 @@
 
 PORTNAME= lamson
 PORTVERSION= 1.0
+PORTREVISION= 1
 CATEGORIES= devel python
 MASTER_SITES= CHEESESHOP
 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +22,8 @@
 	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose\
 	${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile
 
+RUN_DEPENDS:=   ${BUILD_DEPENDS}
+
 USE_PYTHON= yes
 USE_PYDISTUTILS= easy_install
 PYDISTUTILS_NOEGGINFO = yes


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



More information about the freebsd-ports-bugs mailing list