Summary: | [MAINTAINER] japanese/libskk: make configure fails when lang/vala has been installed | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | hiroto.kagotani | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
hiroto.kagotani
2012-07-19 09:50:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thank you! |