Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 03:28:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525255 - in head/games: openbor openbor3482 openbor3711 openbor3979 openbor4432
Message-ID:  <202002050328.0153SHDi043077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb  5 03:28:16 2020
New Revision: 525255
URL: https://svnweb.freebsd.org/changeset/ports/525255

Log:
  games/openbor: unbreak build on 13.0 powerpc64
  
  In file included from source/gfxlib/2xSaI.c:10:
  source/gamelib/borendian.h:63:60: error: unsupported inline asm: input with type 'int' matching output with type 'UInt16' (aka 'unsigned short')
      __asm__("rlwimi %0,%2,8,16,23" : "=&r" (result) : "0" (x >> 8), "r" (x));
                                              ~~~~~~         ^~~~~~
  
  PR:		243865
  Reported by:	pkubaj

Modified:
  head/games/openbor/Makefile   (contents, props changed)
  head/games/openbor/distinfo   (contents, props changed)
  head/games/openbor3482/distinfo   (contents, props changed)
  head/games/openbor3711/distinfo   (contents, props changed)
  head/games/openbor3979/distinfo   (contents, props changed)
  head/games/openbor4432/distinfo   (contents, props changed)

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor/Makefile	Wed Feb  5 03:28:16 2020	(r525255)
@@ -8,6 +8,13 @@ PORTREVISION=	0
 .endif
 CATEGORIES=	games
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+.if ${PORTVERSION} < 3971
+PATCHFILES+=	794ba23189a3.patch:-p2
+.elif ${PORTVERSION} < 7084
+PATCHFILES+=	731d96887795.patch:-p2
+.endif
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	2D side scrolling engine for beat 'em ups, shooters, and more #'
 

Modified: head/games/openbor/distinfo
==============================================================================
--- head/games/openbor/distinfo	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor/distinfo	Wed Feb  5 03:28:16 2020	(r525255)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1573579354
 SHA256 (DCurrent-openbor-7082-5428eec8_GH0.tar.gz) = 17eee53f51e4db36baf6b4a8a2f3300c0fd2ee6af742eb8fac4bee3dacfa6274
 SIZE (DCurrent-openbor-7082-5428eec8_GH0.tar.gz) = 26904474
+SHA256 (731d96887795.patch) = 355c50f2562f091015b306e4eb34a7c1f9ea8c64d32e9ba36aed2d46aac85548
+SIZE (731d96887795.patch) = 1291

Modified: head/games/openbor3482/distinfo
==============================================================================
--- head/games/openbor3482/distinfo	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor3482/distinfo	Wed Feb  5 03:28:16 2020	(r525255)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1317171905
 SHA256 (DCurrent-openbor-3482-2c1ecd7_GH0.tar.gz) = 9e92378bd1f97f9d3c6af05faabe9372cbc36f82d41dfa4e1083f9ff2bcf51d3
 SIZE (DCurrent-openbor-3482-2c1ecd7_GH0.tar.gz) = 3024595
+SHA256 (794ba23189a3.patch) = 39c736c0a593e4f8a30552dd66be1a30502d3e1644432818ea1e0b796bd45231
+SIZE (794ba23189a3.patch) = 1276

Modified: head/games/openbor3711/distinfo
==============================================================================
--- head/games/openbor3711/distinfo	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor3711/distinfo	Wed Feb  5 03:28:16 2020	(r525255)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1341365279
 SHA256 (DCurrent-openbor-3711-6ec17fa_GH0.tar.gz) = adaebfb09d48c6a3bef6c11fce038cac63070fb47660bf1c63b72ccaeaa20e0c
 SIZE (DCurrent-openbor-3711-6ec17fa_GH0.tar.gz) = 3029909
+SHA256 (794ba23189a3.patch) = 39c736c0a593e4f8a30552dd66be1a30502d3e1644432818ea1e0b796bd45231
+SIZE (794ba23189a3.patch) = 1276

Modified: head/games/openbor3979/distinfo
==============================================================================
--- head/games/openbor3979/distinfo	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor3979/distinfo	Wed Feb  5 03:28:16 2020	(r525255)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1377224669
 SHA256 (DCurrent-openbor-3979-2bcf25b_GH0.tar.gz) = 089a07e7a2ac921167687f8b21d637f85f1e6fcd56862f3d63be54e333358cc5
 SIZE (DCurrent-openbor-3979-2bcf25b_GH0.tar.gz) = 5683070
+SHA256 (731d96887795.patch) = 355c50f2562f091015b306e4eb34a7c1f9ea8c64d32e9ba36aed2d46aac85548
+SIZE (731d96887795.patch) = 1291

Modified: head/games/openbor4432/distinfo
==============================================================================
--- head/games/openbor4432/distinfo	Wed Feb  5 03:00:02 2020	(r525254)
+++ head/games/openbor4432/distinfo	Wed Feb  5 03:28:16 2020	(r525255)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1485387608
 SHA256 (DCurrent-openbor-4432-ba1eb4f_GH0.tar.gz) = 0c26130127d1ec1d98c6c5e68b38a11df3e405ed7e43b7c61762f6ae862538c5
 SIZE (DCurrent-openbor-4432-ba1eb4f_GH0.tar.gz) = 6087650
+SHA256 (731d96887795.patch) = 355c50f2562f091015b306e4eb34a7c1f9ea8c64d32e9ba36aed2d46aac85548
+SIZE (731d96887795.patch) = 1291



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