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

(-)Makefile (-9 / +12 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xiphos
3
PORTNAME=	xiphos
4
PORTVERSION=	3.1.6
4
PORTVERSION=	3.1.6
5
PORTREVISION=	6
5
PORTREVISION=	7
6
CATEGORIES=	misc gnome
6
CATEGORIES=	misc gnome
7
MASTER_SITES=	SF/gnomesword/Xiphos/${PORTVERSION}
7
MASTER_SITES=	SF/gnomesword/Xiphos/${PORTVERSION}
8
8
Lines 11-35 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
BROKEN=		fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
15
16
BUILD_DEPENDS=	${RUN_DEPENDS} \
17
		docbook2html:textproc/docbook-utils \
18
		gnome-doc-tool:textproc/gnome-doc-utils \
19
		nspr>=4.8:devel/nspr
20
LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3 \
14
LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3 \
21
		libdbus-glib-1.so:devel/dbus-glib  \
15
		libdbus-glib-1.so:devel/dbus-glib  \
22
		libsword.so:misc/sword
16
		libsword.so:misc/sword \
17
		libdbus-1.so:devel/dbus \
18
		libsoup-2.4.so:devel/libsoup \
19
		libenchant.so:textproc/enchant
20
BUILD_DEPENDS=	docbook2html:textproc/docbook-utils \
21
		gnome-doc-tool:textproc/gnome-doc-utils \
22
		nspr>=4.8:devel/nspr \
23
		yelp:x11/yelp
23
RUN_DEPENDS=	yelp:x11/yelp
24
RUN_DEPENDS=	yelp:x11/yelp
24
25
25
USES=		gettext pkgconfig waf
26
USES=		gettext pkgconfig waf
26
INSTALLS_OMF=	yes
27
INSTALLS_OMF=	yes
27
INSTALLS_ICONS=	yes
28
INSTALLS_ICONS=	yes
28
USE_GNOME=	gtkhtml4 intlhack gtk30 gconf2 libgsf \
29
USE_GNOME=	cairo gtkhtml4 intlhack gtk30 gconf2 libgsf \
29
		gtk-update-icon-cache
30
		gtk-update-icon-cache
30
31
31
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
32
33
34
CXXFLAGS+=	"-ftemplate-depth=1024"
35
33
post-install:
36
post-install:
34
	@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
37
	@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
35
38

Return to bug 232997