From owner-freebsd-ports Sun Apr 2 6:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F391C37B99F for ; Sun, 2 Apr 2000 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA27803; Sun, 2 Apr 2000 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 2 Apr 2000 06:10:02 -0700 (PDT) Message-Id: <200004021310.GAA27803@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: CHOI Junho Subject: Re: ports/17332: New Ports: korean/gtkcomm Reply-To: CHOI Junho Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17332; it has been noted by GNATS. From: CHOI Junho To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/17332: New Ports: korean/gtkcomm Date: 02 Apr 2000 22:01:11 +0900 >>>>> "c" == cjh writes: > Description: c> gtkcomm is a serial/socket communication software. > How-To-Repeat: Here is updated diff of gtkcomm(0.5.5 -> 0.5.7). Since gtkcomm is not commited now, I post the diff in reply to this report. If someone commit this, please apply this patch also! diff -uNr gtkcomm.old/Makefile gtkcomm/Makefile --- gtkcomm.old/Makefile Sun Apr 2 21:57:31 2000 +++ gtkcomm/Makefile Sun Apr 2 21:41:11 2000 @@ -22,6 +22,6 @@ CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ GTK_CONFIG=${X11BASE}/bin/gtk12-config -VER= 0.5.5 +VER= 0.5.7 .include diff -uNr gtkcomm.old/files/md5 gtkcomm/files/md5 --- gtkcomm.old/files/md5 Sun Apr 2 21:57:31 2000 +++ gtkcomm/files/md5 Sun Apr 2 21:41:17 2000 @@ -1 +1 @@ -MD5 (gtkcomm-0.5.5.tar.gz) = 9350f26c6189286f0341a5852f12ecb7 +MD5 (gtkcomm-0.5.7.tar.gz) = 252f5b0f22de50b36f8690aba5a4a2c1 diff -uNr gtkcomm.old/patches/patch-aa gtkcomm/patches/patch-aa --- gtkcomm.old/patches/patch-aa Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- configure~ Thu Mar 2 17:18:46 2000 -+++ configure Wed Mar 8 22:52:14 2000 -@@ -2332,14 +2332,14 @@ - fi - - --echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:2337: checking for pthread_create in -lpthread" >&5 -+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+echo "configure:2337: checking for pthread_create in -lc_r" >&5 - ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` - if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" -+LIBS="-lc_r $LIBS" - cat > conftest.$ac_ext <&6 -- UTIL_LIBS="${UTIL_LIBS} -lpthread" -+ UTIL_LIBS="${UTIL_LIBS} -lc_r" - cat >> confdefs.h <<\EOF - #define HAVE_PTHREAD_LIB 1 - EOF diff -uNr gtkcomm.old/patches/patch-ab gtkcomm/patches/patch-ab --- gtkcomm.old/patches/patch-ab Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- src/pcPTY.c.bak Wed Mar 8 22:56:18 2000 -+++ src/pcPTY.c Wed Mar 8 22:56:08 2000 -@@ -15,7 +15,12 @@ - ========================================================================== */ - #include "config.h" - #include /* SIGINT */ -+#if defined(__FreeBSD__) -+#include -+#include -+#else - #include /* openpty() */ -+#endif - #include /* login_tty() */ - - #include "pcMain.h" diff -uNr gtkcomm.old/patches/patch-ac gtkcomm/patches/patch-ac --- gtkcomm.old/patches/patch-ac Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- res/Makefile.in.bak Wed Mar 8 23:12:30 2000 -+++ res/Makefile.in Wed Mar 8 23:12:48 2000 -@@ -76,7 +76,7 @@ - UTIL_LIBS = @UTIL_LIBS@ - VERSION = @VERSION@ - --rc_all = bookmarks gtkcommrc iselrc chatrc capture/DEFAULT_CAPTURE_DIR down/DEFAULT_DOWNLOAD_DIR pixmap/bg.xpm pixmap/tb_close.xpm pixmap/tb_down.xpm pixmap/tb_exit.xpm pixmap/tb_macro.xpm pixmap/tb_open.xpm pixmap/tb_save.xpm pixmap/tb_up.xpm pixmap/tux-anim.png pixmap/tux-anim.xpm script/SCRIPT.txt script/chol-login.scr script/chol-logout.scr script/com-login.scr script/dialog.scr script/hitel-login.scr script/local-login.scr script/local-logout.scr script/monitor.scr script/startup.scr.in script/now-login.scr up/DEFAULT_UPLOAD_DIR -+rc_all = bookmarks gtkcommrc iselrc chatrc capture/DEFAULT_CAPTURE_DIR down/DEFAULT_DOWNLOAD_DIR pixmap/bg.xpm pixmap/tb_close.xpm pixmap/tb_down.xpm pixmap/tb_exit.xpm pixmap/tb_macro.xpm pixmap/tb_open.xpm pixmap/tb_save.xpm pixmap/tb_up.xpm pixmap/tux-anim.png pixmap/tux-anim.xpm script/SCRIPT.txt script/chol-login.scr script/chol-logout.scr script/com-login.scr script/dialog.scr script/hitel-login.scr script/local-login.scr script/local-logout.scr script/monitor.scr script/startup.scr script/now-login.scr up/DEFAULT_UPLOAD_DIR - - - EXTRA_DIST = $(rc_all) diff -uNr gtkcomm.old/patches/patch-ad gtkcomm/patches/patch-ad --- gtkcomm.old/patches/patch-ad Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ad Sun Apr 2 21:54:55 2000 @@ -1,5 +1,25 @@ ---- res/gtkcommrc.bak Wed Mar 8 23:22:26 2000 -+++ res/gtkcommrc Wed Mar 8 23:21:57 2000 +--- gtkcommrc Mon Mar 27 15:10:49 2000 ++++ res/gtkcommrc Sun Apr 2 21:54:18 2000 +@@ -18,7 +18,7 @@ + # chown root gtkcomm; chgrp uucp gtkcomm; chmod 2755 gtkcomm + # ¹°·Ð /var/lock directoryÀÇ permissionµµ ÀûÀýÇÏ°Ô ¼³Á¤µÇ¾î ÀÖ¾î¾ß + # ÇÕ´Ï´Ù. +-#DoLock TRUE ++#DoLock FALSE + + # telnet ¸í·É¾î + #TelnetCommand "telnet -8 -e ''" +@@ -35,8 +35,8 @@ + # ¹öÆ°µî¿¡ ¾²ÀÌ´Â ÆùÆ®´Â gtkrcÆÄÀÏ¿¡¼­ ¼³Á¤ÇØÁֽʽÿä. + # Çü½ÄÀº "english_font_name,hangul_font_name" + # ¿©±â¿¡¼­ ÇÑ±Û ÆùÆ®ÀÇ ÆøÀÌ ¿µ¹®ÆùÆ®ÆøÀÇ µÎ¹èÀÌ¿©¾ßÇÕ´Ï´Ù. +-#TermFontName "-*-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ +-# -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" ++TermFontName "-sony-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ ++ -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" + + # prevent ^G -> beep translation + # if you want really silent environment, @@ -70,8 +70,8 @@ #TermISelFG "0.90 0.50 0.70" # iselect foreground -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho - Korea FreeBSD Users Group - Public Service, Youido Post Office - Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message