Date: Sat, 29 Aug 2009 12:10:57 GMT From: Marco Bröder <marco.broeder@gmx.eu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138308: [maintainer-update][patch] devel/diffuse: Correct wrong path in omf file Message-ID: <200908291210.n7TCAvdb037380@www.freebsd.org> Resent-Message-ID: <200908291220.n7TCK4pd012502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138308 >Category: ports >Synopsis: [maintainer-update][patch] devel/diffuse: Correct wrong path in omf file >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: Sat Aug 29 12:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Marco Bröder >Release: FreeBSD 8.0-BETA3 >Organization: >Environment: >Description: Changelog: - Patch hardcoded path in 'diffuse-C.omf' to make it actually work. - Bump PORTREVISION because it affects runtime functionality and to ensure a new package build. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r ebbb8b09f2cb -r b7623cdba969 devel/diffuse/Makefile --- a/devel/diffuse/Makefile Fri Aug 28 05:56:35 2009 +0200 +++ b/devel/diffuse/Makefile Sat Aug 29 11:20:23 2009 +0200 @@ -7,6 +7,7 @@ PORTNAME= diffuse PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF @@ -60,6 +61,8 @@ ${WRKSRC}/src/etc/${PORTNAME}rc ${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ ${WRKSRC}/src/etc/${PORTNAME}rc + ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ + ${WRKSRC}/src/usr/share/omf/${PORTNAME}/${PORTNAME}-C.omf do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/usr/bin/${PORTNAME} \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908291210.n7TCAvdb037380>