From owner-svn-ports-head@freebsd.org Tue Aug 2 12:28:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FAB4BACCF5; Tue, 2 Aug 2016 12:28:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58B9170C; Tue, 2 Aug 2016 12:28:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u72CS3gw028462; Tue, 2 Aug 2016 12:28:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u72CS2Hd028459; Tue, 2 Aug 2016 12:28:02 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201608021228.u72CS2Hd028459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 2 Aug 2016 12:28:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:28:04 -0000 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