diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 22:07:26 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 22:07:26 +0000 |
commit | 1170ab8c6f386e7d090445fda77b37245bea6b29 (patch) | |
tree | fc4f5f8fd9af6045c59a0717aecaaae6527e6d47 /irc/tirc/files | |
parent | Main WWW site changed ... (diff) |
Import of tirc: Token's IRC Client.
It has support for vi-like line editing, nickname completion
ANSI-colours, flood protection, and more.
PR: 13135
Submitted by: Dominik Rothert <dr@domix.de>
Notes
Notes:
svn path=/head/; revision=20895
Diffstat (limited to 'irc/tirc/files')
-rw-r--r-- | irc/tirc/files/patch-aa | 11 | ||||
-rw-r--r-- | irc/tirc/files/patch-ab | 11 | ||||
-rw-r--r-- | irc/tirc/files/patch-ac | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/irc/tirc/files/patch-aa b/irc/tirc/files/patch-aa new file mode 100644 index 000000000000..64a319726184 --- /dev/null +++ b/irc/tirc/files/patch-aa @@ -0,0 +1,11 @@ +--- main.c.orig Sun Aug 22 14:44:04 1999 ++++ main.c Sun Aug 22 14:44:26 1999 +@@ -278,7 +278,7 @@ + fprintf(stderr, "DEBUG: visual debug output active.\n"); + #endif + /* Parse the startup file(s) */ +- readrc("/usr/local/share/tircrc"); ++ readrc("__PREFIX__/share/tirc/tircrc"); + + if ((home = getenv("HOME")) == NULL) + return 1; diff --git a/irc/tirc/files/patch-ab b/irc/tirc/files/patch-ab new file mode 100644 index 000000000000..fa006ff0f0cf --- /dev/null +++ b/irc/tirc/files/patch-ab @@ -0,0 +1,11 @@ +--- tirc.1.orig Sun Aug 22 14:56:21 1999 ++++ tirc.1 Sun Aug 22 14:56:40 1999 +@@ -618,7 +618,7 @@ + .br + .SH FILES + .TP +-.I /usr/local/share/tircrc ++.I __PREFIX__/share/tirc/tircrc + Global startup file. + .TP + .I $HOME/.tircrc diff --git a/irc/tirc/files/patch-ac b/irc/tirc/files/patch-ac new file mode 100644 index 000000000000..78fed8f9b55b --- /dev/null +++ b/irc/tirc/files/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig Sun Aug 22 14:55:40 1999 ++++ configure Sun Aug 22 14:55:55 1999 +@@ -754,7 +754,7 @@ + bsdi*) CC=${CC-"shlicc"} + OPTFLAG=${OPTFLAG-"-O2"} + LINTFLAGS=${LINTFLAGS-"-g -s"} ;; +-freebsd*) OPTFLAG=${OPTFLAG-"-O2"} ++freebsd*) OPTFLAG=${OPTFLAG-"${CFLAGS}"} + LINTFLAGS=${LINTFLAGS-"-g -s"} + CXFLAGS=${CXFLAGS-"-xref all -html"} ;; + netbsd*) OPTFLAG=${OPTFLAG-"-O2"} |