FreeBSD Bugzilla – Attachment 94068 Details for
Bug 132128
[PATCH] games/crafty: update to 22.10, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
crafty-22.10.patch
crafty-22.10.patch (text/plain), 4.35 KB, created by
Florian Smeets
on 2009-02-26 15:00:10 UTC
(
hide
)
Description:
crafty-22.10.patch
Filename:
MIME Type:
Creator:
Florian Smeets
Created:
2009-02-26 15:00:10 UTC
Size:
4.35 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/Makefile /usr/ports/games/crafty/Makefile >--- /usr/ports/games/crafty.orig/Makefile 2009-02-26 15:52:02.000000000 +0100 >+++ /usr/ports/games/crafty/Makefile 2009-02-26 15:50:59.000000000 +0100 >@@ -6,7 +6,7 @@ > # > > PORTNAME= crafty >-PORTVERSION= 22.1 >+PORTVERSION= 22.10 > CATEGORIES= games > MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \ > ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \ >@@ -17,7 +17,7 @@ > DIST_SUBDIR= crafty > EXTRACT_ONLY= crafty-${PORTVERSION}.zip > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= flo@kasimir.com > COMMENT= A chess programm for playing and analyzing games > > USE_ZIP= yes >@@ -26,7 +26,7 @@ > .if !defined(NOPORTDOCS) > DOCFILES= crafty.doc.ascii crafty.doc.ps > DISTFILES+= ${DOCFILES:S/$/:doc/} >-UTILS= bitmaps.tgz sound.zip >+UTILS= bitmaps.tgz sound.zip book.bin books.bin > DISTFILES+= ${UTILS:S/$/:utils/} > .endif > >@@ -36,7 +36,7 @@ > WITH_BOOKDIR= ${PREFIX}/lib/crafty > .endif > .if !defined(WITH_LOGDIR) >-WITH_LOGDIR= /tmp >+WITH_LOGDIR= ${TMPDIR} > .endif > .if !defined(WITH_RCDIR) > WITH_RCDIR= ~/ >@@ -67,6 +67,8 @@ > > post-extract: > ${CP} ${DISTDIR}/${DIST_SUBDIR}/start.pgn ${WRKSRC}/start.pgn >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/book.bin ${WRKSRC}/book.bin >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/books.bin ${WRKSRC}/books.bin > > post-build: > (cd ${WRKSRC}; ./crafty bookpath=. <${FILESDIR}/books-building) >diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/distinfo /usr/ports/games/crafty/distinfo >--- /usr/ports/games/crafty.orig/distinfo 2009-02-26 15:52:02.000000000 +0100 >+++ /usr/ports/games/crafty/distinfo 2009-02-26 15:50:59.000000000 +0100 >@@ -1,6 +1,6 @@ >-MD5 (crafty/crafty-22.1.zip) = 44c983e96cd16bb0314484c5d7af91de >-SHA256 (crafty/crafty-22.1.zip) = ec25063af97d079402f1daee99493cc7d7c9a9df6001f856f9d0584dd23894be >-SIZE (crafty/crafty-22.1.zip) = 405169 >+MD5 (crafty/crafty-22.10.zip) = 8abea59fa48e0b3012a1908683447cfa >+SHA256 (crafty/crafty-22.10.zip) = 0a5300315bacf6a532cb0e68c5699edde3b172d190911a68e58b8c7341a4a4fa >+SIZE (crafty/crafty-22.10.zip) = 417834 > MD5 (crafty/start.pgn) = 98176af8ec13945a4ec60ad9b5959412 > SHA256 (crafty/start.pgn) = 750397385a67307bd3e565f7a86d69745476db5fed4735650af971cc94318021 > SIZE (crafty/start.pgn) = 1349 >@@ -16,3 +16,9 @@ > MD5 (crafty/sound.zip) = ccf72dfe83be9d11c230c9825f763af8 > SHA256 (crafty/sound.zip) = a9cd8f9c4ebfb41a8a57056da2256c8c88d5fa21c3865f2aeea5bbe8cd2b4e24 > SIZE (crafty/sound.zip) = 737470 >+MD5 (crafty/book.bin) = 085e207bd19bd974d511e77fbef36507 >+SHA256 (crafty/book.bin) = 57f49bff337946ea36f9409e1ec1e5fa4aebcf267062f4130f1283f7272f430a >+SIZE (crafty/book.bin) = 1697492 >+MD5 (crafty/books.bin) = 6d7abc20944720986086ff6569fe35ec >+SHA256 (crafty/books.bin) = 34391763077243951c54523a5ce906204bcc0bac1850ddfde52e7b0461595444 >+SIZE (crafty/books.bin) = 132252 >diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/files/patch-Makefile /usr/ports/games/crafty/files/patch-Makefile >--- /usr/ports/games/crafty.orig/files/patch-Makefile 2009-02-26 15:52:02.000000000 +0100 >+++ /usr/ports/games/crafty/files/patch-Makefile 2009-02-26 15:50:59.000000000 +0100 >@@ -1,16 +1,16 @@ >---- Makefile.orig Tue Jun 20 07:57:17 2006 >-+++ Makefile Sun Sep 9 10:48:25 2007 >-@@ -146,10 +146,10 @@ >+--- Makefile.orig 2009-02-26 14:41:18.000000000 +0000 >++++ Makefile 2009-02-26 14:42:31.000000000 +0000 >+@@ -120,10 +120,10 @@ > freebsd: > $(MAKE) target=FreeBSD \ > CC=gcc CXX='$(CC)' \ > - CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \ > - CXFLAGS=$(CFLAGS) \ >-- LDFLAGS=$(LDFLAGS) \ >+- LDFLAGS='$(LDFLAGS) -lpthread' \ > - opt='$(opt) -DINLINE32' \ >-+ CFLAGS+='-fomit-frame-pointer -Wall' \ >++ CFLAGS+='-fomit-frame-pointer -Wall -pthread' \ > + CXFLAGS+='$(CXXFLAGS)' \ >-+ LDFLAGS='$(LDFLAGS) -lstdc++' \ >++ LDFLAGS='$(LDFLAGS) -lpthread -lstdc++' \ > + opt='$(opt)' \ > crafty-make > >diff -ruN --exclude=CVS /usr/ports/games/crafty.orig/pkg-plist /usr/ports/games/crafty/pkg-plist >--- /usr/ports/games/crafty.orig/pkg-plist 2009-02-26 15:52:02.000000000 +0100 >+++ /usr/ports/games/crafty/pkg-plist 2009-02-26 15:50:59.000000000 +0100 >@@ -4,6 +4,8 @@ > %%PORTDOCS%%share/doc/crafty/crafty.doc.ascii > %%PORTDOCS%%share/doc/crafty/crafty.doc.ps > %%PORTDOCS%%share/doc/crafty/bitmaps.tgz >+%%PORTDOCS%%share/doc/crafty/book.bin >+%%PORTDOCS%%share/doc/crafty/books.bin > %%PORTDOCS%%share/doc/crafty/sound.zip > %%PORTDOCS%%@dirrm share/doc/crafty > @dirrm lib/crafty/cpf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132128
: 94068