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

Collapse All | Expand All

(-)Makefile (-5 / +22 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	abiword
4
PORTNAME=	abiword
5
PORTVERSION=	3.0.1
5
PORTVERSION=	3.0.2
6
PORTREVISION=	11
7
CATEGORIES=	editors
6
CATEGORIES=	editors
8
MASTER_SITES=	http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
7
MASTER_SITES=	http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
9
DIST_SUBDIR=	AbiWord
8
DIST_SUBDIR=	AbiWord
Lines 19-32 Link Here
19
		libpng.so:graphics/png \
18
		libpng.so:graphics/png \
20
		libwv.so:textproc/wv \
19
		libwv.so:textproc/wv \
21
		libfribidi.so:converters/fribidi \
20
		libfribidi.so:converters/fribidi \
22
		libgoffice-0.10.so:devel/goffice010
21
		libgoffice-0.10.so:devel/goffice010 \
22
		libdbus-1.so:devel/dbus \
23
		libgpg-error.so:security/libgpg-error \
24
		libraptor2.so:textproc/raptor2 \
25
		librasqal.so:textproc/rasqal \
26
		libfontconfig.so:x11-fonts/fontconfig \
27
		libicalss.so:devel/libical \
28
		libfreetype.so:print/freetype2 \
29
		librdf.so:textproc/redland \
30
		libwmf.so:graphics/libwmf
23
RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu
31
RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu
24
32
25
USES=		compiler:c++11-lang desktop-file-utils gmake gnome iconv jpeg \
33
USES=		compiler:c++11-lang desktop-file-utils gmake gnome iconv jpeg \
26
		libtool pathfix pkgconfig
34
		libtool pathfix pkgconfig
27
USE_GNOME=	libxml2 gtk30 librsvg2 libxslt
35
USE_GNOME=	cairo libxml2 gtk30 librsvg2 libxslt
36
USE_XORG+=	x11
28
GNU_CONFIGURE=	yes
37
GNU_CONFIGURE=	yes
29
CPPFLAGS+=	-I${LOCALBASE}/include
38
CPPFLAGS+=	-I${LOCALBASE}/include
39
CXXFLAGS+=	-std=c++98
30
LDFLAGS+=	-L${LOCALBASE}/lib
40
LDFLAGS+=	-L${LOCALBASE}/lib
31
CONFIGURE_ARGS=	--without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
41
CONFIGURE_ARGS=	--without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
32
		--enable-shared="yes" --enable-static="no"
42
		--enable-shared="yes" --enable-static="no"
Lines 36-42 Link Here
36
46
37
PLIST_SUB+=	ABIVERSION=3.0
47
PLIST_SUB+=	ABIVERSION=3.0
38
48
39
OPTIONS_DEFINE=	CLIPART DEBUG MATHVIEW NLS PSION \
49
OPTIONS_DEFINE=	CLIPART DEBUG MATHVIEW NLS OTS PSION \
40
		TEMPLATES WP
50
		TEMPLATES WP
41
OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES
51
OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES
42
OPTIONS_SUB=	yes
52
OPTIONS_SUB=	yes
Lines 57-62 Link Here
57
DICT_DESC=		Spelling and grammar checking
67
DICT_DESC=		Spelling and grammar checking
58
GRAMMAR_DESC=		Grammar checking plugin
68
GRAMMAR_DESC=		Grammar checking plugin
59
MATHVIEW_DESC=		MathML render plugin
69
MATHVIEW_DESC=		MathML render plugin
70
OTS_DESC=		Text Summarizer plugin
60
PSION_DESC=		Psion 5(MX) files convertion plugin
71
PSION_DESC=		Psion 5(MX) files convertion plugin
61
SPELLCHECK_DESC=	Spell checking support
72
SPELLCHECK_DESC=	Spell checking support
62
TEMPLATES_DESC=		Include additional templates
73
TEMPLATES_DESC=		Include additional templates
Lines 110-115 Link Here
110
NLS_USES=			gettext
121
NLS_USES=			gettext
111
NLS_CONFIGURE_ENABLE=		nls
122
NLS_CONFIGURE_ENABLE=		nls
112
123
124
OTS_LIB_DEPENDS=		libots-1.so:textproc/ots
125
113
PSION_LIB_DEPENDS=		libpsiconv.so:converters/psiconv
126
PSION_LIB_DEPENDS=		libpsiconv.so:converters/psiconv
114
127
115
SPELLCHECK_LIB_DEPENDS=		libenchant.so:textproc/enchant
128
SPELLCHECK_LIB_DEPENDS=		libenchant.so:textproc/enchant
Lines 139-144 Link Here
139
ABIWORD_PLUGINS+=	mathview
152
ABIWORD_PLUGINS+=	mathview
140
.endif
153
.endif
141
154
155
.if ${PORT_OPTIONS:MOTS}
156
ABIWORD_PLUGINS+=	ots
157
.endif
158
142
.if ${PORT_OPTIONS:MPSION}
159
.if ${PORT_OPTIONS:MPSION}
143
ABIWORD_PLUGINS+=	psion
160
ABIWORD_PLUGINS+=	psion
144
.endif
161
.endif
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (AbiWord/abiword-3.0.1.tar.gz) = e094f6fbf0afc5c5538b4894888e7c346f8ee8f49c9d24821dd696d0734865c6
1
TIMESTAMP = 1518488853
2
SIZE (AbiWord/abiword-3.0.1.tar.gz) = 11144990
2
SHA256 (AbiWord/abiword-3.0.2.tar.gz) = afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522
3
SIZE (AbiWord/abiword-3.0.2.tar.gz) = 11154333

Return to bug 220975