From yasu@home.utahime.org  Fri Mar 21 20:13:20 2014
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 ESMTPS id 156063BE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Mar 2014 20:13:20 +0000 (UTC)
Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id DA239CEA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Mar 2014 20:13:19 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 5C9154E641;
	Sat, 22 Mar 2014 05:13:11 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 2672B75945;
	Sat, 22 Mar 2014 05:13:11 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id CA79775942; Sat, 22 Mar 2014 05:13:10 +0900 (JST)
Message-Id: <20140321201310.CA79775942@eastasia.home.utahime.org>
Date: Sat, 22 Mar 2014 05:13:10 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] japanese/ja-eb: Strip shared library and etc.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187828
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/ja-eb: Strip shared library and etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 20:20:00 UTC 2014
>Closed-Date:    Sat Mar 22 20:15:05 UTC 2014
>Last-Modified:  Sat Mar 22 20:20:00 UTC 2014
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260673: Thu Jan 23 22:36:39 JST
>Description:
[PORTTOOLS: DESCRIBE CHANGES]
	- Strip shared library.
	- Convert 'USE_BZIP2' to 'USES=tar.bzip2'
	- Make ${PORTDOCS} always install to ${STAGEDIR}${DOCSDIR}.

Generated with FreeBSD Port Tools 1.00.2014.03.21 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ja-eb-4.4.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(リビジョン 348741)
+++ Makefile	(作業コピー)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eb
 PORTVERSION=	4.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
 		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
@@ -64,8 +64,7 @@
 		ebzip-08.html ebzip-09.html ebzip-10.html ebzip.html
 
 USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
-USES=		perl5
+USES=		perl5 tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-pkgdocdir=${DOCSDIR}
@@ -99,9 +98,8 @@
 
 post-install:
 	(cd ${WRKDIR}/appendix && ${COPYTREE_SHARE} . ${STAGEDIR}${APPENDIXDIR} )
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
-.endif
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libeb.so
 
 .include <bsd.port.mk>
--- ja-eb-4.4.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Mar 22 19:59:48 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187828 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Mar 22 20:15:03 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187828: commit references a PR
Date: Sat, 22 Mar 2014 20:14:49 +0000 (UTC)

 Author: pawel
 Date: Sat Mar 22 20:14:45 2014
 New Revision: 348805
 URL: http://svnweb.freebsd.org/changeset/ports/348805
 QAT: https://qat.redports.org/buildarchive/r348805/
 
 Log:
   - Strip shared library [1]
   - Convert 'USE_BZIP2' to 'USES=tar.bzip2' [1]
   - Make ${PORTDOCS} always install [1]
   - Use options subs, helpers
   - Define perl path in CONFIGURE_ENV so that
     port sets correct shebangs
   
   PR:		ports/187828 [1]
   Submitted by:	maintainer
 
 Modified:
   head/japanese/eb/Makefile
 
 Modified: head/japanese/eb/Makefile
 ==============================================================================
 --- head/japanese/eb/Makefile	Sat Mar 22 19:59:05 2014	(r348804)
 +++ head/japanese/eb/Makefile	Sat Mar 22 20:14:45 2014	(r348805)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	eb
  PORTVERSION=	4.4.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	japanese
  MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
  		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
 @@ -64,30 +64,24 @@ PORTDOCS=	eb-01.html eb-02.html eb-03.ht
  		ebzip-08.html ebzip-09.html ebzip-10.html ebzip.html
  
  USE_AUTOTOOLS=	libtool
 -USE_BZIP2=	yes
 -USES=		perl5
 +USES=		perl5 tar:bzip2
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
  CONFIGURE_ARGS=	--with-pkgdocdir=${DOCSDIR}
 +CONFIGURE_ENV=	ac_cv_path_PERL=${PERL}
  
  OPTIONS_DEFINE=	DOCS NLS
 +OPTIONS_SUB=	yes
  
  APPENDIXDIR=	${DATADIR}/appendix
  
 -.include <bsd.port.options.mk>
 -
 -.if ${PORT_OPTIONS:MNLS}
 -USES+=		gettext iconv
 -CONFIGURE_ARGS+=	--enable-nls \
 +NLS_USES=		gettext iconv
 +NLS_CONFIGURE_ENABLE=	nls
 +NLS_CONFIGURE_ON= \
  		--with-gettext-includes=${LOCALBASE}/include \
  		--with-gettext-libraries=${LOCALBASE}/lib \
  		--with-iconv-includes=${ICONV_PREFIX}/include \
  		--with-iconv-libraries=${ICONV_PREFIX}/lib
 -PLIST_SUB=	NLS=""
 -.else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB=	NLS="@comment "
 -.endif
  
  post-extract:
  	${RM} -fr ${WRKSRC}/zlib
 @@ -99,9 +93,8 @@ post-extract:
  
  post-install:
  	(cd ${WRKDIR}/appendix && ${COPYTREE_SHARE} . ${STAGEDIR}${APPENDIXDIR} )
 -.if ${PORT_OPTIONS:MDOCS}
 -	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}
  	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
 -.endif
 +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libeb.so
  
  .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:
