Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2010 18:41:09 GMT
From:      Jesse Kempf <jessekempf@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149473: [maintainer update] devel/lamson unbreak
Message-ID:  <201008091841.o79If9Ab014816@www.freebsd.org>
Resent-Message-ID: <201008091850.o79Io3hN005674@freefall.freebsd.org>

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

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



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