FreeBSD Bugzilla – Attachment 10810 Details for
Bug 21553
Update port: net/tintin++-devel to 1.83
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.64 KB, created by
Park JongHwan
on 2000-09-26 05:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Park JongHwan
Created:
2000-09-26 05:50:01 UTC
Size:
3.64 KB
patch
obsolete
>diff -urN ../net/tintin++-devel/Makefile tintin++-devel/Makefile >--- ../net/tintin++-devel/Makefile Mon Sep 18 03:35:57 2000 >+++ tintin++-devel/Makefile Tue Sep 26 13:39:56 2000 >@@ -6,10 +6,10 @@ > # > > PORTNAME= tintin >-PORTVERSION= 1.8.2 >+PORTVERSION= 1.8.3 > CATEGORIES= net games > MASTER_SITES= http://mail.newclear.net/tintin/download/ >-DISTNAME= tintin++v1.82 >+DISTNAME= tintin++v1.83 > > MAINTAINER= ports@FreeBSD.org > >diff -urN ../net/tintin++-devel/files/md5 tintin++-devel/files/md5 >--- ../net/tintin++-devel/files/md5 Mon Sep 18 03:35:59 2000 >+++ tintin++-devel/files/md5 Sun Sep 24 21:05:30 2000 >@@ -1 +1 @@ >-MD5 (tintin++v1.82.tar.gz) = 8817be7ba82283f507953f17ef4d7743 >+MD5 (tintin++v1.83.tar.gz) = 468f690e82bf0a511771a861dc2918cd >diff -urN ../net/tintin++-devel/patches/patch-ab tintin++-devel/patches/patch-ab >--- ../net/tintin++-devel/patches/patch-ab Mon Sep 18 03:35:59 2000 >+++ tintin++-devel/patches/patch-ab Tue Sep 26 13:06:51 2000 >@@ -17,22 +17,3 @@ > char homepath[1025]; > char prompt_line[BUFFER_SIZE]; > >-*** chat.c.orig Sat Sep 2 10:34:02 2000 >---- chat.c Sat Sep 2 10:33:32 2000 >-*************** >-*** 1458,1464 **** >- if ((f = fopen("chat.conf", "r")) == NULL) { >- printf("\n#ERROR: chat.conf not found!\n"); >- printf(" This file must be in your current directory.\n"); >-! printf(" Using defaults...\n"); >- fflush(stdout); >- return; >- } >---- 1458,1464 ---- >- if ((f = fopen("chat.conf", "r")) == NULL) { >- printf("\n#ERROR: chat.conf not found!\n"); >- printf(" This file must be in your current directory.\n"); >-! printf(" You can find example in /usr/local/share/doc/tintin\n"); >- fflush(stdout); >- return; >- } >diff -urN ../net/tintin++-devel/patches/patch-ac tintin++-devel/patches/patch-ac >--- ../net/tintin++-devel/patches/patch-ac Thu Jan 1 09:00:00 1970 >+++ tintin++-devel/patches/patch-ac Tue Sep 26 13:06:45 2000 >@@ -0,0 +1,22 @@ >+--- chat.c.orig Fri Sep 8 13:42:00 2000 >++++ chat.c Tue Sep 23 12:46:11 2000 >+@@ -66,7 +66,6 @@ >+ #include <stdio.h> >+ #include <unistd.h> >+ #include <memory.h> >+-#include <malloc.h> >+ #include <errno.h> >+ #include <ctype.h> >+ #include <sys/socket.h> >+@@ -1456,9 +1455,8 @@ >+ >+ >+ if ((f = fopen("chat.conf", "r")) == NULL) { >+- printf("\n#ERROR: chat.conf not found!\n"); >+- printf(" This file must be in your current directory.\n"); >+- printf(" Using defaults...\n"); >++ printf("\n#CHAT: chat.conf file must be in your current directory to enable it.\n"); >++ printf(" You can find example in /usr/local/share/doc/tintin, use with caution.\n"); >+ fflush(stdout); >+ return; >+ } >diff -urN ../net/tintin++-devel/patches/patch-ad tintin++-devel/patches/patch-ad >--- ../net/tintin++-devel/patches/patch-ad Thu Jan 1 09:00:00 1970 >+++ tintin++-devel/patches/patch-ad Tue Sep 26 12:45:13 2000 >@@ -0,0 +1,11 @@ >+--- scrsize.c.orig Tue Sep 23 12:10:26 2000 >++++ scrsize.c Tue Sep 23 12:22:17 2000 >+@@ -14,7 +14,7 @@ >+ >+ #ifdef HAVE_SYS_TERMIO_H >+ #include <sys/termio.h> >+-#else >++#elif !defined(HAVE_SYS_IOCTL_H) >+ #include <sgtty.h> >+ #endif >+ >diff -urN ../net/tintin++-devel/patches/patch-ae tintin++-devel/patches/patch-ae >--- ../net/tintin++-devel/patches/patch-ae Thu Jan 1 09:00:00 1970 >+++ tintin++-devel/patches/patch-ae Tue Sep 26 13:38:08 2000 >@@ -0,0 +1,11 @@ >+--- rl.c.orig Sun Aug 13 02:40:28 2000 >++++ rl.c Tue Sep 26 13:38:02 2000 >+@@ -436,7 +436,7 @@ >+ /* get a clean screen without the split crap; useful for ^Z, quitting, etc */ >+ void cleanscreen(void) >+ { >+- system("stty echo"); /* a hack, admittedly */ >++ // system("stty echo"); /* a hack, admittedly */ >+ >+ if(!is_split) >+ return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21553
: 10810