Date: Thu, 23 Jul 2009 01:17:09 GMT From: Emmanuel Vadot <elbarto@arcadebsd.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137019: Update port: emulators/sdlmame Update to 0.133 Message-ID: <200907230117.n6N1H9qa079258@www.freebsd.org> Resent-Message-ID: <200907230120.n6N1K39c035137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137019 >Category: ports >Synopsis: Update port: emulators/sdlmame Update to 0.133 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 23 01:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emmanuel Vadot >Release: 7.2-STABLE >Organization: ArcadeBSD >Environment: FreeBSD maetel.arcadebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Jun 18 06:04:49 CEST 2009 root@maetel.arcadebsd.org:/space/FreeBSD/FreeBSD-7/src/sys/i386/compile/maetel.arcadebsd.org i386 >Description: Update to version 0.133 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/emulators/sdlmame/Makefile sdlmame/Makefile --- /usr/ports/emulators/sdlmame/Makefile 2009-07-10 01:19:17.000000000 +0200 +++ sdlmame/Makefile 2009-07-23 02:42:18.000000000 +0200 @@ -6,9 +6,9 @@ # PORTNAME= sdlmame -PORTVERSION= 0.132 +PORTVERSION= 0.133 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \ +MASTER_SITES= ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ \ http://rbelmont.mameworld.info/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} diff -urN /usr/ports/emulators/sdlmame/distinfo sdlmame/distinfo --- /usr/ports/emulators/sdlmame/distinfo 2009-07-10 01:19:17.000000000 +0200 +++ sdlmame/distinfo 2009-07-23 02:36:36.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (sdlmame0132.zip) = 4e35695b31ec107850f8c501373f8fca -SHA256 (sdlmame0132.zip) = 42e69855691e79e4f8ca3b482eac0d5203c45502a28f69a60cc9b33b280caa01 -SIZE (sdlmame0132.zip) = 17879263 +MD5 (sdlmame0133.zip) = e049935d0c3a72ba9d3e22eb39aa882b +SHA256 (sdlmame0133.zip) = ed13c178de6ccae5a7c958fa32504fdd5a55600fad81f76efa10e818ef416aa8 +SIZE (sdlmame0133.zip) = 17983288 diff -urN /usr/ports/emulators/sdlmame/files/mame.ini sdlmame/files/mame.ini --- /usr/ports/emulators/sdlmame/files/mame.ini 2009-03-13 04:14:10.000000000 +0100 +++ sdlmame/files/mame.ini 2009-07-23 02:58:27.000000000 +0200 @@ -15,6 +15,7 @@ inipath $HOME/.mame;.;ini fontpath /usr/local/share/sdlmame/ cheatpath $HOME/.mame/cheat +crosshairpath crosshair # # CORE OUTPUT DIRECTORY OPTIONS @@ -41,6 +42,7 @@ snapname %g/%i snapsize auto snapview internal +burnin 0 # # CORE PERFORMANCE OPTIONS diff -urN /usr/ports/emulators/sdlmame/files/patch-makefile sdlmame/files/patch-makefile --- /usr/ports/emulators/sdlmame/files/patch-makefile 2009-03-13 04:14:10.000000000 +0100 +++ sdlmame/files/patch-makefile 2009-07-23 02:44:03.000000000 +0200 @@ -1,5 +1,5 @@ ---- makefile.orig 2009-03-05 14:16:35.000000000 +0000 -+++ makefile 2009-03-13 02:39:13.000000000 +0000 +--- makefile.orig 2009-06-11 06:38:13.000000000 +0200 ++++ makefile 2009-07-23 02:44:01.000000000 +0200 @@ -59,7 +59,7 @@ ifeq ($(OSD),windows) TARGETOS = win32 @@ -16,7 +16,7 @@ -CC = @gcc -LD = @gcc +CC := @$(CC) -+LD = @$(CC) ++LD := @$(CC) MD = -mkdir$(EXE) RM = @rm -f @@ -29,25 +29,24 @@ # add an EXE suffix to get the final emulator name EMULATOR = $(FULLNAME)$(EXE) -@@ -337,7 +337,7 @@ - # and make all errors into warnings +@@ -338,7 +338,7 @@ ifneq ($(OPTIMIZE),0) ifneq ($(TARGETOS),os2) + ifndef IA64 -CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS) +CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) else - CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) endif -@@ -379,7 +379,7 @@ + else +@@ -382,6 +382,7 @@ -I$(SRC)/lib/util \ -I$(SRC)/osd \ -I$(SRC)/osd/$(OSD) \ -- + -I$(LOCALBASE)/include - #------------------------------------------------- -@@ -392,7 +392,7 @@ + +@@ -395,7 +396,7 @@ ifneq ($(TARGETOS),macosx) ifneq ($(TARGETOS),os2) ifneq ($(TARGETOS),solaris) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907230117.n6N1H9qa079258>