svn commit: r435692 - head/print/harfbuzz

Tijl Coosemans tijl at FreeBSD.org
Wed Mar 8 17:50:07 UTC 2017


On Wed, 8 Mar 2017 15:30:44 +0000 (UTC) Koop Mast <kwm at FreeBSD.org> wrote:
> Author: kwm
> Date: Wed Mar  8 15:30:44 2017
> New Revision: 435692
> URL: https://svnweb.freebsd.org/changeset/ports/435692
> 
> Log:
>   Update harfbuzz to 1.4.3.
>   
>   Record indirect gettext-runtime dependancy.
> 
> Modified:
>   head/print/harfbuzz/Makefile
>   head/print/harfbuzz/distinfo
> 
> Modified: head/print/harfbuzz/Makefile
> ==============================================================================
> --- head/print/harfbuzz/Makefile	Wed Mar  8 15:28:57 2017	(r435691)
> +++ head/print/harfbuzz/Makefile	Wed Mar  8 15:30:44 2017	(r435692)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	harfbuzz
> -PORTVERSION=	1.4.2
> +PORTVERSION=	1.4.3
>  CATEGORIES=	print
>  MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
>  
> @@ -14,13 +14,14 @@ LIB_DEPENDS=	libfreetype.so:print/freety
>  		libgraphite2.so:graphics/graphite2
>  
>  USE_LDCONFIG=	yes
> -USES=		compiler:c++0x gmake libtool pathfix pkgconfig tar:bzip2
> +USES=		compiler:c++0x gettext-runtime gmake gnome libtool \
> +		pathfix pkgconfig tar:bzip2
>  USE_GNOME=	cairo glib20 introspection:build

Can you approve/commit the following patch so we fix this in all glib20
ports at once?

Index: Mk/Uses/gnome.mk
===================================================================
--- Mk/Uses/gnome.mk	(revision 435677)
+++ Mk/Uses/gnome.mk	(working copy)
@@ -213,7 +213,8 @@ gnomemimedata_DETECT=	${LOCALBASE}/libda
 gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data
 gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data
 
-glib20_LIB_DEPENDS=	libglib-2.0.so:devel/glib20
+glib20_LIB_DEPENDS=	libglib-2.0.so:devel/glib20 \
+			libintl.so:devel/gettext-runtime
 glib20_DETECT=		${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc
 
 atk_LIB_DEPENDS=	libatk-1.0.so:accessibility/atk


More information about the svn-ports-all mailing list