pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/sdlmame Update to 0.130: Everything from MAM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93e1869c112d
branches:  trunk
changeset: 556884:93e1869c112d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 06 10:09:05 2009 +0000

description:
Update to 0.130: Everything from MAME-0.130, various changes.
See http://mamedev.org/releases/whatsnew_0130.txt (65kb).

diffstat:

 emulators/sdlmame/Makefile         |   6 +-
 emulators/sdlmame/distinfo         |  10 +++---
 emulators/sdlmame/patches/patch-aa |  60 +++++++++++++++++++-------------------
 3 files changed, 38 insertions(+), 38 deletions(-)

diffs (163 lines):

diff -r e8350a47914c -r 93e1869c112d emulators/sdlmame/Makefile
--- a/emulators/sdlmame/Makefile        Mon Apr 06 09:34:23 2009 +0000
+++ b/emulators/sdlmame/Makefile        Mon Apr 06 10:09:05 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 16:02:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/06 10:09:05 wiz Exp $
 #
 
 # Don't update to 0.XXXuN, those are development snapshots.
-DISTNAME=              sdlmame0129
-PKGNAME=               sdlmame-0.129
+DISTNAME=              sdlmame0130
+PKGNAME=               sdlmame-0.130
 
 COMMENT=               Multiple Arcade Machine Emulator, SDL port
 
diff -r e8350a47914c -r 93e1869c112d emulators/sdlmame/distinfo
--- a/emulators/sdlmame/distinfo        Mon Apr 06 09:34:23 2009 +0000
+++ b/emulators/sdlmame/distinfo        Mon Apr 06 10:09:05 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/18 16:02:17 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/04/06 10:09:05 wiz Exp $
 
-SHA1 (sdlmame0129.zip) = bf65a6f428a6824872bfa557ca5ad2b2800a433c
-RMD160 (sdlmame0129.zip) = 23a13fb73b90b0c3c173a9ac2808f568a0a09c9e
-Size (sdlmame0129.zip) = 17329162 bytes
-SHA1 (patch-aa) = a4e3a04bcb3288932c341d48dc8c5d4c46e8b59d
+SHA1 (sdlmame0130.zip) = af6d050265467285b30b606f0a406d9a2837d5b6
+RMD160 (sdlmame0130.zip) = f7aadad2d9ead6fd83b5cf73d80c28491b24c0ae
+Size (sdlmame0130.zip) = 17681979 bytes
+SHA1 (patch-aa) = 38c0eb8560fcc4d5721d6461c2966785d1e8abc7
 SHA1 (patch-ab) = 9854400aadac7848531ed242a03ae05d5747bb5f
 SHA1 (patch-ae) = dbcf17c973733727a6e1cc7a18f879d2b90d7184
 SHA1 (patch-ah) = 6a8e0307a58114cfe59d066a4e5e6210895dcc9a
diff -r e8350a47914c -r 93e1869c112d emulators/sdlmame/patches/patch-aa
--- a/emulators/sdlmame/patches/patch-aa        Mon Apr 06 09:34:23 2009 +0000
+++ b/emulators/sdlmame/patches/patch-aa        Mon Apr 06 10:09:05 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/01/18 16:02:17 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/04/06 10:09:06 wiz Exp $
 
---- makefile.orig      2008-08-31 18:48:22.000000000 +0200
+--- makefile.orig      2009-03-05 14:16:35.000000000 +0000
 +++ makefile
 @@ -125,10 +125,10 @@ endif
  # BIGENDIAN = 1
@@ -15,7 +15,7 @@
  
  # uncomment next line to include the symbols
  # SYMBOLS = 1
-@@ -193,9 +193,9 @@ BUILD_EXE = $(EXE)
+@@ -196,9 +196,9 @@ BUILD_EXE = $(EXE)
  endif
  
  # compiler, linker and utilities
@@ -28,56 +28,56 @@
  MD = -mkdir$(EXE)
  RM = @rm -f
  
-@@ -219,7 +219,8 @@ NAME = $(TARGET)$(SUBTARGET)
+@@ -227,7 +227,7 @@ NAME = $(TARGET)$(SUBTARGET)
  endif
  
  # fullname is prefix+name+suffix+debugsuffix
