svn commit: r551689 - head/emulators/linux-power9-functional-sim

Kevin Bowling kbowling at FreeBSD.org
Thu Oct 8 01:50:45 UTC 2020


Author: kbowling
Date: Thu Oct  8 01:50:44 2020
New Revision: 551689
URL: https://svnweb.freebsd.org/changeset/ports/551689

Log:
  emulators/linux-power9-functional-sim: Improve user experince WRT bash and perl
  
  Sponsored by:	BBOX.io

Modified:
  head/emulators/linux-power9-functional-sim/Makefile

Modified: head/emulators/linux-power9-functional-sim/Makefile
==============================================================================
--- head/emulators/linux-power9-functional-sim/Makefile	Thu Oct  8 01:45:01 2020	(r551688)
+++ head/emulators/linux-power9-functional-sim/Makefile	Thu Oct  8 01:50:44 2020	(r551689)
@@ -3,6 +3,7 @@
 
 PORTNAME=	power9-functional-sim
 PORTVERSION=	1.1
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-0.el7
 CATEGORIES=	emulators linux
 MASTER_SITES=	http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/
@@ -17,7 +18,9 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 ONLY_FOR_ARCHS=	amd64
 
-USES=		linux:c7
+USES=		linux:c7 perl5 shebangfix
+SHEBANG_FILES=	opt/ibm/systemsim-p9/bin/systemsim
+SHEBANG_GLOB=	*.sh *.pl
 USE_LDCONFIG=	yes
 USE_LINUX=	tcl85
 USE_LINUX_RPM=	nolib


More information about the svn-ports-all mailing list