From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 7 22:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7DAB856 for ; Sat, 7 Dec 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A91F51F6C for ; Sat, 7 Dec 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB7Mo0Sp007077 for ; Sat, 7 Dec 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB7Mo0nS007076; Sat, 7 Dec 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 7 Dec 2013 22:50:00 GMT Resent-Message-Id: <201312072250.rB7Mo0nS007076@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Hurd Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A019744 for ; Sat, 7 Dec 2013 22:40:19 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66C631EF1 for ; Sat, 7 Dec 2013 22:40:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB7MeI2Q078590 for ; Sat, 7 Dec 2013 22:40:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB7MeIX7078572; Sat, 7 Dec 2013 22:40:18 GMT (envelope-from nobody) Message-Id: <201312072240.rB7MeIX7078572@oldred.freebsd.org> Date: Sat, 7 Dec 2013 22:40:18 GMT From: Stephen Hurd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184586: [maintainer-update] comms/qsstv stagedir fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 22:50:01 -0000 >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 Common subdirectories: qsstv.orig/files and qsstv/files >Release-Note: >Audit-Trail: >Unformatted: