From lioux at FreeBSD.org Sun Mar 1 11:59:46 2009 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Sun Mar 1 11:59:55 2009 Subject: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Message-ID: <20090301195918.23826.qmail@exxodus.fedaykin.here> >Submitter-Id: current-users >Originator: Mario Sergio Fujikawa Ferreira >Organization: >Confidential: no >Synopsis: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-STABLE i386 >Environment: System: FreeBSD exxodus.fedaykin.here 7.1-STABLE FreeBSD 7.1-STABLE #57: Tue Feb 24 03:51:58 BRT 2009 >Description: - Add WITH_PGO to build with Profile-Guided Optimization Added file(s): - files/mozconfig-profile_guided_optimization.in Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- firefox-3.0.6,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/firefox3/Makefile,v retrieving revision 1.12 diff -d -u -u -r1.12 Makefile --- Makefile 11 Feb 2009 14:48:35 -0000 1.12 +++ Makefile 1 Mar 2009 19:57:43 -0000 @@ -53,6 +53,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \ NEWTAB "Open external links in a new tab" on \ + PGO "Enable Profile-Guided Optimization" off \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -72,6 +73,14 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif +.if defined(WITH_PGO) +USE_PYTHON_BUILD= yes +.include "${PORTSDIR}/Mk/bsd.python.mk" + +MAKEFILE=client.mk +ALL_TARGET=profiledbuild +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif @@ -100,6 +109,13 @@ ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s) .endif +pre-build: +.if defined(WITH_PGO) + @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ + <${FILESDIR}/mozconfig-profile_guided_optimization.in \ + >> ${BUILD_WRKSRC}/.mozconfig +.endif + port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} Index: files/mozconfig-profile_guided_optimization.in =================================================================== RCS file: files/mozconfig-profile_guided_optimization.in diff -N files/mozconfig-profile_guided_optimization.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/mozconfig-profile_guided_optimization.in 1 Mar 2009 19:57:43 -0000 @@ -0,0 +1 @@ +mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ $(OBJDIR)/_profile/pgo/profileserver.py' --- firefox-3.0.6,1.patch ends here --- From edwin at FreeBSD.org Sun Mar 1 12:00:34 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Mar 1 12:00:40 2009 Subject: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Message-ID: <200903012000.n21K0VVQ017353@freefall.freebsd.org> Synopsis: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 1 20:00:31 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132231 From claus at colocall.net Mon Mar 2 01:20:55 2009 From: claus at colocall.net (Victor A. Savinoff) Date: Mon Mar 2 01:21:02 2009 Subject: port x11-toolkits/gtk20 build error Message-ID: <20090302091021.GE93467@colocall.net> Greetings, While building a port x11-toolkits/gtk20 I get such error: > cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -D_THREAD_SAFE -I/usr/local/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o > gdkdrawable-x11.c:32:24: error: cairo-xlib.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > gdkdrawable-x11.c: In function '_gdk_x11_drawable_update_size': > gdkdrawable-x11.c:238: warning: implicit declaration of function 'cairo_xlib_surface_set_size' > gdkdrawable-x11.c: In function 'gdk_x11_ref_cairo_surface': > gdkdrawable-x11.c:1469: warning: implicit declaration of function 'cairo_xlib_surface_create' > gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer without a cast > gdkdrawable-x11.c:1474: warning: implicit declaration of function 'cairo_xlib_surface_create_for_bitmap' > gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer without a cast > gmake[4]: *** [gdkdrawable-x11.lo] Error 1 > gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk/x11' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7' > gmake: *** [all] Error 2 > *** Error code 2 Looks like missing dependency to graphics/cairo -- WBR, Victor A. "Claus" Savinoff ColoCALL Support team From bugmaster at FreeBSD.org Mon Mar 2 03:07:34 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 2 03:11:15 2009 Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org Message-ID: <200903021106.n22B6qe9057303@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From bugmaster at FreeBSD.org Mon Mar 2 03:07:53 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 2 03:13:02 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200903021107.n22B7AZQ057645@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/132231 gnome [PATCH] www/firefox: Add option to build with Profile- o ports/131870 gnome databases/libgda2: Sybase backend doesn't get installe o ports/131769 gnome upgrade ports/converters/libiconv o ports/131627 gnome gnome/hal CDROM mounting still doesn't work for me o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU o ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/130503 gnome security/seahorse: won't build with certain options di o ports/130187 gnome [PATCH] irc/xchat switch to USE_TCL o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve a ports/128826 gnome sysutils/hal: hald-addon-mouse-sysmouse runs fstat to o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 24 problems total. From erwin at FreeBSD.org Mon Mar 2 04:10:06 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Mar 2 04:10:24 2009 Subject: [ports-i386@FreeBSD.org: libvolume_id-0.81.0 failed on i386 8] Message-ID: <20090302120958.GR38183@droso.net> FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Mon, 2 Mar 2009 11:48:23 GMT From: User Ports-i386 To: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: libvolume_id-0.81.0 failed on i386 8 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20090302075514/libvolume_id-0.81.0.log building libvolume_id-0.81.0 on gohan52.freebsd.org in directory /x/tmp/8/20090302075514/chroot/98 building for: 8.0-CURRENT i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/devel/libvolume_id Makefile ident: $FreeBSD: ports/devel/libvolume_id/Makefile,v 1.7 2008/07/25 09:38:42 pav Exp $ build started at Mon Mar 2 11:47:18 UTC 2009 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=gettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz pkg-config-0.23_1.tbz RUN_DEPENDS=pkg-config-0.23_1.tbz prefixes: LOCALBASE=usr/local X11BASE=usr/local add_pkg ================================================================ ======================================== => libvolume_id-0.81.0.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. libvolume_id-0.81.0.tar.bz2 22 kB 627 kBps => MD5 Checksum OK for libvolume_id-0.81.0.tar.bz2. => SHA256 Checksum OK for libvolume_id-0.81.0.tar.bz2. ================================================================ ======================================== add_pkg ===> Extracting for libvolume_id-0.81.0 => MD5 Checksum OK for libvolume_id-0.81.0.tar.bz2. => SHA256 Checksum OK for libvolume_id-0.81.0.tar.bz2. ================================================================ ======================================== add_pkg ===> Patching for libvolume_id-0.81.0 ================================================================ ======================================== add_pkg gettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz pkg-config-0.23_1.tbz adding dependencies pkg_add gettext-0.17_1.tbz pkg_add gmake-3.81_3.tbz pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add pkg-config-0.23_1.tbz ===> libvolume_id-0.81.0 depends on executable: gmake - found ===> libvolume_id-0.81.0 depends on executable: pkg-config - found ===> Configuring for libvolume_id-0.81.0 ===> Building for libvolume_id-0.81.0 echo " CC " ext.o CC ext.o echo " CC " fat.o CC fat.o echo " CC " hfs.o CC hfs.o echo " CC " highpoint.o CC highpoint.o echo " CC " isw_raid.o CC isw_raid.o echo " CC " lsi_raid.o CC lsi_raid.o echo " CC " via_raid.o CC via_raid.o echo " CC " silicon_raid.o CC silicon_raid.o echo " CC " nvidia_raid.o CC nvidia_raid.o echo " CC " promise_raid.o CC promise_raid.o echo " CC " adaptec_raid.o CC adaptec_raid.o echo " CC " jmicron_raid.o CC jmicron_raid.o echo " CC " ddf_raid.o CC ddf_raid.o echo " CC " iso9660.o CC iso9660.o echo " CC " jfs.o CC jfs.o echo " CC " linux_raid.o CC linux_raid.o echo " CC " linux_swap.o CC linux_swap.o echo " CC " lvm.o CC lvm.o echo " CC " ntfs.o CC ntfs.o echo " CC " reiserfs.o CC reiserfs.o echo " CC " udf.o CC udf.o echo " CC " ufs.o CC ufs.o echo " CC " xfs.o CC xfs.o echo " CC " cramfs.o CC cramfs.o echo " CC " hpfs.o CC hpfs.o echo " CC " romfs.o CC romfs.o echo " CC " sysv.o CC sysv.o echo " CC " minix.o CC minix.o echo " CC " gfs.o CC gfs.o echo " CC " luks.o CC luks.o echo " CC " ocfs.o CC ocfs.o echo " CC " vxfs.o CC vxfs.o echo " CC " squashfs.o CC squashfs.o echo " CC " netware.o CC netware.o echo " CC " volume_id.o CC volume_id.o echo " CC " util.o CC util.o util.c:33: error: static declaration of 'strnlen' follows non-static declaration /usr/include/string.h:103: error: previous declaration of 'strnlen' was here gmake: *** [util.o] Error 1 *** Error code 2 Stop in /a/ports/devel/libvolume_id. ================================================================ build of /usr/ports/devel/libvolume_id ended at Mon Mar 2 11:48:15 UTC 2009 ----- End forwarded message ----- -- Erwin Lansing http://droso.org Prediction is very difficult erwin@FreeBSD.org especially about the future erwin@aauug.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090302/60370a3b/attachment.pgp From josemi at freebsd.jazztel.es Mon Mar 2 16:55:45 2009 From: josemi at freebsd.jazztel.es (Jose M Rodriguez) Date: Mon Mar 2 16:55:50 2009 Subject: xorg-server can't load usb keyboards via config/hal Message-ID: <200903030039.n230dfYk083990@redesjm.local> >Submitter-Id: current-users >Originator: Jose M Rodriguez >Organization: Redes JM >Confidential: no >Synopsis: xorg-server can't load usb keyboards via config/hal >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 7.1-RELEASE-p3 i386 >Environment: System: FreeBSD hermes 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar 2 03:34:41 CET 2009 root@hermes:/usr/obj/usr/src/sys/HERMES i386 machine only with usb keyboard kernel build without atkbd / kbdmux devices >Description: xorg-server can't load usb keyboards via config/hal. It fails at device open, as hal have a device key. This is not noticeable in an stock system. The presence of an atkbd without a hal device key makes xorg-server load the module. Seems that xorg-server keyboard is not device oriented and hal must not have a device key for usb keyboard >How-To-Repeat: You can see this on the Xorg logs. In systems without kernel atkbd device, xorg-server can't get a functional keyboad >Fix: Don't add a device key for usb keyborads, as is done for at ones (PS/2) - hf_device_set_input(device, "keyboard", devname); + hf_device_set_input(device, "keyboard", NULL); --- pr.patch begins here --- --- sysutils/hal/files/patch-hald_freebsd_hf-usb.c.old 2009-03-02 15:34:52.000000000 +0100 +++ sysutils/hal/files/patch-hald_freebsd_hf-usb.c 2009-03-02 04:27:23.000000000 +0100 @@ -1,5 +1,5 @@ ---- hald/freebsd/hf-usb.c.orig 2008-05-07 19:24:02.000000000 -0400 -+++ hald/freebsd/hf-usb.c 2009-02-27 14:01:46.000000000 -0500 +--- hald/freebsd/hf-usb.c.orig 2008-05-08 01:24:02.000000000 +0200 ++++ hald/freebsd/hf-usb.c 2009-03-02 04:23:32.000000000 +0100 @@ -25,13 +25,18 @@ # include #endif @@ -31,7 +31,7 @@ typedef struct { -@@ -231,7 +241,7 @@ hf_usb_get_full_config_descriptor (int f +@@ -231,7 +241,7 @@ * Adapted from usb_compute_udi() in linux2/physdev.c and * usbclass_compute_udi() in linux2/classdev.c. */ @@ -40,7 +40,7 @@ hf_usb_device_compute_udi (HalDevice *device) { g_return_if_fail(HAL_IS_DEVICE(device)); -@@ -250,12 +260,13 @@ hf_usb_device_compute_udi (HalDevice *de +@@ -250,12 +260,13 @@ hf_device_set_udi(device, "usb_device_%x_%x_%s", hal_device_property_get_int(device, "usb_device.vendor_id"), hal_device_property_get_int(device, "usb_device.product_id"), @@ -56,7 +56,16 @@ hf_usb_add_webcam_properties (HalDevice *device) { int unit; -@@ -575,6 +586,8 @@ hf_usb_probe_device (HalDevice *parent, +@@ -424,7 +435,7 @@ + hf_devtree_device_set_name(device, di->udi_devnames[0]); + + if ((devname = hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ +- hf_device_set_input(device, "keyboard", devname); ++ hf_device_set_input(device, "keyboard", NULL); + else if ((devname = hf_usb_get_devname(di, "ums"))) /* USB mouse */ + hf_device_set_input(device, "mouse", devname); + else if ((devname = hf_usb_get_devname(di, "uhid"))) /* UHID device */ +@@ -575,6 +586,8 @@ { if (hal_device_has_capability(device, "hiddev")) hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); @@ -65,7 +74,7 @@ hf_device_add(device); } -@@ -633,9 +646,18 @@ hf_usb_privileged_init (void) +@@ -633,9 +646,18 @@ { int i; --- pr.patch ends here --- From dylan.leigh at rmit.edu.au Mon Mar 2 18:51:41 2009 From: dylan.leigh at rmit.edu.au (Dylan Leigh) Date: Mon Mar 2 18:51:53 2009 Subject: kern/132172: [panic] Page fault panic in scioctl and console-kit-daemon (port: sysutils/consolekit on 6.4-STABLE) In-Reply-To: <200902271740.n1RHecrC067676@freefall.freebsd.org> Message-ID: <20090303022159.GA23405@cs.rmit.edu.au> Just reporting that I also had this problem (running consolekit daemon instantly causes a Fatal Trap 12 kernel panic), a few weeks ago. I haven't been able to debug it properly yet as it's hard to get physical access to the machine. Also running 6.4-STABLE on amd64. From rnoland at FreeBSD.org Mon Mar 2 19:17:19 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Mon Mar 2 19:17:25 2009 Subject: xorg-server can't load usb keyboards via config/hal In-Reply-To: <200903030039.n230dfYk083990@redesjm.local> References: <200903030039.n230dfYk083990@redesjm.local> Message-ID: <1236050227.1384.3.camel@widget.2hip.net> On Tue, 2009-03-03 at 01:39 +0100, Jose M Rodriguez wrote: > >Submitter-Id: current-users > >Originator: Jose M Rodriguez > >Organization: Redes JM > >Confidential: no > >Synopsis: xorg-server can't load usb keyboards via config/hal > >Severity: serious > >Priority: medium > >Category: ports > >Class: sw-bug > >Release: FreeBSD 7.1-RELEASE-p3 i386 > >Environment: > System: FreeBSD hermes 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar 2 03:34:41 CET 2009 root@hermes:/usr/obj/usr/src/sys/HERMES i386 > > machine only with usb keyboard > kernel build without atkbd / kbdmux devices > > >Description: > xorg-server can't load usb keyboards via config/hal. > It fails at device open, as hal have a device key. > > This is not noticeable in an stock system. > The presence of an atkbd without a hal device key > makes xorg-server load the module. > > Seems that xorg-server keyboard is not device oriented > and hal must not have a device key for usb keyboard > > >How-To-Repeat: > You can see this on the Xorg logs. > In systems without kernel atkbd device, xorg-server > can't get a functional keyboad > > >Fix: > Don't add a device key for usb keyborads, as is done > for at ones (PS/2) > > - hf_device_set_input(device, "keyboard", devname); > + hf_device_set_input(device, "keyboard", NULL); > This appears to be correct, though incomplete. It doesn't address usb2, but I fixed that up. The keyboard driver does have the ability to open character devices, but in our case syscons always takes control of the device nodes. This will likely also fix the cases where people set keyboard options in fdi files on usb keyboards. robert. > --- pr.patch begins here --- > --- sysutils/hal/files/patch-hald_freebsd_hf-usb.c.old 2009-03-02 15:34:52.000000000 +0100 > +++ sysutils/hal/files/patch-hald_freebsd_hf-usb.c 2009-03-02 04:27:23.000000000 +0100 > @@ -1,5 +1,5 @@ > ---- hald/freebsd/hf-usb.c.orig 2008-05-07 19:24:02.000000000 -0400 > -+++ hald/freebsd/hf-usb.c 2009-02-27 14:01:46.000000000 -0500 > +--- hald/freebsd/hf-usb.c.orig 2008-05-08 01:24:02.000000000 +0200 > ++++ hald/freebsd/hf-usb.c 2009-03-02 04:23:32.000000000 +0100 > @@ -25,13 +25,18 @@ > # include > #endif > @@ -31,7 +31,7 @@ > > typedef struct > { > -@@ -231,7 +241,7 @@ hf_usb_get_full_config_descriptor (int f > +@@ -231,7 +241,7 @@ > * Adapted from usb_compute_udi() in linux2/physdev.c and > * usbclass_compute_udi() in linux2/classdev.c. > */ > @@ -40,7 +40,7 @@ > hf_usb_device_compute_udi (HalDevice *device) > { > g_return_if_fail(HAL_IS_DEVICE(device)); > -@@ -250,12 +260,13 @@ hf_usb_device_compute_udi (HalDevice *de > +@@ -250,12 +260,13 @@ > hf_device_set_udi(device, "usb_device_%x_%x_%s", > hal_device_property_get_int(device, "usb_device.vendor_id"), > hal_device_property_get_int(device, "usb_device.product_id"), > @@ -56,7 +56,16 @@ > hf_usb_add_webcam_properties (HalDevice *device) > { > int unit; > -@@ -575,6 +586,8 @@ hf_usb_probe_device (HalDevice *parent, > +@@ -424,7 +435,7 @@ > + hf_devtree_device_set_name(device, di->udi_devnames[0]); > + > + if ((devname = hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ > +- hf_device_set_input(device, "keyboard", devname); > ++ hf_device_set_input(device, "keyboard", NULL); > + else if ((devname = hf_usb_get_devname(di, "ums"))) /* USB mouse */ > + hf_device_set_input(device, "mouse", devname); > + else if ((devname = hf_usb_get_devname(di, "uhid"))) /* UHID device */ > +@@ -575,6 +586,8 @@ > { > if (hal_device_has_capability(device, "hiddev")) > hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); > @@ -65,7 +74,7 @@ > > hf_device_add(device); > } > -@@ -633,9 +646,18 @@ hf_usb_privileged_init (void) > +@@ -633,9 +646,18 @@ > { > int i; > > --- pr.patch ends here --- > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090303/06ad1c99/attachment.pgp From marcus at FreeBSD.org Mon Mar 2 19:34:19 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 19:34:24 2009 Subject: ports/131870: databases/libgda2: Sybase backend doesn't get installed Message-ID: <200903030334.n233YH2P028222@freefall.freebsd.org> Synopsis: databases/libgda2: Sybase backend doesn't get installed State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:34:01 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=131870 From marcus at FreeBSD.org Mon Mar 2 19:37:51 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 19:37:58 2009 Subject: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU Message-ID: <200903030337.n233bo8x028299@freefall.freebsd.org> Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU State-Changed-From-To: analyzed->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:37:27 UTC 2009 State-Changed-Why: This should now be fixed in recent versions of hal. http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 From marcus at FreeBSD.org Mon Mar 2 19:39:10 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 19:39:16 2009 Subject: ports/131075: [update] lang/vala version 0.4.0 to 0.5.6 Message-ID: <200903030339.n233d9bg028456@freefall.freebsd.org> Synopsis: [update] lang/vala version 0.4.0 to 0.5.6 State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:38:29 UTC 2009 State-Changed-Why: Vala has been updated to 0.5.7 in MarcusCom CVS. It will be added to the ports tree when GNOME 2.26 is released. http://www.freebsd.org/cgi/query-pr.cgi?pr=131075 From dfilter at FreeBSD.ORG Mon Mar 2 19:40:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Mar 2 19:40:13 2009 Subject: ports/131870: commit references a PR Message-ID: <200903030340.n233e4xT028561@freefall.freebsd.org> The following reply was made to PR ports/131870; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131870: commit references a PR Date: Tue, 3 Mar 2009 03:34:00 +0000 (UTC) marcus 2009-03-03 03:33:51 UTC FreeBSD ports repository Modified files: databases/libgda2 Makefile Log: Remove Sybase support as it is Linux-only. PR: 131870 Submitted by: Scot Hetzel Revision Changes Path 1.87 +5 -3 ports/databases/libgda2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From marcus at FreeBSD.org Mon Mar 2 19:41:24 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 19:41:30 2009 Subject: ports/121670: [PATCH] Update converters/libiconv to 1.12 Message-ID: <200903030341.n233fNpb035350@freefall.freebsd.org> Synopsis: [PATCH] Update converters/libiconv to 1.12 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:40:29 UTC 2009 State-Changed-Why: Thanks for the submission, but 131769 includes a patch to address the GPLv3 issues. We'll address the upgrade as part of 131769. http://www.freebsd.org/cgi/query-pr.cgi?pr=121670 From marcus at FreeBSD.org Mon Mar 2 19:58:24 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 19:58:31 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me Message-ID: <200903030358.n233wNgK042351@freefall.freebsd.org> Synopsis: gnome/hal CDROM mounting still doesn't work for me State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 State-Changed-Why: Is this still a problem with the latest hal? http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 From marcus at FreeBSD.org Mon Mar 2 20:06:26 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 20:06:33 2009 Subject: ports/130503: security/seahorse: won't build with certain options disabled Message-ID: <200903030406.n2346NZ5049427@freefall.freebsd.org> Synopsis: security/seahorse: won't build with certain options disabled State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 04:06:02 UTC 2009 State-Changed-Why: This should now be fixed. The HKP component is now mandatory. http://www.freebsd.org/cgi/query-pr.cgi?pr=130503 From dfilter at FreeBSD.ORG Mon Mar 2 20:10:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Mar 2 20:10:15 2009 Subject: ports/130503: commit references a PR Message-ID: <200903030410.n234A3fC049532@freefall.freebsd.org> The following reply was made to PR ports/130503; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130503: commit references a PR Date: Tue, 3 Mar 2009 04:05:56 +0000 (UTC) marcus 2009-03-03 04:05:46 UTC FreeBSD ports repository Modified files: security/seahorse Makefile Log: Make the HKP interface mandatory. PR: 130503 Revision Changes Path 1.74 +2 -8 ports/security/seahorse/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From marcus at FreeBSD.org Mon Mar 2 20:11:29 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Mon Mar 2 20:11:34 2009 Subject: ports/130187: [PATCH] irc/xchat switch to USE_TCL Message-ID: <200903030411.n234BStK056361@freefall.freebsd.org> Synopsis: [PATCH] irc/xchat switch to USE_TCL State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 04:11:17 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=130187 From dfilter at FreeBSD.ORG Mon Mar 2 20:20:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Mar 2 20:20:10 2009 Subject: ports/130187: commit references a PR Message-ID: <200903030420.n234K4AF057704@freefall.freebsd.org> The following reply was made to PR ports/130187; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130187: commit references a PR Date: Tue, 3 Mar 2009 04:11:28 +0000 (UTC) marcus 2009-03-03 04:11:13 UTC FreeBSD ports repository Modified files: irc/xchat Makefile Log: * Switch to USE_TCL infrastructure * Add support for tcl85 PR: 130187 Submitted by: mm Revision Changes Path 1.142 +5 -4 ports/irc/xchat/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From areilly at bigpond.net.au Mon Mar 2 22:03:59 2009 From: areilly at bigpond.net.au (Andrew Reilly) Date: Mon Mar 2 22:04:06 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me In-Reply-To: <200903030358.n233wNgK042351@freefall.freebsd.org> References: <200903030358.n233wNgK042351@freefall.freebsd.org> Message-ID: <20090303151939.4a68ef27@duncan.reilly.home> Hi Marcus, On Tue, 3 Mar 2009 03:58:23 GMT marcus@FreeBSD.org wrote: > Synopsis: gnome/hal CDROM mounting still doesn't work for me > > State-Changed-From-To: open->feedback > State-Changed-By: marcus > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > State-Changed-Why: > Is this still a problem with the latest hal? I'm running hal-0.5.11_18, and my ports tree was csupped and portmaster -a'd over the weekend. Behaviour of non-mounting CD-ROMs seems exactly the same. That is: I can mount them in the traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and they show up in the "Computer" browser of Nautilus (complete with correct label), but Natuilus won't mount them, even when asked to. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 BTW: probably hal related, and I should check to see whether there's another PR that I can reference: since the upgrade to gnome2-2.24 or there-abouts, I haven't been able to shutdown or reboot with the GUI. I used to be able to with the System->Shutdown menu, but that only offers Hibernate now. I also used to be able to from the GDM login window, but not now, either. So it's back to the command line for that, too... Let me know if there's anything about my setup or configuration that you'd like me to check or change. Cheers, Andrew From marcus at FreeBSD.org Mon Mar 2 23:40:14 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Mar 2 23:40:20 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me In-Reply-To: <20090303151939.4a68ef27@duncan.reilly.home> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> Message-ID: <1236066001.37252.183.camel@shumai.marcuscom.com> On Tue, 2009-03-03 at 15:19 +1100, Andrew Reilly wrote: > Hi Marcus, > > On Tue, 3 Mar 2009 03:58:23 GMT > marcus@FreeBSD.org wrote: > > > Synopsis: gnome/hal CDROM mounting still doesn't work for me > > > > State-Changed-From-To: open->feedback > > State-Changed-By: marcus > > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > > State-Changed-Why: > > Is this still a problem with the latest hal? > > I'm running hal-0.5.11_18, and my ports tree was csupped and > portmaster -a'd over the weekend. Behaviour of non-mounting > CD-ROMs seems exactly the same. That is: I can mount them in the > traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and > they show up in the "Computer" browser of Nautilus (complete with > correct label), but Natuilus won't mount them, even when asked to. > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 > > BTW: probably hal related, and I should check to see whether > there's another PR that I can reference: since the upgrade to > gnome2-2.24 or there-abouts, I haven't been able to shutdown or > reboot with the GUI. I used to be able to with the > System->Shutdown menu, but that only offers Hibernate now. I > also used to be able to from the GDM login window, but not now, > either. So it's back to the command line for that, too... > > Let me know if there's anything about my setup or configuration > that you'd like me to check or change. Try adding: to PolicyKit.conf right after the root entry at the top. Joe > > Cheers, > > Andrew > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090303/c4b7dc51/attachment.pgp From marcus at FreeBSD.org Mon Mar 2 23:41:05 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Mon Mar 2 23:41:11 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me In-Reply-To: <20090303151939.4a68ef27@duncan.reilly.home> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> Message-ID: <1236066059.37252.184.camel@shumai.marcuscom.com> On Tue, 2009-03-03 at 15:19 +1100, Andrew Reilly wrote: > Hi Marcus, > > On Tue, 3 Mar 2009 03:58:23 GMT > marcus@FreeBSD.org wrote: > > > Synopsis: gnome/hal CDROM mounting still doesn't work for me > > > > State-Changed-From-To: open->feedback > > State-Changed-By: marcus > > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > > State-Changed-Why: > > Is this still a problem with the latest hal? > > I'm running hal-0.5.11_18, and my ports tree was csupped and > portmaster -a'd over the weekend. Behaviour of non-mounting > CD-ROMs seems exactly the same. That is: I can mount them in the > traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and > they show up in the "Computer" browser of Nautilus (complete with > correct label), but Natuilus won't mount them, even when asked to. > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 > > BTW: probably hal related, and I should check to see whether > there's another PR that I can reference: since the upgrade to > gnome2-2.24 or there-abouts, I haven't been able to shutdown or > reboot with the GUI. I used to be able to with the > System->Shutdown menu, but that only offers Hibernate now. I > also used to be able to from the GDM login window, but not now, > either. So it's back to the command line for that, too... > > Let me know if there's anything about my setup or configuration > that you'd like me to check or change. Additionally, the group attribute to match is not allowed. You need to pull those out. The only attributes supported are user and action. Joe > > Cheers, > > Andrew > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090303/1342ffb9/attachment.pgp From areilly at bigpond.net.au Tue Mar 3 00:16:13 2009 From: areilly at bigpond.net.au (Andrew Reilly) Date: Tue Mar 3 00:16:19 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me In-Reply-To: <1236066059.37252.184.camel@shumai.marcuscom.com> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> <1236066059.37252.184.camel@shumai.marcuscom.com> Message-ID: <20090303191604.42bdd0e0@duncan.reilly.home> On Tue, 03 Mar 2009 02:40:59 -0500 Joe Marcus Clarke wrote: > Additionally, the group attribute to match is not allowed. You need to > pull those out. The only attributes supported are user and action. Not sure whether the cure was this suggestion or the previous (to put an over-all user="andrew" match straight after root), but the result is that all seems to be as it should be. Thanks! Shame about not having a group match facility: that would mirror the way the operator group works. Cheers, -- Andrew From misterbabel1245.mail at message-business.com Tue Mar 3 06:16:01 2009 From: misterbabel1245.mail at message-business.com (MisterBabel.com) Date: Tue Mar 3 06:16:08 2009 Subject: Offre anniversaire Message-ID: Besoin de traduction? MisterBabel.com 100% en ligne, 100% humain Le meilleur rapport R?activit? / Qualit? / Prix Toutes vos traductions professionnelles, emails, sites Internet, courriers, plaquettes, ... 94% des traductions d?pos?es en ligne en 2008 on ?t? livr?es en moins de 24h R?activit? Traductions professionnelles en ligne 7j/7, 24h/24 Simplicit? En ligne, consultable n'importe o?, n'importe quand Pas de devis gr?ce ? la carte de traduction pr?pay?e Qualit? Tous nos traducteurs sont des professionnels de la traduction Ils sont tous signataires de la CHARTE DE QUALIT? MisterBabel Profitez de notre offre anniversaire : 10 euros offerts Pour tout achat d'un Pack au choix Votre code promo: 1AN (offre valable pour tout premier achat ou toute recharge, valable jusqu'au 31 mars 2009) L'?quipe MisterBabel ? votre service au 08 92 70 12 42 (0,34 euros la minute) ou contact@misterbabel.com Offres non cumulables Si vous ne souhaitez plus recevoir de messages de la part de MisterBabel, cliquez ici ( http://www.omkg.net/D1/QtyyjtI/QiA13wmQr/Qa9Au_RUK1C.aspx ) From marcus at FreeBSD.org Tue Mar 3 09:41:08 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Tue Mar 3 09:41:14 2009 Subject: ports/131627: gnome/hal CDROM mounting still doesn't work for me Message-ID: <200903031741.n23Hf3VQ082965@freefall.freebsd.org> Synopsis: gnome/hal CDROM mounting still doesn't work for me State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 17:40:40 UTC 2009 State-Changed-Why: Problem was a misconfiguration. The group attribute is not valid for the match element. http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 From stas at FreeBSD.org Tue Mar 3 12:36:20 2009 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Mar 3 12:36:27 2009 Subject: [FreeBSD port]: devel/glib20 In-Reply-To: <6161f3180902270234t4d70cae0i900fe470939d0f9d@mail.gmail.com> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <1235598615.3297.60.camel@shumai.marcuscom.com> <20090226171804.8681e79c.stas@FreeBSD.org> <6161f3180902260653x2a6705l69b36c01b41caca0@mail.gmail.com> <20090226223059.9e23c3dc.stas@FreeBSD.org> <6161f3180902270234t4d70cae0i900fe470939d0f9d@mail.gmail.com> Message-ID: <20090303233626.c79881c6.stas@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 27 Feb 2009 12:34:12 +0200 "Andrew W. Nosenko" mentioned: > > No. It just collection of files that included by the '.' (dot) > command of shell into .profile execution chain. Something like > > $ echo 'G_BROKEN_FILENAMES=yes' > /usr/local/etc/profile.d/glib20.sh > $ chmod +x /usr/local/etc/profile.d/glib20.sh > > But I personally would to prefer UTF-8 filenames even when under > koi8-u locale, because it gives highly better interoperability between > desktops (GOME/KDE/XFCE) and users (some uses German at all just for > don't forget this language). This will work only with "sh". > > My personal vote: leave Glib as it is. Everything what you want may > be ahieved just by tuning environment variables. > My point is that system should be consistent. Imagine you had to tune each application with its specific environment variables. Encoding could be extracted from LANG. Every other application uses it. I can't see why gnome apps can not. - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkmtlNEACgkQK/VZk+smlYHiIQCePnN4xZG267n4J/aCEs9c0pbF PbYAnAmN+Rkd4YvXax/kJReae1x26E34 =DZYt -----END PGP SIGNATURE----- !DSPAM:49ad94bf967001256712635! From stas at FreeBSD.org Tue Mar 3 12:39:52 2009 From: stas at FreeBSD.org (Stanislav Sedov) Date: Tue Mar 3 12:39:58 2009 Subject: [FreeBSD port]: devel/glib20 In-Reply-To: <3d89f0fc69b803898f61d8c0bedfc79a@mail> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> Message-ID: <20090303234004.87544fc0.stas@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 27 Feb 2009 15:38:51 +0900 Alexander Nedotsukov mentioned: > > Stanislav, > > This "nasty" GLib behavior is for a reason. Well at least from the CJK > biased GLib developers point of view :-) The belief is there are reasonable > amount of users who switches between UTF and non-UTF locales often. ATM > GLib tries to validate filename as UTF-8 encoded first and fallback to the > current locale encoding if it is not. This does not look normal to me but > anyway. > However, it seems that this autodetection does not work. OTOH, it seem to work fine with G_BROKEN_FILENAMES set. Do you think it will harm to have this behavior as default? - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkmtlaQACgkQK/VZk+smlYG1rwCeJeiz63fDu9fqCVenPFgWLyy3 NcEAnRlYsiHO0njZ61UAKRtrGnjqQryT =v5Av -----END PGP SIGNATURE----- !DSPAM:49ad9594967001203046236! From linimon at FreeBSD.org Tue Mar 3 22:43:49 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Mar 3 22:43:56 2009 Subject: ports/132292: x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile from ports. Message-ID: <200903040643.n246hmEB074299@freefall.freebsd.org> Old Synopsis: Py-GTK2 2.13.0 will not compile from ports. New Synopsis: x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile from ports. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Mar 4 06:43:11 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132292 From edwin at FreeBSD.org Wed Mar 4 01:20:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Mar 4 01:20:29 2009 Subject: ports/132304: ports/devel/dbus misses /var/db/dbus/machine-id in diskless environment Message-ID: <200903040920.n249KDA7016756@freefall.freebsd.org> Synopsis: ports/devel/dbus misses /var/db/dbus/machine-id in diskless environment Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 4 09:20:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132304 From udo at ihxian.com Wed Mar 4 03:33:10 2009 From: udo at ihxian.com (=?UTF-8?B?VWRvIE3DvGxsZXI=?=) Date: Wed Mar 4 03:33:16 2009 Subject: FreeBSD Port: deskutils/alacarte Message-ID: <49AE6146.80400@ihxian.com> New "alacarte" is not buildable. I tried it several times. snip ----------------------------------------------------- checking whether /usr/local/bin/python2.5 version is >= 2.6.0... no checking whether /usr/local/bin/python2.5 version is >= 2.5.0... yes checking for version... 2.5 checking for platform... freebsd7 checking for script directory... ${prefix}/lib/python2.5/site-packages checking for extension module directory... ${exec_prefix}/lib/python2.5/site-packages checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ALACARTE... yes checking for pygobject 2.15.1 installed for python required_python_abi... not found configure: error: required pygobject version not found ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/deskutils/alacarte/work/alacarte-0.11.9/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/deskutils/alacarte. snap ------------------------------------------------------------------- pygobject version should be 2.16.1, not 2.15.1, maybe this is the mistake. Regards, Udo. From sales at computerwide.net Wed Mar 4 03:41:29 2009 From: sales at computerwide.net (ComputerWide) Date: Wed Mar 4 03:41:37 2009 Subject: [ A D V ] Networking and Notebooks... Message-ID: <41889494.20090304034122@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP KT457AA#ABA IQ804 ALL-IN-ONE NEW $1,780 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 FE882UA#ABA Pavilion HDX RF $1,132 NB128UA#ABA Pavilion X16-1160 NEW $1,440 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $290 FS118UA#ABA Pavilion TX2627 RF $750 FE917UA#ABA Pavilion TX2524 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 FE921UA#ABA Pavilion TX2508 RF $645 FS152UA#ABA Pavilion DV7-1175 RF $785 FS148UA#ABA Pavilion DV7-1150 RF $645 NB239UA#ABA Pavilion DV7-1232 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $595 FS129UA#ABA Pavilion DV7-1135 RF $575 FE781UA#ABA Pavilion DV9933 RF $750 FE694UA#ABA Pavilion DV9910 RF $555 FS110UA#ABA Presario CQ70-120 RF $520 FS021UA#ABA Pavilion DV5-1160 NEW $890 FS021UA#ABA Pavilion DV5-1160 RF $765 FS026UA#ABA Pavilion DV5-1150 RF $670 NB163UA#ABA Pavilion DV5-1235 NEW $815 FS032UA#ABA Pavilion DV5-1140 RF $625 FE818UA#ABA Pavilion DV6936 RF $625 FE656UA#ABA Pavilion DV6929 RF $520 NB042UA#ABA Presario G60-235 NEW $605 NB041UA#ABA Presario G60-230 NEW $605 NC986UA#ABA Presario G60-127 NEW $585 ZY532UA#ABA Presario CQ60-216 NEW $500 NB049UA#ABA Presario CQ60-211 NEW $460 NB276UA#ABA Presario CQ60-215 NEW $500 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $410 NB068UA#ABA Pavilion DV4-1280 NEW $795 NB071UA#ABA Pavilion DV4-1287 NEW $775 FR926UA#ABA Pavilion DV4-1123 RF $625 FS086UA#ABA Pavilion DV4-1155SE RF $680 FR994UA#ABA Pavilion DV3510 RF $815 Toshiba PTM42U-00C015 Tecra M4-ST1112 RF $315 PPR50C-02G08C Portege R500 RF $735 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSAL6U-03T01E Satellite A355-S6943 NEW $1,150 PSALEU-004005 Satellite A355D-S6889 RF $625 PSAGCU-09S01S Satellite A305-S6916 NEW $920 PSAG8U-03L01E Satellite A305-S6894 NEW $775 PSAG8U-053022 Satellite A305-S6908 NEW $745 PSAHCU-002002 Satellite A305D-S6886 NEW $775 PSLD8U-06C01E Satellite L355-S7902 NEW $700 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $545 PSLB8U-0JS037 Satellite L305-S5920 NEW $510 PSLB8U-0C403F Satellite L305-S5917 NEW $440 PSLC0U-031022 Satellite L305D-S5914 NEW $460 PSMD8U-01W00Y Satellite M305-S4915 NEW $910 PSMD8U-023013 Satellite M305-S4910 NEW $795 PSU44U-03F020 Satellite U405-S2920 NEW $1,150 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU44U-03E020 Satellite U405-S2915 NEW $910 PSU48U-00N00W Satellite U405D-S2910 NEW $855 PQF55U-01V020 Qosmio F55-Q502 RF $815 PQG43U-002001 Qosmio G45-AV690 RF $1,100 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE-179 XPS One_ ALL-IN-ONE RF $765 S1737-156P Studio 1737-156P NEW $835 S1737-145P Studio 1737-145P NEW $835 S1737-248 Studio 1737 RF $690 S17-144B Studio S17-144B NEW $785 S1735-247 Studio 1735 RF $660 S1536-144P Studio 1536-144P NEW $730 S15-158B Studio S15-158B NEW $810 I15-157B Inspiron I15-157B NEW $765 I15-156B Inspiron I15-156B NEW $595 V1510T5670253W Vostro 1510 NEW $650 V1510T562160 Vostro 1510 NEW $610 LXFR-L68B Latitude XFR D630 RF $940 LATG-L52 Latitude ATG D630 RF $680 SONY VGN-TT180C VAIO TT180C NEW $1,730 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,310 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,150 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,100 VGN-TZ270N/B-R VAIO TZ270N/B RF $1,025 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,255 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,255 VGN-TZ170N/N VAIO TZ170N/N NEW $1,200 VGN-FW198U/H VAIO FW198U/H NEW $1,570 VGN-FW373J/B VAIO FW373J/B NEW $1,255 VGN-FW340J/H VAIO FW340J/H NEW $910 VGN-FW390NAB VAIO FW390NAB NEW $870 VGN-FW235J/H VAIO FW235J/H NEW $785 VGN-FW230J/H VAIO FW230J/H NEW $750 VGN-FZ490NBB VAIO FZ490NBB NEW $786 VGN-AW120J/H VAIO AW120J/H NEW $1,465 VGN-SZ740ED VAIO SZ740ED NEW $1,065 VGN-CS230J/Q VAIO CS230J/Q NEW $1,010 VGN-CS230J/W VAIO CS230J/W NEW $1,010 VGN-CS215J/Q VAIO CS215J/Q NEW $900 VGN-CS215J/W VAIO CS215J/W NEW $900 VGN-CS118E/R VAIO CS118E/R NEW $910 VGN-CS118E/P VAIO CS118E/P NEW $910 VGN-CR405E/P VAIO CR405E/P NEW $815 VGN-NS240E/S VAIO NS240E/S NEW $785 VGN-NS240E/W VAIO NS240E/W NEW $785 VGN-NS230E/L VAIO NS230E/L NEW $710 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS230E/P VAIO NS230E/P NEW $710 VGN-NS140E/W VAIO NS140E/W NEW $730 VGN-NS115N/S VAIO NS115N/S NEW $700 VGN-NR475N/S VAIO NR475N/S NEW $625 VGN-NR420E/L VAIO NR420E/L NEW $555 ACER LU.S410B.032 Aspire ONE A150-1029 RF $250 LU.S050B.111 Aspire ONE A150-1570 NEW $290 LU.S050B.182 Aspire ONE A150-1864 RF $250 LU.S020A.012 Aspire ONE A110-1295 RF $190 LU.S030A.014 Aspire ONE A110-1722 RF $190 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.247 Aspire AS8930-6243 RF $940 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.AML0X.086 Aspire AS7720-6569 RF $460 LX.APS0X.050 Aspire AS7720-4634 RF $470 LX.ARH0X.205 Aspire AS7530-5660 RF $440 AS5735-6694 Aspire AS5735-6694 NEW $625 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ATU0X.003 Aspire AS4730-4857 RF $400 LX.TQH0Z.378 TravelMate TM5730-6953 RF $700 LX.TKJ0Z.020 TravelMate TM4720-6410 RF $490 LX.TG606.082 TravelMate TM6292-6856 RF $545 LX.E530Z.235 Extensa EX5620-6030 RF $500 L-1015340R Gateway P-6860FX RF $630 L-1015088R Gateway P-6831FX RF $620 LX.W120X.001 Gateway P-6318U RF $420 LX.W150X.001 Gateway MC-7801U RF $565 MD-7818U Gateway MD-7818U NEW $710 MD-7820U Gateway MD-7820U NEW $660 M-6848 Gateway M-6848 NEW $630 LX.W520X.003 Gateway M-7305U RF $450 LX.W310X.003 Gateway M-2625U RF $500 T-6836 Gateway T-6836 NEW $630 L-1015592R Gateway T-6836 RF $575 L-2906091R Gateway CX2756 RF $575 Lenovo/Asus 4231-3CU Lenovo S10-1211 NEW $375 G50VT-X5 Asus G50VT-X5 NEW $1,130 F6A-X2 Asus F6A-X2 NEW $700 Apple MB470LL/A MacBook Pro 2.4 NEW $1,780 MB766LL/A MacBook Pro 2.5 NEW $2,200 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM= New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3= $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From kwm at rainbow-runner.nl Wed Mar 4 05:14:52 2009 From: kwm at rainbow-runner.nl (Koop Mast) Date: Wed Mar 4 05:14:59 2009 Subject: FreeBSD Port: deskutils/alacarte In-Reply-To: <49AE6146.80400@ihxian.com> References: <49AE6146.80400@ihxian.com> Message-ID: <1236172523.57617.5787.camel@headache.rainbow-runner.nl> On Wed, 2009-03-04 at 19:08 +0800, Udo M?ller wrote: > New "alacarte" is not buildable. I tried it several times. > snip ----------------------------------------------------- > checking whether /usr/local/bin/python2.5 version is >= 2.6.0... no > checking whether /usr/local/bin/python2.5 version is >= 2.5.0... yes > checking for version... 2.5 > checking for platform... freebsd7 > checking for script directory... ${prefix}/lib/python2.5/site-packages > checking for extension module directory... > ${exec_prefix}/lib/python2.5/site-packages > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for ALACARTE... yes > checking for pygobject 2.15.1 installed for python > required_python_abi... not found > configure: error: required pygobject version not found > ===> Script "configure" failed unexpectedly. > Please run the gnomelogalyzer, available from > "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the > problem and suggest a solution. If - and only if - the gnomelogalyzer cannot > solve the problem, report the build failure to the FreeBSD GNOME team at > gnome@FreeBSD.org, and attach (a) > "/usr/ports/deskutils/alacarte/work/alacarte-0.11.9/config.log", (b) the > output of the failed make command, and (c) the gnomelogalyzer output. Also, > it might be a good idea to provide an overview of all packages installed on > your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any > website, > copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) > with > the attachment. Try to avoid sending any attachments to the mailing list > (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are > usually discarded by the mailing list software. > *** Error code 1 > > Stop in /usr/ports/deskutils/alacarte. > snap ------------------------------------------------------------------- > > pygobject version should be 2.16.1, not 2.15.1, maybe this is the mistake. Please update your installed ports first. We already got 2.16.1. -Koop > Regards, Udo. From racinej at mcmaster.ca Wed Mar 4 11:11:09 2009 From: racinej at mcmaster.ca (Jeffrey Racine) Date: Wed Mar 4 11:11:15 2009 Subject: evolution 2.24.5 calendar dates showing "ld" and "ldld"? Message-ID: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> Hi. I upgraded evolution (via portupgrade -ary) to the most recent version and am getting some odd output in the date field in the calendar month view. All single digit days are populated with ld instead of e.g. 1 and double digit with ldld instead of 10. FreeBSD pc-racine1.mcmaster.ca 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 17 22:42:38 EST 2009 root@pc-racine1.mcmaster.ca:/usr/obj/usr/src/sys/OPTIPLEX i386 Any suggestions welcome. Thanks! -- Professor J. S. Racine Phone: (905) 525 9140 x 23825 Department of Economics FAX: (905) 521-8232 McMaster University e-mail: racinej@mcmaster.ca 1280 Main St. W.,Hamilton, URL: http://www.economics.mcmaster.ca/racine/ Ontario, Canada. L8S 4M4 `The generation of random numbers is too important to be left to chance' From QAT at FreeBSD.org Wed Mar 4 12:09:55 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Wed Mar 4 12:10:12 2009 Subject: cvs commit: ports/graphics/py-clutter Makefile distinfo pkg-plist In-Reply-To: <200903040739.n247d4kK049040@repoman.freebsd.org> References: In-Reply-To: <200903040739.n247d4kK049040@repoman.freebsd.org> Message-ID: <20090304195814.E9E938FC1E@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a PLIST error while trying to build: py25-clutter-0.8.2 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/graphics/py-clutter/Makefile,v 1.3 2009/03/04 07:39:04 marcus Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/py25-clutter-0.8.2.log : Deleting libxml2-2.7.3 Deleting libX11-1.2,1 Deleting iso8879-1986_2 xmlcatmgr: enabling compatibility mode; removing ALL matching entries Deleting gnome_subr-1.0 Deleting gamin-0.1.10 Deleting fontconfig-2.6.0,1 Deleting font-util-1.0.1 Deleting expat-2.0.1 Deleting glib-2.18.4 Deleting kbproto-1.0.3 Deleting libxcb-1.2 Deleting mkfontscale-1.0.6 Deleting xmlcatmgr-2.2 + Removing /usr/local/share/sgml/catalog. It is empty. + Removing /usr/local/share/sgml/catalog.ports. It is empty. + Removing /usr/local/share/xml/catalog. It is empty. Deleting xcb-proto-1.4 Deleting perl-5.8.9_2 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Deleting pcre-7.8 Deleting libpthread-stubs-0.1 Deleting libfontenc-1.0.4 Deleting libXdmcp-1.0.2_1 Deleting libXau-1.0.4 Deleting gettext-0.17_1 Deleting freetype2-2.3.7 Deleting libiconv-1.11_1 Deleting python25-2.5.4_1 Deleting xproto-7.0.15 Deleting pkg-config-0.23_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/graphics/py-clutter ended at Wed Mar 4 19:58:11 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/py25-clutter-0.8.2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=graphics&portname=py-clutter The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From marcus at marcuscom.com Wed Mar 4 19:39:37 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed Mar 4 19:39:43 2009 Subject: port x11-toolkits/gtk20 build error In-Reply-To: <20090302091021.GE93467@colocall.net> References: <20090302091021.GE93467@colocall.net> Message-ID: <1236224357.82483.24.camel@shumai.marcuscom.com> On Mon, 2009-03-02 at 11:10 +0200, Victor A. Savinoff wrote: > Greetings, > > While building a port x11-toolkits/gtk20 I get such error: > > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -D_THREAD_SAFE -I/usr/local/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o > > gdkdrawable-x11.c:32:24: error: cairo-xlib.h: No such file or directory > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > gdkdrawable-x11.c: In function '_gdk_x11_drawable_update_size': > > gdkdrawable-x11.c:238: warning: implicit declaration of function 'cairo_xlib_surface_set_size' > > gdkdrawable-x11.c: In function 'gdk_x11_ref_cairo_surface': > > gdkdrawable-x11.c:1469: warning: implicit declaration of function 'cairo_xlib_surface_create' > > gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer without a cast > > gdkdrawable-x11.c:1474: warning: implicit declaration of function 'cairo_xlib_surface_create_for_bitmap' > > gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer without a cast > > gmake[4]: *** [gdkdrawable-x11.lo] Error 1 > > gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk/x11' > > gmake[3]: *** [all-recursive] Error 1 > > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > > gmake[2]: *** [all] Error 2 > > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7' > > gmake: *** [all] Error 2 > > *** Error code 2 > > Looks like missing dependency to graphics/cairo No, you need to rebuild cairo without WITHOUT_X11 defined. Joe > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090305/f9224ad1/attachment.pgp From marcus at marcuscom.com Wed Mar 4 19:51:38 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Wed Mar 4 19:51:46 2009 Subject: evolution 2.24.5 calendar dates showing "ld" and "ldld"? In-Reply-To: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> References: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> Message-ID: <1236225102.82483.40.camel@shumai.marcuscom.com> On Wed, 2009-03-04 at 14:10 -0500, Jeffrey Racine wrote: > Hi. > > I upgraded evolution (via portupgrade -ary) to the most recent version > and am getting some odd output in the date field in the calendar month > view. All single digit days are populated with ld instead of e.g. 1 and > double digit with ldld instead of 10. Looks like they tried to localize the digits using the glibc %Id notation. This is not supported under FreeBSD. Try this patch for evolution. http://www.marcuscom.com/downloads/patch-widgets_misc_e-calendar-item.c Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090305/20ac3770/attachment.pgp From bland at FreeBSD.org Thu Mar 5 05:15:50 2009 From: bland at FreeBSD.org (Alexander Nedotsukov) Date: Thu Mar 5 05:15:57 2009 Subject: [FreeBSD port]: devel/glib20 In-Reply-To: <20090303234004.87544fc0.stas@FreeBSD.org> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> <20090303234004.87544fc0.stas@FreeBSD.org> Message-ID: <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> On 04.03.2009, at 5:40, Stanislav Sedov wrote: > On Fri, 27 Feb 2009 15:38:51 +0900 > Alexander Nedotsukov mentioned: > >> >> Stanislav, >> >> This "nasty" GLib behavior is for a reason. Well at least from the >> CJK >> biased GLib developers point of view :-) The belief is there are >> reasonable >> amount of users who switches between UTF and non-UTF locales often. >> ATM >> GLib tries to validate filename as UTF-8 encoded first and fallback >> to the >> current locale encoding if it is not. This does not look normal to >> me but >> anyway. >> > > However, it seems that this autodetection does not work. OTOH, it > seem to work > fine with G_BROKEN_FILENAMES set. Do you think it will harm to have > this > behavior as default? > The fact it "does not work" may mean anything from bug in GLib to API misuse in the client code. And I think I am not brave enough to take responsibility pissing against upstream :-) My opinion is for good or bad we have to follow GLib guidelines. Which clearly state this: * On Unix, the assumption of GLib and GTK+ by default is that filenames on the filesystem are encoded in UTF-8 rather than the encoding of the locale; the GTK+ developers consider that having filenames whose interpretation depends on the current locale is fundamentally a bad idea. If you have filenames encoded in the encoding of your locale, then you may want to set the G_FILENAME_ENCODING environment variable: G_FILENAME_ENCODING=@locale export G_FILENAME_ENCODING (Earlier versions of GLib 2.x required a different environment variable setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this is still supported, but G_FILENAME_ENCODING is preferred.) Best integration of GTK+ 2.6 with the environment is achieved by using a UTF-8 locale. Again. This is not a bug as you state. If you want this to be reconsidered you have to go upstream. Note. I am not against this option per-se. Though the default must be leaved as is. From racinej at mcmaster.ca Thu Mar 5 06:16:50 2009 From: racinej at mcmaster.ca (Jeffrey Racine) Date: Thu Mar 5 06:16:56 2009 Subject: evolution 2.24.5 calendar dates showing "ld" and "ldld"? In-Reply-To: <1236225102.82483.40.camel@shumai.marcuscom.com> References: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> <1236225102.82483.40.camel@shumai.marcuscom.com> Message-ID: <1236262575.1121.1.camel@pc-racine1.mcmaster.ca> Hi Joe. Yes, this patch does the trick. Many thanks! -- Jeff On Wed, 2009-03-04 at 22:51 -0500, Joe Marcus Clarke wrote: > On Wed, 2009-03-04 at 14:10 -0500, Jeffrey Racine wrote: > > Hi. > > > > I upgraded evolution (via portupgrade -ary) to the most recent version > > and am getting some odd output in the date field in the calendar month > > view. All single digit days are populated with ld instead of e.g. 1 and > > double digit with ldld instead of 10. > > Looks like they tried to localize the digits using the glibc %Id > notation. This is not supported under FreeBSD. Try this patch for > evolution. > > http://www.marcuscom.com/downloads/patch-widgets_misc_e-calendar-item.c > > Joe > -- Professor J. S. Racine Phone: (905) 525 9140 x 23825 Department of Economics FAX: (905) 521-8232 McMaster University e-mail: racinej@mcmaster.ca 1280 Main St. W.,Hamilton, URL: http://www.economics.mcmaster.ca/racine/ Ontario, Canada. L8S 4M4 `The generation of random numbers is too important to be left to chance' From stas at FreeBSD.org Thu Mar 5 06:34:08 2009 From: stas at FreeBSD.org (Stanislav Sedov) Date: Thu Mar 5 06:34:14 2009 Subject: [FreeBSD port]: devel/glib20 In-Reply-To: <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> <20090303234004.87544fc0.stas@FreeBSD.org> <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> Message-ID: <20090305172053.6fea0a8c.stas@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 5 Mar 2009 22:15:33 +0900 Alexander Nedotsukov mentioned: default? > > > The fact it "does not work" may mean anything from bug in GLib to API > misuse in the client code. > And I think I am not brave enough to take responsibility pissing > against upstream :-) > My opinion is for good or bad we have to follow GLib guidelines. Which > clearly state this: > > * On Unix, the assumption of GLib and GTK+ by default is that > filenames on > the filesystem are encoded in UTF-8 rather than the encoding of the > locale; > the GTK+ developers consider that having filenames whose interpretation > depends on the current locale is fundamentally a bad idea. > > If you have filenames encoded in the encoding of your locale, then you > may want to set the G_FILENAME_ENCODING environment variable: > > G_FILENAME_ENCODING=@locale > export G_FILENAME_ENCODING > > (Earlier versions of GLib 2.x required a different environment variable > setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this > is still supported, but G_FILENAME_ENCODING is preferred.) > Best integration of GTK+ 2.6 with the environment is achieved by > using a UTF-8 locale. > > Again. This is not a bug as you state. If you want this to be > reconsidered you have to go upstream. > Note. I am not against this option per-se. Though the default must be > leaved as is. > Sure, this certaily doesn't mean a bug in glib, but it means a bug in glib on FreeBSD, as on FreeBSD one expects apps to work correctly after setting locale, and filenames are supposed to be encoded in current locale. As we're supporitng FreeBSD I believe we should follow our native behaviour and not the upstream one. We're doing exactly that with most ported applications. That's just what ports system means. If one wants stock behaviour he always has an option to install an unmodified version. Just my opinion. - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkmv38oACgkQK/VZk+smlYHwaACcDkmdXrIJpnPkDDJ+C/BtjXh6 9W0An0PFx/Asf2fjYnC/LZRfjyoqXXwL =bMzM -----END PGP SIGNATURE----- !DSPAM:49afdf61967001777462353! From edwin at FreeBSD.org Thu Mar 5 14:50:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Mar 5 14:50:36 2009 Subject: ports/132348: update www/firefox3 Message-ID: <200903052250.n25MoERL087822@freefall.freebsd.org> Synopsis: update www/firefox3 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 5 22:50:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132348 From pav at FreeBSD.org Fri Mar 6 01:31:26 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Fri Mar 6 01:31:32 2009 Subject: ports/132348: update www/firefox3 Message-ID: <200903060931.n269VPjR050631@freefall.freebsd.org> Synopsis: update www/firefox3 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Mar 6 09:31:19 UTC 2009 State-Changed-Why: port has been updated http://www.freebsd.org/cgi/query-pr.cgi?pr=132348 From lioux at FreeBSD.org Fri Mar 6 18:00:17 2009 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Fri Mar 6 18:00:28 2009 Subject: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Message-ID: <200903070200.n2720D4r012005@freefall.freebsd.org> The following reply was made to PR ports/132231; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Date: Fri, 06 Mar 2009 22:33:59 -0300 Patch still applies after port update to 3.0.7. I've been running the updated port with PGO without a problem. From mvh at ix.netcom.com Sat Mar 7 07:40:53 2009 From: mvh at ix.netcom.com (Mike Harding) Date: Sat Mar 7 07:40:59 2009 Subject: Tons of gdm-simple-greeter errors in /var/log/messages Message-ID: <20090307151522.36CE0194C3@bsd.mvh> Thanks for any help! How do I debug this? ... Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference ... - Mike H. From sroberts at internet-mail.org Sat Mar 7 08:15:37 2009 From: sroberts at internet-mail.org (S Roberts) Date: Sat Mar 7 08:17:55 2009 Subject: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Message-ID: <200903071559.n27FxhDH026314@thor.vickiandstacey.com> >Submitter-Id: current-users >Originator: S Roberts >Organization: >Confidential: no >Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error "Only can be included directly."" >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 7.0-STABLE i386 >Environment: System: FreeBSD thor.vickiandstacey.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Aug 16 19:49:12 BST 2008 root@thor.vickiandstacey.com:/usr/obj/usr/src/sys/IRON i386 >Description: Make install for GIMP fails as follows: /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o soft-light.la.lo soft-light.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c soft-light.c -fPIC -DPIC -o .libs/soft-light.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o soft-light.la -rpath /usr/local/lib/gegl-0.0 soft-light.la.lo cc -shared .libs/soft-light.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,soft-light.so -o .libs/soft-light.so creating soft-light.la (cd .libs && rm -f soft-light.la && ln -s ../soft-light.la soft-light.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-atop.la.lo src-atop.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-atop.c -fPIC -DPIC -o .libs/src-atop.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-atop.la -rpath /usr/local/lib/gegl-0.0 src-atop.la.lo cc -shared .libs/src-atop.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-atop.so -o .libs/src-atop.so creating src-atop.la (cd .libs && rm -f src-atop.la && ln -s ../src-atop.la src-atop.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-in.la.lo src-in.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-in.c -fPIC -DPIC -o .libs/src-in.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-in.la -rpath /usr/local/lib/gegl-0.0 src-in.la.lo cc -shared .libs/src-in.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-in.so -o .libs/src-in.so creating src-in.la (cd .libs && rm -f src-in.la && ln -s ../src-in.la src-in.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-out.la.lo src-out.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-out.c -fPIC -DPIC -o .libs/src-out.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-out.la -rpath /usr/local/lib/gegl-0.0 src-out.la.lo cc -shared .libs/src-out.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-out.so -o .libs/src-out.so creating src-out.la (cd .libs && rm -f src-out.la && ln -s ../src-out.la src-out.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-over.la.lo src-over.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-over.c -fPIC -DPIC -o .libs/src-over.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-over.la -rpath /usr/local/lib/gegl-0.0 src-over.la.lo cc -shared .libs/src-over.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-over.so -o .libs/src-over.so creating src-over.la (cd .libs && rm -f src-over.la && ln -s ../src-over.la src-over.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src.la.lo src.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src.c -fPIC -DPIC -o .libs/src.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src.la -rpath /usr/local/lib/gegl-0.0 src.la.lo cc -shared .libs/src.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src.so -o .libs/src.so creating src.la (cd .libs && rm -f src.la && ln -s ../src.la src.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o subtract.la.lo subtract.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c subtract.c -fPIC -DPIC -o .libs/subtract.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o subtract.la -rpath /usr/local/lib/gegl-0.0 subtract.la.lo cc -shared .libs/subtract.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,subtract.so -o .libs/subtract.so creating subtract.la (cd .libs && rm -f subtract.la && ln -s ../subtract.la subtract.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o svg-multiply.la.lo svg-multiply.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c svg-multiply.c -fPIC -DPIC -o .libs/svg-multiply.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o svg-multiply.la -rpath /usr/local/lib/gegl-0.0 svg-multiply.la.lo cc -shared .libs/svg-multiply.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,svg-multiply.so -o .libs/svg-multiply.so creating svg-multiply.la (cd .libs && rm -f svg-multiply.la && ln -s ../svg-multiply.la svg-multiply.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o xor.la.lo xor.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c xor.c -fPIC -DPIC -o .libs/xor.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o xor.la -rpath /usr/local/lib/gegl-0.0 xor.la.lo cc -shared .libs/xor.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,xor.so -o .libs/xor.so creating xor.la (cd .libs && rm -f xor.la && ln -s ../xor.la xor.la) gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations/generated' gmake[3]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' Making all in bin gmake[2]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/bin' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gegl -I../gegl/buffer -I../gegl/property-types -I../gegl/buffer -I../gegl/operation -I../gegl/module -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/babl-0.0 -I/usr/local/include -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT gegl.o -MD -MP -MF ".deps/gegl.Tpo" -c -o gegl.o gegl.c; \ then mv -f ".deps/gegl.Tpo" ".deps/gegl.Po"; else rm -f ".deps/gegl.Tpo"; exit 1; fi In file included from /usr/local/include/gtk-2.0/gdk/gdkspawn.h:26, from /usr/local/include/gtk-2.0/gdk/gdk.h:52, from /usr/local/include/gtk-2.0/gtk/gtk.h:31, from gegl.c:43: /usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error "Only can be included directly." gmake[2]: *** [gegl.o] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/bin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/gegl. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp. *** Error code 1 Stop in /usr/ports/graphics/gimp. >How-To-Repeat: Update Ports Attempt to install GIMP >Fix: Don't know.., From linimon at FreeBSD.org Sat Mar 7 10:21:32 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Mar 7 10:21:44 2009 Subject: ports/132389: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Message-ID: <200903071821.n27ILWLe029088@freefall.freebsd.org> Old Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error New Synopsis: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 7 18:20:55 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 From saper at SYSTEM.PL Sat Mar 7 14:09:23 2009 From: saper at SYSTEM.PL (Marcin Cieslak) Date: Sat Mar 7 14:09:30 2009 Subject: [PATCH] lang/vala: fix compile error in scanner.c Message-ID: <200903072208.n27M8p3i022364@radziecki.saper.info> >Submitter-Id: current-users >Originator: Marcin Cieslak >Organization: http://saper.info >Confidential: no >Synopsis: [PATCH] lang/vala: fix compile error in scanner.c >Severity: serious >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 7.1-STABLE amd64 >Environment: System: FreeBSD radziecki.saper.info 7.1-STABLE FreeBSD 7.1-STABLE #2 r187968M: Tue Feb 17 10:52:35 CET >Description: vala 0.4.0_1 compilation fails for me in gobject-introspection with: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local -O2 -fno-strict-aliasing -pipe -march=nocona -MT scanner.o -MD -MP -MF .deps/scanner.Tpo -c -o scanner.o scanner.c scanner.c: In function 'g_igenerator_start_preprocessor': scanner.c:1606: error: 'SIGKILL' undeclared (first use in this function) scanner.c:1606: error: (Each undeclared identifier is reported only once scanner.c:1606: error: for each function it appears in.) *** Error code 1 Maybe this issue is also relevant to the upcoming 0.5.6 version? http://www.freebsd.org/cgi/query-pr.cgi?pr=131075 Added file(s): - files/patch-gobject-introspection-scanner.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vala-0.4.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/vala.orig/files/patch-gobject-introspection-scanner.c /usr/ports/lang/vala/files/patch-gobject-introspection-scanner.c --- /usr/ports/lang/vala.orig/files/patch-gobject-introspection-scanner.c 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/lang/vala/files/patch-gobject-introspection-scanner.c 2009-03-07 23:01:02.000000000 +0100 @@ -0,0 +1,10 @@ +--- gobject-introspection/scanner.c.orig 2009-03-07 22:58:34.254250638 +0100 ++++ gobject-introspection/scanner.c 2009-03-07 23:00:04.808622219 +0100 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + #include /* waitpid */ + #include + #include "scanner.h" --- vala-0.4.0_1.patch ends here --- From edwin at FreeBSD.org Sat Mar 7 14:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Mar 7 14:10:24 2009 Subject: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c Message-ID: <200903072210.n27MACWS016087@freefall.freebsd.org> Synopsis: [PATCH] lang/vala: fix compile error in scanner.c Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 7 22:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132396 From linimon at FreeBSD.org Sat Mar 7 20:26:41 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Mar 7 20:26:52 2009 Subject: ports/132398: ww/firefox3: firefox-3.0.7,1 has wrong icon Message-ID: <200903080426.n284Qed0004458@freefall.freebsd.org> Old Synopsis: firefox-3.0.7,1 has wrong icon New Synopsis: ww/firefox3: firefox-3.0.7,1 has wrong icon Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 8 04:25:23 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=132398 From QAT at FreeBSD.org Sun Mar 8 08:43:24 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 8 08:43:30 2009 Subject: textproc/libxml2-reference - fails: mtree Message-ID: <20090308153110.B6B448FC42@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: libxml2-reference-2.7.3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/textproc/libxml2-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ The build of this port was tried 3 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.log : 31871842 8 -rw-r--r-- 1 root wheel 3866 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/ar01s07.html 31871843 8 -rw-r--r-- 1 root wheel 3894 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/ar01s08.html 31871844 16 -rw-r--r-- 1 root wheel 7603 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/ar01s09.html 31871845 4 -rw-r--r-- 1 root wheel 1136 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includeaddattribute.c 31871846 4 -rw-r--r-- 1 root wheel 1320 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includeaddkeyword.c 31871847 4 -rw-r--r-- 1 root wheel 1808 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includeconvert.c 31871849 4 -rw-r--r-- 1 root wheel 1351 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includekeyword.c 31871848 4 -rw-r--r-- 1 root wheel 1171 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includegetattribute.c 31871850 4 -rw-r--r-- 1 root wheel 1491 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/includexpath.c 31871851 12 -rw-r--r-- 1 root wheel 5930 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/index.html 31871852 8 -rw-r--r-- 1 root wheel 2545 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/ix01.html 31871853 104 -rw-r--r-- 1 root wheel 51709 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/xmltutorial.pdf 31871854 4 drwxr-xr-x 3 root wheel 512 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images 31871855 4 -rw-r--r-- 1 root wheel 374 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/blank.png 31871856 4 -rw-r--r-- 1 root wheel 1250 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/caution.png 31871857 36 -rw-r--r-- 1 root wheel 17454 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/draft.png 31871858 4 -rw-r--r-- 1 root wheel 1156 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/home.png 31871859 4 -rw-r--r-- 1 root wheel 722 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/important.png 31871860 4 -rw-r--r-- 1 root wheel 1150 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/next.png 31871861 4 -rw-r--r-- 1 root wheel 490 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/note.png 31871862 4 -rw-r--r-- 1 root wheel 1132 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/prev.png 31871863 4 -rw-r--r-- 1 root wheel 449 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/tip.png 31871864 4 -rw-r--r-- 1 root wheel 318 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/toc-blank.png 31871865 4 -rw-r--r-- 1 root wheel 259 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/toc-minus.png 31871866 4 -rw-r--r-- 1 root wheel 264 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/toc-plus.png 31871867 4 -rw-r--r-- 1 root wheel 1111 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/up.png 31871868 4 -rw-r--r-- 1 root wheel 1241 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/warning.png 31871869 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts 31871870 4 -rw-r--r-- 1 root wheel 329 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/1.png 31871871 4 -rw-r--r-- 1 root wheel 361 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/10.png 31871872 4 -rw-r--r-- 1 root wheel 353 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/2.png 31871873 4 -rw-r--r-- 1 root wheel 350 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/3.png 31871874 4 -rw-r--r-- 1 root wheel 345 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/4.png 31871875 4 -rw-r--r-- 1 root wheel 348 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/5.png 31871876 4 -rw-r--r-- 1 root wheel 355 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/6.png 31871877 4 -rw-r--r-- 1 root wheel 344 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/7.png 31871878 4 -rw-r--r-- 1 root wheel 357 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/8.png 31871879 4 -rw-r--r-- 1 root wheel 357 Mar 8 15:31 usr/local/share/doc/libxml2/tutorial/images/callouts/9.png ================================================================ build of /usr/ports/textproc/libxml2-reference ended at Sun Mar 8 15:31:08 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=textproc&portname=libxml2-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Mar 8 08:43:54 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 8 08:44:01 2009 Subject: textproc/libxslt-reference - fails: mtree Message-ID: <20090308153142.6CAAC8FC42@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: libxslt-reference-1.1.24 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/textproc/libxslt-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ The build of this port was tried 3 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libxslt-reference-1.1.24.log : 31917468 16 -rw-r--r-- 1 root wheel 6594 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-lib.html 31917469 32 -rw-r--r-- 1 root wheel 15468 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-namespaces.html 31917470 16 -rw-r--r-- 1 root wheel 7486 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-numbersInternals.html 31917471 36 -rw-r--r-- 1 root wheel 16553 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-pattern.html 31917472 20 -rw-r--r-- 1 root wheel 8578 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-preproc.html 31917473 40 -rw-r--r-- 1 root wheel 19998 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-security.html 31917474 44 -rw-r--r-- 1 root wheel 20743 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-templates.html 31917475 96 -rw-r--r-- 1 root wheel 49103 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-transform.html 31917476 44 -rw-r--r-- 1 root wheel 21639 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-variables.html 31917477 16 -rw-r--r-- 1 root wheel 7637 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-xslt.html 31917478 212 -rw-r--r-- 1 root wheel 106993 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-xsltInternals.html 31917479 16 -rw-r--r-- 1 root wheel 6579 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-xsltexports.html 31917480 100 -rw-r--r-- 1 root wheel 49529 Mar 8 15:31 usr/local/share/doc/libxslt/html/libxslt-xsltutils.html 31917481 4 -rw-r--r-- 1 root wheel 654 Mar 8 15:31 usr/local/share/doc/libxslt/html/home.png 31917482 4 -rw-r--r-- 1 root wheel 459 Mar 8 15:31 usr/local/share/doc/libxslt/html/left.png 31917483 4 -rw-r--r-- 1 root wheel 472 Mar 8 15:31 usr/local/share/doc/libxslt/html/right.png 31917484 4 -rw-r--r-- 1 root wheel 406 Mar 8 15:31 usr/local/share/doc/libxslt/html/up.png 31917487 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT 31917488 28 -rw-r--r-- 1 root wheel 13290 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/APIchunk0.html 31917489 12 -rw-r--r-- 1 root wheel 5016 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/APIconstructors.html 31917490 16 -rw-r--r-- 1 root wheel 7508 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/APIfiles.html 31917491 12 -rw-r--r-- 1 root wheel 5044 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/APIfunctions.html 31917492 16 -rw-r--r-- 1 root wheel 7490 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/APIsymbols.html 31917493 20 -rw-r--r-- 1 root wheel 9406 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/bugs.html 31917494 12 -rw-r--r-- 1 root wheel 5567 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/docs.html 31917495 16 -rw-r--r-- 1 root wheel 6989 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/downloads.html 31917496 20 -rw-r--r-- 1 root wheel 10136 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/exslt.html 31917497 12 -rw-r--r-- 1 root wheel 6002 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/help.html 31917498 12 -rw-r--r-- 1 root wheel 5451 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/index.html 31917499 12 -rw-r--r-- 1 root wheel 5793 Mar 8 15:31 usr/local/share/doc/libxslt/html/EXSLT/intro.html 31917502 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial 31917503 8 -rw-r--r-- 1 root wheel 2543 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial/libxslt_tutorial.c 31917504 32 -rw-r--r-- 1 root wheel 15424 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.html 31917505 24 -rw-r--r-- 1 root wheel 10746 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.xml 31917508 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial2 31917509 12 -rw-r--r-- 1 root wheel 4340 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.c 31917510 72 -rw-r--r-- 1 root wheel 35364 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.html 31917511 56 -rw-r--r-- 1 root wheel 28194 Mar 8 15:31 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.xml ================================================================ build of /usr/ports/textproc/libxslt-reference ended at Sun Mar 8 15:31:40 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/libxslt-reference-1.1.24.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=textproc&portname=libxslt-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Mar 8 08:50:04 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 8 08:50:14 2009 Subject: x11-toolkits/gtkmm24-reference - fails: mtree Message-ID: <20090308153752.3D4B98FC42@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: gtkmm-reference-2.14.3_3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm24-reference/Makefile,v 1.6 2009/01/11 17:29:46 mezz Exp $ The build of this port was tried 2 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/gtkmm-reference-2.14.3_3.log : 32363337 4 -r--r--r-- 1 root wheel 535 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__4.png 32363338 4 -r--r--r-- 1 root wheel 433 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__40.png 32363339 4 -r--r--r-- 1 root wheel 1564 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__41.png 32363340 4 -r--r--r-- 1 root wheel 893 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__42.png 32363341 8 -r--r--r-- 1 root wheel 2949 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__43.png 32363342 4 -r--r--r-- 1 root wheel 455 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__44.png 32363343 4 -r--r--r-- 1 root wheel 590 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__45.png 32363344 4 -r--r--r-- 1 root wheel 815 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__46.png 32363345 8 -r--r--r-- 1 root wheel 3345 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__47.png 32363346 296 -r--r--r-- 1 root wheel 151307 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__48.png 32363347 4 -r--r--r-- 1 root wheel 654 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__49.png 32363348 8 -r--r--r-- 1 root wheel 3993 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__5.png 32363349 4 -r--r--r-- 1 root wheel 1345 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__50.png 32363350 4 -r--r--r-- 1 root wheel 414 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__6.png 32363351 4 -r--r--r-- 1 root wheel 426 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__7.png 32363352 4 -r--r--r-- 1 root wheel 418 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__8.png 32363353 4 -r--r--r-- 1 root wheel 547 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__9.png 32363355 4 -r--r--r-- 1 root wheel 1104 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/linkbutton1.png 32363356 8 -r--r--r-- 1 root wheel 2051 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/menubar1.png 32363357 16 -r--r--r-- 1 root wheel 6903 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/messagedialog1.png 32363358 12 -r--r--r-- 1 root wheel 4111 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/notebook1.png 32363359 8 -r--r--r-- 1 root wheel 2147 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/progressbar1.png 32363360 4 -r--r--r-- 1 root wheel 1949 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/radiobutton1.png 32363361 28 -r--r--r-- 1 root wheel 12841 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/recentchooserdialog1.png 32363362 4 -r--r--r-- 1 root wheel 977 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/spinbutton1.png 32363363 4 -r--r--r-- 1 root wheel 259 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/statusbar1.png 32363364 4 -r--r--r-- 1 root wheel 1472 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png 32363365 4 -r--r--r-- 1 root wheel 1644 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png 32363366 4 -r--r--r-- 1 root wheel 1601 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png 32363367 4 -r--r--r-- 1 root wheel 1839 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/table1.png 32363368 20 -r--r--r-- 1 root wheel 8615 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/textview1.png 32363369 4 -r--r--r-- 1 root wheel 1733 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/toggletoolbutton1.png 32363370 4 -r--r--r-- 1 root wheel 953 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vscale1.png 32363371 4 -r--r--r-- 1 root wheel 809 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vscrollbar1.png 32363372 4 -r--r--r-- 1 root wheel 109 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vseparator1.png 32363373 8 -r--r--r-- 1 root wheel 2166 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/html/graph_legend.dot 32363378 232 -r--r--r-- 1 root wheel 117224 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/widget_hierarchy.png 32363379 20 -r--r--r-- 1 root wheel 8838 Mar 8 15:37 usr/local/share/doc/gtkmm-2.4/docs/reference/widget_hierarchy.html ================================================================ build of /usr/ports/x11-toolkits/gtkmm24-reference ended at Sun Mar 8 15:37:50 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/gtkmm-reference-2.14.3_3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11-toolkits&portname=gtkmm24-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Mar 8 08:52:10 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 8 08:52:17 2009 Subject: x11-toolkits/gtkmm20-reference - fails: mtree Message-ID: <20090308153959.5C8848FC42@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: gtkmm-reference-2.2.12_3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm20-reference/Makefile,v 1.6 2007/05/19 20:31:03 flz Exp $ The build of this port was tried 2 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/gtkmm-reference-2.2.12_3.log : 31915018 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/dnd 31915019 20 -r--r--r-- 1 root wheel 9066 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc 31915020 4 -r--r--r-- 1 root wheel 1012 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/dnd/main.cc 31915021 28 -r--r--r-- 1 root wheel 13624 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/dnd/dnd_images.h 31915022 8 -r--r--r-- 1 root wheel 3420 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.h 31915023 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/exception 31915024 8 -r--r--r-- 1 root wheel 3222 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc 31915025 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/filesel 31915026 4 -r--r--r-- 1 root wheel 1160 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/filesel/filesel.cc 31915027 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/fixed 31915028 4 -r--r--r-- 1 root wheel 1649 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/fixed/fixed.cc 31915029 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/gdk 31915030 20 -r--r--r-- 1 root wheel 10128 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/gdk/radar.cc 31915031 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/markup 31915032 8 -r--r--r-- 1 root wheel 3685 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/markup/parser.cc 31915033 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/rulers 31915034 4 -r--r--r-- 1 root wheel 1981 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/rulers/rulers.cc 31915035 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/statusbar 31915036 4 -r--r--r-- 1 root wheel 1450 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc 31915037 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/stock 31915038 12 -r--r--r-- 1 root wheel 4706 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/stock/stock.cc 31915039 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/thread 31915040 12 -r--r--r-- 1 root wheel 4369 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher.cc 31915041 16 -r--r--r-- 1 root wheel 6469 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc 31915042 4 -r--r--r-- 1 root wheel 1731 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/thread/thread.cc 31915043 4 -r--r--r-- 1 root wheel 697 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/thread/threadpool.cc 31915044 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/tictactoe 31915045 8 -r--r--r-- 1 root wheel 2455 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc 31915046 4 -r--r--r-- 1 root wheel 489 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc 31915047 4 -r--r--r-- 1 root wheel 1313 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h 31915048 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom 31915049 16 -r--r--r-- 1 root wheel 6178 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.cc 31915050 4 -r--r--r-- 1 root wheel 2045 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.cc 31915051 4 -r--r--r-- 1 root wheel 1013 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/main.cc 31915052 8 -r--r--r-- 1 root wheel 2704 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.h 31915053 4 -r--r--r-- 1 root wheel 1327 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.h 31915054 4 drwxr-xr-x 2 root wheel 512 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/window 31915055 12 -r--r--r-- 1 root wheel 6118 Mar 8 15:39 usr/local/share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc ================================================================ build of /usr/ports/x11-toolkits/gtkmm20-reference ended at Sun Mar 8 15:39:57 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/gtkmm-reference-2.2.12_3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11-toolkits&portname=gtkmm20-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From miwi at FreeBSD.org Sun Mar 8 09:19:51 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Mar 8 09:20:28 2009 Subject: FreeBSD ports you maintain which are out of date Message-ID: <20090308160118.7D56823C958C@portscout.org> Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ converters/fribidi | 0.10.9 | 0.19.1 ------------------------------------------------+-----------------+------------ converters/libiconv | 1.11 | 1.12 ------------------------------------------------+-----------------+------------ deskutils/glabels | 2.2.3 | 2.2.4 ------------------------------------------------+-----------------+------------ deskutils/gnome-pim | 1.4.9 | 1.91.1 ------------------------------------------------+-----------------+------------ devel/g-wrap | 1.9.6 | 1.9.12 ------------------------------------------------+-----------------+------------ devel/libsoup22 | 2.2.105 | 2.2.7 ------------------------------------------------+-----------------+------------ graphics/cairo | 1.8.6 | 5c-1.2 ------------------------------------------------+-----------------+------------ graphics/cairo-reference | 1.8.6 | 5c-1.2 ------------------------------------------------+-----------------+------------ graphics/poppler | 0.8.7 | 0.10.4 ------------------------------------------------+-----------------+------------ graphics/poppler-gtk | 0.8.7 | 0.10.4 ------------------------------------------------+-----------------+------------ graphics/poppler-qt | 0.8.7 | 0.10.4 ------------------------------------------------+-----------------+------------ graphics/poppler-qt4 | 0.8.7 | 0.10.4 ------------------------------------------------+-----------------+------------ graphics/poppler-utils | 0.8.7 | 0.10.4 ------------------------------------------------+-----------------+------------ net-im/libnice | 0.0.4 | 0.0.5 ------------------------------------------------+-----------------+------------ net-im/telepathy-gabble | 0.7.21 | 0.7.22 ------------------------------------------------+-----------------+------------ print/freetype2 | 2.3.7 | 2.3.8 ------------------------------------------------+-----------------+------------ sysutils/hal-info | 20080508 | 20090202 ------------------------------------------------+-----------------+------------ x11-toolkits/guile-gtk | 0.60 | 2.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://beta.inerd.com/portscout-portconfig.txt If you need help, have any problems, find a bug in this software, or wish to stop (or start!) receiving portscout reminders, feel free to contact me at miwi(at)FreeBSD.org. Thanks. From marcus at FreeBSD.org Sun Mar 8 10:32:18 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun Mar 8 10:32:24 2009 Subject: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c Message-ID: <200903081732.n28HWH8Y062051@freefall.freebsd.org> Synopsis: [PATCH] lang/vala: fix compile error in scanner.c State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Sun Mar 8 17:31:16 UTC 2009 State-Changed-Why: Vala builds just fine on -CURRENT and -STABLE. The signal.h include should come from gbacktrace.h which is included via glib.h. I wonder what version of glib20 you have installed, and what your glib/gbacktrace.h looks like. http://www.freebsd.org/cgi/query-pr.cgi?pr=132396 From marcus at marcuscom.com Sun Mar 8 10:40:44 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun Mar 8 10:40:50 2009 Subject: Tons of gdm-simple-greeter errors in /var/log/messages In-Reply-To: <20090307151522.36CE0194C3@bsd.mvh> References: <20090307151522.36CE0194C3@bsd.mvh> Message-ID: <1236534048.11817.38.camel@shumai.marcuscom.com> On Sat, 2009-03-07 at 07:15 -0800, Mike Harding wrote: > Thanks for any help! > > How do I debug this? You should be able to enable debugging with: gconftool-2 --direct --config-source=xml:merged:/usr/local/etc/gdm/home/.gconf.mandatory --set /apps/gdm/simple-greeter/debug -t bool true Joe > > ... > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference > ... > > - Mike H. > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090308/7723e361/attachment.pgp From saper at SYSTEM.PL Sun Mar 8 12:21:23 2009 From: saper at SYSTEM.PL (Marcin Cieslak) Date: Sun Mar 8 12:21:30 2009 Subject: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c In-Reply-To: <200903081732.n28HWH8Y062051@freefall.freebsd.org> References: <200903081732.n28HWH8Y062051@freefall.freebsd.org> Message-ID: <49B41A76.8040500@SYSTEM.PL> It's glib-2.16.3 (well, from April 2008). I have put the contents of my /usr/include/glib-2.0 in http://akson.sgh.waw.pl/~saper/FreeBSD/ports/vala/ (.tar.gz and unpacked for your convenience). --Marcin From marcus at FreeBSD.org Sun Mar 8 12:33:19 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Mar 8 12:33:26 2009 Subject: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c In-Reply-To: <49B41A76.8040500@SYSTEM.PL> References: <200903081732.n28HWH8Y062051@freefall.freebsd.org> <49B41A76.8040500@SYSTEM.PL> Message-ID: <1236540802.11817.46.camel@shumai.marcuscom.com> On Sun, 2009-03-08 at 20:20 +0100, Marcin Cieslak wrote: > It's glib-2.16.3 (well, from April 2008). You need to upgrade. We're at glib-2.18.4 now. Joe > > I have put the contents of my /usr/include/glib-2.0 in > > http://akson.sgh.waw.pl/~saper/FreeBSD/ports/vala/ > > (.tar.gz and unpacked for your convenience). > > --Marcin > -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090308/29cc085c/attachment.pgp From mvh at ix.netcom.com Sun Mar 8 17:53:40 2009 From: mvh at ix.netcom.com (Mike Harding) Date: Sun Mar 8 17:53:45 2009 Subject: Tons of gdm-simple-greeter errors in /var/log/messages In-Reply-To: <1236534048.11817.38.camel@shumai.marcuscom.com> (message from Joe Marcus Clarke on Sun, 08 Mar 2009 13:40:48 -0400) References: <20090307151522.36CE0194C3@bsd.mvh> <1236534048.11817.38.camel@shumai.marcuscom.com> Message-ID: <20090309005330.86595175BB@bsd.mvh> Logged lots of stuff, but not the file with the xml problem... any way I can trace files as they are opened? I tried ktrace but that's a bit of a pig. From marcus at marcuscom.com Sun Mar 8 20:09:05 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sun Mar 8 20:09:11 2009 Subject: Tons of gdm-simple-greeter errors in /var/log/messages In-Reply-To: <20090309005330.86595175BB@bsd.mvh> References: <20090307151522.36CE0194C3@bsd.mvh> <1236534048.11817.38.camel@shumai.marcuscom.com> <20090309005330.86595175BB@bsd.mvh> Message-ID: <1236568149.11817.49.camel@shumai.marcuscom.com> On Sun, 2009-03-08 at 17:53 -0700, Mike Harding wrote: > Logged lots of stuff, but not the file with the xml problem... any way > I can trace files as they are opened? I tried ktrace but that's a bit > of a pig. You could set a gdb breakpoint on the open(2) syscall. But ktrace would probably be easier. Joe > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090309/882f815c/attachment.pgp From linimon at FreeBSD.org Mon Mar 9 00:28:14 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Mar 9 00:28:20 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20090309072813.3C21D1CCD8@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: editors/abiword-docs broken because: segfaults during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=abiword-docs portname: www/epiphany-webkit broken because: is not ready for use; this port should be available in GNOME 2.26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=epiphany-webkit If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From phil.chadwick at optusnet.com.au Mon Mar 9 01:52:58 2009 From: phil.chadwick at optusnet.com.au (Phil Chadwick) Date: Mon Mar 9 01:53:05 2009 Subject: firefox3 port won't build on FreeBSD 6.[14] Message-ID: <200903090441.n294fAVu037101@kt400.optusnet.com.au> Hi, I have been trying to bulid firefox3 on FreeBSD 6.1 and it failed. So I tried firefox2. Got exactly the same problem. So I did a portsnap: portsnap fetch extract portsnap fetch update cd /usr/ports/www/firefox3 make Got exactly the same problems. So I upgraded to FreeBSD 6.4. Got exactly the same problem. The problem is that the atk_* and gtk_* can't be found. I have attached the entire log from the FreeBSD 6.4 build (it compresses well). Cheers, -- Phil In any organisation there will always be one person who knows what is going on. This person must be fired. -- Conway's Law From bugmaster at FreeBSD.org Mon Mar 9 10:15:05 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 9 10:16:10 2009 Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org Message-ID: <200903091715.n29HF4P8045249@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From bugmaster at FreeBSD.org Mon Mar 9 10:15:24 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 9 10:18:03 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200903091715.n29HFNPn045590@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/132398 gnome ww/firefox3: firefox-3.0.7,1 has wrong icon f ports/132396 gnome [PATCH] lang/vala: fix compile error in scanner.c o ports/132389 gnome graphics/gimp installation fails with "/usr/local/incl o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/132292 gnome x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile o ports/132231 gnome [PATCH] www/firefox3: Add option to build with Profile o ports/131769 gnome upgrade ports/converters/libiconv o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU a ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 23 problems total. From sales at computerwide.net Tue Mar 10 02:54:01 2009 From: sales at computerwide.net (ComputerWide) Date: Tue Mar 10 02:54:08 2009 Subject: [ A D V ] Cisco, SONY, Toshiba, HP, etc. Message-ID: <25704934.20090310025355@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP KT457AA#ABA IQ804 ALL-IN-ONE NEW $1,780 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 FE882UA#ABA Pavilion HDX RF $1,132 NB128UA#ABA Pavilion X16-1160 NEW $1,440 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $290 FS118UA#ABA Pavilion TX2627 RF $750 FE917UA#ABA Pavilion TX2524 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 FE921UA#ABA Pavilion TX2508 RF $645 FS152UA#ABA Pavilion DV7-1175 RF $785 FS148UA#ABA Pavilion DV7-1150 RF $645 NB239UA#ABA Pavilion DV7-1232 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $595 FS129UA#ABA Pavilion DV7-1135 RF $575 FE781UA#ABA Pavilion DV9933 RF $750 FE694UA#ABA Pavilion DV9910 RF $555 FS110UA#ABA Presario CQ70-120 RF $520 FS021UA#ABA Pavilion DV5-1160 NEW $890 FS021UA#ABA Pavilion DV5-1160 RF $765 FS026UA#ABA Pavilion DV5-1150 RF $670 NB163UA#ABA Pavilion DV5-1235 NEW $815 FS032UA#ABA Pavilion DV5-1140 RF $625 FE818UA#ABA Pavilion DV6936 RF $625 FE656UA#ABA Pavilion DV6929 RF $520 NB042UA#ABA Presario G60-235 NEW $605 NB041UA#ABA Presario G60-230 NEW $605 NC986UA#ABA Presario G60-127 NEW $585 ZY532UA#ABA Presario CQ60-216 NEW $500 NB049UA#ABA Presario CQ60-211 NEW $460 NB276UA#ABA Presario CQ60-215 NEW $500 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $410 NB068UA#ABA Pavilion DV4-1280 NEW $795 NB071UA#ABA Pavilion DV4-1287 NEW $775 FR926UA#ABA Pavilion DV4-1123 RF $625 FS086UA#ABA Pavilion DV4-1155SE RF $680 FR994UA#ABA Pavilion DV3510 RF $815 Toshiba PTM42U-00C015 Tecra M4-ST1112 RF $315 PPR50C-02G08C Portege R500 RF $735 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSAL6U-03T01E Satellite A355-S6943 NEW $1,150 PSALEU-004005 Satellite A355D-S6889 RF $625 PSAGCU-09S01S Satellite A305-S6916 NEW $920 PSAG8U-03L01E Satellite A305-S6894 NEW $775 PSAG8U-053022 Satellite A305-S6908 NEW $745 PSAHCU-002002 Satellite A305D-S6886 NEW $775 PSLD8U-06C01E Satellite L355-S7902 NEW $700 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $545 PSLB8U-0JS037 Satellite L305-S5920 NEW $510 PSLB8U-0C403F Satellite L305-S5917 NEW $440 PSLC0U-031022 Satellite L305D-S5914 NEW $460 PSMD8U-01W00Y Satellite M305-S4915 NEW $910 PSMD8U-023013 Satellite M305-S4910 NEW $795 PSU44U-03F020 Satellite U405-S2920 NEW $1,150 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU44U-03E020 Satellite U405-S2915 NEW $910 PSU48U-00N00W Satellite U405D-S2910 NEW $855 PQF55U-01V020 Qosmio F55-Q502 RF $815 PQG43U-002001 Qosmio G45-AV690 RF $1,100 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE-179 XPS One_ ALL-IN-ONE RF $765 S1737-156P Studio 1737-156P NEW $835 S1737-145P Studio 1737-145P NEW $835 S1737-248 Studio 1737 RF $690 S17-144B Studio S17-144B NEW $785 S1735-247 Studio 1735 RF $660 S1536-144P Studio 1536-144P NEW $730 S15-158B Studio S15-158B NEW $810 I15-157B Inspiron I15-157B NEW $765 I15-156B Inspiron I15-156B NEW $595 V1510T5670253W Vostro 1510 NEW $650 V1510T562160 Vostro 1510 NEW $610 LXFR-L68B Latitude XFR D630 RF $940 LATG-L52 Latitude ATG D630 RF $680 SONY VGN-TT180C VAIO TT180C NEW $1,730 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,310 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,150 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,100 VGN-TZ270N/B-R VAIO TZ270N/B RF $1,025 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,255 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,255 VGN-TZ170N/N VAIO TZ170N/N NEW $1,200 VGN-FW198U/H VAIO FW198U/H NEW $1,570 VGN-FW373J/B VAIO FW373J/B NEW $1,255 VGN-FW340J/H VAIO FW340J/H NEW $910 VGN-FW390NAB VAIO FW390NAB NEW $870 VGN-FW235J/H VAIO FW235J/H NEW $785 VGN-FW230J/H VAIO FW230J/H NEW $750 VGN-FZ490NBB VAIO FZ490NBB NEW $786 VGN-AW120J/H VAIO AW120J/H NEW $1,465 VGN-SZ740ED VAIO SZ740ED NEW $1,065 VGN-CS230J/Q VAIO CS230J/Q NEW $1,010 VGN-CS230J/W VAIO CS230J/W NEW $1,010 VGN-CS215J/Q VAIO CS215J/Q NEW $900 VGN-CS215J/W VAIO CS215J/W NEW $900 VGN-CS118E/R VAIO CS118E/R NEW $910 VGN-CS118E/P VAIO CS118E/P NEW $910 VGN-CR405E/P VAIO CR405E/P NEW $815 VGN-NS240E/S VAIO NS240E/S NEW $785 VGN-NS240E/W VAIO NS240E/W NEW $785 VGN-NS230E/L VAIO NS230E/L NEW $710 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS230E/P VAIO NS230E/P NEW $710 VGN-NS140E/W VAIO NS140E/W NEW $730 VGN-NS115N/S VAIO NS115N/S NEW $700 VGN-NR475N/S VAIO NR475N/S NEW $625 VGN-NR420E/L VAIO NR420E/L NEW $555 ACER LU.S410B.032 Aspire ONE A150-1029 RF $250 LU.S050B.111 Aspire ONE A150-1570 NEW $290 LU.S050B.182 Aspire ONE A150-1864 RF $250 LU.S020A.012 Aspire ONE A110-1295 RF $190 LU.S030A.014 Aspire ONE A110-1722 RF $190 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.247 Aspire AS8930-6243 RF $940 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.AML0X.086 Aspire AS7720-6569 RF $460 LX.APS0X.050 Aspire AS7720-4634 RF $470 LX.ARH0X.205 Aspire AS7530-5660 RF $440 AS5735-6694 Aspire AS5735-6694 NEW $625 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ATU0X.003 Aspire AS4730-4857 RF $400 LX.TQH0Z.378 TravelMate TM5730-6953 RF $700 LX.TKJ0Z.020 TravelMate TM4720-6410 RF $490 LX.TG606.082 TravelMate TM6292-6856 RF $545 LX.E530Z.235 Extensa EX5620-6030 RF $500 L-1015340R Gateway P-6860FX RF $630 L-1015088R Gateway P-6831FX RF $620 LX.W120X.001 Gateway P-6318U RF $420 LX.W150X.001 Gateway MC-7801U RF $565 MD-7818U Gateway MD-7818U NEW $710 MD-7820U Gateway MD-7820U NEW $660 M-6848 Gateway M-6848 NEW $630 LX.W520X.003 Gateway M-7305U RF $450 LX.W310X.003 Gateway M-2625U RF $500 T-6836 Gateway T-6836 NEW $630 L-1015592R Gateway T-6836 RF $575 L-2906091R Gateway CX2756 RF $575 Lenovo/Asus 4231-3CU Lenovo S10-1211 NEW $375 G50VT-X5 Asus G50VT-X5 NEW $1,130 F6A-X2 Asus F6A-X2 NEW $700 Apple MB470LL/A MacBook Pro 2.4 NEW $1,780 MB766LL/A MacBook Pro 2.5 NEW $2,200 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM= New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3= $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From A-Koziol at neiu.edu Tue Mar 10 09:37:17 2009 From: A-Koziol at neiu.edu (Arthur Koziol) Date: Tue Mar 10 09:37:24 2009 Subject: FreeBSD Port: sysutils/hal Message-ID: <20090310161605.4CA57235C92@neiu-smtp2-out.neiu.edu> Hi, Small typo correction for you: is... 23 Feb 2009 21:44:23 0.5.11_18 marcus * Add support for usb2 in -CURRENT. * Fix processing of devd events. * Add support for the PART GEOM type. * Attempt to fix a race condition where a drive an be learned before its parent. This fix only works on 7.1, RELENG_7, and -CURRENT. but should be... * Attempt to fix a race condition where a drive can be learned before its parent. This fix only works on 7.1, RELENG_7, and -CURRENT. Arthur From awardcenter2009 at gmail.com Tue Mar 10 10:36:51 2009 From: awardcenter2009 at gmail.com (YAHOO AWARD CENTER) Date: Tue Mar 10 10:36:57 2009 Subject: YOU ARE A WINNER OF YAHOO AWARD GRANTS JANUARY 2009 Message-ID: <20090310171008.11031.qmail@be27.masterhost.ru> Awards Centre 124 Stockport Road, Longsight, Manchester M60 2DB - United KingdomTel:+447031925532. This is to inform you that you have won a prize money of Three million,Two Hundred Thousand Great Britain Pounds (GBP 3,200,000.00) for the month of January, 2009 Prize promotion which is organized by YAHOO A WARDS & WINDOWS LIVE. YAHOO collects all the email addresses of the people that are active online, among the millions that subscribed to Yahoo and Hotmail and few from other e-mail providers. Six people are selected monthly to benefit from this promotion and you are one of the Selected Winners which your e-mail address won the Jackpot Prize while other five winners won One Million Great Britain Pounds(GBP 1,000,000.00) each. PAYMENT OF PRIZE / CLAIMS Winners shall be paid in accordance with their Settlement Centers. Yahoo Prize Award must be claimed not later than 10 days from date of Draw Notification. Any prize not claimed within this period will be forfeited and returned to its source as unclaimed. Stated below are your identification numbers: BATCH NUMBER: MFI/06/APA-43658 REFERENCE NUMBER: 2007234522 PIN: 1207 You are requested to contact our Assistant co-ordinator in Manchester and send your winning identification numbers to him: Co-ordinator's Name: Dr. Christopher Adam.E-Mail:award_cent123@yahoo.fr Tel:+447031925532 You are advised to send the following information to our co-ordinator to facilitate the release of of your fund to you. 1. Full name.............................................. 2. Country................................................. 3. Contact Address................................ 4. Telephone Number............................ 5. fax Number.......................................... 5. Marital Status..................................... 6. Occupation.......................................... 7. Sex......................................................... 8. Date of Birth/Age ............................... 9. Identity card(carte identite)............. Congratulations!! once again. Yours in service, Mrs. Mary Anna Jones(Awards coordinator) -------------------------------------------------------------------------------------------------------------------------------------------------WARNING! You must keep strict confidentiality of your Prize Award claims to yourself until your money is successfully handed over to you to avoid disqualification that may arise from double claims. Yahoo Awards Team shall not be held liable for any loss of funds arising from the above mentioned. From sroberts at internet-mail.org Tue Mar 10 12:32:03 2009 From: sroberts at internet-mail.org (S Roberts) Date: Tue Mar 10 12:32:14 2009 Subject: ports/132389: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error In-Reply-To: <200903071620.n27GK3TI065658@freefall.freebsd.org> References: <200903071620.n27GK3TI065658@freefall.freebsd.org> Message-ID: <1236712547.11103.1304683505@webmail.messagingengine.com> Hello, Is there an update on this PR, please? Regards, S Roberts On Sat, 7 Mar 2009 16:20:03 GMT, FreeBSD-gnats-submit@FreeBSD.org said: > Thank you very much for your problem report. > It has the internal identification `ports/132389'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error > >Arrival-Date: Sat Mar 07 16:20:03 UTC 2009 -- S Roberts sroberts@internet-mail.org -- http://www.fastmail.fm - One of many happy users: http://www.fastmail.fm/docs/quotes.html From sroberts at internet-mail.org Tue Mar 10 12:40:04 2009 From: sroberts at internet-mail.org (S Roberts) Date: Tue Mar 10 12:40:11 2009 Subject: ports/132389: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Message-ID: <200903101940.n2AJe4Rn031820@freefall.freebsd.org> The following reply was made to PR ports/132389; it has been noted by GNATS. From: "S Roberts" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/132389: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Date: Tue, 10 Mar 2009 19:15:47 +0000 Hello, Is there an update on this PR, please? Regards, S Roberts On Sat, 7 Mar 2009 16:20:03 GMT, FreeBSD-gnats-submit@FreeBSD.org said: > Thank you very much for your problem report. > It has the internal identification `ports/132389'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error > >Arrival-Date: Sat Mar 07 16:20:03 UTC 2009 -- S Roberts sroberts@internet-mail.org -- http://www.fastmail.fm - One of many happy users: http://www.fastmail.fm/docs/quotes.html From marcus at FreeBSD.org Tue Mar 10 12:45:05 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Tue Mar 10 12:45:11 2009 Subject: ports/132389: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Message-ID: <200903101945.n2AJj346044117@freefall.freebsd.org> Synopsis: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Responsible-Changed-From-To: gnome->gahr Responsible-Changed-By: marcus Responsible-Changed-When: Tue Mar 10 19:44:48 UTC 2009 Responsible-Changed-Why: Moving PR to the gegl maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 From marcus at marcuscom.com Tue Mar 10 12:45:36 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Tue Mar 10 12:45:42 2009 Subject: ports/132389: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error In-Reply-To: <1236712547.11103.1304683505@webmail.messagingengine.com> References: <200903071620.n27GK3TI065658@freefall.freebsd.org> <1236712547.11103.1304683505@webmail.messagingengine.com> Message-ID: <1236714342.14266.81.camel@shumai.marcuscom.com> On Tue, 2009-03-10 at 19:15 +0000, S Roberts wrote: > Hello, > Is there an update on this PR, please? The problem was not with gimp, but with gegl. Gegl was just updated, so it may be fixed. Either way, this PR does not belong with GNOME. I moved it to the gegl maintainer. Joe > > Regards, > > S Roberts > > On Sat, 7 Mar 2009 16:20:03 GMT, FreeBSD-gnats-submit@FreeBSD.org said: > > Thank you very much for your problem report. > > It has the internal identification `ports/132389'. > > The individual assigned to look at your > > report is: freebsd-ports-bugs. > > > > You can access the state of your problem report at any time > > via this link: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 > > > > >Category: ports > > >Responsible: freebsd-ports-bugs > > >Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error > > >Arrival-Date: Sat Mar 07 16:20:03 UTC 2009 > -- > S Roberts > sroberts@internet-mail.org > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090310/39050402/attachment.pgp From edwin at FreeBSD.org Wed Mar 11 06:20:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Mar 11 06:20:21 2009 Subject: ports/132540: sysutils/hal: compile/install error on FreeBSD 8.0-CURRENT Message-ID: <200903111320.n2BDKD8F038965@freefall.freebsd.org> Synopsis: sysutils/hal: compile/install error on FreeBSD 8.0-CURRENT Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 11 13:20:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132540 From jahnke at sonatabio.com Wed Mar 11 08:00:18 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Wed Mar 11 08:00:24 2009 Subject: 2.24.3 Daemons? Message-ID: <1236782081.5150.6.camel@zinfandel> I am in the midst of a clean install of Gnome 2.24.3, xorg 7.4 and 7-STABLE (i386) on an old computer. I am unable to alter menu items from the System -> Administration menu if I start the following daemons in rc.conf: dbus_enable="YES" avahi_daemon_enable="YES" avahi_dnsconfd_enable="YES" hald_enable="YES" However, if I use gnome_enable instead then I can access the Admin menu items. It would seem that I am missing a daemon. Am I? If so, which one? Frank From nguyenthanhphuspkt at gmail.com Thu Mar 12 02:16:48 2009 From: nguyenthanhphuspkt at gmail.com (nguyen thanh phu) Date: Thu Mar 12 02:16:58 2009 Subject: nguyen thanh phu moi ban tham gia GSO-Media! Message-ID: <3F3FE021A68548618F7A51137EDA4B1E@gsomedia.com> Chao Ban, nguyen thanh phu moi ban tham gia chuong trinh thanh vien mien phi www.GSO-MEDIA.com. Ban se co co hoi. * Su dung cac dich vu Rao vat, Ket ban, Nhan tin mien phi. * Duoc tinh diem khi doc quang cao va mua hang giam gia cua cac doi tac GSO. * Duoc cap nhat mien phi cac tin tuc va kinh nghiem ve linh vuc Internet va Thuong mai dien tu. Hay nhap chuot vao day de DANG KY THANH VIEN mien phi. Ban cung co the dung duong link gioi thieu sau de dang ky tham gia vao mang luoi cua nguyen thanh phu: http://www.gso-media.com/home/register.asp?refID=399739 nguyen thanh phu gui kem cho Ban loi nhan sau day: ------------ From plv at farpost.com Thu Mar 12 02:27:40 2009 From: plv at farpost.com (Vadim Pisarev) Date: Thu Mar 12 02:27:47 2009 Subject: device_opened_by_proc() doesn't detect ums0 opened by moused Message-ID: <49B8D164.9090005@farpost.com> Hello, Cause: none of the device names in kif->kf_path for moused are the same as /dev/ums0 Details: $ ps ax | grep moused 20812 ?? Ss 0:01,47 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid $ fstat /dev/ums0 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME root moused 20812 3 /dev 73 crw-rw-rw- usb rw /dev/ums0 $ fstat -p 20812 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root moused 20812 root / 2 drwxr-xr-x 512 r root moused 20812 wd / 2 drwxr-xr-x 512 r root moused 20812 text /usr 8007718 -r-xr-xr-x 36100 r root moused 20812 0 /dev 31 crw-rw-rw- null rw root moused 20812 1 /dev 31 crw-rw-rw- null rw root moused 20812 2 /dev 31 crw-rw-rw- null rw root moused 20812 3 /dev 73 crw-rw-rw- usb rw root moused 20812 4 /dev 69 crw------- consolectl rw root moused 20812 5 /var 164881 -rw------- 5 w See, the actual kf_path is /dev/usb HAL 0.5.11_20, FreeBSD 800062 -- Best regards, Vadim Pisarev From mezz7 at cox.net Thu Mar 12 04:22:47 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu Mar 12 04:22:54 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236782081.5150.6.camel@zinfandel> References: <1236782081.5150.6.camel@zinfandel> Message-ID: On Wed, 11 Mar 2009 08:34:41 -0600, Frank Jahnke wrote: > I am in the midst of a clean install of Gnome 2.24.3, xorg 7.4 and > 7-STABLE (i386) on an old computer. I am unable to alter menu items > from the System -> Administration menu if I start the following daemons > in rc.conf: > > dbus_enable="YES" > avahi_daemon_enable="YES" > avahi_dnsconfd_enable="YES" > hald_enable="YES" > > However, if I use gnome_enable instead then I can access the Admin menu > items. > > It would seem that I am missing a daemon. Am I? If so, which one? Only a missing is gdm. Cheers, Mezz > Frank -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From plopsml at free.fr Thu Mar 12 06:13:39 2009 From: plopsml at free.fr (plopsml@free.fr) Date: Thu Mar 12 06:31:38 2009 Subject: FreeBSD Port: pciids-20090224 Message-ID: <966333265.2917331236852286500.JavaMail.root@zimbra9-e2.priv.proxad.net> Hi, Please note that the misc/pciids port requires pciids-20090224.tar.bz2 that is not in the ftp.freebsd.org distfiles. Best regards, Mikael Davranche From marcus at marcuscom.com Thu Mar 12 08:26:09 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu Mar 12 08:26:14 2009 Subject: device_opened_by_proc() doesn't detect ums0 opened by moused In-Reply-To: <49B8D164.9090005@farpost.com> References: <49B8D164.9090005@farpost.com> Message-ID: <1236871574.22550.0.camel@shumai.marcuscom.com> On Thu, 2009-03-12 at 19:09 +1000, Vadim Pisarev wrote: > Hello, > > Cause: none of the device names in kif->kf_path for moused are the same as /dev/ums0 > > Details: > > $ ps ax | grep moused > 20812 ?? Ss 0:01,47 /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid > > $ fstat /dev/ums0 > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME > root moused 20812 3 /dev 73 crw-rw-rw- usb rw /dev/ums0 > > $ fstat -p 20812 > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W > root moused 20812 root / 2 drwxr-xr-x 512 r > root moused 20812 wd / 2 drwxr-xr-x 512 r > root moused 20812 text /usr 8007718 -r-xr-xr-x 36100 r > root moused 20812 0 /dev 31 crw-rw-rw- null rw > root moused 20812 1 /dev 31 crw-rw-rw- null rw > root moused 20812 2 /dev 31 crw-rw-rw- null rw > root moused 20812 3 /dev 73 crw-rw-rw- usb rw > root moused 20812 4 /dev 69 crw------- consolectl rw > root moused 20812 5 /var 164881 -rw------- 5 w > > See, the actual kf_path is /dev/usb Known issue. You will need to upgrade FreeBSD. Joe > > HAL 0.5.11_20, FreeBSD 800062 > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090312/43747a16/attachment.pgp From jahnke at sonatabio.com Thu Mar 12 08:54:41 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 08:54:47 2009 Subject: 2.24.3 Daemons? In-Reply-To: References: <1236782081.5150.6.camel@zinfandel> Message-ID: <1236873275.46169.112.camel@pinot> On Thu, 2009-03-12 at 05:22 -0600, Jeremy Messenger wrote: > > It would seem that I am missing a daemon. Am I? If so, which one? > > Only a missing is gdm. > Well, sure, but traditionally I have invoked Gnome from the console and have had access to all of its features. That no longer seems to be the case. So it seems that gdm is now doing something that it has not done in the past. Is it no longer possible to avoid gdm for full Gnome functionality? Frank From marcus at marcuscom.com Thu Mar 12 09:21:23 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu Mar 12 09:21:31 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236873275.46169.112.camel@pinot> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> Message-ID: <1236874892.22550.47.camel@shumai.marcuscom.com> On Thu, 2009-03-12 at 08:54 -0700, Frank Jahnke wrote: > On Thu, 2009-03-12 at 05:22 -0600, Jeremy Messenger wrote: > > > > It would seem that I am missing a daemon. Am I? If so, which one? > > > > Only a missing is gdm. > > > > Well, sure, but traditionally I have invoked Gnome from the console and > have had access to all of its features. That no longer seems to be the > case. So it seems that gdm is now doing something that it has not done > in the past. Is it no longer possible to avoid gdm for full Gnome > functionality? GDM starts your session within ConsoleKit. So, yes, you must use GDM to get FULL functionality. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090312/6dcd7e27/attachment.pgp From jahnke at sonatabio.com Thu Mar 12 09:32:26 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 09:32:32 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236874892.22550.47.camel@shumai.marcuscom.com> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> Message-ID: <1236875496.4383.1.camel@zinfandel> On Thu, 2009-03-12 at 12:21 -0400, Joe Marcus Clarke wrote: > > Is it no longer possible to avoid gdm for full Gnome > > functionality? > > GDM starts your session within ConsoleKit. So, yes, you must use GDM to > get FULL functionality. Thanks, Joe. Is it possible (easily) to initiate a ConsoleKit session without GDM? If not, I suppose I will have to get used to it. Frank From marcus at marcuscom.com Thu Mar 12 09:37:00 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu Mar 12 09:37:06 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236875496.4383.1.camel@zinfandel> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> <1236875496.4383.1.camel@zinfandel> Message-ID: <1236875828.22550.49.camel@shumai.marcuscom.com> On Thu, 2009-03-12 at 09:31 -0700, Frank Jahnke wrote: > On Thu, 2009-03-12 at 12:21 -0400, Joe Marcus Clarke wrote: > > > Is it no longer possible to avoid gdm for full Gnome > > > functionality? > > > > GDM starts your session within ConsoleKit. So, yes, you must use GDM to > > get FULL functionality. > > Thanks, Joe. Is it possible (easily) to initiate a ConsoleKit session > without GDM? If not, I suppose I will have to get used to it. You need to use ck-launch-session. Joe > > Frank > > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090312/d2614776/attachment.pgp From jahnke at sonatabio.com Thu Mar 12 09:41:08 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 09:41:15 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236875828.22550.49.camel@shumai.marcuscom.com> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> <1236875496.4383.1.camel@zinfandel> <1236875828.22550.49.camel@shumai.marcuscom.com> Message-ID: <1236876019.4383.4.camel@zinfandel> On Thu, 2009-03-12 at 12:37 -0400, Joe Marcus Clarke wrote: > > Is it possible (easily) to initiate a ConsoleKit session > > without GDM? > You need to use ck-launch-session. Where? In .xinitrc after gnome is invoked, or from a terminal window once gnome has loaded? Automating this would of course be preferred. Frank From marcus at marcuscom.com Thu Mar 12 09:47:49 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Thu Mar 12 09:47:55 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236876019.4383.4.camel@zinfandel> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> <1236875496.4383.1.camel@zinfandel> <1236875828.22550.49.camel@shumai.marcuscom.com> <1236876019.4383.4.camel@zinfandel> Message-ID: <1236876483.22550.51.camel@shumai.marcuscom.com> On Thu, 2009-03-12 at 09:40 -0700, Frank Jahnke wrote: > On Thu, 2009-03-12 at 12:37 -0400, Joe Marcus Clarke wrote: > > > Is it possible (easily) to initiate a ConsoleKit session > > > without GDM? > > > You need to use ck-launch-session. > > Where? In .xinitrc after gnome is invoked, or from a terminal window > once gnome has loaded? Automating this would of course be preferred. I've never used it. It would have to be executed along with dbus-launch. Maybe something like: dbus-launch --exit-with-session ck-launch-session gnome-session Joe > > Frank > > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090312/55680ab4/attachment.pgp From jahnke at sonatabio.com Thu Mar 12 09:59:20 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 09:59:27 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236876483.22550.51.camel@shumai.marcuscom.com> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> <1236875496.4383.1.camel@zinfandel> <1236875828.22550.49.camel@shumai.marcuscom.com> <1236876019.4383.4.camel@zinfandel> <1236876483.22550.51.camel@shumai.marcuscom.com> Message-ID: <1236877111.4383.5.camel@zinfandel> On Thu, 2009-03-12 at 12:48 -0400, Joe Marcus Clarke wrote: > > Where? In .xinitrc after gnome is invoked, or from a terminal window > > once gnome has loaded? Automating this would of course be preferred. > > I've never used it. It would have to be executed along with > dbus-launch. Maybe something like: > > dbus-launch --exit-with-session ck-launch-session gnome-session > I'll give it a go and post back. Frank From thurners at nicsys.de Thu Mar 12 10:29:43 2009 From: thurners at nicsys.de (Stefan Thurner) Date: Thu Mar 12 10:29:50 2009 Subject: FreeBSD Port: graphics/gimp-app Message-ID: <20090312165344.GA57508@xris.fu41.vpn> Hi, since the gegl port has fully implemented options finally, please reactive the option for rsvg in gimp-app port. For users which don't use gnome rsvg brings a lot of gnome-dependencies to gimp. best regards -Stefan -- GPG-encrypted mail welcome! --> ID:E970FCBE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090312/0c8730da/attachment.pgp From mezz7 at cox.net Thu Mar 12 15:21:24 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Thu Mar 12 15:21:29 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236873275.46169.112.camel@pinot> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> Message-ID: On Thu, 12 Mar 2009 09:54:35 -0600, Frank Jahnke wrote: > On Thu, 2009-03-12 at 05:22 -0600, Jeremy Messenger wrote: > >> > It would seem that I am missing a daemon. Am I? If so, which one? >> >> Only a missing is gdm. >> > > Well, sure, but traditionally I have invoked Gnome from the console and > have had access to all of its features. That no longer seems to be the > case. So it seems that gdm is now doing something that it has not done > in the past. Is it no longer possible to avoid gdm for full Gnome > functionality? These day, it's best to use GDM to have the full GNOME desktop. I used to not use GDM and I have to use it since a few version. I personal dislike GDM, but I have to live with it. Cheers, Mezz > Frank -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From jahnke at sonatabio.com Thu Mar 12 15:25:50 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 15:25:56 2009 Subject: 2.24.3 Daemons? In-Reply-To: References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> Message-ID: <1236896746.46169.126.camel@pinot> On Thu, 2009-03-12 at 16:21 -0600, Jeremy Messenger wrote: > Is it no longer possible to avoid gdm for full Gnome > > functionality? > > These day, it's best to use GDM to have the full GNOME desktop. I used to > not use GDM and I have to use it since a few version. I personal dislike > GDM, but I have to live with it. > OK, I get your message. Time to give up old ways. :) Frank From jahnke at sonatabio.com Thu Mar 12 16:40:26 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 16:40:33 2009 Subject: 2.24.3 Daemons? In-Reply-To: <1236876483.22550.51.camel@shumai.marcuscom.com> References: <1236782081.5150.6.camel@zinfandel> <1236873275.46169.112.camel@pinot> <1236874892.22550.47.camel@shumai.marcuscom.com> <1236875496.4383.1.camel@zinfandel> <1236875828.22550.49.camel@shumai.marcuscom.com> <1236876019.4383.4.camel@zinfandel> <1236876483.22550.51.camel@shumai.marcuscom.com> Message-ID: <1236901218.46169.130.camel@pinot> On Thu, 2009-03-12 at 12:48 -0400, Joe Marcus Clarke wrote: > It would have to be executed along with > dbus-launch. Maybe something like: > > dbus-launch --exit-with-session ck-launch-session gnome-session > The simple "exec dbus-launch ..." within .xinitrc did not succeed in getting all of Gnome to work right. Given Mezz's comment, I guess I'll get used to gdm. Perhaps it now will not live up to its obvious acronym (not the one the Gnome people intend). Thanks for the help! Frank From jahnke at sonatabio.com Thu Mar 12 18:16:24 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Thu Mar 12 18:16:31 2009 Subject: Evolution Stability Issues Message-ID: <1236906946.36833.5.camel@zinfandel> I am having stability issues with Evolution 2.24.4 on Gnome 2.24.3/7-STABLE. One is when I delete spam one after another (no filtering is set up yet) Evolution freezes and must be forced to quit. In the other case I cannot print: Evolution crashes. I have cups installed and surprisingly it works well with every other application. It was installed after Gnome. Also, I can print from the "print preview" window, though the margins are a bit odd. Invoking Evolution from the command line does not give any useful hints. I would be happy to compile with debug symbols if that would help. Suggestions would be appreciated. Frank From linimon at FreeBSD.org Fri Mar 13 13:11:36 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Fri Mar 13 13:11:42 2009 Subject: ports/132606: x11/gdm also hangs when system up Message-ID: <200903132011.n2DKBW9r054257@freefall.freebsd.org> Old Synopsis: gdm also hangs when system up New Synopsis: x11/gdm also hangs when system up Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 13 20:11:00 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132606 From 02paradocentes at yahoo.com.ar Fri Mar 13 13:59:11 2009 From: 02paradocentes at yahoo.com.ar (02paradocentes@yahoo.com.ar) Date: Fri Mar 13 13:59:33 2009 Subject: =?iso-8859-1?q?M=E1s_libros_para_Docentes?= Message-ID: <20090313174700.5C67EE358D8A24B6@yahoo.com.ar> Libros para Docentes - Nivel Inicial, Primario y ?reas Especiales - [1]3D"Manual [2]Manual de la Maestra de Preescolar [3]3D"Proyectos [4]Proyectos [6] [8]Manual P [9]M?s Libros Docentes - Nivel Inicia - Nivel Primar [3D"file:=] [11]3D"C?mo [12] [13]3D"Enciclopedia [14]Enciclopedia de [16]Biblioteca d [18]Escuela para Educadores - Enciclopedia de pedagog?a pr?ctica [19]Mas Libros de Psicolog?a y [3D"file:=] [20]3D"Taller [21]Taller de Educaci [22]="Danzas, [23]Danzas, Canciones y Leyendas [25]Eco Manualidades [27]Quier Educaci?n Musical< y Art?s [puntos291.gif"] _________________________________________________________________ Adem?s: [32]Agropecuario - Veterinaria - [33]Arquitectura y Decoraci?n - [34]Arte - [35]Automotor -[36]Ciencias Naturales Tecnolog?a - [37]Cocina y Reposter?a - [38]Computaci?n - [39]Diccionarios - [40]Docentes - Nive Nivel Primario - Educacion F?sica - [42]Educaci?n Pl?stica y Art?stica - Educacion Sexual - [43]Empresas - [44]Enciclopedias - [45]?tica y Civismo - [46]Ficci?n y Qu?mica - [48]Geograf?a - [49]Gram?tica y Lengua - [50]Histori [53]Infantiles - [54]Matem?ticas [56]Pelu [58]Religi?n - [59]T?cnicos -[60]Vi . < C?MPRELOS POR INTERNET Y CASA . por estar amparado por la Constit adem?s de otros considerandos, en su A libertad de expresi?n, edici?n, impresi?n, comercializaci?n de libros y publicaciones no podr? ser re stringida ni obstaculizada... Si no desea recibir m?s este mail, enviar "remover" a [61]bajas@librosyregalos.com References Visible links 1. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 2. 3D"http://www.lib=/ 3. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 4. 3D"http://www.lib=/ 5. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 6. ="http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto=445" 7. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 8. 3D"http://www.l=/ 9. 3D"http://www.librosyregal=/ 10. 3D"http://www.librosyregal=/ 11. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 12. file://localhost/tmp/3D"http 13. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 14. 3D"http://www.librosyr=/ 15. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 16. 3D"http://www.libro=/ 17. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 18. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDP 19. 3D"http://www.lib=/ 20. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 21. 3D"http://www.librosyregal=/ 22. 3D"http://www.libros=/ 23. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProdu 24. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 25. 3D"http://www.librosyregalos.com=/ 26. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 27. file://localhost/tmp/3D"h 28. 3D"http://www.librosyregalos.com.ar/pr 29. 3D"http://www.librosyregalos.com.ar/pr 30. 3D"http://www.librosyregalos.com.ar/pr 31. 3D"http://www.librosyregalos.com.ar/pr 32. 3D"http://www.librosyregalos.com.ar/productos. 33. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=40" 34. 3D"http://www.lib=/ 35. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 36. 3D"http://www.librosyreg=/ 37. 3D"http://www.librosyregalos.com.ar/produ 38. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=7" 39. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 40. 3D"http://www.librosy=/ 41. 3D"http://www.librosyregalos.com.ar/productos.a 42. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 43. 3D"http://www.librosyregalos.=/ 44. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=12" 45. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 46. 3D"http://www.li=/ 47. 3D"http://www.librosyregalos.com.ar/productos 48. ="http://www.librosyregalos.com.ar/productos.asp?IDSeccion=22" 49. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 50. 3D"http://www=/ 51. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSec 52. 3D"http:/ 53. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 54. 3D"http://www.librosyre=/ 55. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 56. 3D"http://=/ 57. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 58. file://localhost/tmp/3D" 59. 3D"http://www.librosyregalos.com.ar/product 60. 3D"http: 61. file://localhost/tmp/3D"ma Hidden links: 62. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto From 02paradocentes at yahoo.com.ar Fri Mar 13 13:59:11 2009 From: 02paradocentes at yahoo.com.ar (02paradocentes@yahoo.com.ar) Date: Fri Mar 13 13:59:34 2009 Subject: =?iso-8859-1?q?M=E1s_libros_para_Docentes?= Message-ID: <20090313174700.5C67EE358D8A24B6@yahoo.com.ar> Libros para Docentes - Nivel Inicial, Primario y ?reas Especiales - [1]3D"Manual [2]Manual de la Maestra de Preescolar [3]3D"Proyectos [4]Proyectos [6] [8]Manual P [9]M?s Libros Docentes - Nivel Inicia - Nivel Primar [3D"file:=] [11]3D"C?mo [12] [13]3D"Enciclopedia [14]Enciclopedia de [16]Biblioteca d [18]Escuela para Educadores - Enciclopedia de pedagog?a pr?ctica [19]Mas Libros de Psicolog?a y [3D"file:=] [20]3D"Taller [21]Taller de Educaci [22]="Danzas, [23]Danzas, Canciones y Leyendas [25]Eco Manualidades [27]Quier Educaci?n Musical< y Art?s [puntos291.gif"] _________________________________________________________________ Adem?s: [32]Agropecuario - Veterinaria - [33]Arquitectura y Decoraci?n - [34]Arte - [35]Automotor -[36]Ciencias Naturales Tecnolog?a - [37]Cocina y Reposter?a - [38]Computaci?n - [39]Diccionarios - [40]Docentes - Nive Nivel Primario - Educacion F?sica - [42]Educaci?n Pl?stica y Art?stica - Educacion Sexual - [43]Empresas - [44]Enciclopedias - [45]?tica y Civismo - [46]Ficci?n y Qu?mica - [48]Geograf?a - [49]Gram?tica y Lengua - [50]Histori [53]Infantiles - [54]Matem?ticas [56]Pelu [58]Religi?n - [59]T?cnicos -[60]Vi . < C?MPRELOS POR INTERNET Y CASA . por estar amparado por la Constit adem?s de otros considerandos, en su A libertad de expresi?n, edici?n, impresi?n, comercializaci?n de libros y publicaciones no podr? ser re stringida ni obstaculizada... Si no desea recibir m?s este mail, enviar "remover" a [61]bajas@librosyregalos.com References Visible links 1. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 2. 3D"http://www.lib=/ 3. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 4. 3D"http://www.lib=/ 5. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 6. ="http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto=445" 7. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 8. 3D"http://www.l=/ 9. 3D"http://www.librosyregal=/ 10. 3D"http://www.librosyregal=/ 11. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 12. file://localhost/tmp/3D"http 13. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 14. 3D"http://www.librosyr=/ 15. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 16. 3D"http://www.libro=/ 17. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 18. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDP 19. 3D"http://www.lib=/ 20. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 21. 3D"http://www.librosyregal=/ 22. 3D"http://www.libros=/ 23. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProdu 24. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 25. 3D"http://www.librosyregalos.com=/ 26. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 27. file://localhost/tmp/3D"h 28. 3D"http://www.librosyregalos.com.ar/pr 29. 3D"http://www.librosyregalos.com.ar/pr 30. 3D"http://www.librosyregalos.com.ar/pr 31. 3D"http://www.librosyregalos.com.ar/pr 32. 3D"http://www.librosyregalos.com.ar/productos. 33. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=40" 34. 3D"http://www.lib=/ 35. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 36. 3D"http://www.librosyreg=/ 37. 3D"http://www.librosyregalos.com.ar/produ 38. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=7" 39. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 40. 3D"http://www.librosy=/ 41. 3D"http://www.librosyregalos.com.ar/productos.a 42. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 43. 3D"http://www.librosyregalos.=/ 44. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=12" 45. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 46. 3D"http://www.li=/ 47. 3D"http://www.librosyregalos.com.ar/productos 48. ="http://www.librosyregalos.com.ar/productos.asp?IDSeccion=22" 49. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 50. 3D"http://www=/ 51. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSec 52. 3D"http:/ 53. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 54. 3D"http://www.librosyre=/ 55. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 56. 3D"http://=/ 57. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 58. file://localhost/tmp/3D" 59. 3D"http://www.librosyregalos.com.ar/product 60. 3D"http: 61. file://localhost/tmp/3D"ma Hidden links: 62. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto From 02paradocentes at yahoo.com.ar Fri Mar 13 13:59:12 2009 From: 02paradocentes at yahoo.com.ar (02paradocentes@yahoo.com.ar) Date: Fri Mar 13 13:59:34 2009 Subject: =?iso-8859-1?q?M=E1s_libros_para_Docentes?= Message-ID: <20090313174700.5C67EE358D8A24B6@yahoo.com.ar> Libros para Docentes - Nivel Inicial, Primario y ?reas Especiales - [1]3D"Manual [2]Manual de la Maestra de Preescolar [3]3D"Proyectos [4]Proyectos [6] [8]Manual P [9]M?s Libros Docentes - Nivel Inicia - Nivel Primar [3D"file:=] [11]3D"C?mo [12] [13]3D"Enciclopedia [14]Enciclopedia de [16]Biblioteca d [18]Escuela para Educadores - Enciclopedia de pedagog?a pr?ctica [19]Mas Libros de Psicolog?a y [3D"file:=] [20]3D"Taller [21]Taller de Educaci [22]="Danzas, [23]Danzas, Canciones y Leyendas [25]Eco Manualidades [27]Quier Educaci?n Musical< y Art?s [puntos291.gif"] _________________________________________________________________ Adem?s: [32]Agropecuario - Veterinaria - [33]Arquitectura y Decoraci?n - [34]Arte - [35]Automotor -[36]Ciencias Naturales Tecnolog?a - [37]Cocina y Reposter?a - [38]Computaci?n - [39]Diccionarios - [40]Docentes - Nive Nivel Primario - Educacion F?sica - [42]Educaci?n Pl?stica y Art?stica - Educacion Sexual - [43]Empresas - [44]Enciclopedias - [45]?tica y Civismo - [46]Ficci?n y Qu?mica - [48]Geograf?a - [49]Gram?tica y Lengua - [50]Histori [53]Infantiles - [54]Matem?ticas [56]Pelu [58]Religi?n - [59]T?cnicos -[60]Vi . < C?MPRELOS POR INTERNET Y CASA . por estar amparado por la Constit adem?s de otros considerandos, en su A libertad de expresi?n, edici?n, impresi?n, comercializaci?n de libros y publicaciones no podr? ser re stringida ni obstaculizada... Si no desea recibir m?s este mail, enviar "remover" a [61]bajas@librosyregalos.com References Visible links 1. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 2. 3D"http://www.lib=/ 3. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 4. 3D"http://www.lib=/ 5. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 6. ="http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto=445" 7. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 8. 3D"http://www.l=/ 9. 3D"http://www.librosyregal=/ 10. 3D"http://www.librosyregal=/ 11. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 12. file://localhost/tmp/3D"http 13. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 14. 3D"http://www.librosyr=/ 15. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 16. 3D"http://www.libro=/ 17. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 18. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDP 19. 3D"http://www.lib=/ 20. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 21. 3D"http://www.librosyregal=/ 22. 3D"http://www.libros=/ 23. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProdu 24. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 25. 3D"http://www.librosyregalos.com=/ 26. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 27. file://localhost/tmp/3D"h 28. 3D"http://www.librosyregalos.com.ar/pr 29. 3D"http://www.librosyregalos.com.ar/pr 30. 3D"http://www.librosyregalos.com.ar/pr 31. 3D"http://www.librosyregalos.com.ar/pr 32. 3D"http://www.librosyregalos.com.ar/productos. 33. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=40" 34. 3D"http://www.lib=/ 35. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 36. 3D"http://www.librosyreg=/ 37. 3D"http://www.librosyregalos.com.ar/produ 38. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=7" 39. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 40. 3D"http://www.librosy=/ 41. 3D"http://www.librosyregalos.com.ar/productos.a 42. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 43. 3D"http://www.librosyregalos.=/ 44. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=12" 45. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 46. 3D"http://www.li=/ 47. 3D"http://www.librosyregalos.com.ar/productos 48. ="http://www.librosyregalos.com.ar/productos.asp?IDSeccion=22" 49. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 50. 3D"http://www=/ 51. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSec 52. 3D"http:/ 53. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 54. 3D"http://www.librosyre=/ 55. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 56. 3D"http://=/ 57. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 58. file://localhost/tmp/3D" 59. 3D"http://www.librosyregalos.com.ar/product 60. 3D"http: 61. file://localhost/tmp/3D"ma Hidden links: 62. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto From 02paradocentes at yahoo.com.ar Fri Mar 13 13:59:12 2009 From: 02paradocentes at yahoo.com.ar (02paradocentes@yahoo.com.ar) Date: Fri Mar 13 13:59:35 2009 Subject: =?iso-8859-1?q?M=E1s_libros_para_Docentes?= Message-ID: <20090313174700.5C67EE358D8A24B6@yahoo.com.ar> Libros para Docentes - Nivel Inicial, Primario y ?reas Especiales - [1]3D"Manual [2]Manual de la Maestra de Preescolar [3]3D"Proyectos [4]Proyectos [6] [8]Manual P [9]M?s Libros Docentes - Nivel Inicia - Nivel Primar [3D"file:=] [11]3D"C?mo [12] [13]3D"Enciclopedia [14]Enciclopedia de [16]Biblioteca d [18]Escuela para Educadores - Enciclopedia de pedagog?a pr?ctica [19]Mas Libros de Psicolog?a y [3D"file:=] [20]3D"Taller [21]Taller de Educaci [22]="Danzas, [23]Danzas, Canciones y Leyendas [25]Eco Manualidades [27]Quier Educaci?n Musical< y Art?s [puntos291.gif"] _________________________________________________________________ Adem?s: [32]Agropecuario - Veterinaria - [33]Arquitectura y Decoraci?n - [34]Arte - [35]Automotor -[36]Ciencias Naturales Tecnolog?a - [37]Cocina y Reposter?a - [38]Computaci?n - [39]Diccionarios - [40]Docentes - Nive Nivel Primario - Educacion F?sica - [42]Educaci?n Pl?stica y Art?stica - Educacion Sexual - [43]Empresas - [44]Enciclopedias - [45]?tica y Civismo - [46]Ficci?n y Qu?mica - [48]Geograf?a - [49]Gram?tica y Lengua - [50]Histori [53]Infantiles - [54]Matem?ticas [56]Pelu [58]Religi?n - [59]T?cnicos -[60]Vi . < C?MPRELOS POR INTERNET Y CASA . por estar amparado por la Constit adem?s de otros considerandos, en su A libertad de expresi?n, edici?n, impresi?n, comercializaci?n de libros y publicaciones no podr? ser re stringida ni obstaculizada... Si no desea recibir m?s este mail, enviar "remover" a [61]bajas@librosyregalos.com References Visible links 1. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 2. 3D"http://www.lib=/ 3. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 4. 3D"http://www.lib=/ 5. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 6. ="http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto=445" 7. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 8. 3D"http://www.l=/ 9. 3D"http://www.librosyregal=/ 10. 3D"http://www.librosyregal=/ 11. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 12. file://localhost/tmp/3D"http 13. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 14. 3D"http://www.librosyr=/ 15. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 16. 3D"http://www.libro=/ 17. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 18. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDP 19. 3D"http://www.lib=/ 20. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 21. 3D"http://www.librosyregal=/ 22. 3D"http://www.libros=/ 23. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProdu 24. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 25. 3D"http://www.librosyregalos.com=/ 26. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?ID 27. file://localhost/tmp/3D"h 28. 3D"http://www.librosyregalos.com.ar/pr 29. 3D"http://www.librosyregalos.com.ar/pr 30. 3D"http://www.librosyregalos.com.ar/pr 31. 3D"http://www.librosyregalos.com.ar/pr 32. 3D"http://www.librosyregalos.com.ar/productos. 33. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=40" 34. 3D"http://www.lib=/ 35. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 36. 3D"http://www.librosyreg=/ 37. 3D"http://www.librosyregalos.com.ar/produ 38. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=7" 39. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 40. 3D"http://www.librosy=/ 41. 3D"http://www.librosyregalos.com.ar/productos.a 42. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 43. 3D"http://www.librosyregalos.=/ 44. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion=12" 45. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 46. 3D"http://www.li=/ 47. 3D"http://www.librosyregalos.com.ar/productos 48. ="http://www.librosyregalos.com.ar/productos.asp?IDSeccion=22" 49. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 50. 3D"http://www=/ 51. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSec 52. 3D"http:/ 53. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 54. 3D"http://www.librosyre=/ 55. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 56. 3D"http://=/ 57. 3D"http://www.librosyregalos.com.ar/productos.asp?IDSeccion 58. file://localhost/tmp/3D" 59. 3D"http://www.librosyregalos.com.ar/product 60. 3D"http: 61. file://localhost/tmp/3D"ma Hidden links: 62. 3D"http://www.librosyregalos.com.ar/detalle_producto.asp?IDProducto From marcus at marcuscom.com Fri Mar 13 21:37:37 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Fri Mar 13 21:37:43 2009 Subject: Evolution Stability Issues In-Reply-To: <1236906946.36833.5.camel@zinfandel> References: <1236906946.36833.5.camel@zinfandel> Message-ID: <1237005475.28505.5.camel@shumai.marcuscom.com> On Thu, 2009-03-12 at 18:15 -0700, Frank Jahnke wrote: > I am having stability issues with Evolution 2.24.4 on Gnome > 2.24.3/7-STABLE. One is when I delete spam one after another (no > filtering is set up yet) Evolution freezes and must be forced to quit. > > In the other case I cannot print: Evolution crashes. I have cups > installed and surprisingly it works well with every other application. > It was installed after Gnome. Also, I can print from the "print > preview" window, though the margins are a bit odd. > > Invoking Evolution from the command line does not give any useful hints. > I would be happy to compile with debug symbols if that would help. You will need to follow the instructions at http://www.freebsd.org/gnome/docs/bugging.html on getting a backtrace with symbols from Evo when it crashes. I use Evo extensively everyday, and it works fine for me. Printing also works, but I do not use CUPS. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090314/8f2b95f0/attachment.pgp From jahnke at sonatabio.com Sat Mar 14 12:56:26 2009 From: jahnke at sonatabio.com (Frank Jahnke) Date: Sat Mar 14 12:56:32 2009 Subject: Evolution Stability Issues In-Reply-To: <1237005475.28505.5.camel@shumai.marcuscom.com> References: <1236906946.36833.5.camel@zinfandel> <1237005475.28505.5.camel@shumai.marcuscom.com> Message-ID: <1237060582.46169.152.camel@pinot> On Sat, 2009-03-14 at 00:37 -0400, Joe Marcus Clarke wrote: > On Thu, 2009-03-12 at 18:15 -0700, Frank Jahnke wrote: > > I am having stability issues with Evolution 2.24.4 on Gnome > > 2.24.3/7-STABLE. > You will need to follow the instructions at > http://www.freebsd.org/gnome/docs/bugging.html on getting a backtrace > with symbols from Evo when it crashes. *blush* I updated to 2.24.5_1 and compiled in debugging symbols, and now all seems to work as it should. The margins are still a bit odd (about 1/4" on the left) but I can live with that for now, at least. I'll use it a bit more and if I find anything amiss I'll post back. Frank From jeff.molofee at pro-westernplastics.com Sat Mar 14 23:27:23 2009 From: jeff.molofee at pro-westernplastics.com (Jeff Molofee) Date: Sat Mar 14 23:27:29 2009 Subject: FreeBSD Port: sysutils/hal Message-ID: <49BC90AC.2080404@pro-westernplastics.com> can't build hal on FreeBSD 8 (current) i386 ../hald/freebsd/.libs/libhald_freebsd.a(osspec.o)(.data.rel.ro+0xc): undefined reference to 'hf_usb2_handler' ../hald/freebsd/.libs/libhald_freebsd.a(hf-devd.o)(.data.rel.ro+0x0): undefined reference to 'hf_usb2_devd_handler' gmake[4]: *** [hald] Error 1 I was hoping you could tell me what I'm doing wrong, or if this is an actual error, as I can't portdowngrade or pkg_add -r hal... so right now I'm stuck in console. From marcus at marcuscom.com Sat Mar 14 23:40:30 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat Mar 14 23:40:38 2009 Subject: FreeBSD Port: sysutils/hal In-Reply-To: <49BC90AC.2080404@pro-westernplastics.com> References: <49BC90AC.2080404@pro-westernplastics.com> Message-ID: <1237099245.28505.66.camel@shumai.marcuscom.com> On Sat, 2009-03-14 at 23:22 -0600, Jeff Molofee wrote: > can't build hal on FreeBSD 8 (current) i386 > > ../hald/freebsd/.libs/libhald_freebsd.a(osspec.o)(.data.rel.ro+0xc): > undefined reference to 'hf_usb2_handler' > ../hald/freebsd/.libs/libhald_freebsd.a(hf-devd.o)(.data.rel.ro+0x0): > undefined reference to 'hf_usb2_devd_handler' > gmake[4]: *** [hald] Error 1 > > I was hoping you could tell me what I'm doing wrong, or if this is an > actual error, as I can't portdowngrade or pkg_add -r hal... so right now > I'm stuck in console. You need to make sure you're on the latest -CURRENT and that the libusb port is NOT installed. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090315/fc47df8a/attachment.pgp From linimon at FreeBSD.org Sun Mar 15 22:25:52 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Mar 15 22:25:58 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200903160525.n2G5PpI9068367@freefall.freebsd.org> Old Synopsis: hal build failed New Synopsis: sysutils/hal build failed Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon Mar 16 05:24:10 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132684 From bugmaster at FreeBSD.org Mon Mar 16 04:06:55 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 16 04:08:06 2009 Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org Message-ID: <200903161106.n2GB6s3v043249@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From bugmaster at FreeBSD.org Mon Mar 16 04:07:14 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 16 04:09:56 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200903161107.n2GB7CuW043581@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/132684 gnome sysutils/hal build failed o ports/132606 gnome x11/gdm also hangs when system up o ports/132540 gnome sysutils/hal: compile/install error on FreeBSD 8.0-CUR o ports/132398 gnome ww/firefox3: firefox-3.0.7,1 has wrong icon f ports/132396 gnome [PATCH] lang/vala: fix compile error in scanner.c o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/132292 gnome x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile o ports/132231 gnome [PATCH] www/firefox3: Add option to build with Profile o ports/131769 gnome upgrade ports/converters/libiconv o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU a ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 25 problems total. From QAT at FreeBSD.org Tue Mar 17 07:28:08 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Mar 17 07:28:15 2009 Subject: textproc/libxml2-reference - fails: mtree Message-ID: <20090317141439.C7DAE8FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: libxml2-reference-2.7.3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/textproc/libxml2-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ The build of this port was tried 5 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.log : 31209497 8 -rw-r--r-- 1 root wheel 3866 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/ar01s07.html 31209498 8 -rw-r--r-- 1 root wheel 3894 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/ar01s08.html 31209499 16 -rw-r--r-- 1 root wheel 7603 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/ar01s09.html 31209500 4 -rw-r--r-- 1 root wheel 1136 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includeaddattribute.c 31209501 4 -rw-r--r-- 1 root wheel 1320 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includeaddkeyword.c 31209502 4 -rw-r--r-- 1 root wheel 1808 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includeconvert.c 31209504 4 -rw-r--r-- 1 root wheel 1351 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includekeyword.c 31209503 4 -rw-r--r-- 1 root wheel 1171 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includegetattribute.c 31209505 4 -rw-r--r-- 1 root wheel 1491 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/includexpath.c 31209506 12 -rw-r--r-- 1 root wheel 5930 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/index.html 31209507 8 -rw-r--r-- 1 root wheel 2545 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/ix01.html 31209508 104 -rw-r--r-- 1 root wheel 51709 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/xmltutorial.pdf 31209509 4 drwxr-xr-x 3 root wheel 512 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images 31209510 4 -rw-r--r-- 1 root wheel 374 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/blank.png 31209511 4 -rw-r--r-- 1 root wheel 1250 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/caution.png 31209512 36 -rw-r--r-- 1 root wheel 17454 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/draft.png 31209513 4 -rw-r--r-- 1 root wheel 1156 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/home.png 31209514 4 -rw-r--r-- 1 root wheel 722 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/important.png 31209515 4 -rw-r--r-- 1 root wheel 1150 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/next.png 31209516 4 -rw-r--r-- 1 root wheel 490 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/note.png 31209517 4 -rw-r--r-- 1 root wheel 1132 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/prev.png 31209518 4 -rw-r--r-- 1 root wheel 449 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/tip.png 31209519 4 -rw-r--r-- 1 root wheel 318 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/toc-blank.png 31209520 4 -rw-r--r-- 1 root wheel 259 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/toc-minus.png 31209521 4 -rw-r--r-- 1 root wheel 264 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/toc-plus.png 31209522 4 -rw-r--r-- 1 root wheel 1111 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/up.png 31209523 4 -rw-r--r-- 1 root wheel 1241 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/warning.png 31209524 4 drwxr-xr-x 2 root wheel 512 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts 31209525 4 -rw-r--r-- 1 root wheel 329 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/1.png 31209526 4 -rw-r--r-- 1 root wheel 361 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/10.png 31209527 4 -rw-r--r-- 1 root wheel 353 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/2.png 31209528 4 -rw-r--r-- 1 root wheel 350 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/3.png 31209529 4 -rw-r--r-- 1 root wheel 345 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/4.png 31209530 4 -rw-r--r-- 1 root wheel 348 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/5.png 31209531 4 -rw-r--r-- 1 root wheel 355 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/6.png 31209532 4 -rw-r--r-- 1 root wheel 344 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/7.png 31209533 4 -rw-r--r-- 1 root wheel 357 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/8.png 31209534 4 -rw-r--r-- 1 root wheel 357 Mar 17 14:14 usr/local/share/doc/libxml2/tutorial/images/callouts/9.png ================================================================ build of /usr/ports/textproc/libxml2-reference ended at Tue Mar 17 14:14:37 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=textproc&portname=libxml2-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Tue Mar 17 07:29:26 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Mar 17 07:29:33 2009 Subject: textproc/libxslt-reference - fails: mtree Message-ID: <20090317141558.C00B78FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: libxslt-reference-1.1.24 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/textproc/libxslt-reference/Makefile,v 1.2 2006/05/31 22:18:47 mezz Exp $ The build of this port was tried 5 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libxslt-reference-1.1.24.log : 31159870 16 -rw-r--r-- 1 root wheel 6594 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-lib.html 31159871 32 -rw-r--r-- 1 root wheel 15468 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-namespaces.html 31159872 16 -rw-r--r-- 1 root wheel 7486 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-numbersInternals.html 31159873 36 -rw-r--r-- 1 root wheel 16553 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-pattern.html 31159874 20 -rw-r--r-- 1 root wheel 8578 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-preproc.html 31159875 40 -rw-r--r-- 1 root wheel 19998 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-security.html 31159876 44 -rw-r--r-- 1 root wheel 20743 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-templates.html 31159877 96 -rw-r--r-- 1 root wheel 49103 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-transform.html 31159878 44 -rw-r--r-- 1 root wheel 21639 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-variables.html 31159879 16 -rw-r--r-- 1 root wheel 7637 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-xslt.html 31159880 212 -rw-r--r-- 1 root wheel 106993 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-xsltInternals.html 31159881 16 -rw-r--r-- 1 root wheel 6579 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-xsltexports.html 31159882 100 -rw-r--r-- 1 root wheel 49529 Mar 17 14:15 usr/local/share/doc/libxslt/html/libxslt-xsltutils.html 31159883 4 -rw-r--r-- 1 root wheel 654 Mar 17 14:15 usr/local/share/doc/libxslt/html/home.png 31159884 4 -rw-r--r-- 1 root wheel 459 Mar 17 14:15 usr/local/share/doc/libxslt/html/left.png 31159885 4 -rw-r--r-- 1 root wheel 472 Mar 17 14:15 usr/local/share/doc/libxslt/html/right.png 31159886 4 -rw-r--r-- 1 root wheel 406 Mar 17 14:15 usr/local/share/doc/libxslt/html/up.png 31159887 4 drwxr-xr-x 2 root wheel 512 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT 31159888 28 -rw-r--r-- 1 root wheel 13290 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/APIchunk0.html 31159889 12 -rw-r--r-- 1 root wheel 5016 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/APIconstructors.html 31159890 16 -rw-r--r-- 1 root wheel 7508 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/APIfiles.html 31159891 12 -rw-r--r-- 1 root wheel 5044 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/APIfunctions.html 31159892 16 -rw-r--r-- 1 root wheel 7490 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/APIsymbols.html 31159893 20 -rw-r--r-- 1 root wheel 9406 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/bugs.html 31159894 12 -rw-r--r-- 1 root wheel 5567 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/docs.html 31159895 16 -rw-r--r-- 1 root wheel 6989 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/downloads.html 31159896 20 -rw-r--r-- 1 root wheel 10136 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/exslt.html 31159897 12 -rw-r--r-- 1 root wheel 6002 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/help.html 31159898 12 -rw-r--r-- 1 root wheel 5451 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/index.html 31159899 12 -rw-r--r-- 1 root wheel 5793 Mar 17 14:15 usr/local/share/doc/libxslt/html/EXSLT/intro.html 31159900 4 drwxr-xr-x 2 root wheel 512 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial 31159901 8 -rw-r--r-- 1 root wheel 2543 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial/libxslt_tutorial.c 31159902 32 -rw-r--r-- 1 root wheel 15424 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.html 31159903 24 -rw-r--r-- 1 root wheel 10746 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial/libxslttutorial.xml 31159904 4 drwxr-xr-x 2 root wheel 512 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial2 31159905 12 -rw-r--r-- 1 root wheel 4340 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.c 31159906 72 -rw-r--r-- 1 root wheel 35364 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.html 31159907 56 -rw-r--r-- 1 root wheel 28194 Mar 17 14:15 usr/local/share/doc/libxslt/html/tutorial2/libxslt_pipes.xml ================================================================ build of /usr/ports/textproc/libxslt-reference ended at Tue Mar 17 14:15:56 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/libxslt-reference-1.1.24.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=textproc&portname=libxslt-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From xcllnt at mac.com Tue Mar 17 14:24:05 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Mar 17 14:24:11 2009 Subject: USB2: usb_device_info not declared (redux) Message-ID: I got the following error building KDE4 on FreeBSD/powerpc (-current): In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not been declared *** Error code 1 Do we have closure on where it's going to be fixed? Do we know if GNOME is affected as well? Andrew: you were think about adding the ioctl. Did you reach a conclusion? -- Marcel Moolenaar xcllnt@mac.com From marcus at marcuscom.com Tue Mar 17 14:55:57 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Tue Mar 17 14:56:14 2009 Subject: USB2: usb_device_info not declared (redux) In-Reply-To: References: Message-ID: <1237326957.5465.100.camel@shumai.marcuscom.com> On Tue, 2009-03-17 at 13:23 -0700, Marcel Moolenaar wrote: > I got the following error building KDE4 on FreeBSD/powerpc (-current): > > In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ > kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: > /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ > kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not > been declared > *** Error code 1 > > Do we have closure on where it's going to be fixed? > Do we know if GNOME is affected as well? All GNOME Desktop components should now be building on the latest -CURRENT. Joe > > Andrew: you were think about adding the ioctl. > Did you reach a conclusion? > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090317/1d70fb50/attachment.pgp From xcllnt at mac.com Tue Mar 17 15:27:19 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Tue Mar 17 15:27:36 2009 Subject: USB2: usb_device_info not declared (redux) In-Reply-To: <1237326957.5465.100.camel@shumai.marcuscom.com> References: <1237326957.5465.100.camel@shumai.marcuscom.com> Message-ID: <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> On Mar 17, 2009, at 2:55 PM, Joe Marcus Clarke wrote: > On Tue, 2009-03-17 at 13:23 -0700, Marcel Moolenaar wrote: >> I got the following error building KDE4 on FreeBSD/powerpc (- >> current): >> >> In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ >> kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: >> /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ >> kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not >> been declared >> *** Error code 1 >> >> Do we have closure on where it's going to be fixed? >> Do we know if GNOME is affected as well? > > All GNOME Desktop components should now be building on the latest > -CURRENT. Ok. I guess we change consumers. I switch to GNOME again (I keep ping-ponging :-) Thanks for tracking -current so closely. It's very much appreciated! -- Marcel Moolenaar xcllnt@mac.com From marcus at marcuscom.com Tue Mar 17 15:37:06 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Tue Mar 17 15:37:13 2009 Subject: USB2: usb_device_info not declared (redux) In-Reply-To: <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> References: <1237326957.5465.100.camel@shumai.marcuscom.com> <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> Message-ID: <1237329427.5465.136.camel@shumai.marcuscom.com> On Tue, 2009-03-17 at 15:27 -0700, Marcel Moolenaar wrote: > On Mar 17, 2009, at 2:55 PM, Joe Marcus Clarke wrote: > > > On Tue, 2009-03-17 at 13:23 -0700, Marcel Moolenaar wrote: > >> I got the following error building KDE4 on FreeBSD/powerpc (- > >> current): > >> > >> In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ > >> kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: > >> /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ > >> kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not > >> been declared > >> *** Error code 1 > >> > >> Do we have closure on where it's going to be fixed? > >> Do we know if GNOME is affected as well? > > > > All GNOME Desktop components should now be building on the latest > > -CURRENT. > > Ok. I guess we change consumers. > > I switch to GNOME again (I keep ping-ponging :-) > > Thanks for tracking -current so closely. It's very much appreciated! Tracking -CURRENT is the key. This means running delete-old and delete-old-libs, and removing stale packages. In this case, you should NOT have devel/libusb installed on -CURRENT anymore. If you do that, you shouldn't have any issues with GNOME. I'm running GNOME 2.25 on -CURRENT i386 and amd64 quite well. I assume 2.24 should be okay, but any issues found will be fixed. Joe > -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090317/eb2d98ec/attachment.pgp From jrh29 at alumni.cwru.edu Tue Mar 17 18:10:58 2009 From: jrh29 at alumni.cwru.edu (Justin Hibbits) Date: Tue Mar 17 18:11:09 2009 Subject: USB2: usb_device_info not declared (redux) In-Reply-To: <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> References: <1237326957.5465.100.camel@shumai.marcuscom.com> <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> Message-ID: <20090317225553.GA20340@narn.knownspace> On Tue, Mar 17, 2009 at 03:27:17PM -0700, Marcel Moolenaar wrote: > > On Mar 17, 2009, at 2:55 PM, Joe Marcus Clarke wrote: > > > On Tue, 2009-03-17 at 13:23 -0700, Marcel Moolenaar wrote: > >> I got the following error building KDE4 on FreeBSD/powerpc (- > >> current): > >> > >> In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ > >> kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: > >> /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ > >> kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not > >> been declared > >> *** Error code 1 > >> > >> Do we have closure on where it's going to be fixed? > >> Do we know if GNOME is affected as well? > > > > All GNOME Desktop components should now be building on the latest > > -CURRENT. > > Ok. I guess we change consumers. > > I switch to GNOME again (I keep ping-ponging :-) > > Thanks for tracking -current so closely. It's very much appreciated! > > -- > Marcel Moolenaar > xcllnt@mac.com A patch to kdebase4 was applied recently as well (last couple days). Updating your ports tree to today's should fix that. - Justin From sales at computerwide.net Tue Mar 17 20:59:57 2009 From: sales at computerwide.net (ComputerWide) Date: Tue Mar 17 21:00:04 2009 Subject: [ A D V ] Networking and NoteBooks... Message-ID: <03463081.20090317205953@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP KT457AA#ABA IQ804 ALL-IN-ONE NEW $1,780 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 FE882UA#ABA Pavilion HDX RF $1,132 NB128UA#ABA Pavilion X16-1160 NEW $1,440 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $290 FS118UA#ABA Pavilion TX2627 RF $750 FE917UA#ABA Pavilion TX2524 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 FE921UA#ABA Pavilion TX2508 RF $645 FS152UA#ABA Pavilion DV7-1175 RF $785 FS148UA#ABA Pavilion DV7-1150 RF $645 NB239UA#ABA Pavilion DV7-1232 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $595 FS129UA#ABA Pavilion DV7-1135 RF $575 FE781UA#ABA Pavilion DV9933 RF $750 FE694UA#ABA Pavilion DV9910 RF $555 FS110UA#ABA Presario CQ70-120 RF $520 FS021UA#ABA Pavilion DV5-1160 NEW $890 FS021UA#ABA Pavilion DV5-1160 RF $765 FS026UA#ABA Pavilion DV5-1150 RF $670 NB163UA#ABA Pavilion DV5-1235 NEW $815 FS032UA#ABA Pavilion DV5-1140 RF $625 FE818UA#ABA Pavilion DV6936 RF $625 FE656UA#ABA Pavilion DV6929 RF $520 NB042UA#ABA Presario G60-235 NEW $605 NB041UA#ABA Presario G60-230 NEW $605 NC986UA#ABA Presario G60-127 NEW $585 ZY532UA#ABA Presario CQ60-216 NEW $500 NB049UA#ABA Presario CQ60-211 NEW $460 NB276UA#ABA Presario CQ60-215 NEW $500 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $410 NB068UA#ABA Pavilion DV4-1280 NEW $795 NB071UA#ABA Pavilion DV4-1287 NEW $775 FR926UA#ABA Pavilion DV4-1123 RF $625 FS086UA#ABA Pavilion DV4-1155SE RF $680 FR994UA#ABA Pavilion DV3510 RF $815 Toshiba PTM42U-00C015 Tecra M4-ST1112 RF $315 PPR50C-02G08C Portege R500 RF $735 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSAL6U-03T01E Satellite A355-S6943 NEW $1,150 PSALEU-004005 Satellite A355D-S6889 RF $625 PSAGCU-09S01S Satellite A305-S6916 NEW $920 PSAG8U-03L01E Satellite A305-S6894 NEW $775 PSAG8U-053022 Satellite A305-S6908 NEW $745 PSAHCU-002002 Satellite A305D-S6886 NEW $775 PSLD8U-06C01E Satellite L355-S7902 NEW $700 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $545 PSLB8U-0JS037 Satellite L305-S5920 NEW $510 PSLB8U-0C403F Satellite L305-S5917 NEW $440 PSLC0U-031022 Satellite L305D-S5914 NEW $460 PSMD8U-01W00Y Satellite M305-S4915 NEW $910 PSMD8U-023013 Satellite M305-S4910 NEW $795 PSU44U-03F020 Satellite U405-S2920 NEW $1,150 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU44U-03E020 Satellite U405-S2915 NEW $910 PSU48U-00N00W Satellite U405D-S2910 NEW $855 PQF55U-01V020 Qosmio F55-Q502 RF $815 PQG43U-002001 Qosmio G45-AV690 RF $1,100 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE-179 XPS One_ ALL-IN-ONE RF $765 S1737-156P Studio 1737-156P NEW $835 S1737-145P Studio 1737-145P NEW $835 S1737-248 Studio 1737 RF $690 S17-144B Studio S17-144B NEW $785 S1735-247 Studio 1735 RF $660 S1536-144P Studio 1536-144P NEW $730 S15-158B Studio S15-158B NEW $810 I15-157B Inspiron I15-157B NEW $765 I15-156B Inspiron I15-156B NEW $595 V1510T5670253W Vostro 1510 NEW $650 V1510T562160 Vostro 1510 NEW $610 LXFR-L68B Latitude XFR D630 RF $940 LATG-L52 Latitude ATG D630 RF $680 SONY VGN-TT180C VAIO TT180C NEW $1,730 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,310 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,150 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,100 VGN-TZ270N/B-R VAIO TZ270N/B RF $1,025 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,255 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,255 VGN-TZ170N/N VAIO TZ170N/N NEW $1,200 VGN-FW198U/H VAIO FW198U/H NEW $1,570 VGN-FW373J/B VAIO FW373J/B NEW $1,255 VGN-FW340J/H VAIO FW340J/H NEW $910 VGN-FW390NAB VAIO FW390NAB NEW $870 VGN-FW235J/H VAIO FW235J/H NEW $785 VGN-FW230J/H VAIO FW230J/H NEW $750 VGN-FZ490NBB VAIO FZ490NBB NEW $786 VGN-AW120J/H VAIO AW120J/H NEW $1,465 VGN-SZ740ED VAIO SZ740ED NEW $1,065 VGN-CS230J/Q VAIO CS230J/Q NEW $1,010 VGN-CS230J/W VAIO CS230J/W NEW $1,010 VGN-CS215J/Q VAIO CS215J/Q NEW $900 VGN-CS215J/W VAIO CS215J/W NEW $900 VGN-CS118E/R VAIO CS118E/R NEW $910 VGN-CS118E/P VAIO CS118E/P NEW $910 VGN-CR405E/P VAIO CR405E/P NEW $815 VGN-NS240E/S VAIO NS240E/S NEW $785 VGN-NS240E/W VAIO NS240E/W NEW $785 VGN-NS230E/L VAIO NS230E/L NEW $710 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS230E/P VAIO NS230E/P NEW $710 VGN-NS140E/W VAIO NS140E/W NEW $730 VGN-NS115N/S VAIO NS115N/S NEW $700 VGN-NR475N/S VAIO NR475N/S NEW $625 VGN-NR420E/L VAIO NR420E/L NEW $555 ACER LU.S410B.032 Aspire ONE A150-1029 RF $250 LU.S050B.111 Aspire ONE A150-1570 NEW $290 LU.S050B.182 Aspire ONE A150-1864 RF $250 LU.S020A.012 Aspire ONE A110-1295 RF $190 LU.S030A.014 Aspire ONE A110-1722 RF $190 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.247 Aspire AS8930-6243 RF $940 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.AML0X.086 Aspire AS7720-6569 RF $460 LX.APS0X.050 Aspire AS7720-4634 RF $470 LX.ARH0X.205 Aspire AS7530-5660 RF $440 AS5735-6694 Aspire AS5735-6694 NEW $625 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ATU0X.003 Aspire AS4730-4857 RF $400 LX.TQH0Z.378 TravelMate TM5730-6953 RF $700 LX.TKJ0Z.020 TravelMate TM4720-6410 RF $490 LX.TG606.082 TravelMate TM6292-6856 RF $545 LX.E530Z.235 Extensa EX5620-6030 RF $500 L-1015340R Gateway P-6860FX RF $630 L-1015088R Gateway P-6831FX RF $620 LX.W120X.001 Gateway P-6318U RF $420 LX.W150X.001 Gateway MC-7801U RF $565 MD-7818U Gateway MD-7818U NEW $710 MD-7820U Gateway MD-7820U NEW $660 M-6848 Gateway M-6848 NEW $630 LX.W520X.003 Gateway M-7305U RF $450 LX.W310X.003 Gateway M-2625U RF $500 T-6836 Gateway T-6836 NEW $630 L-1015592R Gateway T-6836 RF $575 L-2906091R Gateway CX2756 RF $575 Lenovo/Asus 4231-3CU Lenovo S10-1211 NEW $375 G50VT-X5 Asus G50VT-X5 NEW $1,130 F6A-X2 Asus F6A-X2 NEW $700 Apple MB470LL/A MacBook Pro 2.4 NEW $1,780 MB766LL/A MacBook Pro 2.5 NEW $2,200 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM= New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3= $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From QAT at FreeBSD.org Tue Mar 17 23:17:16 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Mar 17 23:17:28 2009 Subject: cvs commit: ports/textproc/libxml2-reference Makefile ports/textproc/libxslt-reference Makefile In-Reply-To: <200903180507.n2I57Rk5096792@repoman.freebsd.org> References: <200903180507.n2I57Rk5096792@repoman.freebsd.org> Message-ID: <20090318060341.C37BD8FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a PLIST error while trying to build: libxml2-reference-2.7.3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/textproc/libxml2-reference/Makefile,v 1.3 2009/03/18 05:07:27 marcus Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.log : add_pkg ===> Installing for libxml2-reference-2.7.3 ===> Generating temporary packing list ===> Checking if textproc/libxml2-reference already installed ===> Registering installation for libxml2-reference-2.7.3 ================================================================ ======================================== ===> Building package for libxml2-reference-2.7.3 tar: share/examples/libxml2/testHTML.c: Cannot stat: No such file or directory tar: share/examples/libxml2/testSAX.c: Cannot stat: No such file or directory tar: share/examples/libxml2/testXPath.c: Cannot stat: No such file or directory tar: share/examples/libxml2/xmllint.c: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/libxml2-reference-2.7.3.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/libxml2-reference-2.7.3.tbz' *** Error code 1 Stop in /a/ports/textproc/libxml2-reference. Deleting libxml2-reference-2.7.3 pkg_delete: file '/usr/local/share/examples/libxml2/testHTML.c' doesn't exist pkg_delete: file '/usr/local/share/examples/libxml2/testSAX.c' doesn't exist pkg_delete: file '/usr/local/share/examples/libxml2/testXPath.c' doesn't exist pkg_delete: file '/usr/local/share/examples/libxml2/xmllint.c' doesn't exist pkg_delete: file '/usr/local/share/examples/libxml2' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/share/examples/libxml2' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) === Checking filesystem state Deleting libxml2-2.7.3 Deleting gmake-3.81_3 Deleting gettext-0.17_1 Deleting pkg-config-0.23_1 Deleting libiconv-1.11_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/textproc/libxml2-reference ended at Wed Mar 18 06:03:39 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/libxml2-reference-2.7.3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=textproc&portname=libxml2-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From invalid.pointer at gmail.com Thu Mar 19 10:43:23 2009 From: invalid.pointer at gmail.com (Manish Jain) Date: Thu Mar 19 10:43:30 2009 Subject: Looking for a suitable window manager capable of replacing the old sawfish Message-ID: <49C27E6B.5090500@gmail.com> Hi, I am migrating from RedHatLinux-7.2 to FreeBSD-7.1. I am used to RHL-7.2's sawfish which was capable of remembering window placement, size and position of X clients. I am looking for a gnome-compliant window manager on FreeBSD-7.1 which can do the same. Neither metacity nor the new sawfish seem to be able to do the job. Can anybody please make a suggestion ? Thanks in advance Manish Jain invalid.pointer@gmail.com From oberman at es.net Fri Mar 20 09:08:07 2009 From: oberman at es.net (Kevin Oberman) Date: Fri Mar 20 09:08:13 2009 Subject: Looking for a suitable window manager capable of replacing the old sawfish In-Reply-To: Your message of "Thu, 19 Mar 2009 22:48:35 +0530." <49C27E6B.5090500@gmail.com> Message-ID: <20090320160803.55CC01CC0B@ptavv.es.net> > Date: Thu, 19 Mar 2009 22:48:35 +0530 > From: Manish Jain > Sender: owner-freebsd-gnome@freebsd.org > > > Hi, > > I am migrating from RedHatLinux-7.2 to FreeBSD-7.1. I am used to > RHL-7.2's sawfish which was capable of remembering window placement, > size and position of X clients. I am looking for a gnome-compliant > window manager on FreeBSD-7.1 which can do the same. Neither > metacity nor the new sawfish seem to be able to do the job. > > Can anybody please make a suggestion ? The inability to remember sessions is a problem with Gnome 2.24, not with the window manager. It seems that gnome-session for 2.24 was shipped with the "save session" routing turned into a no-op. This has resulted in several significant Linux distros staying on Gnome 2.22. See http://np237.livejournal.com/22014.html for more details. At this time, I know of no fix. I have worked around it by setting up startup tasks to fire up the applications I want at login. No the same thing, but better than a blank desktop. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From QAT at FreeBSD.org Sat Mar 21 00:01:10 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Mar 21 00:01:27 2009 Subject: cvs commit: ports/net-im/telepathy-gabble Makefile distinfo In-Reply-To: <200903210505.n2L55g6A037630@repoman.freebsd.org> References: <200903210505.n2L55g6A037630@repoman.freebsd.org> Message-ID: <20090321064711.1CDA78FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a configure error while trying to build: telepathy-gabble-0.7.23 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/net-im/telepathy-gabble/Makefile,v 1.22 2009/03/21 05:05:42 marcus Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/telepathy-gabble-0.7.23.log : checking for DBUS... yes checking for TP_GLIB... yes checking for res_query... yes checking for xsltproc... xsltproc checking for python2.3... no checking for python2.4... no checking for python2.5... python2.5 checking for Python >= 2.5 with Twisted and XMPP protocol support... python2.6: not found checking for LOUDMOUTH... yes checking for SOUP... gnome-config: not found configure: error: Package requirements (libsoup-2.4) were not met: No package 'libsoup-2.4' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables SOUP_CFLAGS and SOUP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/work/a/ports/net-im/telepathy-gabble/work/telepathy-gabble-0.7.23/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /a/ports/net-im/telepathy-gabble. ================================================================ build of /usr/ports/net-im/telepathy-gabble ended at Sat Mar 21 06:47:09 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/telepathy-gabble-0.7.23.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=net-im&portname=telepathy-gabble The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sat Mar 21 08:31:43 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sat Mar 21 08:31:50 2009 Subject: cvs commit: ports/net-im/telepathy-gabble Makefile In-Reply-To: <200903211054.n2LAsF9h081137@repoman.freebsd.org> References: <200903211054.n2LAsF9h081137@repoman.freebsd.org> Message-ID: <20090321151739.C803B8FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a depend_object error while trying to build: telepathy-gabble-0.7.23 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/net-im/telepathy-gabble/Makefile,v 1.23 2009/03/21 10:54:14 kwm Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/telepathy-gabble-0.7.23.log : creating uri-parsing cc -DHAVE_CONFIG_H -I. -I.. -I.. -DSRCDIR=\""."\" -DLIBSOUP_DISABLE_DEPRECATED -I/usr/local/include/libxml2 -I/usr/local/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -MT ssl-test.o -MD -MP -MF .deps/ssl-test.Tpo -c -o ssl-test.o ssl-test.c mv -f .deps/ssl-test.Tpo .deps/ssl-test.Po /bin/sh /work/a/ports/devel/libsoup/work/gnome-libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -L/usr/local/lib -o ssl-test ssl-test.o test-utils.o ../libsoup/libsoup-2.4.la -pthread -L/usr/local/lib -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 cc -O2 -fno-strict-aliasing -pipe -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o .libs/ssl-test ssl-test.o test-utils.o -pthread -L/usr/local/lib ../libsoup/.libs/libsoup-2.4.so /usr/local/lib/libxml2.so -lm /usr/local/lib/libgnutls.so -lz /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so /usr/local/lib/libgthread-2.0.so -pthread /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so -Wl,--rpath -Wl,/usr/local/lib creating ssl-test gmake[2]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/tests' Making all in docs gmake[2]: Entering directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs' Making all in reference gmake[3]: Entering directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs/reference' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs/reference' gmake[3]: Entering directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs' gmake[2]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3/docs' gmake[2]: Entering directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3' gmake[1]: Leaving directory `/work/a/ports/devel/libsoup/work/libsoup-2.24.3' ===> Installing for libsoup-2.24.3 ===> libsoup-2.24.3 depends on executable: pkg-config - found ===> libsoup-2.24.3 depends on file: /usr/local/lib/gio/modules/libgiofam.so - found ===> Generating temporary packing list ===> Checking if devel/libsoup already installed ===> libsoup-2.24.3 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/libsoup without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /a/ports/devel/libsoup. *** Error code 1 Stop in /a/ports/net-im/telepathy-gabble. ================================================================ build of /usr/ports/net-im/telepathy-gabble ended at Sat Mar 21 15:17:37 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/telepathy-gabble-0.7.23.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=net-im&portname=telepathy-gabble The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From xcllnt at mac.com Sat Mar 21 11:28:27 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Sat Mar 21 11:28:34 2009 Subject: [PATCH] firefox: build breakage on PowerPC Message-ID: <198EF89D-3A64-4C5F-873B-A1F1E8C8E630@mac.com> All, On powerpc, GECKO_PTHREAD_LIBS is bogus. The problem is that cc -dumpspecs is sufficiently different that the grep for pthread picks the wrong line. Attached the dumpspecs (for reference and archival purposes) and a patch that fixes the grep (doesn't break i386). If people prefer I file a PR, let me know. FYI, -- Marcel Moolenaar xcllnt@mac.com -------------- next part -------------- A non-text attachment was scrubbed... Name: dumpspecs.out Type: application/octet-stream Size: 14794 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090321/35f28480/dumpspecs.obj -------------- next part -------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: gecko.diff Type: application/octet-stream Size: 1463 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090321/35f28480/gecko.obj -------------- next part -------------- From marcus at marcuscom.com Sat Mar 21 11:33:07 2009 From: marcus at marcuscom.com (Joe Marcus Clarke) Date: Sat Mar 21 11:33:13 2009 Subject: [PATCH] firefox: build breakage on PowerPC In-Reply-To: <198EF89D-3A64-4C5F-873B-A1F1E8C8E630@mac.com> References: <198EF89D-3A64-4C5F-873B-A1F1E8C8E630@mac.com> Message-ID: <1237660395.36512.30.camel@shumai.marcuscom.com> On Sat, 2009-03-21 at 11:28 -0700, Marcel Moolenaar wrote: > All, > > On powerpc, GECKO_PTHREAD_LIBS is bogus. The problem is that > cc -dumpspecs is sufficiently different that the grep for > pthread picks the wrong line. Attached the dumpspecs (for > reference and archival purposes) and a patch that fixes the > grep (doesn't break i386). > > If people prefer I file a PR, let me know. Feel free to commit. And thanks for the reference. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090321/6308ad3a/attachment.pgp From xcllnt at mac.com Sat Mar 21 11:54:58 2009 From: xcllnt at mac.com (Marcel Moolenaar) Date: Sat Mar 21 11:55:04 2009 Subject: [PATCH] firefox: build breakage on PowerPC In-Reply-To: <1237660395.36512.30.camel@shumai.marcuscom.com> References: <198EF89D-3A64-4C5F-873B-A1F1E8C8E630@mac.com> <1237660395.36512.30.camel@shumai.marcuscom.com> Message-ID: <46307631-9908-4275-9A43-C5544A01F6A5@mac.com> On Mar 21, 2009, at 11:33 AM, Joe Marcus Clarke wrote: > On Sat, 2009-03-21 at 11:28 -0700, Marcel Moolenaar wrote: >> All, >> >> On powerpc, GECKO_PTHREAD_LIBS is bogus. The problem is that >> cc -dumpspecs is sufficiently different that the grep for >> pthread picks the wrong line. Attached the dumpspecs (for >> reference and archival purposes) and a patch that fixes the >> grep (doesn't break i386). >> >> If people prefer I file a PR, let me know. > > Feel free to commit. And thanks for the reference. Done. Thanks for the vote of confidence. -- Marcel Moolenaar xcllnt@mac.com From QAT at FreeBSD.org Sun Mar 22 00:00:47 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 22 00:00:54 2009 Subject: x11-toolkits/gtkmm20-reference - fails: mtree Message-ID: <20090322064640.736748FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: gtkmm-reference-2.2.12_3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm20-reference/Makefile,v 1.6 2007/05/19 20:31:03 flz Exp $ The build of this port was tried 4 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/gtkmm-reference-2.2.12_3.log : 31256107 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/dnd 31256108 20 -r--r--r-- 1 root wheel 9066 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.cc 31256109 4 -r--r--r-- 1 root wheel 1012 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/dnd/main.cc 31256110 28 -r--r--r-- 1 root wheel 13624 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/dnd/dnd_images.h 31256111 8 -r--r--r-- 1 root wheel 3420 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/dnd/dndwindow.h 31256112 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/exception 31256113 8 -r--r--r-- 1 root wheel 3222 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/exception/exceptiontest.cc 31256114 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/filesel 31256115 4 -r--r--r-- 1 root wheel 1160 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/filesel/filesel.cc 31256116 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/fixed 31256117 4 -r--r--r-- 1 root wheel 1649 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/fixed/fixed.cc 31256118 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/gdk 31256119 20 -r--r--r-- 1 root wheel 10128 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/gdk/radar.cc 31256120 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/markup 31256121 8 -r--r--r-- 1 root wheel 3685 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/markup/parser.cc 31256122 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/rulers 31256123 4 -r--r--r-- 1 root wheel 1981 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/rulers/rulers.cc 31256124 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/statusbar 31256125 4 -r--r--r-- 1 root wheel 1450 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/statusbar/statusbar.cc 31256126 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/stock 31256127 12 -r--r--r-- 1 root wheel 4706 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/stock/stock.cc 31256128 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/thread 31256129 12 -r--r--r-- 1 root wheel 4369 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher.cc 31256130 16 -r--r--r-- 1 root wheel 6469 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/thread/dispatcher2.cc 31256131 4 -r--r--r-- 1 root wheel 1731 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/thread/thread.cc 31256132 4 -r--r--r-- 1 root wheel 697 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/thread/threadpool.cc 31256133 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/tictactoe 31256134 8 -r--r--r-- 1 root wheel 2455 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.cc 31256135 4 -r--r--r-- 1 root wheel 489 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/ttt_test.cc 31256136 4 -r--r--r-- 1 root wheel 1313 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/tictactoe/tictactoe.h 31256137 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom 31256138 16 -r--r--r-- 1 root wheel 6178 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.cc 31256139 4 -r--r--r-- 1 root wheel 2045 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.cc 31256140 4 -r--r--r-- 1 root wheel 1013 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/main.cc 31256141 8 -r--r--r-- 1 root wheel 2704 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/exampletreemodel.h 31256142 4 -r--r--r-- 1 root wheel 1327 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/treemodelcustom/examplewindow.h 31256143 4 drwxr-xr-x 2 root wheel 512 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/window 31256144 12 -r--r--r-- 1 root wheel 6118 Mar 22 06:46 usr/local/share/doc/gtkmm-2.0/examples/window/wheelbarrow.cc ================================================================ build of /usr/ports/x11-toolkits/gtkmm20-reference ended at Sun Mar 22 06:46:38 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/gtkmm-reference-2.2.12_3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11-toolkits&portname=gtkmm20-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From QAT at FreeBSD.org Sun Mar 22 00:04:02 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Mar 22 00:04:08 2009 Subject: x11-toolkits/gtkmm24-reference - fails: mtree Message-ID: <20090322064954.CEFBF8FC48@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a mtree error while trying to build: gtkmm-reference-2.14.3_3 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/x11-toolkits/gtkmm24-reference/Makefile,v 1.6 2009/01/11 17:29:46 mezz Exp $ The build of this port was tried 4 times since last BotMail while trying to build ports that depend on it. ;-) Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/gtkmm-reference-2.14.3_3.log : 31091450 4 -r--r--r-- 1 root wheel 535 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__4.png 31091451 4 -r--r--r-- 1 root wheel 433 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__40.png 31091452 4 -r--r--r-- 1 root wheel 1564 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__41.png 31091453 4 -r--r--r-- 1 root wheel 893 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__42.png 31091454 8 -r--r--r-- 1 root wheel 2949 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__43.png 31091455 4 -r--r--r-- 1 root wheel 455 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__44.png 31091456 4 -r--r--r-- 1 root wheel 590 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__45.png 31091457 4 -r--r--r-- 1 root wheel 815 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__46.png 31091458 8 -r--r--r-- 1 root wheel 3345 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__47.png 31091459 296 -r--r--r-- 1 root wheel 151307 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__48.png 31091460 4 -r--r--r-- 1 root wheel 654 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__49.png 31091461 8 -r--r--r-- 1 root wheel 3993 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__5.png 31091462 4 -r--r--r-- 1 root wheel 1345 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__50.png 31091463 4 -r--r--r-- 1 root wheel 414 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__6.png 31091464 4 -r--r--r-- 1 root wheel 426 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__7.png 31091465 4 -r--r--r-- 1 root wheel 418 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__8.png 31091466 4 -r--r--r-- 1 root wheel 547 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/inherit__graph__9.png 31091468 4 -r--r--r-- 1 root wheel 1104 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/linkbutton1.png 31091469 8 -r--r--r-- 1 root wheel 2051 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/menubar1.png 31091470 16 -r--r--r-- 1 root wheel 6903 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/messagedialog1.png 31091471 12 -r--r--r-- 1 root wheel 4111 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/notebook1.png 31091472 8 -r--r--r-- 1 root wheel 2147 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/progressbar1.png 31091473 4 -r--r--r-- 1 root wheel 1949 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/radiobutton1.png 31091474 28 -r--r--r-- 1 root wheel 12841 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/recentchooserdialog1.png 31091475 4 -r--r--r-- 1 root wheel 977 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/spinbutton1.png 31091476 4 -r--r--r-- 1 root wheel 259 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/statusbar1.png 31091477 4 -r--r--r-- 1 root wheel 1472 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Box__Helpers_1_1EndElem__inherit__graph.png 31091478 4 -r--r--r-- 1 root wheel 1644 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1MenuElem__inherit__graph.png 31091479 4 -r--r--r-- 1 root wheel 1601 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/structGtk_1_1Notebook__Helpers_1_1TabElem__inherit__graph.png 31091480 4 -r--r--r-- 1 root wheel 1839 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/table1.png 31091481 20 -r--r--r-- 1 root wheel 8615 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/textview1.png 31091482 4 -r--r--r-- 1 root wheel 1733 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/toggletoolbutton1.png 31091483 4 -r--r--r-- 1 root wheel 953 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vscale1.png 31091484 4 -r--r--r-- 1 root wheel 809 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vscrollbar1.png 31091485 4 -r--r--r-- 1 root wheel 109 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/vseparator1.png 31091486 8 -r--r--r-- 1 root wheel 2166 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/html/graph_legend.dot 31091487 232 -r--r--r-- 1 root wheel 117224 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/widget_hierarchy.png 31091488 20 -r--r--r-- 1 root wheel 8838 Mar 22 06:49 usr/local/share/doc/gtkmm-2.4/docs/reference/widget_hierarchy.html ================================================================ build of /usr/ports/x11-toolkits/gtkmm24-reference ended at Sun Mar 22 06:49:52 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/gtkmm-reference-2.14.3_3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11-toolkits&portname=gtkmm24-reference The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From knowtree at aloha.com Sun Mar 22 01:26:41 2009 From: knowtree at aloha.com (knowtree@aloha.com) Date: Sun Mar 22 01:26:48 2009 Subject: Evolution timezone declaration conflict Message-ID: <200903220735.n2M7Z2pe019136@yoda.pixi.com> Just did a clean install of FreeBSD 7.1 RELEASE and am building Gnome 2.24. After a few stops I realized I should have run portupgrade -a after portsnap, so I did and from then on the gnome2 build went well until evolution. BTW, I enabled Spam Assassin, but when that failed I did make config and unchecked that option. Now the build fails in a widget. Things I have done: portsnap fetch portupgrade -a portsdb -Fu pkgdb -Ff portupgrade -R evolution gnomelogalyzer.sh I tried commenting out the declaration of timezone in e-timezone-dialog.c but then the build fails with an expression error. Here is the buildlog for make in /usr/ports/mail/evolution ===> Building for evolution-2.24.5_1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5' Making all in win32 gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/win32' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/win32' Making all in data gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data' Making all in cde_app_root gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root' Making all in dt gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt' Making all in appconfig gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig' Making all in appmanager gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager' Making all in C gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' Making all in Ximian gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' gmake[8]: Nothing to be done for `all'. gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' gmake[8]: Nothing to be done for `all-am'. gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager' gmake[7]: Nothing to be done for `all-am'. gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager' gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/appmanager' Making all in icons gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons' Making all in C gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons/C' gmake[7]: Nothing to be done for `all'. gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons/C' gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons' gmake[7]: Nothing to be done for `all-am'. gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons' gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/icons' Making all in types gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types' Making all in C gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types/C' gmake[7]: Nothing to be done for `all'. gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types/C' gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types' gmake[7]: Nothing to be done for `all-am'. gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types' gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig/types' gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig' gmake[6]: Nothing to be done for `all-am'. gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig' gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt/appconfig' gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt' gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root/dt' gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root' gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/cde_app_root' Making all in icons gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/icons' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data/icons' gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data' gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/data' Making all in e-util gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/e-util' gmake all-am gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/e-util' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/e-util' gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/e-util' Making all in a11y gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y' Making all in e-text gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/e-text' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/e-text' Making all in e-table gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/e-table' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/e-table' Making all in . gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y' Making all in calendar gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/calendar' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/calendar' Making all in widgets gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/widgets' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/widgets' Making all in addressbook gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/addressbook' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y/addressbook' gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/a11y' Making all in widgets gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets' Making all in table gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/table' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/table' Making all in text gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/text' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/text' Making all in misc gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/misc' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/misc' Making all in e-timezone-dialog gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/e-timezone-dialog' /bin/sh /usr/ports/mail/evolution/work/gnome-libtool --tag=CC -- mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - DEVOLUTION_GLADEDIR=\""/usr/local/share/evolution/2.24/glade"\" - DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - I/usr/local/include/evolution-data-server-2.24 - I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- 1.0/include -I/usr/local/include/bonobo-activation-2.0 - I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - I/usr/local/include -I/usr/local/include/pixman-1 - I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - I/usr/local/include/bonobo-activation-2.0 - I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno- strict-aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno- sign-compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone- dialog.Tpo -c -o e-timezone-dialog.lo e-timezone-dialog.c cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - DEVOLUTION_GLADEDIR=\"/usr/local/share/evolution/2.24/glade\" - DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - I/usr/local/include/evolution-data-server-2.24 - I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- 1.0/include -I/usr/local/include/bonobo-activation-2.0 - I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - I/usr/local/include -I/usr/local/include/pixman-1 - I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - I/usr/local/include/bonobo-activation-2.0 - I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno-strict- aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno-sign- compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone-dialog.Tpo - c e-timezone-dialog.c -fPIC -DPIC -o .libs/e-timezone-dialog.o e-timezone-dialog.c:80: error: 'timezone' redeclared as different kind of symbol /usr/include/time.h:185: error: previous declaration of 'timezone' was here gmake[3]: *** [e-timezone-dialog.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets/e-timezone-dialog' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5/widgets' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/mail/evolution/work/evolution- 2.24.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/mail/evolution. *** Error code 1 Stop in /usr/ports/mail/evolution. From pav at FreeBSD.org Sun Mar 22 11:36:02 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Sun Mar 22 11:36:08 2009 Subject: ports/132398: ww/firefox3: firefox-3.0.7,1 has wrong icon Message-ID: <200903221836.n2MIa1Tb070301@freefall.freebsd.org> Synopsis: ww/firefox3: firefox-3.0.7,1 has wrong icon State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Mar 22 18:35:49 UTC 2009 State-Changed-Why: Cannot reproduce. firefox-3.0.7 have proper icon here http://www.freebsd.org/cgi/query-pr.cgi?pr=132398 From pav at FreeBSD.org Sun Mar 22 12:43:38 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Sun Mar 22 12:43:44 2009 Subject: ports/132684: sysutils/hal build failed Message-ID: <200903221943.n2MJhZcI079080@freefall.freebsd.org> Synopsis: sysutils/hal build failed State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Mar 22 19:43:22 UTC 2009 State-Changed-Why: hal is now believed to be fixed on -current http://www.freebsd.org/cgi/query-pr.cgi?pr=132684 From pav at FreeBSD.org Sun Mar 22 12:43:51 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Sun Mar 22 12:43:58 2009 Subject: ports/132540: sysutils/hal: compile/install error on FreeBSD 8.0-CURRENT Message-ID: <200903221943.n2MJhmir079207@freefall.freebsd.org> Synopsis: sysutils/hal: compile/install error on FreeBSD 8.0-CURRENT State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Mar 22 19:43:41 UTC 2009 State-Changed-Why: hal is now believed to be fixed on -current http://www.freebsd.org/cgi/query-pr.cgi?pr=132540 From marcus at FreeBSD.org Sun Mar 22 12:58:18 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun Mar 22 12:58:25 2009 Subject: ports/132606: x11/gdm also hangs when system up Message-ID: <200903221958.n2MJwHN6095537@freefall.freebsd.org> Synopsis: x11/gdm also hangs when system up State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Mar 22 19:57:23 UTC 2009 State-Changed-Why: This is most likely caused by an out-of-date hal. Make sure -CURRENT is up-to-date, that you do not have devel/libusb installed, and that you have run "make delete-old" and "make delete-old-mibs". Force an update of hal, and this problem should go away. http://www.freebsd.org/cgi/query-pr.cgi?pr=132606 From marcus at FreeBSD.org Sun Mar 22 12:58:57 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun Mar 22 12:59:03 2009 Subject: ports/128947: audio/pulseaudio: start-pulseaudio-x11 hangs and prevents subsequent logins Message-ID: <200903221958.n2MJwuSD095760@freefall.freebsd.org> Synopsis: audio/pulseaudio: start-pulseaudio-x11 hangs and prevents subsequent logins State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Sun Mar 22 19:58:27 UTC 2009 State-Changed-Why: This problem is believed to have been fixed in MarcusCom CVS. A ports tree update is forthcoming with GNOME 2.26. http://www.freebsd.org/cgi/query-pr.cgi?pr=128947 From marcus at FreeBSD.org Sun Mar 22 13:01:43 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Sun Mar 22 13:01:50 2009 Subject: ports/117724: Recently updated x11/gdm port ignores $LANG setting in /etc/login.conf Message-ID: <200903222001.n2MK1fia005203@freefall.freebsd.org> Synopsis: Recently updated x11/gdm port ignores $LANG setting in /etc/login.conf State-Changed-From-To: analyzed->closed State-Changed-By: marcus State-Changed-When: Sun Mar 22 20:00:58 UTC 2009 State-Changed-Why: No fix, really. GDM 2.24 is a complete rewrite from previous versions. It does remember language settings across logins, and the environment variable trick does work. http://www.freebsd.org/cgi/query-pr.cgi?pr=117724 From erwin at FreeBSD.org Sun Mar 22 18:41:04 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sun Mar 22 18:41:11 2009 Subject: [ports-i386@FreeBSD.org: babl-0.0.22_1 failed on i386 8] Message-ID: <20090323014102.GV6094@droso.net> FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Mon, 23 Mar 2009 00:49:13 GMT From: User Ports-i386 To: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: babl-0.0.22_1 failed on i386 8 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20090322220854/babl-0.0.22_1.log building babl-0.0.22_1 on thunder1.isc.freebsd.org in directory /usr2/pkgbuild/8/20090322220854/chroot/16 building for: 8.0-CURRENT i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/x11/babl Makefile ident: $FreeBSD: ports/x11/babl/Makefile,v 1.4 2008/10/28 04:13:30 mezz Exp $ build started at Mon Mar 23 00:48:10 UTC 2009 FETCH_DEPENDS= PATCH_DEPENDS=libtool-1.5.26.tbz EXTRACT_DEPENDS= BUILD_DEPENDS=gettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz libtool-1.5.26.tbz pkg-config-0.23_1.tbz RUN_DEPENDS=pkg-config-0.23_1.tbz prefixes: LOCALBASE=usr/local X11BASE=usr/local add_pkg ================================================================ ======================================== => babl-0.0.22.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/. babl-0.0.22.tar.bz2 387 kB 2024 kBps => MD5 Checksum OK for babl-0.0.22.tar.bz2. => SHA256 Checksum OK for babl-0.0.22.tar.bz2. ================================================================ ======================================== add_pkg ===> Extracting for babl-0.0.22_1 => MD5 Checksum OK for babl-0.0.22.tar.bz2. => SHA256 Checksum OK for babl-0.0.22.tar.bz2. ================================================================ ======================================== add_pkg libtool-1.5.26.tbz adding dependencies pkg_add libtool-1.5.26.tbz ===> Patching for babl-0.0.22_1 ===> babl-0.0.22_1 depends on file: /usr/local/bin/libtool - found Deleting libtool-1.5.26 ================================================================ ======================================== add_pkg gettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz libtool-1.5.26.tbz pkg-config-0.23_1.tbz adding dependencies pkg_add gettext-0.17_1.tbz pkg_add gmake-3.81_3.tbz pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add libtool-1.5.26.tbz pkg_add pkg-config-0.23_1.tbz ===> babl-0.0.22_1 depends on executable: gmake - found ===> babl-0.0.22_1 depends on file: /usr/local/bin/libtool - found ===> babl-0.0.22_1 depends on executable: pkg-config - found ===> Configuring for babl-0.0.22_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd8.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether to enable maintainer-specific portions of Makefiles... no checking for ANSI C header files... (cached) yes checking whether build environment is sane... yes checking whether cc understands -Wdeclaration-after-statement... yes checking whether cc understands -Wmissing-prototypes... yes checking whether cc understands -Wmissing-declarations... yes checking whether cc understands -Winit-self... yes checking whether cc understands -Wpointer-arith... yes checking whether cc understands -Wold-style-definition... yes checking for inkscape... no checking for w3m... no checking for target architecture... i386-portbld-freebsd8.0 checking for some Win32 platform... checking for some Win32 platform... no checking for native Win32... no checking whether cc understands -mmmx... yes checking whether we can compile MMX code... yes checking whether cc understands -msse... yes checking whether we can compile SSE code... yes checking for library containing dlopen... none required checking for library containing rint... -lm checking for gettimeofday... yes checking for rint... yes configure: creating ./config.status config.status: creating Makefile config.status: creating babl.pc config.status: creating babl/Makefile config.status: creating babl/babl-version.h config.status: creating babl/base/Makefile config.status: creating docs/Makefile config.status: creating docs/index-static.html config.status: creating docs/graphics/Makefile config.status: creating tests/Makefile config.status: creating extensions/Makefile config.status: creating INSTALL config.status: creating config.h config.status: executing depfiles commands ===> Building for babl-0.0.22_1 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/x11/babl/work/babl-0.0.22' Making all in babl gmake[2]: Entering directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl' Making all in base gmake[3]: Entering directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl/base' if /bin/sh /work/a/ports/x11/babl/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-base.lo -MD -MP -MF ".deps/babl-base.Tpo" -c -o babl-base.lo babl-base.c; \ then mv -f ".deps/babl-base.Tpo" ".deps/babl-base.Plo"; else rm -f ".deps/babl-base.Tpo"; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-base.lo -MD -MP -MF .deps/babl-base.Tpo -c babl-base.c -fPIC -DPIC -o .libs/babl-base.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT babl-base.lo -MD -MP -MF .deps/babl-base.Tpo -c babl-base.c -o babl-base.o >/dev/null 2>&1 if /bin/sh /work/a/ports/x11/babl/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.lo -MD -MP -MF ".deps/formats.Tpo" -c -o formats.lo formats.c; \ then mv -f ".deps/formats.Tpo" ".deps/formats.Plo"; else rm -f ".deps/formats.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.lo -MD -MP -MF .deps/formats.Tpo -c formats.c -fPIC -DPIC -o .libs/formats.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT formats.lo -MD -MP -MF .deps/formats.Tpo -c formats.c -o formats.o >/dev/null 2>&1 if /bin/sh /work/a/ports/x11/babl/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-float.lo -MD -MP -MF ".deps/type-float.Tpo" -c -o type-float.lo type-float.c; \ then mv -f ".deps/type-float.Tpo" ".deps/type-float.Plo"; else rm -f ".deps/type-float.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-float.lo -MD -MP -MF .deps/type-float.Tpo -c type-float.c -fPIC -DPIC -o .libs/type-float.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-float.lo -MD -MP -MF .deps/type-float.Tpo -c type-float.c -o type-float.o >/dev/null 2>&1 if /bin/sh /work/a/ports/x11/babl/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF ".deps/type-u8.Tpo" -c -o type-u8.lo type-u8.c; \ then mv -f ".deps/type-u8.Tpo" ".deps/type-u8.Plo"; else rm -f ".deps/type-u8.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF .deps/type-u8.Tpo -c type-u8.c -fPIC -DPIC -o .libs/type-u8.o ../../babl/babl-hash-table.h:56: error: nested function 'babl_hash_table_size' declared but never defined ../../babl/babl-hash-table.h:53: error: nested function 'babl_hash_by_int' declared but never defined ../../babl/babl-hash-table.h:49: error: nested function 'babl_hash_by_str' declared but never defined ../../babl/babl-list.h:65: error: nested function 'babl_list_copy' declared but never defined ../../babl/babl-list.h:61: error: nested function 'babl_list_get_last' declared but never defined ../../babl/babl-list.h:58: error: nested function 'babl_list_get_first' declared but never defined ../../babl/babl-list.h:55: error: nested function 'babl_list_remove_last' declared but never defined ../../babl/babl-list.h:52: error: nested function 'babl_list_insert_last' declared but never defined gmake[3]: *** [type-u8.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl/base' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/x11/babl/work/babl-0.0.22' gmake: *** [all] Error 2 ================================================================ ======================================== make: don't know how to make regression-test(continuing) ================================================================ ======================================== add_pkg pkg-config-0.23_1.tbz adding dependencies pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added ===> Installing for babl-0.0.22_1 ===> babl-0.0.22_1 depends on executable: pkg-config - found ===> Generating temporary packing list ===> Checking if x11/babl already installed Making install in babl gmake[1]: Entering directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl' Making install in base gmake[2]: Entering directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl/base' if /bin/sh /work/a/ports/x11/babl/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF ".deps/type-u8.Tpo" -c -o type-u8.lo type-u8.c; \ then mv -f ".deps/type-u8.Tpo" ".deps/type-u8.Plo"; else rm -f ".deps/type-u8.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../babl -O2 -pipe -fno-strict-aliasing -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT type-u8.lo -MD -MP -MF .deps/type-u8.Tpo -c type-u8.c -fPIC -DPIC -o .libs/type-u8.o ../../babl/babl-hash-table.h:56: error: nested function 'babl_hash_table_size' declared but never defined ../../babl/babl-hash-table.h:53: error: nested function 'babl_hash_by_int' declared but never defined ../../babl/babl-hash-table.h:49: error: nested function 'babl_hash_by_str' declared but never defined ../../babl/babl-list.h:65: error: nested function 'babl_list_copy' declared but never defined ../../babl/babl-list.h:61: error: nested function 'babl_list_get_last' declared but never defined ../../babl/babl-list.h:58: error: nested function 'babl_list_get_first' declared but never defined ../../babl/babl-list.h:55: error: nested function 'babl_list_remove_last' declared but never defined ../../babl/babl-list.h:52: error: nested function 'babl_list_insert_last' declared but never defined gmake[2]: *** [type-u8.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl/base' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/x11/babl/work/babl-0.0.22/babl' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /a/ports/x11/babl. ================================================================ build of /usr/ports/x11/babl ended at Mon Mar 23 00:49:09 UTC 2009 ----- End forwarded message ----- -- Erwin Lansing http://droso.org Prediction is very difficult erwin@FreeBSD.org especially about the future erwin@aauug.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090323/c953ab8c/attachment.pgp From bugmaster at FreeBSD.org Mon Mar 23 04:06:57 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 23 04:08:05 2009 Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org Message-ID: <200903231106.n2NB6u4M004003@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From bugmaster at FreeBSD.org Mon Mar 23 04:07:14 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 23 04:09:55 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200903231107.n2NB7DcV004335@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/132396 gnome [PATCH] lang/vala: fix compile error in scanner.c o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/132292 gnome x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile o ports/132231 gnome [PATCH] www/firefox3: Add option to build with Profile o ports/131769 gnome upgrade ports/converters/libiconv o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU a ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f a ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 20 problems total. From edwin at FreeBSD.org Mon Mar 23 18:10:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Mar 23 18:10:19 2009 Subject: ports/132988: [patch] www/firefox3: mark as MAKE_JOBS_SAFE Message-ID: <200903240110.n2O1ADaq056340@freefall.freebsd.org> Synopsis: [patch] www/firefox3: mark as MAKE_JOBS_SAFE Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 24 01:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132988 From ulrich at pukruppa.net Mon Mar 23 22:38:06 2009 From: ulrich at pukruppa.net (Peter Ulrich Kruppa) Date: Mon Mar 23 22:38:13 2009 Subject: gimp-2.6.6,2 crashes Message-ID: <49C86A79.4050706@pukruppa.net> Hi, for some days now I see gimp-2.6.6 crashing when I try to open a file. From console I can see this error message: (script-fu:7199): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error This happens on 7.1 -STABLE amd64 . Greetings, Uli. From pav at FreeBSD.org Tue Mar 24 03:22:45 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Tue Mar 24 03:22:51 2009 Subject: ports/132988: [patch] www/firefox3: mark as MAKE_JOBS_SAFE Message-ID: <200903241022.n2OAMiLU048494@freefall.freebsd.org> Synopsis: [patch] www/firefox3: mark as MAKE_JOBS_SAFE State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Mar 24 10:21:35 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=132988 From dfilter at FreeBSD.ORG Tue Mar 24 03:30:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Tue Mar 24 03:30:12 2009 Subject: ports/132988: commit references a PR Message-ID: <200903241030.n2OAU30t048970@freefall.freebsd.org> The following reply was made to PR ports/132988; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/132988: commit references a PR Date: Tue, 24 Mar 2009 10:22:42 +0000 (UTC) pav 2009-03-24 10:22:32 UTC FreeBSD ports repository Modified files: www/firefox3 Makefile Log: - Enable multiple make jobs PR: ports/132988 Submitted by: Anonymous Revision Changes Path 1.14 +1 -0 ports/www/firefox3/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Tue Mar 24 04:40:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Mar 24 04:40:20 2009 Subject: ports/132996: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP Message-ID: <200903241140.n2OBeCur050974@freefall.freebsd.org> Synopsis: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 24 11:40:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132996 From mm at FreeBSD.org Tue Mar 24 04:47:18 2009 From: mm at FreeBSD.org (Martin Matuska) Date: Tue Mar 24 04:47:25 2009 Subject: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP Message-ID: <20090324113200.AA7934AD84@mail.vx.sk> >Submitter-Id: current-users >Originator: Martin Matuska >Organization: >Confidential: no >Synopsis: [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Environment: System: FreeBSD neo2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET >Description: Mark devel/glib20 and devel/gio-fam-backend MAKE_JOBS_SAFE for SMP compilation Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- glib-2.18.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/glib20/Makefile,v retrieving revision 1.155 diff -u -r1.155 Makefile --- Makefile 10 Jan 2009 05:21:19 -0000 1.155 +++ Makefile 24 Mar 2009 11:29:08 -0000 @@ -36,6 +36,7 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig ltverhack USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_PYTHON= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ --- glib-2.18.4.patch ends here --- --- gio-fam-backend-2.18.4.patch begins here --- Index: ports/devel/gio-fam-backend/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/gio-fam-backend/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- ports/devel/gio-fam-backend/Makefile 10 Jan 2009 05:21:19 -0000 1.7 +++ ports/devel/gio-fam-backend/Makefile 24 Mar 2009 11:28:14 -0000 @@ -29,6 +29,7 @@ USE_GNOME= gnomehack pkgconfig _glib20 USE_FAM= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ --- gio-fam-backend-2.18.4.patch ends here --- From mm at FreeBSD.org Tue Mar 24 04:49:39 2009 From: mm at FreeBSD.org (Martin Matuska) Date: Tue Mar 24 04:49:45 2009 Subject: [PATCH] libxml2, freetype2, fontconfig, cairo, pango: mark MAKE_JOBS_SAFE Message-ID: <20090324114935.698F94AE75@mail.vx.sk> >Submitter-Id: current-users >Originator: Martin Matuska >Organization: >Confidential: no >Synopsis: [PATCH] libxml2,freetype2,fontconfig,cairo,pango: mark MAKE_JOBS_SAFE >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Environment: System: FreeBSD neo2.vx.sk 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET >Description: Mark the following ports MAKE_JOBS_SAFE: textproc/libxml2 print/freetype2 x11-fonts/fontconfig graphics/cairo x11-toolkits/pango Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: Index: ports/textproc/libxml2/Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/libxml2/Makefile,v retrieving revision 1.154 diff -u -r1.154 Makefile --- ports/textproc/libxml2/Makefile 7 Feb 2009 00:14:10 -0000 1.154 +++ ports/textproc/libxml2/Makefile 24 Mar 2009 11:48:07 -0000 @@ -26,6 +26,7 @@ .if !defined(REFERENCE_PORT) USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack gnometarget pkgconfig Index: ports/print/freetype2/Makefile =================================================================== RCS file: /home/pcvs/ports/print/freetype2/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- ports/print/freetype2/Makefile 24 Sep 2008 22:53:21 -0000 1.83 +++ ports/print/freetype2/Makefile 24 Mar 2009 11:48:07 -0000 @@ -25,6 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig Index: ports/x11-fonts/fontconfig/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-fonts/fontconfig/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- ports/x11-fonts/fontconfig/Makefile 10 Jan 2009 05:22:02 -0000 1.72 +++ ports/x11-fonts/fontconfig/Makefile 24 Mar 2009 11:48:07 -0000 @@ -33,6 +33,7 @@ --without-add-fonts \ --disable-docs MAKE_ENV= LC_ALL=C +MAKE_JOBS_SAFE= yes PKGINSTALL= ${WRKDIR}/pkg-install MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 Index: ports/graphics/cairo/Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/cairo/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- ports/graphics/cairo/Makefile 25 Feb 2009 22:23:32 -0000 1.41 +++ ports/graphics/cairo/Makefile 24 Mar 2009 11:48:07 -0000 @@ -30,6 +30,7 @@ USE_GNOME= gnomehack ltverhack referencehack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" Index: ports/x11-toolkits/pango/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/pango/Makefile,v retrieving revision 1.105 diff -u -r1.105 Makefile --- ports/x11-toolkits/pango/Makefile 10 Jan 2009 05:22:09 -0000 1.105 +++ ports/x11-toolkits/pango/Makefile 24 Mar 2009 11:48:07 -0000 @@ -28,6 +28,7 @@ USE_GETTEXT= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack From linimon at FreeBSD.org Tue Mar 24 05:19:04 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Mar 24 05:19:11 2009 Subject: ports/132997: [PATCH] libxml2, freetype2, fontconfig, cairo, pango: mark MAKE_JOBS_SAFE Message-ID: <200903241219.n2OCJ3N5003996@freefall.freebsd.org> Synopsis: [PATCH] libxml2,freetype2,fontconfig,cairo,pango: mark MAKE_JOBS_SAFE Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Tue Mar 24 12:18:48 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132997 From sales at computerwide.net Tue Mar 24 09:01:05 2009 From: sales at computerwide.net (ComputerWide) Date: Tue Mar 24 09:01:12 2009 Subject: [ A D V ] SONY, Toshiba, HP, Cisco, etc. Message-ID: <22607746.20090324090100@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP NC700AA#ABA IQ526 ALL-IN-ONE NEW $1,465 NC701AA#ABA IQ524 ALL-IN-ONE NEW $1,360 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 NB184UA#ABA Pavilion X18-1180 NEW $1,970 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $300 NB221UA#ABA Pavilion TX2-1025 NEW $1,025 FS118UA#ABA Pavilion TX2627 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 NB252UA#ABA Pavilion DV7-1285 NEW $1,320 NB252UA#ABA Pavilion DV7-1285 RF $940 FS155UA#ABA Pavilion DV7-1157 RF $730 NB239UA#ABA Pavilion DV7-1232 NEW $730 NB240UA#ABA Pavilion DV7-1264 NEW $805 NB231UA#ABA Pavilion DV7-1245 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $585 FS129UA#ABA Pavilion DV7-1135 RF $565 FE781UA#ABA Pavilion DV9933 RF $730 KN878UA#ABA Pavilion DV9817 RF $515 FS110UA#ABA Presario CQ70-120 RF $525 DV6-1053CL3 Pavilion DV6-1053 3RD $700 NB145UA#ABA Pavilion DV6-1030 NEW $785 NB165UA#ABA Pavilion DV5-1251 NEW $835 NB163UA#ABA Pavilion DV5-1235 NEW $785 NB163UA#ABA Pavilion DV5-1235 RF $660 FE765UA#ABA Pavilion DV5-1004 RF $585 FE818UA#ABA Pavilion DV6936 RF $625 DV6933CL3 Pavilion DV6933 3RD $575 KC413UA#ABA Pavilion DV6780SE RF $565 FE670UA#ABA Pavilion DV6919 RF $480 NG161AV#ABA Presario G60T NEW $680 NB049UA#ABA Presario CQ60-211 NEW $460 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $390 NB071UA#ABA Pavilion DV4-1287 NEW $775 FS086UA#ABA Pavilion DV4-1155SE RF $670 NB204UA#ABA Pavilion DV4-1222 NEW $700 NB094UA#ABA Pavilion DV3-1075 NEW $870 TOSHIBA TDP-SP1U TDP-SP1U Projector NEW $380 PPA60U-00L01C Portege A605-P201 NEW $835 PPR50C-02G08C Portege R500 RF $690 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00E005 Satellite Pro S300-S2504 RF $680 PSSBAU-004005 Satellite Pro S300-S2503 NEW $835 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSLB9U-00R001 Satellite Pro L300-EZ1501 NEW $465 PSU45U-012017 Satellite Pro U400-1301 NEW $765 PSAL6U-03S01E Satellite A355-S6935 NEW $890 PSAGCU-09S01S Satellite A305-S6916 NEW $860 PSAG8U-04001W Satellite A305-S6905 NEW $755 PSAHCU-002002 Satellite A305D-S6886 NEW $755 PSLD8U-06C01E Satellite L355-S7902 NEW $690 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $525 PSLB8U-0JS037 Satellite L305-S5920 NEW $515 PSLB8U-0JG037 Satellite L305-S5919 NEW $450 PSLC8U-03701Q Satellite L305D-S5934 NEW $620 PSLC8U-03X01U Satellite L305D-S5930 NEW $525 PSLC0U-031022 Satellite L305D-S5914 NEW $450 PSMD8U-01W00Y Satellite M305-S4915 NEW $880 PSMD8U-023013 Satellite M305-S4910 NEW $825 PSMD8U-02R015 Satellite M305-S4907 NEW $710 PSU44U-03F020 Satellite U405-S2920 NEW $1,080 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU48U-00N00W Satellite U405D-S2910 NEW $825 PSU48U-00U00Y Satellite U405D-S2902 NEW $710 PQG43U-002001 Qosmio G45-AV690 RF $1,045 PQX32U-02F017 Qosmio X305-Q705 RF $920 PQX32U-01Q017 Qosmio X305-Q701 RF $890 PQF55U-01V020 Qosmio F55-Q502 RF $795 PQF46U-00K005 Qosmio F45-AV425 RF $670 PQF43U-009007 Qosmio F45-AV413 RF $575 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE XPS One_ ALL-IN-ONE NEW $835 XPSONE-179 XPS One_ ALL-IN-ONE RF $730 SX13-163B XPS SX13 NEW $1,150 V1510T93252BVCH Vostro 1510 NEW $890 V1510-J2299 Vostro 1510 NEW $700 V1310-J0769 Vostro 1310 NEW $835 S1737-269 Studio 1737 RF $710 S1737-270 Studio 1737 RF $710 S1737-271 Studio 1737 RF $710 S1737-272 Studio 1737 RF $710 S1737-156P Studio 1737-156P NEW $835 S1737-280 Studio 1737 RF $625 S17-144B Studio S17-144B NEW $730 S1737-151 Studio 1737-151 NEW $660 S15-158B Studio S15-158B NEW $785 S1537-287 Studio 1537 RF $680 S1536-144P Studio 1536-144P NEW $750 I15-157B Inspiron I15-157B NEW $730 I15-150B Inspiron I15-150B NEW $660 I15-143B Inspiron I15-143B NEW $615 I15-156B Inspiron I15-156B NEW $555 D830-L23 Latitude D830 RF $650 LXFR-L68B Latitude XFR D630 RF $835 LATG-L52 Latitude ATG D630 RF $660 SONY VGN-LT35E-R VAIO LT35E ALL-IN-ONE RF $890 VGN-LT15E-R VAIO LT15E ALL-IN-ONE RF $765 VGN-P530H/Q VAIO P530H/Q NEW $940 VGN-P530H/R VAIO P530H/R NEW $940 VGN-TZ398U/X-R VAIO TZ398U/X RF $1,225 VGN-TZ350N/B VAIO TZ350N/B RF $1,000 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,185 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,025 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,000 VGN-TZ270N/B-R VAIO TZ270N/B RF $975 VGN-TZ240N/B-R VAIO TZ240N/B RF $920 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,065 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,150 VGN-Z610Y/B VAIO Z610Y/B NEW $1,650 VGN-Z540NEB VAIO Z540NEB NEW $1,465 VGN-Z540NDB VAIO Z540NDB NEW $1,435 VGN-Z520N/B-R VAIO Z520N/B RF $1,015 VGN-FW198U/H VAIO FW198U/H NEW $1,465 VGN-FW390NFB VAIO FW390NFB NEW $995 VGN-FW390NAB VAIO FW390NAB NEW $855 VGN-FW373J/B VAIO FW373J/B NEW $1,235 VGN-FW240J/H VAIO FW240J/H NEW $810 VGN-FW180E/H VAIO FW180E/H NEW $1,100 VGN-FW170J/W VAIO FW170J/W RF $750 VGN-FW170J/H VAIO FW170J/H RF $750 VGN-AW235J/B VAIO AW235J/B NEW $1,600 VGN-AW120J/H VAIO AW120J/H NEW $1,415 VGN-AW120J/H-R VAIO AW120J/H RF $1,130 VGN-CS230J/P VAIO CS230J/P NEW $960 VGN-CS230J/R VAIO CS230J/R NEW $960 VGN-CS230J/Q VAIO CS230J/Q NEW $960 VGN-CS230J/W VAIO CS230J/W NEW $960 VGN-CS215J/Q VAIO CS215J/Q NEW $870 VGN-CS215J/W VAIO CS215J/W NEW $870 VGN-CS215J/P VAIO CS215J/P RF $730 VGN-CS215J/W VAIO CS215J/W RF $730 VGN-NS240E/S VAIO NS240E/S NEW $750 VGN-NS240E/W VAIO NS240E/W NEW $750 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS130E/L VAIO NS130E/L NEW $625 VGN-NS130E/W VAIO NS130E/W NEW $625 ACER LU.S050B.111 Aspire ONE A150-1570 NEW $300 LU.S410B.087 Aspire ONE A150-1742 RF $290 LU.S050B.182 Aspire ONE A150-1864 RF $260 LU.S020A.012 Aspire ONE A110-1295 RF $180 LU.S030A.014 Aspire ONE A110-1722 RF $180 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.358 Aspire AS8930-6247 RF $1,045 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.ALN0X.859 Aspire AS7720-6794 RF $680 AS9420-6071 Aspire AS9420-6746 NEW $540 AS7720-6844 Aspire AS7720-6844 NEW $565 LX.APS0X.050 Aspire AS7720-4634 RF $475 AS9410-4441 Aspire AS9410-4441 NEW $465 LX.ARH0X.205 Aspire AS7530-5660 RF $475 AS6920-6422 Aspire AS6920-6422 RF $765 LX.ATN0X.035 Aspire AS6935-6486 RF $575 LX.ASR0X.038 Aspire AS6930-6455 RF $565 LX.APD0X.111 Aspire AS6920-6508 RF $565 AS6920-6071 Aspire AS6920-6071 NEW $585 AS6920-6864 Aspire AS6920-6864 NEW $565 LX.AUS0X.217 Aspire AS6530-5143 RF $625 LX.AUQ0X.080 Aspire AS6530-5195 RF $500 LX.AU50X.260 Aspire AS5735-6041 RF $575 AS5735-6694 Aspire AS5735-6694 NEW $625 LX.AU50X.221 Aspire AS5735-6694 RF $565 AS5535-5018 Aspire AS5535-5018 NEW $625 AS5515-5831 Aspire AS5515-5831 NEW $450 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ART0X.183 Aspire AS2930-6850 RF $580 LX.TQH0Z.378 TravelMate TM5730-6953 RF $680 TM6291-6753 TravelMate TM6291-6753 NEW $530 EX4630-4682 Extensa EX4630-4682 NEW $510 LX.FR606.041 FERRARI 1004WTMi NEW $730 LX.W410X.007 Gateway MC-7803U RF $625 LX.W400X.009 Gateway MC-7321U RF $480 LX.W400X.006 Gateway MC-7310U RF $460 MD-7818U Gateway MD-7818U NEW $700 LX.W690X.015 Gateway MD-7822U RF $605 MD-7820U Gateway MD-7820U NEW $650 LX.W730X.007 Gateway MD-7820U RF $565 LX.W080X.004 Gateway M-6340U RF $555 LX.W200X.003 Gateway M-7818U RF $545 L-1015623R Gateway M-6864FX RF $605 M-6883 Gateway M-6883 NEW $670 M-6880 Gateway M-6880 NEW $625 L-1015594R Gateway M-6862 RF $565 M-6847 Gateway M-6847 NEW $605 L-1015598R Gateway M-6848 RF $545 L-1015672R Gateway M-6827 RF $505 L-1015363R Gateway M-6850FX RF $555 M-7325 Gateway M-7325U NEW $515 LX.W520X.003 Gateway M-7305U RF $465 LX.W220X.003 Gateway M-7301U RF $465 M-7317 Gateway M-7317U NEW $505 LX.W530X.002 Gateway M-7317U RF $450 M-6337 Gateway M-6337 NEW $505 M-6319 Gateway M-6319 NEW $490 ML-6731 Gateway ML-6731 NEW $465 LX.W310X.003 Gateway M-2625U RF $485 LX.W310X.004 Gateway M-2624U RF $485 M-1625 Gateway M-1625 NEW $525 M-2414 Gateway M-2414U NEW $525 LX.W370X.015 Gateway M-2414U RF $450 LX.W370X.008 Gateway M-2404U RF $425 L-1014362R Gateway MT-6452 RF $350 L-1015592R Gateway T-6836 RF $580 T-6829 Gateway T-6829 NEW $565 T-6828 Gateway T-6828 NEW $565 L-1015604R Gateway T-1631 RF $485 UC7308U Gateway UC7308U NEW $680 L-2906091R Gateway CX2756 RF $525 ASUS G50VT-X5 G50VT-X5 NEW $1,130 M50SV-X2 M50SV-X2 RF $920 X83VM-X1 X83VM-X1 RF $910 X83VB-X1 X83VB-X1 RF $700 F6A-X2 F6A-X2 NEW $690 APPLE MB881LL/A MacBook 2.0GHz NEW $995 MB466LL/A MacBook 2.0GHz NEW $1,255 MB467LL/A MacBook 2.4GHz NEW $1,570 MB470LL/A MacBook Pro 2.4Hz NEW $1,780 MC026LL/A MacBook Pro 2.66Hz NEW $2,300 MB766LL/A MacBook Pro 2.5GHz NEW $2,150 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM= New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3= $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From knowtree at aloha.com Tue Mar 24 13:04:30 2009 From: knowtree at aloha.com (knowtree@aloha.com) Date: Tue Mar 24 13:04:38 2009 Subject: Evolution timezone declaration conflict Message-ID: <200903242004.n2OK4J36016122@yoda.pixi.com> > Just did a clean install of FreeBSD 7.1 RELEASE and am building Gnome > 2.24. After a few stops I realized I should have run portupgrade -a after > portsnap, so I did and from then on the gnome2 build went well until > evolution. BTW, I enabled Spam Assassin, but when that failed I did make > config and unchecked that option. Now the build fails in a widget. > > Things I have done: > > portsnap fetch > portupgrade -a > portsdb -Fu > pkgdb -Ff > portupgrade -R evolution > gnomelogalyzer.sh > > I tried commenting out the declaration of timezone in e-timezone-dialog.c > but then the build fails with an expression error. > > Here is the buildlog for make in /usr/ports/mail/evolution > > ===> Building for evolution-2.24.5_1 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5' > Making all in win32 > gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/win32' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/win32' > Making all in data > gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data' > Making all in cde_app_root > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root' > Making all in dt > gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt' > Making all in appconfig > gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig' > Making all in appmanager > gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager' > Making all in C > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' > Making all in Ximian > gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' > gmake[8]: Nothing to be done for `all'. > gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' > gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' > gmake[8]: Nothing to be done for `all-am'. > gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager' > gmake[7]: Nothing to be done for `all-am'. > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager' > gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/appmanager' > Making all in icons > gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons' > Making all in C > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons/C' > gmake[7]: Nothing to be done for `all'. > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons/C' > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons' > gmake[7]: Nothing to be done for `all-am'. > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons' > gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/icons' > Making all in types > gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types' > Making all in C > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types/C' > gmake[7]: Nothing to be done for `all'. > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types/C' > gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types' > gmake[7]: Nothing to be done for `all-am'. > gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types' > gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig/types' > gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig' > gmake[6]: Nothing to be done for `all-am'. > gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig' > gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt/appconfig' > gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt' > gmake[5]: Nothing to be done for `all-am'. > gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt' > gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root/dt' > gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root' > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/cde_app_root' > Making all in icons > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/icons' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data/icons' > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data' > gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/data' > Making all in e-util > gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/e-util' > gmake all-am > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/e-util' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/e-util' > gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/e-util' > Making all in a11y > gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y' > Making all in e-text > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/e-text' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/e-text' > Making all in e-table > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/e-table' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/e-table' > Making all in . > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y' > Making all in calendar > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/calendar' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/calendar' > Making all in widgets > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/widgets' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/widgets' > Making all in addressbook > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/addressbook' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y/addressbook' > gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/a11y' > Making all in widgets > gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets' > Making all in table > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/table' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/table' > Making all in text > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/text' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/text' > Making all in misc > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/misc' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/misc' > Making all in e-timezone-dialog > gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/e-timezone-dialog' > /bin/sh /usr/ports/mail/evolution/work/gnome-libtool --tag=CC -- > mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - > DEVOLUTION_GLADEDIR=\""/usr/local/share/evolution/2.24/glade"\" - > DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - > I/usr/local/include/evolution-data-server-2.24 - > I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - > I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - > I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - > I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- > 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- > 1.0/include -I/usr/local/include/bonobo-activation-2.0 - > I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - > D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - > I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - > I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - > I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - > I/usr/local/include -I/usr/local/include/pixman-1 - > I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - > I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - > I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - > I/usr/local/include/bonobo-activation-2.0 - > I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - > I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - > I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - > I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - > I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - > I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno- > strict-aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno- > sign-compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone- > dialog.Tpo -c -o e-timezone-dialog.lo e-timezone-dialog.c > cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - > DEVOLUTION_GLADEDIR=\"/usr/local/share/evolution/2.24/glade\" - > DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - > I/usr/local/include/evolution-data-server-2.24 - > I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - > I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - > I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - > I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- > 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- > 1.0/include -I/usr/local/include/bonobo-activation-2.0 - > I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - > D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - > I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - > I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - > I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - > I/usr/local/include -I/usr/local/include/pixman-1 - > I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - > I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - > I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - > I/usr/local/include/bonobo-activation-2.0 - > I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - > I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - > I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - > I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - > I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - > I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno-strict- > aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno-sign- > compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone-dialog.Tpo - > c e-timezone-dialog.c -fPIC -DPIC -o .libs/e-timezone-dialog.o > e-timezone-dialog.c:80: error: 'timezone' redeclared as different kind of > symbol > /usr/include/time.h:185: error: previous declaration of 'timezone' was > here > gmake[3]: *** [e-timezone-dialog.lo] Error 1 > gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets/e-timezone-dialog' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5/widgets' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/mail/evolution/work/evolution- > 2.24.5' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/mail/evolution. > *** Error code 1 > > Stop in /usr/ports/mail/evolution. > Since I have not gotten any response on this issue I will Start over from scratch tonight. This is my plan. If I am missing something please let me know. 1. Install from DVD, enable newfs to wipe slices clean, select "All" distribution, agree to install ports collection. 2. portsnap fetch 3. portsnap extract 4. Do the Gnome2 steps in /usr/ports/UPGRADING 5. portupgrade -a 6. cd /usr/ports/x11/gnome2 7. make install 8. make clean Again, if this is wrong, or if there is a better way, please let me know. Gary Dunn Open Slate Project Honolulu From marcus at freebsd.org Tue Mar 24 13:39:10 2009 From: marcus at freebsd.org (Joe Marcus Clarke) Date: Tue Mar 24 13:39:29 2009 Subject: Evolution timezone declaration conflict In-Reply-To: <200903242004.n2OK4J36016122@yoda.pixi.com> References: <200903242004.n2OK4J36016122@yoda.pixi.com> Message-ID: <49C944E7.6010400@freebsd.org> knowtree@aloha.com wrote: >> Just did a clean install of FreeBSD 7.1 RELEASE and am building Gnome >> 2.24. After a few stops I realized I should have run portupgrade -a after >> portsnap, so I did and from then on the gnome2 build went well until >> evolution. BTW, I enabled Spam Assassin, but when that failed I did make >> config and unchecked that option. Now the build fails in a widget. >> >> Things I have done: >> >> portsnap fetch >> portupgrade -a >> portsdb -Fu >> pkgdb -Ff >> portupgrade -R evolution >> gnomelogalyzer.sh >> >> I tried commenting out the declaration of timezone in e-timezone-dialog.c >> but then the build fails with an expression error. >> >> Here is the buildlog for make in /usr/ports/mail/evolution >> >> ===> Building for evolution-2.24.5_1 >> gmake all-recursive >> gmake[1]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5' >> Making all in win32 >> gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/win32' >> gmake[2]: Nothing to be done for `all'. >> gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/win32' >> Making all in data >> gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data' >> Making all in cde_app_root >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root' >> Making all in dt >> gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt' >> Making all in appconfig >> gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig' >> Making all in appmanager >> gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager' >> Making all in C >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' >> Making all in Ximian >> gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' >> gmake[8]: Nothing to be done for `all'. >> gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C/Ximian' >> gmake[8]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' >> gmake[8]: Nothing to be done for `all-am'. >> gmake[8]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager/C' >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager' >> gmake[7]: Nothing to be done for `all-am'. >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager' >> gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/appmanager' >> Making all in icons >> gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons' >> Making all in C >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons/C' >> gmake[7]: Nothing to be done for `all'. >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons/C' >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons' >> gmake[7]: Nothing to be done for `all-am'. >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons' >> gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/icons' >> Making all in types >> gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types' >> Making all in C >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types/C' >> gmake[7]: Nothing to be done for `all'. >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types/C' >> gmake[7]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types' >> gmake[7]: Nothing to be done for `all-am'. >> gmake[7]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types' >> gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig/types' >> gmake[6]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig' >> gmake[6]: Nothing to be done for `all-am'. >> gmake[6]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig' >> gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt/appconfig' >> gmake[5]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt' >> gmake[5]: Nothing to be done for `all-am'. >> gmake[5]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt' >> gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root/dt' >> gmake[4]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root' >> gmake[4]: Nothing to be done for `all-am'. >> gmake[4]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root' >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/cde_app_root' >> Making all in icons >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/icons' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data/icons' >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data' >> gmake[3]: Nothing to be done for `all-am'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data' >> gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/data' >> Making all in e-util >> gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/e-util' >> gmake all-am >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/e-util' >> gmake[3]: Nothing to be done for `all-am'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/e-util' >> gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/e-util' >> Making all in a11y >> gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y' >> Making all in e-text >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/e-text' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/e-text' >> Making all in e-table >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/e-table' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/e-table' >> Making all in . >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y' >> gmake[3]: Nothing to be done for `all-am'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y' >> Making all in calendar >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/calendar' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/calendar' >> Making all in widgets >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/widgets' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/widgets' >> Making all in addressbook >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/addressbook' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y/addressbook' >> gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/a11y' >> Making all in widgets >> gmake[2]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets' >> Making all in table >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/table' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/table' >> Making all in text >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/text' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/text' >> Making all in misc >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/misc' >> gmake[3]: Nothing to be done for `all'. >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/misc' >> Making all in e-timezone-dialog >> gmake[3]: Entering directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/e-timezone-dialog' >> /bin/sh /usr/ports/mail/evolution/work/gnome-libtool --tag=CC -- >> mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - >> DEVOLUTION_GLADEDIR=\""/usr/local/share/evolution/2.24/glade"\" - >> DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - >> I/usr/local/include/evolution-data-server-2.24 - >> I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - >> I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - >> I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - >> I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- >> 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- >> 1.0/include -I/usr/local/include/bonobo-activation-2.0 - >> I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - >> D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - >> I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - >> I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - >> I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - >> I/usr/local/include -I/usr/local/include/pixman-1 - >> I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - >> I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - >> I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - >> I/usr/local/include/bonobo-activation-2.0 - >> I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - >> I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - >> I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - >> I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - >> I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - >> I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno- >> strict-aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno- >> sign-compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone- >> dialog.Tpo -c -o e-timezone-dialog.lo e-timezone-dialog.c >> cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../widgets - >> DEVOLUTION_GLADEDIR=\"/usr/local/share/evolution/2.24/glade\" - >> DG_LOG_DOMAIN=__FILE__ -DORBIT2=1 -D_REENTRANT - >> I/usr/local/include/evolution-data-server-2.24 - >> I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonobo-2.0 - >> I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2 - >> I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - >> I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib- >> 2.0/include -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus- >> 1.0/include -I/usr/local/include/bonobo-activation-2.0 - >> I/usr/local/include/libxml2 -I/usr/local/include/libsoup-2.4 - >> D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 - >> I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 - >> I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 - >> I/usr/local/include/cairo -I/usr/local/include/pango-1.0 - >> I/usr/local/include -I/usr/local/include/pixman-1 - >> I/usr/local/include/freetype2 -I/usr/local/include/gconf/2 - >> I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 - >> I/usr/local/include/dbus-1.0/include -I/usr/local/include/libbonobo-2.0 - >> I/usr/local/include/bonobo-activation-2.0 - >> I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libxml2 - >> I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libgnome-2.0 - >> I/usr/local/include/gail-1.0 -I/usr/local/include/libart-2.0 - >> I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include - >> I/usr/local/include/libglade-2.0 -I/usr/local/include/libgnomeui-2.0 - >> I/usr/local/include/gnome-keyring-1 -I/usr/local/include -O2 -fno-strict- >> aliasing -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wno-sign- >> compare -MT e-timezone-dialog.lo -MD -MP -MF .deps/e-timezone-dialog.Tpo - >> c e-timezone-dialog.c -fPIC -DPIC -o .libs/e-timezone-dialog.o >> e-timezone-dialog.c:80: error: 'timezone' redeclared as different kind of >> symbol >> /usr/include/time.h:185: error: previous declaration of 'timezone' was >> here >> gmake[3]: *** [e-timezone-dialog.lo] Error 1 >> gmake[3]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets/e-timezone-dialog' >> gmake[2]: *** [all-recursive] Error 1 >> gmake[2]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5/widgets' >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory `/usr/ports/mail/evolution/work/evolution- >> 2.24.5' >> gmake: *** [all] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/mail/evolution. >> *** Error code 1 >> >> Stop in /usr/ports/mail/evolution. >> > > Since I have not gotten any response on this issue I will Start over from > scratch tonight. This is my plan. If I am missing something please let me know. > > 1. Install from DVD, enable newfs to wipe slices clean, select "All" > distribution, agree to install ports collection. > > 2. portsnap fetch > > 3. portsnap extract > > 4. Do the Gnome2 steps in /usr/ports/UPGRADING > > 5. portupgrade -a > > 6. cd /usr/ports/x11/gnome2 > > 7. make install > > 8. make clean > > Again, if this is wrong, or if there is a better way, please let me know. These steps look okay, but Evo is building fine in Tinderbox and Pointyhat. Additionally, you're the only one reporting this issue. There must be something wrong on your system, but I can't tell what that is. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From edwin at FreeBSD.org Tue Mar 24 13:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Mar 24 13:40:25 2009 Subject: ports/133027: sysutils/hal: take 100% cpu usage at core when execute Message-ID: <200903242040.n2OKeDFZ084621@freefall.freebsd.org> Synopsis: sysutils/hal: take 100% cpu usage at core when execute Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 24 20:40:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133027 From camden.michael at gmail.com Tue Mar 24 14:10:51 2009 From: camden.michael at gmail.com (Michael Camden) Date: Tue Mar 24 14:10:57 2009 Subject: abiword update Message-ID: <29e537480903241344r43cf85acy8d7f86e377cce621@mail.gmail.com> Hello, I work for a company that uses abiword by converting word documents to pdfs and serving them on the fly. Recently I encountered a bug with abiword, in that it did not recognize older ms word mail merge fields. I brought this to the attention of the developers and they fixed the issue quickly, and released it to their svn. Would it be possible to get an updated version of the abiword port listed on the freebsd ports page, or perhaps instructions on how to create a port for the latest abiword version ? SVN: http://svn.abisource.com/abiword/trunk/ Best regards, Michael Camden From kwm at rainbow-runner.nl Tue Mar 24 19:08:54 2009 From: kwm at rainbow-runner.nl (Koop Mast) Date: Tue Mar 24 19:09:01 2009 Subject: abiword update In-Reply-To: <29e537480903241344r43cf85acy8d7f86e377cce621@mail.gmail.com> References: <29e537480903241344r43cf85acy8d7f86e377cce621@mail.gmail.com> Message-ID: <1237947023.46415.2.camel@headache.rainbow-runner.nl> On Tue, 2009-03-24 at 13:44 -0700, Michael Camden wrote: > Hello, > > I work for a company that uses abiword by converting word documents to > pdfs and serving them on the fly. Recently I encountered a bug with > abiword, in that it did not recognize older ms word mail merge fields. > I brought this to the attention of the developers and they fixed the > issue quickly, and released it to their svn. Would it be possible to > get an updated version of the abiword port listed on the freebsd ports > page, or perhaps instructions on how to create a port for the latest > abiword version ? > > SVN: > http://svn.abisource.com/abiword/trunk/ I'm sitting on a update to abiword 2.6.8. Is this version recent enough for the fix? If not can you point out the svn revision in which your bug is fixed, or the bugtracker number. -Koop > Best regards, > Michael Camden > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From oberman at es.net Tue Mar 24 20:08:52 2009 From: oberman at es.net (Kevin Oberman) Date: Tue Mar 24 20:08:58 2009 Subject: 2.26 before pots freeze? Message-ID: <20090325030850.3476D1CC50@ptavv.es.net> Any idea if 2.26 will make it to the ports before the freeze prior to the release of 7.2? -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From pav at FreeBSD.org Thu Mar 26 08:20:07 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu Mar 26 08:20:13 2009 Subject: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c Message-ID: <200903261520.n2QFK626003433@freefall.freebsd.org> Synopsis: [PATCH] lang/vala: fix compile error in scanner.c State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Thu Mar 26 15:19:45 UTC 2009 State-Changed-Why: Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=132396 From erwin at FreeBSD.org Thu Mar 26 15:39:20 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Mar 26 15:39:30 2009 Subject: [ports-i386@FreeBSD.org: anjuta-2.24.2 failed on i386 6] Message-ID: <20090326223913.GP78186@droso.net> FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Wed, 25 Mar 2009 08:55:12 GMT From: User Ports-i386 To: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: anjuta-2.24.2 failed on i386 6 Excerpt from the build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.6.20090325034718/anjuta-2.24.2.log building anjuta-2.24.2 on gohan29.freebsd.org in directory /x/tmp/6/20090325034718/chroot/74 building for: 6.4-STABLE i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/devel/anjuta Makefile ident: $FreeBSD: ports/devel/anjuta/Makefile,v 1.66 2009/01/10 05:21:16 marcus Exp $ [... lines trimmed ...] No matching processes were found test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-build-basic-autotools.la' '/usr/local/lib/anjuta/libanjuta-build-basic-autotools.la' libtool: install: warning: relinking `libanjuta-build-basic-autotools.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/build-basic-autotools; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-build-basic-autotools.la -rpath /usr/local/lib/anjuta plugin.lo executer.lo build-options.lo configuration-list.lo program.lo -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/executer.o .libs/build-options.o .libs/configuration-list.o .libs/program.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-build-bas ic-autotools.so -o .libs/libanjuta-build-basic-autotools.so libtool: install: /usr/bin/install -c .libs/libanjuta-build-basic-autotools.soT /usr/local/lib/anjuta/libanjuta-build-basic-autotools.so libtool: install: /usr/bin/install -c .libs/libanjuta-build-basic-autotools.lai /usr/local/lib/anjuta/libanjuta-build-basic-autotools.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/etc/gconf/schemas" || ../.././install-sh -c -d "/usr/local/etc/gconf/schemas" /usr/bin/install -c -m 644 'anjuta-build-basic-autotools-plugin.schemas' '/usr/local/etc/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/build-basic-autotools' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/build-basic-autotools' Making install in file-loader gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-loader' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-loader' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-loader-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-loader-plugin.svg' /usr/bin/install -c -m 644 'anjuta-loader-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-loader-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-loader.plugin' '/usr/local/lib/anjuta/anjuta-loader.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-loader-plugin.ui' '/usr/local/share/anjuta/ui/anjuta-loader-plugin.ui' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-loader.la' '/usr/local/lib/anjuta/libanjuta-loader.la' libtool: install: warning: relinking `libanjuta-loader.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-loader; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-loader.la -rpath /usr/local/lib/anjuta plugin.lo dnd.lo anjuta-recent-chooser-menu.lo -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/dnd.o .libs/anjuta-recent-chooser-menu.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-loader.so -o .libs/libanjuta-loader.so libtool: install: /usr/bin/install -c .libs/libanjuta-loader.soT /usr/local/lib/anjuta/libanjuta-loader.so libtool: install: /usr/bin/install -c .libs/libanjuta-loader.lai /usr/local/lib/anjuta/libanjuta-loader.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-loader' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-loader' Making install in file-wizard gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-wizard' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-wizard' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-file-wizard.la' '/usr/local/lib/anjuta/libanjuta-file-wizard.la' libtool: install: warning: relinking `libanjuta-file-wizard.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-wizard; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-file-wizard.la -rpath /usr/local/lib/anjuta file.lo plugin.lo -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/file.o .libs/plugin.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-file-wizard.so -o .libs/libanjuta-file-wizard.so libtool: install: /usr/bin/install -c .libs/libanjuta-file-wizard.soT /usr/local/lib/anjuta/libanjuta-file-wizard.so libtool: install: /usr/bin/install -c .libs/libanjuta-file-wizard.lai /usr/local/lib/anjuta/libanjuta-file-wizard.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-file-wizard.glade' '/usr/local/share/anjuta/glade/anjuta-file-wizard.glade' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-file-wizard-plugin.png' '/usr/local/share/pixmaps/anjuta/anjuta-file-wizard-plugin.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-file-wizard.plugin' '/usr/local/lib/anjuta/anjuta-file-wizard.plugin' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-wizard' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/file-wizard' Making install in project-wizard gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' Making install in templates gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake install-recursive gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' Making install in minimal gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/minimal' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/minimal' gmake[6]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/minimal" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/minimal" /usr/bin/install -c -m 644 'autogen.sh' '/usr/local/share/anjuta/project/minimal/autogen.sh' /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/minimal/configure.ac.tpl' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/minimal/Makefile.am.tpl' /usr/bin/install -c -m 644 'project.anjuta' '/usr/local/share/anjuta/project/minimal/project.anjuta' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/minimal' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/minimal' Making install in terminal gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/terminal/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/terminal/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/terminal/src/main.c' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/terminal/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'cvsignore' '/usr/local/share/anjuta/project/terminal/src/cvsignore' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/terminal/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/terminal/po" /usr/bin/install -c -m 644 'ChangeLog' '/usr/local/share/anjuta/project/terminal/po/ChangeLog' /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/terminal/po/POTFILES.in' /usr/bin/install -c -m 644 'LINGUAS' '/usr/local/share/anjuta/project/terminal/po/LINGUAS' /usr/bin/install -c -m 644 'cvsignore' '/usr/local/share/anjuta/project/terminal/po/cvsignore' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/terminal" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/terminal" /usr/bin/install -c -m 644 'AUTHORS' '/usr/local/share/anjuta/project/terminal/AUTHORS' /usr/bin/install -c -m 644 'ChangeLog' '/usr/local/share/anjuta/project/terminal/ChangeLog' /usr/bin/install -c -m 644 'autogen.sh' '/usr/local/share/anjuta/project/terminal/autogen.sh' /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/terminal/configure.ac.tpl' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/terminal/Makefile.am.tpl' /usr/bin/install -c -m 644 'NEWS' '/usr/local/share/anjuta/project/terminal/NEWS' /usr/bin/install -c -m 644 'project.anjuta' '/usr/local/share/anjuta/project/terminal/project.anjuta' /usr/bin/install -c -m 644 'README' '/usr/local/share/anjuta/project/terminal/README' /usr/bin/install -c -m 644 'cvsignore' '/usr/local/share/anjuta/project/terminal/cvsignore' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/terminal' Making install in cpp gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/cpp/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/cpp/src" /usr/bin/install -c -m 644 'main.cc' '/usr/local/share/anjuta/project/cpp/src/main.cc' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/cpp/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'cvsignore' '/usr/local/share/anjuta/project/cpp/src/cvsignore' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/cpp/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/cpp/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/cpp/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/cpp" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/cpp" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/cpp/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/cpp' Making install in gtk gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gtk/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gtk/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/gtk/src/main.c' /usr/bin/install -c -m 644 'callbacks.c' '/usr/local/share/anjuta/project/gtk/src/callbacks.c' /usr/bin/install -c -m 644 'callbacks.h' '/usr/local/share/anjuta/project/gtk/src/callbacks.h' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/gtk/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'project.glade' '/usr/local/share/anjuta/project/gtk/src/project.glade' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gtk/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gtk/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/gtk/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' gmake[7]: Nothing to be done for `install-exec-am'. gmake[7]: Nothing to be done for `install-data-am'. gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtk' Making install in anjuta-plugin gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin/src" /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'plugin.c' '/usr/local/share/anjuta/project/anjuta-plugin/src/plugin.c' /usr/bin/install -c -m 644 'plugin.glade' '/usr/local/share/anjuta/project/anjuta-plugin/src/plugin.glade' /usr/bin/install -c -m 644 'plugin.h' '/usr/local/share/anjuta/project/anjuta-plugin/src/plugin.h' /usr/bin/install -c -m 644 'plugin.plugin.in' '/usr/local/share/anjuta/project/anjuta-plugin/src/plugin.plugin.in' /usr/bin/install -c -m 644 'plugin.ui' '/usr/local/share/anjuta/project/anjuta-plugin/src/plugin.ui' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/anjuta-plugin/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/anjuta-plugin/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin' Making install in anjuta-plugin-vala gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin-vala/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin-vala/src" /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/anjuta-plugin-vala/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'plugin.vala' '/usr/local/share/anjuta/project/anjuta-plugin-vala/src/plugin.vala' /usr/bin/install -c -m 644 'config.vapi' '/usr/local/share/anjuta/project/anjuta-plugin-vala/src/config.vapi' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin-vala/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin-vala/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/anjuta-plugin-vala/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/anjuta-plugin-vala" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/anjuta-plugin-vala" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/anjuta-plugin-vala/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/anjuta-plugin-vala' Making install in gnome gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gnome/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gnome/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/gnome/src/main.c' /usr/bin/install -c -m 644 'callbacks.c' '/usr/local/share/anjuta/project/gnome/src/callbacks.c' /usr/bin/install -c -m 644 'callbacks.h' '/usr/local/share/anjuta/project/gnome/src/callbacks.h' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/gnome/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'project.glade' '/usr/local/share/anjuta/project/gnome/src/project.glade' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gnome/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gnome/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/gnome/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' gmake[7]: Nothing to be done for `install-exec-am'. gmake[7]: Nothing to be done for `install-data-am'. gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gnome' Making install in gtkmm gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gtkmm/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gtkmm/src" /usr/bin/install -c -m 644 'main.cc' '/usr/local/share/anjuta/project/gtkmm/src/main.cc' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/gtkmm/src/Makefile.am.tpl' /usr/bin/install -c -m 644 'project.glade' '/usr/local/share/anjuta/project/gtkmm/src/project.glade' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gtkmm/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gtkmm/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/gtkmm/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gtkmm" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gtkmm" gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gtkmm' Making install in wxwin gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/wxwin/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/wxwin/src" /usr/bin/install -c -m 644 'main.cc' '/usr/local/share/anjuta/project/wxwin/src/main.cc' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/wxwin/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/wxwin/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/wxwin/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/wxwin/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/wxwin" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/wxwin" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/wxwin/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/wxwin' Making install in xlib gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/xlib/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/xlib/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/xlib/src/main.c' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/xlib/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/xlib/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/xlib/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/xlib/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/xlib" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/xlib" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/xlib/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib' Making install in xlib-dock gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/xlib-dock/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/xlib-dock/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/xlib-dock/src/main.c' /usr/bin/install -c -m 644 'wmgeneral.c' '/usr/local/share/anjuta/project/xlib-dock/src/wmgeneral.c' /usr/bin/install -c -m 644 'wmgeneral.h' '/usr/local/share/anjuta/project/xlib-dock/src/wmgeneral.h' /usr/bin/install -c -m 644 'pixmaps.h' '/usr/local/share/anjuta/project/xlib-dock/src/pixmaps.h' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/xlib-dock/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/xlib-dock/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/xlib-dock/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/xlib-dock/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' gmake[7]: Nothing to be done for `install-exec-am'. gmake[7]: Nothing to be done for `install-data-am'. gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/xlib-dock' Making install in gcj gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gcj/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gcj/src" /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/gcj/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj/src' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/gcj" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/gcj" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/gcj/configure.ac.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/gcj' Making install in java gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/java/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/java/src" /usr/bin/install -c -m 644 'main.java' '/usr/local/share/anjuta/project/java/src/main.java' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/java/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/java/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/java/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/java/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/java" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/java" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/java/configure.ac.tpl' /usr/bin/install -c -m 644 'project.anjuta' '/usr/local/share/anjuta/project/java/project.anjuta' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/java' Making install in python gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/python/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/python/src" /usr/bin/install -c -m 644 'main.py' '/usr/local/share/anjuta/project/python/src/main.py' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/python/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/python/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/python/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/python/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/python" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/python" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/python/configure.ac.tpl' /usr/bin/install -c -m 644 'project.anjuta' '/usr/local/share/anjuta/project/python/project.anjuta' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/python' Making install in mkfile gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/mkfile/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/mkfile/src" /usr/bin/install -c -m 644 'Makefile.tpl' '/usr/local/share/anjuta/project/mkfile/src/Makefile.tpl' /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/mkfile/src/main.c' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/mkfile/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/mkfile/po" /usr/bin/install -c -m 644 'ChangeLog' '/usr/local/share/anjuta/project/mkfile/po/ChangeLog' /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/mkfile/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/mkfile" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/mkfile" /usr/bin/install -c -m 644 'project.anjuta' '/usr/local/share/anjuta/project/mkfile/project.anjuta' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/mkfile' Making install in sdl gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' Making install in src gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/src' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/src' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/sdl/src" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/sdl/src" /usr/bin/install -c -m 644 'main.c' '/usr/local/share/anjuta/project/sdl/src/main.c' /usr/bin/install -c -m 644 'Makefile.am.tpl' '/usr/local/share/anjuta/project/sdl/src/Makefile.am.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/src' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/src' Making install in po gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/po' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/po' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/sdl/po" || ../../../../.././install-sh -c -d "/usr/local/share/anjuta/project/sdl/po" /usr/bin/install -c -m 644 'POTFILES.in' '/usr/local/share/anjuta/project/sdl/po/POTFILES.in' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/po' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl/po' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' gmake[7]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' gmake[7]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/sdl" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/sdl" /usr/bin/install -c -m 644 'configure.ac.tpl' '/usr/local/share/anjuta/project/sdl/configure.ac.tpl' /usr/bin/install -c -m 644 'acinclude.m4.tpl' '/usr/local/share/anjuta/project/sdl/acinclude.m4.tpl' gmake[7]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/sdl' Making install in licenses gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/licenses' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/licenses' gmake[6]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project/licenses" || ../../../.././install-sh -c -d "/usr/local/share/anjuta/project/licenses" /usr/bin/install -c -m 644 'BSD' '/usr/local/share/anjuta/project/licenses/BSD' /usr/bin/install -c -m 644 'GPL' '/usr/local/share/anjuta/project/licenses/GPL' /usr/bin/install -c -m 644 'LGPL' '/usr/local/share/anjuta/project/licenses/LGPL' /usr/bin/install -c -m 644 'None' '/usr/local/share/anjuta/project/licenses/None' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/licenses' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates/licenses' gmake[5]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[6]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[6]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/project" || ../../.././install-sh -c -d "/usr/local/share/anjuta/project" /usr/bin/install -c -m 644 'minimal.wiz' '/usr/local/share/anjuta/project/minimal.wiz' /usr/bin/install -c -m 644 'terminal.wiz' '/usr/local/share/anjuta/project/terminal.wiz' /usr/bin/install -c -m 644 'terminal-logo.png' '/usr/local/share/anjuta/project/terminal-logo.png' /usr/bin/install -c -m 644 'cpp.wiz' '/usr/local/share/anjuta/project/cpp.wiz' /usr/bin/install -c -m 644 'cpp-logo.png' '/usr/local/share/anjuta/project/cpp-logo.png' /usr/bin/install -c -m 644 'django.wiz' '/usr/local/share/anjuta/project/django.wiz' /usr/bin/install -c -m 644 'django-logo.png' '/usr/local/share/anjuta/project/django-logo.png' /usr/bin/install -c -m 644 'gtk.wiz' '/usr/local/share/anjuta/project/gtk.wiz' /usr/bin/install -c -m 644 'gtk-logo.png' '/usr/local/share/anjuta/project/gtk-logo.png' /usr/bin/install -c -m 644 'anjuta-plugin.wiz' '/usr/local/share/anjuta/project/anjuta-plugin.wiz' /usr/bin/install -c -m 644 'anjuta-plugin-vala.wiz' '/usr/local/share/anjuta/project/anjuta-plugin-vala.wiz' /usr/bin/install -c -m 644 'anjuta-plugin-logo.png' '/usr/local/share/anjuta/project/anjuta-plugin-logo.png' /usr/bin/install -c -m 644 'gnome.wiz' '/usr/local/share/anjuta/project/gnome.wiz' /usr/bin/install -c -m 644 'gnome-logo.png' '/usr/local/share/anjuta/project/gnome-logo.png' /usr/bin/install -c -m 644 'gtkmm.wiz' '/usr/local/share/anjuta/project/gtkmm.wiz' /usr/bin/install -c -m 644 'gtkmm-logo.png' '/usr/local/share/anjuta/project/gtkmm-logo.png' /usr/bin/install -c -m 644 'wxwin.wiz' '/usr/local/share/anjuta/project/wxwin.wiz' /usr/bin/install -c -m 644 'wxwin-logo.png' '/usr/local/share/anjuta/project/wxwin-logo.png' /usr/bin/install -c -m 644 'xlib.wiz' '/usr/local/share/anjuta/project/xlib.wiz' /usr/bin/install -c -m 644 'xlib-dock.wiz' '/usr/local/share/anjuta/project/xlib-dock.wiz' /usr/bin/install -c -m 644 'xlib-logo.png' '/usr/local/share/anjuta/project/xlib-logo.png' /usr/bin/install -c -m 644 'gcj.wiz' '/usr/local/share/anjuta/project/gcj.wiz' /usr/bin/install -c -m 644 'gcj-logo.png' '/usr/local/share/anjuta/project/gcj-logo.png' /usr/bin/install -c -m 644 'java.wiz' '/usr/local/share/anjuta/project/java.wiz' /usr/bin/install -c -m 644 'java-logo.png' '/usr/local/share/anjuta/project/java-logo.png' /usr/bin/install -c -m 644 'python.wiz' '/usr/local/share/anjuta/project/python.wiz' /usr/bin/install -c -m 644 'python-logo.png' '/usr/local/share/anjuta/project/python-logo.png' /usr/bin/install -c -m 644 'mkfile.wiz' '/usr/local/share/anjuta/project/mkfile.wiz' /usr/bin/install -c -m 644 'mkfile-logo.png' '/usr/local/share/anjuta/project/mkfile-logo.png' /usr/bin/install -c -m 644 'sdl.wiz' '/usr/local/share/anjuta/project/sdl.wiz' /usr/bin/install -c -m 644 'appwiz_sdl.png' '/usr/local/share/anjuta/project/appwiz_sdl.png' gmake[6]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[5]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard/templates' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-project-wizard.la' '/usr/local/lib/anjuta/libanjuta-project-wizard.la' libtool: install: warning: relinking `libanjuta-project-wizard.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-project-wizard.la -rpath /usr/local/lib/anjuta plugin.lo druid.lo header.lo property.lo values.lo file.lo action.lo parser.lo install.lo autogen.lo -pthread -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -pthread -L/usr/local /lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/druid.o .libs/header.o .libs/property.o .libs/values.o .libs/file.o .libs/action.o .libs/parser.o .libs/install.o .libs/autogen.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread - pthread -pthread -Wl,-soname -Wl,libanjuta-project-wizard.so -o .libs/libanjuta-project-wizard.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-wizard.soT /usr/local/lib/anjuta/libanjuta-project-wizard.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-wizard.lai /usr/local/lib/anjuta/libanjuta-project-wizard.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-project-wizard.glade' '/usr/local/share/anjuta/glade/anjuta-project-wizard.glade' /usr/bin/install -c -m 644 'applogo.png' '/usr/local/share/anjuta/glade/applogo.png' /usr/bin/install -c -m 644 'appwizard.png' '/usr/local/share/anjuta/glade/appwizard.png' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-project-wizard-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg' /usr/bin/install -c -m 644 'anjuta-project-wizard-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-project-wizard.plugin' '/usr/local/lib/anjuta/anjuta-project-wizard.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-wizard' Making install in project-manager gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-manager' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-manager' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-project-manager.la' '/usr/local/lib/anjuta/libanjuta-project-manager.la' libtool: install: warning: relinking `libanjuta-project-manager.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-manager; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-project-manager.la -rpath /usr/local/lib/anjuta plugin.lo -pthread -L/usr/local/lib -lgbf-1 -lgbf-widgets-1 -lgnome-2 -lpopt -lgdl-1 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit- 2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lgbf-widgets-1 -lgbf-1 -lgnuregex -lgdl-1 -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-project-manager.so -o .libs/libanjuta-project-ma nager.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-manager.soT /usr/local/lib/anjuta/libanjuta-project-manager.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-manager.lai /usr/local/lib/anjuta/libanjuta-project-manager.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-project-manager-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-project-manager-plugin.svg' /usr/bin/install -c -m 644 'anjuta-project-manager-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-project-manager.plugin' '/usr/local/lib/anjuta/anjuta-project-manager.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-project-manager.ui' '/usr/local/share/anjuta/ui/anjuta-project-manager.ui' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-manager' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-manager' Making install in sample1 gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/sample1' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/sample1' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-sample.la' '/usr/local/lib/anjuta/libanjuta-sample.la' libtool: install: warning: relinking `libanjuta-sample.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/sample1; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-sample.la -rpath /usr/local/lib/anjuta plugin.lo -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-sample.so -o .libs/libanjuta-sample.so libtool: install: /usr/bin/install -c .libs/libanjuta-sample.soT /usr/local/lib/anjuta/libanjuta-sample.so libtool: install: /usr/bin/install -c .libs/libanjuta-sample.lai /usr/local/lib/anjuta/libanjuta-sample.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-sample-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-sample-plugin.svg' /usr/bin/install -c -m 644 'anjuta-sample-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-sample-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-sample.plugin' '/usr/local/lib/anjuta/anjuta-sample.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-sample.ui' '/usr/local/share/anjuta/ui/anjuta-sample.ui' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/sample1' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/sample1' Making install in cvs-plugin gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/cvs-plugin' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/cvs-plugin' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-cvs-plugin.glade' '/usr/local/share/anjuta/glade/anjuta-cvs-plugin.glade' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-cvs-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-cvs-plugin.svg' /usr/bin/install -c -m 644 'anjuta-cvs-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-cvs-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-cvs.plugin' '/usr/local/lib/anjuta/anjuta-cvs.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-cvs.ui' '/usr/local/share/anjuta/ui/anjuta-cvs.ui' for p in ; do \ GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults /usr/local/bin/gconftool-2 --makefile-install-rule $p ; \ done No matching processes were found test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-cvs-plugin.la' '/usr/local/lib/anjuta/libanjuta-cvs-plugin.la' libtool: install: warning: relinking `libanjuta-cvs-plugin.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/cvs-plugin; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-cvs-plugin.la -rpath /usr/local/lib/anjuta plugin.lo cvs-actions.lo cvs-execute.lo cvs-callbacks.lo cvs-interface.lo -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/cvs-actions.o .libs/cvs-execute.o .libs/cvs-callbacks.o .libs/cvs-interface.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-cvs-plu gin.so -o .libs/libanjuta-cvs-plugin.so libtool: install: /usr/bin/install -c .libs/libanjuta-cvs-plugin.soT /usr/local/lib/anjuta/libanjuta-cvs-plugin.so libtool: install: /usr/bin/install -c .libs/libanjuta-cvs-plugin.lai /usr/local/lib/anjuta/libanjuta-cvs-plugin.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/etc/gconf/schemas" || ../.././install-sh -c -d "/usr/local/etc/gconf/schemas" /usr/bin/install -c -m 644 'anjuta-cvs-plugin.schemas' '/usr/local/etc/gconf/schemas/anjuta-cvs-plugin.schemas' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/cvs-plugin' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/cvs-plugin' Making install in macro gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/macro' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/macro' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-macro.glade' '/usr/local/share/anjuta/glade/anjuta-macro.glade' test -z "/usr/local/share/anjuta" || ../.././install-sh -c -d "/usr/local/share/anjuta" /usr/bin/install -c -m 644 'macros.xml' '/usr/local/share/anjuta/macros.xml' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-macro.png' '/usr/local/share/pixmaps/anjuta/anjuta-macro.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-macro.plugin' '/usr/local/lib/anjuta/anjuta-macro.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-macro.ui' '/usr/local/share/anjuta/ui/anjuta-macro.ui' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-macro.la' '/usr/local/lib/anjuta/libanjuta-macro.la' libtool: install: warning: relinking `libanjuta-macro.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/macro; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-macro.la -rpath /usr/local/lib/anjuta plugin.lo macro-actions.lo macro-db.lo macro-dialog.lo macro-edit.lo macro-util.lo -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/macro-actions.o .libs/macro-db.o .libs/macro-dialog.o .libs/macro-edit.o .libs/macro-util.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,lib anjuta-macro.so -o .libs/libanjuta-macro.so libtool: install: /usr/bin/install -c .libs/libanjuta-macro.soT /usr/local/lib/anjuta/libanjuta-macro.so libtool: install: /usr/bin/install -c .libs/libanjuta-macro.lai /usr/local/lib/anjuta/libanjuta-macro.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/macro' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/macro' Making install in class-gen gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' Making install in templates gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen/templates' gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen/templates' gmake[4]: Nothing to be done for `install-exec-am'. test -z ""/usr/local/share/anjuta/class-templates/"" || ../../.././install-sh -c -d ""/usr/local/share/anjuta/class-templates/"" /usr/bin/install -c -m 644 'cc-header.tpl' '/usr/local/share/anjuta/class-templates//cc-header.tpl' /usr/bin/install -c -m 644 'cc-source.tpl' '/usr/local/share/anjuta/class-templates//cc-source.tpl' /usr/bin/install -c -m 644 'go-header.tpl' '/usr/local/share/anjuta/class-templates//go-header.tpl' /usr/bin/install -c -m 644 'go-source.tpl' '/usr/local/share/anjuta/class-templates//go-source.tpl' gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen/templates' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen/templates' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-class-gen-plugin.glade' '/usr/local/share/anjuta/glade/anjuta-class-gen-plugin.glade' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'class_logo.xpm' '/usr/local/share/pixmaps/anjuta/class_logo.xpm' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-class-gen.plugin' '/usr/local/lib/anjuta/anjuta-class-gen.plugin' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-class-gen.la' '/usr/local/lib/anjuta/libanjuta-class-gen.la' libtool: install: warning: relinking `libanjuta-class-gen.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-class-gen.la -rpath /usr/local/lib/anjuta cell-renderer-flags.lo combo-flags.lo element-editor.lo generator.lo plugin.lo transform.lo validator.lo window.lo ../../plugins/project-wizard/libanjuta-project-wizard.la -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) *** Warning: Linking the shared library libanjuta-class-gen.la against the loadable module *** libanjuta-project-wizard.so is not portable! libtool: relink: cc -shared .libs/cell-renderer-flags.o .libs/combo-flags.o .libs/element-editor.o .libs/generator.o .libs/plugin.o .libs/transform.o .libs/validator.o .libs/window.o -Wl,-rpath -Wl,/usr/local/lib/anjuta -Wl,-rpath -Wl,/usr/local/lib -L/work/a/ports/devel/anjuta/work/anjuta-2.24.2/libanjuta/.libs -L/usr/local/lib -L/usr/local/lib/anjuta -lanjuta-project-wizard -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcs vc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-class-gen.so -o .libs/libanjuta-class-gen.so libtool: install: /usr/bin/install -c .libs/libanjuta-class-gen.soT /usr/local/lib/anjuta/libanjuta-class-gen.so libtool: install: /usr/bin/install -c .libs/libanjuta-class-gen.lai /usr/local/lib/anjuta/libanjuta-class-gen.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-gen' Making install in patch gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/patch' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/patch' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'patch-plugin.glade' '/usr/local/share/anjuta/glade/patch-plugin.glade' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-patch-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-patch-plugin.svg' /usr/bin/install -c -m 644 'anjuta-patch-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-patch-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-patch.plugin' '/usr/local/lib/anjuta/anjuta-patch.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-patch.ui' '/usr/local/share/anjuta/ui/anjuta-patch.ui' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-patch.la' '/usr/local/lib/anjuta/libanjuta-patch.la' libtool: install: warning: relinking `libanjuta-patch.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/patch; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-patch.la -rpath /usr/local/lib/anjuta plugin.lo patch-plugin.lo -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/patch-plugin.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-patch.so -o .libs/libanjuta-patch.so libtool: install: /usr/bin/install -c .libs/libanjuta-patch.soT /usr/local/lib/anjuta/libanjuta-patch.so libtool: install: /usr/bin/install -c .libs/libanjuta-patch.lai /usr/local/lib/anjuta/libanjuta-patch.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/patch' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/patch' Making install in subversion gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/subversion' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/subversion' gmake[3]: Nothing to be done for `install-exec-am'. test -z "" || ../.././install-sh -c -d "" test -z "" || ../.././install-sh -c -d "" test -z "" || ../.././install-sh -c -d "" test -z "" || ../.././install-sh -c -d "" test -z "" || ../.././install-sh -c -d "" gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/subversion' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/subversion' Making install in project-import gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-import' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-import' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-project-import.la' '/usr/local/lib/anjuta/libanjuta-project-import.la' libtool: install: warning: relinking `libanjuta-project-import.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-import; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-project-import.la -rpath /usr/local/lib/anjuta plugin.lo project-import.lo -pthread -L/usr/local/lib -lgbf-1 -lgbf-widgets-1 -lgnome-2 -lpopt -lgdl-1 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-act ivation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/project-import.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lgbf-widgets-1 -lgbf-1 -lgnuregex -lgdl-1 -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-project-import.so -o .lib s/libanjuta-project-import.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-import.soT /usr/local/lib/anjuta/libanjuta-project-import.so libtool: install: /usr/bin/install -c .libs/libanjuta-project-import.lai /usr/local/lib/anjuta/libanjuta-project-import.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-project-import-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-project-import-plugin.svg' /usr/bin/install -c -m 644 'anjuta-project-import-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-project-import-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-project-import.plugin' '/usr/local/lib/anjuta/anjuta-project-import.plugin' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-import' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/project-import' Making install in tools gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' Making install in scripts gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools/scripts' gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools/scripts' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/anjuta/tools" || ../../.././install-sh -c -d "/usr/local/share/anjuta/tools" /usr/bin/install -c -m 644 'tools-2.xml' '/usr/local/share/anjuta/tools/tools-2.xml' test -z "/usr/local/share/anjuta/tools" || ../../.././install-sh -c -d "/usr/local/share/anjuta/tools" /usr/bin/install -c 'prepare-changelog.pl' '/usr/local/share/anjuta/tools/prepare-changelog.pl' /usr/bin/install -c 'find-fixmes.pl' '/usr/local/share/anjuta/tools/find-fixmes.pl' /usr/bin/install -c 'translation-status.pl' '/usr/local/share/anjuta/tools/translation-status.pl' gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools/scripts' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools/scripts' gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' gmake[4]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libanjuta-tools.la' '/usr/local/lib/anjuta/libanjuta-tools.la' libtool: install: warning: relinking `libanjuta-tools.la' libtool: install: (cd /work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools; /bin/sh /work/a/ports/devel/anjuta/work/anjuta-2.24.2/libtool --tag CC --mode=relink cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-tools.la -rpath /usr/local/lib/anjuta plugin.lo dialog.lo fileop.lo tool.lo editor.lo execute.lo variable.lo -pthread -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11- 2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil ) libtool: relink: cc -shared .libs/plugin.o .libs/dialog.o .libs/fileop.o .libs/tool.o .libs/editor.o .libs/execute.o .libs/variable.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lanjuta -lgnomeui-2 -lgnome-keyring -lbonoboui-2 -lSM -lICE -lgnomecanvas-2 -lgailutil -lgnome-2 -lgnomevfs-2 -lssl -lcrypto -lavahi-glib -lavahi-client -lavahi-common -lesd -laudiofile -lpopt -lbonobo-2 -lbonobo-activation -lORBitCosNaming-2 -lart_lgpl_2 -lgconf-2 -lORBit-2 -ldbus-glib-1 -ldbus-1 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXext -lXdamage -lcairo -lpixman-1 -lpng -lxcb-render-util -lxcb-render -lXrender -lpangoft2-1.0 -lXfixes -lX11 -lxcb -lXau -lXdmcp -lpthread-stubs -lrpcsvc -lpango-1.0 -lm -lfontconfig -lfreetype -lz -lexpat -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpcre -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta- tools.so -o .libs/libanjuta-tools.so libtool: install: /usr/bin/install -c .libs/libanjuta-tools.soT /usr/local/lib/anjuta/libanjuta-tools.so libtool: install: /usr/bin/install -c .libs/libanjuta-tools.lai /usr/local/lib/anjuta/libanjuta-tools.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/anjuta If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/share/anjuta/glade" || ../.././install-sh -c -d "/usr/local/share/anjuta/glade" /usr/bin/install -c -m 644 'anjuta-tools.glade' '/usr/local/share/anjuta/glade/anjuta-tools.glade' test -z "/usr/local/share/pixmaps/anjuta" || ../.././install-sh -c -d "/usr/local/share/pixmaps/anjuta" /usr/bin/install -c -m 644 'anjuta-tools-plugin.svg' '/usr/local/share/pixmaps/anjuta/anjuta-tools-plugin.svg' /usr/bin/install -c -m 644 'anjuta-tools-plugin-48.png' '/usr/local/share/pixmaps/anjuta/anjuta-tools-plugin-48.png' test -z "/usr/local/lib/anjuta" || ../.././install-sh -c -d "/usr/local/lib/anjuta" /usr/bin/install -c -m 644 'anjuta-tools.plugin' '/usr/local/lib/anjuta/anjuta-tools.plugin' test -z "/usr/local/share/anjuta/ui" || ../.././install-sh -c -d "/usr/local/share/anjuta/ui" /usr/bin/install -c -m 644 'anjuta-tools.ui' '/usr/local/share/anjuta/ui/anjuta-tools.ui' gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' Making install in class-inheritance gmake[2]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-inheritance' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/u sr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/incl ude/freetype2 -I/usr/local/include/graphviz -I/usr/loca! l/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT class-inherit.lo -MD -MP -MF .deps/class-inherit.Tpo -c -o class-inherit.lo class-inherit.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I /usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/graphv iz -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-! externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT class-inherit.lo -MD -MP -MF .deps/class-inherit.Tpo -c class-inherit.c -fPIC -DPIC -o .libs/class-inherit.o class-inherit.c: In function `cls_inherit_draw_graph': class-inherit.c:760: warning: implicit declaration of function `ND_coord_i' class-inherit.c:760: warning: nested extern declaration of `ND_coord_i' class-inherit.c:760: error: incompatible types in assignment gmake[2]: *** [class-inherit.lo] Error 1 gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-inheritance' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /a/ports/devel/anjuta. ================================================================ build of /usr/ports/devel/anjuta ended at Wed Mar 25 08:54:46 UTC 2009 ----- End forwarded message ----- -- Erwin Lansing http://droso.org Prediction is very difficult erwin@FreeBSD.org especially about the future erwin@aauug.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090326/959e2a3d/attachment.pgp From marcus at FreeBSD.org Fri Mar 27 11:51:56 2009 From: marcus at FreeBSD.org (marcus@FreeBSD.org) Date: Fri Mar 27 11:52:02 2009 Subject: ports/133027: sysutils/hal: take 100% cpu usage at core when execute Message-ID: <200903271851.n2RIptZG060835@freefall.freebsd.org> Synopsis: sysutils/hal: take 100% cpu usage at core when execute State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Mar 27 18:50:18 UTC 2009 State-Changed-Why: Upgrade to latest -CURRENT (800074). Remove devel/libusb. Run make delete-old and make delete-old-libs. Rebuild sysutils/hal. This problem will go away. http://www.freebsd.org/cgi/query-pr.cgi?pr=133027 From knowtree at aloha.com Fri Mar 27 13:28:19 2009 From: knowtree at aloha.com (knowtree@aloha.com) Date: Fri Mar 27 13:28:25 2009 Subject: 2.26 before pots freeze? Message-ID: <200903272028.n2RKSHuJ002659@yoda.pixi.com> > Any idea if 2.26 will make it to the ports before the freeze prior to > the release of 7.2? > -- > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 Here in Honolulu my pots never freeze :-> Seriously, though, I concur with this thought. When 7.1 RELEASE came out I decided to try installing from a DVD. My hope was that after that one big download I could build Gnome without pulling tarballs from all over the 'net. Turns out the DVD still had 2.22. Not much gained. Coordinating release dates between the kernel team and the Gnome team would do a lot to make FreeBSD attractive as a desktop solution. Gary Dunn Open Slate Project Honolulu From yuri at rawbw.com Sat Mar 28 17:57:44 2009 From: yuri at rawbw.com (Yuri) Date: Sat Mar 28 17:57:50 2009 Subject: Why www/firefox-devel isn't updated any more? Message-ID: <49CEBE27.4060702@rawbw.com> Currently port is at 3.0.a2. And FF team already has 3.6pre. Yuri From andy at neu.net Sat Mar 28 18:00:39 2009 From: andy at neu.net (AN) Date: Sat Mar 28 18:00:46 2009 Subject: qemu-launcher problem Message-ID: I am trying to run qemu-launcher from the command line and receive the following error: # qemu-launcher Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated at /usr/local/bin/qemu-launcher line 2000. Bad system call: 12 (core dumped) I am running 7-stable amd64, Xorg7.4, gnome 2.24.3, qemu-0.10.1_1, kqemu-kmod-devel-1.4.0.p1_2, qemu-launcher-1.7.4_2. Any help is appreciated. What other info can I provide to troubleshoot? TIA From mezz7 at cox.net Sat Mar 28 20:09:54 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Sat Mar 28 20:10:00 2009 Subject: Why www/firefox-devel isn't updated any more? In-Reply-To: <49CEBE27.4060702@rawbw.com> References: <49CEBE27.4060702@rawbw.com> Message-ID: On Sat, 28 Mar 2009 18:17:43 -0600, Yuri wrote: > Currently port is at 3.0.a2. > And FF team already has 3.6pre. Because we no longer have interest in maintain any of gecko ports. We are planning to give up the maintainership of gecko ports. Cheers, Mezz > Yuri -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From fender0107401 at gmail.com Sun Mar 29 03:55:33 2009 From: fender0107401 at gmail.com (Li) Date: Sun Mar 29 03:55:41 2009 Subject: Help, I found many warnings in /var/log/messages Message-ID: <20090329102746.GA1170@PC-686.Workstation> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090329/12d3b763/attachment.pgp From darcsis at gmail.com Sun Mar 29 10:32:30 2009 From: darcsis at gmail.com (Denise H. G.) Date: Sun Mar 29 10:32:36 2009 Subject: Why www/firefox-devel isn't updated any more? In-Reply-To: (Jeremy Messenger's message of "Sat, 28 Mar 2009 20:51:40 -0600") References: <49CEBE27.4060702@rawbw.com> Message-ID: <86fxgwfe4w.fsf@pluton.xbsd.name> >>>>> "Jeremy" == Jeremy Messenger writes: Jeremy> On Sat, 28 Mar 2009 18:17:43 -0600, Yuri wrote: >> Currently port is at 3.0.a2. And FF team already has 3.6pre. Jeremy> Because we no longer have interest in maintain any of gecko Jeremy> ports. We are planning to give up the maintainership of Jeremy> gecko ports. Jeremy> Cheers, Mezz Does it mean we are going to favour webkit or something else? It seems epiphany picks up webkit backend again in 2.26 and some webkit powered browsers such as midori become quite useable recently. thanks. >> Yuri Jeremy> -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team Jeremy> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org Jeremy> _______________________________________________ Jeremy> freebsd-gnome@freebsd.org mailing list Jeremy> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To Jeremy> unsubscribe, send any mail to Jeremy> "freebsd-gnome-unsubscribe@freebsd.org" -- darcsis ZAI gmail DIAN com From kitchetech at gmail.com Sun Mar 29 11:04:50 2009 From: kitchetech at gmail.com (matt donovan) Date: Sun Mar 29 11:04:56 2009 Subject: Why www/firefox-devel isn't updated any more? In-Reply-To: <86fxgwfe4w.fsf@pluton.xbsd.name> References: <49CEBE27.4060702@rawbw.com> <86fxgwfe4w.fsf@pluton.xbsd.name> Message-ID: <28283d910903291042q30414c01l42af3bf717abc60d@mail.gmail.com> On Sun, Mar 29, 2009 at 1:11 PM, Denise H. G. wrote: > >>>>> "Jeremy" == Jeremy Messenger writes: > > Jeremy> On Sat, 28 Mar 2009 18:17:43 -0600, Yuri > wrote: > >> Currently port is at 3.0.a2. And FF team already has 3.6pre. > > Jeremy> Because we no longer have interest in maintain any of gecko > Jeremy> ports. We are planning to give up the maintainership of > Jeremy> gecko ports. > > Jeremy> Cheers, Mezz > > Does it mean we are going to favour webkit or something else? > It seems epiphany picks up webkit backend again in 2.26 and some > webkit powered browsers such as midori become quite useable > recently. > > thanks. > > >> Yuri > > > Jeremy> -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team > Jeremy> http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > Jeremy> _______________________________________________ > Jeremy> freebsd-gnome@freebsd.org mailing list > Jeremy> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome To > Jeremy> unsubscribe, send any mail to > Jeremy> "freebsd-gnome-unsubscribe@freebsd.org" > > > -- > darcsis ZAI gmail DIAN com > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > think it's because they are switching over to xulrunner firefox-devel can use xulrunner if you want but it's a bit tricky still. I know that they were waiting for a fully working xulrunner port. xulrunner right now can not be used for plugins among other things from what I was told when I tried so I switched back over to the normal gecko stuff. From mezz7 at cox.net Sun Mar 29 11:07:12 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Sun Mar 29 11:07:19 2009 Subject: Why www/firefox-devel isn't updated any more? In-Reply-To: <86fxgwfe4w.fsf@pluton.xbsd.name> References: <49CEBE27.4060702@rawbw.com> <86fxgwfe4w.fsf@pluton.xbsd.name> Message-ID: On Sun, 29 Mar 2009 11:11:11 -0600, Denise H. G. wrote: >>>>>> "Jeremy" == Jeremy Messenger writes: > > Jeremy> On Sat, 28 Mar 2009 18:17:43 -0600, Yuri > wrote: > >> Currently port is at 3.0.a2. And FF team already has 3.6pre. > > Jeremy> Because we no longer have interest in maintain any of gecko > Jeremy> ports. We are planning to give up the maintainership of > Jeremy> gecko ports. > > Jeremy> Cheers, Mezz > > Does it mean we are going to favour webkit or something else? > It seems epiphany picks up webkit backend again in 2.26 and some > webkit powered browsers such as midori become quite useable > recently. No, it has nothing to do with that. We just don't have anyone to really work on gecko ports. The gecko ports need a good maintainer that can improvement and get things done. We aren't able to get stuff done due to lack interest and don't have anyone work on it. Cheers, Mezz > thanks. > > >> Yuri -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From marcus at FreeBSD.org Sun Mar 29 11:53:38 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Mar 29 11:53:45 2009 Subject: State of the FreeBSD GNOME Project Message-ID: <1238352818.73736.161.camel@shumai.marcuscom.com> As some of you may have already figured out, the news is not good. The number of active team members has dwindled due to various Real Life time constraints. Even my own time is becoming strained due to obligations at work. We find ourselves facing a rise in difficulty when it comes to porting GNOME. Hal is being replaced in part by DeviceKit which is currently very Linux-specific. Hal itself needs some updates. The system tools don't really work on FreeBSD. We could use a NetworkManager port (may happen in this SoC go around). We're also spread pretty thin when it comes to expertise in the number of ports we maintain. While we require a working Gecko backend, none of us have the desire or drive to maintain the various ports. We desperately need help. We need people to step up, and start working on ports and helping with development branch porting. But more importantly, we need people to take the reins on "hard" projects like those listed above. If GNOME is to survive on FreeBSD, we need new blood. So here's the short list. What do you want to do? * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 development starts) * Port and maintain DeviceKit and DeviceKit-power * Fix and maintain sysutils/system-tools-backends * Add kern.geom.confxml support to hal to fix the no-space-in-volume-label problem * Assume maintainership of Gecko ports * Make libxul (aka xulrunner-1.9) work for building ports like epiphany and yelp Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090329/4d2dd797/attachment.pgp From chuckr at telenix.org Sun Mar 29 15:27:28 2009 From: chuckr at telenix.org (Chuck Robey) Date: Sun Mar 29 15:27:35 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <1238352818.73736.161.camel@shumai.marcuscom.com> References: <1238352818.73736.161.camel@shumai.marcuscom.com> Message-ID: <49CFEF9C.7000003@telenix.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Joe Marcus Clarke wrote: > As some of you may have already figured out, the news is not good. The > number of active team members has dwindled due to various Real Life time > constraints. Even my own time is becoming strained due to obligations > at work. We find ourselves facing a rise in difficulty when it comes to > porting GNOME. Hal is being replaced in part by DeviceKit which is > currently very Linux-specific. Hal itself needs some updates. The > system tools don't really work on FreeBSD. We could use a > NetworkManager port (may happen in this SoC go around). > > We're also spread pretty thin when it comes to expertise in the number > of ports we maintain. While we require a working Gecko backend, none of > us have the desire or drive to maintain the various ports. We > desperately need help. We need people to step up, and start working on > ports and helping with development branch porting. But more > importantly, we need people to take the reins on "hard" projects like > those listed above. If GNOME is to survive on FreeBSD, we need new > blood. > > So here's the short list. What do you want to do? > > * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 > development starts) > > * Port and maintain DeviceKit and DeviceKit-power > > * Fix and maintain sysutils/system-tools-backends > > * Add kern.geom.confxml support to hal to fix the > no-space-in-volume-label problem > > * Assume maintainership of Gecko ports > > * Make libxul (aka xulrunner-1.9) work for building ports like epiphany > and yelp > > Joe 2 items affect me, in contributing to ports: (1) there seems to be no list of ports to do, and no signup list for those ports. This is 2 things, the list, and being able to reserve the work. If it DOES exist, could someone point me at it? (2) I have longstanding philosophical problems with the direction of ports, which (while it stops me from wanting to write any more ports) it wouldn't stop me from making a set of diffs that would make the building of a port a lot more painless. Would this be of help? I could supply the non-ports part (any diffs I needed to make) if someone else would care to do the ports Makefile parts. I just don't want to actually code up FreeBSD ports again, but I think that both the KDE and Gnome work you guys do is very impressive. Understand, I don't want to bend anyone's ear about my disagreements with Ports (I was able to do that to my complete satisfaction some years ago, since everyone was so polite and reasonable, to let me get my opinions across then, I feel bound never to raise the subject again.) I just needed to make clear the reason why I won't make ports anymore, so I could maybe get a chance to help you folks without violating my own rules. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknP75wACgkQz62J6PPcoOmhKgCfSbvroYxcx+XcIest5ExWA5q5 0lcAoJ4vBXj7g7232eENcfpdUqg13lBF =NRor -----END PGP SIGNATURE----- From kitchetech at gmail.com Sun Mar 29 18:17:09 2009 From: kitchetech at gmail.com (matt donovan) Date: Sun Mar 29 18:17:16 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <49CFEF9C.7000003@telenix.org> References: <1238352818.73736.161.camel@shumai.marcuscom.com> <49CFEF9C.7000003@telenix.org> Message-ID: <28283d910903291816r2b2f2503h5241f987ef6bcebd@mail.gmail.com> On Sun, Mar 29, 2009 at 6:01 PM, Chuck Robey wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Joe Marcus Clarke wrote: > > As some of you may have already figured out, the news is not good. The > > number of active team members has dwindled due to various Real Life time > > constraints. Even my own time is becoming strained due to obligations > > at work. We find ourselves facing a rise in difficulty when it comes to > > porting GNOME. Hal is being replaced in part by DeviceKit which is > > currently very Linux-specific. Hal itself needs some updates. The > > system tools don't really work on FreeBSD. We could use a > > NetworkManager port (may happen in this SoC go around). > > > > We're also spread pretty thin when it comes to expertise in the number > > of ports we maintain. While we require a working Gecko backend, none of > > us have the desire or drive to maintain the various ports. We > > desperately need help. We need people to step up, and start working on > > ports and helping with development branch porting. But more > > importantly, we need people to take the reins on "hard" projects like > > those listed above. If GNOME is to survive on FreeBSD, we need new > > blood. > > > > So here's the short list. What do you want to do? > > > > * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 > > development starts) > > > > * Port and maintain DeviceKit and DeviceKit-power > > > > * Fix and maintain sysutils/system-tools-backends > > > > * Add kern.geom.confxml support to hal to fix the > > no-space-in-volume-label problem > > > > * Assume maintainership of Gecko ports > > > > * Make libxul (aka xulrunner-1.9) work for building ports like epiphany > > and yelp > > > > Joe > > 2 items affect me, in contributing to ports: > > (1) there seems to be no list of ports to do, and no signup list for those > ports. This is 2 things, the list, and being able to reserve the work. If > it > DOES exist, could someone point me at it? > > (2) I have longstanding philosophical problems with the direction of ports, > which (while it stops me from wanting to write any more ports) it wouldn't > stop > me from making a set of diffs that would make the building of a port a lot > more > painless. Would this be of help? I could supply the non-ports part (any > diffs > I needed to make) if someone else would care to do the ports Makefile > parts. I > just don't want to actually code up FreeBSD ports again, but I think that > both > the KDE and Gnome work you guys do is very impressive. > > Understand, I don't want to bend anyone's ear about my disagreements with > Ports > (I was able to do that to my complete satisfaction some years ago, since > everyone was so polite and reasonable, to let me get my opinions across > then, I > feel bound never to raise the subject again.) I just needed to make clear > the > reason why I won't make ports anymore, so I could maybe get a chance to > help you > folks without violating my own rules. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAknP75wACgkQz62J6PPcoOmhKgCfSbvroYxcx+XcIest5ExWA5q5 > 0lcAoJ4vBXj7g7232eENcfpdUqg13lBF > =NRor > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" Well since Firefox3 is not a gecko port really. At least it does not run off of a gecko engine really I could update the firefox-devel ports or even firefox3 port but seems to me the firefox3 as a maintainer from what I have seen just that the firefox-devel port needs a maintainer and sicne I use firefox-devel already I could take that over if someone wishes. From marcus at FreeBSD.org Sun Mar 29 18:51:32 2009 From: marcus at FreeBSD.org (Joe Marcus Clarke) Date: Sun Mar 29 18:51:39 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <49CFEF9C.7000003@telenix.org> References: <1238352818.73736.161.camel@shumai.marcuscom.com> <49CFEF9C.7000003@telenix.org> Message-ID: <1238377892.73736.179.camel@shumai.marcuscom.com> On Sun, 2009-03-29 at 18:01 -0400, Chuck Robey wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Joe Marcus Clarke wrote: > > As some of you may have already figured out, the news is not good. The > > number of active team members has dwindled due to various Real Life time > > constraints. Even my own time is becoming strained due to obligations > > at work. We find ourselves facing a rise in difficulty when it comes to > > porting GNOME. Hal is being replaced in part by DeviceKit which is > > currently very Linux-specific. Hal itself needs some updates. The > > system tools don't really work on FreeBSD. We could use a > > NetworkManager port (may happen in this SoC go around). > > > > We're also spread pretty thin when it comes to expertise in the number > > of ports we maintain. While we require a working Gecko backend, none of > > us have the desire or drive to maintain the various ports. We > > desperately need help. We need people to step up, and start working on > > ports and helping with development branch porting. But more > > importantly, we need people to take the reins on "hard" projects like > > those listed above. If GNOME is to survive on FreeBSD, we need new > > blood. > > > > So here's the short list. What do you want to do? > > > > * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 > > development starts) > > > > * Port and maintain DeviceKit and DeviceKit-power > > > > * Fix and maintain sysutils/system-tools-backends > > > > * Add kern.geom.confxml support to hal to fix the > > no-space-in-volume-label problem > > > > * Assume maintainership of Gecko ports > > > > * Make libxul (aka xulrunner-1.9) work for building ports like epiphany > > and yelp > > > > Joe > > 2 items affect me, in contributing to ports: > > (1) there seems to be no list of ports to do, and no signup list for those > ports. This is 2 things, the list, and being able to reserve the work. If it > DOES exist, could someone point me at it? What I listed IS the list. If you want to sign up for one of these, just reply. > > (2) I have longstanding philosophical problems with the direction of ports, > which (while it stops me from wanting to write any more ports) it wouldn't stop > me from making a set of diffs that would make the building of a port a lot more > painless. Would this be of help? I could supply the non-ports part (any diffs > I needed to make) if someone else would care to do the ports Makefile parts. I > just don't want to actually code up FreeBSD ports again, but I think that both > the KDE and Gnome work you guys do is very impressive. > > Understand, I don't want to bend anyone's ear about my disagreements with Ports > (I was able to do that to my complete satisfaction some years ago, since > everyone was so polite and reasonable, to let me get my opinions across then, I > feel bound never to raise the subject again.) I just needed to make clear the > reason why I won't make ports anymore, so I could maybe get a chance to help you > folks without violating my own rules. Diffs to code is fine. For example, if you're good with Perl mad want to update system-tools-backends, do it. The porting bits are generally easy to do, especially for existing ports. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090330/efe5c029/attachment.pgp From jsatkinson at embarqmail.com Sun Mar 29 19:28:27 2009 From: jsatkinson at embarqmail.com (Joseph S. Atkinson) Date: Sun Mar 29 19:28:33 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <28283d910903291816r2b2f2503h5241f987ef6bcebd@mail.gmail.com> References: <1238352818.73736.161.camel@shumai.marcuscom.com> <49CFEF9C.7000003@telenix.org> <28283d910903291816r2b2f2503h5241f987ef6bcebd@mail.gmail.com> Message-ID: <49D02996.5040003@embarqmail.com> matt donovan wrote: > Well since Firefox3 is not a gecko port really. At least it does not run off > of a gecko engine really I could update the firefox-devel ports or even > firefox3 port but seems to me the firefox3 as a maintainer from what I have > seen just that the firefox-devel port needs a maintainer and sicne I use > firefox-devel already I could take that over if someone wishes. > Firefox is a Gecko. Everything from Mozilla Foundation is a Gecko. Gecko is the underlying rendering engine that runs Mozilla, Firefox, Thundrbird, Sunbird, Seamonkey, Fennic, XULRunner, and even external stuff like NVU and KompoZer. I am sure there are more. Just a point of clarity on that. From knowtree at aloha.com Mon Mar 30 00:11:13 2009 From: knowtree at aloha.com (Gary Dunn) Date: Mon Mar 30 00:11:20 2009 Subject: Evolution timezone declaration conflict In-Reply-To: <200903242004.n2OK4J36016122@yoda.pixi.com> References: <200903242004.n2OK4J36016122@yoda.pixi.com> Message-ID: <1238397066.1269.17.camel@slate01> On Tue, 2009-03-24 at 10:04 +0000, knowtree@aloha.com wrote: > > Just did a clean install of FreeBSD 7.1 RELEASE and am building Gnome > > 2.24. After a few stops I realized I should have run portupgrade -a after > > portsnap, so I did and from then on the gnome2 build went well until > > evolution. BTW, I enabled Spam Assassin, but when that failed I did make > > config and unchecked that option. Now the build fails in a widget. > > [snip] > > Since I have not gotten any response on this issue I will Start over from > scratch tonight. This is my plan. If I am missing something please let me know. > > 1. Install from DVD, enable newfs to wipe slices clean, select "All" > distribution, agree to install ports collection. > > 2. portsnap fetch > > 3. portsnap extract > > 4. Do the Gnome2 steps in /usr/ports/UPGRADING > > 5. portupgrade -a > > 6. cd /usr/ports/x11/gnome2 > > 7. make install > > 8. make clean > > Again, if this is wrong, or if there is a better way, please let me know. > > Gary Dunn > Open Slate Project > Honolulu > Hi folks, I'm back! Very happy with my new build. Best news is the mouse pointer glitch is gone. I followed the steps above EXCEPT I had to install portupgrade between steps 4 and 5 and I used batch mode in step 7 (make -DBATCH install). Step 1 took 30 minutes, step 5 took about two hours and I let step 7 run unattended all night. No glitches this time. Did fifth toe and office the following night. This week I'll write up the process in more detail on the Open Slate wiki. -- Gary Dunn, Honolulu osp@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001 From lioux at FreeBSD.org Mon Mar 30 01:27:42 2009 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Mon Mar 30 01:28:54 2009 Subject: ports/132231: [PATCH] www/firefox3: Add option to build with Profile-Guided Optimization Message-ID: <20090330080355.64208.qmail@exxodus.fedaykin.here> Hi, The patch had to be slightly modified after the MAKE_JOBS_SAFE option was added. The updated patch work with Firefox 3.0.8. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature -------------- next part -------------- A non-text attachment was scrubbed... Name: patch Type: text/x-diff Size: 1311 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090330/af40094b/patch.bin -------------- next part -------------- mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ $(OBJDIR)/_profile/pgo/profileserver.py' From lioux at FreeBSD.org Mon Mar 30 01:30:04 2009 From: lioux at FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Mon Mar 30 01:30:13 2009 Subject: ports/132231: [PATCH] www/firefox3: Add option to build with Profile-Guided Optimization Message-ID: <200903300830.n2U8U31e036071@freefall.freebsd.org> The following reply was made to PR ports/132231; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: bug-followup@FreeBSD.org Cc: lioux@freebsd.org, gnome@FreeBSD.org Subject: Re: ports/132231: [PATCH] www/firefox3: Add option to build with Profile-Guided Optimization Date: Mon, 30 Mar 2009 05:03:55 -0300 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, The patch had to be slightly modified after the MAKE_JOBS_SAFE option was added. The updated patch work with Firefox 3.0.8. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." feature, n: a documented bug | bug, n: an undocumented feature --Kj7319i9nmIyA2yE Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename=patch --- Makefile.orig 2009-03-30 03:06:06.000000000 -0300 +++ Makefile 2009-03-30 03:26:55.000000000 -0300 @@ -38,7 +38,6 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes FIREFOX_ICON= ${MOZILLA}.png @@ -54,6 +53,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \ NEWTAB "Open external links in a new tab" on \ + PGO "Enable Profile-Guided Optimization" off \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -73,6 +73,18 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif +.if defined(WITH_PGO) +USE_PYTHON_BUILD= yes +.include "${PORTSDIR}/Mk/bsd.python.mk" + +MAKEFILE= client.mk +ALL_TARGET= profiledbuild + +MAKE_JOBS_UNSAFE= yes +.else +MAKE_JOBS_SAFE= yes +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif @@ -101,6 +113,13 @@ ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s) .endif +pre-build: +.if defined(WITH_PGO) + @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ + < ${FILESDIR}/mozconfig-profile_guided_optimization.in \ + >> ${BUILD_WRKSRC}/.mozconfig +.endif + port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mozconfig-profile_guided_optimization.in" mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ $(OBJDIR)/_profile/pgo/profileserver.py' --Kj7319i9nmIyA2yE-- From bugmaster at FreeBSD.org Mon Mar 30 04:06:53 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 30 04:07:57 2009 Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org Message-ID: <200903301106.n2UB6qYb054743@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From bugmaster at FreeBSD.org Mon Mar 30 04:07:12 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Mar 30 04:09:50 2009 Subject: Current problem reports assigned to gnome@FreeBSD.org Message-ID: <200903301107.n2UB7Ag9055103@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/132997 gnome [PATCH] libxml2,freetype2,fontconfig,cairo,pango: mark o ports/132996 gnome [PATCH] devel/glib20: mark MAKE_JOBS_SAFE for SMP o ports/132304 gnome ports/devel/dbus misses /var/db/dbus/machine-id in dis o ports/132292 gnome x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile o ports/132231 gnome [PATCH] www/firefox3: Add option to build with Profile o ports/131769 gnome upgrade ports/converters/libiconv o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU a ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f a ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 21 problems total. From kitchetech at gmail.com Mon Mar 30 05:03:18 2009 From: kitchetech at gmail.com (matt donovan) Date: Mon Mar 30 05:03:25 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <49D02996.5040003@embarqmail.com> References: <1238352818.73736.161.camel@shumai.marcuscom.com> <49CFEF9C.7000003@telenix.org> <28283d910903291816r2b2f2503h5241f987ef6bcebd@mail.gmail.com> <49D02996.5040003@embarqmail.com> Message-ID: <28283d910903300502v46046a96u153eab009bfd2064@mail.gmail.com> On Sun, Mar 29, 2009 at 10:08 PM, Joseph S. Atkinson < jsatkinson@embarqmail.com> wrote: > matt donovan wrote: > >> Well since Firefox3 is not a gecko port really. At least it does not run >> off >> of a gecko engine really I could update the firefox-devel ports or even >> firefox3 port but seems to me the firefox3 as a maintainer from what I >> have >> seen just that the firefox-devel port needs a maintainer and sicne I use >> firefox-devel already I could take that over if someone wishes. >> >> > Firefox is a Gecko. Everything from Mozilla Foundation is a Gecko. Gecko is > the underlying rendering engine that runs Mozilla, Firefox, Thundrbird, > Sunbird, Seamonkey, Fennic, XULRunner, and even external stuff like NVU and > KompoZer. I am sure there are more. > > Just a point of clarity on that. > thanks for clarifying that since, I just went with what mozilla says about xulrunner. I knwo xulrunner has gecko rendering engine in it but the upkeep is a bit different then a gecko application from what I have seen. From flo at kasimir.com Mon Mar 30 07:46:41 2009 From: flo at kasimir.com (Florian Smeets) Date: Mon Mar 30 07:47:13 2009 Subject: [PATCH] textproc/exempi: remove BROKEN tag for sparc64 Message-ID: <20090330142958.8F4EDBBAB@280r.solomo.de> >Submitter-Id: current-users >Originator: Florian Smeets >Organization: >Confidential: no >Synopsis: [PATCH] textproc/exempi: remove BROKEN tag for sparc64 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-CURRENT sparc64 >Environment: System: FreeBSD 280r.solomo.de 8.0-CURRENT FreeBSD 8.0-CURRENT #34 r190520M: Sun Mar 29 15:18:18 CEST >Description: - remove BROKEN tag this port does compile on r190520M Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- exempi-2.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/exempi.orig/Makefile /usr/ports/textproc/exempi/Makefile --- /usr/ports/textproc/exempi.orig/Makefile 2009-03-30 15:58:34.990609010 +0200 +++ /usr/ports/textproc/exempi/Makefile 2009-03-30 15:58:47.135717047 +0200 @@ -29,10 +29,4 @@ @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/configure -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include +.include --- exempi-2.1.0.patch ends here --- From edwin at FreeBSD.org Mon Mar 30 07:50:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Mar 30 07:50:56 2009 Subject: ports/133208: [PATCH] textproc/exempi: remove BROKEN tag for sparc64 Message-ID: <200903301450.n2UEoOKI059499@freefall.freebsd.org> Synopsis: [PATCH] textproc/exempi: remove BROKEN tag for sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 30 14:50:23 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133208 From mezz7 at cox.net Mon Mar 30 15:40:35 2009 From: mezz7 at cox.net (Jeremy Messenger) Date: Mon Mar 30 15:40:42 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <1238352818.73736.161.camel@shumai.marcuscom.com> References: <1238352818.73736.161.camel@shumai.marcuscom.com> Message-ID: On Sun, 29 Mar 2009 12:53:38 -0600, Joe Marcus Clarke wrote: > As some of you may have already figured out, the news is not good. The > number of active team members has dwindled due to various Real Life time > constraints. Even my own time is becoming strained due to obligations > at work. We find ourselves facing a rise in difficulty when it comes to > porting GNOME. Hal is being replaced in part by DeviceKit which is > currently very Linux-specific. Hal itself needs some updates. The > system tools don't really work on FreeBSD. We could use a > NetworkManager port (may happen in this SoC go around). > > We're also spread pretty thin when it comes to expertise in the number > of ports we maintain. While we require a working Gecko backend, none of > us have the desire or drive to maintain the various ports. We > desperately need help. We need people to step up, and start working on > ports and helping with development branch porting. But more > importantly, we need people to take the reins on "hard" projects like > those listed above. If GNOME is to survive on FreeBSD, we need new > blood. > > So here's the short list. What do you want to do? > > * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 > development starts) > > * Port and maintain DeviceKit and DeviceKit-power By the way, the DeviceKit is probably the most important that need to be port. We already find ourselves to not able to update the gnome-power-manager in 2.26, because it required DeviceKit. Fear probably more in GNOME 2.28+ for require DeviceKit. Cheers, Mezz > * Fix and maintain sysutils/system-tools-backends > > * Add kern.geom.confxml support to hal to fix the > no-space-in-volume-label problem > > * Assume maintainership of Gecko ports > > * Make libxul (aka xulrunner-1.9) work for building ports like epiphany > and yelp > > Joe -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From knowtree at aloha.com Tue Mar 31 04:51:28 2009 From: knowtree at aloha.com (Gary Dunn) Date: Tue Mar 31 04:51:34 2009 Subject: State of the FreeBSD GNOME Project In-Reply-To: <1238352818.73736.161.camel@shumai.marcuscom.com> References: <1238352818.73736.161.camel@shumai.marcuscom.com> Message-ID: <1238500280.43844.49.camel@slate01> On Sun, 2009-03-29 at 14:53 -0400, Joe Marcus Clarke wrote: > As some of you may have already figured out, the news is not good. The > number of active team members has dwindled due to various Real Life time > constraints. Even my own time is becoming strained due to obligations > at work. We find ourselves facing a rise in difficulty when it comes to > porting GNOME. Hal is being replaced in part by DeviceKit which is > currently very Linux-specific. Hal itself needs some updates. The > system tools don't really work on FreeBSD. We could use a > NetworkManager port (may happen in this SoC go around). > > We're also spread pretty thin when it comes to expertise in the number > of ports we maintain. While we require a working Gecko backend, none of > us have the desire or drive to maintain the various ports. We > desperately need help. We need people to step up, and start working on > ports and helping with development branch porting. But more > importantly, we need people to take the reins on "hard" projects like > those listed above. If GNOME is to survive on FreeBSD, we need new > blood. > > So here's the short list. What do you want to do? > > * Help port GNOME 2.27 and its external dependencies (when GNOME 2.27 > development starts) > > * Port and maintain DeviceKit and DeviceKit-power > > * Fix and maintain sysutils/system-tools-backends > > * Add kern.geom.confxml support to hal to fix the > no-space-in-volume-label problem > > * Assume maintainership of Gecko ports > > * Make libxul (aka xulrunner-1.9) work for building ports like epiphany > and yelp > > Joe First of all I would love to raise my hand and take on one of these, but I doubt my programming skills are up to the task. I was a good c programmer, but it's been ten years. Back then I ported less and microEmacs and some other stuff to Xenix, and hacked its native mail software to incorporate domain addressing and routing. Heady stuff, but trivial compared to what I see you guys doing today. If I did take on one of these I would need help, which can create more drag on the team. Got anything "easy?" In the broader picture, it seems to me that the Gnome team should do more to support various platforms. The way it looks to me, and I might be off-base here, is that Gnome designs for Linux and the FreeBSD team does all the porting work, each and every time. I would like to see each new Gnome release build on FreeBSD "out of the box" and the FreeBSD Gnome team function more as advisers. The same thing should happen with Gecko. I assume that maintainership is a lot more involved than tracking releases and updating the ports tree. Why can't the Mozilla team do the heavy lifting? -- Gary Dunn, Honolulu osp@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001 From sales at computerwide.net Tue Mar 31 06:40:42 2009 From: sales at computerwide.net (ComputerWide) Date: Tue Mar 31 06:40:56 2009 Subject: [ A D V ] Notebooks and Networking... Message-ID: <09589876.20090331064040@computerwide.net> If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP NC700AA#ABA IQ526 ALL-IN-ONE NEW $1,465 NC701AA#ABA IQ524 ALL-IN-ONE NEW $1,360 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 NB184UA#ABA Pavilion X18-1180 NEW $1,970 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $300 NB221UA#ABA Pavilion TX2-1025 NEW $1,025 FS118UA#ABA Pavilion TX2627 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 NB252UA#ABA Pavilion DV7-1285 NEW $1,320 NB252UA#ABA Pavilion DV7-1285 RF $940 FS155UA#ABA Pavilion DV7-1157 RF $730 NB239UA#ABA Pavilion DV7-1232 NEW $730 NB240UA#ABA Pavilion DV7-1264 NEW $805 NB231UA#ABA Pavilion DV7-1245 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $585 FS129UA#ABA Pavilion DV7-1135 RF $565 FE781UA#ABA Pavilion DV9933 RF $730 KN878UA#ABA Pavilion DV9817 RF $515 FS110UA#ABA Presario CQ70-120 RF $525 DV6-1053CL3 Pavilion DV6-1053 3RD $700 NB145UA#ABA Pavilion DV6-1030 NEW $785 NB165UA#ABA Pavilion DV5-1251 NEW $835 NB163UA#ABA Pavilion DV5-1235 NEW $785 NB163UA#ABA Pavilion DV5-1235 RF $660 FE765UA#ABA Pavilion DV5-1004 RF $585 FE818UA#ABA Pavilion DV6936 RF $625 DV6933CL3 Pavilion DV6933 3RD $575 KC413UA#ABA Pavilion DV6780SE RF $565 FE670UA#ABA Pavilion DV6919 RF $480 NG161AV#ABA Presario G60T NEW $680 NB049UA#ABA Presario CQ60-211 NEW $460 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $390 NB071UA#ABA Pavilion DV4-1287 NEW $775 FS086UA#ABA Pavilion DV4-1155SE RF $670 NB204UA#ABA Pavilion DV4-1222 NEW $700 NB094UA#ABA Pavilion DV3-1075 NEW $870 TOSHIBA TDP-SP1U TDP-SP1U Projector NEW $380 PPA60U-00L01C Portege A605-P201 NEW $835 PPR50C-02G08C Portege R500 RF $690 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00E005 Satellite Pro S300-S2504 RF $680 PSSBAU-004005 Satellite Pro S300-S2503 NEW $835 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSLB9U-00R001 Satellite Pro L300-EZ1501 NEW $465 PSU45U-012017 Satellite Pro U400-1301 NEW $765 PSAL6U-03S01E Satellite A355-S6935 NEW $890 PSAGCU-09S01S Satellite A305-S6916 NEW $860 PSAG8U-04001W Satellite A305-S6905 NEW $755 PSAHCU-002002 Satellite A305D-S6886 NEW $755 PSLD8U-06C01E Satellite L355-S7902 NEW $690 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $525 PSLB8U-0JS037 Satellite L305-S5920 NEW $515 PSLB8U-0JG037 Satellite L305-S5919 NEW $450 PSLC8U-03701Q Satellite L305D-S5934 NEW $620 PSLC8U-03X01U Satellite L305D-S5930 NEW $525 PSLC0U-031022 Satellite L305D-S5914 NEW $450 PSMD8U-01W00Y Satellite M305-S4915 NEW $880 PSMD8U-023013 Satellite M305-S4910 NEW $825 PSMD8U-02R015 Satellite M305-S4907 NEW $710 PSU44U-03F020 Satellite U405-S2920 NEW $1,080 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU48U-00N00W Satellite U405D-S2910 NEW $825 PSU48U-00U00Y Satellite U405D-S2902 NEW $710 PQG43U-002001 Qosmio G45-AV690 RF $1,045 PQX32U-02F017 Qosmio X305-Q705 RF $920 PQX32U-01Q017 Qosmio X305-Q701 RF $890 PQF55U-01V020 Qosmio F55-Q502 RF $795 PQF46U-00K005 Qosmio F45-AV425 RF $670 PQF43U-009007 Qosmio F45-AV413 RF $575 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE XPS One_ ALL-IN-ONE NEW $835 XPSONE-179 XPS One_ ALL-IN-ONE RF $730 SX13-163B XPS SX13 NEW $1,150 V1510T93252BVCH Vostro 1510 NEW $890 V1510-J2299 Vostro 1510 NEW $700 V1310-J0769 Vostro 1310 NEW $835 S1737-269 Studio 1737 RF $710 S1737-270 Studio 1737 RF $710 S1737-271 Studio 1737 RF $710 S1737-272 Studio 1737 RF $710 S1737-156P Studio 1737-156P NEW $835 S1737-280 Studio 1737 RF $625 S17-144B Studio S17-144B NEW $730 S1737-151 Studio 1737-151 NEW $660 S15-158B Studio S15-158B NEW $785 S1537-287 Studio 1537 RF $680 S1536-144P Studio 1536-144P NEW $750 I15-157B Inspiron I15-157B NEW $730 I15-150B Inspiron I15-150B NEW $660 I15-143B Inspiron I15-143B NEW $615 I15-156B Inspiron I15-156B NEW $555 D830-L23 Latitude D830 RF $650 LXFR-L68B Latitude XFR D630 RF $835 LATG-L52 Latitude ATG D630 RF $660 SONY VGN-LT35E-R VAIO LT35E ALL-IN-ONE RF $890 VGN-LT15E-R VAIO LT15E ALL-IN-ONE RF $765 VGN-P530H/Q VAIO P530H/Q NEW $940 VGN-P530H/R VAIO P530H/R NEW $940 VGN-TZ398U/X-R VAIO TZ398U/X RF $1,225 VGN-TZ350N/B VAIO TZ350N/B RF $1,000 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,185 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,025 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,000 VGN-TZ270N/B-R VAIO TZ270N/B RF $975 VGN-TZ240N/B-R VAIO TZ240N/B RF $920 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,065 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,150 VGN-Z610Y/B VAIO Z610Y/B NEW $1,650 VGN-Z540NEB VAIO Z540NEB NEW $1,465 VGN-Z540NDB VAIO Z540NDB NEW $1,435 VGN-Z520N/B-R VAIO Z520N/B RF $1,015 VGN-FW198U/H VAIO FW198U/H NEW $1,465 VGN-FW390NFB VAIO FW390NFB NEW $995 VGN-FW390NAB VAIO FW390NAB NEW $855 VGN-FW373J/B VAIO FW373J/B NEW $1,235 VGN-FW240J/H VAIO FW240J/H NEW $810 VGN-FW180E/H VAIO FW180E/H NEW $1,100 VGN-FW170J/W VAIO FW170J/W RF $750 VGN-FW170J/H VAIO FW170J/H RF $750 VGN-AW235J/B VAIO AW235J/B NEW $1,600 VGN-AW120J/H VAIO AW120J/H NEW $1,415 VGN-AW120J/H-R VAIO AW120J/H RF $1,130 VGN-CS230J/P VAIO CS230J/P NEW $960 VGN-CS230J/R VAIO CS230J/R NEW $960 VGN-CS230J/Q VAIO CS230J/Q NEW $960 VGN-CS230J/W VAIO CS230J/W NEW $960 VGN-CS215J/Q VAIO CS215J/Q NEW $870 VGN-CS215J/W VAIO CS215J/W NEW $870 VGN-CS215J/P VAIO CS215J/P RF $730 VGN-CS215J/W VAIO CS215J/W RF $730 VGN-NS240E/S VAIO NS240E/S NEW $750 VGN-NS240E/W VAIO NS240E/W NEW $750 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS130E/L VAIO NS130E/L NEW $625 VGN-NS130E/W VAIO NS130E/W NEW $625 ACER LU.S050B.111 Aspire ONE A150-1570 NEW $300 LU.S410B.087 Aspire ONE A150-1742 RF $290 LU.S050B.182 Aspire ONE A150-1864 RF $260 LU.S020A.012 Aspire ONE A110-1295 RF $180 LU.S030A.014 Aspire ONE A110-1722 RF $180 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.358 Aspire AS8930-6247 RF $1,045 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.ALN0X.859 Aspire AS7720-6794 RF $680 AS9420-6071 Aspire AS9420-6746 NEW $540 AS7720-6844 Aspire AS7720-6844 NEW $565 LX.APS0X.050 Aspire AS7720-4634 RF $475 AS9410-4441 Aspire AS9410-4441 NEW $465 LX.ARH0X.205 Aspire AS7530-5660 RF $475 AS6920-6422 Aspire AS6920-6422 RF $765 LX.ATN0X.035 Aspire AS6935-6486 RF $575 LX.ASR0X.038 Aspire AS6930-6455 RF $565 LX.APD0X.111 Aspire AS6920-6508 RF $565 AS6920-6071 Aspire AS6920-6071 NEW $585 AS6920-6864 Aspire AS6920-6864 NEW $565 LX.AUS0X.217 Aspire AS6530-5143 RF $625 LX.AUQ0X.080 Aspire AS6530-5195 RF $500 LX.AU50X.260 Aspire AS5735-6041 RF $575 AS5735-6694 Aspire AS5735-6694 NEW $625 LX.AU50X.221 Aspire AS5735-6694 RF $565 AS5535-5018 Aspire AS5535-5018 NEW $625 AS5515-5831 Aspire AS5515-5831 NEW $450 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ART0X.183 Aspire AS2930-6850 RF $580 LX.TQH0Z.378 TravelMate TM5730-6953 RF $680 TM6291-6753 TravelMate TM6291-6753 NEW $530 EX4630-4682 Extensa EX4630-4682 NEW $510 LX.FR606.041 FERRARI 1004WTMi NEW $730 LX.W410X.007 Gateway MC-7803U RF $625 LX.W400X.009 Gateway MC-7321U RF $480 LX.W400X.006 Gateway MC-7310U RF $460 MD-7818U Gateway MD-7818U NEW $700 LX.W690X.015 Gateway MD-7822U RF $605 MD-7820U Gateway MD-7820U NEW $650 LX.W730X.007 Gateway MD-7820U RF $565 LX.W080X.004 Gateway M-6340U RF $555 LX.W200X.003 Gateway M-7818U RF $545 L-1015623R Gateway M-6864FX RF $605 M-6883 Gateway M-6883 NEW $670 M-6880 Gateway M-6880 NEW $625 L-1015594R Gateway M-6862 RF $565 M-6847 Gateway M-6847 NEW $605 L-1015598R Gateway M-6848 RF $545 L-1015672R Gateway M-6827 RF $505 L-1015363R Gateway M-6850FX RF $555 M-7325 Gateway M-7325U NEW $515 LX.W520X.003 Gateway M-7305U RF $465 LX.W220X.003 Gateway M-7301U RF $465 M-7317 Gateway M-7317U NEW $505 LX.W530X.002 Gateway M-7317U RF $450 M-6337 Gateway M-6337 NEW $505 M-6319 Gateway M-6319 NEW $490 ML-6731 Gateway ML-6731 NEW $465 LX.W310X.003 Gateway M-2625U RF $485 LX.W310X.004 Gateway M-2624U RF $485 M-1625 Gateway M-1625 NEW $525 M-2414 Gateway M-2414U NEW $525 LX.W370X.015 Gateway M-2414U RF $450 LX.W370X.008 Gateway M-2404U RF $425 L-1014362R Gateway MT-6452 RF $350 L-1015592R Gateway T-6836 RF $580 T-6829 Gateway T-6829 NEW $565 T-6828 Gateway T-6828 NEW $565 L-1015604R Gateway T-1631 RF $485 UC7308U Gateway UC7308U NEW $680 L-2906091R Gateway CX2756 RF $525 ASUS G50VT-X5 G50VT-X5 NEW $1,130 M50SV-X2 M50SV-X2 RF $920 X83VM-X1 X83VM-X1 RF $910 X83VB-X1 X83VB-X1 RF $700 F6A-X2 F6A-X2 NEW $690 APPLE MB881LL/A MacBook 2.0GHz NEW $995 MB466LL/A MacBook 2.0GHz NEW $1,255 MB467LL/A MacBook 2.4GHz NEW $1,570 MB470LL/A MacBook Pro 2.4Hz NEW $1,780 MC026LL/A MacBook Pro 2.66Hz NEW $2,300 MB766LL/A MacBook Pro 2.5GHz NEW $2,150 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM= New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2= $1,500 AIM-VPN/SSL-3= $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP= $117 GLC-LH-SM= $597 GLC-SX-MM= $300 GLC-ZX-SM= $2,397 GLC-T= $237 GLC-FE-100FX= $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP= $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC= $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL= $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G= $105 CP-7906G-CH1 $165 CP-7911G= $135 CP-7911G-CH1 $225 CP-7914= $237 CP-7931G= $195 CP-7936= $717 CP-7936-CH1 $807 CP-7936-MIC-KIT= $210 CP-7936-PWR-KIT $90 CP-7937G= $777 CP-7937-MIC-KIT= $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G= $243 CP-7942G-CH1 $363 CP-7945G= $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G= $303 CP-7962G-CH1 $423 CP-7965G= $375 CP-7965G-CH1 $477 CP-7975G= $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3= $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP= $360 PWR-3845-AC= $300 PWR-3845-AC-IP= $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC= $300 PWR-RPS2300= $720 C3K-PWR-1150WAC= $897 C3K-PWR-750WAC= $597 CAB-RPS2300= $90 CAB-RPS2300-E= $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC= $60 CAB-7513AC= $15 CAB-7KAC= $15 CAB-AC-2800W-TWLK= $27 CAB-AC-C6K-TWLK= $27 CAB-SFP-50CM $150 CAB-STACK-50CM= $60 CAB-STACK-1M= $120 CAB-STACK-3M= $180 CAB-US515P-C19-US= $27 CAB-US620P-C19-US= $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From flo at kasimir.com Tue Mar 31 08:11:23 2009 From: flo at kasimir.com (Florian Smeets) Date: Tue Mar 31 08:11:29 2009 Subject: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 Message-ID: <20090331151118.E74DCD270@280r.solomo.de> >Submitter-Id: current-users >Originator: Florian Smeets >Organization: >Confidential: no >Synopsis: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-CURRENT sparc64 >Environment: System: FreeBSD 280r.solomo.de 8.0-CURRENT FreeBSD 8.0-CURRENT #34 r190520M: Sun Mar 29 15:18:18 CEST >Description: - remove broken for sparc64, does compile on r190520M - add USE_GETTEXT to please portlint Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pulseaudio-0.9.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/pulseaudio.orig/Makefile /usr/ports/audio/pulseaudio/Makefile --- /usr/ports/audio/pulseaudio.orig/Makefile 2009-03-30 19:25:33.268988096 +0200 +++ /usr/ports/audio/pulseaudio/Makefile 2009-03-31 17:08:12.805869807 +0200 @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes +USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ @@ -49,10 +50,6 @@ .include -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" --- pulseaudio-0.9.14.patch ends here --- From edwin at FreeBSD.org Tue Mar 31 08:20:16 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Mar 31 08:20:24 2009 Subject: ports/133243: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 Message-ID: <200903311520.n2VFKFTG084692@freefall.freebsd.org> Synopsis: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 31 15:20:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133243 From shawnm at jmequipmentfinance.com Tue Mar 31 12:20:22 2009 From: shawnm at jmequipmentfinance.com (Shawn Minnihan) Date: Tue Mar 31 12:21:06 2009 Subject: Equipment Financing / 2nd Qtr. Promotion Message-ID: <27a5267305a145a1baf2b5239fb4d095@localhost.localdomain> A NATIONAL LEADER IN CAPITAL EQUIPMENT FINANCING AND REFINANCING 2nd Quarter Promotion - Upfront Documentation Fee Waived For Month of March/April (Application must be received/underwriting approved by April 30th, 2009 - $450 value) Wisommm Inc Subscriber We spoke with your company previously about financing capital equipment. Based on your past Dun and Bradstreet lease performance rating, JM Funding Group, Inc. is pleased to offer Wisommm Inc a pre-approved equipment line of credit in the amount of $150,000.00 for any upcoming new or used equipment acquisitions. If the amount you require exceeds the pre-approval, please contact us and we will pursue the needed amount. Feel free to print an application or request a quote on our website at: [http://www.jmfundinggroup.com/] http://www.jmfundinggroup.com/. If your needs are not immediate, print our program information below and let us know when you are ready to finance your equipment purchases. We look forward to earning your business and feel free to call us with any questions at (877) 563-8630. - Credit window that includes A, B, and C portfolio lending with rates as low as 6.9% APR. - In addition to financing acquisitions of new or used equipment and vehicles, we also offer working capital and refinancing options. - We have flexible terms that include seasonally deferred, 90 day deferred, and step-up payments that allow you to maximize your profits. - We promise to handle your account with prompt and courteous service - We finance both new and used equipment as well as titled vehicles from $5K-$25M - We finance software only purchases as well as, shipping, training, installation, sales tax, licensing, and other ?soft costs?- Software and sales tax can be financed 100%- Other ?soft costs? such as installation and training can equal 20% of the total project. - We finance auction and private party equipment - We can handle progress payments, deposits, and down payments to your vendor(s). Best Regards, Shawn Minnihan JM Funding Group, Inc. 7120 E. Orchard Rd. Suite #320 Centennial, CO 80111 (303) 770-8400 Direct (877) 563-4445 Toll-Free (888) 644-4269 Fax shawnm@jmfundinggroup.com www.jmfundinggroup.com This message was sent by: JM Funding Group, Inc., 7120 E Orchard Rd Ste #320, Centennial, CO 80111 Powered by iContact: http://freetrial.icontact.com Manage your subscription: http://app.icontact.com/icp/mmail-mprofile.pl?r=1017586502&l=35545&s=4GLX&m=1563850&c=396962 From prospectmarketing at yourseovideo.com Tue Mar 31 14:59:22 2009 From: prospectmarketing at yourseovideo.com (NewEraMail) Date: Tue Mar 31 14:59:29 2009 Subject: Reach new clients in New York using Prospect Marketing Message-ID: Internet Marketing Stimulus: Get Direct Traffic with our Proven Direct Email Prospect Marketing. Would your business benefit with access to 1/3 of the entire Internet population? We have an effective prospect / lead generation strategy that is suitable for most companies. NewEraMail can help you get new clients with a demographically-targeted internet marketing campaign. Do a real time search to see how many prospects we have around your business. [1]Search Over 89 Million Subscribers We have a reputable "white-listed" email delivery system that provides full tracking statistics. *Prospect file provided with expanded click-thru customer detail for follow-up. Pennies per record instead of dollars. Creating your Email Campaign are as easy as 1 - 2 - 3. Call for a Free Consultation 877-576-2155 [T14T145T111836] [divider.gif] [footer_top.gif] AutoMatch, LLC 707 Main Street - N. Caldwell NJ 07006 [2]www.emailzipcodes.com You are subscribed as: gnome@freebsd.org - Fredrica Bey - Wisommm Inc - 53 Lincoln Park Newark, NJ 07102 [3]To be taken off of trade show marketing publications, click here References 1. http://www.yourseovideo.com/clicker/T101T145T111836 2. http://www.yourseovideo.com/clicker/T102T145T111836 3. http://www.yourseovideo.com/takeoffT3T145T111836 From QAT at FreeBSD.org Tue Mar 31 18:42:01 2009 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Tue Mar 31 18:42:09 2009 Subject: devel/anjuta - fails: new_compiler_error Message-ID: <20090401012859.62CCF8FC43@release.ixsystems.com> QAT - your restless neighborhood Daemon - identified a new_compiler error while trying to build: anjuta-2.24.2 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/devel/anjuta/Makefile,v 1.66 2009/01/10 05:21:16 marcus Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/anjuta-2.24.2.log : /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/includ e -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT editor.lo -MD -MP -MF .deps/editor.Tpo -c -o editor.lo editor.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/ usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT editor.lo -MD -MP -MF .deps/editor.Tpo -c editor.c -fPIC -DPIC -o .libs/editor.o mv -f .deps/editor.Tpo .deps/editor.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/includ e -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/ usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -fPIC -DPIC -o .libs/execute.o mv -f .deps/execute.Tpo .deps/execute.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/includ e -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c -o variable.lo variable.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/ usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c variable.c -fPIC -DPIC -o .libs/variable.o mv -f .deps/variable.Tpo .deps/variable.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -module -avoid-version -no-undefined -L/usr/local/lib -o libanjuta-tools.la -rpath /usr/local/lib/anjuta plugin.lo dialog.lo fileop.lo tool.lo editor.lo execute.lo variable.lo -pthread -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -pthread -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposit e -lXdamage -lcairo -lpangoft2-1.0 -lX11 -lXfixes -lpango-1.0 -lm -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../../libanjuta/libanjuta.la -lutil libtool: link: cc -shared .libs/plugin.o .libs/dialog.o .libs/fileop.o .libs/tool.o .libs/editor.o .libs/execute.o .libs/variable.o -Wl,-rpath -Wl,/work/a/ports/devel/anjuta/work/anjuta-2.24.2/libanjuta/.libs -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib ../../libanjuta/.libs/libanjuta.so /usr/local/lib/libgnomeui-2.so /usr/local/lib/libgnome-keyring.so /usr/local/lib/libbonoboui-2.so /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libgnomecanvas-2.so /usr/local/lib/libgailutil.so /usr/local/lib/libgnome-2.so /usr/local/lib/libgnomevfs-2.so -lssl -lcrypto /usr/local/lib/libavahi-glib.so /usr/local/lib/libavahi-client.so /usr/local/lib/libavahi-common.so -lssp /usr/local/lib/libesd.so /usr/local/lib/libaudiofile.so /usr/local/lib/libpopt.so /usr/local/lib/libbonobo-2.so /usr/local/lib/libbonobo-activation.so /usr/local/lib/libORBitCosNaming-2.so /usr/local/lib/libart_lgpl_2.so /usr/local/lib/libgconf-2.so /usr/local/lib/libORBi t-2.so /usr/local/lib/libdbus-glib-1.so /usr/local/lib/libdbus-1.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglade-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libxml2.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libcairo.so /usr/local/lib/libpixman-1.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libXrender.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libXfixes.so /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so -lrpcsvc /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libexpat.so /usr /local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so -lutil -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libanjuta-tools.so -o .libs/libanjuta-tools.so libtool: link: ( cd ".libs" && rm -f "libanjuta-tools.la" && ln -s "../libanjuta-tools.la" "libanjuta-tools.la" ) /usr/local/bin/intltool-merge ../../po anjuta-tools.plugin.in anjuta-tools.plugin -d -u -c ../../po/.intltool-merge-cache Found cached translation database Merging translations into anjuta-tools.plugin. gmake[4]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/tools' Making all in class-inheritance gmake[3]: Entering directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-inheritance' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/u sr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/incl ude/freetype2 -I/usr/local/include/graphviz -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I /usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/graphv iz -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -fPIC -DPIC -o .libs/plugin.o mv -f .deps/plugin.Tpo .deps/plugin.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/u sr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\""/usr/local/share/pixmaps/anjuta"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib/anjuta"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/anjuta"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/incl ude/freetype2 -I/usr/local/include/graphviz -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT class-inherit.lo -MD -MP -MF .deps/class-inherit.Tpo -c -o class-inherit.lo class-inherit.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gconf/2 -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/pango-1.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/libglade-2.0 -I /usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I../.. -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/pixmaps/anjuta\" -DPACKAGE_LIB_DIR=\"/usr/local/lib/anjuta\" -DPACKAGE_DATA_DIR=\"/usr/local/share/anjuta\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_THREAD_SAFE -I/usr/local/include/libgdl-1.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libglade-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/graphv iz -I/usr/local/include -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -fno-strict-aliasing -pipe -MT class-inherit.lo -MD -MP -MF .deps/class-inherit.Tpo -c class-inherit.c -fPIC -DPIC -o .libs/class-inherit.o class-inherit.c: In function 'cls_inherit_draw_graph': class-inherit.c:760: warning: implicit declaration of function 'ND_coord_i' class-inherit.c:760: warning: nested extern declaration of 'ND_coord_i' class-inherit.c:760: error: incompatible types in assignment gmake[3]: *** [class-inherit.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins/class-inheritance' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2/plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/anjuta/work/anjuta-2.24.2' gmake: *** [all] Error 2 *** Error code 1 Stop in /a/ports/devel/anjuta. ================================================================ build of /usr/ports/devel/anjuta ended at Wed Apr 1 01:28:55 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/anjuta-2.24.2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=devel&portname=anjuta The build which triggered this BotMail was done under tinderbox-devel-3.2_1; dsversion: 3.2 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately."