games/openbor: update to 7743

Changes:	cbade65a...7eedd899
This commit is contained in:
Jan Beich
2024-04-26 16:24:56 +02:00
parent e93ebcbe85
commit 418f9d9174
3 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
PORTNAME= openbor
# Hint: svn revision is git rev-list --count ${GH_TAGNAME}
PORTVERSION?= 7691
PORTREVISION?= 2
PORTVERSION?= 7743
PORTREVISION?= 0
CATEGORIES= games
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -15,7 +15,10 @@ MAINTAINER= jbeich@FreeBSD.org
COMMENT= 2D side scrolling engine for beat 'em ups, shooters, and more #'
WWW= https://www.chronocrash.com/
LICENSE= BSD3CLAUSE GPLv2+
LICENSE= BSD3CLAUSE
.if ${PORTVERSION} < 7696
LICENSE+= GPLv2+
.endif
.if ${PORTVERSION} >= 4134
LICENSE+= ISCL
.endif
@@ -35,7 +38,7 @@ PORTSCOUT= ignore:1
USE_GITHUB= yes
GH_ACCOUNT= DCurrent
GH_TAGNAME?= cbade65a
GH_TAGNAME?= 7eedd899
USES+= cpe gmake pkgconfig sdl
.if ${PORTVERSION} < 4433

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1713915161
SHA256 (DCurrent-openbor-7691-cbade65a_GH0.tar.gz) = 1b27c910c6e0399d708088331c463cc20b39ed59335edb52ea412d844430120e
SIZE (DCurrent-openbor-7691-cbade65a_GH0.tar.gz) = 212713048
TIMESTAMP = 1747671961
SHA256 (DCurrent-openbor-7743-7eedd899_GH0.tar.gz) = ac900d3aa035e777f73000c05abdff19b8ea434cd72fbdd70708cc6615027cc4
SIZE (DCurrent-openbor-7743-7eedd899_GH0.tar.gz) = 212650356

View File

@@ -0,0 +1,13 @@
--- Makefile.orig 2025-05-19 16:26:01 UTC
+++ Makefile
@@ -255,10 +255,6 @@ GFX = source/gfxlib/bilinear.o
source/gfxlib/scanline.o \
source/gfxlib/simple2x.o \
source/gfxlib/tv2x.o
-endif
-
-ifdef BUILD_MMX
-GFX += source/gfxlib/bilinearmmx.o
endif
GAME = source/gamelib/draw.o \