Commits

Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 2f17d4aff6a
abiword-x11: deactivate champlain due to crashes
No tags

editors/abiword-x11/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 # error: use of undeclared identifier 'nullptr'
6 6 PortGroup cxx11 1.1
7 7 PortGroup gobject_introspection 1.0
8 8
9 9 name abiword-x11
10 10 set dname abiword
11 11 version 3.0.2
12 -revision 1
12 +revision 2
13 13 license GPL-2+
14 14 description A word processor with gnome support.
15 15 long_description ${description}
16 16 maintainers nomaintainer
17 17 categories editors textproc gnome
18 18 platforms darwin
19 19 homepage https://www.abisource.com/
20 20 master_sites https://www.abisource.com/downloads/${dname}/${version}/source \
21 21 http://www.nl.abisource.com/downloads/${dname}/${version}/source
22 22
31 31
32 32 depends_build port:pkgconfig
33 33
34 34 depends_lib port:desktop-file-utils \
35 35 port:boost \
36 36 port:enchant \
37 37 port:evolution-data-server \
38 38 port:goffice \
39 39 port:gtk3 \
40 40 port:jpeg \
41 - port:libchamplain \
42 41 port:libgcrypt \
43 42 port:libgsf \
44 43 port:libical \
45 44 port:libpng \
46 45 port:librsvg \
47 46 port:libwmf \
48 47 port:libxslt \
49 48 port:psiconv \
50 49 port:rasqal \
51 50 port:redland \
52 51 port:wv \
53 52 port:zlib
54 53
55 54 depends_run port:adwaita-icon-theme
56 55
57 56 gobject_introspection yes
58 57
58 +# champlain seems to cause crashes on startup
59 59 configure.args --disable-default-plugins \
60 60 --disable-silent-rules \
61 - --with-champlain=yes \
61 + --with-champlain=no \
62 62 --enable-clipart=yes \
63 63 --enable-templates=yes
64 64
65 65 #
66 66 # port wv is not universal
67 67 #
68 68
69 69 universal_variant no
70 70
71 71 post-activate {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut