From owner-freebsd-ports Tue Nov 17 01:39:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15737 for freebsd-ports-outgoing; Tue, 17 Nov 1998 01:39:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15724 for ; Tue, 17 Nov 1998 01:39:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA15587; Tue, 17 Nov 1998 01:40:01 -0800 (PST) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15166 for ; Tue, 17 Nov 1998 01:33:18 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.8) id SAA10981; Tue, 17 Nov 1998 18:32:52 +0900 (KST) (envelope-from pwd) Message-Id: <199811170932.SAA10981@punky.snu.ac.kr> Date: Tue, 17 Nov 1998 18:32:52 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8722: Port upgrade: korean/mizifont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8722 >Category: ports >Synopsis: port upgrade request: korean/mizifont >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 17 01:40:00 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Sat Oct 10 11:54:57 KST 1998 pwd@punky.snu.ac.kr:/allegro/2.2-src/sys/compile/PUNKY i386 >Description: Move font installation directory to ${X11BASE}/lib/X11/fonts/local. >How-To-Repeat: >Fix: Apply the following diffs: diff -uNr /usr/ports/korean/mizifont/Makefile mizifont/Makefile --- /usr/ports/korean/mizifont/Makefile Sat Oct 17 04:08:38 1998 +++ mizifont/Makefile Tue Nov 17 14:38:27 1998 @@ -44,11 +44,11 @@ done do-install: - @mkdir -p ${PREFIX}/lib/X11/fonts/misc + @mkdir -p ${PREFIX}/lib/X11/fonts/local for i in ${WRKDIR}/*.gz; do \ - ${INSTALL_DATA} $$i ${PREFIX}/lib/X11/fonts/misc/; \ + ${INSTALL_DATA} $$i ${PREFIX}/lib/X11/fonts/local/; \ done - cd ${PREFIX}/lib/X11/fonts/misc/ ; mkfontdir + cd ${PREFIX}/lib/X11/fonts/local/ ; mkfontdir post-install: @cat ${PKGDIR}/MESSAGE diff -uNr /usr/ports/korean/mizifont/pkg/MESSAGE mizifont/pkg/MESSAGE --- /usr/ports/korean/mizifont/pkg/MESSAGE Sat May 9 23:19:20 1998 +++ mizifont/pkg/MESSAGE Tue Nov 17 14:39:25 1998 @@ -6,3 +6,23 @@ For more information, contact to info@mizi.co.kr or http://www.mizi.co.kr +Please note: + + This package installed fonts in /usr/X11R6/lib/X11/fonts/local directory. + If you are using XFree86 3.3.2 or older, please upgrade to a new version + or add this directory to your /etc/XF86config: + + Section "Files" + ... + FontPath "/usr/X11R6/lib/X11/fonts/local/" + ... + + Or, run this command at your X desktop: + + # xset +fp /usr/X11R6/lib/X11/fonts/local/ && xset fp rehash + + Don't forget to add the directory to your /etc/XF86config, for + add the correct font path after you reboots X. + +-- +CHOI Junho diff -uNr /usr/ports/korean/mizifont/pkg/PLIST mizifont/pkg/PLIST --- /usr/ports/korean/mizifont/pkg/PLIST Sat May 9 23:19:20 1998 +++ mizifont/pkg/PLIST Tue Nov 17 14:43:19 1998 @@ -1,11 +1,11 @@ -lib/X11/fonts/misc/mzgt16e.pcf.gz -lib/X11/fonts/misc/mzgt16h.pcf.gz -lib/X11/fonts/misc/mzgt16h1.pcf.gz -lib/X11/fonts/misc/mzmj16e.pcf.gz -lib/X11/fonts/misc/mzmj16h.pcf.gz -lib/X11/fonts/misc/mzpg16e.pcf.gz -lib/X11/fonts/misc/mzpg16h.pcf.gz -lib/X11/fonts/misc/mzsm16e.pcf.gz -lib/X11/fonts/misc/mzsm16h.pcf.gz -@exec cd %D/lib/X11/fonts/misc ; mkfontdir -@unexec cd %D/lib/X11/fonts/misc ; mkfontdir +lib/X11/fonts/local/mzgt16e.pcf.gz +lib/X11/fonts/local/mzgt16h.pcf.gz +lib/X11/fonts/local/mzgt16h1.pcf.gz +lib/X11/fonts/local/mzmj16e.pcf.gz +lib/X11/fonts/local/mzmj16h.pcf.gz +lib/X11/fonts/local/mzpg16e.pcf.gz +lib/X11/fonts/local/mzpg16h.pcf.gz +lib/X11/fonts/local/mzsm16e.pcf.gz +lib/X11/fonts/local/mzsm16h.pcf.gz +@exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir +@unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message