ports/187828: [MAINTAINER] japanese/ja-eb: Strip shared library and etc.
Yasuhiro KIMURA
yasu at utahime.org
Fri Mar 21 20:20:01 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list