Date: Sat, 15 Mar 2014 10:54:00 -0400 From: Thomas Hoffmann <trh411@gmail.com> To: ports-committers@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Cc: Koop Mast <kwm@freebsd.org>, Thomas Hoffmann <trh411@gmail.com> Subject: Re: svn commit: r348320 - head/x11-toolkits/pango Message-ID: <CAB7-odnASrs7mERABNS4u_adfVesPoJ4Esg1C-%2B675egmYo=rQ@mail.gmail.com> In-Reply-To: <CAB7-od=O632FTECCif4sspORs2Lui1FZ3fw6EnHe2pWUQ4Ww9Q@mail.gmail.com> References: <201403151316.s2FDGwd2087898@svn.freebsd.org> <CAB7-od=O632FTECCif4sspORs2Lui1FZ3fw6EnHe2pWUQ4Ww9Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 15, 2014 at 10:33 AM, Thomas Hoffmann <trh411@gmail.com> wrote: > On Sat, Mar 15, 2014 at 9:16 AM, Koop Mast <kwm@freebsd.org> wrote: > >> Author: kwm >> Date: Sat Mar 15 13:16:57 2014 >> New Revision: 348320 >> URL: http://svnweb.freebsd.org/changeset/ports/348320 >> QAT: https://qat.redports.org/buildarchive/r348320/ >> >> Log: >> Fix handling of the pango font cache. >> >> Reported by: Craig Leres <leres@ee.lbl.gov> >> Tested by: Craig Leres <leres@ee.lbl.gov> >> >> Modified: >> head/x11-toolkits/pango/Makefile >> head/x11-toolkits/pango/pkg-plist >> >> Modified: head/x11-toolkits/pango/Makefile >> >> ============================================================================== >> --- head/x11-toolkits/pango/Makefile Sat Mar 15 12:27:11 2014 >> (r348319) >> +++ head/x11-toolkits/pango/Makefile Sat Mar 15 13:16:57 2014 >> (r348320) >> @@ -4,7 +4,7 @@ >> >> PORTNAME= pango >> PORTVERSION= 1.34.1 >> -PORTREVISION?= 1 >> +PORTREVISION?= 2 >> CATEGORIES= x11-toolkits >> MASTER_SITES= GNOME >> DIST_SUBDIR= gnome2 >> @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2 >> MAINTAINER= gnome@FreeBSD.org >> COMMENT= Open-source framework for the layout and rendering of >> i18n text >> >> -USE_XZ= yes >> +USES= tar:xz >> >> .if !defined(REFERENCE_PORT) >> >> @@ -23,7 +23,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ >> RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ >> ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings >> >> -USES= gettext gmake libtool pathfix pkgconfig >> +USES+= gettext gmake libtool pathfix pkgconfig >> USE_LDCONFIG= yes >> GNU_CONFIGURE= yes >> USE_GNOME= cairo glib20 introspection:build referencehack >> >> Modified: head/x11-toolkits/pango/pkg-plist >> >> ============================================================================== >> --- head/x11-toolkits/pango/pkg-plist Sat Mar 15 12:27:11 2014 >> (r348319) >> +++ head/x11-toolkits/pango/pkg-plist Sat Mar 15 13:16:57 2014 >> (r348320) >> @@ -1,4 +1,3 @@ >> -@unexec /bin/rm %D/etc/pango/pango.modules >> bin/pango-querymodules >> bin/pango-view >> include/pango-1.0/pango/pango-attributes.h >> @@ -135,10 +134,10 @@ share/gtk-doc/html/pango/up.png >> @dirrm share/gtk-doc/html/pango >> @dirrmtry share/gtk-doc/html >> @dirrmtry share/gtk-doc >> +@unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache >> @dirrm lib/pango/%%VERSION%%/modules >> @dirrm lib/pango/%%VERSION%% >> @dirrm lib/pango >> @dirrm include/pango-1.0/pango >> @dirrm include/pango-1.0 >> -@dirrm etc/pango >> -@exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules >> +@exec %%LOCALBASE%%/bin/pango-querymodules --update-cache >> _______________________________________________ >> > > I was able to successfully upgrade x11-toolkits/pango to 1.34.1_2 on > -CURRENT r263202 amd64 using portmaster. However, a lot of fstat, lstat and > unlink errors were reported during the pkg build phase. I've attached my > typescript file of the upgrade. Let me know if you want me to open a PR for > this. > > -Tom > Upon closer examination of the pkg: errors, I now see they are related to my deletion of the textproc/gtk-doc port yesterday. Sorry for the noise. -Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB7-odnASrs7mERABNS4u_adfVesPoJ4Esg1C-%2B675egmYo=rQ>