From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 25 11:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.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 45BEC75E for ; Fri, 25 Apr 2014 11:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08F9115A3 for ; Fri, 25 Apr 2014 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PBU0jv077494 for ; Fri, 25 Apr 2014 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3PBU0nM077493; Fri, 25 Apr 2014 11:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Apr 2014 11:30:00 GMT Resent-Message-Id: <201404251130.s3PBU0nM077493@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 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/188988: [PATCH] japanese/ja-anthy: strip shared libraries. Cc: nobutaka@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 11:30:01 -0000 >Number: 188988 >Category: ports >Synopsis: [PATCH] japanese/ja-anthy: strip shared libraries. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 25 11:30:00 UTC 2014 >Closed-Date: >Last-Modified: >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 --- ja-anthy-9100h.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: