svn commit: r330962 - head/devel/creduce

Eitan Adler eadler at FreeBSD.org
Sun Oct 20 02:39:19 UTC 2013


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>


More information about the svn-ports-all mailing list