Date: Sun, 20 Oct 2013 02:39:19 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330962 - head/devel/creduce Message-ID: <201310200239.r9K2dJxA073549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Oct 20 02:39:19 2013 New Revision: 330962 URL: http://svnweb.freebsd.org/changeset/ports/330962 Log: - Convert to staging support - Depend on lang/clang32 instead of lang/clang due to upcoming changes [1] Requested by: brooks [1] Modified: head/devel/creduce/Makefile Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Sun Oct 20 02:28:27 2013 (r330961) +++ head/devel/creduce/Makefile Sun Oct 20 02:39:19 2013 (r330962) @@ -11,9 +11,9 @@ COMMENT= Produces small test cases LICENSE= BSD -BUILD_DEPENDS= clang>=3.2:${PORTSDIR}/lang/clang -RUN_DEPENDS= clang>=3.2:${PORTSDIR}/lang/clang \ - topformflat:${PORTSDIR}/devel/delta \ +BUILD_DEPENDS= clang32=3.2:${PORTSDIR}/lang/clang32 +RUN_DEPENDS= clang32=3.2:${PORTSDIR}/lang/clang32 +RUN_DEPENDS= topformflat:${PORTSDIR}/devel/delta \ astyle:${PORTSDIR}/devel/astyle \ p5-Benchmark-Timer>=0:${PORTSDIR}/devel/p5-Benchmark-Timer \ p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \ @@ -26,8 +26,11 @@ GH_TAGNAME= a2422d5 GH_COMMIT= a2422d5 GNU_CONFIGURE= yes +CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} USES= gmake perl5 -NO_STAGE= yes +post-patch: + ${REINPLACE_CMD} 's,llvm-config,llvm-config32,g' ${WRKSRC}/configure + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310200239.r9K2dJxA073549>