Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2011 21:47:55 +1100
From:      Andrew Sinclair <syncman0x@gmail.com>
To:        apache@FreeBSD.org
Subject:   www/apache22: configure: error: Size of "void *" is less than size of "long"
Message-ID:  <4D5BAB5B.2010501@gmail.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000607070407020806040306
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Configuration fails in relation to a primitive type:
  Size of "void *" is less than size of "long"

As requested by script, config.log  is attached.
Compilation attempt 1,2 in install.txt  attached.
Output of attempt 2 follows:

[ Wed Feb 16 ] [ 21:06:43 ] root@q-73-exe:/usr/ports/www/apache22
# (date;time make install;date)|tee -a install.txt
Wed Feb 16 21:07:06 CST 2011
===>   apache-2.2.17_1 depends on file: /usr/local/bin/perl5.10.1 - found
===>   apache-2.2.17_1 depends on file: /usr/local/bin/autoconf-2.68 - found
===>   apache-2.2.17_1 depends on package: libtool>=2.2 - found
===>   apache-2.2.17_1 depends on shared library: expat.6 - found
===>   apache-2.2.17_1 depends on shared library: apr-1 - found
===>   apache-2.2.17_1 depends on shared library: pcre.0 - found
===>   apache-2.2.17_1 depends on shared library: iconv.3 - found
===>   apache-2.2.17_1 depends on shared library: mysqlclient.16 - found
===>   apache-2.2.17_1 depends on shared library: pq.5 - found
===>   apache-2.2.17_1 depends on shared library: sqlite3.8 - found
===>  Configuring for apache-2.2.17_1
checking for chosen layout... FreeBSD
checking for working mkdir -p... yes
checking build system type... amd64-portbld-freebsd8.1
checking host system type... amd64-portbld-freebsd8.1
checking target system type... amd64-portbld-freebsd8.1

Configuring Apache Portable Runtime library ...

checking for APR... yes
  adding "-g" to CFLAGS

Configuring Apache Portable Runtime Utility library...

checking for APR-util... yes
  adding "-L/usr/local/lib/db42" to LDFLAGS
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp
configure: Using external PCRE library from /usr/local/bin/pcre-config
  adding "-I/usr/local/include" to CFLAGS
  setting LIBS to "-L/usr/local/lib -Wl,-R/usr/local/lib -lpcre"

Configuring Apache httpd ...

  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES
  adding "-I$(top_srcdir)/modules/http" to INCLUDES
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES
  adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
  adding "-I$(top_srcdir)/modules/database" to INCLUDES
  adding "-I/usr/local/include/apr-1" to INCLUDES
  adding "-I/usr/local/include" to INCLUDES
  adding "-I/usr/local/include/db42" to INCLUDES

Applying OS-specific hints for httpd ...

  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for pkg-config... /usr/local/bin/pkg-config
checking for rsync... /usr/local/bin/rsync
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for lynx... lynx
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... no
checking for APR version 1.2.0 or later... yes
checking for APR-util version 1.2.0 or later... yes
checking for ANSI C header files... (cached) no
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
checking for library containing sqrt... no
checking for getpwnam... no
checking for getgrnam... no
checking for initgroups... no
checking for bindprocessor... no
checking for prctl... no
checking for timegm... no
checking for getpgid... no
checking for void pointer length... yes
configure: error: Size of "void *" is less than size of "long"
===>  Script "configure" failed unexpectedly.
Please report the problem to apache@FreeBSD.org [maintainer] and attach the
"/usr/ports/www/apache22/work/httpd-2.2.17/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/www/apache22.
*** Error code 1

Stop in /usr/ports/www/apache22.

real    0m3.731s
user    0m1.298s
sys    0m2.882s
Wed Feb 16 21:07:09 CST 2011


--------------000607070407020806040306
Content-Type: text/plain;
 name="ls-lio-var-db-pkg.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="ls-lio-var-db-pkg.txt"

total 348
 6083 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 GeoIP-1.4.6
 6201 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:02 ORBit2-2.14.18_1
25553 drwxrwx---  2 root  wheel  -  6 Feb 16 20:22 apr-ipv6-devrandom-gdbm-db42-mysql51-pgsql82-sqlite3-1.4.2.1.3.10
 6447 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:14 aspell-0.60.6_3
 6775 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 atk-1.30.0_1
24687 drwxrwx---  2 root  wheel  -  7 Feb 15 21:36 autoconf-2.68
24682 drwxrwx---  2 root  wheel  -  7 Feb 15 21:34 autoconf-wrapper-20101119
24745 drwxrwx---  2 root  wheel  -  6 Feb 15 21:36 automake-1.11.1
24740 drwxrwx---  2 root  wheel  -  7 Feb 15 21:36 automake-wrapper-20101119
 2977 drwxr-xr-x  2 root  wheel  -  8 Feb 13 14:48 bash-4.1.7
 7001 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:55 bison-2.4.1_1,1
17595 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:42 bitstream-vera-1.10_4
 7012 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:54 ca_root_nss-3.12.4
 7139 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:55 cairo-1.8.10_1,1
 7188 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:08 cclient-2007e,1
 6026 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:50 cdrtools-2.01_8
 7207 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:56 compositeproto-0.4.1
 7490 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:03 curl-7.20.1
 7510 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:56 damageproto-1.2.0
24827 drwxrwx---  2 root  wheel  -  7 Feb 16 20:22 db42-4.2.52_5
 7586 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:55 dbus-1.2.24_1
 7646 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:55 dbus-glib-0.86_1
 3544 drwxr-xr-x  2 root  wheel  -  8 Feb 13 17:34 desktop-file-utils-0.15_2
 6046 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:50 dvd+rw-tools-7.1
 5945 drwxr-xr-x  2 root  wheel  -  9 Feb 13 22:50 e2fsprogs-1.41.12
 7699 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 eggdbus-0.6_1
 5837 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:49 eject-1.5_4
17700 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:42 encodings-1.0.3,1
17392 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:39 expat-2.0.1_1
17720 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 fixesproto-4.1.1
17791 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:42 font-bh-ttf-1.0.1
17810 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:42 font-misc-ethiopic-1.0.1
17845 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:42 font-misc-meltho-1.0.1
17637 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:40 font-util-1.0.2
17562 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:39 fontconfig-2.8.0,1
17464 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:39 freetype2-2.3.12
 5417 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:49 fusefs-kmod-0.3.9.p1.20080208_6
 5456 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:49 fusefs-libs-2.7.4
 5818 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:49 fusefs-wdfs-1.4.2_3
 5589 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:49 fusefs-wikipediafs-0.3
 2286 drwxr-xr-x  2 root  wheel  -  8 Feb 13 14:47 gamin-0.1.10_4
 3482 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:04 gconf2-2.28.1_1
24767 drwxrwx---  2 root  wheel  -  7 Feb 16 20:22 gdbm-1.8.3_3
 2390 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:46 gettext-0.18_1
 2300 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:48 gio-fam-backend-2.24.1_1
 2257 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:47 glib-2.24.1_1
24664 drwxrwx---  2 root  wheel  -  6 Feb 15 21:34 gmake-3.81_4
 7519 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:55 gnome_subr-1.0
 7711 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:02 gnomehier-2.3_12
 3813 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:14 gnupg-2.0.15
 7884 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:56 gobject-introspection-0.6.14
 3004 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:02 gtk-2.20.1_2
 5379 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 healthd-0.7.9_2
24676 drwxrwx---  2 root  wheel  -  6 Feb 15 21:34 help2man-1.38.4
  503 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:01 hicolor-icon-theme-0.12
 5075 drwxr-xr-x  2 root  wheel  - 10 Feb 13 23:14 horde-base-3.3.8_1
 6136 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:14 horde-imp-4.3.7_1,1
 3561 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 inputproto-2.0
 5237 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 jailadmin-1.8_4
 5262 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 jailctl-0.80
 5280 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 jailer-1.2
 5289 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 jailme-0.1
 5333 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:48 jailuser-1.9_1
 5355 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 jailutils-1.6
  606 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 jasper-1.900.1_9
 3589 drwxr-xr-x  2 root  wheel  -  8 Feb 13 17:34 javavmwrapper-2.3.5
  632 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:57 jbigkit-1.6
  550 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:56 jpeg-8_3
 3607 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 kbproto-1.0.4
17870 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 libICE-1.0.6,1
 6107 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:51 libIDL-0.8.14_1
17892 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:42 libSM-1.1.1_1,1
 1075 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 libX11-1.3.3,1
 3676 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:34 libXau-1.0.5
 4073 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:08 libXaw-1.0.7,1
  679 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 libXcomposite-0.4.1,1
18015 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 libXcursor-1.1.10
  700 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 libXdamage-1.1.2
 3696 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:34 libXdmcp-1.0.3
 1221 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 libXext-1.1.1,1
17916 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 libXfixes-4.0.4
  729 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:56 libXft-2.1.14
 1244 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 libXi-1.3,1
18059 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 libXinerama-1.1,1
 3863 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:04 libXmu-1.0.5,1
 3938 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:04 libXp-1.0.0,1
 3965 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:04 libXpm-3.5.7
