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

(-)games/gnuchess/Makefile (-2 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnuchess
8
PORTNAME=	gnuchess
9
PORTVERSION=	5.05
9
PORTVERSION=	5.06
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	chess
12
MASTER_SITE_SUBDIR=	chess
Lines 14-20 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	"Classic" Gnu Chess
15
COMMENT=	"Classic" Gnu Chess
16
16
17
WRKSRC=	${WRKDIR}/chess
17
USE_REINPLACE=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
21
22
post-patch:
23
	@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS:S/"//g}|g ; \
24
		 s|-pthread ||g ; ${WRKSRC}/configure
19
25
20
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)games/gnuchess/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnuchess-5.05.tar.gz) = 008820142c414517512ab0ad3e036c8b
1
MD5 (gnuchess-5.06.tar.gz) = 9b25c80bef39e6ab24088dcfdea7d845

Return to bug 51856