From yasu@home.utahime.org  Thu Sep 26 07:18:23 2013
Return-Path: <yasu@home.utahime.org>
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 9DF236C7
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Sep 2013 07:18:23 +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 6E1412292
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Sep 2013 07:18:23 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id B097461F9D;
	Thu, 26 Sep 2013 16:18:21 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 859DA4E653;
	Thu, 26 Sep 2013 16:18:21 +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 5FAB54E62F;
	Thu, 26 Sep 2013 16:18:21 +0900 (JST)
Received: by rolling-vm-freebsd1.home.utahime.org (Postfix, from userid 1000)
	id 491C61C2B10; Thu, 26 Sep 2013 16:18:21 +0900 (JST)
Message-Id: <20130926071821.491C61C2B10@rolling-vm-freebsd1.home.utahime.org>
Date: Thu, 26 Sep 2013 16:18:21 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/c-sig: add staging support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182399
>Category:       ports
>Synopsis:       [MAINTAINER] mail/c-sig: add staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 07:20:00 UTC 2013
>Closed-Date:    Thu Sep 26 16:03:55 UTC 2013
>Last-Modified:  Thu Sep 26 16:10:00 UTC 2013
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE-p7 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-c-sig begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328328)
+++ Makefile	(working copy)
@@ -23,7 +23,6 @@
 
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-build:
@@ -30,12 +29,12 @@
 	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
 
 do-install:
-	${MKDIR} ${LISPDIR}
-	${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR}
+	${MKDIR} ${STAGEDIR}${LISPDIR}
+	${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${STAGEDIR}${LISPDIR}
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
-	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
--- patch-c-sig ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Thu Sep 26 12:56:34 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182399 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Sep 26 16:03:54 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182399 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182399: commit references a PR
Date: Thu, 26 Sep 2013 16:03:56 +0000 (UTC)

 Author: wg
 Date: Thu Sep 26 16:03:43 2013
 New Revision: 328375
 URL: http://svnweb.freebsd.org/changeset/ports/328375
 
 Log:
   mail/c-sig: allow staging
   
   - Allow staging
   
   PR:		ports/182399
   Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)
 
 Modified:
   head/mail/c-sig/Makefile
 
 Modified: head/mail/c-sig/Makefile
 ==============================================================================
 --- head/mail/c-sig/Makefile	Thu Sep 26 15:59:24 2013	(r328374)
 +++ head/mail/c-sig/Makefile	Thu Sep 26 16:03:43 2013	(r328375)
 @@ -23,20 +23,15 @@ OPTIONS_DEFINE=	DOCS
  
  LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 -
  do-build:
  	cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el
  
  do-install:
 -	${MKDIR} ${LISPDIR}
 -	${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR}
 -.if ${PORT_OPTIONS:MDOCS}
 -	${MKDIR} ${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${LISPDIR}
 +	${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${STAGEDIR}${LISPDIR}
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man
 -	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
 +	${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
  .endfor
 -.endif
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
