From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 04:41:56 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A748B16A423 for ; Sun, 19 Feb 2006 04:41:56 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0827343D80 for ; Sun, 19 Feb 2006 04:41:48 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from [192.168.1.101] ([192.168.1.101]) by straycat.dhs.org (8.13.4/8.13.4) with ESMTP id k1J4kt8b013669 for ; Sat, 18 Feb 2006 23:46:55 -0500 (EST) From: Tom McLaughlin To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-7qQFXWUYUDOFPvnV6XGX" Date: Sat, 18 Feb 2006 23:38:30 -0500 Message-Id: <1140323910.22358.2.camel@bofh.meditech.com> Mime-Version: 1.0 X-Mailer: Evolution 2.5.91 FreeBSD GNOME Team Port Subject: net/avahi: approval for patch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 04:41:57 -0000 --=-7qQFXWUYUDOFPvnV6XGX Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all, I did an avahi-sharp slave port for the latest Muine and attached is a patch for avahi. I based it right off of the dbus ports. Is the patch okay for me to commit? Thanks. -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD | --=-7qQFXWUYUDOFPvnV6XGX Content-Disposition: attachment; filename=avahi-master_port.diff Content-Type: text/x-patch; name=avahi-master_port.diff; charset=us-ascii Content-Transfer-Encoding: 7bit diff -Nur avahi.orig/Makefile avahi/Makefile --- avahi.orig/Makefile Wed Feb 1 14:57:09 2006 +++ avahi/Makefile Sat Feb 18 23:24:02 2006 @@ -2,28 +2,28 @@ # Date created: 18 November 2005 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/net/avahi/Makefile,v 1.15 2006/01/30 23:19:56 kuriyama Exp $ +# $FreeBSD$ # PORTNAME= avahi PORTVERSION= 0.6.5 -PORTREVISION= 2 -CATEGORIES= net dns +PORTREVISION?= 2 +CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ -MAINTAINER= gnome@FreeBSD.org -COMMENT= Service discovery on a local network +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= Service discovery on a local network -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \ daemon.2:${PORTSDIR}/devel/libdaemon \ dbus-1.2:${PORTSDIR}/devel/dbus \ gdbm.3:${PORTSDIR}/databases/gdbm -USE_GNOME= gnomehack ltverhack glib20 +USE_GNOME?= gnomehack ltverhack glib20 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-distro=freebsd \ +CONFIGURE_ARGS?=--with-distro=freebsd \ --with-dbus-system-address=unix:path=/var/run/dbus \ --disable-qt3 \ --disable-qt4 \ @@ -38,6 +38,7 @@ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +.if !defined(AVAHI_SLAVE) USE_RC_SUBR= yes MAN1= avahi-browse-domains.1 avahi-browse.1 avahi-publish-address.1 \ @@ -47,9 +48,11 @@ MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off +.endif .include +.if !defined(AVAHI_SLAVE) .if ${OSVERSION} < 500000 IGNORE= does not work on FreeBSD 4.X .endif @@ -65,6 +68,8 @@ post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +.endif + .endif .include diff -Nur avahi.orig/files/patch-avahi-sharp_Makefile.in avahi/files/patch-avahi-sharp_Makefile.in --- avahi.orig/files/patch-avahi-sharp_Makefile.in Wed Dec 31 19:00:00 1969 +++ avahi/files/patch-avahi-sharp_Makefile.in Wed Feb 15 13:18:45 2006 @@ -0,0 +1,16 @@ +--- avahi-sharp/Makefile.in.orig Tue Feb 7 23:04:12 2006 ++++ avahi-sharp/Makefile.in Tue Feb 7 23:25:30 2006 +@@ -573,10 +573,10 @@ + $(ASSEMBLY): $(AVAHISOURCES) + mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix + + $(ASSEMBLY).config: $(ASSEMBLY).config.in +- $(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \ +- $(top_builddir)/avahi-common/libavahi-common.la \ +- $(top_builddir)/avahi-glib/libavahi-glib.la < $< > $@ ++# $(srcdir)/gencfg.sh $(top_builddir)/avahi-client/libavahi-client.la \ ++# $(top_builddir)/avahi-common/libavahi-common.la \ ++# $(top_builddir)/avahi-glib/libavahi-glib.la < $< > $@ + + @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@all: $(ASSEMBLY) $(ASSEMBLY).config + --=-7qQFXWUYUDOFPvnV6XGX-- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 07:48:31 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85C516A420 for ; Sun, 19 Feb 2006 07:48:31 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E02943D45 for ; Sun, 19 Feb 2006 07:48:31 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from [192.168.1.101] ([192.168.1.101]) by straycat.dhs.org (8.13.4/8.13.4) with ESMTP id k1J7rcka017132 for ; Sun, 19 Feb 2006 02:53:38 -0500 (EST) From: Tom McLaughlin To: freebsd-gnome@freebsd.org In-Reply-To: <1140323910.22358.2.camel@bofh.meditech.com> References: <1140323910.22358.2.camel@bofh.meditech.com> Content-Type: text/plain Date: Sun, 19 Feb 2006 02:45:13 -0500 Message-Id: <1140335113.22358.7.camel@bofh.meditech.com> Mime-Version: 1.0 X-Mailer: Evolution 2.5.91 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: net/avahi: approval for patch X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 07:48:31 -0000 On Sat, 2006-02-18 at 23:38 -0500, Tom McLaughlin wrote: > Hi all, > > I did an avahi-sharp slave port for the latest Muine and attached is a > patch for avahi. I based it right off of the dbus ports. Is the patch > okay for me to commit? Thanks. Okay, it's in there now with Joe's approval. -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD | From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 21:57:58 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A97316A420 for ; Sun, 19 Feb 2006 21:57:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1AF43D45 for ; Sun, 19 Feb 2006 21:57:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k1JLwc0c033753 for ; Sun, 19 Feb 2006 16:58:38 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-F1d/l7InPHzFSnEWW+gJ" Organization: FreeBSD, Inc. Date: Sun, 19 Feb 2006 16:57:52 -0500 Message-Id: <1140386272.28607.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: Subject: HAL on FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:57:58 -0000 --=-F1d/l7InPHzFSnEWW+gJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've just imported my work thus far into my CVS repo at http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/hal . The code of interest is in hald/freebsd. In there you'll find a NOTES file with some todo items. I think we'll be in good shape once we get the blockdev stuff rewritten, and write the probe helpers that will be run as root. Additionally, I will need to put Juho's hotplug code into the tree as well. Anyone that wants to help out, should grab an item, and start coding. If you have any questions, or any other ideas on how the port should work, please let me know. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-F1d/l7InPHzFSnEWW+gJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBD+Ongb2iPiv4Uz4cRAvenAJ9rwo0JVeiXdb2DZe6RC63MIasw+QCeJ6oL 2LsBN2DgCMqmHKYtla0DkxE= =JhMA -----END PGP SIGNATURE----- --=-F1d/l7InPHzFSnEWW+gJ-- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 22:13:04 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1017C16A420; Sun, 19 Feb 2006 22:13:04 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B993043D49; Sun, 19 Feb 2006 22:13:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1JMD3fd029938; Sun, 19 Feb 2006 22:13:03 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1JMD36E029934; Sun, 19 Feb 2006 22:13:03 GMT (envelope-from marcus) Date: Sun, 19 Feb 2006 22:13:03 GMT From: Joe Marcus Clarke Message-Id: <200602192213.k1JMD36E029934@freefall.freebsd.org> To: anholt@freebsd.org, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/93215: [PATCH] make evolution not OOM on amd64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:13:04 -0000 Synopsis: [PATCH] make evolution not OOM on amd64 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Feb 19 22:12:34 UTC 2006 State-Changed-Why: Fixed in 1.4.2.1_2. Thanks for the report, and the troubleshooting. http://www.freebsd.org/cgi/query-pr.cgi?pr=93215 From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 22:23:33 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F6416A451; Sun, 19 Feb 2006 22:23:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E763E43D72; Sun, 19 Feb 2006 22:23:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1JMNIlA030525; Sun, 19 Feb 2006 22:23:18 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1JMNIoO030521; Sun, 19 Feb 2006 22:23:18 GMT (envelope-from marcus) Date: Sun, 19 Feb 2006 22:23:18 GMT From: Joe Marcus Clarke Message-Id: <200602192223.k1JMNIoO030521@freefall.freebsd.org> To: truckman@freebsd.org, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92899: firefox-1.5.0.1, 1 uses stack garbage for directory name [patch] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:23:34 -0000 Synopsis: firefox-1.5.0.1,1 uses stack garbage for directory name [patch] State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Feb 19 22:23:09 UTC 2006 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=92899 From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 19 22:27:12 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267DD16A422; Sun, 19 Feb 2006 22:27:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B060643D6B; Sun, 19 Feb 2006 22:27:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1JMRBuN030642; Sun, 19 Feb 2006 22:27:11 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1JMRBEG030638; Sun, 19 Feb 2006 22:27:11 GMT (envelope-from marcus) Date: Sun, 19 Feb 2006 22:27:11 GMT From: Joe Marcus Clarke Message-Id: <200602192227.k1JMRBEG030638@freefall.freebsd.org> To: mkb@incubus.de, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/92818: ports/www/seamonkey doesn't build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:27:12 -0000 Synopsis: ports/www/seamonkey doesn't build State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Feb 19 22:26:27 UTC 2006 State-Changed-Why: It looks like you security/nss port is out of date. Try doing: portupgrade nspr nss Then try building seamonkey. http://www.freebsd.org/cgi/query-pr.cgi?pr=92818 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 04:09:49 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274D416A420 for ; Mon, 20 Feb 2006 04:09:49 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE06743D45 for ; Mon, 20 Feb 2006 04:09:48 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 28264 invoked by uid 1008); 20 Feb 2006 04:10:03 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 20 Feb 2006 04:10:03 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sun, 19 Feb 2006 23:10:03 -0500 (EST) Message-ID: <64508.24.90.33.115.1140408603.squirrel@mail.el.net> Date: Sun, 19 Feb 2006 23:10:03 -0500 (EST) From: "kalin mintchev" To: freebsd-gnome@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: no recording level X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:09:49 -0000 hi all... can't use the sound recorder. no recording level under volume control in 6.0 to turn up. was there in 5.4. the gnome version seems to be 2.10.. thanks... From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 08:50:33 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D9916A420 for ; Mon, 20 Feb 2006 08:50:33 +0000 (GMT) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD63F43D45 for ; Mon, 20 Feb 2006 08:50:32 +0000 (GMT) (envelope-from jau@jau.iki.fi) Received: from jau.iki.fi (localhost [127.0.0.1]) by jau.iki.fi (8.13.4/8.13.4) with ESMTP id k1K8oUU9010183 for ; Mon, 20 Feb 2006 10:50:30 +0200 (EET) (envelope-from jau@jau.iki.fi) Received: (from jau@localhost) by jau.iki.fi (8.13.4/8.13.4/Submit) id k1K8oOrq010182 for gnome@FreeBSD.org; Mon, 20 Feb 2006 10:50:24 +0200 (EET) (envelope-from jau) Posted-Date: Mon, 20 Feb 2006 10:50:24 +0200 (EET) Message-Id: <200602200850.k1K8oOrq010182@jau.iki.fi> To: gnome@FreeBSD.org Date: Mon, 20 Feb 2006 10:50:24 +0200 (EET) From: jau@iki.fi (Jukka A. Ukkonen) Sender: jau@iki.fi Latin-Date: dies Lunae XX Februarie a.d. MMVI Organization: Private person OS-Platform: FreeBSD Phone: +358-9-6215280 (home) / +358-500-606671 (gsm) Content-Conversion: prohibited X-Mailer: ELM [version 2.4 PL25+pgp] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Cc: Subject: fontconfig is still using non-exported freetype internals X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jau@iki.fi List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:50:33 -0000 EHLO, I just noticed fontconfig is still making references to the non-exported freetype internals. There is a patch available on freetype web pages... http://www.freetype.org/freetype2/patches/rogue-patches.html http://www.freetype.org/freetype2/patches/fontconfig-2.3.2-noftinternals.patch Please, import this to the ports tree fontconfig ASAP. Freetype-2.2 will no longer reveal its internals and building fontconfig-2.3.2 will fail. Apparently from fontconfig-2.3.93 onwards fontconfig should be clean of references to freetype internals. Cheers, // jau .--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -. / Jukka A. Ukkonen, Oxit Ltd, Finland /__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671 / Internet: Jukka.Ukkonen(a)Oxit.Fi (Home) +358-9-6215-280 / Internet: jau(a)iki.fi v .--- .- ..- ...-.- .. -.- .. .-.-.- ..-. .. + + + + My opinions are mine and mine alone, not my employers. + + + + From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 08:52:34 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADAF16A420 for ; Mon, 20 Feb 2006 08:52:34 +0000 (GMT) (envelope-from ken@di.fm) Received: from galaxy.di.fm (galaxy.di.fm [160.79.128.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C26A43D45 for ; Mon, 20 Feb 2006 08:52:34 +0000 (GMT) (envelope-from ken@di.fm) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Mon, 20 Feb 2006 03:51:12 -0500 Message-ID: <2D230FF6B05F784397AFBC44133C9D5329D487@galaxy.di.fm> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: devel/libgsf Thread-Index: AcY1+su4pGCjzsWCRJy+Qhsl3KWIig== From: "Ken Easson" To: Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: devel/libgsf X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:52:35 -0000 Hello, =20 I=92ve run into a problem installing gnome2, and it appears that it=92s = due in part to libgsf-1 not installing a dynamic library which librsvg2 = is trying to reference.=20 =20 I get the following error during the build of librsvg2: =20 -I/usr/local/include -I/usr/X11R6/include -DG_LOG_DOMAIN=3D\"librsvg\" = -DLIBRSVG_DATADIR=3D\"/usr/X11R6/share/gnome\" -I/usr/local/include -O = -pipe -MT librsvg-enum-types.lo -MD -MP -MF .deps/librsvg-enum-types.Tpo = -c librsvg-enum-types.c -o librsvg-enum-types.o >/dev/null 2>&1 /bin/sh = /usr/ports/graphics/librsvg2/work/gnome-libtool --mode=3Dlink cc -O = -pipe -L/usr/local/lib -o librsvg-2.la -rpath /usr/X11R6/lib = -version-info 14:7:12 -no-undefined -export-dynamic rsvg-affine.lo = librsvg-features.lo rsvg-bpath-util.lo rsvg-css.lo rsvg-defs.lo = rsvg-image.lo rsvg-paint-server.lo rsvg-path.lo rsvg-file-util.lo = rsvg-filter.lo rsvg-marker.lo rsvg-mask.lo rsvg-shapes.lo = rsvg-structure.lo rsvg-styles.lo rsvg-text.lo rsvg.lo rsvg-cond.lo = rsvg-art-composite.lo rsvg-art-draw.lo rsvg-art-mask.lo = rsvg-art-paint-server.lo rsvg-art-render.lo librsvg-enum-types.lo = -L/usr/local/lib -lgsf-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv = -L/usr/local/lib -lcroco-0.6 -lglib-2.0 -lxml2 -lz -liconv -lm = -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib = -lgdk_pixbuf-2.0 -lart_lgpl_2 -lxml2 -lpangoft2-1.0 -lfreetype -lz = -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = -lfontconfig -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype = -lz cc -shared .libs/rsvg-affine.o .libs/librsvg-features.o = .libs/rsvg-bpath-util.o .libs/rsvg-css.o .libs/rsvg-defs.o = .libs/rsvg-image.o .libs/rsvg-paint-server.o .libs/rsvg-path.o = .libs/rsvg-file-util.o .libs/rsvg-filter.o .libs/rsvg-marker.o = .libs/rsvg-mask.o .libs/rsvg-shapes.o .libs/rsvg-structure.o = .libs/rsvg-styles.o .libs/rsvg-text.o .libs/rsvg.o .libs/rsvg-cond.o = .libs/rsvg-art-composite.o .libs/rsvg-art-draw.o .libs/rsvg-art-mask.o = .libs/rsvg-art-paint-server.o .libs/rsvg-art-render.o = .libs/librsvg-enum-types.o -L/usr/local/lib -lgsf-1 -lcroco-0.6 = -L/usr/X11R6/lib -lgdk_pixbuf-2.0 -lart_lgpl_2 -lxml2 -lpangoft2-1.0 = -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv = -lfontconfig -lfreetype -lz -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath = -Wl,/usr/local/lib -Wl,-soname -Wl,librsvg-2.so.2 -o = .libs/librsvg-2.so.2 /usr/bin/ld: = /usr/local/lib/libgsf-1.a(gsf-utils.o): relocation R_X86_64_32 can not = be used when making a shared object; recompile with -fPIC=20 /usr/local/lib/libgsf-1.a: could not read symbols: Bad value gmake[2]: *** [librsvg-2.la] Error 1 gmake[2]: Leaving directory = `/usr/ports/graphics/librsvg2/work/librsvg-2.12.7'=20 gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory = `/usr/ports/graphics/librsvg2/work/librsvg-2.12.7'=20 gmake: *** [all] Error 2 *** Error code 2 =20 Stop in /usr/ports/graphics/librsvg2. =20 I found that /usr/local/lib/libgsf-1.so was a symlink to libgsf-1.so.12 = which does not exist in that directory.=20 I=92m out of my league trying to fix this on my own =96 I deleted the = broken link, and tried reinstalling libgsf however this didn=92t fix the = problem. I=92m not sure that this is a problem specific to Freebsd. = However =96 on the amd64 mailing list, another user has let me know that = he=92s experiencing the same problem. =20 I had the problem with Freebsd 5.4_p6 p10 and now Freebsd 6.1 on a dual = opteron system with the SMP/Generic kernel. =20 Ken. Systems Analyst Digitally Imported Radio. Sky FM Radio. HYPERLINK "http://www.di.fm/"http://www.di.fm HYPERLINK = "http://www.sky.fm/"http://www.sky.fm =20 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.7/259 - Release Date: = 2/13/2006 =20 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 11:03:15 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5775016A423 for ; Mon, 20 Feb 2006 11:03:15 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5840743D49 for ; Mon, 20 Feb 2006 11:03:12 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1KB3CPF083948 for ; Mon, 20 Feb 2006 11:03:12 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1KB3B9C083942 for gnome@freebsd.org; Mon, 20 Feb 2006 11:03:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Feb 2006 11:03:11 GMT Message-Id: <200602201103.k1KB3B9C083942@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 11:03:15 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2006/01/12] ports/91712 gnome irc/xchat2 hangup with perl plugin enable o [2006/02/06] ports/92901 gnome firefox-1.5 core dumps when attempting to 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/20] ports/87728 gnome mozilla: libnegotiateauth.so broken f [2006/01/02] ports/91213 gnome pkg-config ignores autotools normal .pc d o [2006/01/21] ports/92114 gnome [PATCH] mail/thunderbird: platform name o o [2006/02/08] ports/93066 gnome slib 3a2 upgrade breaks guile 4 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 14:44:27 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D795316A420 for ; Mon, 20 Feb 2006 14:44:27 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B50A43D46 for ; Mon, 20 Feb 2006 14:44:27 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from localhost (localhost [127.0.0.1]) by royalway.propagation.net (Postfix) with ESMTP id 2E08256423 for ; Mon, 20 Feb 2006 08:44:27 -0600 (CST) Received: from royalway.propagation.net ([127.0.0.1]) by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20770-04 for ; Mon, 20 Feb 2006 08:44:21 -0600 (CST) Received: from ELF (unknown [217.24.159.130]) by royalway.propagation.net (Postfix) with ESMTP id A77AC56422 for ; Mon, 20 Feb 2006 08:44:19 -0600 (CST) From: "Babak Farrokhi" To: Date: Mon, 20 Feb 2006 18:14:14 +0330 Message-ID: <001101c6362c$21b97120$eb0ba8c0@ELF> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcY2LB6FkeVTJpUeSTq3jEv4a3PyhQ== X-Virus-Scanned: amavisd-new at farrokhi.net Subject: WITHOUT_DEBUG flag for x11-toolkits/gtk20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:44:28 -0000 Folks, I have always been wondering why this port does not support standard WITHOUT_DEBUG flag (as many ports support this flag, and once you set WITH_DEBUG=no in /etc/make.conf, those ports while enable debugging instead!). So I just added this simple modification to the Makefile to honor the WITHOUT_DEBUG knob. (I am not sure, maybe there was a good reason for using WITH_DEBUG instead of WITHOUT_DEBUG). --- gtk20.patch begins here --- diff -ruN gtk20.orig/Makefile gtk20/Makefile --- gtk20.orig/Makefile Mon Feb 20 17:48:23 2006 +++ gtk20/Makefile Mon Feb 20 17:52:25 2006 @@ -51,6 +51,11 @@ # on the command-line. # Set to minimum if you want to send in a backtrace; set # to yes if you want to know what gtk thinks it's doing. +.if defined(WITHOUT_DEBUG) +.if ${WITHOUT_DEBUG:L} == "yes" +WITH_DEBUG= no +.endif +.endif .if defined(WITH_DEBUG) .if ${WITH_DEBUG:L} == "no" CONFIGURE_ARGS+= --enable-debug=no --- gtk20.patch ends here --- Any opinions? -- Babak Farrokhi babak@farrokhi.net From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 15:23:00 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3718016A422; Mon, 20 Feb 2006 15:23:00 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C719F43D46; Mon, 20 Feb 2006 15:22:59 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from freefall.freebsd.org (mnag@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1KFMxi1002716; Mon, 20 Feb 2006 15:22:59 GMT (envelope-from mnag@freefall.freebsd.org) Received: (from mnag@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1KFMxrc002712; Mon, 20 Feb 2006 15:22:59 GMT (envelope-from mnag) Date: Mon, 20 Feb 2006 15:22:59 GMT From: Marcus Alves Grando Message-Id: <200602201522.k1KFMxrc002712@freefall.freebsd.org> To: mainland@apeiron.net, mnag@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/93066: slib 3a2 upgrade breaks guile X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:23:00 -0000 Synopsis: slib 3a2 upgrade breaks guile State-Changed-From-To: open->closed State-Changed-By: mnag State-Changed-When: Mon Feb 20 15:22:58 UTC 2006 State-Changed-Why: Fixed in slib 3a3. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=93066 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 15:46:45 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09B316A420 for ; Mon, 20 Feb 2006 15:46:45 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F9043D7C for ; Mon, 20 Feb 2006 15:46:39 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k1KFjp5F022065 for ; Mon, 20 Feb 2006 07:45:52 -0800 From: Frank Jahnke To: freebsd-gnome@freebsd.org Content-Type: text/plain Date: Mon, 20 Feb 2006 07:41:09 -0800 Message-Id: <1140450069.29556.34.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Subject: A4 paper -- how to change?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:46:45 -0000 Over the weekend I changed my printing system from lpd to cups. Most everything works right: six computers of mixed operating systems can now print on a remote Ethernet printer. My problem is that many Gnome applications (such as Evince, Evolution) insist on printing on A4 paper, and there is no option to change it to "letter" in the print dialog boxes as was possible with lpd. The printer then asks to have A4 paper installed, and does not print the job, as I have no A4 paper tray nor do I want one. I've poked around GConf looking for an appropriate field, and have been unable to find a default that includes A4. The Gnome cups manager is set to "letter." Any advice would be most appreciated. The computer runs 6.0, and Gnome is a recent 2.12 Frank From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 17:34:26 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D998316A420 for ; Mon, 20 Feb 2006 17:34:26 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao04.cox.net (centrmmtao04.cox.net [70.168.83.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4162B43D48 for ; Mon, 20 Feb 2006 17:34:26 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060220173420.SOFM8318.centrmmtao04.cox.net@mezz.mezzweb.com>; Mon, 20 Feb 2006 12:34:20 -0500 To: "Babak Farrokhi" References: <001101c6362c$21b97120$eb0ba8c0@ELF> Message-ID: From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 20 Feb 2006 11:36:34 -0600 In-Reply-To: <001101c6362c$21b97120$eb0ba8c0@ELF> User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: freebsd-gnome@freebsd.org Subject: Re: WITHOUT_DEBUG flag for x11-toolkits/gtk20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:34:27 -0000 On Mon, 20 Feb 2006 08:44:14 -0600, Babak Farrokhi wrote: > Folks, > > I have always been wondering why this port does not support standard > WITHOUT_DEBUG flag (as many ports support this flag, and once you set > WITH_DEBUG=no in /etc/make.conf, those ports while enable debugging > instead!). So I just added this simple modification to the Makefile to > honor > the WITHOUT_DEBUG knob. (I am not sure, maybe there was a good reason for > using WITH_DEBUG instead of WITHOUT_DEBUG). > > --- gtk20.patch begins here --- > diff -ruN gtk20.orig/Makefile gtk20/Makefile > --- gtk20.orig/Makefile Mon Feb 20 17:48:23 2006 > +++ gtk20/Makefile Mon Feb 20 17:52:25 2006 > @@ -51,6 +51,11 @@ > # on the command-line. > # Set to minimum if you want to send in a backtrace; set # to yes if > you > want to know what gtk thinks it's doing. > +.if defined(WITHOUT_DEBUG) > +.if ${WITHOUT_DEBUG:L} == "yes" > +WITH_DEBUG= no > +.endif > +.endif > .if defined(WITH_DEBUG) > .if ${WITH_DEBUG:L} == "no" > CONFIGURE_ARGS+= --enable-debug=no > --- gtk20.patch ends here --- > > > Any opinions? Making sense for add WITHOUT_DEBUG, but how about this patch? http://people.freebsd.org/~mezz/diff/gtk20.diff Cheers, Mezz > -- > Babak Farrokhi > babak@farrokhi.net -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 18:07:43 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F6E16A420 for ; Mon, 20 Feb 2006 18:07:43 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A686E43D45 for ; Mon, 20 Feb 2006 18:07:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k1KI7fl01287; Mon, 20 Feb 2006 13:07:41 -0500 (EST) Received: from [64.102.192.190] (dhcp-64-102-192-190.cisco.com [64.102.192.190]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k1KI7cm25178; Mon, 20 Feb 2006 13:07:40 -0500 (EST) Message-ID: <43FA0599.9070200@FreeBSD.org> Date: Mon, 20 Feb 2006 13:08:25 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Frank Jahnke References: <1140450069.29556.34.camel@localhost> In-Reply-To: <1140450069.29556.34.camel@localhost> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: A4 paper -- how to change?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:07:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Frank Jahnke wrote: > Over the weekend I changed my printing system from lpd to cups. Most > everything works right: six computers of mixed operating systems can now > print on a remote Ethernet printer. > > My problem is that many Gnome applications (such as Evince, Evolution) > insist on printing on A4 paper, and there is no option to change it to > "letter" in the print dialog boxes as was possible with lpd. The > printer then asks to have A4 paper installed, and does not print the > job, as I have no A4 paper tray nor do I want one. > > I've poked around GConf looking for an appropriate field, and have been > unable to find a default that includes A4. The Gnome cups manager is > set to "letter." Any advice would be most appreciated. The computer > runs 6.0, and Gnome is a recent 2.12 The default paper size looks to be stored in /usr/X11R6/share/gnome/libgnomeprint/2.12.1/globals.xml. The Option Id is PhysicalSize. Changing the Default value to USLetter should achieve what you want. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+gWZb2iPiv4Uz4cRAhRTAJ0f6FFf491vXaGPSscY/oaHAcbXVQCfd/L6 FgEmC3O4MACVNiJHdPQSQlU= =bzi2 -----END PGP SIGNATURE----- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 18:22:08 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7C916A420 for ; Mon, 20 Feb 2006 18:22:08 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao03.cox.net (centrmmtao03.cox.net [70.168.83.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460FE43D45 for ; Mon, 20 Feb 2006 18:22:08 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060220182202.QSCL613.centrmmtao03.cox.net@mezz.mezzweb.com>; Mon, 20 Feb 2006 13:22:02 -0500 To: "Babak Farrokhi" References: <001101c6362c$21b97120$eb0ba8c0@ELF> Message-ID: From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 20 Feb 2006 12:24:17 -0600 In-Reply-To: User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: freebsd-gnome@freebsd.org Subject: Re: WITHOUT_DEBUG flag for x11-toolkits/gtk20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:22:09 -0000 On Mon, 20 Feb 2006 11:36:34 -0600, Jeremy Messenger wrote: > On Mon, 20 Feb 2006 08:44:14 -0600, Babak Farrokhi > wrote: > >> Folks, >> >> I have always been wondering why this port does not support standard >> WITHOUT_DEBUG flag (as many ports support this flag, and once you set >> WITH_DEBUG=no in /etc/make.conf, those ports while enable debugging >> instead!). So I just added this simple modification to the Makefile to >> honor >> the WITHOUT_DEBUG knob. (I am not sure, maybe there was a good reason >> for >> using WITH_DEBUG instead of WITHOUT_DEBUG). >> >> --- gtk20.patch begins here --- >> diff -ruN gtk20.orig/Makefile gtk20/Makefile >> --- gtk20.orig/Makefile Mon Feb 20 17:48:23 2006 >> +++ gtk20/Makefile Mon Feb 20 17:52:25 2006 >> @@ -51,6 +51,11 @@ >> # on the command-line. >> # Set to minimum if you want to send in a backtrace; set # to yes if >> you >> want to know what gtk thinks it's doing. >> +.if defined(WITHOUT_DEBUG) >> +.if ${WITHOUT_DEBUG:L} == "yes" >> +WITH_DEBUG= no >> +.endif >> +.endif >> .if defined(WITH_DEBUG) >> .if ${WITH_DEBUG:L} == "no" >> CONFIGURE_ARGS+= --enable-debug=no >> --- gtk20.patch ends here --- >> >> >> Any opinions? > > Making sense for add WITHOUT_DEBUG, but how about this patch? > > http://people.freebsd.org/~mezz/diff/gtk20.diff It has been committed, thanks for submitted! Cheers, Mezz > Cheers, > Mezz > >> -- >> Babak Farrokhi >> babak@farrokhi.net -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 20 18:51:40 2006 Return-Path: X-Original-To: freebsd-gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D78416A422; Mon, 20 Feb 2006 18:51:40 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB2443D48; Mon, 20 Feb 2006 18:51:39 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k1KIp5f8001737; Mon, 20 Feb 2006 10:51:05 -0800 From: Frank Jahnke To: Joe Marcus Clarke In-Reply-To: <43FA0599.9070200@FreeBSD.org> References: <1140450069.29556.34.camel@localhost> <43FA0599.9070200@FreeBSD.org> Content-Type: text/plain Date: Mon, 20 Feb 2006 10:46:20 -0800 Message-Id: <1140461180.61480.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-gnome@FreeBSD.org Subject: Re: A4 paper -- how to change?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:51:40 -0000 On Mon, 2006-02-20 at 13:08 -0500, Joe Marcus Clarke wrote: > > The default paper size looks to be stored in > /usr/X11R6/share/gnome/libgnomeprint/2.12.1/globals.xml. The Option Id > is PhysicalSize. Changing the Default value to USLetter should achieve > what you want. I had no idea that the set-up information would be located there. In any event, I made the change, and it did not work for me, at least for printing a test file from Evolution (your reply to my email message). Here's the relevant section from the file as I modified it: