svn commit: r348320 - head/x11-toolkits/pango
Koop Mast
kwm at FreeBSD.org
Sat Mar 15 13:16:58 UTC 2014
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
More information about the svn-ports-all
mailing list