--FULLNAME = $(PREFIX)$(NAME)$(SUFFIX)$(DEBUGSUFFIX)
-+#FULLNAME = $(PREFIX)$(NAME)$(SUFFIX)$(DEBUGSUFFIX)
-+FULLNAME = $(NAME)$(SUFFIX)$(DEBUGSUFFIX)
+-FULLNAME = $(PREFIX)$(NAME)$(CPPSUFFIX)$(SUFFIX)$(DEBUGSUFFIX)
++FULLNAME = $(NAME)$(CPPSUFFIX)$(SUFFIX)$(DEBUGSUFFIX)
  
  # add an EXE suffix to get the final emulator name
  EMULATOR = $(FULLNAME)$(EXE)
-@@ -284,10 +285,10 @@ endif
- #-------------------------------------------------
+@@ -309,11 +309,11 @@ endif
  
- # we compile to C89 standard with GNU extensions
--CFLAGS = -std=gnu89
-+#CFLAGS = -std=gnu89
+ # we compile C-only to C89 standard with GNU extensions
+ # we compile C++ code to C++98 standard with GNU extensions
+-CONLYFLAGS += -std=gnu89
+-CPPONLYFLAGS += -x c++ -std=gnu++98
++#CONLYFLAGS += -std=gnu89
++#CPPONLYFLAGS += -x c++ -std=gnu++98
  
  # this speeds it up a bit by piping between the preprocessor/compiler/assembler
--CFLAGS += -pipe
-+#CFLAGS += -pipe
+-CCOMFLAGS += -pipe
++#CCOMFLAGS += -pipe
  
- # add -g if we need symbols
+ # add -g if we need symbols, and ensure we have frame pointers
  ifdef SYMBOLS
-@@ -321,14 +322,14 @@ CFLAGS += -Wdeclaration-after-statement
+@@ -331,13 +331,13 @@ CCOMFLAGS += -pg
  endif
  
  # add the optimization flag
--CFLAGS += -O$(OPTIMIZE)
-+#CFLAGS += -O$(OPTIMIZE)
+-CCOMFLAGS += -O$(OPTIMIZE)
++#CCOMFLAGS += -O$(OPTIMIZE)
  
  # if we are optimizing, include optimization options
  # and make all errors into warnings
  ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
  ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++#CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
  endif
- endif
- 
-@@ -344,7 +345,7 @@ endif
+@@ -369,7 +369,7 @@ endif
  #-------------------------------------------------
  
  # add core include paths
--CFLAGS += \
-+CFLAGS := \
+-CCOMFLAGS += \
++CCOMFLAGS := \
        -I$(SRC)/$(TARGET) \
        -I$(SRC)/$(TARGET)/includes \
        -I$(OBJ)/$(TARGET)/layout \
-@@ -354,7 +355,7 @@ CFLAGS += \
+@@ -379,7 +379,7 @@ CCOMFLAGS += \
        -I$(SRC)/lib/util \
        -I$(SRC)/osd \
        -I$(SRC)/osd/$(OSD) \
@@ -86,7 +86,7 @@
  
  
  #-------------------------------------------------
-@@ -363,11 +364,11 @@ CFLAGS += \
+@@ -388,11 +388,11 @@ CCOMFLAGS += \
  
  # LDFLAGS are used generally; LDFLAGSEMULATOR are additional
  # flags only used when linking the core emulator
@@ -100,7 +100,7 @@
  endif
  endif
  endif
-@@ -382,7 +383,7 @@ endif
+@@ -407,7 +407,7 @@ endif
  ifndef SYMBOLS
  ifndef PROFILE
  ifneq ($(TARGETOS),macosx)
@@ -109,7 +109,7 @@
  endif
  endif
  endif
-@@ -535,7 +536,7 @@ $(VERSIONOBJ): $(DRVLIBS) $(LIBOSD) $(LI
+@@ -562,7 +562,7 @@ $(VERSIONOBJ): $(DRVLIBS) $(LIBOSD) $(LI
  
  $(EMULATOR): $(VERSIONOBJ) $(DRVLIBS) $(LIBOSD) $(LIBEMU) $(LIBCPU) $(LIBSOUND) $(LIBUTIL) $(EXPAT) $(ZLIB) $(LIBOCORE) $(RESFILE)
        @echo Linking $@...



Home | Main Index | Thread Index | Old Index