Date: Fri, 20 Jul 2012 10:24:42 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301220 - head/japanese/libskk Message-ID: <201207201024.q6KAOgGU088909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Jul 20 10:24:42 2012 New Revision: 301220 URL: http://svn.freebsd.org/changeset/ports/301220 Log: - fix build if lang/vala is installed (the port needs vala >= 0.14.0) - not bumping PORTREVISION because it was broken in this case anyway PR: 169990 Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer) Modified: head/japanese/libskk/Makefile Modified: head/japanese/libskk/Makefile ============================================================================== --- head/japanese/libskk/Makefile Fri Jul 20 08:28:33 2012 (r301219) +++ head/japanese/libskk/Makefile Fri Jul 20 10:24:42 2012 (r301220) @@ -38,6 +38,10 @@ CONFIGURE_ARGS+= --disable-nls 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207201024.q6KAOgGU088909>