Date: Thu, 23 Jul 2009 02:11:18 GMT From: Emmanuel Vadot <elbarto@arcadebsd.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137022: Update port: emulators/sdlmess Update to 0.133 Message-ID: <200907230211.n6N2BI8l091739@www.freebsd.org> Resent-Message-ID: <200907230220.n6N2K12H080465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137022 >Category: ports >Synopsis: Update port: emulators/sdlmess 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 02:20:01 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 port to version 0.133 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/emulators/sdlmess/Makefile sdlmess/Makefile --- /usr/ports/emulators/sdlmess/Makefile 2009-07-10 01:19:18.000000000 +0200 +++ sdlmess/Makefile 2009-07-23 04:09:30.000000000 +0200 @@ -6,10 +6,10 @@ # PORTNAME= sdlmess -PORTVERSION= 0.131 +PORTVERSION= 0.133 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://rbelmont.mameworld.info/ +MASTER_SITES= http://rbelmont.mameworld.info/ \ + ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= elbarto@ArcadeBSD.org diff -urN /usr/ports/emulators/sdlmess/distinfo sdlmess/distinfo --- /usr/ports/emulators/sdlmess/distinfo 2009-05-10 18:08:37.000000000 +0200 +++ sdlmess/distinfo 2009-07-23 03:53:20.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (sdlmess0131.zip) = 6e6c2ed1e39064d74188009f1a22f435 -SHA256 (sdlmess0131.zip) = e8626e21692f11445c2c7df8166f3f6cb3a76699d1cbcaec4305c4cdf18c447c -SIZE (sdlmess0131.zip) = 31925502 +MD5 (sdlmess0133.zip) = bd847771a11343d2efb75335b973d646 +SHA256 (sdlmess0133.zip) = db1d7e6c6cc3520e26f53b7bc5429773d9e6fe7d8ef57126486a56999281315e +SIZE (sdlmess0133.zip) = 32501988 diff -urN /usr/ports/emulators/sdlmess/files/mess.ini sdlmess/files/mess.ini --- /usr/ports/emulators/sdlmess/files/mess.ini 2009-03-18 01:38:52.000000000 +0100 +++ sdlmess/files/mess.ini 2009-07-23 04:06:27.000000000 +0200 @@ -16,6 +16,7 @@ inipath $HOME/.mess;.;ini fontpath $HOME/.mess/font;/usr/local/share/sdlmess/ cheatpath $HOME/.mess/cheat +crosshairpath $HOME/.mess/crosshair # # CORE OUTPUT DIRECTORY OPTIONS @@ -42,6 +43,7 @@ snapname %g/%i snapsize auto snapview internal +burnin 0 # # CORE PERFORMANCE OPTIONS diff -urN /usr/ports/emulators/sdlmess/files/patch-makefile.sdl sdlmess/files/patch-makefile.sdl --- /usr/ports/emulators/sdlmess/files/patch-makefile.sdl 2009-03-18 01:38:52.000000000 +0100 +++ sdlmess/files/patch-makefile.sdl 2009-07-23 03:55:40.000000000 +0200 @@ -1,5 +1,5 @@ ---- makefile.sdl.orig 2009-03-13 16:53:53.000000000 +0000 -+++ makefile.sdl 2009-03-17 23:44:38.000000000 +0000 +--- makefile.sdl.orig 2009-07-23 03:54:02.000000000 +0200 ++++ makefile.sdl 2009-07-23 03:55:21.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 @@ -38,6 +38,15 @@ else CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) endif +@@ -379,7 +379,7 @@ + -I$(SRC)/lib/util \ + -I$(SRC)/osd \ + -I$(SRC)/osd/$(OSD) \ +- ++ -I$(LOCALBASE)/include \ + + + #------------------------------------------------- @@ -392,7 +392,7 @@ ifneq ($(TARGETOS),macosx) ifneq ($(TARGETOS),os2) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907230211.n6N2BI8l091739>