Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 14:35:17 +0900 (KST)
From:      junker@jazz.snu.ac.kr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8719: port upgrade: korean/johabfonts
Message-ID:  <199811170535.OAA04644@punky.snu.ac.kr>

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

>Number:         8719
>Category:       ports
>Synopsis:       port upgrade
>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:   Mon Nov 16 21: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:

Port upgrade(korean/johabfonts). Move installation directory
to ${X11BASE}/lib/X11/fonts/local.

>How-To-Repeat:

>Fix:
	
Apply diffs:

diff -uNr /usr/ports/korean/johabfonts/Makefile johabfonts/Makefile
--- /usr/ports/korean/johabfonts/Makefile	Sat Aug  8 07:43:10 1998
+++ johabfonts/Makefile	Tue Nov 17 13:04:02 1998
@@ -17,4 +17,7 @@
 USE_IMAKE=	yes
 NO_INSTALL_MANPAGES= yes
 
+pre-install:
+	-mkdir -p ${PREFIX}/lib/X11/fonts/local
+
 .include <bsd.port.mk>
diff -uNr /usr/ports/korean/johabfonts/patches/patch-aa johabfonts/patches/patch-aa
--- /usr/ports/korean/johabfonts/patches/patch-aa	Thu Jan  1 09:00:00 1970
+++ johabfonts/patches/patch-aa	Tue Nov 17 13:02:01 1998
@@ -0,0 +1,15 @@
+--- Imakefile.orig	Sat Mar 16 04:27:42 1996
++++ Imakefile	Tue Nov 17 12:53:05 1998
+@@ -22,10 +22,10 @@
+ 
+ MakeFontsDir($(HAN_PCF_FONTS))
+ 
+-InstallFontObjs($(HAN_PCF_FONTS), $(FONTDIR)/misc)
++InstallFontObjs($(HAN_PCF_FONTS), $(FONTDIR)/local)
+ 
+ install::
+-	cd $(FONTDIR)/misc; mkfontdir
++	cd $(FONTDIR)/local; mkfontdir
+ clean::
+ 	$(RM) $(HAN_PCF_FONTS)
+ 
diff -uNr /usr/ports/korean/johabfonts/pkg/MESSAGE johabfonts/pkg/MESSAGE
--- /usr/ports/korean/johabfonts/pkg/MESSAGE	Thu Jan  1 09:00:00 1970
+++ johabfonts/pkg/MESSAGE	Tue Nov 17 14:14:41 1998
@@ -0,0 +1,23 @@
+KAIST Font(x-johab)
+===================
+
+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/johabfonts/pkg/PLIST johabfonts/pkg/PLIST
--- /usr/ports/korean/johabfonts/pkg/PLIST	Mon Apr 20 00:50:24 1998
+++ johabfonts/pkg/PLIST	Tue Nov 17 12:51:55 1998
@@ -1,13 +1,13 @@
-lib/X11/fonts/misc/iyagi16.pcf.gz
-lib/X11/fonts/misc/iyagis16.pcf.gz
-lib/X11/fonts/misc/johabg16.pcf.gz
-lib/X11/fonts/misc/johabm16.pcf.gz
-lib/X11/fonts/misc/johabp16.pcf.gz
-lib/X11/fonts/misc/johabshg16.pcf.gz
-lib/X11/fonts/misc/johabshm16.pcf.gz
-lib/X11/fonts/misc/johabshp16.pcf.gz
-lib/X11/fonts/misc/johabsg16.pcf.gz
-lib/X11/fonts/misc/johabsm16.pcf.gz
-lib/X11/fonts/misc/johabsp16.pcf.gz
-@exec cd %D/lib/X11/fonts/misc ; mkfontdir
-@unexec cd %D/lib/X11/fonts/misc ; mkfontdir
+lib/X11/fonts/local/iyagi16.pcf.gz
+lib/X11/fonts/local/iyagis16.pcf.gz
+lib/X11/fonts/local/johabg16.pcf.gz
+lib/X11/fonts/local/johabm16.pcf.gz
+lib/X11/fonts/local/johabp16.pcf.gz
+lib/X11/fonts/local/johabshg16.pcf.gz
+lib/X11/fonts/local/johabshm16.pcf.gz
+lib/X11/fonts/local/johabshp16.pcf.gz
+lib/X11/fonts/local/johabsg16.pcf.gz
+lib/X11/fonts/local/johabsm16.pcf.gz
+lib/X11/fonts/local/johabsp16.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?199811170535.OAA04644>