From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 945C8E5F for ; Sun, 29 Dec 2013 17:00:00 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BE591224 for ; Sun, 29 Dec 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTH00gY012556 for ; Sun, 29 Dec 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBTH004R012553; Sun, 29 Dec 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 29 Dec 2013 17:00:00 GMT Resent-Message-Id: <201312291700.rBTH004R012553@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, Tijl Coosemans 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 97E01D92 for ; Sun, 29 Dec 2013 16:56:37 +0000 (UTC) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id 311DC1201 for ; Sun, 29 Dec 2013 16:56:36 +0000 (UTC) Received: from 208.178-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.178.208]) by relay.skynet.be with ESMTP; 29 Dec 2013 17:55:10 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id rBTGt8O4039640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 29 Dec 2013 17:55:09 +0100 (CET) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id rBTGt8ks039639; Sun, 29 Dec 2013 17:55:08 +0100 (CET) (envelope-from tijl) Message-Id: <201312291655.rBTGt8ks039639@kalimero.tijl.coosemans.org> Date: Sun, 29 Dec 2013 17:55:08 +0100 (CET) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185269: [patch] japanese/canna-lib: remove USE_GCC=any + staging. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 17:00:00 -0000 >Number: 185269 >Category: ports >Synopsis: [patch] japanese/canna-lib: remove USE_GCC=any + staging. >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: Sun Dec 29 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 11.0-CURRENT i386 >Organization: >Environment: >Description: - Remove USE_GCC=any and fix build with tradcpp (post-patch). - Staging. >How-To-Repeat: >Fix: --- canna-lib.patch begins here --- Index: japanese/canna-lib/Makefile =================================================================== --- japanese/canna-lib/Makefile (revision 337955) +++ japanese/canna-lib/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= canna PORTVERSION= 3.7p3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= canna/9565/ @@ -11,11 +11,10 @@ PKGNAMESUFFIX= -lib DISTNAME= Canna${PORTVERSION:S/.//g} MAINTAINER= hrs@FreeBSD.org -COMMENT= A Kana-to-Kanji conversion system, library part +COMMENT= Kana-to-Kanji conversion system, library part USES= imake:notall USE_BZIP2= yes -USE_GCC= any USE_LDCONFIG= yes NO_INSTALL_MANPAGES=yes MAKE_JOBS_UNSAFE= yes @@ -27,9 +26,12 @@ INSTALL_TARGET= instsgs METAFILE= ${DATADIR_REL}/canna-lib-dic.meta -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e 's/#else.*/#else/' \ + ${WRKSRC}/dic/phono/newjis.kpdef + post-install: ${MTREE_CMD} -cdink uname,gname,mode,nochange \ - -p ${DATADIR}/dic > ${PREFIX}/${METAFILE} + -p ${STAGEDIR}${DATADIR}/dic > ${STAGEDIR}${PREFIX}/${METAFILE} .include --- canna-lib.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: