configure fails during amd64 build
Mac Newbold
mac at macnewbold.com
Thu Aug 10 00:24:35 UTC 2006
I've been setting up a new 6.1-RELEASE amd64 box at work, and so far
everything has gone quite well. After working through some X11 bugs and
other assorted fun, I'm down to one last thing that won't build for me.
(In the meantime I updated to 6.1-STABLE this week, if that makes any
difference.) Here's how things happen when I try to build OOo:
# cd /usr/ports/editors/openoffice.org-2.0/
# make install
[all dependencies built fine, everything okay up to here:]
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking whether fontconfig is >= 2.2.0... configure: error: no, fontconfig >=
2.2.0 needed
===> Script "configure" failed unexpectedly.
Please report the problem to openoffice at FreeBSD.org [maintainer] and attach the
"/usr/ports/editors/openoffice.org-2.0/work/OOC680_m7/config_office/config.log"
including the output of the failure of your make command. Also, it might be a
good idea to provide an overview of all packages installed on your system (e.g.
an `ls /var/db/pkg`).
*** Error code 1
Stop in /usr/ports/editors/openoffice.org-2.0.
I already have the following installed, among other things:
fontconfig-2.3.2_5,1
linux-fontconfig-2.2.3_5
My config.log is attached as requested, with all sorts of helpful data in
it. I've also attached '/bin/ls -1 /var/db/pkg/' in case it helps. As
shown above, it finds fontconfig, but gets the wrong info on versions. The
only thought I had was that a comma in the version number could throw it
off it it was doing a check based on the version string, but otherwise I
figured I'd ask the experts before I waste even more time fruitlessly. The
relevant lines in config.log start at about line 650:
configure:15426: checking fontconfig/fontconfig.h presence
configure:15436: g++41 -E -I/usr/X11R6/include conftest.cc
configure:15442: $? = 0
configure:15462: result: yes
configure:15497: checking for fontconfig/fontconfig.h
configure:15504: result: yes
configure:15517: checking whether fontconfig is >= 2.2.0
configure:15542: g++41 -o conftest -O -pipe -I/usr/X11R6/include
-L/usr/X11R6/lib conftest.cc >&5
configure:15545: $? = 0
configure:15547: ./conftest
/libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required
by "conftest"
configure:15550: $? = 1
configure: program exited with status 1
I did find these, but they don't seem to match:
/usr/lib/libstdc++.a
/usr/lib/libstdc++.so
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++_p.a
/usr/lib32/libstdc++.a
/usr/lib32/libstdc++.so
/usr/lib32/libstdc++.so.5
/usr/lib32/libstdc++_p.a
Like I said, I rebuilt world to a 6.1-STABLE less than a week ago, so it
would seem that libstdc++.so.6 isn't available, at least not in the base
OS or any of the ports upon which openoffice depends.
Any help or suggestions anyone can offer are greatly appreciated. Please
keep me cc'd, as I don't receive messages that go to the
openoffice at freebsd.org list.
Thanks,
Mac
--
Mac Newbold MNE - Mac Newbold Enterprises, LLC
mac at macnewbold.com http://www.macnewbold.com/
-------------- next part --------------
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.59. Invocation command line was
$ ./configure --with-gnu-cp=/usr/local/bin/gcp --with-gnu-patch=/usr/local/bin/gpatch --with-epm=internal --enable-crashdump=yes --enable-symbols=SMALL --with-system-xrender-headers=yes --with-system-freetype --with-system-boost=yes --with-jdk-home=/usr/local/jdk1.5.0 --with-ant-home=/usr/local/ant --enable-cups=no --disable-mozilla --with-lang=en-US --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local --build=amd64-portbld-freebsd6.1
## --------- ##
## Platform. ##
## --------- ##
hostname = hao.dmedia.ws
uname -m = amd64
uname -r = 6.1-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 6.1-STABLE #1: Sat Aug 5 12:48:46 MDT 2006 root at hao.dmedia.ws:/usr/obj/usr/src/sys/GENERIC
/usr/bin/uname -p = amd64
/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: /home/newbold/bin
PATH: /home/newbold/z/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/games
PATH: /usr/compat/linux/usr/bin
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2483: checking for gawk
configure:2512: result: no
configure:2483: checking for mawk
configure:2512: result: no
configure:2483: checking for nawk
configure:2499: found /usr/bin/nawk
configure:2509: result: nawk
configure:2521: checking for nawk
configure:2539: found /usr/bin/nawk
configure:2551: result: /usr/bin/nawk
configure:2568: checking for sed
configure:2586: found /usr/bin/sed
configure:2598: result: /usr/bin/sed
configure:2614: checking for solenv environment
configure:2618: result: default
configure:2676: checking build system type
configure:2694: result: amd64-portbld-freebsd6.1
configure:2702: checking host system type
configure:2716: result: amd64-portbld-freebsd6.1
configure:2724: checking target system type
configure:2738: result: amd64-portbld-freebsd6.1
configure:2840: checking the FreeBSD operating system release
configure:2847: result: found OSVERSION=601103
configure:2849: checking which thread library to use
configure:2861: result: -pthread
configure:2903: checking whether to enable crashdump feature
configure:2910: result: yes
configure:2968: checking whether to do a debug build
configure:2979: result: no
configure:2984: checking whether to build with additional debug utilities
configure:2996: result: no, full product build
configure:3003: checking whether to include symbols into final build
configure:3031: checking whether to enable native CUPS support
configure:3039: result: no
configure:3044: checking whether to enable fontconfig support
configure:3048: result: yes
configure:3057: checking whether to enable filters for legacy binary file formats (StarOffice 5.2)
configure:3066: result: yes
configure:3099: checking whether to use RPATH in shared libraries
configure:3106: result: yes
configure:3110: checking whether to include MySpell dictionaries
configure:3113: result: yes
configure:3124: checking which shell to use
configure:3159: result: tcsh
configure:3167: checking for tcsh
configure:3185: found /bin/tcsh
configure:3197: result: /bin/tcsh
configure:3218: checking gcc home
configure:3225: result: /usr
configure:3282: checking for gcc
configure:3308: result: gcc41
configure:3552: checking for C compiler version
configure:3555: gcc41 --version </dev/null >&5
gcc41 (GCC) 4.1.2 20060728 (prerelease)
Copyright (C) 2006 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:3558: $? = 0
configure:3560: gcc41 -v </dev/null >&5
Using built-in specs.
Target: x86_64-portbld-freebsd6.1
Configured with: ./..//gcc-4.1-20060728/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=41 --libdir=/usr/local/lib/gcc-4.1.2 --with-gxx-include-dir=/usr/local/lib/gcc-4.1.2/include/c++/ --infodir=/usr/local/info/gcc41 --disable-libgcj --prefix=/usr/local x86_64-portbld-freebsd6.1
Thread model: posix
gcc version 4.1.2 20060728 (prerelease)
configure:3563: $? = 0
configure:3565: gcc41 -V </dev/null >&5
gcc41: '-V' option must have argument
configure:3568: $? = 1
configure:3591: checking for C compiler default output file name
configure:3594: gcc41 -O -pipe conftest.c >&5
configure:3597: $? = 0
configure:3643: result: a.out
configure:3648: checking whether the C compiler works
configure:3654: ./a.out
configure:3657: $? = 0
configure:3674: result: yes
configure:3681: checking whether we are cross compiling
configure:3683: result: no
configure:3686: checking for suffix of executables
configure:3688: gcc41 -o conftest -O -pipe conftest.c >&5
configure:3691: $? = 0
configure:3716: result:
configure:3722: checking for suffix of object files
configure:3743: gcc41 -c -O -pipe conftest.c >&5
configure:3746: $? = 0
configure:3768: result: o
configure:3772: checking whether we are using the GNU C compiler
configure:3796: gcc41 -c -O -pipe conftest.c >&5
configure:3802: $? = 0
configure:3806: test -z
|| test ! -s conftest.err
configure:3809: $? = 0
configure:3812: test -s conftest.o
configure:3815: $? = 0
configure:3828: result: yes
configure:3834: checking whether gcc41 accepts -g
configure:3855: gcc41 -c -g conftest.c >&5
configure:3861: $? = 0
configure:3865: test -z
|| test ! -s conftest.err
configure:3868: $? = 0
configure:3871: test -s conftest.o
configure:3874: $? = 0
configure:3885: result: yes
configure:3902: checking for gcc41 option to accept ANSI C
configure:3972: gcc41 -c -O -pipe conftest.c >&5
configure:3978: $? = 0
configure:3982: test -z
|| test ! -s conftest.err
configure:3985: $? = 0
configure:3988: test -s conftest.o
configure:3991: $? = 0
configure:4009: result: none needed
configure:4027: gcc41 -c -O -pipe conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:4033: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4174: checking for gcc41
configure:4192: found /usr/local/bin/gcc41
configure:4204: result: /usr/local/bin/gcc41
configure:4219: checking the GNU gcc compiler version
configure:4239: result: checked (gcc 4.1.2)
configure:4256: checking whether gcc41 supports -fvisibility=hidden
configure:4277: gcc41 -o conftest -O -pipe -fvisibility=hidden conftest.c >&5
configure:4283: $? = 0
configure:4287: test -z
|| test ! -s conftest.err
configure:4290: $? = 0
configure:4293: test -s conftest
configure:4296: $? = 0
configure:4308: result: yes
configure:4317: checking for GNU make
configure:4326: result: gmake
configure:4329: checking the GNU make version
configure:4339: result: gmake 3.81
configure:4565: checking for perl
configure:4583: found /usr/local/bin/perl
configure:4595: result: /usr/local/bin/perl
configure:4614: checking the Perl version
configure:4623: result: checked (perl 5)
configure:4632: checking for required Perl modules
configure:4635: result: all modules found
configure:5046: checking how to run the C preprocessor
configure:5081: gcc41 -E conftest.c
configure:5087: $? = 0
configure:5119: gcc41 -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:5125: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5164: result: gcc41 -E
configure:5188: gcc41 -E conftest.c
configure:5194: $? = 0
configure:5226: gcc41 -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:5232: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5276: checking for egrep
configure:5286: result: grep -E
configure:5291: checking for ANSI C header files
configure:5316: gcc41 -c -O -pipe conftest.c >&5
configure:5322: $? = 0
configure:5326: test -z
|| test ! -s conftest.err
configure:5329: $? = 0
configure:5332: test -s conftest.o
configure:5335: $? = 0
configure:5424: gcc41 -o conftest -O -pipe conftest.c >&5
conftest.c: In function 'main':
conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
configure:5427: $? = 0
configure:5429: ./conftest
configure:5432: $? = 0
configure:5447: result: yes
configure:5691: checking security/pam_appl.h usability
configure:5703: gcc41 -c -O -pipe conftest.c >&5
configure:5709: $? = 0
configure:5713: test -z
|| test ! -s conftest.err
configure:5716: $? = 0
configure:5719: test -s conftest.o
configure:5722: $? = 0
configure:5732: result: yes
configure:5736: checking security/pam_appl.h presence
configure:5746: gcc41 -E conftest.c
configure:5752: $? = 0
configure:5772: result: yes
configure:5807: checking for security/pam_appl.h
configure:5814: result: yes
configure:5827: checking whether to link to libpam
configure:5912: result: no, dynamically open it
configure:6119: checking for C++ compiler version
configure:6122: g++41 --version </dev/null >&5
g++41 (GCC) 4.1.2 20060728 (prerelease)
Copyright (C) 2006 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:6125: $? = 0
configure:6127: g++41 -v </dev/null >&5
Using built-in specs.
Target: x86_64-portbld-freebsd6.1
Configured with: ./..//gcc-4.1-20060728/configure --disable-nls --with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=41 --libdir=/usr/local/lib/gcc-4.1.2 --with-gxx-include-dir=/usr/local/lib/gcc-4.1.2/include/c++/ --infodir=/usr/local/info/gcc41 --disable-libgcj --prefix=/usr/local x86_64-portbld-freebsd6.1
Thread model: posix
gcc version 4.1.2 20060728 (prerelease)
configure:6130: $? = 0
configure:6132: g++41 -V </dev/null >&5
g++41: '-V' option must have argument
configure:6135: $? = 1
configure:6138: checking whether we are using the GNU C++ compiler
configure:6162: g++41 -c -O -pipe conftest.cc >&5
configure:6168: $? = 0
configure:6172: test -z
|| test ! -s conftest.err
configure:6175: $? = 0
configure:6178: test -s conftest.o
configure:6181: $? = 0
configure:6194: result: yes
configure:6200: checking whether g++41 accepts -g
configure:6221: g++41 -c -g conftest.cc >&5
configure:6227: $? = 0
configure:6231: test -z
|| test ! -s conftest.err
configure:6234: $? = 0
configure:6237: test -s conftest.o
configure:6240: $? = 0
configure:6251: result: yes
configure:6293: g++41 -c -O -pipe conftest.cc >&5
configure:6299: $? = 0
configure:6303: test -z
|| test ! -s conftest.err
configure:6306: $? = 0
configure:6309: test -s conftest.o
configure:6312: $? = 0
configure:6338: g++41 -c -O -pipe conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:14: error: 'exit' was not declared in this scope
configure:6344: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6293: g++41 -c -O -pipe conftest.cc >&5
/usr/local/lib/gcc-4.1.2/gcc/x86_64-portbld-freebsd6.1/4.1.2/include/stdlib.h:109: error: declaration of 'void std::exit(int)' throws different exceptions
conftest.cc:10: error: from previous declaration 'void std::exit(int) throw ()'
configure:6299: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:6293: g++41 -c -O -pipe conftest.cc >&5
configure:6299: $? = 0
configure:6303: test -z
|| test ! -s conftest.err
configure:6306: $? = 0
configure:6309: test -s conftest.o
configure:6312: $? = 0
configure:6338: g++41 -c -O -pipe conftest.cc >&5
configure:6344: $? = 0
configure:6348: test -z
|| test ! -s conftest.err
configure:6351: $? = 0
configure:6354: test -s conftest.o
configure:6357: $? = 0
configure:6383: checking the GNU C++ compiler version
configure:6390: result: checked (g++ 4.1.2)
configure:6465: checking for g++ include path
configure:6479: result: /usr/local/lib/gcc-4.1.2/include/c++
configure:6542: checking exception type
configure:6576: g++41 -o conftest -O -pipe conftest.cc >&5
/var/tmp//cceFahIn.o(.text+0x6d): In function `main':
: undefined reference to `__sjthrow'
collect2: ld returned 1 exit status
configure:6582: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <iostream>
|
| extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));
|
|
| int
| main ()
| {
| __sjthrow()
| ;
| return 0;
| }
configure:6610: result: dwarf2
configure:7011: checking for STLport4 headers
configure:7016: result: using internal stlport.
configure:7127: checking which memory allocator to use
configure:7328: result: internal
configure:7408: checking whether to add custom build version
configure:7416: result: no
configure:7421: checking whether to build with Java support
configure:7424: result: yes
configure:7523: checking the installed JDK
configure:7625: result: checked (JDK 1.5.0-p3)
configure:8271: checking how to run the C preprocessor
configure:8389: result: gcc41 -E
configure:8413: gcc41 -E conftest.c
configure:8419: $? = 0
configure:8451: gcc41 -E conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:8457: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8507: checking how to run the C++ preprocessor
configure:8538: g++41 -E conftest.cc
configure:8544: $? = 0
configure:8576: g++41 -E conftest.cc
conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory
configure:8582: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8621: result: g++41 -E
configure:8645: g++41 -E conftest.cc
configure:8651: $? = 0
configure:8683: g++41 -E conftest.cc
conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory
configure:8689: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8736: checking for dmake
configure:8767: result: no
configure:8820: checking whether to enable EPM for packing
configure:8823: result: yes
configure:8922: checking which package format to use
configure:9010: result: bsd
configure:9197: checking whether to build the ODK
configure:9200: result: yes
configure:9208: checking whether to build qadevOOo
configure:9211: result: yes
configure:9226: checking whether to provide libstdc++/libgcc_s in the installset
configure:9234: result: yes
configure:9243: checking which zlib to use
configure:9469: result: internal
configure:9476: checking which jpeg to use
configure:9701: result: internal
configure:9708: checking which expat to use
configure:9939: result: internal
configure:9946: checking which freetype to use
configure:9950: result: external
configure:9959: checking for pkg-config
configure:9977: found /usr/local/bin/pkg-config
configure:9990: result: /usr/local/bin/pkg-config
configure:10007: checking for freetype2 >= 2.0
configure:10011: result: yes
configure:10015: checking FREETYPE_CFLAGS
configure:10018: result: -I/usr/local/include/freetype2 -I/usr/local/include
configure:10021: checking FREETYPE_LIBS
configure:10024: result: -L/usr/local/lib -lfreetype -lz
configure:10061: checking which libwpd to use
configure:10167: result: internal
configure:10176: checking which libxml to use
configure:10283: result: internal
configure:10295: checking which python to use
configure:10539: result: internal
configure:10546: checking which db to use
configure:10896: result: internal
configure:10906: checking which hsqldb to use
configure:10962: result: internal
configure:10970: checking which beanshell to use
configure:11007: result: internal
configure:11015: checking which xml-apis to use
configure:11127: result: internal
configure:11135: checking which xerces to use
configure:11223: result: internal
configure:11231: checking which xalan to use
configure:11343: result: internal
configure:11356: checking which sablot to use
configure:11412: result: internal
configure:11423: checking which curl to use
configure:11492: result: internal
configure:11501: checking which boost to use
configure:11504: result: external
configure:11525: checking boost/shared_ptr.hpp usability
configure:11537: g++41 -c -O -pipe conftest.cc >&5
configure:11543: $? = 0
configure:11547: test -z
|| test ! -s conftest.err
configure:11550: $? = 0
configure:11553: test -s conftest.o
configure:11556: $? = 0
configure:11566: result: yes
configure:11570: checking boost/shared_ptr.hpp presence
configure:11580: g++41 -E conftest.cc
configure:11586: $? = 0
configure:11606: result: yes
configure:11641: checking for boost/shared_ptr.hpp
configure:11648: result: yes
configure:11671: checking boost/spirit/core.hpp usability
configure:11683: g++41 -c -O -pipe conftest.cc >&5
configure:11689: $? = 0
configure:11693: test -z
|| test ! -s conftest.err
configure:11696: $? = 0
configure:11699: test -s conftest.o
configure:11702: $? = 0
configure:11712: result: yes
configure:11716: checking boost/spirit/core.hpp presence
configure:11726: g++41 -E conftest.cc
configure:11732: $? = 0
configure:11752: result: yes
configure:11787: checking for boost/spirit/core.hpp
configure:11794: result: yes
configure:11821: checking which odbc headers to use
configure:11975: result: internal
configure:11982: checking whether to enable build of Mozilla/Mozilla NSS-using components
configure:11985: result: no
configure:11995: checking whether to build Mozilla addressbook connectivity
configure:11998: result: no
configure:12008: checking whether to build XML Security support
configure:12011: result: no, since Mozilla (NSS) disabled but needed
configure:12021: checking whether to build LDAP configuration backend
configure:12029: result: no. Either Mozilla or OpenLDAP needed
configure:12369: checking which mozilla to use
configure:12994: result: none
configure:13518: checking which sane header to use
configure:13671: result: internal
configure:13721: checking for X
configure:13951: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:14123: g++41 -o conftest -O -pipe conftest.cc -L/usr/X11R6/lib -lX11 >&5
configure:14129: $? = 0
configure:14133: test -z
|| test ! -s conftest.err
configure:14136: $? = 0
configure:14139: test -s conftest
configure:14142: $? = 0
configure:14300: checking for gethostbyname
configure:14357: g++41 -o conftest -O -pipe conftest.cc >&5
configure:14363: $? = 0
configure:14367: test -z
|| test ! -s conftest.err
configure:14370: $? = 0
configure:14373: test -s conftest
configure:14376: $? = 0
configure:14388: result: yes
configure:14539: checking for connect
configure:14596: g++41 -o conftest -O -pipe conftest.cc >&5
configure:14602: $? = 0
configure:14606: test -z
|| test ! -s conftest.err
configure:14609: $? = 0
configure:14612: test -s conftest
configure:14615: $? = 0
configure:14627: result: yes
configure:14702: checking for remove
configure:14759: g++41 -o conftest -O -pipe conftest.cc >&5
configure:14765: $? = 0
configure:14769: test -z
|| test ! -s conftest.err
configure:14772: $? = 0
configure:14775: test -s conftest
configure:14778: $? = 0
configure:14790: result: yes
configure:14865: checking for shmat
configure:14922: g++41 -o conftest -O -pipe conftest.cc >&5
configure:14928: $? = 0
configure:14932: test -z
|| test ! -s conftest.err
configure:14935: $? = 0
configure:14938: test -s conftest
configure:14941: $? = 0
configure:14953: result: yes
configure:15037: checking for IceConnectionNumber in -lICE
configure:15067: g++41 -o conftest -O -pipe -L/usr/X11R6/lib conftest.cc -lICE >&5
configure:15073: $? = 0
configure:15077: test -z
|| test ! -s conftest.err
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15099: result: yes
configure:15124: checking X11/Xaw/Label.h usability
configure:15136: g++41 -c -O -pipe -I/usr/X11R6/include conftest.cc >&5
configure:15142: $? = 0
configure:15146: test -z
|| test ! -s conftest.err
configure:15149: $? = 0
configure:15152: test -s conftest.o
configure:15155: $? = 0
configure:15165: result: yes
configure:15169: checking X11/Xaw/Label.h presence
configure:15179: g++41 -E -I/usr/X11R6/include conftest.cc
configure:15185: $? = 0
configure:15205: result: yes
configure:15240: checking for X11/Xaw/Label.h
configure:15247: result: yes
configure:15283: checking for XOpenDisplay in -lX11
configure:15313: g++41 -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.cc -lX11 >&5
configure:15319: $? = 0
configure:15323: test -z
|| test ! -s conftest.err
configure:15326: $? = 0
configure:15329: test -s conftest
configure:15332: $? = 0
configure:15345: result: yes
configure:15381: checking fontconfig/fontconfig.h usability
configure:15393: g++41 -c -O -pipe -I/usr/X11R6/include conftest.cc >&5
configure:15399: $? = 0
configure:15403: test -z
|| test ! -s conftest.err
configure:15406: $? = 0
configure:15409: test -s conftest.o
configure:15412: $? = 0
configure:15422: result: yes
configure:15426: checking fontconfig/fontconfig.h presence
configure:15436: g++41 -E -I/usr/X11R6/include conftest.cc
configure:15442: $? = 0
configure:15462: result: yes
configure:15497: checking for fontconfig/fontconfig.h
configure:15504: result: yes
configure:15517: checking whether fontconfig is >= 2.2.0
configure:15542: g++41 -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.cc >&5
configure:15545: $? = 0
configure:15547: ./conftest
/libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required by "conftest"
configure:15550: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define HAVE_X11_XAW_LABEL_H 1
| /* end confdefs.h. */
|
| #include <fontconfig/fontconfig.h>
|
| int main(int argc, char **argv) {
| if(FC_MAJOR > 2 || (FC_MAJOR == 2 && FC_MINOR >= 2)) return 0;
| else return 1;
| }
|
configure:15560: error: no, fontconfig >= 2.2.0 needed
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_prog_CXXCPP=' g++41 -E'
ac_cv_env_CXXFLAGS_value='-O -pipe'
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_path_COMPATH=/usr/local/bin/gcc41
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=''
ac_cv_env_LDFLAGS_set=''
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=''
ac_cv_env_CFLAGS_set=set
lt_cv_sys_max_cmd_len=262144
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_header_boost_shared_ptr_hpp=yes
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=''
ac_cv_header_X11_Xaw_Label_h=yes
ac_cv_header_boost_spirit_core_hpp=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_func_remove=yes
ac_cv_env_build_alias_set=set
ac_cv_env_CXXCPP_value=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set=''
ac_cv_prog_cc_stdc=''
ac_cv_host_alias=amd64-portbld-freebsd6.1
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_header_stdc=yes
ac_cv_path_TCSH=/bin/tcsh
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_prog_egrep='grep -E'
ac_cv_func_gethostbyname=yes
ac_cv_build_alias=amd64-portbld-freebsd6.1
ac_cv_env_CPPFLAGS_value=''
ac_cv_target_alias=amd64-portbld-freebsd6.1
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=' g++41'
ac_cv_host=amd64-portbld-freebsd6.1
ac_cv_env_host_alias_value=''
ac_cv_prog_cxx_g=yes
ac_cv_path_DMAKE=no
ac_cv_func_connect=yes
ac_cv_prog_CPP=' gcc41 -E'
ac_cv_build=amd64-portbld-freebsd6.1
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=amd64-portbld-freebsd6.1
ac_cv_prog_ac_ct_CC=' gcc41'
ac_cv_target=amd64-portbld-freebsd6.1
ac_cv_env_target_alias_value=''
ac_cv_header_fontconfig_fontconfig_h=yes
ac_cv_env_CC_value=' gcc41'
ac_cv_env_CPP_set=''
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
## ----------------- ##
## Output variables. ##
## ----------------- ##
AGG_CFLAGS=''
AGG_LIBS=''
ALLOC=''
ANT=''
ANT_HOME=''
ANT_LIB=''
ASM_HOME=''
AWK='/usr/bin/nawk'
AWTLIB=''
BISON=''
BSH_JAR=''
BUILD_DMAKE='YES'
BUILD_EPM='YES'
BUILD_MOZAB=''
BUILD_TYPE='OOo EXT CRASHREP BINFILTER DICTIONARIES EPM ODK QADEVOOO ZLIB JPEG EXPAT LIBWPD LIBXML2 LIBXMLSEC PYTHON BERKELEYDB HSQLDB BSH XALAN SABLOT CURL UNIXODBC SANE'
BUILD_VER_STRING=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC=' gcc41'
CFLAGS=' -I/usr/X11R6/include'
COMEX=''
COMPATH='/usr/local/bin'
CPP=' gcc41 -E'
CPPFLAGS=' -I/usr/X11R6/include'
CRYPT_LINK=''
CSC_PATH=''
CURLCONFIG=''
CURL_CFLAGS=''
CURL_LIBS=''
CXX=' g++41'
CXXCPP=' g++41 -E'
CXXFLAGS='-O -pipe'
CYGWIN_PATH=''
DB_INCLUDES=''
DB_JAR=''
DB_VERSION=''
DEFS=''
DIRECTXSDK_HOME=''
DIRECTXSDK_LIB=''
DISABLE_NEON=''
DMAKE='no'
DPKG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_CAIRO=''
ENABLE_CRASHDUMP='TRUE'
ENABLE_CUPS=''
ENABLE_DEBUG='FALSE'
ENABLE_DIRECTX=''
ENABLE_EVOAB2=''
ENABLE_FONTCONFIG='TRUE'
ENABLE_GNOMEVFS=''
ENABLE_GTK=''
ENABLE_KAB=''
ENABLE_KDE=''
ENABLE_LOCKDOWN=''
ENABLE_NAS=''
ENABLE_PASF=''
ENABLE_RPATH='yes'
ENABLE_STATIC_GTK=''
ENABLE_SYMBOLS='SMALL'
ENABLE_VCTK=''
EPM='internal'
EXCEPTIONS='dwarf2'
EXEEXT=''
EXTRA_DOTNET_FILES=''
FLEX=''
FRAME_HOME=''
FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include '
FREETYPE_LIBS='-L/usr/local/lib -lfreetype -lz '
GCCVER='40102'
GCC_HOME='/usr'
GCONF_CFLAGS=''
GCONF_LIBS=''
GDKPIXBUF_CFLAGS=''
GDKPIXBUF_LIBS=''
GNOMEVFS_CFLAGS=''
GNOMEVFS_LIBS=''
GNUCP=''
GNUMAKE='gmake'
GNUPATCH=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GXX_INCLUDE_PATH='/usr/local/lib/gcc-4.1.2/include/c++'
HAVE_GCC_VISIBILITY_FEATURE='TRUE'
HSQLDB_JAR=''
HUNSPELL_CFLAGS=''
JAVACACHE=''
JAVACOMPILER='/usr/local/jdk1.5.0/bin/javac'
JAVADOC='/usr/local/jdk1.5.0/bin/javadoc'
JAVAINTERPRETER='/usr/local/jdk1.5.0/bin/java'
JAVA_HOME='/usr/local/jdk1.5.0'
JDK=''
KDE_CFLAGS=''
KDE_LIBS=''
LANG=''
LDFLAGS=' -L/usr/X11R6/lib'
LIBART_CFLAGS=''
LIBART_LIBS=''
LIBOBJS=''
LIBS=''
LIBSN_CFLAGS=''
LIBSN_LIBS=''
LIBWPD_CFLAGS=''
LIBWPD_LIBS=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LOCAL_SOLENV='DEFAULT'
LOCAL_SOLVER=''
LTLIBOBJS=''
MIDL_PATH=''
ML_EXE=''
MOC=''
MOZILLAXPCOM_CFLAGS=''
MOZILLAXPCOM_LIBS=''
MOZILLA_TOOLKIT=''
MOZILLA_VERSION=''
MOZLIBREQ_CFLAGS=''
MOZLIBREQ_LIBS=''
MOZ_INC=''
MOZ_LDAP_CFLAGS=''
MOZ_LIB=''
MOZ_LIB_XPCOM=''
MOZ_NSPR_CFLAGS=''
MOZ_NSPR_LIBS=''
MOZ_NSS_CFLAGS=''
MOZ_NSS_LIBS=''
MSPDB_PATH=''
MYSPELL_CFLAGS=''
MYSPELL_LIBS=''
NAS_INCLUDES=''
NEON_CFLAGS=''
NEON_LIBS=''
NETTOOLKIT=''
NMAKE_PATH=''
NSIS_PATH=''
OBJEXT='o'
OSVERSION='601103'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PAM_LINK='NO'
PATCH=''
PATH_SEPARATOR=':'
PERL='/usr/local/bin/perl'
PKGFORMAT='bsd'
PKGMK=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PRODUCT='full'
PROEXT='.pro'
PROFULLSWITCH='product=full'
PSDK_HOME=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS='-pthread'
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RPM=''
SABLOTCONFIG=''
SABLOT_LIBS=''
SCPDEFS=''
SED='/usr/bin/sed'
SHELL='/bin/sh'
SOLAR_JAVA='TRUE'
SOURCEVERSION='OOC680'
STLPORT4='NO_STLPORT4'
SYSTEM_AGG=''
SYSTEM_BOOST='YES'
SYSTEM_BSH='NO'
SYSTEM_CAIRO=''
SYSTEM_CURL='NO'
SYSTEM_DB='NO'
SYSTEM_EXPAT='NO'
SYSTEM_FREETYPE='YES'
SYSTEM_HSQLDB='NO'
SYSTEM_HUNSPELL=''
SYSTEM_HYPH=''
SYSTEM_JPEG='NO'
SYSTEM_LIBWPD='NO'
SYSTEM_LIBXML='NO'
SYSTEM_MOZILLA=''
SYSTEM_MSPACK=''
SYSTEM_MYSPELL=''
SYSTEM_MYTHES=''
SYSTEM_NAS=''
SYSTEM_NEON=''
SYSTEM_ODBC_HEADERS='NO'
SYSTEM_PORTAUDIO=''
SYSTEM_PYTHON='NO'
SYSTEM_SABLOT='NO'
SYSTEM_SANE_HEADER='NO'
SYSTEM_SNDFILE=''
SYSTEM_STDLIBS='NO'
SYSTEM_XALAN='NO'
SYSTEM_XERCES='NO'
SYSTEM_XML_APIS='NO'
SYSTEM_XRENDER_HEADERS=''
SYSTEM_ZLIB='NO'
TCSH='/bin'
UNZIP=''
UPD='680'
USE_SHELL='tcsh'
USE_SYSTEM_STL=''
USE_XINERAMA=''
VC_STANDARD=''
WITHOUT_AFMS=''
WITHOUT_PPDS=''
WITH_BINFILTER='YES'
WITH_DICT=''
WITH_FONTOOO=''
WITH_FONTS=''
WITH_GPC=''
WITH_LANG=''
WITH_LDAP='NO'
WITH_LIBART=''
WITH_LIBSN=''
WITH_MINGWIN='0'
WITH_MOZILLA='NO'
WITH_MYSPELL_DICTS='YES'
WITH_OPENLDAP=''
XALAN_JAR=''
XERCES_JAR=''
XINC='/usr/X11R6/include'
XINERAMA_LINK=''
XLIB='/usr/X11R6/lib'
XMKMF=''
XML_APIS_JAR=''
XRENDER_LINK=''
XSLTPROC='NO_XSLTPROC'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ZIP=''
ZIP_HOME=''
_cc=''
ac_ct_CC=' gcc41'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd6.1'
build_alias='amd64-portbld-freebsd6.1'
build_cpu='amd64'
build_os='freebsd6.1'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='NONE'
host='amd64-portbld-freebsd6.1'
host_alias=''
host_cpu='amd64'
host_os='freebsd6.1'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='amd64-portbld-freebsd6.1'
target_alias=''
target_cpu='amd64'
target_os='freebsd6.1'
target_vendor='portbld'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_X11_XAW_LABEL_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int); using std::exit;
configure: exit 1
-------------- next part --------------
ImageMagick-6.2.8.5
ORBit2-2.14.2
Xaw3d-1.5E_1
a2ps-letter-4.13b_3
aalib-1.4.r5_2
acroread7-7.0.8,1
acroreadwrapper-0.0.20060221
amspsfnt-1.0_4
apache-ant-1.6.5_1
apsfilter-7.2.8
asclock-1.0
asclock-xlib-2.0.11
aspell-0.60.4_4
atk-1.11.4_1
autoconf-2.13.000227_5
autoconf-2.53_3
autoconf-2.59_2
automake-1.4.6_2
automake-1.5_2,1
avahi-0.6.12
bash-3.1.17
bison-1.75_2,1
bison-2.1_2
bitstream-vera-1.10_2
boost-1.33.1_2
cairo-1.0.4_1
cdparanoia-3.9.8_8
cdrtools-2.01_5
cm-super-0.3.3
cmpsfont-1.0_5
coreutils-5.2.1
ctorrent-1.3.4_2
cups-base-1.2.0_2
curl-7.15.4
cvsup-without-gui-16.1h_2
db41-4.1.25_3
dbus-0.62
desktop-file-utils-0.11
dri-6.4.1,2
dvd+rw-tools-6.1
dvipsk-tetex-5.95a_1
esound-0.2.36_1
eterm-0.9.3_5
expat-2.0.0_1
faad2-2.0_6,1
firefox-1.5.0.6,1
flac-1.1.2_1
fontconfig-2.3.2_5,1
freebsd-update-1.6_2
freetype2-2.1.10_3
fvwm-2.4.19
gail-1.8.11_1
gaim-1.5.0_6
gamin-0.1.7_2
gcc-4.1.2_20060728
gconf2-2.14.0_2
gd-2.0.33_4,1
gdbm-1.8.3_2
gettext-0.14.5_2
ghostscript-gnu-7.07_15
gimp-2.2.11,1
gimp-print-4.2.7_2
glib-1.2.10_12
glib-2.10.3
gmake-3.81_1
gnome-mime-data-2.4.2
gnome-vfs-2.14.2_3
gnomehier-2.1_2
gnutls-1.4.1
gsfonts-8.11_2
gtk-1.2.10_15
gtk-2.8.20
gtk-engines2-2.6.10
gtkspell-2.0.11_3
gv-3.6.1
help2man-1.36.4_1
hicolor-icon-theme-0.5
hpijs-2.1.4
html2ps-letter-1.0.b4_1,1
imake-6.9.0
imlib2-1.2.2.001
intltool-0.35.0
ispell-3.2.06_15
jasper-1.701.0_1
javavmwrapper-2.3
jbigkit-1.6
jdk-1.5.0p3_3
jpeg-6b_4
lcms-1.14_1,1
libIDL-0.8.7
libX11-6.2.1_3
libXau-0.1.1_1
libXdmcp-0.1.3
libXext-6.4.3
libXft-2.1.7_1
libXinerama-1.0.2
libXpm-3.5.1_1
libXtrans-0.1_1
liba52-0.7.4_1
libao-esound-0.8.5_2
libart_lgpl-2.3.17_1
libast-0.7
libaudiofile-0.2.6
libbonobo-2.14.0_2
libcroco-0.6.1
libdaemon-0.10_1
libdrm-2.0.2
libexif-0.6.13
libfpx-1.2.0.12
libgcrypt-1.2.2_1
libglade2-2.6.0
libgnomecanvas-2.14.0_1
libgpg-error-1.3
libgsf-1.14.1
libgtkhtml-2.11.0_1
libiconv-1.9.2_2
libid3tag-0.15.1b
libijs-0.35_1
libltdl-1.5.22
libmad-0.15.1b_2
libmikmod-esound-3.1.11_1
libmms-0.2
libmng-1.0.9
libogg-1.1.3,3
librsvg2-2.14.4
libsndfile-1.0.16
libtool-1.5.22_2
libungif-4.1.4_1
libvorbis-1.1.2,3
libwmf-0.2.8.4
libwww-5.4.0_3
libxml2-2.6.26
libxslt-1.1.17
linc-1.0.3_6
links-2.1.p21,1
linux-atk-1.9.1
linux-expat-1.95.8
linux-flashplugin-7.0r63_1
linux-fontconfig-2.2.3_5
linux-glib2-2.6.6
linux-gtk-1.2.10_4
linux-gtk2-2.6.10
linux-jpeg-6b.34
linux-pango-1.8.1
linux-png-1.2.8_2
linux-sun-jdk-1.4.2.12
linux-tiff-3.7.1
linux-xorg-libs-6.8.2_5
linux_base-fc-4_6
lsof-4.77
lynx-ssl-2.8.5_2
m4-1.4.4
man2html-3.0.1_1
mime-support-3.37.1
mozilla-fonts-1.0_1
mpeg2codec-1.2_1
mpeg4ip-libmp4v2-1.5.0.1
mpg123-esound-0.59r_17
mpg321-0.2.10_6
mplayer-skins-1.1.2_1
mtools-3.9.10
netpbm-10.26.30
nspr-4.6.1_2
nss-3.11.1
open-motif-2.2.3_2
openldap-client-2.3.25
p5-Archive-Zip-1.16
p5-Authen-SASL-2.10_1
p5-Compress-Zlib-1.42
p5-Digest-1.15
p5-Digest-HMAC-1.01
p5-Digest-MD5-2.36
p5-Digest-SHA1-2.11
p5-File-Temp-0.16_4
p5-GSSAPI-0.22
p5-HTML-Parser-3.55
p5-HTML-Tagset-3.10
p5-MIME-Base64-3.07
p5-Net-1.19,1
p5-PathTools-3.19
p5-Scalar-List-Utils-1.18,1
p5-Test-Harness-2.62
p5-Test-Simple-0.64
p5-URI-1.35
p5-XML-Parser-2.34_2
p5-gettext-1.05_1
p5-libwww-5.805
p5-type1inst-0.6.1_2
pango-1.12.3
panoramixext-1.1
patch-2.5.4
pcre-6.7
perl-5.8.8
php-mode.el-1.2.0
pico-4.64
pkg-config-0.20_2
pkg_tree-1.1_1
pkgdb.db
pkgdb.db.old
png-1.2.12_1
popt-1.7_1
portaudit-0.5.11
portupgrade-2.1.3.2_2,2
pstree-2.27
psutils-letter-1.17_2
python-2.4.3
rpm-3.0.6_13
rsync-2.6.8_2
ruby-1.8.4_9,1
ruby18-bdb-0.5.9_2
ruby18-bdb1-0.2.2
samba-2.2.12_2
samba-libsmbclient-3.0.23
scons-0.96.92
shared-mime-info-0.18
silc-toolkit-0.9.12_1
skill-4.1.2
speex-1.0.5_1,1
sqlite-3.3.6
ssh_askpass_gtk2-0.3_5
startup-notification-0.8_2
sudo-1.6.8.12_1
t1lib-5.1.0_1,1
tcl-8.4.13_1,1
teTeX-3.0_1
teTeX-base-3.0_9
teTeX-texmf-3.0_5
tex-texmflocal-1.9
texi2html-1.76_1,1
tiff-3.8.2
tk-8.4.13,2
transfig-3.2.4_1
unzip-5.52_2
vorbis-tools-1.1.1_1,3
weblint-1.020
xdaliclock-2.23
xdvik-tetex-22.84.10
xemacs-21.4.19
xemacs-packages-14.1_1
xextensions-1.0.1_2
xlockmore-5.22
xmlcatmgr-2.2
xmms-esound-1.2.10_6
xmms2-0.2.d.6
xmmsctrl-1.8_1
xorg-6.9.0
xorg-clients-6.9.0_3
xorg-documents-6.9.0
xorg-fonts-100dpi-6.9.0_1
xorg-fonts-75dpi-6.9.0_1
xorg-fonts-cyrillic-6.9.0_1
xorg-fonts-encodings-6.9.0_1
xorg-fonts-miscbitmaps-6.9.0_1
xorg-fonts-truetype-6.9.0
xorg-fonts-type1-6.9.0
xorg-fontserver-6.9.0_1
xorg-libraries-6.9.0
xorg-manpages-6.9.0
xorg-nestserver-6.9.0
xorg-printserver-6.9.0_1
xorg-server-6.9.0_4
xorg-vfbserver-6.9.0_1
xpdf-3.01_3
xproto-6.6.2
xterm-215
xv-3.10a_6
xvid-1.1.0,1
zip-2.32
More information about the freebsd-openoffice
mailing list