diff options
Diffstat (limited to 'x11-toolkits/pango/Makefile')
-rw-r--r-- | x11-toolkits/pango/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 6b2ea8448555..5f62cba59ba9 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,14 +1,14 @@ PORTNAME= pango -PORTVERSION= 1.56.1 +PORTVERSION= 1.56.4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Open-source framework for the layout and rendering of i18n text -WWW= https://www.pango.org/ +WWW= https://www.gtk.org/docs/architecture/pango -LICENSE= LGPL20 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ @@ -26,6 +26,8 @@ PORTSCOUT= limit:^1\.[^9] PLIST_SUB= LIBVERSION=0.${PORTVERSION:R:E}00.${PORTVERSION:E} +TESTING_UNSAFE= ERROR:../tests/test-font-data.c:153:test_boxes_font_metrics: assertion failed (metrics->approximate_char_width == boxes_unhinted_metrics.approximate_char_width): (46201 == 49273) + OPTIONS_DEFINE= DOCS LANG_TH MANPAGES X11 OPTIONS_DEFAULT= LANG_TH MANPAGES X11 OPTIONS_SUB= yes |