Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 13:16:58 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348320 - head/x11-toolkits/pango
Message-ID:  <201403151316.s2FDGwd2087898@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151316.s2FDGwd2087898>