From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 04:50:01 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 1AB06383 for ; Thu, 26 Sep 2013 04:50: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 EBDF42AC5 for ; Thu, 26 Sep 2013 04: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 r8Q4o0Eu006724 for ; Thu, 26 Sep 2013 04: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 r8Q4o0Yr006723; Thu, 26 Sep 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 04:50:00 GMT Resent-Message-Id: <201309260450.r8Q4o0Yr006723@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, Yasuhiro KIMURA 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 9C44033B for ; Thu, 26 Sep 2013 04:46:43 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE2A2AB5 for ; Thu, 26 Sep 2013 04:46:42 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 39F7061F9D; Thu, 26 Sep 2013 13:46:40 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 186CD4E653; Thu, 26 Sep 2013 13:46:40 +0900 (JST) Received: from rolling-vm-freebsd1.home.utahime.org (rolling-vm-freebsd1.home.utahime.org [192.168.174.51]) by eastasia.home.utahime.org (Postfix) with ESMTP id F14D94E62F; Thu, 26 Sep 2013 13:46:39 +0900 (JST) Received: by rolling-vm-freebsd1.home.utahime.org (Postfix, from userid 1000) id E5FE11C2ADD; Thu, 26 Sep 2013 13:46:39 +0900 (JST) Message-Id: <20130926044639.E5FE11C2ADD@rolling-vm-freebsd1.home.utahime.org> Date: Thu, 26 Sep 2013 13:46:39 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182390: [MAINTAINER] japanese/eb: add staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 04:50:01 -0000 >Number: 182390 >Category: ports >Synopsis: [MAINTAINER] japanese/eb: add staging support >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: Thu Sep 26 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD 9.1-RELEASE-p7 xxxx FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:52:11 JST 2013 xxxx amd64 >Description: Add staging support. >How-To-Repeat: >Fix: --- patch-ja-eb begins here --- Index: Makefile =================================================================== --- Makefile (revision 328328) +++ Makefile (working copy) @@ -69,13 +69,12 @@ USES= perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} +CONFIGURE_ARGS= --with-pkgdocdir=${STAGEDIR}${DOCSDIR} OPTIONS_DEFINE= DOCS NLS -APPENDIXDIR= ${DATADIR}/appendix +APPENDIXDIR= ${STAGEDIR}${DATADIR}/appendix -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -102,9 +101,9 @@ post-install: (cd ${WRKDIR}/appendix && ${COPYTREE_SHARE} \* ${APPENDIXDIR} ) .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .endif --- patch-ja-eb ends here --- >Release-Note: >Audit-Trail: >Unformatted: