1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update 23.2

PR:		145208
Submitted by:	Florian Smeets <flo@kasimir.com> (maintainer)
This commit is contained in:
Martin Wilke 2010-04-02 17:09:09 +00:00
parent a31fb11e72
commit 6ac76a855f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252076
3 changed files with 14 additions and 13 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= crafty
PORTVERSION= 23.1
PORTVERSION= 23.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
MASTER_SITES= http://www.craftychess.com/:src \
ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
ftp://ftp.cis.uab.edu/pub/hyatt/source/:src \
ftp://ftp.cis.uab.edu/pub/hyatt/book/:utils \

View File

@ -1,6 +1,6 @@
MD5 (crafty/crafty-23.1.zip) = c023e4844fccb6087fc7ff908363a745
SHA256 (crafty/crafty-23.1.zip) = 0c0c7378afa56290df959b3865b241c2ced41303c4297a1ca9e096e61734006a
SIZE (crafty/crafty-23.1.zip) = 423190
MD5 (crafty/crafty-23.2.zip) = 522bb6b4ad1f04c198e6f9b2a0b1503d
SHA256 (crafty/crafty-23.2.zip) = f7bd2881cbde29874f4c0934afe82acd9276256fcb1ffc622b23930ac396d951
SIZE (crafty/crafty-23.2.zip) = 424434
MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412
SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021
SIZE (crafty/start.pgn) = 1349

View File

@ -1,17 +1,17 @@
--- Makefile.orig 2009-01-27 04:15:14.000000000 +0300
+++ Makefile 2009-02-28 03:36:17.000000000 +0300
@@ -119,11 +119,11 @@
--- Makefile.orig 2010-03-30 17:06:21.000000000 +0200
+++ Makefile 2010-03-30 17:06:57.000000000 +0200
@@ -81,11 +81,11 @@
freebsd:
$(MAKE) target=FreeBSD \
- CC=gcc CXX='$(CC)' \
- CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \
- CXFLAGS=$(CFLAGS) \
- LDFLAGS='$(LDFLAGS) -lpthread' \
- CFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
- CXFLAGS='-fomit-frame-pointer -m486 -O3 -Wall' \
- LDFLAGS=$(LDFLAGS) \
- opt='$(opt) -DINLINE32' \
+ CC='$(CC)' CXX='$(CC)' \
+ CFLAGS='$(CFLAGS) -fomit-frame-pointer -Wall' \
+ CXFLAGS='$(CXXFLAGS)' \
+ CFLAGS='$(CFLAGS) -fomit-frame-pointer -O3 -Wall' \
+ CXFLAGS='$(CXXFLAGS) -fomit-frame-pointer -O3 -Wall' \
+ LDFLAGS='$(LDFLAGS) -pthread -lstdc++' \
+ opt='$(opt)' \
crafty-make