Date: Wed, 8 Mar 2017 18:50:02 +0100 From: Tijl Coosemans <tijl@FreeBSD.org> To: Koop Mast <kwm@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435692 - head/print/harfbuzz Message-ID: <20170308185002.3d8dfb52@kalimero.tijl.coosemans.org> In-Reply-To: <201703081530.v28FUiiu009520@repo.freebsd.org> References: <201703081530.v28FUiiu009520@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Mar 2017 15:30:44 +0000 (UTC) Koop Mast <kwm@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170308185002.3d8dfb52>