Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2013 22:09:08 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175077: maintainer update: math/py-ffc
Message-ID:  <201301062209.r06M98v4096838@red.freebsd.org>
Resent-Message-ID: <201301062210.r06MA04C031551@freefall.freebsd.org>

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

>Number:         175077
>Category:       ports
>Synopsis:       maintainer update: math/py-ffc
>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:   Sun Jan 06 22:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        9.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Fix prefix in test script.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/py-ffc/Makefile /home/bacon/Prog/Ports/ports/math/py-ffc/Makefile
--- /usr/ports/math/py-ffc/Makefile	2012-04-12 14:33:50.000000000 -0500
+++ /home/bacon/Prog/Ports/ports/math/py-ffc/Makefile	2012-05-25 10:25:39.000000000 -0500
@@ -23,4 +23,8 @@
 MAN1=		ffc.1
 MANCOMPRESSED=	yes
 
+post-patch:
+	${REINPLACE_CMD} -e 's|"usr")|"usr", "local")|g' \
+		${WRKSRC}/test/regression/test.py
+
 .include <bsd.port.mk>


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



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