Date: Fri, 22 Oct 2021 08:51:01 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0cc019babeb5 - main - databases/evolution-data-server: Use iconv from ports. Message-ID: <202110220851.19M8p13i040861@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cc019babeb56d414be8da56f0fcb8a867bd5798 commit 0cc019babeb56d414be8da56f0fcb8a867bd5798 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-10-22 08:32:29 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-10-22 08:50:49 +0000 databases/evolution-data-server: Use iconv from ports. mail/evolution, the main consumer of this port has USES=iconv:wchar_t, which means using iconv from ports. This port most likely was also meant to use it, as files/patch-CMakeLists.txt hints. --- databases/evolution-data-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index f6d6dd058d52..8ea9b0f78d92 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ PORTSCOUT= limitw:1,even USES= bdb:5 cmake compiler:c++11-lib cpe gettext gnome gperf \ - iconv localbase pathfix pkgconfig python:3.6+,build\ + iconv:wchar_t localbase pathfix pkgconfig python:3.6+,build\ sqlite tar:xz xorg USE_CXXSTD= gnu++11 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110220851.19M8p13i040861>