pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ti99sim: Update to 0.16.0.17



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Oct 9 07:42:21 2024 -0500
Changeset:	dbd80a1066fe532ace0659f5a5883995154d7aaf

Modified Files:
	ti99sim/Makefile
	ti99sim/PLIST
	ti99sim/distinfo

Log Message:
ti99sim: Update to 0.16.0.17

Fixes for macOS, Makefile.linux -> Makefile.unix
No need to install binaries under prefix/share

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dbd80a1066fe532ace0659f5a5883995154d7aaf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ti99sim/Makefile | 10 +++++-----
 ti99sim/PLIST    | 13 -------------
 ti99sim/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 21 deletions(-)

diffs:
diff --git a/ti99sim/Makefile b/ti99sim/Makefile
index d161728b64..6ffc3a6291 100644
--- a/ti99sim/Makefile
+++ b/ti99sim/Makefile
@@ -5,10 +5,10 @@
 #              Mon Oct  7 11:59:41 CDT 2024               #
 ###########################################################
 
-DISTNAME=	ti99sim-0.16.0.12
+DISTNAME=	ti99sim-0.16.0.17
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	eff05f6fc1ee6e5da3c099b41f210f7be6369c47
+GITHUB_TAG=	5c027150ecdc41a6f444e208d14efe569ecf098e
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://www.mrousseau.org/programs/ti99sim/
@@ -20,8 +20,8 @@ SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix=	-e 's|/usr/local|${PREFIX}|g'
 SUBST_FILES.prefix=	scripts/ti99sim-setup
 
-# Test and change if necessary.
-# MAKE_JOBS_SAFE=	no
+# Fails on 8-core Mac Mini
+MAKE_JOBS_SAFE=	no
 
 # Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
@@ -30,7 +30,7 @@ USE_TOOLS+=	gmake
 # FIXME: Is it necessary for binaries to exist in DATADIR, or can
 # BIN_DIR be ${PREFIX}/bin?
 MAKE_FLAGS+=	DATA_DIR=${DESTDIR}${DATADIR} \
-		BIN_DIR=${DESTDIR}${DATADIR}/bin \
+		BIN_DIR=${DESTDIR}${PREFIX}/bin \
 		SYS_BIN=${DESTDIR}${PREFIX}/bin \
 		MAKE=${PREFIX}/bin/gmake
 # FIXME: This shouldn't be needed
diff --git a/ti99sim/PLIST b/ti99sim/PLIST
index 09db2cee91..e032bd0af7 100644
--- a/ti99sim/PLIST
+++ b/ti99sim/PLIST
@@ -13,19 +13,6 @@ bin/say
 bin/ti99sim-console
 bin/ti99sim-sdl
 bin/ti99sim-setup
-share/ti99sim/bin/catalog
-share/ti99sim/bin/convert-ctg
-share/ti99sim/bin/decode
-share/ti99sim/bin/disk
-share/ti99sim/bin/dumpcpu
-share/ti99sim/bin/dumpgrom
-share/ti99sim/bin/dumpspch
-share/ti99sim/bin/list
-share/ti99sim/bin/mkcart
-share/ti99sim/bin/mkspch
-share/ti99sim/bin/say
-share/ti99sim/bin/ti99sim-console
-share/ti99sim/bin/ti99sim-sdl
 share/ti99sim/roms/cf7+.dat
 share/ti99sim/roms/cf7a+.bin
 share/ti99sim/roms/gram-kracker.dat
diff --git a/ti99sim/distinfo b/ti99sim/distinfo
index 097c38b0c9..bf1cf29dd3 100644
--- a/ti99sim/distinfo
+++ b/ti99sim/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (ti99sim-0.16.0.12-eff05f6fc1ee6e5da3c099b41f210f7be6369c47.tar.gz) = 9b05f693353d262fc59ae81bbf549d44f0be39ab5704e84c09e6df13c6cbcc56
-SHA512 (ti99sim-0.16.0.12-eff05f6fc1ee6e5da3c099b41f210f7be6369c47.tar.gz) = f3993e73a171f3052de3f0b008226d16fe965a0d1bcfb693f57ca9e7fe42a7cbc70c461e483027c9ba40704840ec92805c659db773f4129607110f57e9d2a088
-Size (ti99sim-0.16.0.12-eff05f6fc1ee6e5da3c099b41f210f7be6369c47.tar.gz) = 270927 bytes
+BLAKE2s (ti99sim-0.16.0.17-5c027150ecdc41a6f444e208d14efe569ecf098e.tar.gz) = 1d475d2f5c8add668ce103f966f7f2b474516f2728d3b3cb5a9d8632321ec60b
+SHA512 (ti99sim-0.16.0.17-5c027150ecdc41a6f444e208d14efe569ecf098e.tar.gz) = 6c8c19292462e3d21b04e6521af10e4d1714dd6fc2d8d632b3012f640ce32229b14d2739c8e39b46b221160fefb32e0eab378f6a30c7daae2d11267d77301381
+Size (ti99sim-0.16.0.17-5c027150ecdc41a6f444e208d14efe569ecf098e.tar.gz) = 270920 bytes


Home | Main Index | Thread Index | Old Index