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

(-)scid/Makefile (-5 / +5 lines)
Lines 7-22 Link Here
7
#
7
#
8
8
9
PORTNAME=	scid
9
PORTNAME=	scid
10
PORTVERSION=	3.3
10
PORTVERSION=	3.4
11
CATEGORIES=	games databases tk83 tcl83
11
CATEGORIES=	games databases
12
MASTER_SITES=	http://scid.sourceforge.net/download/ \
12
MASTER_SITES=	http://scid.sourceforge.net/download/ \
13
		${MASTER_SITE_SOURCEFORGE}
13
		${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
15
15
16
MAINTAINER=	volkmann@chello.at
16
MAINTAINER=	volkmann@inode.at
17
17
18
LIB_DEPENDS=	tcl83:${PORTSDIR}/lang/tcl83 \
18
LIB_DEPENDS=	tcl84:${PORTSDIR}/lang/tcl84 \
19
		tk83:${PORTSDIR}/x11-toolkits/tk83
19
		tk84:${PORTSDIR}/x11-toolkits/tk84
20
20
21
USE_PYTHON=	yes
21
USE_PYTHON=	yes
22
USE_XLIB=	yes
22
USE_XLIB=	yes
(-)scid/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (scid-3.3.tar.gz) = 33832300379f946fe9e241b014a3dad0
1
MD5 (scid-3.4.tar.gz) = 5d9935e17d73ef24c8c6a9441bafca9c
(-)scid/files/patch-Makefile (-9 / +9 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Fri Feb 22 11:39:00 2002
1
--- Makefile.orig	Wed Jan 22 03:54:00 2003
2
+++ Makefile	Mon Mar  4 23:02:42 2002
2
+++ Makefile	Sun Jan 26 17:30:10 2003
3
@@ -8,11 +8,11 @@
3
@@ -9,11 +9,11 @@
4
 
4
 
5
 # BINDIR: where the Scid programs are copied for "make install".
5
 # BINDIR: where the Scid programs are copied for "make install".
6
 #
6
 #
Lines 14-20 Link Here
14
 
14
 
15
 ### TCL_VERSION: Set this according to the version of Tcl/Tk you have
15
 ### TCL_VERSION: Set this according to the version of Tcl/Tk you have
16
 #   installed that you want Scid to use: 8.0, 8.1, 8.2, 8.3, etc.
16
 #   installed that you want Scid to use: 8.0, 8.1, 8.2, 8.3, etc.
17
@@ -26,9 +26,9 @@
17
@@ -27,9 +27,9 @@
18
 #
18
 #
19
 # You have not run "./configure" yet.  The default settings are:
19
 # You have not run "./configure" yet.  The default settings are:
20
 #
20
 #
Lines 27-46 Link Here
27
 
27
 
28
 ### Here are other commonly used settings for the Tcl/Tk compiler options:
28
 ### Here are other commonly used settings for the Tcl/Tk compiler options:
29
 
29
 
30
@@ -50,9 +50,9 @@
30
@@ -51,9 +51,9 @@
31
 
31
 
32
 # Someone sent me these settings for FreeBSD with Tcl/Tk 8.0:
32
 # Someone sent me these settings for FreeBSD with Tcl/Tk 8.0:
33
 ### FreeBSD:
33
 ### FreeBSD:
34
-# TCL_INCLUDE = -I /usr/local/include/tcl8.0 -I /usr/local/include/tk8.0
34
-# TCL_INCLUDE = -I /usr/local/include/tcl8.0 -I /usr/local/include/tk8.0
35
-# TCL_LIBRARY = -L /usr/local/lib -ltcl80 -ldl
35
-# TCL_LIBRARY = -L /usr/local/lib -ltcl80 -ldl
36
-# TK_LIBRARY  = $(TCL_LIBRARY) -ltk80 -L /usr/X11/lib -lX11
36
-# TK_LIBRARY  = $(TCL_LIBRARY) -ltk80 -L /usr/X11/lib -lX11
37
+TCL_INCLUDE = -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -I${X11BASE}/include
37
+TCL_INCLUDE = -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -I${X11BASE}/include
38
+TCL_LIBRARY = -L${LOCALBASE}/lib -ltcl83
38
+TCL_LIBRARY = -L${LOCALBASE}/lib -ltcl84
39
+TK_LIBRARY  = $(TCL_LIBRARY) -ltk83 -L${X11BASE}/lib -lX11
39
+TK_LIBRARY  = $(TCL_LIBRARY) -ltk84 -L${X11BASE}/lib -lX11
40
 
40
 
41
 
41
 
42
 ########################################
42
 ########################################
43
@@ -79,7 +79,7 @@
43
@@ -80,7 +80,7 @@
44
 #      On some systems, adding "-fno-rtti" and "-fno-exceptions" produces
44
 #      On some systems, adding "-fno-rtti" and "-fno-exceptions" produces
45
 #      smaller, faster programs since Scid does not use those C++ features.
45
 #      smaller, faster programs since Scid does not use those C++ features.
46
 #
46
 #
(-)scid/pkg-plist (+2 lines)
Lines 8-15 Link Here
8
bin/sc_spell
8
bin/sc_spell
9
bin/sc_tree
9
bin/sc_tree
10
bin/scid
10
bin/scid
11
bin/scidlet
11
bin/scidpgn
12
bin/scidpgn
12
bin/scmerge
13
bin/scmerge
14
bin/spliteco
13
bin/tcscid
15
bin/tcscid
14
bin/tkscid
16
bin/tkscid
15
share/scid/scid.eco
17
share/scid/scid.eco

Return to bug 47519