svn commit: r348320 - head/x11-toolkits/pango

Thomas Hoffmann trh411 at gmail.com
Sat Mar 15 14:54:01 UTC 2014


On Sat, Mar 15, 2014 at 10:33 AM, Thomas Hoffmann <trh411 at gmail.com> wrote:

> On Sat, Mar 15, 2014 at 9:16 AM, Koop Mast <kwm at 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 at ee.lbl.gov>
>>   Tested by:    Craig Leres <leres at 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 at 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 @@
>> - at 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
>> + at 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
>> - at dirrm etc/pango
>> - at exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules
>> + at 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


More information about the svn-ports-head mailing list