Hi,
Here's an update for emulators/stella from 5.1.2 to 5.1.3. The maintainer
has patched upstream now so there is no need for patch-Makefile and
patch-configure (the patches directory can be removed).
This release also fixes an issue with stella dumping
core while cleaning up SDL textures.
I've also removed --disable-gl flag from configure since that was dropped
a while ago and wasn't being used (as per the upstream maintainer).
Thanks,
Tom
Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/stella/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile 31 May 2018 14:07:53 -0000 1.30
+++ Makefile 12 Jun 2018 18:23:19 -0000
@@ -2,7 +2,7 @@
COMMENT = Atari 2600 VCS emulator
-V = 5.1.2
+V = 5.1.3
DISTNAME = stella-$V
CATEGORIES = emulators
EXTRACT_SUFX = -src.tar.xz
@@ -26,8 +26,7 @@ CXXFLAGS += -I${X11BASE}/include -I${LO
LDFLAGS += -L${LOCALBASE}/lib
CONFIGURE_STYLE = simple
-CONFIGURE_ARGS += --disable-gl \
- --with-libpng-prefix=${LOCALBASE}/lib
+CONFIGURE_ARGS += --with-libpng-prefix=${LOCALBASE}/lib
USE_GMAKE = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/stella/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo 31 May 2018 14:07:53 -0000 1.18
+++ distinfo 12 Jun 2018 18:23:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (stella-5.1.2-src.tar.xz) = d7IQ1Rr35L6IwUAU1Qfkg2e83/a4ulE3k/A18+MKIb0=
-SIZE (stella-5.1.2-src.tar.xz) = 1828112
+SHA256 (stella-5.1.3-src.tar.xz) = 4HQxfCXl1Mq+xFWJCdMBw6dlStYghj8F00IkT+a9/go=
+SIZE (stella-5.1.3-src.tar.xz) = 1828448