From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 23 21:30:02 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 ESMTP id DB1BFF9E for ; Mon, 23 Sep 2013 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 B997C2B2E for ; Mon, 23 Sep 2013 21:30:01 +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 r8NLU1am007698 for ; Mon, 23 Sep 2013 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8NLU16T007697; Mon, 23 Sep 2013 21:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 Sep 2013 21:30:01 GMT Resent-Message-Id: <201309232130.r8NLU16T007697@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, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49018B86 for ; Mon, 23 Sep 2013 21:22:09 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37C3E2ABC for ; Mon, 23 Sep 2013 21:22:09 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id C71B51A51EB; Mon, 23 Sep 2013 21:16:06 +0000 (UTC) Message-Id: <20130923211606.C71B51A51EB@mail.lifanov.com> Date: Mon, 23 Sep 2013 21:16:06 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182336: [maintainer] [patch] [stagedir] games/wtf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 21:30:02 -0000 >Number: 182336 >Category: ports >Synopsis: [maintainer] [patch] [stagedir] games/wtf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 21:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Please update games/wtf with STAGEDIR support. >How-To-Repeat: Patch is attached. >Fix: --- patch.txt begins here --- Index: games/wtf/Makefile =================================================================== --- games/wtf/Makefile (revision 328048) +++ games/wtf/Makefile (working copy) @@ -11,20 +11,14 @@ NO_BUILD= yes -MAN6= wtf.6 - -PLIST_FILES= bin/wtf %%DATADIR%%/acronyms %%DATADIR%%/acronyms.comp -PLIST_DIRS= %%DATADIR%% - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${PREFIX}/man/man6 - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/acronyms ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${PREFIX}/man/man6 + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/acronyms ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${STAGEDIR}${DATADIR} .include Index: games/wtf/pkg-plist =================================================================== --- games/wtf/pkg-plist (revision 0) +++ games/wtf/pkg-plist (working copy) @@ -0,0 +1,5 @@ +bin/wtf +man/man6/wtf.6.gz +%%DATADIR%%/acronyms +%%DATADIR%%/acronyms.comp +@dirrmtry %%DATADIR%% --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: