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

(-)/usr/ports/games/crafty/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	crafty
8
PORTNAME=	crafty
9
PORTVERSION=	23.1
9
PORTVERSION=	23.2
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
11
MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
12
		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
(-)/usr/ports/games/crafty/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 (crafty/crafty-23.1.zip) = c023e4844fccb6087fc7ff908363a745
1
MD5 (crafty/crafty-23.2.zip) = 522bb6b4ad1f04c198e6f9b2a0b1503d
2
SHA256 (crafty/crafty-23.1.zip) = 0c0c7378afa56290df959b3865b241c2ced41303c4297a1ca9e096e61734006a
2
SHA256 (crafty/crafty-23.2.zip) = f7bd2881cbde29874f4c0934afe82acd9276256fcb1ffc622b23930ac396d951
3
SIZE (crafty/crafty-23.1.zip) = 423190
3
SIZE (crafty/crafty-23.2.zip) = 424434
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
4
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
5
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
6
SIZE (crafty/start.pgn) = 1349
6
SIZE (crafty/start.pgn) = 1349
(-)/usr/ports/games/crafty/files/patch-Makefile (-8 / +8 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	2009-01-27 04:15:14.000000000 +0300
1
--- Makefile.orig	2010-03-30 17:06:21.000000000 +0200
2
+++ Makefile	2009-02-28 03:36:17.000000000 +0300
2
+++ Makefile	2010-03-30 17:06:57.000000000 +0200
3
@@ -119,11 +119,11 @@
3
@@ -81,11 +81,11 @@
4
 	
4
 	
5
 freebsd:
5
 freebsd:
6
 	$(MAKE) target=FreeBSD \
6
 	$(MAKE) target=FreeBSD \
7
-		CC=gcc CXX='$(CC)' \
7
-		CC=gcc CXX='$(CC)' \
8
-		CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \
8
-		CFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
9
-		CXFLAGS=$(CFLAGS) \
9
-		CXFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
10
-		LDFLAGS='$(LDFLAGS) -lpthread' \
10
-		LDFLAGS=$(LDFLAGS) \
11
-		opt='$(opt) -DINLINE32' \
11
-		opt='$(opt) -DINLINE32' \
12
+		CC='$(CC)' CXX='$(CC)' \
12
+		CC='$(CC)' CXX='$(CC)' \
13
+		CFLAGS='$(CFLAGS) -fomit-frame-pointer -Wall' \
13
+		CFLAGS='$(CFLAGS) -fomit-frame-pointer -O3 -Wall' \
14
+		CXFLAGS='$(CXXFLAGS)' \
14
+		CXFLAGS='$(CXXFLAGS) -fomit-frame-pointer -O3 -Wall' \
15
+		LDFLAGS='$(LDFLAGS) -pthread -lstdc++' \
15
+		LDFLAGS='$(LDFLAGS) -pthread -lstdc++' \
16
+		opt='$(opt)' \
16
+		opt='$(opt)' \
17
 		crafty-make
17
 		crafty-make

Return to bug 145208