18116 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 libXrandr-1.3.0
17960 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 libXrender-0.9.5
18441 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 libXt-1.0.7
 1283 drwxr-xr-x  2 root  wheel  -  6 Feb 13 17:37 libXtst-1.1.0
 3627 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:03 libassuan-2.0.0
20297 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 libdvdread-4.1.3_2
25593 drwxrwx---  2 root  wheel  -  6 Feb 16 20:22 libecap-0.1.0
 7741 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:55 libffi-3.0.9
17740 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:40 libfontenc-1.0.5
 3673 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:03 libgcrypt-1.4.5_1
 3553 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:02 libgpg-error-1.7_1
  282 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:09 libgsf-1.14.18_1
  166 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:38 libiconv-1.13.1_1
 3705 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:03 libksba-1.0.7
  302 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:09 libltdl-2.2.6b
  327 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:09 libmcrypt-2.5.8
 3712 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:34 libpthread-stubs-0.3_3
 2483 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:48 libslang2-2.2.2_1
24735 drwxrwx---  2 root  wheel  -  6 Feb 15 21:35 libtool-2.2.10
  703 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:09 libwmf-0.2.8.4_6
 3875 drwxr-xr-x  2 root  wheel  -  8 Feb 13 17:37 libxcb-1.6
 3666 drwxr-xr-x  2 root  wheel  -  6 Feb 13 23:39 libxml2-2.7.8_1
 5214 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 lmmon-0.65_1
  940 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:09 lynx-2.8.7.1_1,1
 6836 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:52 m4-1.4.14_1,1
 2787 drwxr-xr-x  2 root  wheel  -  6 Feb 13 14:48 mc-4.7.2_1
 5202 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 memtest-4.1.3
 5190 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:48 memtest86+-4.00
17765 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:40 mkfontdir-1.0.5
17752 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:40 mkfontscale-1.0.7
 3084 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:23 mysql-client-5.1.48
 3350 drwxr-xr-x  2 root  wheel  -  6 Feb 13 17:23 mysql-scripts-5.1.48
 3527 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:34 mysql-server-5.1.48
 5809 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:49 neon29-0.29.3_1
  990 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:09 oniguruma-4.7.1
 1416 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:08 openldap-client-2.4.23
12624 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:39 p5-Authen-PAM-0.16_1
 3316 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:23 p5-DBD-mysql51-4.013
 3283 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:23 p5-DBI-1.61.1
24599 drwxrwx---  2 root  wheel  -  7 Feb 15 21:34 p5-Locale-gettext-1.05_3
12750 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:39 p5-Net-SSLeay-1.36
 3131 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:22 p5-Storable-2.21
  863 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 pango-1.28.0_1
20221 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 pbreg-1.0
 5176 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 pciutils-3.1.7
 3540 drwxr-xr-x  2 root  wheel  -  6 Feb 13 23:38 pcre-8.10
