View | Details | Raw Unified | Return to bug 79450
Collapse All | Expand All

(-)xmame/Makefile (-1 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	xmame
8
PORTNAME?=	xmame
9
PORTVERSION?=	0.94
9
PORTVERSION?=	0.95
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	http://x.mame.net/download/:xmame \
11
MASTER_SITES=	http://x.mame.net/download/:xmame \
12
		http://www.sys2064.com/files/util/:history \
12
		http://www.sys2064.com/files/util/:history \
Lines 273-278 Link Here
273
	${INSTALL_PROGRAM} ${WRKSRC}/romcmp ${PREFIX}/bin
273
	${INSTALL_PROGRAM} ${WRKSRC}/romcmp ${PREFIX}/bin
274
	${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/bin
274
	${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/bin
275
.endif
275
.endif
276
277
.if ${MAMEMESS} == "mess"
278
	${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/bin
279
	${INSTALL_PROGRAM} ${WRKSRC}/dat2html ${PREFIX}/bin
280
.endif
281
276
	${MV} ${PREFIX}/bin/x${MAMEMESS}.${DISPLAY_METHOD} \
282
	${MV} ${PREFIX}/bin/x${MAMEMESS}.${DISPLAY_METHOD} \
277
		${PREFIX}/bin/x${MAMEMESS}
283
		${PREFIX}/bin/x${MAMEMESS}
278
	${CHOWN} root:games ${PREFIX}/bin/x${MAMEMESS}
284
	${CHOWN} root:games ${PREFIX}/bin/x${MAMEMESS}
(-)xmame/distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
MD5 (xmame/xmame-0.94.tar.bz2) = 755133f9c6712621fa0e1bedef88b0a9
1
MD5 (xmame/xmame-0.95.tar.bz2) = e2571ce90bdf1517eea4d8085170fe6c
2
SIZE (xmame/xmame-0.94.tar.bz2) = 15388074
2
SIZE (xmame/xmame-0.95.tar.bz2) = 15460834
3
MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
3
MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
4
SIZE (xmame/uhsdat795.zip) = 43750
4
SIZE (xmame/uhsdat795.zip) = 43750
5
MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
5
MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
(-)xmame/files/patch-makefile.mes (-11 lines)
Lines 1-11 Link Here
1
--- makefile.mes.orig	Mon Feb 14 18:03:35 2005
2
+++ makefile.mes	Mon Feb 14 18:05:09 2005
3
@@ -344,7 +344,7 @@
4
 		$(OBJ)/mess/windows/parallel.o			\
5
 		$(OBJ)/mess/windows/strconv.o			
6
 	@echo Linking $@...
7
-	$(LD) $(LDFLAGS) $(CONSOLE_PROGRAM) $^ -Wl,--allow-multiple-definition $(ZLIB) $(LIBS) -lwinmm -o $@
8
+	touch $@
9
 
10
 # secondary libraries
11
 $(OBJ)/libexpat.a: $(OBJ)/expat/xmlparse.o $(OBJ)/expat/xmlrole.o $(OBJ)/expat/xmltok.o
(-)xmame/files/patch-src-unix-joystick-drivers-joy_usb.c (-11 lines)
Lines 1-11 Link Here
1
--- src/unix/joystick-drivers/joy_usb.c.orig	Sun Aug 22 15:31:47 2004
2
+++ src/unix/joystick-drivers/joy_usb.c	Sun Aug 22 15:32:30 2004
3
@@ -20,7 +20,7 @@
4
 };
5
 
6
 #ifdef USB_JOYSTICK
7
-
8
+#define __ARCH_freebsd
9
 #if !defined(__ARCH_netbsd) && !defined(__ARCH_freebsd)
10
 #error "USB joysticks are only supported under NetBSD and FreeBSD.  Patches to support other archs are welcome ;)"
11
 #endif
(-)xmame/files/patch-src-unix-unix.mak (-11 lines)
Lines 1-11 Link Here
1
--- src/unix/unix.mak.orig	Mon Feb 14 18:08:49 2005
2
+++ src/unix/unix.mak	Mon Feb 14 18:09:12 2005
3
@@ -599,7 +599,7 @@
4
 	$(OBJDIR)/sysdep/rc.o \
5
 	$(OBJDIR)/tststubs.o
6
 	$(CC_COMMENT) @echo 'Linking $@...'
7
-	$(CC_COMPILE) $(LD) $(LDFLAGS) $(MY_LIBS) $^ -Wl,--allow-multiple-definition -o $@
8
+	touch $@
9
 
10
 $(OBJDIR)/tststubs.o: src/unix/tststubs.c
11
 	$(CC_COMPILE) $(CC) $(MY_CFLAGS) -o $@ -c $<
(-)xmame/files/patch-src-unix-video-drivers-xf86_dga1.c (+13 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
--- src/unix/video-drivers/xf86_dga1.c.orig	Sun Mar 20 22:10:35 2005
4
+++ src/unix/video-drivers/xf86_dga1.c	Sun Mar 20 22:12:24 2005
5
@@ -7,6 +7,7 @@
6
 #include <string.h>
7
 #include <sys/types.h>
8
 #include <sys/wait.h>
9
+#include <sys/time.h>
10
 #include <sys/resource.h>
11
 #include <X11/Xlib.h>
12
 #include <X11/Xutil.h>
13
(-)xmame/files/patch-src-unix-video-drivers-xf86_dga2.c (+13 lines)
Line 0 Link Here
1
$FreeBSD$
2
3
--- src/unix/video-drivers/xf86_dga2.c.orig	Sun Mar 20 22:16:38 2005
4
+++ src/unix/video-drivers/xf86_dga2.c	Sun Mar 20 22:16:53 2005
5
@@ -10,6 +10,7 @@
6
 #include <string.h>
7
 #include <sys/types.h>
8
 #include <sys/wait.h>
9
+#include <sys/time.h>
10
 #include <sys/resource.h>
11
 #include <X11/Xlib.h>
12
 #include <X11/Xutil.h>
13
(-)xmame/pkg-plist (+2 lines)
Lines 2-7 Link Here
2
%%MAMEONLY%%bin/xml2info
2
%%MAMEONLY%%bin/xml2info
3
%%MAMEONLY%%bin/chdman
3
%%MAMEONLY%%bin/chdman
4
%%MAMEONLY%%bin/romcmp
4
%%MAMEONLY%%bin/romcmp
5
%%MESSONLY%%bin/imgtool
6
%%MESSONLY%%bin/dat2html
5
etc/%%MAMEMESS%%rc.sample
7
etc/%%MAMEMESS%%rc.sample
6
share/%%MAMEMESS%%/%%MAMEMESS%%rc
8
share/%%MAMEMESS%%/%%MAMEMESS%%rc
7
%%PORTDOCS%%share/doc/%%MAMEMESS%%/changes.unix
9
%%PORTDOCS%%share/doc/%%MAMEMESS%%/changes.unix

Return to bug 79450