svn commit: r301220 - head/japanese/libskk
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Jul 20 10:24:43 UTC 2012
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
More information about the svn-ports-head
mailing list