Date: Wed, 17 Mar 1999 12:03:33 +0900 (KST) From: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10631: port update: korean/hanterm-xf86 Message-ID: <199903170303.MAA17952@hamhae.wdb.co.kr>
next in thread | raw e-mail | index | archive | help
>Number: 10631 >Category: ports >Synopsis: port update: korean/hanterm-xf86 >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 Mar 16 19:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.1-STABLE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17 09:36:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Port update(korean/hanterm-xf86). portlint checked. >How-To-Repeat: Build it with a recent FreeBSD system. >Fix: Apply the following diffs: diff -uNr /usr/ports/korean/hanterm-xf86/Makefile hanterm-xf86/Makefile --- /usr/ports/korean/hanterm-xf86/Makefile Mon Feb 1 16:09:33 1999 +++ hanterm-xf86/Makefile Wed Mar 17 11:59:08 1999 @@ -6,12 +6,12 @@ # $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 -uNr /usr/ports/korean/hanterm-xf86/files/md5 hanterm-xf86/files/md5 --- /usr/ports/korean/hanterm-xf86/files/md5 Mon Feb 1 16:09:34 1999 +++ hanterm-xf86/files/md5 Wed Mar 17 11:45:50 1999 @@ -1 +1 @@ -MD5 (hanterm-xf-p15.tar.gz) = 37083fe7188a94075d545e13ebcb1942 +MD5 (hanterm-xf-p16.tar.gz) = 17fb79efc24235eb143dd7a2f4d2fb79 diff -uNr /usr/ports/korean/hanterm-xf86/patches/patch-aa hanterm-xf86/patches/patch-aa --- /usr/ports/korean/hanterm-xf86/patches/patch-aa Mon Feb 1 16:09:34 1999 +++ hanterm-xf86/patches/patch-aa Wed Mar 17 11:55:54 1999 @@ -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 -uNr /usr/ports/korean/hanterm-xf86/pkg/DESCR hanterm-xf86/pkg/DESCR --- /usr/ports/korean/hanterm-xf86/pkg/DESCR Mon Mar 16 16:29:41 1998 +++ hanterm-xf86/pkg/DESCR Wed Mar 17 11:58:04 1999 @@ -7,4 +7,4 @@ XFree86's xterm code. The scrollbar is displayed in right. -- -CHOI Junho <junker@jazz.snu.ac.kr> +CHOI Junho <cjh@kr.freebsd.org> >Release-Note: >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?199903170303.MAA17952>