Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2011 11:59:29 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161960: [EXP-RUN] Mk/bsd.python.mk: adding -N to PYEASYINSTALL_UNINSTALLARGS
Message-ID:  <201110241159.p9OBxTuq047332@red.freebsd.org>
Resent-Message-ID: <201110241200.p9OC03us077053@freefall.freebsd.org>

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

>Number:         161960
>Category:       ports
>Synopsis:       [EXP-RUN] Mk/bsd.python.mk: adding -N to PYEASYINSTALL_UNINSTALLARGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 12:00:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        
>Organization:
>Environment:
>Description:
Good day.

Please do exp-run for patch in ports/159962. There is description why this is needed, and i also sent some more research details in message to python@ and portmgr@ (if i recall correctly). This exp-run is requested by wen@.
Thanks.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- bsd.python.mk.orig	2011-08-21 13:23:01.000000000 +0400
+++ bsd.python.mk	2011-08-21 13:23:20.000000000 +0400
@@ -482,7 +482,7 @@
 								-d ${PYEASYINSTALL_SITELIBDIR} \
 								-s ${PYEASYINSTALL_BINDIR} \
 								${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION}
-PYEASYINSTALL_UNINSTALLARGS?=	-q -m -S ${PYTHON_SITELIBDIR} \
+PYEASYINSTALL_UNINSTALLARGS?=	-q -N -m -S ${PYTHON_SITELIBDIR} \
 								-d ${PYEASYINSTALL_SITELIBDIR} \
 								-s ${PYEASYINSTALL_BINDIR} \
 								${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION}


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



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