Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 17:28:08 +0900 (JST)
From:      Hiroto Kagotani <hiroto.kagotani@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169990: [MAINTAINER] japanese/libskk: make configure fails when lang/vala has been installed
Message-ID:  <201207190828.q6J8S8cM020463@serv52.infsys.cne.okayama-u.ac.jp>
Resent-Message-ID: <201207190850.q6J8o8No011331@freefall.freebsd.org>

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

>Number:         169990
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/libskk: make configure fails when lang/vala has been installed
>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:   Thu Jul 19 08:50:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hiroto Kagotani
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
libskk checks wheather the version of vala compiler is
greater than or equal to 0.14.0.
Since the version of lang/vala is still 0.12.1,
if it is installed, the configure process fails.

However, building libskk does not use vala compiler
because it provides precompiled .c files.

This update disables Vala version check in configure.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- ja-libskk-0.0.13.patch begins here ---
diff -ruN --exclude=CVS ../libskk.orig/Makefile ./Makefile
--- ../libskk.orig/Makefile	2012-07-19 17:09:18.000000000 +0900
+++ ./Makefile	2012-07-19 17:11:18.000000000 +0900
@@ -38,6 +38,10 @@
 PLIST_SUB+=	NLS="@comment "
 .endif
 
+post-patch:
+	# Disabling Vala version check
+	${REINPLACE_CMD} -e 's/as_fn_error.*Vala.*not found.*;;/;;/' ${WRKSRC}/configure
+
 post-install:
 	cd ${WRKSRC}/docs && ${GMAKE} install-man
 
--- ja-libskk-0.0.13.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?201207190828.q6J8S8cM020463>