mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 5.06.
PR: ports/51856 Submitted by: Ports Fury
This commit is contained in:
parent
a57acf0086
commit
9eab82380c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80594
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnuchess
|
||||
PORTVERSION= 5.05
|
||||
PORTVERSION= 5.06
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= chess
|
||||
@ -14,7 +14,13 @@ MASTER_SITE_SUBDIR= chess
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= "Classic" Gnu Chess
|
||||
|
||||
WRKSRC= ${WRKDIR}/chess
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS:S/"//g}|g ; \
|
||||
s|-pthread ||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnuchess-5.05.tar.gz) = 008820142c414517512ab0ad3e036c8b
|
||||
MD5 (gnuchess-5.06.tar.gz) = 9b25c80bef39e6ab24088dcfdea7d845
|
Loading…
Reference in New Issue
Block a user