View | Details | Raw Unified | Return to bug 160798 | Differences between
and this patch

Collapse All | Expand All

(-)wesnoth-devel/Makefile (-13 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	wesnoth
8
PORTNAME=	wesnoth
9
PORTVERSION=	1.9.12
9
PORTVERSION=	1.9.7
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
12
		http://files.wesnoth.org/
12
		http://files.wesnoth.org/
Lines 15-22 Link Here
15
MAINTAINER=	philip@FreeBSD.org
15
MAINTAINER=	philip@FreeBSD.org
16
COMMENT=	A fantasy turn-based strategy game
16
COMMENT=	A fantasy turn-based strategy game
17
17
18
EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
19
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs
18
LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs
19
RUN_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
20
21
BROKEN=		incomplete plist
20
22
21
LICENSE=	GPLv2 GPLv3
23
LICENSE=	GPLv2 GPLv3
22
LICENSE_COMB=	dual
24
LICENSE_COMB=	dual
Lines 25-31 Link Here
25
CONFLICTS=	wesnoth-[0-9]*
27
CONFLICTS=	wesnoth-[0-9]*
26
28
27
USE_SDL=	image mixer net ttf
29
USE_SDL=	image mixer net ttf
28
USE_GNOME=	pango desktopfileutils
30
USE_GNOME=	pango
29
MAKE_JOBS_SAFE=	yes
31
MAKE_JOBS_SAFE=	yes
30
USE_BZIP2=	yes
32
USE_BZIP2=	yes
31
USE_CMAKE=	yes
33
USE_CMAKE=	yes
Lines 95-111 Link Here
95
.else
97
.else
96
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
98
CMAKE_ARGS+=	-DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
97
USE_GETTEXT=	yes
99
USE_GETTEXT=	yes
98
MANLANG=	"" cs de en_GB et fr gl hu id lt pl sk \
100
MANLANG=	"" cs de en_GB et fi fr gl hu id it ja lt pl pt_BR sk \
99
		zh_CN zh_TW
101
		sr sr@ijekavian sr@ijekavianlatin sr@latin zh_CN zh_TW
100
_MANPAGES+=	${PREFIX}/man/es/man6/wesnothd.6 \
102
_MANPAGES+=	${PREFIX}/man/es/man6/wesnothd.6 \
101
		${PREFIX}/man/fi/man6/wesnothd.6 \
102
		${PREFIX}/man/it/man6/wesnothd.6 \
103
		${PREFIX}/man/ja/man6/wesnothd.6 \
104
		${PREFIX}/man/pt_BR/man6/wesnothd.6 \
105
		${PREFIX}/man/sr/man6/wesnothd.6 \
106
		${PREFIX}/man/sr@ijekavian/man6/wesnothd.6 \
107
		${PREFIX}/man/sr@ijekavianlatin/man6/wesnothd.6 \
108
		${PREFIX}/man/sr@latin/man6/wesnothd.6 \
109
		${PREFIX}/man/tr/man6/wesnothd.6
103
		${PREFIX}/man/tr/man6/wesnothd.6
110
PLIST_SUB+=	NLS=""
104
PLIST_SUB+=	NLS=""
111
.endif
105
.endif
(-)wesnoth-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wesnoth-1.9.12.tar.bz2) = fbd7cabf17f29177881feda6308a32a8d8dcc0bf3513d39151f52d740972ada5
1
SHA256 (wesnoth-1.9.7.tar.bz2) = ced4a5f88d650a97e547dfec153c89da04c565b2d705ef0920dbc000338f4492
2
SIZE (wesnoth-1.9.12.tar.bz2) = 340736118
2
SIZE (wesnoth-1.9.7.tar.bz2) = 338021134

Return to bug 160798