Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jun 2013 22:48:02 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        olivierd@FreeBSD.org
Subject:   ports/179273: [PATCH] textproc/py27-docutils: Fix reinstall
Message-ID:  <20130603204805.54E1DBEB@hub.freebsd.org>
Resent-Message-ID: <201306032050.r53Ko1fY033848@freefall.freebsd.org>

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

>Number:         179273
>Category:       ports
>Synopsis:       [PATCH] textproc/py27-docutils: 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:   Mon Jun 03 20:50:01 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 (olivierd@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/20130603163401-65038/

>Fix:

--- py27-docutils-0.10.patch begins here ---
diff -ruN /usr/ports/textproc/py-docutils/Makefile ./Makefile
--- /usr/ports/textproc/py-docutils/Makefile	2013-06-02 19:01:03.000000000 +0200
+++ ./Makefile	2013-04-04 23:02:13.000000000 +0200
@@ -21,7 +21,7 @@
 
 post-install:
 .for script in ${BIN_SCRIPTS}
-	@cd ${PREFIX}/bin && ${LN} -s ${script} ${script:C/\.py//}
+	@cd ${PREFIX}/bin && ${LN} -sf ${script} ${script:C/\.py//}
 .endfor
 
 .include <bsd.port.mk>
--- py27-docutils-0.10.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?20130603204805.54E1DBEB>