emulators/dps8m: 3.1.0

PR:		287260
Reported by:	maintainer
This commit is contained in:
Carlo Strub 2025-07-29 21:14:06 +02:00
parent 08f06917eb
commit ad38026c7b
3 changed files with 4 additions and 16 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= dps8m
DISTVERSIONPREFIX= R
DISTVERSION= 3.0.1
PORTREVISION= 1
DISTVERSION= 3.1.0
CATEGORIES= emulators
MAINTAINER= gspurki@gmail.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1691794269
SHA256 (dps8m-R3.0.1.tar.bz2) = 583b2e333f094d5e2a5139c832d5aa907455be34edf61560590ac27398208147
SIZE (dps8m-R3.0.1.tar.bz2) = 13052895
TIMESTAMP = 1748948393
SHA256 (dps8m-R3.1.0.tar.bz2) = ec9dd499eb5a32be717d7ad3f8a8e34f12ff5a66a44aa1ebb4bf6cf17ad3b88c
SIZE (dps8m-R3.1.0.tar.bz2) = 15635134

View File

@ -1,11 +0,0 @@
--- src/Makefile.mk.orig 2023-08-13 10:22:22 UTC
+++ src/Makefile.mk
@@ -294,7 +294,7 @@ endif
_DEBUGOPTFLAG := -g
ifndef TESTING
- OPTFLAGS = -O3 $(_DEBUGOPTFLAG) -U_FORTIFY_SOURCE -fno-stack-protector
+# OPTFLAGS = -O3 $(_DEBUGOPTFLAG) -U_FORTIFY_SOURCE -fno-stack-protector
ifdef DUMA
CFLAGS += -I../dps8 -I. -include dps8_duma.h
OPTFLAGS += -DDUMA=1