FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
===
cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE
-O -pipe -Wall -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/inclu
de/glib -c gui_channels.c
In file included from gui_channels.c:39:
intl.h:11: warning: `_' redefined
os.h:15: warning: this is the location of the previous definition
gui_channels.c: In function `sigchan_drag':
gui_channels.c:179: warning: implicit declaration of function `gtk_widget_dnd_data_set'
gui_channels.c: In function `sigchan_drop':
gui_channels.c:189: union has no member named `dropdataavailable'
gui_channels.c:185: warning: `from' might be used uninitialized in this function
gui_channels.c: In function `gui_private_add_channel_button':
gui_channels.c:219: warning: implicit declaration of function `gtk_widget_dnd_drag_set'
gui_channels.c:220: warning: implicit declaration of function `gtk_widget_dnd_drop_set'
gmake[1]: *** [gui_channels.o] Error 1
gmake[1]: Leaving directory `/usr/ports/net/yagirc/work/yagirc-0.65.7/src'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
Satoshi
-------
===> Building for yagirc-0.65
cc -O2 -pipe -DUNIX -DPREFIX=\"/usr/local\" -DUSE_PTHREADS -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -DUSE_SCRIPT -I/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -c dcc.c -o dcc.o
dcc.c:36: glib.h: No such file or directory
In file included from data.h:26,
from dcc.h:4,
from dcc.c:39:
gui.h:10: gdk/gdk.h: No such file or directory
gui.h:11: gtk/gtk.h: No such file or directory
Update MASTER_SITE and web page.
Work whether gtk is in X11BASE or LOCALBASE.
Add LIB_DEPENDS for Imlib, to increase functionality.
Abort if libc_r does not exist.
Vaguely inspired by a submission from: Tugrul Galatali <galatalt@stuy.edu>