Skip to content

Commit

Permalink
emulators/pcem: update to version 17
Browse files Browse the repository at this point in the history
The repository used by this port is actively maintained and there
"dev" branch contains updates and fixes (including for builds on
aarch64).

Since the maintainer had not updated the port for more than 1 year
and it had become deprecated, I'm taking over maintainership.
  • Loading branch information
stesser committed Oct 15, 2023
1 parent 438e140 commit a03851a
Show file tree
Hide file tree
Showing 19 changed files with 6,560 additions and 17 deletions.
26 changes: 12 additions & 14 deletions emulators/pcem/Makefile
@@ -1,31 +1,29 @@
PORTNAME= pcem
DISTVERSION= 14
PORTREVISION= 2
DISTVERSIONPREFIX= v
DISTVERSION= 17
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/
DISTNAME= faf5d6423060

MAINTAINER= darkfm@vera.com.uy
MAINTAINER= se@freebsd.org
COMMENT= PC/PC-Compatible low-level emulator striving for accuracy
WWW= https://www.pcem-emulator.co.uk

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN_FreeBSD_13= ld: error: duplicate symbol: CGACONST
BROKEN_FreeBSD_14= ld: error: duplicate symbol: CGACONST
DEPRECATED= Fails to build and marked broken over a year ago
EXPIRATION_DATE=2023-11-30
ONLY_FOR_ARCHS= amd64

USES= autoreconf compiler gl gmake localbase:ldflags openal pkgconfig sdl zip
USES= autoreconf compiler dos2unix gl gmake localbase:ldflags openal \
pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= sarah-walker-pcem
USE_GL= gl
USE_SDL= sdl2
USE_WX= 3.0

WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/
PLIST_FILES= bin/pcem
CONFIGURE_ARGS= --enable-release-build --with-wx-config="${WX_CONFIG}"
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= amd64
CONFIGURE_ARGS= --enable-release-build \
--with-wx-config="${WX_CONFIG}"

PLIST_FILES= bin/pcem

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions emulators/pcem/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1555640654
SHA256 (faf5d6423060.zip) = c184c1e279b2d77d89bdc02ed6a87d0f79b98863dcef2feca1fff74554e2f19b
SIZE (faf5d6423060.zip) = 1792228
TIMESTAMP = 1697375608
SHA256 (sarah-walker-pcem-pcem-v17_GH0.tar.gz) = bd3b107c467cf88f9647a1970054ce41d416201996e8cf6d47c7bc27ed15d5e3
SIZE (sarah-walker-pcem-pcem-v17_GH0.tar.gz) = 1868495

0 comments on commit a03851a

Please sign in to comment.