ports/138308: [maintainer-update][patch] devel/diffuse: Correct wrong path in omf file
Marco Bröder
marco.broeder at gmx.eu
Sat Aug 29 12:20:05 UTC 2009
>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:
More information about the freebsd-ports-bugs
mailing list