12587 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:33 pdksh-5.2.14p2_2
  877 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:35 pear-1.9.0
 5222 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Auth-1.6.2
 5251 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:14 pear-Auth_SASL-1.0.4
 1501 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-DB-1.7.13,1
 1544 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Date-1.4.7
 1567 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-File-1.3.0,2
 1626 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-HTTP_Request-1.4.4
 1709 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Log-1.12.1
 1795 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-MDB2-2.5.0.b2
 2074 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-MDB2_Schema-0.8.5
 2102 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Mail-1.2.0,1
 2150 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Mail_Mime-1.5.2,2
 2170 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Mail_mimeDecode-1.5.0
 2200 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Net_SMTP-1.4.2
 1583 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-Net_Socket-1.0.9
 1603 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-Net_URL-1.0.15
  945 drwxr-xr-x  2 root  wheel  -  8 Feb 13 14:35 pear-PHP_Shell-0.3.0_1
 2274 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:12 pear-Services_Weather-1.4.5
 1872 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-XML_DTD-0.5.2
 1836 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-XML_Parser-1.3.2
 2011 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-XML_Serializer-0.20.0
 1915 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:07 pear-XML_Util-1.2.1
 2299 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 pecl-fileinfo-1.0.4
 5136 drwxr-xr-x  2 root  wheel  -  9 Feb 13 14:46 perl-5.10.1_1
 3345 drwxr-xr-x  2 root  wheel  -  6 Feb 13 23:35 php5-5.3.4
 2217 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:07 php5-ctype-5.3.2_1
 2326 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-dom-5.3.2_1
 2349 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-ftp-5.3.2_1
 2418 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-gd-5.3.2_1
 2436 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-gettext-5.3.2_1
 6175 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:16 php5-hash-5.3.2_1
 2453 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-iconv-5.3.2_1
 2470 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-imap-5.3.2_1
 2494 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-ldap-5.3.2_1
 2631 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-mbstring-5.3.2_1
 2649 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-mcrypt-5.3.2_1
 2670 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-mysql-5.3.2_1
 5274 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:14 php5-openssl-5.3.2_1
 2586 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:18 php5-pgsql-5.3.2_1
 5156 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 php5-posix-5.3.2_1
  895 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:35 php5-readline-5.3.2_1
 2690 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-session-5.3.2_1
  912 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:35 php5-tokenizer-5.3.2_1
  670 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:35 php5-xml-5.3.2_1
 2707 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 php5-zlib-5.3.2_1
 2996 drwxr-xr-x  2 root  wheel  -  6 Feb 13 23:18 phppgadmin-4.2.3
 1618 drwxr-xr-x  2 root  wheel  -  6 Feb 13 23:17 phprojekt-5.2.3
 7032 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:53 pixman-0.16.6
 3379 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:39 pkg-config-0.25_1
 2329 drwxr-xr-x  2 root  wheel  -  7 Feb 13 14:47 png-1.4.3
 3146 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:02 polkit-0.96_2
 2569 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:18 postgresql-client-8.2.17_1
 3886 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:03 printproto-1.0.4
 3601 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:02 pth-2.0.7
 5534 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:49 py26-fusefs-0.2_1
 5484 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:49 py26-setuptools-0.6c11
 1747 drwxr-xr-x  2 root  wheel  -  8 Feb 13 14:46 python26-2.6.5
19076 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:45 qt4-corelib-4.6.3
20205 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 qt4-gui-4.6.3
18079 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 randrproto-1.3.1
 1262 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 recordproto-1.14
17936 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 renderproto-0.11
  184 drwxr-xr-x  2 root  wheel  -  6 Feb 12 22:45 rsync-3.0.7
12549 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:33 ruby-1.8.7.248_2,1
 5133 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 sfdisk-0.2
 5124 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:48 sformat-3.5_5
 1688 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:01 shared-mime-info-0.71_1
 5109 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:47 smartmontools-5.39.1
 5065 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:47 snap-1.01,1
 5031 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:47 spindown-0.3a
24807 drwxrwx---  2 root  wheel  -  7 Feb 16 20:22 sqlite3-3.7.4
  468 drwxr-xr-x  2 root  wheel  -  9 Feb 13 23:16 squirrelmail-1.4.20_2
 5051 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:47 ssync-2.3_2
 5016 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:47 sysinfo-1.0.1
 2378 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:08 t1lib-5.1.2_1,1
24780 drwxrwx---  2 root  wheel  -  6 Feb 16 20:21 tcl-8.5.9
24774 drwxrwx---  2 root  wheel  -  7 Feb 16 20:21 tcl-modules-8.5.9
 2003 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:01 tiff-3.9.4
24632 drwxrwx---  2 root  wheel  -  6 Feb 16 20:18 unzip-6.0
 4984 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:47 usbutils-0.73
 4963 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:47 usermin-1.440
20317 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:45 vobcopy-1.2.0
20267 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 warden-1.0
 2803 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 webcpp-0.8.4
17369 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:39 webmin-1.510
 3373 drwxr-xr-x  2 root  wheel  -  8 Feb 13 23:12 wv-1.2.7_1
 7101 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:53 xcb-util-0.3.6_1
19100 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 xdg-utils-1.0.2_4
 1120 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:37 xextproto-7.1.1
18031 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:41 xineramaproto-1.2
 3404 drwxr-xr-x  2 root  wheel  -  7 Feb 13 23:12 xlhtml-0.5_3,1
19107 drwxr-xr-x  2 root  wheel  -  7 Feb 13 22:45 xorg-fonts-truetype-7.5
 3645 drwxr-xr-x  2 root  wheel  -  7 Feb 13 17:34 xproto-7.0.16
 2244 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:31 zetaback-1.0.4
12596 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:33 zfs-replicate-0.7_1
12575 drwxr-xr-x  2 root  wheel  -  6 Feb 13 22:33 zfs-snapshot-clean-0.1.2
12565 drwxr-xr-x  2 root  wheel  -  8 Feb 13 22:33 zfs-snapshot-mgmt-20090201_1
 1925 drwxr-xr-x  2 root  wheel  -  6 Feb 13 14:37 zsh-4.3.10_3

--------------000607070407020806040306--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D5BAB5B.2010501>