From owner-freebsd-ports Sat Aug 12 10:40:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8E8337C0DC for ; Sat, 12 Aug 2000 10:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82069; Sat, 12 Aug 2000 10:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id E5FE537B757 for ; Sat, 12 Aug 2000 10:38:47 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.uli.it (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id C92013B005 for ; Sat, 12 Aug 2000 19:38:49 +0200 (CEST) Message-Id: Date: Sat, 12 Aug 2000 19:39:22 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20562: [PATCH] PLIST and typo fix for freefonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20562 >Category: ports >Synopsis: [PATCH] PLIST and typo fix for freefonts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 10:40:05 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.1-STABLE i386 >Organization: Colby >Environment: >Description: Removed a .orig file from the PLIST, and fixed a typo. >How-To-Repeat: >Fix: diff -rcN freefonts.orig/Makefile freefonts/Makefile *** freefonts.orig/Makefile Wed Jun 14 19:57:43 2000 --- freefonts/Makefile Sat Aug 12 15:02:36 2000 *************** *** 16,21 **** --- 16,22 ---- USE_X_PREFIX= yes post-install: + ${RM} /usr/X11R6/lib/X11/fonts/freefont/fonts.dir.orig @${CAT} ${PKGDIR}/DESCR .include diff -rcN freefonts.orig/pkg/DESCR freefonts/pkg/DESCR *** freefonts.orig/pkg/DESCR Fri Dec 5 07:25:08 1997 --- freefonts/pkg/DESCR Sat Aug 12 14:58:46 2000 *************** *** 2,13 **** archives. They are particularily useful with gimp. You'll have to add /usr/X11R6/lib/X11/fonts/freefont ! to you're X font path by either: $ xset fp+ /usr/X11R6/lib/X11/fonts/freefont $ xset fp rehash ! or by adding it to you're X-server configuration file (usually /etc/XF86Config or /etc/Xaccel.ini) and restarting the X-server. eric. --- 2,13 ---- archives. They are particularily useful with gimp. You'll have to add /usr/X11R6/lib/X11/fonts/freefont ! to your X font path by either: $ xset fp+ /usr/X11R6/lib/X11/fonts/freefont $ xset fp rehash ! or by adding it to your X-server configuration file (usually /etc/XF86Config or /etc/Xaccel.ini) and restarting the X-server. eric. diff -rcN freefonts.orig/pkg/PLIST freefonts/pkg/PLIST *** freefonts.orig/pkg/PLIST Thu Jul 2 12:47:37 1998 --- freefonts/pkg/PLIST Sat Aug 12 14:45:23 2000 *************** *** 48,54 **** lib/X11/fonts/freefont/erasmed.pfb lib/X11/fonts/freefont/florence.pfb lib/X11/fonts/freefont/fonts.dir - lib/X11/fonts/freefont/fonts.dir.orig lib/X11/fonts/freefont/frquad.pfb lib/X11/fonts/freefont/frquadb.pfb lib/X11/fonts/freefont/ftpstrps.pfb --- 48,53 ---- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message