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

(-)games/gnomechess/Makefile (-1 / +2 lines)
Lines 20-29 Link Here
20
RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
20
RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
21
21
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GMAKE=	yes
24
USE_GNOME=	gnomecanvas gnomehack gnomeprefix libglade
23
USE_GNOME=	gnomecanvas gnomehack gnomeprefix libglade
24
USE_GMAKE=	yes
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
28
MAKE_ARGS=	XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}"
28
29
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)games/gnomechess/files/patch-src::board.c (+10 lines)
Line 0 Link Here
1
--- src/board.c.orig	Mon Jul 23 07:45:20 2001
2
+++ src/board.c	Sun Aug 22 03:42:58 2004
3
@@ -661,6 +661,7 @@
4
 		
5
 		break;
6
 	default:
7
+		;
8
 	}
9
 
10
 	return 0;
(-)games/gnomechess/files/patch-src::pgn.c (+18 lines)
Line 0 Link Here
1
--- src/pgn.c.orig	Thu Jun 28 06:14:20 2001
2
+++ src/pgn.c	Sun Aug 22 03:44:44 2004
3
@@ -311,6 +311,7 @@
4
 		tag->result = g_strdup(value2.v_string);
5
 		break;
6
 	default:
7
+		;
8
 	}
9
 }
10
 
11
@@ -512,6 +513,7 @@
12
 	}
13
 
14
  finish:
15
+	;
16
 }
17
 
18
 static int 
(-)games/gnomechess/files/patch-src::server-term.c (+10 lines)
Line 0 Link Here
1
--- src/server-term.c.orig	Sun Jun 17 04:47:01 2001
2
+++ src/server-term.c	Sun Aug 22 03:46:07 2004
3
@@ -348,6 +348,7 @@
4
 	jump2:
5
 		i++;
6
 	jump:
7
+		;
8
 	}
9
 	newtext[j] = 0;
10
 	zvt_term_feed (ZVT_TERM (widget), newtext, j);
(-)games/gnomechess/pkg-plist (+2 lines)
Lines 28-33 Link Here
28
share/gnome/mime-info/gnome-chess.keys
28
share/gnome/mime-info/gnome-chess.keys
29
share/gnome/mime-info/gnome-chess.mime
29
share/gnome/mime-info/gnome-chess.mime
30
share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf
30
share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf
31
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf 2>/dev/null || true
31
share/gnome/pixmaps/gnome-chess.png
32
share/gnome/pixmaps/gnome-chess.png
32
share/gnome/pixmaps/gnome-chess/B.png
33
share/gnome/pixmaps/gnome-chess/B.png
33
share/gnome/pixmaps/gnome-chess/K.png
34
share/gnome/pixmaps/gnome-chess/K.png
Lines 76-78 Link Here
76
@dirrm share/gnome/help/gnome-chess-manual
77
@dirrm share/gnome/help/gnome-chess-manual
77
@dirrm share/gnome/gnome-chess/glade
78
@dirrm share/gnome/gnome-chess/glade
78
@dirrm share/gnome/gnome-chess
79
@dirrm share/gnome/gnome-chess
80
@exec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf 2>/dev/null || true

Return to bug 70865