Date: Tue, 6 Jan 2015 14:35:21 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> 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 Message-ID: <201501061435.t06EZLKi043618@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501061435.t06EZLKi043618>