Skip to content

Commit

Permalink
abiword-x11: do not make +evolution the default until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and mascguy committed Apr 22, 2024
1 parent db4f229 commit 42f3688
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions editors/abiword-x11/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ configure.cmd ./autogen.sh

depends_build-append \
port:autoconf \
port:autoconf-archive \
port:automake \
port:libtool \
port:pkgconfig
Expand Down Expand Up @@ -83,13 +84,13 @@ variant evolution description "Enable Evolution data server" {
--with-evolution-data-server
}

# Do not make it the default on older OS, for now.
# Do not make it the default, until it is fixed.
# https://trac.macports.org/ticket/69798
if {(${os.platform} eq "darwin" && ${os.major} > 12) \
|| ${os.platform} ne "darwin"} {
default_variants-append \
+evolution
}
# if {(${os.platform} eq "darwin" && ${os.major} > 12) \
# || ${os.platform} ne "darwin"} {
# default_variants-append \
# +evolution
# }

post-activate {
system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
Expand Down

0 comments on commit 42f3688

Please sign in to comment.