[PC-BSD Commits] r1850 - in pcbsd/trunk/ethernetconfig: . doc doc/en po src src/.deps
svn at pcbsd.org
svn at pcbsd.org
Wed May 7 03:55:48 PDT 2008
Author: tim
Date: 2008-05-07 03:55:47 -0700 (Wed, 07 May 2008)
New Revision: 1850
Modified:
pcbsd/trunk/ethernetconfig/Makefile
pcbsd/trunk/ethernetconfig/config.h
pcbsd/trunk/ethernetconfig/config.log
pcbsd/trunk/ethernetconfig/config.status
pcbsd/trunk/ethernetconfig/doc/Makefile
pcbsd/trunk/ethernetconfig/doc/Makefile.in
pcbsd/trunk/ethernetconfig/doc/en/Makefile
pcbsd/trunk/ethernetconfig/doc/en/Makefile.in
pcbsd/trunk/ethernetconfig/libtool
pcbsd/trunk/ethernetconfig/po/Makefile
pcbsd/trunk/ethernetconfig/po/Makefile.in
pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfig.Po
pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidget.Po
pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidgetbase.Po
pcbsd/trunk/ethernetconfig/src/.deps/main.Po
pcbsd/trunk/ethernetconfig/src/Makefile
pcbsd/trunk/ethernetconfig/src/Makefile.in
pcbsd/trunk/ethernetconfig/src/ethernetconfig
pcbsd/trunk/ethernetconfig/src/ethernetconfig.h
pcbsd/trunk/ethernetconfig/src/ethernetconfig.moc
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.moc
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.cpp
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.h
pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.moc
Log:
Removed extra qualifications from header file, fixes ethernetconfig build error.
Modified: pcbsd/trunk/ethernetconfig/Makefile
===================================================================
--- pcbsd/trunk/ethernetconfig/Makefile 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/Makefile 2008-05-07 10:55:47 UTC (rev 1850)
@@ -34,9 +34,9 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i386-unknown-freebsd6.1
-host_triplet = i386-unknown-freebsd6.1
-target_triplet = i386-unknown-freebsd6.1
+build_triplet = i386-unknown-freebsd6.3
+host_triplet = i386-unknown-freebsd6.3
+target_triplet = i386-unknown-freebsd6.3
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
@@ -95,7 +95,7 @@
AUTODIRS =
AUTOHEADER = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader
AUTOMAKE = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9
-AWK = nawk
+AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2
@@ -135,7 +135,7 @@
KDECONFIG = /usr/local/bin/kde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
-KDE_INCLUDES = -I/usr/local/include
+KDE_INCLUDES =
KDE_LDFLAGS = -L/usr/local/lib
KDE_MT_LDFLAGS =
KDE_MT_LIBS = -lpthread
@@ -157,9 +157,9 @@
LIBCOMPAT = -lcompat
LIBCRYPT = -lcrypt
LIBDL =
-LIBJPEG =
+LIBJPEG = -ljpeg
LIBOBJS =
-LIBPNG =
+LIBPNG = -lpng -lz -lm
LIBPTHREAD = -lpthread
LIBRESOLV =
LIBS =
@@ -236,15 +236,15 @@
XMKMF = @XMKMF@
XMLLINT = /usr/local/bin/xmllint
X_EXTRA_LIBS =
-X_INCLUDES = -I/usr/X11R6/include
-X_LDFLAGS = -L/usr/X11R6/lib
+X_INCLUDES = -I/usr/local/include
+X_LDFLAGS = -L/usr/local/lib
X_PRE_LIBS =
X_RPATH = -R $(x_libraries)
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = f77
-all_includes = -I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include
-all_libraries = -L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib
+all_includes = -I/usr/X11R6//include -I/usr/local/include
+all_libraries = -L/usr/X11R6//lib -L/usr/local/lib
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
@@ -255,20 +255,20 @@
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
-build = i386-unknown-freebsd6.1
+build = i386-unknown-freebsd6.3
build_alias =
build_cpu = i386
-build_os = freebsd6.1
+build_os = freebsd6.3
build_vendor = unknown
datadir = ${prefix}/share
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = ${prefix}
-host = i386-unknown-freebsd6.1
+host = i386-unknown-freebsd6.3
host_alias =
host_cpu = i386
-host_os = freebsd6.1
+host_os = freebsd6.3
host_vendor = unknown
htmldir = @htmldir@
include_ARTS_FALSE = #
@@ -317,15 +317,15 @@
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
-target = i386-unknown-freebsd6.1
+target = i386-unknown-freebsd6.3
target_alias =
target_cpu = i386
-target_os = freebsd6.1
+target_os = freebsd6.3
target_vendor = unknown
unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
-x_includes = /usr/X11R6/include
-x_libraries = /usr/X11R6/lib
+x_includes = /usr/local/include
+x_libraries = /usr/local/lib
xdg_appsdir = ${datadir}/applications/kde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
Modified: pcbsd/trunk/ethernetconfig/config.h
===================================================================
--- pcbsd/trunk/ethernetconfig/config.h 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/config.h 2008-05-07 10:55:47 UTC (rev 1850)
@@ -20,10 +20,10 @@
#define HAVE_INTTYPES_H 1
/* Define if you have libjpeg */
-/* #undef HAVE_LIBJPEG */
+#define HAVE_LIBJPEG 1
/* Define if you have libpng */
-/* #undef HAVE_LIBPNG */
+#define HAVE_LIBPNG 1
/* Define if you have a working libpthread (will enable threaded code) */
#define HAVE_LIBPTHREAD 1
Modified: pcbsd/trunk/ethernetconfig/config.log
===================================================================
--- pcbsd/trunk/ethernetconfig/config.log 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/config.log 2008-05-07 10:55:47 UTC (rev 1850)
@@ -4,17 +4,17 @@
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
- $ ./configure --no-create --no-recursion
+ $ ./configure
## --------- ##
## Platform. ##
## --------- ##
-hostname = tim.mccormickweb.co.uk
+hostname = tim
uname -m = i386
-uname -r = 6.1-RELEASE-p11
+uname -r = 6.3-PRERELEASE
uname -s = FreeBSD
-uname -v = FreeBSD 6.1-RELEASE-p11 #3: Wed Dec 20 18:51:13 PST 2006 root at PCBSD.localhost:/usr/obj/usr/src/sys/PCBSDv1.3
+uname -v = FreeBSD 6.3-PRERELEASE #2: Wed Nov 7 10:54:48 EST 2007 root at pcbsd:/usr/obj/usr/src/sys/PCBSD
/usr/bin/uname -p = i386
/bin/uname -X = unknown
@@ -43,11 +43,11 @@
## ----------- ##
configure:1564: checking build system type
-configure:1582: result: i386-unknown-freebsd6.1
+configure:1582: result: i386-unknown-freebsd6.3
configure:1590: checking host system type
-configure:1604: result: i386-unknown-freebsd6.1
+configure:1604: result: i386-unknown-freebsd6.3
configure:1612: checking target system type
-configure:1626: result: i386-unknown-freebsd6.1
+configure:1626: result: i386-unknown-freebsd6.3
configure:1673: checking for a BSD-compatible install
configure:1728: result: /usr/bin/install -c
configure:1743: checking for -p flag to install
@@ -55,12 +55,8 @@
configure:1767: checking whether build environment is sane
configure:1810: result: yes
configure:1862: checking for gawk
-configure:1891: result: no
-configure:1862: checking for mawk
-configure:1891: result: no
-configure:1862: checking for nawk
-configure:1878: found /usr/bin/nawk
-configure:1888: result: nawk
+configure:1878: found /usr/local/bin/gawk
+configure:1888: result: gawk
configure:1898: checking whether make sets $(MAKE)
configure:1918: result: yes
configure:2104: checking for kde-config
@@ -74,8 +70,8 @@
configure:2522: result: gcc
configure:2766: checking for C compiler version
configure:2769: gcc --version </dev/null >&5
-gcc (GCC) 3.4.4 [FreeBSD] 20050518
-Copyright (C) 2004 Free Software Foundation, Inc.
+gcc (GCC) 3.4.6 [FreeBSD] 20060305
+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.
@@ -84,7 +80,7 @@
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
-gcc version 3.4.4 [FreeBSD] 20050518
+gcc version 3.4.6 [FreeBSD] 20060305
configure:2777: $? = 0
configure:2779: gcc -V </dev/null >&5
gcc: `-V' option must have argument
@@ -184,8 +180,8 @@
configure:3831: result: g++
configure:3847: checking for C++ compiler version
configure:3850: g++ --version </dev/null >&5
-g++ (GCC) 3.4.4 [FreeBSD] 20050518
-Copyright (C) 2004 Free Software Foundation, Inc.
+g++ (GCC) 3.4.6 [FreeBSD] 20060305
+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.
@@ -194,7 +190,7 @@
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
-gcc version 3.4.4 [FreeBSD] 20050518
+gcc version 3.4.6 [FreeBSD] 20060305
configure:3858: $? = 0
configure:3860: g++ -V </dev/null >&5
g++: `-V' option must have argument
@@ -226,8 +222,7 @@
configure:4040: $? = 0
configure:4066: g++ -c conftest.cc >&5
conftest.cc: In function `int main()':
-conftest.cc:15: error: `exit' undeclared (first use this function)
-conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
+conftest.cc:15: error: `exit' was not declared in this scope
configure:4072: $? = 1
configure: failed program was:
| /* confdefs.h. */
@@ -565,8 +560,8 @@
configure:8553: result: f77
configure:8568: checking for Fortran 77 compiler version
configure:8571: f77 --version </dev/null >&5
-GNU Fortran (GCC) 3.4.4 [FreeBSD] 20050518
-Copyright (C) 2004 Free Software Foundation, Inc.
+GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305
+Copyright (C) 2006 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
@@ -578,7 +573,7 @@
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
-gcc version 3.4.4 [FreeBSD] 20050518
+gcc version 3.4.6 [FreeBSD] 20060305
configure:8579: $? = 0
configure:8581: f77 -V </dev/null >&5
f77: `-V' option must have argument
@@ -648,16 +643,16 @@
configure:11064: $? = 1
configure:11076: result: yes
configure:11084: checking dynamic linker characteristics
-configure:11672: result: freebsd6.1 ld.so
+configure:11672: result: freebsd6.3 ld.so
configure:11681: checking how to hardcode library paths into programs
configure:11706: result: immediate
configure:11720: checking whether stripping libraries is possible
configure:11725: result: yes
configure:11851: checking for shl_load
configure:11908: gcc -o conftest -O2 conftest.c >&5
-/var/tmp//cc4nRVQC.o(.text+0x14): In function `main':
+/var/tmp//ccFZ0Jjt.o(.text+0x14): In function `main':
: undefined reference to `shl_load'
-/var/tmp//cc4nRVQC.o(.data+0x0): undefined reference to `shl_load'
+/var/tmp//ccFZ0Jjt.o(.data+0x0): undefined reference to `shl_load'
configure:11914: $? = 1
configure: failed program was:
| /* confdefs.h. */
@@ -824,7 +819,7 @@
configure:14952: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14977: result: yes
configure:15044: checking dynamic linker characteristics
-configure:15632: result: freebsd6.1 ld.so
+configure:15632: result: freebsd6.3 ld.so
configure:15641: checking how to hardcode library paths into programs
configure:15666: result: immediate
configure:16192: checking if libtool supports shared libraries
@@ -848,7 +843,7 @@
configure:16626: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:17564: result: yes
configure:17631: checking dynamic linker characteristics
-configure:18219: result: freebsd6.1 ld.so
+configure:18219: result: freebsd6.3 ld.so
configure:18228: checking how to hardcode library paths into programs
configure:18253: result: immediate
configure:21852: checking for msgfmt
@@ -1985,9 +1980,9 @@
configure:27922: result: no
configure:27935: checking for _NSGetEnviron
configure:27992: gcc -o conftest -O2 conftest.c >&5
-/var/tmp//ccd5SCaq.o(.text+0x14): In function `main':
+/var/tmp//ccgT1vje.o(.text+0x14): In function `main':
: undefined reference to `_NSGetEnviron'
-/var/tmp//ccd5SCaq.o(.data+0x0): undefined reference to `_NSGetEnviron'
+/var/tmp//ccgT1vje.o(.data+0x0): undefined reference to `_NSGetEnviron'
configure:27998: $? = 1
configure: failed program was:
| /* confdefs.h. */
@@ -2206,9 +2201,9 @@
| ;
| return 0;
| }
-configure:28492: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
+configure:28492: result: libraries /usr/local/lib, headers /usr/local/include
configure:28521: checking for IceConnectionNumber in -lICE
-configure:28551: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
+configure:28551: gcc -o conftest -O2 -L/usr/local/lib conftest.c -lICE >&5
configure:28557: $? = 0
configure:28561: test -z
|| test ! -s conftest.err
@@ -2217,7 +2212,7 @@
configure:28570: $? = 0
configure:28583: result: yes
configure:28593: checking for libXext
-configure:28628: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5
+configure:28628: gcc -o conftest -O2 -L/usr/local/lib conftest.c -lXext -lX11 >&5
configure:28634: $? = 0
configure:28638: test -z
|| test ! -s conftest.err
@@ -2239,7 +2234,7 @@
configure:29191: checking for extra libs
configure:29220: result: no
configure:29226: checking for libz
-configure:29261: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lz >&5
+configure:29261: gcc -o conftest -O2 -I/usr/local/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -lz >&5
configure:29267: $? = 0
configure:29271: test -z
|| test ! -s conftest.err
@@ -2248,78 +2243,16 @@
configure:29280: $? = 0
configure:29302: result: -lz
configure:29323: checking for libpng
-configure:29360: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5
-conftest.c:48:20: png.h: No such file or directory
-conftest.c: In function `main':
-conftest.c:54: error: syntax error before "png_ptr"
-conftest.c:56: error: `png_ptr' undeclared (first use in this function)
-conftest.c:56: error: (Each undeclared identifier is reported only once
-conftest.c:56: error: for each function it appears in.)
-configure:29366: $? = 1
-configure: failed program was:
-| /* confdefs.h. */
-|
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE "ethernetconfig"
-| #define VERSION "0.1"
-| #ifdef __cplusplus
-| extern "C" void std::exit (int) throw (); using std::exit;
-| #endif
-| #define KDELIBSUFF ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define HAVE_SGI_STL 1
-| #define HAVE_STRLCAT 1
-| #define HAVE_STRLCAT_PROTO 1
-| #define HAVE_STRLCPY 1
-| #define HAVE_STRLCPY_PROTO 1
-| #define HAVE_CRYPT 1
-| #define kde_socklen_t socklen_t
-| #define ksize_t socklen_t
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_RES_INIT 1
-| #define HAVE_RES_INIT_PROTO 1
-| #define SIZEOF_INT 4
-| #define SIZEOF_SHORT 2
-| #define SIZEOF_LONG 4
-| #define SIZEOF_CHAR_P 4
-| #define SIZEOF_SIZE_T 4
-| #define SIZEOF_UNSIGNED_LONG 4
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_SNPRINTF 1
-| #define HAVE_LIBZ 1
-| /* end confdefs.h. */
-|
-| #include<png.h>
-|
-| int
-| main ()
-| {
-|
-| png_structp png_ptr = png_create_read_struct( /* image ptr */
-| PNG_LIBPNG_VER_STRING, 0, 0, 0 );
-| return( png_ptr != 0 );
-|
-| ;
-| return 0;
-| }
-configure:29406: result: no
+configure:29360: gcc -o conftest -O2 -I/usr/local/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -lpng -lz -lm -lX11 >&5
+configure:29366: $? = 0
+configure:29370: test -z
+ || test ! -s conftest.err
+configure:29373: $? = 0
+configure:29376: test -s conftest
+configure:29379: $? = 0
+configure:29403: result: -lpng -lz -lm
configure:29414: checking for libjpeg6b
-configure:29448: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg6b -lm >&5
+configure:29448: gcc -o conftest -O2 -I/usr/local/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
configure:29454: $? = 1
configure: failed program was:
@@ -2368,6 +2301,7 @@
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
+| #define HAVE_LIBPNG 1
| /* end confdefs.h. */
|
| #ifdef __cplusplus
@@ -2387,9 +2321,57 @@
| }
configure:29489: result: no
configure:29492: checking for libjpeg
-configure:29526: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5
-/usr/bin/ld: cannot find -ljpeg
-configure:29532: $? = 1
+configure:29526: gcc -o conftest -O2 -I/usr/local/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -ljpeg -lm >&5
+configure:29532: $? = 0
+configure:29536: test -z
+ || test ! -s conftest.err
+configure:29539: $? = 0
+configure:29542: test -s conftest
+configure:29545: $? = 0
+configure:29564: result: -ljpeg
+configure: 29588: ${prefix}/include/jpeglib.h
+configure: 29588: /usr/include/jpeglib.h
+configure: 29588: /usr/local/include/jpeglib.h
+taking that
+configure:29635: checking for perl
+configure:29695: result: /usr/local/bin/perl
+configure:29821: checking for Qt
+configure: 29886: /usr/X11R6//include/qstyle.h
+taking that
+tried NO
+configure:30004: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/local/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/X11R6//lib -L/usr/local/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE -lpthread 1>&5
+configure:30007: $? = 0
+configure:30066: result: libraries /usr/X11R6//lib, headers /usr/X11R6//include using -mt
+configure:30248: checking for moc
+configure:30320: result: /usr/X11R6//bin/moc
+configure:30328: checking for uic
+configure:30382: result: /usr/X11R6//bin/uic
+configure:30413: checking whether uic supports -L
+configure:30424: /usr/X11R6//bin/uic -L /nonexistent conftest.ui >/dev/null
+configure:30427: $? = 0
+configure:30439: result: yes
+configure:30451: checking whether uic supports -nounload
+configure:30462: /usr/X11R6//bin/uic -nounload conftest.ui >/dev/null
+configure:30465: $? = 0
+configure:30477: result: yes
+configure:30514: checking if Qt needs -ljpeg
+configure:30555: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/local/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cc -L/usr/X11R6//lib -L/usr/local/lib -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE 1>&5
+conftest.cc: In function `int main()':
+conftest.cc:56: warning: 'argv' might be used uninitialized in this function
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_destroy'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_init'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_exit'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cancel'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_testcancel'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cleanup_push'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_getschedpolicy'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setinheritsched'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setstacksize'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setschedparam'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setdetachstate'
+/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cond_timedwait'
+configure:30561: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
@@ -2436,56 +2418,21 @@
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
+| #define HAVE_LIBPNG 1
+| #define HAVE_LIBJPEG 1
+| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
-|
-| #ifdef __cplusplus
-| extern "C" {
-| #endif
-| void jpeg_CreateDecompress();
-| #ifdef __cplusplus
-| }
-| #endif
-|
+| #include <qapplication.h>
| int
| main ()
| {
-| jpeg_CreateDecompress();
+|
+| int argc;
+| char** argv;
+| QApplication app(argc, argv);
| ;
| return 0;
| }
-configure:29567: result: no
-configure: 29588: ${prefix}/include/jpeglib.h
-configure: 29588: /usr/include/jpeglib.h
-configure: 29588: /usr/local/include/jpeglib.h
-taking that
-configure:29613: WARNING:
-There is an installation error in jpeg support. You seem to have only one
-of either the headers _or_ the libraries installed. You may need to either
-provide correct --with-extra-... options, or the development package of
-libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
-Disabling JPEG support.
-
-configure:29635: checking for perl
-configure:29695: result: /usr/local/bin/perl
-configure:29821: checking for Qt
-configure: 29886: /usr/X11R6//include/qstyle.h
-taking that
-tried NO
-configure:30004: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/X11R6//lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lXext -lX11 -lSM -lICE -lpthread 1>&5
-configure:30007: $? = 0
-configure:30066: result: libraries /usr/X11R6//lib, headers /usr/X11R6//include using -mt
-configure:30248: checking for moc
-configure:30320: result: /usr/X11R6//bin/moc
-configure:30328: checking for uic
-configure:30382: result: /usr/X11R6//bin/uic
-configure:30413: checking whether uic supports -L
-configure:30424: /usr/X11R6//bin/uic -L /nonexistent conftest.ui >/dev/null
-configure:30427: $? = 0
-configure:30439: result: yes
-configure:30451: checking whether uic supports -nounload
-configure:30462: /usr/X11R6//bin/uic -nounload conftest.ui >/dev/null
-configure:30465: $? = 0
-configure:30477: result: yes
configure:30599: result: yes
configure:30635: checking for rpath
configure:30667: result: yes
@@ -2532,7 +2479,7 @@
configure:32498: $? = 0
configure:32522: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c: In function `main':
-conftest.c:55: error: syntax error before "big"
+conftest.c:57: error: syntax error before "big"
configure:32528: $? = 1
configure: failed program was:
| /* confdefs.h. */
@@ -2580,6 +2527,8 @@
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
+| #define HAVE_LIBPNG 1
+| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <sys/types.h>
@@ -2608,12 +2557,30 @@
configure:32762: result: yes
configure:32922: creating ./config.status
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.59. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on tim
+
+config.status:745: creating config.h
+config.status:1103: executing depfiles commands
+
## ---------------- ##
## Cache variables. ##
## ---------------- ##
-ac_cv_build=i386-unknown-freebsd6.1
-ac_cv_build_alias=i386-unknown-freebsd6.1
+ac_cv_build=i386-unknown-freebsd6.3
+ac_cv_build_alias=i386-unknown-freebsd6.3
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
@@ -2671,8 +2638,8 @@
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
-ac_cv_host=i386-unknown-freebsd6.1
-ac_cv_host_alias=i386-unknown-freebsd6.1
+ac_cv_host=i386-unknown-freebsd6.3
+ac_cv_host_alias=i386-unknown-freebsd6.3
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=yes
ac_cv_lib_crypt_crypt=yes
@@ -2682,8 +2649,8 @@
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
-ac_cv_lib_jpeg_normal=no
-ac_cv_lib_png=no
+ac_cv_lib_jpeg_normal=-ljpeg
+ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
@@ -2695,7 +2662,7 @@
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
-ac_cv_prog_AWK=nawk
+ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
@@ -2716,8 +2683,8 @@
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
-ac_cv_target=i386-unknown-freebsd6.1
-ac_cv_target_alias=i386-unknown-freebsd6.1
+ac_cv_target=i386-unknown-freebsd6.3
+ac_cv_target_alias=i386-unknown-freebsd6.3
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
@@ -2731,7 +2698,7 @@
kde_cv_func_strlcat=yes
kde_cv_func_strlcpy=yes
kde_cv_have_libXext=yes
-kde_cv_have_x='have_x=yes kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
+kde_cv_have_x='have_x=yes kde_x_includes=/usr/local/include kde_x_libraries=/usr/local/lib'
kde_cv_opt_noinline_match=irrelevant
kde_cv_path=/usr/local/bin/xmllint
kde_cv_path_artsc_config=/usr/local/bin/artsc-config
@@ -2760,6 +2727,7 @@
kde_cv_proto_res_init=no
kde_cv_proto_strlcat=no
kde_cv_proto_strlcpy=no
+kde_cv_qt_jpeg=yes
kde_cv_socklen_t=yes
kde_cv_socklen_t_equiv=socklen_t
kde_cv_stl_works=yes
@@ -2810,7 +2778,7 @@
AUTODIRS=''
AUTOHEADER='${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9'
-AWK='nawk'
+AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 '
@@ -2849,7 +2817,7 @@
KDECONFIG='/usr/local/bin/kde-config'
KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)'
KDE_EXTRA_RPATH=''
-KDE_INCLUDES='-I/usr/local/include'
+KDE_INCLUDES=''
KDE_LDFLAGS='-L/usr/local/lib'
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
@@ -2871,9 +2839,9 @@
LIBCOMPAT='-lcompat'
LIBCRYPT='-lcrypt'
LIBDL=''
-LIBJPEG=''
+LIBJPEG='-ljpeg'
LIBOBJS=''
-LIBPNG=''
+LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV=''
LIBS=''
@@ -2949,8 +2917,8 @@
XGETTEXT='/usr/local/bin/xgettext'
XMLLINT='/usr/local/bin/xmllint'
X_EXTRA_LIBS=''
-X_INCLUDES='-I/usr/X11R6/include'
-X_LDFLAGS='-L/usr/X11R6/lib'
+X_INCLUDES='-I/usr/local/include'
+X_LDFLAGS='-L/usr/local/lib'
X_PRE_LIBS=''
X_RPATH='-R $(x_libraries)'
ac_ct_AR='ar'
@@ -2959,8 +2927,8 @@
ac_ct_F77='f77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
-all_includes='-I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include '
-all_libraries='-L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib '
+all_includes='-I/usr/X11R6//include -I/usr/local/include '
+all_libraries='-L/usr/X11R6//lib -L/usr/local/lib '
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
@@ -2971,17 +2939,17 @@
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
-build='i386-unknown-freebsd6.1'
+build='i386-unknown-freebsd6.3'
build_alias=''
build_cpu='i386'
-build_os='freebsd6.1'
+build_os='freebsd6.3'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
-host='i386-unknown-freebsd6.1'
+host='i386-unknown-freebsd6.3'
host_alias=''
host_cpu='i386'
-host_os='freebsd6.1'
+host_os='freebsd6.3'
host_vendor='unknown'
include_ARTS_FALSE='#'
include_ARTS_TRUE=''
@@ -3026,15 +2994,15 @@
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
-target='i386-unknown-freebsd6.1'
+target='i386-unknown-freebsd6.3'
target_alias=''
target_cpu='i386'
-target_os='freebsd6.1'
+target_os='freebsd6.3'
target_vendor='unknown'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
-x_includes='/usr/X11R6/include'
-x_libraries='/usr/X11R6/lib'
+x_includes='/usr/local/include'
+x_libraries='/usr/local/lib'
xdg_appsdir='${datadir}/applications/kde'
xdg_directorydir='${datadir}/desktop-directories'
xdg_menudir='${sysconfdir}/xdg/menus'
@@ -3046,6 +3014,8 @@
#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
+#define HAVE_LIBJPEG 1
+#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
@@ -3102,11 +3072,10 @@
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
- $ ./config.status config.h
+ $ ./config.status po/Makefile
-on tim.mccormickweb.co.uk
+on tim
-config.status:745: creating config.h
## ---------------------- ##
## Running config.status. ##
@@ -3119,10 +3088,23 @@
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
- $ ./config.status
+ $ ./config.status doc/Makefile
-on tim.mccormickweb.co.uk
+on tim
-config.status:745: creating config.h
-config.status:919: config.h is unchanged
-config.status:1099: executing depfiles commands
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.59. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status doc/en/Makefile
+
+on tim
+
Modified: pcbsd/trunk/ethernetconfig/config.status
===================================================================
--- pcbsd/trunk/ethernetconfig/config.status 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/config.status 2008-05-07 10:55:47 UTC (rev 1850)
@@ -486,18 +486,18 @@
s, at ECHO_N@,-n,;t t
s, at ECHO_T@,,;t t
s, at LIBS@,,;t t
-s, at build@,i386-unknown-freebsd6.1,;t t
+s, at build@,i386-unknown-freebsd6.3,;t t
s, at build_cpu@,i386,;t t
s, at build_vendor@,unknown,;t t
-s, at build_os@,freebsd6.1,;t t
-s, at host@,i386-unknown-freebsd6.1,;t t
+s, at build_os@,freebsd6.3,;t t
+s, at host@,i386-unknown-freebsd6.3,;t t
s, at host_cpu@,i386,;t t
s, at host_vendor@,unknown,;t t
-s, at host_os@,freebsd6.1,;t t
-s, at target@,i386-unknown-freebsd6.1,;t t
+s, at host_os@,freebsd6.3,;t t
+s, at target@,i386-unknown-freebsd6.3,;t t
s, at target_cpu@,i386,;t t
s, at target_vendor@,unknown,;t t
-s, at target_os@,freebsd6.1,;t t
+s, at target_os@,freebsd6.3,;t t
s, at INSTALL_PROGRAM@,${INSTALL} $(INSTALL_STRIP_FLAG),;t t
s, at INSTALL_SCRIPT@,${INSTALL},;t t
s, at INSTALL_DATA@,${INSTALL} -m 644,;t t
@@ -514,7 +514,7 @@
s, at ac_ct_STRIP@,strip,;t t
s, at INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
s, at mkdir_p@,$(mkinstalldirs),;t t
-s, at AWK@,nawk,;t t
+s, at AWK@,gawk,;t t
s, at SET_MAKE@,,;t t
s, at am__leading_dot@,.,;t t
s, at AMTAR@,${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run tar,;t t
@@ -600,10 +600,10 @@
s, at LIB_X11@,-lX11 $(LIBSOCKET),;t t
s, at LIB_XRENDER@,,;t t
s, at LIBSM@,-lSM -lICE,;t t
-s, at X_INCLUDES@,-I/usr/X11R6/include,;t t
-s, at X_LDFLAGS@,-L/usr/X11R6/lib,;t t
-s, at x_includes@,/usr/X11R6/include,;t t
-s, at x_libraries@,/usr/X11R6/lib,;t t
+s, at X_INCLUDES@,-I/usr/local/include,;t t
+s, at X_LDFLAGS@,-L/usr/local/lib,;t t
+s, at x_includes@,/usr/local/include,;t t
+s, at x_libraries@,/usr/local/lib,;t t
s, at QTE_NORTTI@,,;t t
s, at LIB_XEXT@,-lXext,;t t
s, at LIBPTHREAD@,-lpthread,;t t
@@ -613,8 +613,8 @@
s, at USER_INCLUDES@,,;t t
s, at USER_LDFLAGS@,,;t t
s, at LIBZ@,-lz,;t t
-s, at LIBPNG@,,;t t
-s, at LIBJPEG@,,;t t
+s, at LIBPNG@,-lpng -lz -lm,;t t
+s, at LIBJPEG@,-ljpeg,;t t
s, at qt_libraries@,/usr/X11R6//lib,;t t
s, at qt_includes@,/usr/X11R6//include,;t t
s, at QT_INCLUDES@,-I/usr/X11R6//include,;t t
@@ -632,9 +632,9 @@
s, at kde_libraries@,/usr/local/lib,;t t
s, at kde_includes@,/usr/local/include,;t t
s, at KDE_LDFLAGS@,-L/usr/local/lib,;t t
-s, at KDE_INCLUDES@,-I/usr/local/include,;t t
-s, at all_includes@,-I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include ,;t t
-s, at all_libraries@,-L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib ,;t t
+s, at KDE_INCLUDES@,,;t t
+s, at all_includes@,-I/usr/X11R6//include -I/usr/local/include ,;t t
+s, at all_libraries@,-L/usr/X11R6//lib -L/usr/local/lib ,;t t
s, at AUTODIRS@,,;t t
s, at include_ARTS_TRUE@,,;t t
s, at include_ARTS_FALSE@,#,;t t
@@ -833,6 +833,8 @@
: clr
${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
${ac_dA}HAVE_LIBZ${ac_dB}HAVE_LIBZ${ac_dC}1${ac_dD}
+${ac_dA}HAVE_LIBPNG${ac_dB}HAVE_LIBPNG${ac_dC}1${ac_dD}
+${ac_dA}HAVE_LIBJPEG${ac_dB}HAVE_LIBJPEG${ac_dC}1${ac_dD}
${ac_dA}HAVE_LIBPTHREAD${ac_dB}HAVE_LIBPTHREAD${ac_dC}1${ac_dD}
${ac_dA}KDEMAXPATHLEN${ac_dB}KDEMAXPATHLEN${ac_dC}1024${ac_dD}
CEOF
@@ -896,6 +898,8 @@
: clr
${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
${ac_uA}HAVE_LIBZ${ac_uB}HAVE_LIBZ${ac_uC}1${ac_uD}
+${ac_uA}HAVE_LIBPNG${ac_uB}HAVE_LIBPNG${ac_uC}1${ac_uD}
+${ac_uA}HAVE_LIBJPEG${ac_uB}HAVE_LIBJPEG${ac_uC}1${ac_uD}
${ac_uA}HAVE_LIBPTHREAD${ac_uB}HAVE_LIBPTHREAD${ac_uC}1${ac_uD}
${ac_uA}KDEMAXPATHLEN${ac_uB}KDEMAXPATHLEN${ac_uC}1024${ac_uD}
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
Modified: pcbsd/trunk/ethernetconfig/doc/Makefile
===================================================================
--- pcbsd/trunk/ethernetconfig/doc/Makefile 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/doc/Makefile 2008-05-07 10:55:47 UTC (rev 1850)
@@ -37,9 +37,9 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i386-unknown-freebsd6.1
-host_triplet = i386-unknown-freebsd6.1
-target_triplet = i386-unknown-freebsd6.1
+build_triplet = i386-unknown-freebsd6.3
+host_triplet = i386-unknown-freebsd6.3
+target_triplet = i386-unknown-freebsd6.3
subdir = doc
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -81,7 +81,7 @@
AUTODIRS =
AUTOHEADER = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader
AUTOMAKE = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9
-AWK = nawk
+AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2
@@ -121,7 +121,7 @@
KDECONFIG = /usr/local/bin/kde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
-KDE_INCLUDES = -I/usr/local/include
+KDE_INCLUDES =
KDE_LDFLAGS = -L/usr/local/lib
KDE_MT_LDFLAGS =
KDE_MT_LIBS = -lpthread
@@ -143,9 +143,9 @@
LIBCOMPAT = -lcompat
LIBCRYPT = -lcrypt
LIBDL =
-LIBJPEG =
+LIBJPEG = -ljpeg
LIBOBJS =
-LIBPNG =
+LIBPNG = -lpng -lz -lm
LIBPTHREAD = -lpthread
LIBRESOLV =
LIBS =
@@ -222,15 +222,15 @@
XMKMF = @XMKMF@
XMLLINT = /usr/local/bin/xmllint
X_EXTRA_LIBS =
-X_INCLUDES = -I/usr/X11R6/include
-X_LDFLAGS = -L/usr/X11R6/lib
+X_INCLUDES = -I/usr/local/include
+X_LDFLAGS = -L/usr/local/lib
X_PRE_LIBS =
X_RPATH = -R $(x_libraries)
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = f77
-all_includes = -I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include
-all_libraries = -L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib
+all_includes = -I/usr/X11R6//include -I/usr/local/include
+all_libraries = -L/usr/X11R6//lib -L/usr/local/lib
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
@@ -241,20 +241,20 @@
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
-build = i386-unknown-freebsd6.1
+build = i386-unknown-freebsd6.3
build_alias =
build_cpu = i386
-build_os = freebsd6.1
+build_os = freebsd6.3
build_vendor = unknown
datadir = ${prefix}/share
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = ${prefix}
-host = i386-unknown-freebsd6.1
+host = i386-unknown-freebsd6.3
host_alias =
host_cpu = i386
-host_os = freebsd6.1
+host_os = freebsd6.3
host_vendor = unknown
htmldir = @htmldir@
include_ARTS_FALSE = #
@@ -303,15 +303,15 @@
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
-target = i386-unknown-freebsd6.1
+target = i386-unknown-freebsd6.3
target_alias =
target_cpu = i386
-target_os = freebsd6.1
+target_os = freebsd6.3
target_vendor = unknown
unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
-x_includes = /usr/X11R6/include
-x_libraries = /usr/X11R6/lib
+x_includes = /usr/local/include
+x_libraries = /usr/local/lib
xdg_appsdir = ${datadir}/applications/kde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
@@ -653,8 +653,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in Makefile.am
+KDE_DIST=Makefile.am Makefile.in
#>+ 2
docs-am:
Modified: pcbsd/trunk/ethernetconfig/doc/Makefile.in
===================================================================
--- pcbsd/trunk/ethernetconfig/doc/Makefile.in 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/doc/Makefile.in 2008-05-07 10:55:47 UTC (rev 1850)
@@ -653,8 +653,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in Makefile.am
+KDE_DIST=Makefile.am Makefile.in
#>+ 2
docs-am:
Modified: pcbsd/trunk/ethernetconfig/doc/en/Makefile
===================================================================
--- pcbsd/trunk/ethernetconfig/doc/en/Makefile 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/doc/en/Makefile 2008-05-07 10:55:47 UTC (rev 1850)
@@ -34,9 +34,9 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i386-unknown-freebsd6.1
-host_triplet = i386-unknown-freebsd6.1
-target_triplet = i386-unknown-freebsd6.1
+build_triplet = i386-unknown-freebsd6.3
+host_triplet = i386-unknown-freebsd6.3
+target_triplet = i386-unknown-freebsd6.3
subdir = doc/en
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -62,7 +62,7 @@
AUTODIRS =
AUTOHEADER = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader
AUTOMAKE = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9
-AWK = nawk
+AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2
@@ -102,7 +102,7 @@
KDECONFIG = /usr/local/bin/kde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
-KDE_INCLUDES = -I/usr/local/include
+KDE_INCLUDES =
KDE_LDFLAGS = -L/usr/local/lib
KDE_MT_LDFLAGS =
KDE_MT_LIBS = -lpthread
@@ -124,9 +124,9 @@
LIBCOMPAT = -lcompat
LIBCRYPT = -lcrypt
LIBDL =
-LIBJPEG =
+LIBJPEG = -ljpeg
LIBOBJS =
-LIBPNG =
+LIBPNG = -lpng -lz -lm
LIBPTHREAD = -lpthread
LIBRESOLV =
LIBS =
@@ -203,15 +203,15 @@
XMKMF = @XMKMF@
XMLLINT = /usr/local/bin/xmllint
X_EXTRA_LIBS =
-X_INCLUDES = -I/usr/X11R6/include
-X_LDFLAGS = -L/usr/X11R6/lib
+X_INCLUDES = -I/usr/local/include
+X_LDFLAGS = -L/usr/local/lib
X_PRE_LIBS =
X_RPATH = -R $(x_libraries)
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = f77
-all_includes = -I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include
-all_libraries = -L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib
+all_includes = -I/usr/X11R6//include -I/usr/local/include
+all_libraries = -L/usr/X11R6//lib -L/usr/local/lib
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
@@ -222,20 +222,20 @@
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
-build = i386-unknown-freebsd6.1
+build = i386-unknown-freebsd6.3
build_alias =
build_cpu = i386
-build_os = freebsd6.1
+build_os = freebsd6.3
build_vendor = unknown
datadir = ${prefix}/share
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = ${prefix}
-host = i386-unknown-freebsd6.1
+host = i386-unknown-freebsd6.3
host_alias =
host_cpu = i386
-host_os = freebsd6.1
+host_os = freebsd6.3
host_vendor = unknown
htmldir = @htmldir@
include_ARTS_FALSE = #
@@ -284,15 +284,15 @@
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
-target = i386-unknown-freebsd6.1
+target = i386-unknown-freebsd6.3
target_alias =
target_cpu = i386
-target_os = freebsd6.1
+target_os = freebsd6.3
target_vendor = unknown
unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
-x_includes = /usr/X11R6/include
-x_libraries = /usr/X11R6/lib
+x_includes = /usr/local/include
+x_libraries = /usr/local/lib
xdg_appsdir = ${datadir}/applications/kde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
@@ -489,8 +489,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in index.docbook Makefile.am index.cache.bz2
+KDE_DIST=index.docbook Makefile.am Makefile.in index.cache.bz2
#>+ 24
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook
Modified: pcbsd/trunk/ethernetconfig/doc/en/Makefile.in
===================================================================
--- pcbsd/trunk/ethernetconfig/doc/en/Makefile.in 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/doc/en/Makefile.in 2008-05-07 10:55:47 UTC (rev 1850)
@@ -489,8 +489,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in index.docbook Makefile.am index.cache.bz2
+KDE_DIST=index.docbook Makefile.am Makefile.in index.cache.bz2
#>+ 24
index.cache.bz2: $(srcdir)/index.docbook $(KDE_XSL_STYLESHEET) index.docbook
Modified: pcbsd/trunk/ethernetconfig/libtool
===================================================================
--- pcbsd/trunk/ethernetconfig/libtool 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/libtool 2008-05-07 10:55:47 UTC (rev 1850)
@@ -44,7 +44,7 @@
# ### BEGIN LIBTOOL CONFIG
-# Libtool was configured on host tim.mccormickweb.co.uk:
+# Libtool was configured on host tim:
# Shell to use when invoking shell scripts.
SHELL="/bin/bash"
@@ -66,13 +66,13 @@
# The host system.
host_alias=
-host=i386-unknown-freebsd6.1
-host_os=freebsd6.1
+host=i386-unknown-freebsd6.3
+host_os=freebsd6.3
# The build system.
build_alias=
-build=i386-unknown-freebsd6.1
-build_os=freebsd6.1
+build=i386-unknown-freebsd6.3
+build_os=freebsd6.3
# An echo program that does not interpret backslashes.
echo="echo"
@@ -7212,7 +7212,7 @@
# End:
# ### BEGIN LIBTOOL TAG CONFIG: CXX
-# Libtool was configured on host tim.mccormickweb.co.uk:
+# Libtool was configured on host tim:
# Shell to use when invoking shell scripts.
SHELL="/bin/bash"
@@ -7234,13 +7234,13 @@
# The host system.
host_alias=
-host=i386-unknown-freebsd6.1
-host_os=freebsd6.1
+host=i386-unknown-freebsd6.3
+host_os=freebsd6.3
# The build system.
build_alias=
-build=i386-unknown-freebsd6.1
-build_os=freebsd6.1
+build=i386-unknown-freebsd6.3
+build_os=freebsd6.3
# An echo program that does not interpret backslashes.
echo="echo"
@@ -7517,7 +7517,7 @@
# ### BEGIN LIBTOOL TAG CONFIG: F77
-# Libtool was configured on host tim.mccormickweb.co.uk:
+# Libtool was configured on host tim:
# Shell to use when invoking shell scripts.
SHELL="/bin/bash"
@@ -7539,13 +7539,13 @@
# The host system.
host_alias=
-host=i386-unknown-freebsd6.1
-host_os=freebsd6.1
+host=i386-unknown-freebsd6.3
+host_os=freebsd6.3
# The build system.
build_alias=
-build=i386-unknown-freebsd6.1
-build_os=freebsd6.1
+build=i386-unknown-freebsd6.3
+build_os=freebsd6.3
# An echo program that does not interpret backslashes.
echo="echo"
Modified: pcbsd/trunk/ethernetconfig/po/Makefile
===================================================================
--- pcbsd/trunk/ethernetconfig/po/Makefile 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/po/Makefile 2008-05-07 10:55:47 UTC (rev 1850)
@@ -34,9 +34,9 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i386-unknown-freebsd6.1
-host_triplet = i386-unknown-freebsd6.1
-target_triplet = i386-unknown-freebsd6.1
+build_triplet = i386-unknown-freebsd6.3
+host_triplet = i386-unknown-freebsd6.3
+target_triplet = i386-unknown-freebsd6.3
subdir = po
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -62,7 +62,7 @@
AUTODIRS =
AUTOHEADER = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader
AUTOMAKE = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9
-AWK = nawk
+AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2
@@ -102,7 +102,7 @@
KDECONFIG = /usr/local/bin/kde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
-KDE_INCLUDES = -I/usr/local/include
+KDE_INCLUDES =
KDE_LDFLAGS = -L/usr/local/lib
KDE_MT_LDFLAGS =
KDE_MT_LIBS = -lpthread
@@ -124,9 +124,9 @@
LIBCOMPAT = -lcompat
LIBCRYPT = -lcrypt
LIBDL =
-LIBJPEG =
+LIBJPEG = -ljpeg
LIBOBJS =
-LIBPNG =
+LIBPNG = -lpng -lz -lm
LIBPTHREAD = -lpthread
LIBRESOLV =
LIBS =
@@ -203,15 +203,15 @@
XMKMF = @XMKMF@
XMLLINT = /usr/local/bin/xmllint
X_EXTRA_LIBS =
-X_INCLUDES = -I/usr/X11R6/include
-X_LDFLAGS = -L/usr/X11R6/lib
+X_INCLUDES = -I/usr/local/include
+X_LDFLAGS = -L/usr/local/lib
X_PRE_LIBS =
X_RPATH = -R $(x_libraries)
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = f77
-all_includes = -I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include
-all_libraries = -L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib
+all_includes = -I/usr/X11R6//include -I/usr/local/include
+all_libraries = -L/usr/X11R6//lib -L/usr/local/lib
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
@@ -222,20 +222,20 @@
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
-build = i386-unknown-freebsd6.1
+build = i386-unknown-freebsd6.3
build_alias =
build_cpu = i386
-build_os = freebsd6.1
+build_os = freebsd6.3
build_vendor = unknown
datadir = ${prefix}/share
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = ${prefix}
-host = i386-unknown-freebsd6.1
+host = i386-unknown-freebsd6.3
host_alias =
host_cpu = i386
-host_os = freebsd6.1
+host_os = freebsd6.3
host_vendor = unknown
htmldir = @htmldir@
include_ARTS_FALSE = #
@@ -284,15 +284,15 @@
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
-target = i386-unknown-freebsd6.1
+target = i386-unknown-freebsd6.3
target_alias =
target_cpu = i386
-target_os = freebsd6.1
+target_os = freebsd6.3
target_vendor = unknown
unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
-x_includes = /usr/X11R6/include
-x_libraries = /usr/X11R6/lib
+x_includes = /usr/local/include
+x_libraries = /usr/local/lib
xdg_appsdir = ${datadir}/applications/kde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
@@ -482,8 +482,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in Makefile.am
+KDE_DIST=Makefile.am Makefile.in
#>+ 2
docs-am:
Modified: pcbsd/trunk/ethernetconfig/po/Makefile.in
===================================================================
--- pcbsd/trunk/ethernetconfig/po/Makefile.in 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/po/Makefile.in 2008-05-07 10:55:47 UTC (rev 1850)
@@ -482,8 +482,9 @@
+
#>+ 2
-KDE_DIST=Makefile.in Makefile.am
+KDE_DIST=Makefile.am Makefile.in
#>+ 2
docs-am:
Modified: pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfig.Po
===================================================================
--- pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfig.Po 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfig.Po 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,5 +1,5 @@
ethernetconfig.o ethernetconfig.o: ethernetconfig.cpp \
- /usr/local/include/kmainwindow.h /usr/local/include/kxmlguifactory.h \
+ /usr/X11R6//include/kmainwindow.h /usr/X11R6//include/kxmlguifactory.h \
/usr/X11R6//include/qobject.h /usr/X11R6//include/qobjectdefs.h \
/usr/X11R6//include/qglobal.h /usr/X11R6//include/qconfig.h \
/usr/X11R6//include/qmodules.h /usr/X11R6//include/qfeatures.h \
@@ -92,11 +92,11 @@
/usr/include/c++/3.4/bits/stl_multimap.h /usr/X11R6//include/qptrlist.h \
/usr/X11R6//include/qglist.h /usr/X11R6//include/qptrcollection.h \
/usr/X11R6//include/qdom.h /usr/X11R6//include/qvaluelist.h \
- /usr/local/include/kdelibs_export.h /usr/local/include/kdemacros.h \
- /usr/X11R6//include/qglobal.h /usr/local/include/kxmlguiclient.h \
+ /usr/X11R6//include/kdelibs_export.h /usr/X11R6//include/kdemacros.h \
+ /usr/X11R6//include/qglobal.h /usr/X11R6//include/kxmlguiclient.h \
/usr/X11R6//include/qmap.h /usr/X11R6//include/qstringlist.h \
/usr/X11R6//include/qstrlist.h /usr/X11R6//include/qptrlist.h \
- /usr/local/include/kxmlguibuilder.h /usr/X11R6//include/qmainwindow.h \
+ /usr/X11R6//include/kxmlguibuilder.h /usr/X11R6//include/qmainwindow.h \
/usr/X11R6//include/qwidget.h /usr/X11R6//include/qobject.h \
/usr/X11R6//include/qpaintdevice.h /usr/X11R6//include/qpalette.h \
/usr/X11R6//include/qcolor.h /usr/X11R6//include/qstringlist.h \
@@ -105,12 +105,12 @@
/usr/X11R6//include/qsizepolicy.h /usr/X11R6//include/qtoolbar.h \
/usr/X11R6//include/qdockwindow.h /usr/X11R6//include/qframe.h \
/usr/X11R6//include/qmetaobject.h /usr/X11R6//include/qconnection.h \
- /usr/local/include/ktoolbar.h /usr/X11R6//include/qtoolbar.h \
+ /usr/X11R6//include/ktoolbar.h /usr/X11R6//include/qtoolbar.h \
/usr/X11R6//include/qcombobox.h /usr/X11R6//include/qguardedptr.h \
/usr/X11R6//include/qframe.h /usr/X11R6//include/qiconset.h \
- /usr/X11R6//include/qpixmap.h /usr/local/include/kglobal.h \
- /usr/local/include/kdelibs_export.h /usr/local/include/kinstance.h \
- /usr/X11R6//include/qstring.h /usr/local/include/klocale.h \
+ /usr/X11R6//include/qpixmap.h /usr/X11R6//include/kglobal.h \
+ /usr/X11R6//include/kdelibs_export.h /usr/X11R6//include/kinstance.h \
+ /usr/X11R6//include/qstring.h /usr/X11R6//include/klocale.h \
/usr/X11R6//include/qdesktopwidget.h /usr/X11R6//include/qapplication.h \
/usr/X11R6//include/qdesktopwidget.h /usr/X11R6//include/qasciidict.h \
/usr/X11R6//include/qgdict.h /usr/X11R6//include/qtranslator.h \
@@ -120,9 +120,9 @@
ethernetconfig.moc /usr/X11R6//include/private/qucomextra_p.h \
/usr/X11R6//include/private/qucom_p.h /usr/X11R6//include/quuid.h
-/usr/local/include/kmainwindow.h:
+/usr/X11R6//include/kmainwindow.h:
-/usr/local/include/kxmlguifactory.h:
+/usr/X11R6//include/kxmlguifactory.h:
/usr/X11R6//include/qobject.h:
@@ -432,13 +432,13 @@
/usr/X11R6//include/qvaluelist.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kdemacros.h:
+/usr/X11R6//include/kdemacros.h:
/usr/X11R6//include/qglobal.h:
-/usr/local/include/kxmlguiclient.h:
+/usr/X11R6//include/kxmlguiclient.h:
/usr/X11R6//include/qmap.h:
@@ -448,7 +448,7 @@
/usr/X11R6//include/qptrlist.h:
-/usr/local/include/kxmlguibuilder.h:
+/usr/X11R6//include/kxmlguibuilder.h:
/usr/X11R6//include/qmainwindow.h:
@@ -484,7 +484,7 @@
/usr/X11R6//include/qconnection.h:
-/usr/local/include/ktoolbar.h:
+/usr/X11R6//include/ktoolbar.h:
/usr/X11R6//include/qtoolbar.h:
@@ -498,15 +498,15 @@
/usr/X11R6//include/qpixmap.h:
-/usr/local/include/kglobal.h:
+/usr/X11R6//include/kglobal.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kinstance.h:
+/usr/X11R6//include/kinstance.h:
/usr/X11R6//include/qstring.h:
-/usr/local/include/klocale.h:
+/usr/X11R6//include/klocale.h:
/usr/X11R6//include/qdesktopwidget.h:
Modified: pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidget.Po
===================================================================
--- pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidget.Po 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidget.Po 2008-05-07 10:55:47 UTC (rev 1850)
@@ -108,20 +108,20 @@
/usr/X11R6//include/qdesktopwidget.h /usr/X11R6//include/qasciidict.h \
/usr/X11R6//include/qgdict.h /usr/X11R6//include/qtranslator.h \
/usr/X11R6//include/qtimer.h /usr/X11R6//include/qpushbutton.h \
- ethernetconfig.h ../config.h /usr/local/include/kmainwindow.h \
- /usr/local/include/kxmlguifactory.h /usr/X11R6//include/qobject.h \
+ ethernetconfig.h ../config.h /usr/X11R6//include/kmainwindow.h \
+ /usr/X11R6//include/kxmlguifactory.h /usr/X11R6//include/qobject.h \
/usr/X11R6//include/qptrlist.h /usr/X11R6//include/qdom.h \
- /usr/X11R6//include/qvaluelist.h /usr/local/include/kdelibs_export.h \
- /usr/local/include/kdemacros.h /usr/X11R6//include/qglobal.h \
- /usr/local/include/kxmlguiclient.h /usr/X11R6//include/qmap.h \
- /usr/X11R6//include/qstringlist.h /usr/local/include/kxmlguibuilder.h \
+ /usr/X11R6//include/qvaluelist.h /usr/X11R6//include/kdelibs_export.h \
+ /usr/X11R6//include/kdemacros.h /usr/X11R6//include/qglobal.h \
+ /usr/X11R6//include/kxmlguiclient.h /usr/X11R6//include/qmap.h \
+ /usr/X11R6//include/qstringlist.h /usr/X11R6//include/kxmlguibuilder.h \
/usr/X11R6//include/qmainwindow.h /usr/X11R6//include/qtoolbar.h \
/usr/X11R6//include/qdockwindow.h /usr/X11R6//include/qmetaobject.h \
- /usr/X11R6//include/qconnection.h /usr/local/include/ktoolbar.h \
+ /usr/X11R6//include/qconnection.h /usr/X11R6//include/ktoolbar.h \
/usr/X11R6//include/qtoolbar.h /usr/X11R6//include/qcombobox.h \
/usr/X11R6//include/qguardedptr.h /usr/X11R6//include/qframe.h \
- /usr/X11R6//include/qiconset.h /usr/local/include/kglobal.h \
- /usr/local/include/kdelibs_export.h /usr/local/include/kinstance.h \
+ /usr/X11R6//include/qiconset.h /usr/X11R6//include/kglobal.h \
+ /usr/X11R6//include/kdelibs_export.h /usr/X11R6//include/kinstance.h \
/usr/X11R6//include/qstring.h ethernetconfigwidget.h \
ethernetconfigwidgetbase.h /usr/X11R6//include/qvariant.h \
/usr/X11R6//include/qpixmap.h /usr/X11R6//include/qwidget.h \
@@ -504,9 +504,9 @@
../config.h:
-/usr/local/include/kmainwindow.h:
+/usr/X11R6//include/kmainwindow.h:
-/usr/local/include/kxmlguifactory.h:
+/usr/X11R6//include/kxmlguifactory.h:
/usr/X11R6//include/qobject.h:
@@ -516,19 +516,19 @@
/usr/X11R6//include/qvaluelist.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kdemacros.h:
+/usr/X11R6//include/kdemacros.h:
/usr/X11R6//include/qglobal.h:
-/usr/local/include/kxmlguiclient.h:
+/usr/X11R6//include/kxmlguiclient.h:
/usr/X11R6//include/qmap.h:
/usr/X11R6//include/qstringlist.h:
-/usr/local/include/kxmlguibuilder.h:
+/usr/X11R6//include/kxmlguibuilder.h:
/usr/X11R6//include/qmainwindow.h:
@@ -540,7 +540,7 @@
/usr/X11R6//include/qconnection.h:
-/usr/local/include/ktoolbar.h:
+/usr/X11R6//include/ktoolbar.h:
/usr/X11R6//include/qtoolbar.h:
@@ -552,11 +552,11 @@
/usr/X11R6//include/qiconset.h:
-/usr/local/include/kglobal.h:
+/usr/X11R6//include/kglobal.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kinstance.h:
+/usr/X11R6//include/kinstance.h:
/usr/X11R6//include/qstring.h:
Modified: pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidgetbase.Po
===================================================================
--- pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidgetbase.Po 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/.deps/ethernetconfigwidgetbase.Po 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,5 +1,5 @@
ethernetconfigwidgetbase.o ethernetconfigwidgetbase.o: \
- ethernetconfigwidgetbase.cpp /usr/local/include/kdialog.h \
+ ethernetconfigwidgetbase.cpp /usr/X11R6//include/kdialog.h \
/usr/X11R6//include/qdialog.h /usr/X11R6//include/qwidget.h \
/usr/X11R6//include/qwindowdefs.h /usr/X11R6//include/qobjectdefs.h \
/usr/X11R6//include/qglobal.h /usr/X11R6//include/qconfig.h \
@@ -97,9 +97,9 @@
/usr/X11R6//include/qglist.h /usr/X11R6//include/qptrcollection.h \
/usr/X11R6//include/qbrush.h /usr/X11R6//include/qfont.h \
/usr/X11R6//include/qfontmetrics.h /usr/X11R6//include/qfontinfo.h \
- /usr/X11R6//include/qsizepolicy.h /usr/local/include/kdelibs_export.h \
- /usr/local/include/kdemacros.h /usr/X11R6//include/qglobal.h \
- /usr/local/include/klocale.h /usr/X11R6//include/qstring.h \
+ /usr/X11R6//include/qsizepolicy.h /usr/X11R6//include/kdelibs_export.h \
+ /usr/X11R6//include/kdemacros.h /usr/X11R6//include/qglobal.h \
+ /usr/X11R6//include/klocale.h /usr/X11R6//include/qstring.h \
ethernetconfigwidgetbase.h /usr/X11R6//include/qvariant.h \
/usr/X11R6//include/qpixmap.h /usr/X11R6//include/qwidget.h \
/usr/X11R6//include/qpushbutton.h /usr/X11R6//include/qbutton.h \
@@ -117,7 +117,7 @@
/usr/X11R6//include/private/qucomextra_p.h \
/usr/X11R6//include/private/qucom_p.h /usr/X11R6//include/quuid.h
-/usr/local/include/kdialog.h:
+/usr/X11R6//include/kdialog.h:
/usr/X11R6//include/qdialog.h:
@@ -447,13 +447,13 @@
/usr/X11R6//include/qsizepolicy.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kdemacros.h:
+/usr/X11R6//include/kdemacros.h:
/usr/X11R6//include/qglobal.h:
-/usr/local/include/klocale.h:
+/usr/X11R6//include/klocale.h:
/usr/X11R6//include/qstring.h:
Modified: pcbsd/trunk/ethernetconfig/src/.deps/main.Po
===================================================================
--- pcbsd/trunk/ethernetconfig/src/.deps/main.Po 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/.deps/main.Po 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,5 +1,5 @@
main.o main.o: main.cpp ethernetconfig.h ../config.h \
- /usr/local/include/kmainwindow.h /usr/local/include/kxmlguifactory.h \
+ /usr/X11R6//include/kmainwindow.h /usr/X11R6//include/kxmlguifactory.h \
/usr/X11R6//include/qobject.h /usr/X11R6//include/qobjectdefs.h \
/usr/X11R6//include/qglobal.h /usr/X11R6//include/qconfig.h \
/usr/X11R6//include/qmodules.h /usr/X11R6//include/qfeatures.h \
@@ -92,11 +92,11 @@
/usr/include/c++/3.4/bits/stl_multimap.h /usr/X11R6//include/qptrlist.h \
/usr/X11R6//include/qglist.h /usr/X11R6//include/qptrcollection.h \
/usr/X11R6//include/qdom.h /usr/X11R6//include/qvaluelist.h \
- /usr/local/include/kdelibs_export.h /usr/local/include/kdemacros.h \
- /usr/X11R6//include/qglobal.h /usr/local/include/kxmlguiclient.h \
+ /usr/X11R6//include/kdelibs_export.h /usr/X11R6//include/kdemacros.h \
+ /usr/X11R6//include/qglobal.h /usr/X11R6//include/kxmlguiclient.h \
/usr/X11R6//include/qmap.h /usr/X11R6//include/qstringlist.h \
/usr/X11R6//include/qstrlist.h /usr/X11R6//include/qptrlist.h \
- /usr/local/include/kxmlguibuilder.h /usr/X11R6//include/qmainwindow.h \
+ /usr/X11R6//include/kxmlguibuilder.h /usr/X11R6//include/qmainwindow.h \
/usr/X11R6//include/qwidget.h /usr/X11R6//include/qobject.h \
/usr/X11R6//include/qpaintdevice.h /usr/X11R6//include/qpalette.h \
/usr/X11R6//include/qcolor.h /usr/X11R6//include/qstringlist.h \
@@ -105,20 +105,20 @@
/usr/X11R6//include/qsizepolicy.h /usr/X11R6//include/qtoolbar.h \
/usr/X11R6//include/qdockwindow.h /usr/X11R6//include/qframe.h \
/usr/X11R6//include/qmetaobject.h /usr/X11R6//include/qconnection.h \
- /usr/local/include/ktoolbar.h /usr/X11R6//include/qtoolbar.h \
+ /usr/X11R6//include/ktoolbar.h /usr/X11R6//include/qtoolbar.h \
/usr/X11R6//include/qcombobox.h /usr/X11R6//include/qguardedptr.h \
/usr/X11R6//include/qframe.h /usr/X11R6//include/qiconset.h \
- /usr/X11R6//include/qpixmap.h /usr/local/include/kglobal.h \
- /usr/local/include/kdelibs_export.h /usr/local/include/kinstance.h \
- /usr/X11R6//include/qstring.h /usr/local/include/kapplication.h \
- /usr/local/include/kdeversion.h /usr/X11R6//include/qapplication.h \
+ /usr/X11R6//include/qpixmap.h /usr/X11R6//include/kglobal.h \
+ /usr/X11R6//include/kdelibs_export.h /usr/X11R6//include/kinstance.h \
+ /usr/X11R6//include/qstring.h /usr/X11R6//include/kapplication.h \
+ /usr/X11R6//include/kdeversion.h /usr/X11R6//include/qapplication.h \
/usr/X11R6//include/qdesktopwidget.h /usr/X11R6//include/qasciidict.h \
/usr/X11R6//include/qgdict.h /usr/X11R6//include/qtranslator.h \
- /usr/X11R6//include/qpixmap.h /usr/local/include/kuniqueapplication.h \
- /usr/local/include/dcopobject.h /usr/local/include/kdatastream.h \
- /usr/X11R6//include/qdatastream.h /usr/local/include/kaboutdata.h \
- /usr/X11R6//include/qimage.h /usr/local/include/klocale.h \
- /usr/local/include/kcmdlineargs.h /usr/local/include/kurl.h \
+ /usr/X11R6//include/qpixmap.h /usr/X11R6//include/kuniqueapplication.h \
+ /usr/X11R6//include/dcopobject.h /usr/X11R6//include/kdatastream.h \
+ /usr/X11R6//include/qdatastream.h /usr/X11R6//include/kaboutdata.h \
+ /usr/X11R6//include/qimage.h /usr/X11R6//include/klocale.h \
+ /usr/X11R6//include/kcmdlineargs.h /usr/X11R6//include/kurl.h \
/usr/X11R6//include/qtranslator.h /usr/X11R6//include/qdesktopwidget.h \
/usr/X11R6//include/qtextcodec.h
@@ -126,9 +126,9 @@
../config.h:
-/usr/local/include/kmainwindow.h:
+/usr/X11R6//include/kmainwindow.h:
-/usr/local/include/kxmlguifactory.h:
+/usr/X11R6//include/kxmlguifactory.h:
/usr/X11R6//include/qobject.h:
@@ -438,13 +438,13 @@
/usr/X11R6//include/qvaluelist.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kdemacros.h:
+/usr/X11R6//include/kdemacros.h:
/usr/X11R6//include/qglobal.h:
-/usr/local/include/kxmlguiclient.h:
+/usr/X11R6//include/kxmlguiclient.h:
/usr/X11R6//include/qmap.h:
@@ -454,7 +454,7 @@
/usr/X11R6//include/qptrlist.h:
-/usr/local/include/kxmlguibuilder.h:
+/usr/X11R6//include/kxmlguibuilder.h:
/usr/X11R6//include/qmainwindow.h:
@@ -490,7 +490,7 @@
/usr/X11R6//include/qconnection.h:
-/usr/local/include/ktoolbar.h:
+/usr/X11R6//include/ktoolbar.h:
/usr/X11R6//include/qtoolbar.h:
@@ -504,17 +504,17 @@
/usr/X11R6//include/qpixmap.h:
-/usr/local/include/kglobal.h:
+/usr/X11R6//include/kglobal.h:
-/usr/local/include/kdelibs_export.h:
+/usr/X11R6//include/kdelibs_export.h:
-/usr/local/include/kinstance.h:
+/usr/X11R6//include/kinstance.h:
/usr/X11R6//include/qstring.h:
-/usr/local/include/kapplication.h:
+/usr/X11R6//include/kapplication.h:
-/usr/local/include/kdeversion.h:
+/usr/X11R6//include/kdeversion.h:
/usr/X11R6//include/qapplication.h:
@@ -528,23 +528,23 @@
/usr/X11R6//include/qpixmap.h:
-/usr/local/include/kuniqueapplication.h:
+/usr/X11R6//include/kuniqueapplication.h:
-/usr/local/include/dcopobject.h:
+/usr/X11R6//include/dcopobject.h:
-/usr/local/include/kdatastream.h:
+/usr/X11R6//include/kdatastream.h:
/usr/X11R6//include/qdatastream.h:
-/usr/local/include/kaboutdata.h:
+/usr/X11R6//include/kaboutdata.h:
/usr/X11R6//include/qimage.h:
-/usr/local/include/klocale.h:
+/usr/X11R6//include/klocale.h:
-/usr/local/include/kcmdlineargs.h:
+/usr/X11R6//include/kcmdlineargs.h:
-/usr/local/include/kurl.h:
+/usr/X11R6//include/kurl.h:
/usr/X11R6//include/qtranslator.h:
Modified: pcbsd/trunk/ethernetconfig/src/Makefile
===================================================================
--- pcbsd/trunk/ethernetconfig/src/Makefile 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/Makefile 2008-05-07 10:55:47 UTC (rev 1850)
@@ -37,9 +37,9 @@
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = i386-unknown-freebsd6.1
-host_triplet = i386-unknown-freebsd6.1
-target_triplet = i386-unknown-freebsd6.1
+build_triplet = i386-unknown-freebsd6.3
+host_triplet = i386-unknown-freebsd6.3
+target_triplet = i386-unknown-freebsd6.3
bin_PROGRAMS = ethernetconfig$(EXEEXT)
subdir = src
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
@@ -115,7 +115,7 @@
AUTODIRS =
AUTOHEADER = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader
AUTOMAKE = ${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9
-AWK = nawk
+AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O2
@@ -155,7 +155,7 @@
KDECONFIG = /usr/local/bin/kde-config
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir)
KDE_EXTRA_RPATH =
-KDE_INCLUDES = -I/usr/local/include
+KDE_INCLUDES =
KDE_LDFLAGS = -L/usr/local/lib
KDE_MT_LDFLAGS =
KDE_MT_LIBS = -lpthread
@@ -177,9 +177,9 @@
LIBCOMPAT = -lcompat
LIBCRYPT = -lcrypt
LIBDL =
-LIBJPEG =
+LIBJPEG = -ljpeg
LIBOBJS =
-LIBPNG =
+LIBPNG = -lpng -lz -lm
LIBPTHREAD = -lpthread
LIBRESOLV =
LIBS =
@@ -256,15 +256,15 @@
XMKMF = @XMKMF@
XMLLINT = /usr/local/bin/xmllint
X_EXTRA_LIBS =
-X_INCLUDES = -I/usr/X11R6/include
-X_LDFLAGS = -L/usr/X11R6/lib
+X_INCLUDES = -I/usr/local/include
+X_LDFLAGS = -L/usr/local/lib
X_PRE_LIBS =
X_RPATH = -R $(x_libraries)
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_F77 = f77
-all_includes = -I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include
-all_libraries = -L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib
+all_includes = -I/usr/X11R6//include -I/usr/local/include
+all_libraries = -L/usr/X11R6//lib -L/usr/local/lib
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
@@ -275,20 +275,20 @@
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
-build = i386-unknown-freebsd6.1
+build = i386-unknown-freebsd6.3
build_alias =
build_cpu = i386
-build_os = freebsd6.1
+build_os = freebsd6.3
build_vendor = unknown
datadir = ${prefix}/share
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = ${prefix}
-host = i386-unknown-freebsd6.1
+host = i386-unknown-freebsd6.3
host_alias =
host_cpu = i386
-host_os = freebsd6.1
+host_os = freebsd6.3
host_vendor = unknown
htmldir = @htmldir@
include_ARTS_FALSE = #
@@ -337,15 +337,15 @@
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
-target = i386-unknown-freebsd6.1
+target = i386-unknown-freebsd6.3
target_alias =
target_cpu = i386
-target_os = freebsd6.1
+target_os = freebsd6.3
target_vendor = unknown
unsermake_enable_pch_FALSE =
unsermake_enable_pch_TRUE = #
-x_includes = /usr/X11R6/include
-x_libraries = /usr/X11R6/lib
+x_includes = /usr/local/include
+x_libraries = /usr/local/lib
xdg_appsdir = ${datadir}/applications/kde
xdg_directorydir = ${datadir}/desktop-directories
xdg_menudir = ${sysconfdir}/xdg/menus
@@ -719,6 +719,7 @@
+
#>+ 3
ethernetconfigwidget.moc: $(srcdir)/ethernetconfigwidget.h
$(MOC) $(srcdir)/ethernetconfigwidget.h -o ethernetconfigwidget.moc
@@ -738,7 +739,7 @@
-rm -f ethernetconfigwidget.moc ethernetconfig.moc
#>+ 2
-KDE_DIST=ethernetconfigwidget.h ethernetconfig Makefile.in hi16-app-ethernetconfig.png ethernetconfigui.rc ethernetconfig.desktop ethernetconfig.lsm ethernetconfigwidgetbase.h network_local.png hi32-app-ethernetconfig.png Makefile.am ethernetconfigwidgetbase.ui
+KDE_DIST=ethernetconfigwidget.h ethernetconfig Makefile.in hi16-app-ethernetconfig.png ethernetconfigui.rc ethernetconfigwidgetbase.h ethernetconfig.lsm ethernetconfig.desktop network_local.png hi32-app-ethernetconfig.png Makefile.am ethernetconfigwidgetbase.ui
#>+ 4
clean-ui:
Modified: pcbsd/trunk/ethernetconfig/src/Makefile.in
===================================================================
--- pcbsd/trunk/ethernetconfig/src/Makefile.in 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/Makefile.in 2008-05-07 10:55:47 UTC (rev 1850)
@@ -719,6 +719,7 @@
+
#>+ 3
ethernetconfigwidget.moc: $(srcdir)/ethernetconfigwidget.h
$(MOC) $(srcdir)/ethernetconfigwidget.h -o ethernetconfigwidget.moc
@@ -738,7 +739,7 @@
-rm -f ethernetconfigwidget.moc ethernetconfig.moc
#>+ 2
-KDE_DIST=ethernetconfigwidget.h ethernetconfig Makefile.in hi16-app-ethernetconfig.png ethernetconfigui.rc ethernetconfig.desktop ethernetconfig.lsm ethernetconfigwidgetbase.h network_local.png hi32-app-ethernetconfig.png Makefile.am ethernetconfigwidgetbase.ui
+KDE_DIST=ethernetconfigwidget.h ethernetconfig Makefile.in hi16-app-ethernetconfig.png ethernetconfigui.rc ethernetconfigwidgetbase.h ethernetconfig.lsm ethernetconfig.desktop network_local.png hi32-app-ethernetconfig.png Makefile.am ethernetconfigwidgetbase.ui
#>+ 4
clean-ui:
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfig
===================================================================
(Binary files differ)
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfig.h
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfig.h 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfig.h 2008-05-07 10:55:47 UTC (rev 1850)
@@ -45,8 +45,8 @@
* Default Constructor
*/
ethernetconfig();
- void ethernetconfig::setDevice(QString Device);
- void ethernetconfig::showInfo();
+ void setDevice(QString Device);
+ void showInfo();
/**
* Default Destructor
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfig.moc
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfig.moc 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfig.moc 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,8 +1,8 @@
/****************************************************************************
** ethernetconfig meta object code from reading C++ file 'ethernetconfig.h'
**
-** Created: Tue Aug 21 15:41:45 2007
-** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.6 edited Mar 8 17:43 $)
+** Created: Wed May 7 11:51:11 2008
+** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
@@ -14,7 +14,7 @@
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
-#error "This file was generated using the moc from 3.3.6. It"
+#error "This file was generated using the moc from 3.3.8. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.moc
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.moc 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidget.moc 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,8 +1,8 @@
/****************************************************************************
** ethernetconfigWidget meta object code from reading C++ file 'ethernetconfigwidget.h'
**
-** Created: Tue Aug 21 15:41:52 2007
-** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.6 edited Mar 8 17:43 $)
+** Created: Wed May 7 11:51:15 2008
+** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
@@ -14,7 +14,7 @@
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
-#error "This file was generated using the moc from 3.3.6. It"
+#error "This file was generated using the moc from 3.3.8. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.cpp
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.cpp 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.cpp 2008-05-07 10:55:47 UTC (rev 1850)
@@ -3,8 +3,8 @@
/****************************************************************************
** Form implementation generated from reading ui file './ethernetconfigwidgetbase.ui'
**
-** Created: Tue Aug 21 15:42:00 2007
-** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $)
+** Created: Wed May 7 11:51:22 2008
+** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.h
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.h 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.h 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,8 +1,8 @@
/****************************************************************************
** Form interface generated from reading ui file './ethernetconfigwidgetbase.ui'
**
-** Created: Tue Aug 21 15:41:45 2007
-** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $)
+** Created: Wed May 7 11:51:11 2008
+** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
Modified: pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.moc
===================================================================
--- pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.moc 2008-05-06 19:56:15 UTC (rev 1849)
+++ pcbsd/trunk/ethernetconfig/src/ethernetconfigwidgetbase.moc 2008-05-07 10:55:47 UTC (rev 1850)
@@ -1,8 +1,8 @@
/****************************************************************************
** ethernetconfigWidgetBase meta object code from reading C++ file 'ethernetconfigwidgetbase.h'
**
-** Created: Tue Aug 21 15:42:00 2007
-** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.6 edited Mar 8 17:43 $)
+** Created: Wed May 7 11:51:22 2008
+** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
@@ -14,7 +14,7 @@
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
-#error "This file was generated using the moc from 3.3.6. It"
+#error "This file was generated using the moc from 3.3.8. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
More information about the Commits
mailing list