Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 22:40:18 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184586: [maintainer-update] comms/qsstv stagedir fix
Message-ID:  <201312072240.rB7MeIX7078572@oldred.freebsd.org>
Resent-Message-ID: <201312072250.rB7Mo0nS007076@freefall.freebsd.org>

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

>Number:         184586
>Category:       ports
>Synopsis:       [maintainer-update] comms/qsstv stagedir fix
>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 Dec 07 22:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        9.2-RELEASE-p1
>Organization:
>Environment:
FreeBSD portable 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #0: Sat Nov  2 11:56:43 PDT 2013     admin@portable:/usr/obj/usr/src/sys/NOCDCE  amd64

>Description:
Fix for error reported by Poudriere.
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -u qsstv.orig/Makefile qsstv/Makefile
--- qsstv.orig/Makefile	2013-12-07 14:18:34.000000000 -0800
+++ qsstv/Makefile	2013-12-07 14:32:29.000000000 -0800
@@ -33,7 +33,7 @@
 	@${RM} -f ${WRKSRC}/src/documentation/html/gettingstarted.html.orig
 	@${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
 	    ${WRKSRC}/src/configdialog.cpp ${WRKSRC}/src/src.pro
-	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' \
 	    ${WRKSRC}/src/src.pro
 
 .include <bsd.port.mk>
Common subdirectories: qsstv.orig/files and qsstv/files


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



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