ports/169990: [MAINTAINER] japanese/libskk: make configure fails when lang/vala has been installed
Hiroto Kagotani
hiroto.kagotani at gmail.com
Thu Jul 19 08:50:09 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list