diff options
author | itojun <itojun> | 2002-03-18 19:46:26 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-03-18 19:46:26 +0000 |
commit | 1cf28a6a0f37831f4429c33545fcf1b78c4dd843 (patch) | |
tree | 9e0f64e16beb6795013713a50a33abfddf69408b /x11/hanterm | |
parent | 8ebc4d39b30df50607e494aae6f7df795093b79d (diff) | |
download | pkgsrc-1cf28a6a0f37831f4429c33545fcf1b78c4dd843.tar.gz |
upgrade to 3.1.6. portability fixes, mostly
Diffstat (limited to 'x11/hanterm')
-rw-r--r-- | x11/hanterm/MESSAGE | 4 | ||||
-rw-r--r-- | x11/hanterm/Makefile | 8 | ||||
-rw-r--r-- | x11/hanterm/distinfo | 7 | ||||
-rw-r--r-- | x11/hanterm/patches/patch-aa | 15 |
4 files changed, 9 insertions, 25 deletions
diff --git a/x11/hanterm/MESSAGE b/x11/hanterm/MESSAGE index 76acdd96cdd..7ec9a4a5d4e 100644 --- a/x11/hanterm/MESSAGE +++ b/x11/hanterm/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2001/11/11 06:17:31 hubertf Exp $ +$NetBSD: MESSAGE,v 1.3 2002/03/18 19:46:26 itojun Exp $ It is possible to run "hanterm" using the Hangul fonts included with your NetBSD system, by adding one of the following lines to @@ -12,6 +12,6 @@ Hanterm*hangulFont: -daewoo-mincho-*-*-*--24-*-*-*-*-*-*-* Additional Hangul fonts are packaged in the fonts/ksc5601 package, and even more through the "hanterm" homepage... - http://quagga.kaist.ac.kr/hanterm/ + http://hanterm.org/ =========================================================================== diff --git a/x11/hanterm/Makefile b/x11/hanterm/Makefile index 8741d8a8a96..84141366326 100644 --- a/x11/hanterm/Makefile +++ b/x11/hanterm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2001/05/03 13:24:03 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/18 19:46:26 itojun Exp $ -DISTNAME= hanterm-3.1.4 +DISTNAME= hanterm-3.1.6 CATEGORIES= x11 -MASTER_SITES= http://quagga.kaist.ac.kr/hanterm/download/ +MASTER_SITES= http://hanterm.org/download/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://quagga.kaist.ac.kr/hanterm/ +HOMEPAGE= http://hanterm.org/ COMMENT= X11R6-based xterm hacked for managing Korean languages USE_IMAKE= YES diff --git a/x11/hanterm/distinfo b/x11/hanterm/distinfo index affb96a1bd3..e02bffb8317 100644 --- a/x11/hanterm/distinfo +++ b/x11/hanterm/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.4 2001/05/03 18:46:07 fredb Exp $ +$NetBSD: distinfo,v 1.5 2002/03/18 19:46:26 itojun Exp $ -SHA1 (hanterm-3.1.4.tar.gz) = 6b88d880f78a85e46ffc7d1c448148ba551dff8f -Size (hanterm-3.1.4.tar.gz) = 219740 bytes -SHA1 (patch-aa) = 515b7d8e253a18196ea9175d6aa132f88fd22a17 +SHA1 (hanterm-3.1.6.tar.gz) = df2ff9ca8ddcee41baeaa8544a9983a1534e8b30 +Size (hanterm-3.1.6.tar.gz) = 323736 bytes SHA1 (patch-ab) = 8b861979eeffc3e9763f4a2162c0e007c61f1a6c SHA1 (patch-ac) = 4c6b6efc12f2e1fba6eb577c65c94d701574353b SHA1 (patch-ad) = e6bf91a30c1b318c2f60ac8590e4842d9e8bab12 diff --git a/x11/hanterm/patches/patch-aa b/x11/hanterm/patches/patch-aa deleted file mode 100644 index 924e2b83029..00000000000 --- a/x11/hanterm/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/05/03 18:46:08 fredb Exp $ - ---- misc.c.orig Tue Jun 1 15:46:49 1999 -+++ misc.c -@@ -35,10 +35,7 @@ - #include <pwd.h> - #include <errno.h> - --/* added by cjh. for detecting *BSD family correctly */ --#if (defined(__unix__) || defined(unix)) && !defined(USG) - #include <sys/param.h> --#endif - - #include <X11/Xatom.h> - #include <X11/cursorfont.h> |