Date: Sun, 16 Jun 2013 13:22:31 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@freebsd.org Cc: python@FreeBSD.org Subject: ports/179612: [PATCH] devel/py27-distribute: Fix reinstall Message-ID: <20130616112236.EDCBCA3F@hub.freebsd.org> Resent-Message-ID: <201306161130.r5GBU0mW099876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 179612 >Category: ports >Synopsis: [PATCH] devel/py27-distribute: Fix reinstall >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: Sun Jun 16 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 >Description: - Fix reinstall Port maintainer (python@FreeBSD.org) is cc'd. Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: Build log https://redports.org/buildarchive/20130616111201-523/ >Fix: --- py27-distribute-0.6.35.patch begins here --- diff -ruN /usr/ports/devel/py-distribute/Makefile ./Makefile --- /usr/ports/devel/py-distribute/Makefile 2013-06-02 19:00:04.000000000 +0200 +++ ./Makefile 2013-06-16 13:08:41.000000000 +0200 @@ -65,7 +65,7 @@ ${PYTHON_CMD} -m py_compile ${SITE_PY} ${PYTHON_CMD} -OO -m py_compile ${SITE_PY} ${CP} ${EASYINSTALL_PTH} ${EASYINSTALL_PTH}.dist - ${LN} ${EASYINSTALL_PTH}.dist ${PYTHON_SITELIBDIR}/distribute.pth + ${LN} -sf ${EASYINSTALL_PTH}.dist ${PYTHON_SITELIBDIR}/distribute.pth PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL if [ -f ${PKGMESSAGE} ]; then ${CAT} ${PKGMESSAGE}; fi --- py27-distribute-0.6.35.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130616112236.EDCBCA3F>