summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-19 01:15:11 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-19 01:15:11 +0000
commit02711fb3f1e0355dcac20196fa0911bee758dc55 (patch)
tree420f1a62e4e648c9cd3426f565efc0a7878a8d38 /korean
parentgnomeicu is actually the new name for gtkicq. Fix mistake of (diff)
Update to hanterm-xf-p16
PR: ports/10631 Submitted by: CHOI Junho, maintainer
Notes
Notes: svn path=/head/; revision=17284
Diffstat (limited to 'korean')
-rw-r--r--korean/hanterm-xf86/Makefile8
-rw-r--r--korean/hanterm-xf86/distinfo2
-rw-r--r--korean/hanterm-xf86/files/patch-aa8
-rw-r--r--korean/hanterm-xf86/pkg-descr2
4 files changed, 10 insertions, 10 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile
index 752720182cb6..f157de935497 100644
--- a/korean/hanterm-xf86/Makefile
+++ b/korean/hanterm-xf86/Makefile
@@ -3,15 +3,15 @@
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.11 1999/01/05 01:11:59 steve Exp $
+# $Id: Makefile,v 1.12 1999/01/15 05:34:48 kuriyama Exp $
#
-DISTNAME= hanterm-xf-p15
-PKGNAME= ko-hanterm-xf15
+DISTNAME= hanterm-xf-p16
+PKGNAME= ko-hanterm-xf-16
CATEGORIES= korean x11
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/
-MAINTAINER= junker@jazz.snu.ac.kr
+MAINTAINER= cjh@kr.freebsd.org
RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
diff --git a/korean/hanterm-xf86/distinfo b/korean/hanterm-xf86/distinfo
index 972adc633f5f..3c9d13386e17 100644
--- a/korean/hanterm-xf86/distinfo
+++ b/korean/hanterm-xf86/distinfo
@@ -1 +1 @@
-MD5 (hanterm-xf-p15.tar.gz) = 37083fe7188a94075d545e13ebcb1942
+MD5 (hanterm-xf-p16.tar.gz) = 17fb79efc24235eb143dd7a2f4d2fb79
diff --git a/korean/hanterm-xf86/files/patch-aa b/korean/hanterm-xf86/files/patch-aa
index 8bf6f2c017fc..3c02bb2d9251 100644
--- a/korean/hanterm-xf86/files/patch-aa
+++ b/korean/hanterm-xf86/files/patch-aa
@@ -14,8 +14,8 @@
# It would also be nice to do this for all -L options, not just this one.
if test -n "$x_libraries"; then
! case "${PORTOBJFORMAT}" in
-! elf) X_LIBS="$X_LIBS -L$x_libraries -rpath $x_libraries" ;;
-! *) X_LIBS="$X_LIBS -L$x_libraries" ;;
+! elf) X_LIBS="$X_LIBS -L$x_libraries -rpath $x_libraries -lxpg4" ;;
+! *) X_LIBS="$X_LIBS -L$x_libraries -lxpg4" ;;
! esac
# For Solaris; some versions of Sun CC require a space after -R and
# others require no space. Words are not sufficient . . . .
@@ -34,8 +34,8 @@
# Check for libraries that X11R6 Xt/Xaw programs need.
ac_save_LDFLAGS="$LDFLAGS"
! test -n "$x_libraries" && case "${PORTOBJFORMAT}" in
-! elf) LDFLAGS="$LDFLAGS -L$x_libraries -rpath $x_libraries" ;;
-! *) LDFLAGS="$LDFLAGS -L$x_libraries" ;;
+! elf) LDFLAGS="$LDFLAGS -L$x_libraries -rpath $x_libraries -lxpg4" ;;
+! *) LDFLAGS="$LDFLAGS -L$x_libraries -lxpg4" ;;
! esac
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
# check for ICE first), but we must link in the order -lSM -lICE or
diff --git a/korean/hanterm-xf86/pkg-descr b/korean/hanterm-xf86/pkg-descr
index 7bed29d888f0..4a6a9028d27b 100644
--- a/korean/hanterm-xf86/pkg-descr
+++ b/korean/hanterm-xf86/pkg-descr
@@ -7,4 +7,4 @@ such as automatic fonts detection, johab844 font support, and based on
XFree86's xterm code. The scrollbar is displayed in right.
--
-CHOI Junho <junker@jazz.snu.ac.kr>
+CHOI Junho <cjh@kr.freebsd.org>