Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2016 12:28:02 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419475 - head/x11-toolkits/linux-c6-pango
Message-ID:  <201608021228.u72CS2Hd028459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Aug  2 12:28:02 2016
New Revision: 419475
URL: https://svnweb.freebsd.org/changeset/ports/419475

Log:
  - Depend on libthai.
  - Generate pango.modules on installation.

Modified:
  head/x11-toolkits/linux-c6-pango/Makefile
  head/x11-toolkits/linux-c6-pango/pkg-plist.i386
  head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64

Modified: head/x11-toolkits/linux-c6-pango/Makefile
==============================================================================
--- head/x11-toolkits/linux-c6-pango/Makefile	Tue Aug  2 12:26:36 2016	(r419474)
+++ head/x11-toolkits/linux-c6-pango/Makefile	Tue Aug  2 12:28:02 2016	(r419475)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pango
 PORTVERSION=	1.28.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits linux
 
 MAINTAINER=	emulation@FreeBSD.org
@@ -14,12 +14,12 @@ CONFLICTS=	linux-pango-[0-9]* linux-f10-
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	c6
-USE_LINUX_APPS=	cairo expat fontconfig xorglibs
+USE_LINUX_APPS=	cairo expat fontconfig libthai xorglibs
 USE_LINUX_RPM=	yes
 RPMVERSION=	11.el6
 
 BRANDELF_FILES=	usr/bin/pango-querymodules-32
-.if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64"
+.if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6_64"
 BRANDELF_FILES+=	usr/bin/pango-querymodules-64
 .endif
 

Modified: head/x11-toolkits/linux-c6-pango/pkg-plist.i386
==============================================================================
--- head/x11-toolkits/linux-c6-pango/pkg-plist.i386	Tue Aug  2 12:26:36 2016	(r419474)
+++ head/x11-toolkits/linux-c6-pango/pkg-plist.i386	Tue Aug  2 12:28:02 2016	(r419475)
@@ -1,4 +1,5 @@
-@comment file listing
+@postexec %D/usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules
+@preunexec rm -f %D/etc/pango/i386-redhat-linux-gnu/pango.modules
 etc/pango/pangox.aliases
 usr/bin/pango-querymodules-32
 usr/bin/pango-view
@@ -31,6 +32,4 @@ usr/share/doc/pango-1.28.1/NEWS
 usr/share/doc/pango-1.28.1/README
 usr/share/man/man1/pango-querymodules.1.gz
 usr/share/man/man1/pango-view.1.gz
-@comment deal with empty directories created by the port
-@exec /bin/mkdir -p %D/etc/pango/i386-redhat-linux-gnu
 @dir etc/pango/i386-redhat-linux-gnu

Modified: head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64
==============================================================================
--- head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64	Tue Aug  2 12:26:36 2016	(r419474)
+++ head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64	Tue Aug  2 12:28:02 2016	(r419475)
@@ -1,4 +1,8 @@
+@postexec %D/usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules
+@preunexec rm -f %D/etc/pango/i386-redhat-linux-gnu/pango.modules
 etc/pango/pangox.aliases
+@postexec %D/usr/bin/pango-querymodules-64 > %D/etc/pango/x86_64-redhat-linux-gnu/pango.modules
+@preunexec rm -f %D/etc/pango/x86_64-redhat-linux-gnu/pango.modules
 usr/bin/pango-querymodules-32
 usr/bin/pango-querymodules-64
 usr/bin/pango-view



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