From owner-svn-ports-all@freebsd.org Sun Oct 23 11:25:19 2016 Return-Path: Delivered-To: svn-ports-all@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 BED18C1E4EC; Sun, 23 Oct 2016 11:25:19 +0000 (UTC) (envelope-from olgeni@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 75CAB8DB; Sun, 23 Oct 2016 11:25:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9NBPIAY045119; Sun, 23 Oct 2016 11:25:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9NBPIVx045117; Sun, 23 Oct 2016 11:25:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610231125.u9NBPIVx045117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 23 Oct 2016 11:25:18 +0000 (UTC) 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 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.23 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: Sun, 23 Oct 2016 11:25:19 -0000 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. ============================================================