From pwd@punky.snu.ac.kr  Tue Nov 17 01:33:19 1998
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: Port upgrade: korean/mizifont
X-Send-Pr-Version: 3.2

>Number:         8722
>Category:       ports
>Synopsis:       port upgrade request: korean/mizifont
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 17 01:40:00 PST 1998
>Closed-Date:    Wed Nov 18 05:04:30 PST 1998
>Last-Modified:  Wed Nov 18 05:04:40 PST 1998
>Originator:     CHOI Junho
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
NARAE, CS Dept., Seoul National Univ., ROK
>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 <junker@jazz.snu.ac.kr>
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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Wed Nov 18 05:04:30 PST 1998 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
