svn commit: r419475 - head/x11-toolkits/linux-c6-pango
Tijl Coosemans
tijl at FreeBSD.org
Tue Aug 2 12:28:04 UTC 2016
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 at 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 @@
- at comment file listing
+ at postexec %D/usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules
+ at 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
- at comment deal with empty directories created by the port
- at 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 @@
+ at postexec %D/usr/bin/pango-querymodules-32 > %D/etc/pango/i386-redhat-linux-gnu/pango.modules
+ at preunexec rm -f %D/etc/pango/i386-redhat-linux-gnu/pango.modules
etc/pango/pangox.aliases
+ at postexec %D/usr/bin/pango-querymodules-64 > %D/etc/pango/x86_64-redhat-linux-gnu/pango.modules
+ at 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
More information about the svn-ports-head
mailing list