Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 05:18:35 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187827: [MAINTAINER] japanese/ja-eblook: Add 'USES=iconv' to unbreak.
Message-ID:  <20140321201835.2563375942@eastasia.home.utahime.org>
Resent-Message-ID: <201403212020.s2LKK0g7071259@freefall.freebsd.org>

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

>Number:         187827
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/ja-eblook: Add 'USES=iconv' to unbreak.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>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:
	- Add 'USES=iconv' to unbreak.
	- Make PORTDOCS alway install to ${STAGEDIR}${DOCSDIR}.

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

--- ja-eblook-1.6.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(リビジョン 348742)
+++ Makefile	(作業コピー)
@@ -15,6 +15,7 @@
 
 LIB_DEPENDS=	libeb.so:${PORTSDIR}/japanese/eb
 
+USES=		iconv
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-eb-includes=${PREFIX}/include \
 			--with-eb-libraries=${PREFIX}/lib
@@ -28,9 +29,7 @@
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>
--- ja-eblook-1.6.1.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?20140321201835.2563375942>