Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 13:02:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534911 - head/games/dxx-rebirth
Message-ID:  <202005111302.04BD2CZG020887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 11 13:02:11 2020
New Revision: 534911
URL: https://svnweb.freebsd.org/changeset/ports/534911

Log:
  games/dxx-rebirth: update to 20200501, fix build on powerpc64 elfv2, aarch64
  
  Error:
  DXX-Archive.3: checking path to assembler ... 'as'
  DXX-Archive.3: checking version of assembler 'as' ... error: No such file or directory

Modified:
  head/games/dxx-rebirth/Makefile
  head/games/dxx-rebirth/distinfo

Modified: head/games/dxx-rebirth/Makefile
==============================================================================
--- head/games/dxx-rebirth/Makefile	Mon May 11 12:55:19 2020	(r534910)
+++ head/games/dxx-rebirth/Makefile	Mon May 11 13:02:11 2020	(r534911)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dxx-rebirth
-PORTVERSION=	20191227
+PORTVERSION=	20200501
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	games
 MASTER_SITES=	https://www.dxx-rebirth.com/download/dxx/rebirth/
@@ -18,8 +18,7 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/GPL-3.txt
 LICENSE_FILE_PARALLAX=	${WRKSRC}/COPYING.txt
 LICENSE_PERMS_PARALLAX=	dist-mirror pkg-mirror auto-accept
 
-BROKEN_aarch64=	fails to configure: DXX-Archive.3: checking version of assembler 'as' ... error: No such file or directory
-
+BUILD_DEPENDS=	as:devel/binutils
 LIB_DEPENDS=	libphysfs.so:devel/physfs \
 		libpng.so:graphics/png
 

Modified: head/games/dxx-rebirth/distinfo
==============================================================================
--- head/games/dxx-rebirth/distinfo	Mon May 11 12:55:19 2020	(r534910)
+++ head/games/dxx-rebirth/distinfo	Mon May 11 13:02:11 2020	(r534911)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579031507
-SHA256 (dxx-rebirth_20191227-src.tar.xz) = 40869d725506cfabbe34fa3c9b766c70671bfc6832bc2bfae61cefdfaf1b9102
-SIZE (dxx-rebirth_20191227-src.tar.xz) = 1319540
+TIMESTAMP = 1589201259
+SHA256 (dxx-rebirth_20200501-src.tar.xz) = 8f713369e6aefc0e97ccecc7a3f696262c3533b3c7244757b49039d845a391ed
+SIZE (dxx-rebirth_20200501-src.tar.xz) = 1328256



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