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

(-)sdlmess/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	sdlmess
8
PORTNAME=	sdlmess
9
PORTVERSION=	0.131
9
PORTVERSION=	0.133
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
11
MASTER_SITES=	http://rbelmont.mameworld.info/ \
12
		http://rbelmont.mameworld.info/
12
		ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/
13
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
13
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
14
14
15
MAINTAINER=	elbarto@ArcadeBSD.org
15
MAINTAINER=	elbarto@ArcadeBSD.org
(-)sdlmess/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sdlmess0131.zip) = 6e6c2ed1e39064d74188009f1a22f435
1
MD5 (sdlmess0133.zip) = bd847771a11343d2efb75335b973d646
2
SHA256 (sdlmess0131.zip) = e8626e21692f11445c2c7df8166f3f6cb3a76699d1cbcaec4305c4cdf18c447c
2
SHA256 (sdlmess0133.zip) = db1d7e6c6cc3520e26f53b7bc5429773d9e6fe7d8ef57126486a56999281315e
3
SIZE (sdlmess0131.zip) = 31925502
3
SIZE (sdlmess0133.zip) = 32501988
(-)sdlmess/files/mess.ini (+2 lines)
Lines 16-21 Link Here
16
inipath                   $HOME/.mess;.;ini
16
inipath                   $HOME/.mess;.;ini
17
fontpath                  $HOME/.mess/font;/usr/local/share/sdlmess/
17
fontpath                  $HOME/.mess/font;/usr/local/share/sdlmess/
18
cheatpath                 $HOME/.mess/cheat
18
cheatpath                 $HOME/.mess/cheat
19
crosshairpath             $HOME/.mess/crosshair
19
20
20
#
21
#
21
# CORE OUTPUT DIRECTORY OPTIONS
22
# CORE OUTPUT DIRECTORY OPTIONS
Lines 42-47 Link Here
42
snapname                  %g/%i
43
snapname                  %g/%i
43
snapsize                  auto
44
snapsize                  auto
44
snapview                  internal
45
snapview                  internal
46
burnin                    0
45
47
46
#
48
#
47
# CORE PERFORMANCE OPTIONS
49
# CORE PERFORMANCE OPTIONS
(-)sdlmess/files/patch-makefile.sdl (-3 / +12 lines)
Lines 1-5 Link Here
1
--- makefile.sdl.orig	2009-03-13 16:53:53.000000000 +0000
1
--- makefile.sdl.orig	2009-07-23 03:54:02.000000000 +0200
2
+++ makefile.sdl	2009-03-17 23:44:38.000000000 +0000
2
+++ makefile.sdl	2009-07-23 03:55:21.000000000 +0200
3
@@ -59,7 +59,7 @@
3
@@ -59,7 +59,7 @@
4
 ifeq ($(OSD),windows)
4
 ifeq ($(OSD),windows)
5
 TARGETOS = win32
5
 TARGETOS = win32
Lines 16-22 Link Here
16
-CC = @gcc
16
-CC = @gcc
17
-LD = @gcc
17
-LD = @gcc
18
+CC := @$(CC)
18
+CC := @$(CC)
19
+LD = @$(CC)
19
+LD := @$(CC)
20
 MD = -mkdir$(EXE)
20
 MD = -mkdir$(EXE)
21
 RM = @rm -f
21
 RM = @rm -f
22
 
22
 
Lines 38-43 Link Here
38
 else
38
 else
39
 CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
39
 CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
40
 endif
40
 endif
41
@@ -379,7 +379,7 @@
42
 	-I$(SRC)/lib/util \
43
 	-I$(SRC)/osd \
44
 	-I$(SRC)/osd/$(OSD) \
45
-
46
+	-I$(LOCALBASE)/include \
47
 
48
 
49
 #-------------------------------------------------
41
@@ -392,7 +392,7 @@
50
@@ -392,7 +392,7 @@
42
 ifneq ($(TARGETOS),macosx)
51
 ifneq ($(TARGETOS),macosx)
43
 ifneq ($(TARGETOS),os2)
52
 ifneq ($(TARGETOS),os2)

Return to bug 137022