svn commit: r506446 - head/games/netradiant

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 12 09:12:13 UTC 2019


Author: pkubaj
Date: Fri Jul 12 09:12:12 2019
New Revision: 506446
URL: https://svnweb.freebsd.org/changeset/ports/506446

Log:
  games/netradiant: fix packaging on powerpc64
  
  After the last update, this port doesn't need replacing ARCH on powerpc64 and doing it actually breaks packaging:
  pkg-static: Unable to access file /wrkdirs/usr/ports/games/netradiant/work/stage/usr/local/share/netradiant/heretic2/h2data.powerpc:No such file or directory
  
  PR:		239054
  Approved by:	danfe (maintainer), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20889

Modified:
  head/games/netradiant/Makefile

Modified: head/games/netradiant/Makefile
==============================================================================
--- head/games/netradiant/Makefile	Fri Jul 12 09:09:55 2019	(r506445)
+++ head/games/netradiant/Makefile	Fri Jul 12 09:12:12 2019	(r506446)
@@ -34,7 +34,7 @@ MAKE_ENV=	BUILD=release DOWNLOAD_GAMEPACKS=no EXE=${AR
 		RADIANT_ABOUTMSG="For ${OPSYS} ${OSREL} (${ARCH})"
 
 SUB_FILES=	${PORTNAME}
-SUB_LIST=	ARCH=${ARCH:S/powerpc64/powerpc/}
+SUB_LIST=	ARCH=${ARCH}
 PLIST_SUB:=	${SUB_LIST}
 
 OPTIONS_DEFINE=	GAMEPACK


More information about the svn-ports-all mailing list