Skip site navigation (1)Skip section navigation (2)
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:   ports/188988: [PATCH] japanese/ja-anthy: strip shared libraries.
Message-ID:  <20140425112617.8590E75942@eastasia.home.utahime.org>
Resent-Message-ID: <201404251130.s3PBU0nM077493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- ja-anthy-9100h.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140425112617.8590E75942>