From yasu@home.utahime.org  Fri Apr 25 11:26:26 2014
Return-Path: <yasu@home.utahime.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 06F7C68F;
	Fri, 25 Apr 2014 11:26:26 +0000 (UTC)
Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id CC75E1578;
	Fri, 25 Apr 2014 11:26:24 +0000 (UTC)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 190BC4E629;
	Fri, 25 Apr 2014 20:26:18 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id D664675956;
	Fri, 25 Apr 2014 20:26:17 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 8590E75942; Fri, 25 Apr 2014 20:26:17 +0900 (JST)
Message-Id: <20140425112617.8590E75942@eastasia.home.utahime.org>
Date: Fri, 25 Apr 2014 20:26:17 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: nobutaka@FreeBSD.org
Subject: [PATCH] japanese/ja-anthy: strip shared libraries.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188988
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-anthy: strip shared libraries.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 25 11:30:00 UTC 2014
>Closed-Date:    Thu May 22 10:16:22 UTC 2014
>Last-Modified:  Thu May 22 10:20:01 UTC 2014
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 10.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD xxxx 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0 r264289: Wed Apr  9 15:03:16
>Description:

- Strip shared libraries.
- Bump PORTREVISION.

Port maintainer (nobutaka@FreeBSD.org) is cc'd.

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

--- ja-anthy-9100h.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 352106)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anthy
 PORTVERSION=	9100h
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	${PORTNAME}/37536
@@ -83,5 +83,8 @@
 	${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${STAGEDIR}${PREFIX}/${ELISPDIR}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${STAGEDIR}${DOCSDIR}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libanthy.so \
+		${STAGEDIR}${PREFIX}/lib/libanthydic.so \
+		${STAGEDIR}${PREFIX}/lib/libanthyinput.so
 
 .include <bsd.port.mk>
--- ja-anthy-9100h.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 25 11:30:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Hiroto Kagotani <hiroto.kagotani@gmail.com>
To: bug-followup@FreeBSD.org, yasu@utahime.org, nobutaka@freebsd.org
Cc:  
Subject: Re: ports/188988: [PATCH] japanese/ja-anthy: strip shared libraries.
Date: Thu, 8 May 2014 12:24:29 +0900

 This can be done also by setting:
 
 INSTALL_TARGET=install-strip
 
 -- 
 Hiroto Kagotani
 <hiroto.kagotani@gmail.com>
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu May 22 10:16:21 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188988: commit references a PR
Date: Thu, 22 May 2014 10:16:19 +0000 (UTC)

 Author: miwi
 Date: Thu May 22 10:16:15 2014
 New Revision: 354820
 URL: http://svnweb.freebsd.org/changeset/ports/354820
 QAT: https://qat.redports.org/buildarchive/r354820/
 
 Log:
   - Strip shared libraries.
   - Bump PORTREVISION.
   
   PR:		188988
   Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
   Approved by:	maintainer timeout
 
 Modified:
   head/japanese/anthy/Makefile
 
 Modified: head/japanese/anthy/Makefile
 ==============================================================================
 --- head/japanese/anthy/Makefile	Thu May 22 10:11:10 2014	(r354819)
 +++ head/japanese/anthy/Makefile	Thu May 22 10:16:15 2014	(r354820)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	anthy
  PORTVERSION=	9100h
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	japanese
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
  MASTER_SITE_SUBDIR=	${PORTNAME}/37536
 @@ -22,6 +22,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
  GNU_CONFIGURE=	yes
  USES=		libtool:oldver pathfix pkgconfig
  USE_LDCONFIG=	yes
 +INSTALL_TARGET=	install-strip
  
  DOCSDIR=	${PREFIX}/share/doc/ja/anthy
  ELISPDIR=	share/emacs/site-lisp/anthy
 _______________________________________________
 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:
