| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, please fix the complilation flags so it will compile with some
optimization (ideally by respecting CFLAGS).
===
:
g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o
io.cc: In function `int cmd_clear(char *)':
io.cc:53: warning: unused parameter `char * input'
g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o
g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq'
gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake[1]: *** No rule to make target `all'. Stop.
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake: *** [kxicq] Error 2
*** Error code 2
Stop.
:
Notes:
svn path=/head/; revision=12833
|
|
|
|
|
|
|
| |
committed as part of the central sources, so are no longer required...
Notes:
svn path=/head/; revision=12740
|
|
|
|
|
|
|
|
| |
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Notes:
svn path=/head/; revision=12469
|
|
|
|
|
|
|
|
| |
PR: 7502
Submitted by: maintainer
Notes:
svn path=/head/; revision=12369
|
|
|
|
| |
Notes:
svn path=/head/; revision=12335
|
|
|
|
|
|
|
|
| |
Submitted by: Brian Feldman <brianfeldman@hotmail.com>
Setup dialog: eivind
Notes:
svn path=/head/; revision=11803
|
|
|
|
| |
Notes:
svn path=/head/; revision=11661
|
|
|
|
| |
Notes:
svn path=/head/; revision=11611
|
|
|
|
|
|
|
|
|
|
|
| |
protocol. It is currently a partial implementation, and has a text
interface only.
As far as I can tell, Mirabilis' software is necessary to register
with the ICQ network, so I could not test its functionality.
Notes:
svn path=/head/; revision=11568
|
|
Notes:
svn path=/head/; revision=11144
|