Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 01:50:45 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551689 - head/emulators/linux-power9-functional-sim
Message-ID:  <202010080150.0981ojmM050519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010080150.0981ojmM050519>