Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 05:13:10 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187828: [MAINTAINER] japanese/ja-eb: Strip shared library and etc.
Message-ID:  <20140321201310.CA79775942@eastasia.home.utahime.org>
Resent-Message-ID: <201403212020.s2LKK0hS071323@freefall.freebsd.org>

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

>Number:         187828
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/ja-eb: Strip shared library and etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 20:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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