ports/138259: Update ports: emulators/sdlmame-devel Update to 0.133u3

Emmanuel Vadot elbarto at arcadebsd.org
Fri Aug 28 07:50:09 UTC 2009


>Number:         138259
>Category:       ports
>Synopsis:       Update ports: emulators/sdlmame-devel Update to 0.133u3
>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:   Fri Aug 28 07:41:10 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 at maetel.arcadebsd.org:/space/FreeBSD/FreeBSD-7/src/sys/i386/compile/maetel.arcadebsd.org  i386

>Description:
Update the ports to the 0.133u3 version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/emulators/sdlmame-devel/Makefile sdlmame-devel/Makefile
--- /usr/ports/emulators/sdlmame-devel/Makefile	2009-08-10 17:20:05.000000000 +0200
+++ sdlmame-devel/Makefile	2009-08-28 05:20:08.000000000 +0200
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	sdlmame-devel
-PORTVERSION=	0.131u3
+PORTVERSION=	0.133u3
 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=	sdlmame${PORTVERSION:S/.//}
 
diff -urN /usr/ports/emulators/sdlmame-devel/distinfo sdlmame-devel/distinfo
--- /usr/ports/emulators/sdlmame-devel/distinfo	2009-08-10 17:20:05.000000000 +0200
+++ sdlmame-devel/distinfo	2009-08-28 05:22:22.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (sdlmame0131u3.zip) = f0863df888b9a638e19597fade9b08d7
-SHA256 (sdlmame0131u3.zip) = e167c31ec0a067146304fc438bc288bbf5db8ae398a14aee7b3a625750229610
-SIZE (sdlmame0131u3.zip) = 17883428
+MD5 (sdlmame0133u3.zip) = f78768bd7603b643dd4cac74ac7cac28
+SHA256 (sdlmame0133u3.zip) = 2b75fb14d6f82a20537c80c32e9dc2f69db205338810850ae34ed8cec3b19a4d
+SIZE (sdlmame0133u3.zip) = 18127939
diff -urN /usr/ports/emulators/sdlmame-devel/files/mame.ini sdlmame-devel/files/mame.ini
--- /usr/ports/emulators/sdlmame-devel/files/mame.ini	2009-08-10 17:20:05.000000000 +0200
+++ sdlmame-devel/files/mame.ini	2009-08-28 05:43:34.000000000 +0200
@@ -15,6 +15,7 @@
 inipath                   $HOME/.mame-devel;.;ini
 fontpath                  /usr/local/share/sdlmame-devel/
 cheatpath                 $HOME/.mame-devel/cheat
+crosshairpath             $HOME/.mame-devel/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-devel/files/patch-makefile sdlmame-devel/files/patch-makefile
--- /usr/ports/emulators/sdlmame-devel/files/patch-makefile	2009-08-10 17:20:05.000000000 +0200
+++ sdlmame-devel/files/patch-makefile	2009-08-28 05:23:51.000000000 +0200
@@ -1,5 +1,5 @@
---- makefile.orig	2009-03-19 14:14:18.000000000 +0100
-+++ makefile	2009-03-25 05:24:41.000000000 +0100
+--- makefile.orig	2009-06-11 06:38:13.000000000 +0200
++++ makefile	2009-08-28 05:23:39.000000000 +0200
 @@ -59,7 +59,7 @@
  ifeq ($(OSD),windows)
  TARGETOS = win32
@@ -25,7 +25,7 @@
 -CC = @gcc
 -LD = @gcc
 +CC := @$(CC)
-+LD = @$(CC)
++LD := @$(CC)
  MD = -mkdir$(EXE)
  RM = @rm -f
  
@@ -38,25 +38,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)
diff -urN /usr/ports/emulators/sdlmame-devel/pkg-plist sdlmame-devel/pkg-plist
--- /usr/ports/emulators/sdlmame-devel/pkg-plist	2009-08-10 17:20:05.000000000 +0200
+++ sdlmame-devel/pkg-plist	2009-08-28 05:40:20.000000000 +0200
@@ -10,7 +10,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt
 %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt
-%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0131u3.txt
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0133u3.txt
 %%DATADIR%%/ui.bdf
 %%DATADIR%%/keymaps/km-be.txt
 %%DATADIR%%/keymaps/km-ch.txt


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list