Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 18:32:52 +0900 (KST)
From:      junker@jazz.snu.ac.kr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8722: Port upgrade: korean/mizifont
Message-ID:  <199811170932.SAA10981@punky.snu.ac.kr>

next in thread | raw e-mail | index | archive | help

>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 <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
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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