Commit graph

12 commits

Author SHA1 Message Date
Jan Beich
6e4b3d2141 irc/quirc: unbreak with libc++ 3.9
servertcl.cc:890:12: error: assigning to 'char *' from incompatible type 'const char *'
        while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
                  ^~~~~~~~~~~~~~~~~~~~~~~
servertcl.cc:1010:12: error: assigning to 'char *' from incompatible type 'const char *'
        while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
                  ^~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:29:56 +00:00
Adam Weinberger
65709d5e5e Rename irc/ patch-xy patches to reflect the files they modify. 2014-07-28 21:57:01 +00:00
Pietro Cerutti
2b0d56f528 - Convert to USES=tk
- STAGE-clean
2014-02-20 10:01:58 +00:00
Pietro Cerutti
0a1e206bd2 - Fix build with Tcl 8.6 [1]
- Trim Makefile header
- Remove article from COMMENT

Reported by:	miwi (Tcl/Tk 86 exp-run) [1]
2013-05-14 09:04:59 +00:00
Kevin Lo
14326f5ba4 - Fix build with gcc4.
- Drop maintainer.
2007-10-02 15:00:14 +00:00
Kevin Lo
b8128f4a99 Fix build with gcc 4.x 2006-12-16 15:27:18 +00:00
Pav Lucistnik
99112aca6c - Update to 0.9.84 (and unbreak)
PR:		ports/62430
Submitted by:	Ports Fury
Reviewed by:	maintainer timeout (20 days)
2004-02-23 22:23:41 +00:00
Kevin Lo
6677126883 Update to 0.9.83 and mark unbroken. 2003-05-22 06:21:20 +00:00
Kevin Lo
810725381e Fix for handling additional documents.
PR: 22249
Submitted by: Ports Fury
2000-10-24 16:35:18 +00:00
Kevin Lo
f2f4a63af1 Update to version 0.9.80
PR: 20745
Submitted by: Ports Fury
2000-08-23 08:01:20 +00:00
Chris Piazza
75bb7d21af Unbreak with NEWGCC and remove a bogus master site
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-02-03 21:14:04 +00:00
Chris Piazza
0dffaac33c Update to 0.9.79 1999-08-02 12:12:08 +00:00