Date: Tue, 24 Feb 2004 13:23:21 +0100 From: Stefan Farrenkopf <sfarren@gwdg.de> To: freebsd-openoffice@freebsd.org Subject: oo update fails with configure error Message-ID: <67790000.1077625401@sub00261.sub.uni-goettingen.de>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
when I try to update oo to the most recent version, I get a configure error
and the process stops.
Initially my oo install was broken after a long list of ports have been
upgraded with "portupgrade -ra". I could not reinstall oo-1.1, but oo-1.0
installs fine.
I have this problem now for a while and I tried to solve it by myself, but
without any success. I de- and reinstalled for example the complete XFree86
related ports, I searched google and google groups, etc.
I sent the report some weeks ago to the oo maintainer, but without any
response so far.
The configure process stops with the following message:
configure: error: X Development libraries not found
===> Script "configure" failed unexpectedly.
I attach the config.log and a list of my installed packages.
My system is FreeBSD 4.9 and since I can not upgrade I am using version
1.1.0_1 now which I installed from an available package today.
Can anyone help me? I am not sure if this problem is related to my machine
only or to the oo-1.1 port or to conflicts between ports?
best wishes,
Stefan
[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --with-lang=GER,ENUS --with-jdk-home=/usr/local/jdk1.4.2 --prefix=/usr/local i386-portbld-freebsd4.9
## --------- ##
## Platform. ##
## --------- ##
hostname = myhost.mydomain
uname -m = i386
uname -r = 4.9-RELEASE-p2
uname -s = FreeBSD
uname -v = FreeBSD 4.9-RELEASE-p2 #2: Wed Feb 11 11:38:35 CET 2004 root@myhost.mydomain:/usr/obj/usr/src/sys/MYHOST
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/sfarren/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1581: checking for gawk
configure:1610: result: no
configure:1581: checking for mawk
configure:1610: result: no
configure:1581: checking for nawk
configure:1597: found /usr/bin/nawk
configure:1607: result: nawk
configure:1619: checking for nawk
configure:1637: found /usr/bin/nawk
configure:1649: result: /usr/bin/nawk
configure:1666: checking for sed
configure:1684: found /usr/bin/sed
configure:1696: result: /usr/bin/sed
configure:1712: checking the operating system
configure:1744: checking the FreeBSD operating system release
configure:1751: result: found OSVERSION=490000
configure:1760: result: use PTHREAD_CFLAGS=-D_THREAD_SAFE
configure:1773: result: use PTHREAD_LIBS=-pthread
configure:1800: result: checked (FreeBSD)
configure:1946: checking for i386-portbld-freebsd4.9-gcc
configure:1972: result: gcc33
configure:2254: checking for C compiler version
configure:2257: gcc33 --version </dev/null >&5
gcc33 (GCC) 3.3.3 20040119 (prerelease) [FreeBSD]
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2260: $? = 0
configure:2262: gcc33 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/specs
Configured with: ./..//gcc-3.3-20040119/configure --disable-nls --with-system-zlib --program-suffix=33 --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/include/c++/ --disable-shared --prefix=/usr/local i386-portbld-freebsd4.9
Thread model: posix
gcc version 3.3.3 20040119 (prerelease) [FreeBSD]
configure:2265: $? = 0
configure:2267: gcc33 -V </dev/null >&5
gcc33: `-V' option must have argument
configure:2270: $? = 1
configure:2296: checking for C compiler default output
configure:2299: gcc33 -O -pipe conftest.c >&5
configure:2302: $? = 0
configure:2335: result: a.out
configure:2340: checking whether the C compiler works
configure:2346: ./a.out
configure:2349: $? = 0
configure:2364: result: yes
configure:2371: checking whether we are cross compiling
configure:2373: result: no
configure:2376: checking for suffix of executables
configure:2378: gcc33 -o conftest -O -pipe conftest.c >&5
configure:2381: $? = 0
configure:2403: result:
configure:2409: checking for suffix of object files
configure:2433: gcc33 -c -O -pipe conftest.c >&5
configure:2436: $? = 0
configure:2455: result: o
configure:2459: checking whether we are using the GNU C compiler
configure:2486: gcc33 -c -O -pipe conftest.c >&5
configure:2489: $? = 0
configure:2492: test -s conftest.o
configure:2495: $? = 0
configure:2507: result: yes
configure:2513: checking whether gcc33 accepts -g
configure:2537: gcc33 -c -g conftest.c >&5
configure:2540: $? = 0
configure:2543: test -s conftest.o
configure:2546: $? = 0
configure:2556: result: yes
configure:2583: gcc33 -c -O -pipe conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2586: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2703: checking for gcc33
configure:2721: found /usr/local/bin/gcc33
configure:2733: result: /usr/local/bin/gcc33
configure:2747: checking the GNU gcc compiler version
configure:2777: result: checked (gcc 3.3.3)
configure:2782: checking the GNU make version
configure:2806: result: checked (gmake 3.80)
configure:3370: checking how to run the C preprocessor
configure:3396: gcc33 -E conftest.c
configure:3402: $? = 0
configure:3429: gcc33 -E conftest.c
configure:3426:28: ac_nonexistent.h: No such file or directory
configure:3435: $? = 1
configure: failed program was:
#line 3425 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3472: result: gcc33 -E
configure:3487: gcc33 -E conftest.c
configure:3493: $? = 0
configure:3520: gcc33 -E conftest.c
configure:3517:28: ac_nonexistent.h: No such file or directory
configure:3526: $? = 1
configure: failed program was:
#line 3516 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3566: checking for ANSI C header files
configure:3580: gcc33 -E conftest.c
configure:3586: $? = 0
configure:3673: gcc33 -o conftest -O -pipe conftest.c >&5
configure:3676: $? = 0
configure:3678: ./conftest
configure:3681: $? = 0
configure:3695: result: yes
configure:3707: checking pam_appl.h
configure:3710: result: yes
configure:3742: checking for i386-portbld-freebsd4.9-g++
configure:3768: result: g++33
configure:3826: checking for C++ compiler version
configure:3829: g++33 --version </dev/null >&5
g++33 (GCC) 3.3.3 20040119 (prerelease) [FreeBSD]
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3832: $? = 0
configure:3834: g++33 -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/specs
Configured with: ./..//gcc-3.3-20040119/configure --disable-nls --with-system-zlib --program-suffix=33 --with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.3/include/c++/ --disable-shared --prefix=/usr/local i386-portbld-freebsd4.9
Thread model: posix
gcc version 3.3.3 20040119 (prerelease) [FreeBSD]
configure:3837: $? = 0
configure:3839: g++33 -V </dev/null >&5
g++33: `-V' option must have argument
configure:3842: $? = 1
configure:3845: checking whether we are using the GNU C++ compiler
configure:3872: g++33 -c -O -pipe conftest.cc >&5
configure:3875: $? = 0
configure:3878: test -s conftest.o
configure:3881: $? = 0
configure:3893: result: yes
configure:3899: checking whether g++33 accepts -g
configure:3923: g++33 -c -g conftest.cc >&5
configure:3926: $? = 0
configure:3929: test -s conftest.o
configure:3932: $? = 0
configure:3942: result: yes
configure:3988: g++33 -c -O -pipe conftest.cc >&5
configure:3991: $? = 0
configure:3994: test -s conftest.o
configure:3997: $? = 0
configure:4025: g++33 -c -O -pipe conftest.cc >&5
configure: In function `int main()':
configure:4018: error: `exit' undeclared (first use this function)
configure:4018: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:4028: $? = 1
configure: failed program was:
#line 4007 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
;
return 0;
}
configure:3988: g++33 -c -O -pipe conftest.cc >&5
configure:3991: $? = 0
configure:3994: test -s conftest.o
configure:3997: $? = 0
configure:4025: g++33 -c -O -pipe conftest.cc >&5
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4129: checking try to compile exception code
configure:4166: g++33 -o conftest -O -pipe conftest.cc >&5
/var/tmp//ccmqZK0B.o: In function `__static_initialization_and_destruction_0(int, int)':
/var/tmp//ccmqZK0B.o(.text+0x2f): undefined reference to `std::ios_base::Init::Init[in-charge]()'
/var/tmp//ccmqZK0B.o(.text+0x4b): undefined reference to `std::ios_base::Init::~Init [in-charge]()'
/var/tmp//ccmqZK0B.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
configure:4169: $? = 1
configure: failed program was:
#line 4144 "configure"
#include "confdefs.h"
#include <iostream>
extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
__sjthrow()
;
return 0;
}
configure:4188: result: Exceptions type: dwarf2
configure:4550: checking for STLport4 headers
configure:4644: result: using internal stlport.
configure:4654: checking whether to build with Java support
configure:4657: result: yes
configure:4766: checking the installed JDK
configure:4802: result: checked (JDK 1.4.2-p6)
configure:4820: checking how to run the C preprocessor
configure:4922: result: gcc33 -E
configure:4937: gcc33 -E conftest.c
configure:4943: $? = 0
configure:4970: gcc33 -E conftest.c
configure:4967:28: ac_nonexistent.h: No such file or directory
configure:4976: $? = 1
configure: failed program was:
#line 4966 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:5022: checking how to run the C++ preprocessor
configure:5044: g++33 -E conftest.cc
configure:5050: $? = 0
configure:5077: g++33 -E conftest.cc
configure:5074:28: ac_nonexistent.h: No such file or directory
configure:5083: $? = 1
configure: failed program was:
#line 5073 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:5120: result: g++33 -E
configure:5135: g++33 -E conftest.cc
configure:5141: $? = 0
configure:5168: g++33 -E conftest.cc
configure:5165:28: ac_nonexistent.h: No such file or directory
configure:5174: $? = 1
configure: failed program was:
#line 5164 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:5220: checking for xmkmf
configure:5238: found /usr/X11R6/bin/xmkmf
configure:5250: result: /usr/X11R6/bin/xmkmf
configure:5270: checking for perl
configure:5288: found /usr/bin/perl
configure:5300: result: /usr/bin/perl
configure:5319: checking the Perl version
configure:5328: result: checked (perl 5)
configure:5340: checking for tcsh
configure:5358: found /bin/tcsh
configure:5370: result: /bin/tcsh
configure:5515: checking for X
configure:5731: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:5888: g++33 -o conftest -O -pipe conftest.cc -L/usr/X11R6/lib -lX11 >&5
/var/tmp//ccPfNHES.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
configure:5891: $? = 1
configure: failed program was:
#line 5863 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char XOpenDisplay ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
XOpenDisplay ();
;
return 0;
}
configure:5903: checking for dnet_ntoa in -ldnet
configure:5936: g++33 -o conftest -O -pipe conftest.cc -ldnet -L/usr/X11R6/lib -lX11 >&5
/usr/libexec/elf/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:5939: $? = 1
configure: failed program was:
#line 5911 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
dnet_ntoa ();
;
return 0;
}
configure:5956: result: no
configure:5963: checking for dnet_ntoa in -ldnet_stub
configure:5996: g++33 -o conftest -O -pipe conftest.cc -ldnet_stub -L/usr/X11R6/lib -lX11 >&5
/usr/libexec/elf/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:5999: $? = 1
configure: failed program was:
#line 5971 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
dnet_ntoa ();
;
return 0;
}
configure:6016: result: no
configure:6035: checking for gethostbyname
configure:6078: g++33 -o conftest -O -pipe conftest.cc >&5
configure:6081: $? = 0
configure:6084: test -s conftest
configure:6087: $? = 0
configure:6097: result: yes
configure:6230: checking for connect
configure:6273: g++33 -o conftest -O -pipe conftest.cc >&5
configure:6276: $? = 0
configure:6279: test -s conftest
configure:6282: $? = 0
configure:6292: result: yes
configure:6358: checking for remove
configure:6401: g++33 -o conftest -O -pipe conftest.cc >&5
configure:6404: $? = 0
configure:6407: test -s conftest
configure:6410: $? = 0
configure:6420: result: yes
configure:6486: checking for shmat
configure:6529: g++33 -o conftest -O -pipe conftest.cc >&5
configure:6532: $? = 0
configure:6535: test -s conftest
configure:6538: $? = 0
configure:6548: result: yes
configure:6623: checking for IceConnectionNumber in -lICE
configure:6656: g++33 -o conftest -O -pipe -L/usr/X11R6/lib conftest.cc -lICE >&5
/var/tmp//ccdgE63V.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
configure:6659: $? = 1
configure: failed program was:
#line 6631 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char IceConnectionNumber ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
IceConnectionNumber ();
;
return 0;
}
configure:6676: result: no
configure:6705: checking for XOpenDisplay in -lX11
configure:6738: g++33 -o conftest -O -pipe -L/usr/X11R6/lib conftest.cc -lX11 >&5
/var/tmp//cc3PXJJQ.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
configure:6741: $? = 1
configure: failed program was:
#line 6713 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char XOpenDisplay ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
XOpenDisplay ();
;
return 0;
}
configure:6758: result: no
configure:6763: error: X Development libraries not found
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_prog_CXXCPP='g++33 -E'
ac_cv_env_CXXFLAGS_value=' -O -pipe '
ac_cv_lib_X11_XOpenDisplay=no
ac_cv_path_COMPATH=/usr/local/bin/gcc33
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_prog_CXX=g++33
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CXX_set=set
ac_cv_path_SED=/usr/bin/sed
ac_cv_env_host_alias_set=set
ac_cv_prog_CC=gcc33
ac_cv_func_remove=yes
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_env_build_alias_set=set
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_path_AWK=/usr/bin/nawk
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_path_TCSH=/bin/tcsh
ac_cv_header_stdc=yes
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_path_PERL=/usr/bin/perl
ac_cv_func_gethostbyname=yes
ac_cv_path_XMKMF=/usr/X11R6/bin/xmkmf
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=g++33
ac_cv_env_host_alias_value=i386-portbld-freebsd4.9
ac_cv_prog_cxx_g=yes
ac_cv_func_connect=yes
ac_cv_prog_CPP='gcc33 -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd4.9
ac_cv_env_target_alias_value=i386-portbld-freebsd4.9
ac_cv_env_CC_value=gcc33
ac_cv_env_CPP_set=
ac_cv_lib_ICE_IceConnectionNumber=no
ac_cv_objext=o
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#ifdef __cplusplus
#include <stdlib.h>
#endif
configure: exit 1
[-- Attachment #3 --]
AbiWord2-gnome-2.0.3_1
Hermes-1.3.3_1
ImageMagick-5.5.7.16
ORBit-0.5.17_2
ORBit2-2.8.3_1
OpenSSH-askpass-1.2.2.2001.02.24
XFree86-4.3.0,1
XFree86-FontServer-4.3.0_3
XFree86-Server-4.3.0_14
XFree86-VirtualFramebufferServer-4.3.0_4
XFree86-clients-4.3.0_6
XFree86-documents-4.3.0
XFree86-font100dpi-4.3.0
XFree86-font75dpi-4.3.0
XFree86-fontCyrillic-4.3.0
XFree86-fontDefaultBitmaps-4.3.0
XFree86-fontEncodings-4.3.0
XFree86-fontScalable-4.3.0
XFree86-libraries-4.3.0_6
Xaw3d-1.5
Xft-2.1.2_1
a2ps-a4-4.13b_1
aalib-1.4.r5_1
acme-2.4.2_1
acroread-3.02
acroread-5.08
adns-1.0_1
analog-5.32_3,1
apache-2.0.48_3
apache-ant-1.6.1
arts-1.2.0,1
aspell-0.50.5
at-spi-1.3.12
atk-1.4.1_2
autoconf-2.13.000227_5
autoconf-2.53_1
automake-1.4.5_9
automake-1.5,1
autotrace-0.31.1_1
ayttm-esound-0.4.6_1
bash-2.05b.007
bison-1.75_2
bitstream-vera-1.10
blt-2.4z
bonobo-1.0.22_1
bonobo-conf-0.16_1
bugbuddy2-2.4.2_1
buildtool-0.15
cclient-2002d,1
cdparanoia-3.9.8_7
cdroot-1.2.5
cdrtools-2.0.3_1
crimson-1.1.3_1
cscope-15.5
cups-1.1.20.0
cups-base-1.1.20.0
cups-lpr-1.1.20.0
cups-pstoraster-7.07_1
cvsup-16.1h
cyrus-sasl-2.1.17_1
db3-3.3.11_1,1
db41-4.1.25_1
de-aspell-0.50.5
de-ispell-20001109-3.2.06_4
de-ispell-alt-19991219-3.2.06_4
de-ispell-neu-20001109-3.2.06_4
de-ooodict-DE-1.2_1
dia-gnome-0.92.2_2,1
docbook-1.3
docbook-241_2
docbook-3.0_2
docbook-3.1_2
docbook-4.0_2
docbook-4.1_2
docbook-sk-4.1.2_3
docbook-xml-4.2_1
dri-4.3.0,1
drm-kmod-0.9.6
eclipse-2.1.2_1
eel2-2.4.2_1
emacs-19.34b_1
enscript-a4-1.6.1_2
eog2-2.4.1_1
epiphany-1.0.7_3
esound-0.2.32_1
evolution-1.4.5_1
expat-1.95.6_1
ezm3-1.1_1
fam-2.6.9_4
fastresolve-2.10_1
fbsd-icons-1.0
fetchyahoo-2.5.5
fileroller-2.4.4_1,1
findutils-4.1_2
fltk-1.1.4
fontconfig-2.2.90_4
freetype-1.3.1_3
freetype2-2.1.5_2
fribidi-0.10.4_1
frontline-0.5.4_1
ftpcube-0.4.3_1
gail-1.4.1_1
gaim-0.75_6
gal-0.24_1
gal2-1.99.10_2
galeon-1.2.13_2
gcalctool-4.3.46
gcc-3.1.1_20020909
gcc-3.2.3_1
gconf-1.0.9_7
gconf-editor-2.4.0_1,1
gconf2-2.4.0.1_1
gd-2.0.15_1,1
gdbm-1.8.3_1
gdk-pixbuf-0.22.0_1
gedit2-2.4.1_1
gettext-0.13.1
ghostscript-gnu-7.07_6
ghostview-1.5
gimp-1.2.5_1,1
gimp-print-4.2.6_2
gle-3.0.3
glib-1.2.10_10
glib-2.2.3_1
glibwww-0.2_2
gmake-3.80_2
gnet2-2.0.4_1
gnome-cups-manager-0.17_1
gnome-icon-theme-1.0.9_1
gnome-pkgview-1.0.4_1
gnome-ssh-askpass-3.6p1_1
gnome-themes-2.4.1_2
gnome2-2.4.2
gnomeapplets2-2.4.2_1
gnomeaudio2-2.0.0
gnomebasic-0.0.20_1
gnomecanvas-0.22.0_1
gnomecommon-2.4.0_1
gnomecontrolcenter-1.4.0.5_2
gnomecontrolcenter2-2.4.0_1
gnomedb-0.2.96_2
gnomedesktop-2.4.1.1_2
gnomegames2-2.4.2_1
gnomehier-1.0_13
gnomelibs-1.4.2_2
gnomemag-0.10.6
gnomemedia2-2.4.1.1_1
gnomemeeting-0.98.5_2
gnomemimedata-2.4.1_1
gnomepanel-2.4.2_1
gnomepilot2-2.0.10_1
gnomeprint-0.37_1
gnomesession-2.4.2_1
gnomespeech-0.2.8_1
gnomespell-1.0.5_1
gnomesystemmonitor-2.4.0_1
gnometerminal-2.4.2_1
gnomeuserdocs2-2.4.1_1
gnomeutils2-2.4.1_1,1
gnomevfs-1.0.5_5
gnomevfs2-2.4.2_1
gnopernicus-0.7.1_1
gnumeric-1.0.13_1
gnupg-1.2.4_1
goats-2.2_1
gob2-2.0.6_1
gok-0.8.4_1
gpdf-0.112.1
gpgme-0.3.16_1
grhino-0.8.3_1
gsfonts-6.0
gsm-1.0.10
gstreamer-0.6.4_2
gstreamer-plugins-0.6.4_3
gtk-1.2.10_11
gtk-2.2.4_2
gtk-engines2-2.2.0_1
gtkglarea-1.2.2_2
gtkhtml-1.1.10_3
gtkhtml3-3.0.9_1
gtksourceview-0.7.0_1
gtkspell2-2.0.5
gucharmap-gnome-1.2.0_1
guile-1.6.4_4
guppi-0.40.3_4
hdf-4.1r5
help2man-1.29
hobbes-icons-xpm3-1.0
host-991529
html2ps-A4-1.0_1
imake-4.3.0_2
imlib-1.9.14_2
imwheel-0.9.9_1
intltool-0.30_1
iso8879-1986_2
ispell-3.2.06_4
itcl-3.2_2
ja-jcode.pl-2.13
jade-1.2.1_6
jasper-1.700.5
jbigkit-1.5
jdk-1.4.2p6_3
jedit-4.1.0_1
jpeg-6b_1
kdelibs-3.2.0
krename-2.8.5_1
lame-3.95.1_2
lcms-1.09_1,1
lha-1.14i_2
libEMF-1.0
libIDL-0.8.3_1
libao-esound-0.8.4_1
libart_lgpl2-2.3.16
libaudiofile-0.2.5
libbonobo-2.4.3_1
libbonoboui-2.4.3_1
libcapplet-1.4.0.5_2
libfpx-1.2.0.9
libgail-gnome-1.0.2_3
libgda-0.2.96_2
libghttp-1.0.9
libglade-0.17_3
libglade2-2.0.1_2
libglut-5.0.2
libgnome-2.4.0_4
libgnomecanvas-2.4.0_1
libgnomecups-0.1.5_1
libgnomeprint-2.4.2_1
libgnomeprintui-2.4.2_1
libgnomeui-2.4.0.1_2
libgnugetopt-1.2
libgsf-1.8.2_1
libgtkhtml-2.4.1_2
libgtop2-2.0.8_1
libiconv-1.9.1_3
libijs-0.34_1
libltdl-1.5.2
libmad-0.15.0b
libmikmod-esound-3.1.10_2
libmng-1.0.5_1
libmpeg2-0.3.1_1
libnet-1.0.2a,1
libogg-1.1,3
libole2-0.2.4_1
librep-0.16.2_4
librsvg2-2.4.0_2
libsigc++-1.0.4
libsoup-1.99.26_1
libtool-1.3.5_2
libtool-1.4.3_3
libtool-1.5.2_1
libungif-4.1.0b1_1
libunicode-0.4_4
libvorbis-1.0.1,3
libwmf-0.2.8.2
libwnck-2.4.0.1_1
libwww-5.4.0_1
libxml-1.8.17_2
libxml2-2.6.7
libxslt-1.1.4
libzvt-2.0.1_7
linc-1.0.3_1
linux-esound-0.2.22_2
linux-flashplugin-5.0r51
linux-flashplugin-6.0r79
linux-gtk-1.2_3
linux-libaudiofile-0.1.11_3
linux-mozillafirebird-0.7
linux-realplayer-8.cs2_4
linux-sun-jdk-1.3.1.10
linux-sun-jdk-1.4.2.03
linux_base-7.1_7
linuxdoc-1.1_1
lsof-4.70
lyx-1.3.3_1
lzo-1.08_1
lzop-1.01
m4-1.4_1
metacity-2.6.5
ming-0.2a_1
mkcatalog-1.1
mkisofs-2.0.3_1
mozilla-1.6_2,2
mplayer-fonts-0.50
mplayer-gtk-esound-0.92.0_5
mplayer-skins-1.1.0
mutt-1.4.2.1
mysql-client-3.23.58_1
nasm-0.98.38_1,1
nautilus-cd-burner-0.5.3_7
nautilus-media-0.3.4
nautilus2-2.4.2_1
netcat-1.10_1
netpbm-10.20_2
nmap-3.50
nspr-4.4.1_1
nss-3.8_2
ntp-4.2.0_1
oaf-0.6.10_2
open-motif-2.2.2_2
openldap-client-2.1.26
openssh-3.6.1_5
openssl-0.9.7c
oroborus-2.0.12_1
p5-Authen-SASL-2.06
p5-BerkeleyDB-0.25
p5-Compress-Zlib-1.32
p5-Config-IniFiles-2.38
p5-Crypt-SSLeay-0.51
p5-Digest-1.05
p5-Digest-MD5-2.33
p5-File-Spec-0.86
p5-File-Temp-0.12_1
p5-GD-2.07
p5-GD-Graph-1.43
p5-GD-Graph3d-0.63
p5-GD-TextUtil-0.86
p5-HTML-Parser-3.34
p5-HTML-Tagset-3.03
p5-IO-stringy-2.108
p5-MIME-Base64-3.00
p5-MIME-Lite-3.01
p5-MIME-Tools-5.411a_3,1
p5-Mail-Tools-1.60
p5-Net-1.17,1
p5-PodParser-1.26
p5-SOAP-Lite-0.55
p5-URI-1.30
p5-XML-Parser-2.34
p5-libwww-5.76
p5-type1inst-0.6.1
pan2-0.14.2_2
pango-1.2.5_1
pcre-4.5
perlftlib-1.2
pgp4pine-1.76_2
pharmacy-0.2.1a_1
phpeclipse-1.0.8_1
phpeclipse_tidy-1.0.2_1
pilot-link-0.11.8_2
pine-4.58
pkg_tree-1.1_1
pkgconfig-0.15.0_1
pkgdb.db
plotutils-2.4.1
png-1.2.5_3
popt-1.6.4_2
portsman-0.2_1
portupgrade-20040208
psiconv-0.8.3_1
pstoedit-3.33_2
psutils-a4-1.17_1
pth-2.0.0
py-gtk-0.6.10_1
py23-expat-2.3.3_2
py23-imaging-1.1.4
py23-numeric-23.1
py23-reportlab-1.19
py23-tkinter-2.3.3_1
py23-wxPython-2.4.2.4_1
py23-xml-0.8.3
python-2.3.3_1
qmake-3.2.3_1
qt-3.2.3
quanta-3.2.0,2
rc_subr-1.16
reportmagic-2.21
rplay-3.3.2_1
rpm-3.0.6_9
rpm2cpio-1.2_2
rtc-2003.01.28.1_1
ruby-1.6.8.2003.10.15
ruby-bdb1-0.2.1
ruby-shim-ruby18-1.8.1.p3
samba-2.2.8a_1
samba-libsmbclient-3.0.1
scrollkeeper-0.3.14_1,1
sdl-1.2.5_3,1
sdocbook-xml-4.1.2.5_2
sgmlformat-1.7_2
skencil-0.6.16
snort-2.1.0_2
sodipodi-0.34
soup-0.7.11_1
sox-12.17.4_1
startup-notification-0.5_2
stuffit-5.2.0.611
sudo-1.6.7.5
svgalib-1.4.3_2
swig-1.1p5_9
tcl-8.3.5_2
tcl-8.4.5,1
teTeX-2.0.2_3
tiff-3.6.1_1
tk-8.3.5_2
tk-8.4.5,1
tkdesk-1.2_2
transfig-3.2.4_1
ttt-1.8_1
units-1.80
unzip-5.50_2
urwfonts-1.0
uudeview-0.5.19
uulib-0.5.19
vim-6.2.263
vmware2-2.0.4.1142
vnc-3.3.7_1
vte-0.11.10_3
weblint-1.020
wget-1.8.2_6
win32-codecs-2.0.90_1,1
wmicons-1.0
wrapper-1.0_3
wxgtk-common-2.4.2_1
wxgtk2-2.4.2_2
xanim-2.92.0
xchat2-2.0.7_1
xdeview-0.5.19
xerces-c2-2.3.0_2
xfig-3.2.4_1
xforms-1.0_3,1
xkeycaps-2.46_1
xmlcatmgr-2.0.b1
xmms-esound-1.2.9_1
xosview-1.8.0
xpat2-1.07
xscreensaver-gnome-4.14_1
xsokoban-3.3c
xtraceroute-0.9.1_1
xtt-common-1.3.1_1
xv-3.10a_3
xvkbd-2.5a
yaz-2.0.12
yelp-2.4.2_2
zenity-1.8_1
zip-2.3_1
zoo-2.10.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?67790000.1077625401>
