- Remove USE_GCC=any. The port builds fine with clang since imake uses tradcpp as preprocessor. - Remove OPTIONS_DEFAULT=DOCS. It's implicit. - Staging.
Responsible Changed From-To: freebsd-ports-bugs->hrs Over to maintainer (via the GNATS Auto Assign Tool)
Author: tijl Date: Fri May 30 17:42:47 2014 New Revision: 355880 URL: http://svnweb.freebsd.org/changeset/ports/355880 QAT: https://qat.redports.org/buildarchive/r355880/ Log: Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS. PR: ports/185268 Approved by: maintainer timeout (5 months) Modified: head/japanese/Wnn7-lib/Makefile Modified: head/japanese/Wnn7-lib/Makefile ============================================================================== --- head/japanese/Wnn7-lib/Makefile Fri May 30 17:31:44 2014 (r355879) +++ head/japanese/Wnn7-lib/Makefile Fri May 30 17:42:47 2014 (r355880) @@ -3,7 +3,7 @@ PORTNAME= Wnn7 PORTVERSION= 2001.10.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= http://www.omronsoft.co.jp/SP/pcunix/sdk/wnn/ PKGNAMESUFFIX= -lib @@ -14,13 +14,11 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Wnn7 client library USES= imake -USE_GCC= any USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src PORTDOCS= README OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ _______________________________________________ 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 in r355880.