Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2016 11:25:18 +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: r424512 - in head/x11-fonts/freefonts: . files
Message-ID:  <201610231125.u9NBPIVx045117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Oct 23 11:25:18 2016
New Revision: 424512
URL: https://svnweb.freebsd.org/changeset/ports/424512

Log:
  x11-fonts/freefonts: fix path in pkg-message and set NO_ARCH.
  
  Remove obsolete reference to /etc/X11/XF86Config.
  
  PR:		213686
  Submitted by:	freebsd@dreamchaser.org

Added:
  head/x11-fonts/freefonts/files/
  head/x11-fonts/freefonts/files/pkg-message.in
     - copied, changed from r424511, head/x11-fonts/freefonts/pkg-message
Deleted:
  head/x11-fonts/freefonts/pkg-message
Modified:
  head/x11-fonts/freefonts/Makefile

Modified: head/x11-fonts/freefonts/Makefile
==============================================================================
--- head/x11-fonts/freefonts/Makefile	Sun Oct 23 11:22:37 2016	(r424511)
+++ head/x11-fonts/freefonts/Makefile	Sun Oct 23 11:25:18 2016	(r424512)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freefonts
 PORTVERSION=	0.10
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://download.gimp.org/pub/%SUBDIR%/ \
 		ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/   \
@@ -14,10 +14,12 @@ MASTER_SITE_SUBDIR=	gimp/fonts
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Collection of ATM fonts (not all free) from the CICA archives
 
-USES=	fonts
-
 BUILD_DEPENDS=	type1inst:x11-fonts/p5-type1inst
 
+NO_ARCH=	yes
+SUB_FILES=	pkg-message
+USES=		fonts
+
 # Some of the fonts are shareware. Some are freeware. Permission must
 # be obtained before distributing at least four (mazama.license,
 # muriel.license, roosthea.license, shf_____.license). Two have

Copied and modified: head/x11-fonts/freefonts/files/pkg-message.in (from r424511, head/x11-fonts/freefonts/pkg-message)
==============================================================================
--- head/x11-fonts/freefonts/pkg-message	Sun Oct 23 11:22:37 2016	(r424511, copy source)
+++ head/x11-fonts/freefonts/files/pkg-message.in	Sun Oct 23 11:25:18 2016	(r424512)
@@ -1,10 +1,10 @@
 ============================================================
-You'll have to add /usr/local/lib/X11/fonts/freefont
+You'll have to add %%FONTSDIR%%
 to your X font path by either:
 
-$ xset fp+ /usr/local/lib/X11/fonts/freefont
+$ xset fp+ %%FONTSDIR%%
 $ xset fp rehash
 
-or by adding it to your X-server configuration file (usually
-/etc/X11/XF86Config) and restarting the X-server.
+or by adding it to your X-server configuration file and
+restarting the X-server.
 ============================================================



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