Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2000 06:10:02 -0700 (PDT)
From:      CHOI Junho <cjh@wdb.co.kr>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17332: New Ports: korean/gtkcomm
Message-ID:  <200004021310.GAA27803@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17332; it has been noted by GNATS.

From: CHOI Junho <cjh@wdb.co.kr>
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  <cjh@kr.FreeBSD.ORG> 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 <bsd.port.mk>
 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 <<EOF
 - #line 2345 "configure"
 - #include "confdefs.h"
 -@@ -2367,7 +2367,7 @@
 - fi
 - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
 -   echo "$ac_t""yes" 1>&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 <signal.h>	/* SIGINT */
 -+#if defined(__FreeBSD__)
 -+#include <sys/types.h>
 -+#include <libutil.h>
 -+#else
 - #include <pty.h>	/* openpty() */
 -+#endif
 - #include <utmp.h>	/* 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 <mailto:cjh@kr.freebsd.org> <http://www.kr.freebsd.org/~cjh>;
  - Korea FreeBSD Users Group <http://www.kr.FreeBSD.org>;
  - Public Service, Youido Post Office  - Web Data Bank <http://www.wdb.co.kr>;
 


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?200004021310.GAA27803>