From owner-svn-ports-all@FreeBSD.ORG Tue Jan 6 14:35:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29EA661C; Tue, 6 Jan 2015 14:35:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 151D96671F; Tue, 6 Jan 2015 14:35:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06EZLeZ043623; Tue, 6 Jan 2015 14:35:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06EZLKi043618; Tue, 6 Jan 2015 14:35:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201501061435.t06EZLKi043618@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 6 Jan 2015 14:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376427 - in head/x11-fonts: urwfonts urwfonts-ttf urwfonts-ttf/files urwfonts/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 14:35:22 -0000 Author: olgeni Date: Tue Jan 6 14:35:20 2015 New Revision: 376427 URL: https://svnweb.freebsd.org/changeset/ports/376427 QAT: https://qat.redports.org/buildarchive/r376427/ Log: Use SUB_LIST to set the actual font path in pkg-message. PR: 196522 Submitted by: Greg Becker Added: head/x11-fonts/urwfonts-ttf/files/ head/x11-fonts/urwfonts-ttf/files/pkg-message.in (contents, props changed) - copied, changed from r376426, head/x11-fonts/urwfonts-ttf/pkg-message head/x11-fonts/urwfonts/files/ head/x11-fonts/urwfonts/files/pkg-message.in (contents, props changed) - copied, changed from r376375, head/x11-fonts/urwfonts/pkg-message Deleted: head/x11-fonts/urwfonts-ttf/pkg-message head/x11-fonts/urwfonts/pkg-message Modified: head/x11-fonts/urwfonts-ttf/Makefile head/x11-fonts/urwfonts/Makefile Modified: head/x11-fonts/urwfonts-ttf/Makefile ============================================================================== --- head/x11-fonts/urwfonts-ttf/Makefile Tue Jan 6 14:21:24 2015 (r376426) +++ head/x11-fonts/urwfonts-ttf/Makefile Tue Jan 6 14:35:20 2015 (r376427) @@ -3,7 +3,7 @@ PORTNAME= urwfonts-ttf PORTVERSION= 1.0.7b18 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.izmiran.rssi.ru/pub/fonts/urw/ DISTNAME= urw-fonts-${PORTVERSION:S/b/pre/}-ttf @@ -23,6 +23,8 @@ USES= tar:bzip2 FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" +SUB_LIST= FONTDIR="${FONTDIR}" +SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTDIR} Copied and modified: head/x11-fonts/urwfonts-ttf/files/pkg-message.in (from r376426, head/x11-fonts/urwfonts-ttf/pkg-message) ============================================================================== --- head/x11-fonts/urwfonts-ttf/pkg-message Tue Jan 6 14:21:24 2015 (r376426, copy source) +++ head/x11-fonts/urwfonts-ttf/files/pkg-message.in Tue Jan 6 14:35:20 2015 (r376427) @@ -1,8 +1,8 @@ ============================================================ -You'll have to add /usr/local/lib/X11/fonts/urwfonts-ttf +You'll have to add %%FONTDIR%% to your X font path by either: -$ xset fp+ /usr/local/lib/X11/fonts/urwfonts-ttf +$ xset fp+ %%FONTDIR%% $ xset fp rehash or by adding it to your X-server configuration file (usually Modified: head/x11-fonts/urwfonts/Makefile ============================================================================== --- head/x11-fonts/urwfonts/Makefile Tue Jan 6 14:21:24 2015 (r376426) +++ head/x11-fonts/urwfonts/Makefile Tue Jan 6 14:35:20 2015 (r376427) @@ -2,7 +2,7 @@ PORTNAME= urwfonts PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ DISTNAME= urw-fonts @@ -17,6 +17,8 @@ NO_BUILD= yes FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" +SUB_LIST= FONTDIR="${FONTDIR}" +SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTDIR} Copied and modified: head/x11-fonts/urwfonts/files/pkg-message.in (from r376375, head/x11-fonts/urwfonts/pkg-message) ============================================================================== --- head/x11-fonts/urwfonts/pkg-message Mon Jan 5 23:54:32 2015 (r376375, copy source) +++ head/x11-fonts/urwfonts/files/pkg-message.in Tue Jan 6 14:35:20 2015 (r376427) @@ -1,8 +1,8 @@ ============================================================ -You'll have to add /usr/local/lib/X11/fonts/URW +You'll have to add %%FONTDIR%% to your X font path by either: -$ xset fp+ /usr/local/lib/X11/fonts/URW +$ xset fp+ %%FONTDIR%% $ xset fp rehash or by adding it to your X-server configuration file (usually