Date: Mon, 22 Dec 2014 21:23:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375270 - head/devel/csmith Message-ID: <201412222123.sBMLNVSg069549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222123.sBMLNVSg069549>