Skip to content

Commit

Permalink
evolution-data-server: disable phonenumber variant by default
Browse files Browse the repository at this point in the history
- That variant now causes build failure, due to issues finding 'libphonenumber-cpp'
See: https://trac.macports.org/ticket/63788
  • Loading branch information
mascguy committed Nov 3, 2021
1 parent 4ab5f65 commit 566f546
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gnome/evolution-data-server/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup cmake 1.1

name evolution-data-server
version 3.36.5
revision 0
revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
description Addressbook and calender libs for GNOME.
long_description Evolution Data Server provides a central location for \
Expand Down Expand Up @@ -93,7 +93,8 @@ variant phonenumber description {Phone number parsing/validation using libphonen
configure.args-append -DWITH_PHONENUMBER=${prefix}/lib
}

default_variants +phonenumber
# TODO: Need to fix CMake detection for 'libphonenumber-cpp', before we can enable
#default_variants +phonenumber

post-destroot {
ln -s ${prefix}/lib/evolution-data-server/libedbus-private.dylib ${destroot}${prefix}/lib
Expand Down

1 comment on commit 566f546

@mascguy
Copy link
Member Author

@mascguy mascguy commented on 566f546 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmoot Yes, we need to rev-bump this port, as the current binaries are broken.

Please sign in to comment.