svn commit: r375270 - head/devel/csmith

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 21:23:31 UTC 2014


Author: antoine
Date: Mon Dec 22 21:23:30 2014
New Revision: 375270
URL: https://svnweb.freebsd.org/changeset/ports/375270
QAT: https://qat.redports.org/buildarchive/r375270/

Log:
  - Add missing run dependency on perl
  - Shebangfix

Modified:
  head/devel/csmith/Makefile

Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile	Mon Dec 22 21:18:32 2014	(r375269)
+++ head/devel/csmith/Makefile	Mon Dec 22 21:23:30 2014	(r375270)
@@ -2,7 +2,7 @@
 
 PORTNAME=	csmith
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://embed.cs.utah.edu/csmith/
 
@@ -16,7 +16,9 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool
+USES=		gmake libtool perl5 shebangfix
+USE_PERL5=	run
+SHEBANG_FILES=	scripts/compiler_test.pl scripts/launchn.pl scripts/test_csmith.pl
 USE_LDCONFIG=	yes
 
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-head mailing list