From owner-freebsd-gnome Sun Feb 10 0:25:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx5.mail.ru (mx5.mail.ru [194.67.57.15]) by hub.freebsd.org (Postfix) with ESMTP id D8A3137B41B; Sun, 10 Feb 2002 00:25:49 -0800 (PST) Received: from ppp-237-240.istc.kiev.ua ([193.108.237.240]) by mx5.mail.ru with esmtp (Exim 3.14 #1) id 16ZpIw-000B4R-00; Sun, 10 Feb 2002 11:25:47 +0300 Subject: Re: Core GNOME distfiles From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Ade Lovett Cc: gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 10 Feb 2002 10:25:13 +0200 Message-Id: <1013329525.260.12.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-02-10 at 07:42, Ade Lovett wrote: > What does everyone think about: > > (1) moving the following ports to a DIST_SUBDIR of "gnome/", and reserving > that directory for 'core' GNOME ports: > > Possibles: > audio/esound, audio/libaudiofile, x11-toolkits/gtk12, devel/glib12 > graphics/imlib, x11-toolkits/gtk-engines > > Definites: > devel/pkgconfig, x11/gnomelibs, textproc/scrollkeeper, textproc/libxml, > devel/ORBit, sysutils/gnomecontrolcenter, graphics/gnomecanvas, > graphics/gdk-pixbuf, devel/gnomevfs, misc/gnomemimedata, > converters/libiconv, devel/gconf, devel/oaf, > x11/gnomecore, www/gtkhtml, www/glibwww, x11-toolkits/gal, > devel/libunicode, devel/libglade, databases/gnomedb, databases/libgda, > devel/bonobo, print/gnomeprint, www/libghttp, audio/gnomeaudio, > x11/gnomeapplets, devel/libgtop, audio/gnomemedia, misc/gnomeuserdocs, > misc/gnomeutils, deskutils/gnomepim, palm/gnomepilot-conduits, > palm/gnomepilot, x11-toolkits/gob, games/gnomegames, x11-wm/sawfish, > lang/librep, x11-toolkits/rep-gtk, print/ggv, editors/ghex, devel/bugbuddy, > devel/glade, sysutils/gtop, x11/gdm, x11/xalf, x11-toolkits/py-gnome>k, > x11-toolkits/guile-gnome>k, x11-toolkits/panel--, x11-toolkits/gnome--, > x11-toolkits/gtk--, x11-fm/nautilus, sysutils/medua, x11-toolkits/eel I think that more formal approach would be better: any port that uses MASTER_SITE_GNOME as its primary download location should go into DIST_SUBDIR of "gnome". An appropriate HEADS-UP and a conversion shell script for those who already have many GNOME1 bits in their /usr/ports/distfiles is a must. Also a good idea would be extending bsd.gnome.mk in the case when $DIST_SUBDIR=="gnome" to check for distfile both in $DISTDIR and $DISTDIR/gnome and print a warning that the user should move the distfile into $DISTDIR/gnome. > (2) using bzip2'd distfiles wherever possible. > > I realize that this is going to require a lot of potential redownloading for > folks, but the time to do it, if at all, is just after a release. > > I'm in the process of lining up a first megapatch to bring components up to > date, and if there's no objections, would like to bring this in just before > to clean things up somewhat. (All of my existing core GNOME-2 ports use a > DIST_SUBDIR of "gnome2"). I object to the massive conversion and would rather see gradual switchover, i.e. gzip->bzip2 conversion should be only committed along with a version update. Otherwise we will unnecessarily hurt users with slow Internet connections (me included). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 0:37:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 3B82F37B417; Sun, 10 Feb 2002 00:37:52 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16ZpUd-0005Fs-00; Sun, 10 Feb 2002 00:37:51 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 10 Feb 2002 02:38:42 -0600 Subject: Re: Core GNOME distfiles From: Ade Lovett To: Cc: Message-ID: In-Reply-To: <1013329525.260.12.camel@notebook> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/10/02 02:25, "Maxim Sobolev" wrote: > I think that more formal approach would be better: any port that uses > MASTER_SITE_GNOME as its primary download location should go into > DIST_SUBDIR of "gnome". An appropriate HEADS-UP and a conversion shell > script for those who already have many GNOME1 bits in their > /usr/ports/distfiles is a must. Cool. Max nailed my devils advocate position :) I'm happy to go for this -- a number of my current port changes simply revolve around the fact that MASTER_SITE_GNOME has (finally) caught up with reality on a bunch of ports, and should therefore be added back in. > Also a good idea would be extending bsd.gnome.mk in the case when > $DIST_SUBDIR=="gnome" to check for distfile both in $DISTDIR and > $DISTDIR/gnome and print a warning that the user should move the > distfile into $DISTDIR/gnome. Or even move it automagically? Want to provide the bsd.gnome.mk foo for this? > I object to the massive conversion and would rather see gradual > switchover, i.e. gzip->bzip2 conversion should be only committed along > with a version update. Otherwise we will unnecessarily hurt users with > slow Internet connections (me included). Jolly good again. I'd object to it, too, if there wasn't some extra functionality involved. So, now that a few heads have been poked, how about: (1) anything that has MASTER_SITE_GNOME in the MASTER_SITES will be migrated to the "gnome1/" distfiles subdirectory on next update, or just prior to the freeze for 4.6-RELEASE, whichever comes first. (2) anything that uses MASTER_SITE_GNOME and has a bzip2 tarball available will be migrated to bzip2 on the next update, or just prior to the freeze for 4.6-RELEASE, whichever comes first. (3) any and all ports that make up gnome-2 (soon to be committed), will have their distfiles placed in the gnome2/ subdirectory. Better? -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 0:44:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx2.mail.ru (mx2.mail.ru [194.67.57.12]) by hub.freebsd.org (Postfix) with ESMTP id 6105137B404; Sun, 10 Feb 2002 00:44:23 -0800 (PST) Received: from ppp-237-240.istc.kiev.ua ([193.108.237.240]) by mx2.mail.ru with esmtp (Exim 3.14 #1) id 16Zpat-000KNR-00; Sun, 10 Feb 2002 11:44:21 +0300 Subject: Work on GNOME2 From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: gnome@FreeBSD.org, ade@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 10 Feb 2002 10:43:28 +0200 Message-Id: <1013330639.260.25.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade and folks, I suspect that at least two people (Ade and Anders) independently started some initial work on getting GNOME2 bits and pieces together for FreeBSD and I wonder if the better approach would be to put ongoing work into remotely accessible cvs repo. This approach played just fine when we were working on FreeBSD/GNOME site and I think should also help in this case by reducing duplicate efforts and drawing more resources to the work. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 0:59: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id AB7A637B400; Sun, 10 Feb 2002 00:59:01 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16Zpp7-0005HA-00; Sun, 10 Feb 2002 00:59:01 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 10 Feb 2002 02:59:52 -0600 Subject: Re: Work on GNOME2 From: Ade Lovett To: , Message-ID: In-Reply-To: <1013330639.260.25.camel@notebook> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/10/02 02:43, "Maxim Sobolev" wrote: > I suspect that at least two people (Ade and Anders) independently > started some initial work on getting GNOME2 bits and pieces together for > FreeBSD and I wonder if the better approach would be to put ongoing work > into remotely accessible cvs repo. This approach played just fine when > we were working on FreeBSD/GNOME site and I think should also help in > this case by reducing duplicate efforts and drawing more resources to > the work. I'm not convinced about the need for a separate cvs repo for this, but I do think that we should be thinking about putting out an x11/gnome2 metaport based on the current tarballs as soon as possible, to get the new technology into the ports tree and available for experimentation by more advanced GNOME users (ie: those that don't mind trashing their systems). At the moment, I am in the process of setting up a sandboxed 4-STABLE environment for complete testing and development of gnome2/FreeBSD alongside the existing gnome metaport. I am not yet sure of the exact procedure that will be needed in terms of incorporating gnome2 into the tree in terms of repo-copies. Perhaps the time has come to agree upon an initial set of snapshot distfiles that we will use for x11/gnome2, then use those to develop the initial platform, with upgrades occuring after the initial x11/gnome2 metaport etc has been built and committed to the tree. For something as big as gnome2, I think we should be at least offering this directly to end-users, with the big red letter saying "if you want 'stable' GNOME, use 1.x, but feel free to try 2.x if you want to be famous", rather than a private cvs-repo. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 1:17:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 101F537B419; Sun, 10 Feb 2002 01:17:40 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g1A9HaD05253; Sun, 10 Feb 2002 10:17:36 +0100 (CET) (envelope-from anders) Date: Sun, 10 Feb 2002 10:17:36 +0100 From: Anders Andersson To: Ade Lovett Cc: sobomax@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: Work on GNOME2 Message-ID: <20020210091736.GB1403@sushi.sanyusan.se> References: <1013330639.260.25.camel@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Feb 10, 2002 at 02:59:52AM -0600, Ade Lovett wrote: > On 02/10/02 02:43, "Maxim Sobolev" wrote: > > I suspect that at least two people (Ade and Anders) independently > > started some initial work on getting GNOME2 bits and pieces together for > > FreeBSD and I wonder if the better approach would be to put ongoing work > > into remotely accessible cvs repo. This approach played just fine when > > we were working on FreeBSD/GNOME site and I think should also help in > > this case by reducing duplicate efforts and drawing more resources to > > the work. > > I'm not convinced about the need for a separate cvs repo for this, but I do > think that we should be thinking about putting out an x11/gnome2 metaport > based on the current tarballs as soon as possible, to get the new technology > into the ports tree and available for experimentation by more advanced GNOME > users (ie: those that don't mind trashing their systems). > > At the moment, I am in the process of setting up a sandboxed 4-STABLE > environment for complete testing and development of gnome2/FreeBSD > alongside the existing gnome metaport. > > I am not yet sure of the exact procedure that will be needed in terms of > incorporating gnome2 into the tree in terms of repo-copies. > > Perhaps the time has come to agree upon an initial set of snapshot distfiles > that we will use for x11/gnome2, then use those to develop the initial > platform, with upgrades occuring after the initial x11/gnome2 metaport etc > has been built and committed to the tree. > > For something as big as gnome2, I think we should be at least offering this > directly to end-users, with the big red letter saying "if you want 'stable' > GNOME, use 1.x, but feel free to try 2.x if you want to be famous", rather > than a private cvs-repo. I have to agree with Ade here. I think putting our early work in the ports tree for GNOME2 would be a good thing. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 3:28: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from CRWdog.demon.co.uk (adsl-216-103-105-71.dsl.snfc21.pacbell.net [216.103.105.71]) by hub.freebsd.org (Postfix) with ESMTP id F251137B419 for ; Sun, 10 Feb 2002 03:27:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 601CA3E2D for ; Sun, 10 Feb 2002 03:27:50 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-gnome@freebsd.org Subject: GtK library problem? Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1928701752P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sun, 10 Feb 2002 03:27:50 -0800 From: Andy Sparrow Message-Id: <20020210112750.601CA3E2D@CRWdog.demon.co.uk> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1928701752P Content-Type: text/plain; charset=us-ascii Hi, Please excuse me if this has been asked before, I can't find any archives for this list... The port for gtk12 in -STABLE defines HAVE_GETRESUID in the 'config.h' file it generates, and thus the appropriate snippet of code is enabled in 'gtkmain.c', in the 'check_setugid()' function. This appears to be because FreeBSD actually has one of these (in the kernel?), although it's hidden. However, it's not available to userland programs, thus this define is bogus. This makes Applix (the native FreeBSD one, from the Desktop edition) blow up at runtime, because it can't find the 'getresuid()' call. I don't know why it's only Applix that seems to blow up (I've got a bunch of other stuff that uses Gtk without any problems) and the fix is relatively simple, but it gets kind of old having to remember to manually frob Gtk everytime I rebuild my ports. Any chance that someone more familiar with this could make the gtk12 port DTRT? The best suggestion I can come up with is a fairly inelegant post-configuration script to comment out the definition. Please 'cc' me on any reply, as I'm not subscribed to this list. Cheers, AS --==_Exmh_-1928701752P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.5 07/13/2001 iD8DBQE8Zlk2PHh895bDXeQRAtHLAJ41W8nWfSkaOfzoIR7yPy2Z3T68GgCgoTH2 5vC2p9g6vspGxxwXWLaYRQ4= =650g -----END PGP SIGNATURE----- --==_Exmh_-1928701752P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 7:49:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.mail.ru (mx1.mail.ru [194.67.57.11]) by hub.freebsd.org (Postfix) with ESMTP id 181E637B400; Sun, 10 Feb 2002 07:49:40 -0800 (PST) Received: from ppp-237-209.istc.kiev.ua ([193.108.237.209]) by mx1.mail.ru with esmtp (Exim 3.14 #1) id 16ZwER-000I1Y-00; Sun, 10 Feb 2002 18:49:37 +0300 Subject: Re: Core GNOME distfiles From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Ade Lovett Cc: gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-uVSWNVMUBEjDFHXyoZK2" Message-Id: <1013355475.333.8.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 10 Feb 2002 17:49:04 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-uVSWNVMUBEjDFHXyoZK2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-02-10 at 10:38, Ade Lovett wrote: > On 02/10/02 02:25, "Maxim Sobolev" wrote: > > I think that more formal approach would be better: any port that uses > > MASTER_SITE_GNOME as its primary download location should go into > > DIST_SUBDIR of "gnome". An appropriate HEADS-UP and a conversion shell > > script for those who already have many GNOME1 bits in their > > /usr/ports/distfiles is a must. >=20 > Cool. Max nailed my devils advocate position :) I'm happy to go for thi= s > -- a number of my current port changes simply revolve around the fact tha= t > MASTER_SITE_GNOME has (finally) caught up with reality on a bunch of port= s, > and should therefore be added back in. >=20 > > Also a good idea would be extending bsd.gnome.mk in the case when > > $DIST_SUBDIR=3D=3D"gnome" to check for distfile both in $DISTDIR and > > $DISTDIR/gnome and print a warning that the user should move the > > distfile into $DISTDIR/gnome. >=20 > Or even move it automagically? Want to provide the bsd.gnome.mk foo for > this? Not sure that automagic is appropriate here, because theoretically /usr/ports/distfiles could be ro mountpoint (e.g. CD or something like that). Moreover, selection of the evolutionary way (as indicated in your mail below) makes this not really necessary. > > I object to the massive conversion and would rather see gradual > > switchover, i.e. gzip->bzip2 conversion should be only committed along > > with a version update. Otherwise we will unnecessarily hurt users with > > slow Internet connections (me included). >=20 > Jolly good again. I'd object to it, too, if there wasn't some extra > functionality involved. >=20 > So, now that a few heads have been poked, how about: >=20 > (1) anything that has MASTER_SITE_GNOME in the MASTER_SITES will be migra= ted > to the "gnome1/" distfiles subdirectory on next update, or just prior to = the > freeze for 4.6-RELEASE, whichever comes first. >=20 > (2) anything that uses MASTER_SITE_GNOME and has a bzip2 tarball availabl= e > will be migrated to bzip2 on the next update, or just prior to the freeze > for 4.6-RELEASE, whichever comes first. >=20 > (3) any and all ports that make up gnome-2 (soon to be committed), will h= ave > their distfiles placed in the gnome2/ subdirectory. >=20 > Better? Yeah, this is exactly what I was thinking about. No more objections from here - let's stick to this plan if all other freebsd-gnome inhabitants are happy with it. -Maxim --=-uVSWNVMUBEjDFHXyoZK2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8ZpPQoNu5t4iCBa8RAtkFAJ92Owvcai9yVebB4UFWOwpZm+vkFwCfQaF/ xmt5oCsX29uvp94ZgplLZ2Y= =Bai/ -----END PGP SIGNATURE----- --=-uVSWNVMUBEjDFHXyoZK2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 7:50:29 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx9.mail.ru (mx9.mail.ru [194.67.57.19]) by hub.freebsd.org (Postfix) with ESMTP id 6FF6037B419; Sun, 10 Feb 2002 07:49:58 -0800 (PST) Received: from ppp-237-209.istc.kiev.ua ([193.108.237.209]) by mx9.mail.ru with esmtp (Exim 3.14 #1) id 16ZwEj-0003u4-00; Sun, 10 Feb 2002 18:49:55 +0300 Subject: Re: Work on GNOME2 From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Anders Andersson Cc: Ade Lovett , gnome@FreeBSD.ORG In-Reply-To: <20020210091736.GB1403@sushi.sanyusan.se> References: <1013330639.260.25.camel@notebook> <20020210091736.GB1403@sushi.sanyusan.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xY6JoACnTPXatwGNDQjz" Message-Id: <1013356106.333.20.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 10 Feb 2002 17:49:23 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-xY6JoACnTPXatwGNDQjz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-02-10 at 11:17, Anders Andersson wrote: > On Sun, Feb 10, 2002 at 02:59:52AM -0600, Ade Lovett wrote: > > On 02/10/02 02:43, "Maxim Sobolev" wrote: > > > I suspect that at least two people (Ade and Anders) independently > > > started some initial work on getting GNOME2 bits and pieces together = for > > > FreeBSD and I wonder if the better approach would be to put ongoing w= ork > > > into remotely accessible cvs repo. This approach played just fine whe= n > > > we were working on FreeBSD/GNOME site and I think should also help in > > > this case by reducing duplicate efforts and drawing more resources to > > > the work. > >=20 > > I'm not convinced about the need for a separate cvs repo for this, but = I do > > think that we should be thinking about putting out an x11/gnome2 metapo= rt > > based on the current tarballs as soon as possible, to get the new techn= ology > > into the ports tree and available for experimentation by more advanced = GNOME > > users (ie: those that don't mind trashing their systems). > >=20 > > At the moment, I am in the process of setting up a sandboxed 4-STABLE > > environment for complete testing and development of gnome2/FreeBSD > > alongside the existing gnome metaport. > >=20 > > I am not yet sure of the exact procedure that will be needed in terms o= f > > incorporating gnome2 into the tree in terms of repo-copies. Ade, please think this out and let us discuss your plan, so that there are no duplicated (e.g. wasted) efforts. Perhaps if there would be no intermediate cvs repo then some evolutionary approach should be used - i.e. instead of trying to put it all together and then commit as a one big megapatch (the task which certainly would take quite some time) start committing it ASAP component by component in the dependency order. This also solves problem with massive number of repo copying required, as the work would be spread over some period of time. > > Perhaps the time has come to agree upon an initial set of snapshot dist= files > > that we will use for x11/gnome2, then use those to develop the initial > > platform, with upgrades occuring after the initial x11/gnome2 metaport = etc > > has been built and committed to the tree. I think that GNOME2 alpha 2 could be a good start. > > For something as big as gnome2, I think we should be at least offering = this > > directly to end-users, with the big red letter saying "if you want 'sta= ble' > > GNOME, use 1.x, but feel free to try 2.x if you want to be famous", rat= her > > than a private cvs-repo. >=20 > I have to agree with Ade here. I think putting our early work in the > ports tree for GNOME2 would be a good thing. See my comments above. -Maxim --=-xY6JoACnTPXatwGNDQjz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8ZpZKoNu5t4iCBa8RAmBhAJ44F5V9s9x/Lha92znhQ7JMSp/YhACeIt7c Oj4LSZVe1EkZF52k57jGONY= =Z6W+ -----END PGP SIGNATURE----- --=-xY6JoACnTPXatwGNDQjz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 9:24: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id AD94837B402; Sun, 10 Feb 2002 09:23:59 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1AHMMm71822; Sun, 10 Feb 2002 12:22:22 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Work on GNOME2 From: Joe Clarke To: sobomax@FreeBSD.ORG Cc: Anders Andersson , Ade Lovett , gnome@FreeBSD.ORG In-Reply-To: <1013356106.333.20.camel@notebook> References: <1013330639.260.25.camel@notebook> <20020210091736.GB1403@sushi.sanyusan.se> <1013356106.333.20.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 10 Feb 2002 12:24:23 -0500 Message-Id: <1013361864.59228.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-02-10 at 10:49, Maxim Sobolev wrote: > On Sun, 2002-02-10 at 11:17, Anders Andersson wrote: > > On Sun, Feb 10, 2002 at 02:59:52AM -0600, Ade Lovett wrote: > > > On 02/10/02 02:43, "Maxim Sobolev" wrote: > > > > I suspect that at least two people (Ade and Anders) independently > > > > started some initial work on getting GNOME2 bits and pieces together for > > > > FreeBSD and I wonder if the better approach would be to put ongoing work > > > > into remotely accessible cvs repo. This approach played just fine when > > > > we were working on FreeBSD/GNOME site and I think should also help in > > > > this case by reducing duplicate efforts and drawing more resources to > > > > the work. > > > > > > I'm not convinced about the need for a separate cvs repo for this, but I do > > > think that we should be thinking about putting out an x11/gnome2 metaport > > > based on the current tarballs as soon as possible, to get the new technology > > > into the ports tree and available for experimentation by more advanced GNOME > > > users (ie: those that don't mind trashing their systems). > > > > > > At the moment, I am in the process of setting up a sandboxed 4-STABLE > > > environment for complete testing and development of gnome2/FreeBSD > > > alongside the existing gnome metaport. > > > > > > I am not yet sure of the exact procedure that will be needed in terms of > > > incorporating gnome2 into the tree in terms of repo-copies. > > Ade, please think this out and let us discuss your plan, so that there > are no duplicated (e.g. wasted) efforts. Perhaps if there would be no > intermediate cvs repo then some evolutionary approach should be used - > i.e. instead of trying to put it all together and then commit as a one > big megapatch (the task which certainly would take quite some time) > start committing it ASAP component by component in the dependency order. > This also solves problem with massive number of repo copying required, > as the work would be spread over some period of time. This is especially true since there are already some GNOME 2 components in the ports tree (gtk 1.3, glib 1.3, pango, and atk). The GNOME 2.0 developer site is also a great resources for modules versions and the dependency list (http://developer.gnome.org/dotplan/). > > > > Perhaps the time has come to agree upon an initial set of snapshot distfiles > > > that we will use for x11/gnome2, then use those to develop the initial > > > platform, with upgrades occuring after the initial x11/gnome2 metaport etc > > > has been built and committed to the tree. > > I think that GNOME2 alpha 2 could be a good start. Agreed. > > > > For something as big as gnome2, I think we should be at least offering this > > > directly to end-users, with the big red letter saying "if you want 'stable' > > > GNOME, use 1.x, but feel free to try 2.x if you want to be famous", rather > > > than a private cvs-repo. > > > > I have to agree with Ade here. I think putting our early work in the > > ports tree for GNOME2 would be a good thing. > > See my comments above. But who will work on which components? Would it be a benefit if to set up some kind of group project system insofar as to let the group know what modules people are working on? Joe > > -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Feb 10 17: 1:56 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5117337B41C; Sun, 10 Feb 2002 17:01:53 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B0q6647544; Sun, 10 Feb 2002 16:52:06 -0800 (PST) (envelope-from pat) Date: Sun, 10 Feb 2002 16:52:06 -0800 (PST) From: Message-Id: <200202110052.g1B0q6647544@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34806: esd from esound-0.2.23 port doesn't connect clients via UNIX domain sockets. Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: esd from esound-0.2.23 port doesn't connect clients via UNIX domain sockets. Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Sun Feb 10 16:51:42 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 5:53:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from verifam.don.to (cj3096656-b.sagam1.kn.home.ne.jp [210.20.134.46]) by hub.freebsd.org (Postfix) with ESMTP id C354137B400; Mon, 11 Feb 2002 05:53:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by verifam.don.to (8.11.3/3.7W) with ESMTP id g1BDeaC13526; Mon, 11 Feb 2002 22:40:36 +0900 (JST) Date: Mon, 11 Feb 2002 13:52:09 +0000 (GMT) Message-Id: <20020211.135209.99855904.sumikawa@ebina.hitachi.co.jp> To: sobomax@FreeBSD.org, gnome@FreeBSD.org Cc: sumikawa@FreeBSD.org Subject: merging mozilla+ipv6 into mozilla From: Munechika Sumikawa X-Mailer: Mew version 3.0.52 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, This patch enables IPv6 supporting for www/mozilla. The patch have three diffs: 1. files/patch-ak Enable IPv6 supporting in default (I submit this to a mozilla developer) 2. files/patch-netwerk::base::src::nsSocketTransport.{cpp,h} Patch for supporting multiple IP addresses trying. (copied from mozilla-current) http://bugzilla.mozilla.org/show_bug.cgi?id=86917 Typically using is IPv6->IPv4 fallback when IPv6 connection fails mozilla 0.9.8 also already support IPv6 stack detection in booting so this fix has no impact to IPv4 only users. I've confirmed the following for the binary made by this patch: - Mozilla can connect to IPv4 site on iPv4 only kernel - Mozilla can connect to IPv6 site on iPv4/IPv6 kernel - Mozilla fallback to IPv4 connection when IPv6 connection fails. Please review and commit it? I'll remove www/mozilla+ipv6 after commiting. Thanks, --- Munechika SUMIKAWA @ Hitachi Europe / KAME Project / FreeBSD.org Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.80 diff -u -r1.80 Makefile --- Makefile 7 Feb 2002 10:56:05 -0000 1.80 +++ Makefile 11 Feb 2002 13:37:31 -0000 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ Index: files/patch-ak =================================================================== RCS file: /home/ncvs/ports/www/mozilla/files/patch-ak,v retrieving revision 1.2 diff -u -r1.2 patch-ak --- files/patch-ak 5 Feb 2002 17:24:00 -0000 1.2 +++ files/patch-ak 11 Feb 2002 13:37:31 -0000 @@ -11,3 +11,16 @@ #include #define PR_LINKER_ARCH "freebsd" +@@ -87,6 +88,12 @@ + + #define _PR_HAVE_SYSV_SEMAPHORES + #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY ++ ++#if __FreeBSD_version >= 400014 ++#define _PR_INET6 ++#define _PR_HAVE_GETHOSTBYNAME2 ++#define _PR_INET6_PROBE ++#endif + + #define USE_SETJMP + Index: files/patch-netwerk::base::src::nsSocketTransport.cpp =================================================================== RCS file: files/patch-netwerk::base::src::nsSocketTransport.cpp diff -N files/patch-netwerk::base::src::nsSocketTransport.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-netwerk::base::src::nsSocketTransport.cpp 11 Feb 2002 13:37:31 -0000 @@ -0,0 +1,329 @@ +--- netwerk/base/src/nsSocketTransport.cpp.orig Fri Feb 8 11:20:08 2002 ++++ netwerk/base/src/nsSocketTransport.cpp Fri Feb 8 11:20:16 2002 +@@ -143,6 +143,7 @@ + mHostName(nsnull), + mPort(-1), + mMonitor(nsnull), ++ mNetAddress(nsnull), + mOperation(eSocketOperation_None), + mProxyPort(-1), + mProxyHost(nsnull), +@@ -183,12 +184,6 @@ + SetWriteType(eSocketWrite_None); + + // +- // Set up Internet defaults... +- // +- memset(&mNetAddress, 0, sizeof(mNetAddress)); +- PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, 0, &mNetAddress); +- +- // + // Initialize the global connect timeout value if necessary... + // + if (PR_INTERVAL_NO_WAIT == gConnectTimeout) +@@ -415,6 +410,14 @@ + + while (!done) { + // ++ // Check for failure on any socket requests ++ // ++ if (mReadRequest && mReadRequest->HasFailed()) ++ mReadRequest->GetStatus(&mStatus); ++ else if (mWriteRequest && mWriteRequest->HasFailed()) ++ mWriteRequest->GetStatus(&mStatus); ++ ++ // + // If an error has occurred then move into the error state... + // + if (NS_FAILED(mStatus) && (NS_BASE_STREAM_WOULD_BLOCK != mStatus)) +@@ -495,17 +498,40 @@ + // Send status message + // only send a status if doResolveHost is going to do some + // resolution +- if (mStatus != NS_OK) ++ if (mStatus == NS_BASE_STREAM_WOULD_BLOCK) + OnStatus_Locked(NS_NET_STATUS_RESOLVING_HOST); + break; + + case eSocketState_WaitConnect: + LOG(("nsSocketTransport: Transport [host=%s:%d this=%x] is in WaitConnect state.\n", + mHostName, mPort, this)); +- mStatus = doConnection(aSelectFlags); + + // Send status message + OnStatus_Locked(NS_NET_STATUS_CONNECTING_TO); ++ ++ mStatus = doConnection(aSelectFlags); ++ ++ // on connection failure, reuse next address if one exists ++ if (mStatus == NS_ERROR_CONNECTION_REFUSED) { ++ mNetAddress = mNetAddrList.GetNext(mNetAddress); ++ if (mNetAddress) { ++#if defined(PR_LOGGING) ++ char buf[50]; ++ PR_NetAddrToString(mNetAddress, buf, sizeof(buf)); ++ LOG(("connection failed... trying %s\n", buf)); ++#endif ++ PR_Close(mSocketFD); ++ mSocketFD = nsnull; ++ ++ // mask error status so we'll return to this state ++ mStatus = NS_OK; ++ ++ // need to re-enter Process() asynchronously ++ mService->AddToWorkQ(this); ++ done = PR_TRUE; ++ continue; ++ } ++ } + break; + + case eSocketState_WaitReadWrite: +@@ -633,21 +659,19 @@ + + NS_ASSERTION(eSocketState_WaitDNS == mCurrentState, "Wrong state."); + +- LOG(("nsSocketTransport: Entering doResolveHost() [host=%s:%d this=%x].\n", ++ LOG(("nsSocketTransport: Entering doResolveHost() [host=%s:%d %x].\n", + mHostName, mPort, this)); + ++ // ++ // The hostname is being resolved... ++ // ++ if (mDNSRequest) ++ return NS_BASE_STREAM_WOULD_BLOCK; ++ + // + // The hostname has not been resolved yet... + // +- if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { +- // +- // Initialize the port used for the connection... +- // +- // XXX: The list of ports must be restricted - see net_bad_ports_table[] in +- // mozilla/network/main/mkconect.c +- // +- mNetAddress.ipv6.port = PR_htons(((mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort)); +- ++ if (mNetAddress == nsnull) { + PR_ExitMonitor(mMonitor); + + nsIDNSService* pDNSService = mService->GetCachedDNSService(); +@@ -659,9 +683,7 @@ + // Give up the SocketTransport lock. This allows the DNS thread to call the + // nsIDNSListener notifications without blocking... + // +- rv = pDNSService->Lookup((mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName, +- this, +- nsnull, ++ rv = pDNSService->Lookup(GetSocketHost(), this, nsnull, + getter_AddRefs(mDNSRequest)); + // + // Aquire the SocketTransport lock again... +@@ -672,7 +694,7 @@ + // + // The DNS lookup has finished... It has either failed or succeeded. + // +- if (NS_FAILED(mStatus) || !PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { ++ if (NS_FAILED(mStatus) || mNetAddress) { + mDNSRequest = 0; + rv = mStatus; + } +@@ -687,10 +709,8 @@ + } + } + +- LOG(("nsSocketTransport: Leaving doResolveHost() [%s:%d %x].\t" +- "rv = %x.\n\n", ++ LOG(("nsSocketTransport: Leaving doResolveHost() [%s:%d %x] rv = %x\n", + mHostName, mPort, this, rv)); +- + return rv; + } + +@@ -832,7 +852,7 @@ + // This is only done the first time doConnection(...) is called. + // + if (NS_SUCCEEDED(rv)) { +- status = PR_Connect(mSocketFD, &mNetAddress, gConnectTimeout); ++ status = PR_Connect(mSocketFD, mNetAddress, gConnectTimeout); + if (PR_SUCCESS != status) { + PRErrorCode code = PR_GetError(); + // +@@ -932,14 +952,17 @@ + // + // The hostname has not been resolved yet... + // +- if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { ++ if (mNetAddress == nsnull) { + nsIDNSService* pDNSService = mService->GetCachedDNSService(); + if (!pDNSService) { + return NS_ERROR_UNEXPECTED; + } + + nsXPIDLCString result; +- const char *host = (mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName; ++ const char *host = GetSocketHost(); ++ ++ // XXX DNS service does not provide a synchronous resolver that returns ++ // the entire nsHostEnt struct. + rv = pDNSService->Resolve(host, getter_Copies(result)); + if (NS_FAILED(rv)) return rv; + +@@ -953,16 +976,18 @@ + return NS_ERROR_FAILURE; + } + ++ mNetAddrList.Init(1); ++ mNetAddress = mNetAddrList.GetNext(nsnull); ++ ++ PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, GetSocketPort(), mNetAddress); ++ + if (addr.raw.family == PR_AF_INET) +- PR_ConvertIPv4AddrToIPv6(addr.inet.ip, &mNetAddress.ipv6.ip); ++ PR_ConvertIPv4AddrToIPv6(addr.inet.ip, &mNetAddress->ipv6.ip); + else +- memcpy(&mNetAddress.ipv6.ip, &addr.ipv6.ip, sizeof(mNetAddress.ipv6.ip)); +- +- mNetAddress.ipv6.port +- = PR_htons(((mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort)); ++ memcpy(&mNetAddress->ipv6.ip, &addr.ipv6.ip, sizeof(mNetAddress->ipv6.ip)); + + LOG(("address { family=%hu, port=%hu }\n", +- mNetAddress.ipv6.family, PR_ntohs(mNetAddress.ipv6.port))); ++ mNetAddress->ipv6.family, PR_ntohs(mNetAddress->ipv6.port))); + } + + // +@@ -1036,7 +1061,6 @@ + if (mReadRequest) { + if (mReadRequest->IsCanceled() || (mBytesExpected == 0)) { + LOG(("nsSocketTransport: [this=%x] completing read request due to cancelation\n", this)); +- mSelectFlags &= ~PR_POLL_READ; + mReadRequest->GetStatus(&readStatus); + CompleteAsyncRead(); + if (NS_FAILED(readStatus)) +@@ -1078,7 +1102,6 @@ + if (mWriteRequest) { + if (mWriteRequest->IsCanceled()) { + LOG(("nsSocketTransport: [this=%x] completing write request due to cancelation\n", this)); +- mSelectFlags &= ~PR_POLL_WRITE; + mWriteRequest->GetStatus(&writeStatus); + CompleteAsyncWrite(); + if (NS_FAILED(writeStatus)) +@@ -1485,23 +1508,44 @@ + nsAutoMonitor mon(mMonitor); + nsresult rv = NS_OK; + +- if (aHostEnt->hostEnt.h_addr_list && aHostEnt->hostEnt.h_addr_list[0]) { +- if (aHostEnt->hostEnt.h_addrtype == PR_AF_INET6) +- memcpy(&mNetAddress.ipv6.ip, aHostEnt->hostEnt.h_addr_list[0], sizeof(mNetAddress.ipv6.ip)); +- else +- PR_ConvertIPv4AddrToIPv6(*(PRUint32*)aHostEnt->hostEnt.h_addr_list[0], &mNetAddress.ipv6.ip); ++ char **addrList = aHostEnt->hostEnt.h_addr_list; ++ ++ if (addrList && addrList[0]) { ++ PRUint32 len = 0; ++ ++ LOG(("nsSocketTransport::OnFound [%s:%d %x] lookup succeeded [FQDN=%s]\n", ++ mHostName, mPort, this, aHostEnt->hostEnt.h_name)); ++ ++ // determine the number of address in the list ++ for (; *addrList; ++addrList) ++ ++len; ++ addrList -= len; ++ ++ // allocate space for the addresses ++ mNetAddrList.Init(len); ++ ++ // populate the address list ++ PRNetAddr *addr = nsnull; ++ while ((addr = mNetAddrList.GetNext(addr)) != nsnull) { ++ PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, GetSocketPort(), addr); ++ if (aHostEnt->hostEnt.h_addrtype == PR_AF_INET6) ++ memcpy(&addr->ipv6.ip, *addrList, sizeof(addr->ipv6.ip)); ++ else ++ PR_ConvertIPv4AddrToIPv6(*(PRUint32 *)(*addrList), &addr->ipv6.ip); ++ ++addrList; + #if defined(PR_LOGGING) +- char addrbuf[50]; +- PR_NetAddrToString(&mNetAddress, addrbuf, sizeof(addrbuf)); +- LOG(("nsSocketTransport: OnFound(...) [%s:%d %x]." +- " DNS lookup succeeded => %s (%s)\n", +- mHostName, mPort, this, +- aHostEnt->hostEnt.h_name, +- addrbuf)); ++ char buf[50]; ++ PR_NetAddrToString(addr, buf, sizeof(buf)); ++ LOG((" => %s\n", buf)); + #endif +- } else { +- // XXX: What should happen here? The GetHostByName(...) succeeded but +- // there are *no* A records... ++ } ++ ++ // start with first address in list ++ mNetAddress = mNetAddrList.GetNext(nsnull); ++ } ++ else { ++ // XXX: What should happen here? The DNS lookup succeeded, but there ++ // are no address records... + rv = NS_ERROR_FAILURE; + + LOG(("nsSocketTransport: OnFound(...) [%s:%d %x]." +@@ -1531,7 +1575,7 @@ + // If the lookup failed, set the status... + if (NS_FAILED(aStatus)) + mStatus = aStatus; +- else if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) ++ else if (mNetAddress == nsnull) + mStatus = NS_ERROR_ABORT; + + // Start processing the transport again - if necessary... +@@ -1852,7 +1896,7 @@ + *_retval = (char*)nsMemory::Alloc(aLen); + if (!*_retval) return NS_ERROR_FAILURE; + +- PRStatus status = PR_NetAddrToString(&mNetAddress, *_retval, aLen); ++ PRStatus status = PR_NetAddrToString(mNetAddress, *_retval, aLen); + + if (PR_FAILURE == status) { + nsMemory::Free(*_retval); +@@ -1968,6 +2012,37 @@ + + if (--mSocketRef == 0) + CloseConnection(); ++} ++ ++// ++//---------------------------------------------------------------------------- ++// nsSocketTransport::nsNetAddrList ++//---------------------------------------------------------------------------- ++// ++ ++nsresult nsSocketTransport:: ++nsNetAddrList::Init(PRUint32 len) ++{ ++ NS_ASSERTION(!mList, "already initialized"); ++ mList = new PRNetAddr[len]; ++ if (!mList) ++ return NS_ERROR_OUT_OF_MEMORY; ++ mLen = len; ++ return NS_OK; ++} ++ ++PRNetAddr *nsSocketTransport:: ++nsNetAddrList::GetNext(PRNetAddr *addr) ++{ ++ if (!addr) ++ return mList; ++ ++ PRUint32 offset = addr - mList; ++ NS_ASSERTION(offset < mLen, "invalid address"); ++ if (offset + 1 < mLen) ++ return addr + 1; ++ ++ return nsnull; + } + + // Index: files/patch-netwerk::base::src::nsSocketTransport.h =================================================================== RCS file: files/patch-netwerk::base::src::nsSocketTransport.h diff -N files/patch-netwerk::base::src::nsSocketTransport.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-netwerk::base::src::nsSocketTransport.h 11 Feb 2002 13:37:31 -0000 @@ -0,0 +1,57 @@ +--- netwerk/base/src/nsSocketTransport.h.orig Fri Feb 8 11:20:24 2002 ++++ netwerk/base/src/nsSocketTransport.h Fri Feb 8 11:20:29 2002 +@@ -176,7 +176,7 @@ + PRFileDesc* GetSocket(void) { return mSocketFD; } + PRInt16 GetSelectFlags(void) { return mSelectFlags; } + PRCList* GetListNode(void) { return &mListLink; } +- ++ + static nsSocketTransport* GetInstance(PRCList* qp) { return (nsSocketTransport*)((char*)qp - offsetof(nsSocketTransport, mListLink)); } + + PRBool CanBeReused() { return +@@ -237,8 +237,27 @@ + inline void ClearFlag(nsSocketReadWriteInfo aFlag) { + mReadWriteState &= ~aFlag; + } ++ ++ PRInt32 GetSocketPort(void) { return (mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort; } ++ const char *GetSocketHost(void) { return (mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName; } + + protected: ++ class nsNetAddrList { ++ public: ++ nsNetAddrList() : mList(nsnull), mLen(0) {} ++ ~nsNetAddrList() { delete[] mList; } ++ ++ // allocate space for the address list ++ nsresult Init(PRUint32 len); ++ ++ // given a net addr in the list, return the next addr. ++ // if given NULL, then return the first addr in the list. ++ // returns NULL if given addr is the last addr. ++ PRNetAddr *GetNext(PRNetAddr *currentAddr); ++ private: ++ PRNetAddr *mList; ++ PRUint32 mLen; ++ }; + + nsSocketState mCurrentState; + nsCOMPtr mDNSRequest; +@@ -249,7 +268,8 @@ + PRIntervalTime mLastActiveTime; + PRCList mListLink; + PRMonitor* mMonitor; +- PRNetAddr mNetAddress; ++ nsNetAddrList mNetAddrList; ++ PRNetAddr *mNetAddress; + nsSocketOperation mOperation; + nsCOMPtr mSecurityInfo; + +@@ -415,6 +435,7 @@ + PRBool IsInitialized() { return mStartFired; } + PRBool IsSuspended() { return mSuspendCount > 0; } + PRBool IsCanceled() { return mCanceled; } ++ PRBool HasFailed() { return NS_FAILED(mStatus); } + + void SetTransport(nsSocketTransport *); + void SetObserver(nsIRequestObserver *obs) { mObserver = obs; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 6:40:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 54D1E37B416 for ; Mon, 11 Feb 2002 06:40:26 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA44557 for ; Mon, 11 Feb 2002 16:40:23 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h23.229.dialup.iptcom.net [212.9.229.23]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA35944 for ; Mon, 11 Feb 2002 16:40:22 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1BEdpd80491 for ; Mon, 11 Feb 2002 16:39:51 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C67D7CB.C00E73F0@FreeBSD.org> Date: Mon, 11 Feb 2002 16:40:11 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: Please stop work in FreeBSD/GNOME pages [Fwd: Please add the following files into the www repo] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Folks, I've just got OK from the www team and submitted ,v files from the Marcus' repo to the FreeBSD cvs team for merging them with the FreeBSD www repo. Therefore, from now on please do not commit any changes into www/en/gnome directory of Marcus' repo to avoid necessity to merge those changes into the FreeBSD www repo later. Thanks! -Maxim -------- Original Message -------- Subject: Please add the following files into the www repo Date: Mon, 11 Feb 2002 16:29:33 +0200 From: Maxim Sobolev Organization: Vega International Capital To: cvs@FreeBSD.org Good people of CVS, Please add ,v files from the attached tarball into the www repo (resulting directory is www/en/gnome). The addition was approved by the www team and not objected by the core team. Please let us know when it's ready. Thank you in advance! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 11: 2:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A45537B416 for ; Mon, 11 Feb 2002 11:02:16 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BJ2GE53596 for gnome@freebsd.org; Mon, 11 Feb 2002 11:02:16 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 11 Feb 2002 11:02:16 -0800 (PST) Message-Id: <200202111902.g1BJ2GE53596@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 Subject: Current problem reports assigned to you Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/01/19] ports/34058 gnome bonobo-1.0.18 port fails to configure und o [2002/01/28] ports/34395 gnome gnomelibs-1.4.1.2_2 fails to build 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2002/01/01] ports/33447 gnome Galeon cannot access secure pages without o [2002/01/07] ports/33671 gnome galeon-1.0.2 fails to compile on FreeBSD o [2002/01/21] ports/34124 gnome gnucash 1.65 doesnt build o [2002/01/24] ports/34245 gnome [patch] devel/gnomevfs doesn't compile wi o [2002/01/25] ports/34294 gnome libiconv port tries to install stuff in t o [2002/01/29] ports/34431 gnome gnomedb-0.2.95 fails to build o [2002/02/06] ports/34664 gnome Build of GNumeric/Bonobo has hidden depen o [2002/02/07] ports/34705 gnome Galeon 1.0.3 won't build with mozilla 0.9 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/09/29] ports/30912 gnome [PATCH] port editors/AbiWord fails to set o [2001/11/22] ports/32207 gnome libiconv cannot be built by a pleb o [2001/12/14] ports/32838 gnome Add LDAP support to mail/evolution o [2001/12/29] ports/33302 gnome gnomeicu won't compile on -current o [2001/12/30] ports/33355 gnome devel/gnomevfs does not pick up gnomelibs o [2001/12/31] ports/33427 gnome gnomeicu doesn't build on -current o [2002/01/04] ports/33538 gnome esound-0.2.23 doesn't build with gcc 3.0. o [2002/01/04] ports/33550 gnome libgda-0.2.93_2 doesn't build with g++ 3. o [2002/01/06] ports/33629 gnome bonobo port does not specify a requiremen o [2002/01/15] ports/33921 gnome evolution task sync conduit fails o [2002/02/02] ports/34571 gnome [PATCH] Update math/gnumeric to 1.0.4 o [2002/02/02] ports/34572 gnome [PATCH] Update news/pan to 0.11.1.94 o [2002/02/02] ports/34573 gnome [PATCH] Update editors/glimmer to 1.2.1 o [2002/02/03] ports/34574 gnome [PATCH] Update x11-toolkits/gob to 1.0.12 o [2002/02/04] ports/34603 gnome gnome panel swallow applet do not actual o [2002/02/05] ports/34652 gnome [PATCH] Remove malloc.h from textproc/lib o [2002/02/05] ports/34653 gnome [PATCH] Update www/galeon to 1.0.3 o [2002/02/06] ports/34659 gnome Proposed change to Mozilla port's Makefil o [2002/02/07] ports/34697 gnome [PATCH] Update mail/balsa to 1.3.1 o [2002/02/07] ports/34700 gnome print/gnomeprint needs gdk-pixbuf but not o [2002/02/07] ports/34722 gnome can't build gnomelibs o [2002/02/08] ports/34738 gnome [PATCH] Update pan to 0.11.2 o [2002/02/09] ports/34777 gnome x11-toolkits/panel-- won't compile o [2002/02/10] ports/34806 gnome esd from esound-0.2.23 port doesn't conne 25 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 11:22:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E6D0837B416 for ; Mon, 11 Feb 2002 11:22:11 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA35455 for ; Mon, 11 Feb 2002 21:22:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h18.229.dialup.iptcom.net [212.9.229.18]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA55011 for ; Mon, 11 Feb 2002 21:22:04 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1BJLWd81546 for ; Mon, 11 Feb 2002 21:21:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6819CE.765FDC7@FreeBSD.org> Date: Mon, 11 Feb 2002 21:21:50 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: Re: Please stop work in FreeBSD/GNOME pages [Fwd: Please add the following files into the www repo] References: <3C67D7CB.C00E73F0@FreeBSD.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, the work was moved to the FreeBSD repo and the pages should be available to the world soon. Thanks to Joe, John and Anders for your help - it was really amazing to work with such a prominent people and I hope that our fruitful co-operation would confinue as what was done is only beginning and there are still plenty of things to do. Please note, that during the importing cvs people had to map id's of all developers into sobomax, because otherwise cvs logs would be misleading at least (for example FreeBSD project already has developer with the id `anders'), therefore don't suspect any conspiracy here. Thanks! -Maxim Maxim Sobolev wrote: > > Folks, > > I've just got OK from the www team and submitted ,v files from the > Marcus' repo to the FreeBSD cvs team for merging them with the FreeBSD > www repo. Therefore, from now on please do not commit any changes into > www/en/gnome directory of Marcus' repo to avoid necessity to merge > those changes into the FreeBSD www repo later. > > Thanks! > > -Maxim > > -------- Original Message -------- > Subject: Please add the following files into the www repo > Date: Mon, 11 Feb 2002 16:29:33 +0200 > From: Maxim Sobolev > Organization: Vega International Capital > To: cvs@FreeBSD.org > > Good people of CVS, > > Please add ,v files from the attached tarball into the www repo > (resulting directory is www/en/gnome). The addition was approved by > the www team and not objected by the core team. Please let us know > when it's ready. > > Thank you in advance! > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 11:53:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 70C4737B402; Mon, 11 Feb 2002 11:53:09 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1BJrbk67294; Mon, 11 Feb 2002 14:53:37 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 11 Feb 2002 14:53:37 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.ORG Subject: Re: Please stop work in FreeBSD/GNOME pages [Fwd: Please add the following files into the www repo] In-Reply-To: <3C6819CE.765FDC7@FreeBSD.org> Message-ID: <20020211145240.Q65976-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great! It looks awesome. I'm going to post the announcement to DN if that's okay. BTW, how are we handling site updates? I guess all updates will go through you? Joe On Mon, 11 Feb 2002, Maxim Sobolev wrote: > Ok, the work was moved to the FreeBSD repo and the pages should be > available to the world soon. Thanks to Joe, John and Anders for your > help - it was really amazing to work with such a prominent people and > I hope that our fruitful co-operation would confinue as what was done > is only beginning and there are still plenty of things to do. > > Please note, that during the importing cvs people had to map id's of > all developers into sobomax, because otherwise cvs logs would be > misleading at least (for example FreeBSD project already has developer > with the id `anders'), therefore don't suspect any conspiracy here. > > Thanks! > > -Maxim > > Maxim Sobolev wrote: > > > > Folks, > > > > I've just got OK from the www team and submitted ,v files from the > > Marcus' repo to the FreeBSD cvs team for merging them with the FreeBSD > > www repo. Therefore, from now on please do not commit any changes into > > www/en/gnome directory of Marcus' repo to avoid necessity to merge > > those changes into the FreeBSD www repo later. > > > > Thanks! > > > > -Maxim > > > > -------- Original Message -------- > > Subject: Please add the following files into the www repo > > Date: Mon, 11 Feb 2002 16:29:33 +0200 > > From: Maxim Sobolev > > Organization: Vega International Capital > > To: cvs@FreeBSD.org > > > > Good people of CVS, > > > > Please add ,v files from the attached tarball into the www repo > > (resulting directory is www/en/gnome). The addition was approved by > > the www team and not objected by the core team. Please let us know > > when it's ready. > > > > Thank you in advance! > > > > -Maxim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 12:15:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 679E437B417 for ; Mon, 11 Feb 2002 12:14:38 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA59965; Mon, 11 Feb 2002 22:12:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h210.229.dialup.iptcom.net [212.9.229.210]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA73861; Mon, 11 Feb 2002 22:12:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1BKBfd81637; Mon, 11 Feb 2002 22:11:41 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C68258F.8BDE5E85@FreeBSD.org> Date: Mon, 11 Feb 2002 22:11:59 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: gnome@FreeBSD.org Subject: Re: Please stop work in FreeBSD/GNOME pages [Fwd: Please add the following files into the www repo] References: <20020211145240.Q65976-100000@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > Great! It looks awesome. I'm going to post the announcement to DN if > that's okay. Yes, please do when the FreeBSD site gets updated (0800 and 2000 UTC). You can even try to push ./ entry through, but my prior experience suggests that ./ is much heavily moderated than DN, so that chances are rather slim. It would be nice if you add gnotices (http://news.gnome.org/gnome-news/) entry as well. > BTW, how are we handling site updates? I guess all updates > will go through you? Yes, through me or Ade until you and other freebsd-gnome folks will get their own commit bits. ;-) -Maxim P.S. Probably you can now GC www directory in the MarcusCom's repo. > > Joe > > On Mon, 11 Feb 2002, Maxim Sobolev wrote: > > > Ok, the work was moved to the FreeBSD repo and the pages should be > > available to the world soon. Thanks to Joe, John and Anders for your > > help - it was really amazing to work with such a prominent people and > > I hope that our fruitful co-operation would confinue as what was done > > is only beginning and there are still plenty of things to do. > > > > Please note, that during the importing cvs people had to map id's of > > all developers into sobomax, because otherwise cvs logs would be > > misleading at least (for example FreeBSD project already has developer > > with the id `anders'), therefore don't suspect any conspiracy here. > > > > Thanks! > > > > -Maxim > > > > Maxim Sobolev wrote: > > > > > > Folks, > > > > > > I've just got OK from the www team and submitted ,v files from the > > > Marcus' repo to the FreeBSD cvs team for merging them with the FreeBSD > > > www repo. Therefore, from now on please do not commit any changes into > > > www/en/gnome directory of Marcus' repo to avoid necessity to merge > > > those changes into the FreeBSD www repo later. > > > > > > Thanks! > > > > > > -Maxim > > > > > > -------- Original Message -------- > > > Subject: Please add the following files into the www repo > > > Date: Mon, 11 Feb 2002 16:29:33 +0200 > > > From: Maxim Sobolev > > > Organization: Vega International Capital > > > To: cvs@FreeBSD.org > > > > > > Good people of CVS, > > > > > > Please add ,v files from the attached tarball into the www repo > > > (resulting directory is www/en/gnome). The addition was approved by > > > the www team and not objected by the core team. Please let us know > > > when it's ready. > > > > > > Thank you in advance! > > > > > > -Maxim > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 12:15:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 223BA37B41A; Mon, 11 Feb 2002 12:15:16 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1BKFiX67541; Mon, 11 Feb 2002 15:15:44 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 11 Feb 2002 15:15:44 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org Subject: Re: Please stop work in FreeBSD/GNOME pages [Fwd: Please add the following files into the www repo] In-Reply-To: <3C68258F.8BDE5E85@FreeBSD.org> Message-ID: <20020211151428.M65976-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Feb 2002, Maxim Sobolev wrote: > Joe Clarke wrote: > > > > Great! It looks awesome. I'm going to post the announcement to DN if > > that's okay. > > Yes, please do when the FreeBSD site gets updated (0800 and 2000 UTC). > You can even try to push ./ entry through, but my prior experience > suggests that ./ is much heavily moderated than DN, so that chances > are rather slim. It would be nice if you add gnotices > (http://news.gnome.org/gnome-news/) entry as well. It's already on FreeBSD.org, and I've submitted it to DN. I'll hit Gnotices, and give /. a shot, too. > > > BTW, how are we handling site updates? I guess all updates > > will go through you? > > Yes, through me or Ade until you and other freebsd-gnome folks will > get their own commit bits. ;-) Any idea when this is going to happen ;-)? > > -Maxim > P.S. Probably you can now GC www directory in the MarcusCom's repo. Doing it now. thanks. Joe > > > > > Joe > > > > On Mon, 11 Feb 2002, Maxim Sobolev wrote: > > > > > Ok, the work was moved to the FreeBSD repo and the pages should be > > > available to the world soon. Thanks to Joe, John and Anders for your > > > help - it was really amazing to work with such a prominent people and > > > I hope that our fruitful co-operation would confinue as what was done > > > is only beginning and there are still plenty of things to do. > > > > > > Please note, that during the importing cvs people had to map id's of > > > all developers into sobomax, because otherwise cvs logs would be > > > misleading at least (for example FreeBSD project already has developer > > > with the id `anders'), therefore don't suspect any conspiracy here. > > > > > > Thanks! > > > > > > -Maxim > > > > > > Maxim Sobolev wrote: > > > > > > > > Folks, > > > > > > > > I've just got OK from the www team and submitted ,v files from the > > > > Marcus' repo to the FreeBSD cvs team for merging them with the FreeBSD > > > > www repo. Therefore, from now on please do not commit any changes into > > > > www/en/gnome directory of Marcus' repo to avoid necessity to merge > > > > those changes into the FreeBSD www repo later. > > > > > > > > Thanks! > > > > > > > > -Maxim > > > > > > > > -------- Original Message -------- > > > > Subject: Please add the following files into the www repo > > > > Date: Mon, 11 Feb 2002 16:29:33 +0200 > > > > From: Maxim Sobolev > > > > Organization: Vega International Capital > > > > To: cvs@FreeBSD.org > > > > > > > > Good people of CVS, > > > > > > > > Please add ,v files from the attached tarball into the www repo > > > > (resulting directory is www/en/gnome). The addition was approved by > > > > the www team and not objected by the core team. Please let us know > > > > when it's ready. > > > > > > > > Thank you in advance! > > > > > > > > -Maxim > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 12:22: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7E1B737B416; Mon, 11 Feb 2002 12:22:01 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1BKMUb67567; Mon, 11 Feb 2002 15:22:30 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 11 Feb 2002 15:22:30 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org Subject: FreeBSD GNOME announcements In-Reply-To: <20020211151428.M65976-100000@shumai.marcuscom.com> Message-ID: <20020211152104.U65976-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have made announcements to DN and Gnotices so far. I think I'll hit BSDToday next. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 16:19: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from web20605.mail.yahoo.com (web20605.mail.yahoo.com [216.136.226.163]) by hub.freebsd.org (Postfix) with SMTP id 8DF6537B41C for ; Mon, 11 Feb 2002 16:18:56 -0800 (PST) Message-ID: <20020212001856.54233.qmail@web20605.mail.yahoo.com> Received: from [64.13.184.77] by web20605.mail.yahoo.com via HTTP; Mon, 11 Feb 2002 16:18:56 PST Date: Mon, 11 Feb 2002 16:18:56 -0800 (PST) From: Mike Kephart Subject: Recent breakage in gnome-terminal paste size To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've noticed a "bug" in recent versions of gnome-terminal where doing a paste (middle button) of a selection is truncated at 1023 or 1024 characters. I think this happened after cvsup'ing ports around mid-January. Originally I noticed this when pasting a selection from one gnome-terminal to another gnome-terminal. But I found I could paste a slection from a gnome-terminal to a plain old xterm just fine (without truncation). Thinking this was induced by library updates using portupgrade, I completed rebuilt all ports last weekend after a fresh cvsup. Unfortunately, I still see the very same problems. Do you see this? Is this specific to FreeBSD? Please advise if there is somewhere you'd recommend reporting this. -MikeK __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 17:20:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 9E76937B416 for ; Mon, 11 Feb 2002 17:20:32 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16aRcW-0008ff-00; Mon, 11 Feb 2002 17:20:32 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 11 Feb 2002 19:21:21 -0600 Subject: Re: Recent breakage in gnome-terminal paste size From: Ade Lovett To: Mike Kephart , Message-ID: In-Reply-To: <20020212001856.54233.qmail@web20605.mail.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/11/02 18:18, "Mike Kephart" wrote: > Do you see this? Is this specific to FreeBSD? Please advise if there is > somewhere you'd recommend reporting this. Do you happen to have a copy of the versions of GNOME ports you had previously installed, a current list of your installed GNOME ports and dependencies. In addition, how did you perform the upgrade, with portupgrade or manually etc..? -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Feb 11 21:39:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from cat3.myftp.org (203.141.137.137.user.ad.il24.net [203.141.137.137]) by hub.freebsd.org (Postfix) with ESMTP id 1FB4237B400 for ; Mon, 11 Feb 2002 21:39:21 -0800 (PST) Received: by cat3.myftp.org (Postfix, from userid 99) id 337CF2348E3; Mon, 11 Feb 2002 10:40:21 +0900 (JST) DATE: Mon, 11 Feb 2002 10:40:21 +0900 (JST) Mime-Version: 1.0 Subject: $B!V!*9-9p!*!W%a!<%k%"%I%l%9<}=8%=%U%H$N>R2p$G$9!#(B From: dmail@cat3.myftp.org To: gnome@FreeBSD.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-2022-jp Message-Id: <20020211014021.337CF2348E3@cat3.myftp.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ===[$B!*9-9p!*(B]======================================================== $BFMA3$N%a!<%k!!<:Ni$H$OB8$8$^$9$,!!@'HsEv2q$N%5!<%S%9$r$4MxMQD:$-$?$/8f0FFb(B $B?=$7>e$2$^$9!#(B $B$3$N9-9p%a!<%k!J#1#4G/#27n#1F|K!N'2~@5$K$h$j9-9p$HI=<(!K(B $B$rAwIU$7$4MFe$2$^$9(B $BA05-K!N'2~@5$K=>$$!"$3$N9-9p%a!<%k$N:#8eITMW$NJ}$O!"(B $B$*/$J$/$FG:$s$G$$$^$;$s$+!)!*(B $B!!!!!!8z2LH472%[!<%`%Z!<%8!&%a%k%^%,@kEA$7$^$9(B $BH/9TIt?t!'#1#0!$#7#1#6It(B $B"!"""!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!"""!(B ************************************************************************** $B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B $B!|%a!<%k%^%,%8%sEj9FBe9T%5!<%S%9(B(30$BK|?M!&(B80$BK|?M!&(B200$BK|?M$K@kEA(B) $B!|6H3&:G0BCM!*!*!o#5!"#0#0#0!A#2#0!"#0#0#0(B $B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B $B"%%/%j%C%/J]>cIU$-%*%W%H%$%s#D#MG[?.%5!<%S%9(B $B"%#1%8%c%s%k#8!$#0#0#0?M$K@kEA!*!*!!!o#1#0!$#0#0#01_!A(B $B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B------ $B!z!y!!4hD%$l!*H>G/2q0w!!!y!z(B $B!!!!!!"(9qFb8!:w%(%s%8%s$*$h$S%j%s%/=8!"%a%k%^%,$X$NL5NAEj9F#12s(B $B!!!!!!"(%/%j%C%/J]>cIU$-%*%W%H%$%s#D#M!"Kh=5#12s$:$DO"B3$G#2#42sG[?.%5!<%S%9(B $B$J$s$H4]$4$H!"$3$l$G4r$7$$$*CMCJ!!!!#3#0!"#0#0#01_!!(B $B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B------ $B!z!y!!4hD%$l!*0lG/2q0w!!!y!z(B $B!!!!!!"(9qFb8!:w%(%s%8%s$*$h$S%j%s%/=8!"%a%k%^%,$X$NL5NAEj9F#22s(B $B!!!!!!"(%/%j%C%/J]>cIU$-%*%W%H%$%s#D#M!"Kh=5#12s$:$DO"B3$G#4#82sG[?.%5!<%S%9(B $B$J$s$H4]$4$H!"$3$l$G4r$7$$$*CMCJ!!!!#5#0!"#0#0#01_!!(B $B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B------ ************************************************************************** $B%5!<%S%9$K4X$9$k>\:Y$O$3$A$i!!(Bhttp://www.takamuro.com/~c-clicks/ ************************************************************************** $B$*K;$7$$Cf!":G8e$^$G$*FI$_$$$?$@$-$"$j$,$H$&$4$6$$$^$7$?!#(B $B$48!F$$r;r$j$^$9MM!"59$7$/$*4j$$?=$7>e$2$^$9!#(B $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7I6q(B _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/$B!!(B $B!!(.(,(,(,(,(,(/!!!!!!!!(B $B!!(B $B!!!!!!(B $B!!(-!@!!(B^$B!!(B^$B!!!?!A!A!A!!!!%$%s%?!<%M%C%H$N9-9p20$5$s!!#M(B's$B4k2h!!!!(B $B!!(-!!#M(B's$B4k2h!!!!!A!A!A(B URL http://www.takamuro.com/~c-clicks/ $B!!(1(,(,(,(,(,(0!!!!!!!!(B E-mail$B!!(Bc-clicks@takamuro.com$B!!(B _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 0:38: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 10ABA37B426 for ; Tue, 12 Feb 2002 00:37:44 -0800 (PST) Received: from whorf ([62.252.237.74]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020212083429.SBBD7000.mta06-svc.ntlworld.com@whorf> for ; Tue, 12 Feb 2002 08:34:29 +0000 Message-ID: <007e01c1b39f$d19d3f40$0400000a@dmem.strath.ac.uk> From: "Roger Hardiman" To: Subject: iconv and givonc Date: Tue, 12 Feb 2002 08:32:32 -0000 Organization: University of Strathclyde MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm the maintainer of the gnomemeeting port. GnomeMeeting uses iconv (part of intltool) for the international languages. Problem is that the intltool system builds scripts (like intltool-merge) which execute 'iconv' and I want them to execute 'giconv' (iconv is a BSD Licenced app the iconv port giconv is the gnu iconv in the libiconv port) The Gnome developer I spoke to on IRC said he did not know how to make intltool generate iconv and not giconv in scripts. Is there anything we can do? Cheers Roger roger@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 9:18:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by hub.freebsd.org (Postfix) with ESMTP id C074337B41A for ; Tue, 12 Feb 2002 09:18:29 -0800 (PST) Received: from mysqlhost (mysqlhost [127.0.0.1]) by ncc-1701.webonaut.com (Postfix) with ESMTP id 094F16F91F for ; Tue, 12 Feb 2002 18:15:25 +0100 (CET) Subject: AbiWord and GNOME-Support From: Franz Klammer To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 12 Feb 2002 18:15:25 +0100 Message-Id: <1013534125.370.16.camel@ncc-1701.webonaut.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I have made some changes to the Makefile for AbiWord that it compiles with gnome-support (+gnomeprint, +gnome-images) if available. There is only this list as maintainer. I hope the right person read this mail. :-) franz ps: I am not subscribed to this list. please send answers also to my email-address. thanks. -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com Tel.: +43-664-3434708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 9:35:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 0AD5D37B41F for ; Tue, 12 Feb 2002 09:35:27 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1CHXe258455; Tue, 12 Feb 2002 12:33:40 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Feb 2002 12:33:40 -0500 (EST) From: Joe Clarke To: Franz Klammer Cc: gnome@FreeBSD.ORG Subject: Re: AbiWord and GNOME-Support In-Reply-To: <1013534125.370.16.camel@ncc-1701.webonaut.com> Message-ID: <20020212123252.O57748-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 12 Feb 2002, Franz Klammer wrote: > Hello! > > I have made some changes to the Makefile for AbiWord that it > compiles with gnome-support (+gnomeprint, +gnome-images) if available. > There is only this list as maintainer. > I hope the right person read this mail. :-) I, too, made some changes to the port, but so far those changes haven't been committed. This is the place for GNOME stuff, though. Send your diffs. Joe > > franz > > ps: I am not subscribed to this list. > please send answers also to my email-address. > thanks. > > -- > WEBONAUT.com > http://webonaut.com > mailto:klammer@webonaut.com > Tel.: +43-664-3434708 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 10: 9: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 14B7A37B404 for ; Tue, 12 Feb 2002 10:08:51 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA28941 for ; Tue, 12 Feb 2002 20:04:17 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h76.228.dialup.iptcom.net [212.9.228.76]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA01882 for ; Tue, 12 Feb 2002 20:04:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1CI3id85858 for ; Tue, 12 Feb 2002 20:03:44 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C695911.5BAB5E89@FreeBSD.org> Date: Tue, 12 Feb 2002 20:04:01 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: Naming cheme for GNOME2 ports Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What do people think about naming scheme for the GNOME2 core components that already have their GNOME1 counterparts in the tree (i.e. gnomefoo-1.x.x vs. gnomefoo-1.99.x)? Should we just add `2' suffix, or something like `-devel'? Any ideas are appreciated. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 10:19:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by hub.freebsd.org (Postfix) with ESMTP id D32CF37B421 for ; Tue, 12 Feb 2002 10:19:18 -0800 (PST) Received: from mysqlhost (mysqlhost [127.0.0.1]) by ncc-1701.webonaut.com (Postfix) with ESMTP id DCBE16F91F; Tue, 12 Feb 2002 19:13:33 +0100 (CET) Subject: Re: AbiWord and GNOME-Support From: Franz Klammer To: Joe Clarke Cc: gnome@freebsd.org In-Reply-To: <20020212123252.O57748-100000@shumai.marcuscom.com> References: <20020212123252.O57748-100000@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 12 Feb 2002 19:13:33 +0100 Message-Id: <1013537613.370.35.camel@ncc-1701.webonaut.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Am Di , 2002-02-12 um 18.33 schrieb Joe Clarke: > > > On 12 Feb 2002, Franz Klammer wrote: > > I have made some changes to the Makefile for AbiWord that it > > compiles with gnome-support (+gnomeprint, +gnome-images) if available. > > There is only this list as maintainer. > > I hope the right person read this mail. :-) > > I, too, made some changes to the port, but so far those changes haven't > been committed. This is the place for GNOME stuff, though. Send your > diffs. my first diff ;-) i hope this is that what you need. ------------------------- start diff ------------------------ --- Makefile Thu Feb 7 13:29:42 2002 +++ Makefile.gnome Tue Feb 12 18:47:49 2002 @@ -33,6 +33,7 @@ USE_AUTOMAKE= yes USE_GMAKE= yes USE_GTK= yes +WANT_GNOME= yes AUTOMAKE= ${WRKSRC}/autogen.sh && ${FIXME} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgiconv" @@ -41,6 +42,13 @@ 's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \ s|\@DEFS\@|-I${WRKSRC}/../libiconv/include \@DEFS\@|g' + +.include + +.if defined(HAVE_GNOME) +CONFIGURE_ARGS= --enable-gnome +.endif + post-patch: @giconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \ ${WRKDIR}/.uk-UA.strings @@ -54,4 +62,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include +.include ----------------------------- end diff ----------------------- -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com Tel.: +43-664-3434708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 10:58:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 3570337B400; Tue, 12 Feb 2002 10:58:32 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16ai4s-0009oO-00; Tue, 12 Feb 2002 10:54:54 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Feb 2002 12:55:42 -0600 Subject: Re: Naming cheme for GNOME2 ports From: Ade Lovett To: Maxim Sobolev , Message-ID: In-Reply-To: <3C695911.5BAB5E89@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/12/02 12:04, "Maxim Sobolev" wrote: > What do people think about naming scheme for the GNOME2 core > components that already have their GNOME1 counterparts in the tree > (i.e. gnomefoo-1.x.x vs. gnomefoo-1.99.x)? Should we just add `2' > suffix, or something like `-devel'? Any ideas are appreciated. I'd go for the '2' suffix, since we're eventually going to end up with x11/gnome2 etc. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 11:11:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 6072B37B416 for ; Tue, 12 Feb 2002 11:11:47 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16aiIA-0009pN-00; Tue, 12 Feb 2002 11:08:38 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Feb 2002 13:09:25 -0600 Subject: Re: iconv and givonc From: Ade Lovett To: Roger Hardiman , Message-ID: In-Reply-To: <007e01c1b39f$d19d3f40$0400000a@dmem.strath.ac.uk> Mime-version: 1.0 Content-type: multipart/mixed; boundary="B_3096364167_26280104" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3096364167_26280104 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit On 02/12/02 02:32, "Roger Hardiman" wrote: > Is there anything we can do? Sure. Check out the attached patch, bringing intltool up to the latest version, and making it use giconv. Is this what you want? If so, I'll commit later today. -aDe --B_3096364167_26280104 Content-type: application/octet-stream; name="textproc.intltool" Content-disposition: attachment Content-transfer-encoding: base64 Y3ZzIGRpZmY6IERpZmZpbmcgLgpJbmRleDogTWFrZWZpbGUKPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpSQ1Mg ZmlsZTogL2N2cy9GcmVlQlNEL3BvcnRzL3RleHRwcm9jL2ludGx0b29sL01ha2VmaWxlLHYK cmV0cmlldmluZyByZXZpc2lvbiAxLjkKZGlmZiAtdSAtcjEuOSBNYWtlZmlsZQotLS0gTWFr ZWZpbGUJMjEgT2N0IDIwMDEgMTg6Mzc6MTQgLTAwMDAJMS45CisrKyBNYWtlZmlsZQkxMiBG ZWIgMjAwMiAxOTowNDoxMCAtMDAwMApAQCAtNiwxNyArNiwyNSBAQAogIwogCiBQT1JUTkFN RT0JaW50bHRvb2wKLVBPUlRWRVJTSU9OPQkwLjExCitQT1JUVkVSU0lPTj0JMC4xNQogQ0FU RUdPUklFUz0JdGV4dHByb2MgZ25vbWUKIE1BU1RFUl9TSVRFUz0JJHtNQVNURVJfU0lURV9H Tk9NRX0KIE1BU1RFUl9TSVRFX1NVQkRJUj0Jc3RhYmxlL3NvdXJjZXMvJHtQT1JUTkFNRX0K K0RJU1RfU1VCRElSPQlnbm9tZQogCiBNQUlOVEFJTkVSPQlnbm9tZUBGcmVlQlNELm9yZwog CitMSUJfREVQRU5EUz0JZ2ljb252LjI6JHtQT1JUU0RJUn0vY29udmVydGVycy9saWJpY29u dgorCitVU0VfQlpJUDI9CXllcwogVVNFX0dNQUtFPQl5ZXMKIFVTRV9MSUJUT09MPQl5ZXMK IAogTUFOOD0JCWludGx0b29sLWV4dHJhY3QuOCBpbnRsdG9vbC1tZXJnZS44IGludGx0b29s LXByZXBhcmUuOCBcCiAJCWludGx0b29saXplLjgKKworcHJlLXBhdGNoOgorCUBmaW5kICR7 V1JLU1JDfSAtbmFtZSAiaW50bHRvb2wtKi5pbiIgfCB4YXJncyAke1BFUkx9IC1waSAtZSBc CisJCSdzfGljb252IC18Z2ljb252IC18ZycKIAogLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgpJ bmRleDogZGlzdGluZm8KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpSQ1MgZmlsZTogL2N2cy9GcmVlQlNEL3Bv cnRzL3RleHRwcm9jL2ludGx0b29sL2Rpc3RpbmZvLHYKcmV0cmlldmluZyByZXZpc2lvbiAx LjcKZGlmZiAtdSAtcjEuNyBkaXN0aW5mbwotLS0gZGlzdGluZm8JMjEgT2N0IDIwMDEgMTg6 Mzc6MTQgLTAwMDAJMS43CisrKyBkaXN0aW5mbwkxMiBGZWIgMjAwMiAxOTowNToyOCAtMDAw MApAQCAtMSArMSBAQAotTUQ1IChpbnRsdG9vbC0wLjExLnRhci5neikgPSA0NjJkNDQxZDQy YWFlNzYzOWQ4NjM3ODk5ZWFiZDZlNAorTUQ1IChnbm9tZS9pbnRsdG9vbC0wLjE1LnRhci5i ejIpID0gOTBiYjRjN2FhYzI1NjFhMWE2MGEyZmE2N2JjMGMwYzIKSW5kZXg6IHBrZy1wbGlz dAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09ClJDUyBmaWxlOiAvY3ZzL0ZyZWVCU0QvcG9ydHMvdGV4dHByb2Mv aW50bHRvb2wvcGtnLXBsaXN0LHYKcmV0cmlldmluZyByZXZpc2lvbiAxLjUKZGlmZiAtdSAt cjEuNSBwa2ctcGxpc3QKLS0tIHBrZy1wbGlzdAkyMSBPY3QgMjAwMSAxODozNzoxNCAtMDAw MAkxLjUKKysrIHBrZy1wbGlzdAkxMiBGZWIgMjAwMiAxOTowMjo0MyAtMDAwMApAQCAtMTEs NiArMTEsOCBAQAogc2hhcmUvaW50bHRvb2wvaW50bHRvb2wtbWVyZ2UuaW4KIHNoYXJlL2lu dGx0b29sL2ludGx0b29sLXBvLU1ha2VmaWxlLmluLmluLXBhdGNoLTEKIHNoYXJlL2ludGx0 b29sL2ludGx0b29sLXBvLU1ha2VmaWxlLmluLmluLXBhdGNoLTIKK3NoYXJlL2ludGx0b29s L2ludGx0b29sLXBvLU1ha2VmaWxlLmluLmluLXBhdGNoLTMKK3NoYXJlL2ludGx0b29sL2lu dGx0b29sLXBvLU1ha2VmaWxlLmluLmluLXBhdGNoLTQKIHNoYXJlL2ludGx0b29sL2ludGx0 b29sLXVwZGF0ZS5pbgogc2hhcmUvaW50bHRvb2wveG1sLWkxOG4tcG8tTWFrZWZpbGUuaW4u aW4tcGF0Y2gtMQogc2hhcmUvaW50bHRvb2wveG1sLWkxOG4tcG8tTWFrZWZpbGUuaW4uaW4t cGF0Y2gtMgo= --B_3096364167_26280104-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 11:22:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 525F637B404 for ; Tue, 12 Feb 2002 11:22:17 -0800 (PST) Received: from becs-2.paradise.net.nz (becs-2.paradise.net.nz [203.96.152.34]) by deborah.paradise.net.nz (Postfix) with ESMTP id 89260D1864 for ; Wed, 13 Feb 2002 08:17:19 +1300 (NZDT) Received: by becs-2.paradise.net.nz (Postfix, from userid 80) id 3D0399D04A; Wed, 13 Feb 2002 08:17:19 +1300 (NZDT) To: freebsd-gnome@freebsd.org Subject: GNOME packages on 4.5 RELEASE Message-ID: <1013541439.3c696a3f3a1ec@www.paradise.net.nz> Date: Wed, 13 Feb 2002 08:17:19 +1300 (NZDT) From: nickd@paradise.net.nz MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.7 X-Originating-IP: 202.37.169.74 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, The GNOME on FreeBSD FAQ at http://www.freebsd.org/gnome/docs/faq.html says that installing GNOME and gnome-fifth-toe from packages is broken on 4.4 RELEASE. Has this been fixed on 4.5 RELEASE ? Another slightly related question: is it possible to remove and reinstall X windows without breaking GNOME (or other window/desktop managers for that matter)? Assuming that everything is installed in default locations and X is installed from 4.whatever packages on CD. Thanks, Nick Dunlop nickd@paradise.net.nz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 11:45:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C6D6C37B400 for ; Tue, 12 Feb 2002 11:45:15 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1CJhw259082; Tue, 12 Feb 2002 14:43:59 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Feb 2002 14:43:58 -0500 (EST) From: Joe Clarke To: nickd@paradise.net.nz Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: GNOME packages on 4.5 RELEASE In-Reply-To: <1013541439.3c696a3f3a1ec@www.paradise.net.nz> Message-ID: <20020212144259.O57748-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002 nickd@paradise.net.nz wrote: > Hi, > > The GNOME on FreeBSD FAQ at http://www.freebsd.org/gnome/docs/faq.html > says that installing GNOME and gnome-fifth-toe from packages is broken > on 4.4 RELEASE. Has this been fixed on 4.5 RELEASE ? The package add should work, but some users have reported a missing gnomeprint package. > > Another slightly related question: is it possible to remove and > reinstall X windows without breaking GNOME (or other window/desktop > managers for that matter)? Assuming that everything is installed in > default locations and X is installed from 4.whatever packages on CD. I have upgraded X while keeping GNOME in tact. Using something like portupgrade to do this won't hurt GNOME. Joe > > Thanks, > > Nick Dunlop > > nickd@paradise.net.nz > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 11:46:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 6CC3637B41F; Tue, 12 Feb 2002 11:46:25 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1CJigh59087; Tue, 12 Feb 2002 14:44:42 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Feb 2002 14:44:42 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.ORG Subject: Re: Naming cheme for GNOME2 ports In-Reply-To: <3C695911.5BAB5E89@FreeBSD.org> Message-ID: <20020212144402.K57748-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 12 Feb 2002, Maxim Sobolev wrote: > What do people think about naming scheme for the GNOME2 core > components that already have their GNOME1 counterparts in the tree > (i.e. gnomefoo-1.x.x vs. gnomefoo-1.99.x)? Should we just add `2' > suffix, or something like `-devel'? Any ideas are appreciated. I like the 2 suffix (e.g. gnomefoo2-1.99.x). Joe > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 11:52: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 2596D37B405; Tue, 12 Feb 2002 11:51:51 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g1CJBA225139; Tue, 12 Feb 2002 20:11:10 +0100 (CET) (envelope-from anders) Date: Tue, 12 Feb 2002 20:11:09 +0100 From: Anders Andersson To: Ade Lovett Cc: Maxim Sobolev , gnome@FreeBSD.ORG Subject: Re: Naming cheme for GNOME2 ports Message-ID: <20020212191109.GC228@sushi.sanyusan.se> References: <3C695911.5BAB5E89@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 12, 2002 at 12:55:42PM -0600, Ade Lovett wrote: > On 02/12/02 12:04, "Maxim Sobolev" wrote: > > > What do people think about naming scheme for the GNOME2 core > > components that already have their GNOME1 counterparts in the tree > > (i.e. gnomefoo-1.x.x vs. gnomefoo-1.99.x)? Should we just add `2' > > suffix, or something like `-devel'? Any ideas are appreciated. > > I'd go for the '2' suffix, since we're eventually going to end up with > x11/gnome2 etc. Yes, the '2' suffix seems the best approach. -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 12:36:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by hub.freebsd.org (Postfix) with ESMTP id 6273D37B405 for ; Tue, 12 Feb 2002 12:36:00 -0800 (PST) Received: from [213.7.15.10] (helo=watlingifh6kxt) by smtp.web.de with smtp (Exim 4.11 #37) id 16aiiK-0006EL-00 for freebsd-gnome@FreeBSD.org; Tue, 12 Feb 2002 20:35:41 +0100 From: "a.watling" To: Subject: WinXP and FreeBSD Date: Tue, 12 Feb 2002 20:35:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ! I want to run WinXP and FreeBSD on same system Pent. III -- possible? best regards, A.Watling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 12:38:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 7A3E237B41A; Tue, 12 Feb 2002 12:37:53 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id MAA17121; Tue, 12 Feb 2002 12:37:25 -0800 Date: Tue, 12 Feb 2002 12:37:24 -0800 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@freebsd.org Subject: Re: Naming cheme for GNOME2 ports Message-ID: <20020212123724.E398@johncoop.MSHOME> References: <3C695911.5BAB5E89@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3C695911.5BAB5E89@FreeBSD.org>; from sobomax@freebsd.org on Tue, Feb 12, 2002 at 10:04:01 -0800 X-Mailer: Balsa 1.3.1 Lines: 25 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I vote for the "2" suffix. Given what I'm hearing on the Balsa and Pan mailing lists, in the near future many apps will REQUIRE GNOME2. And what do we do when GNOME3 comes? :) On 2002.02.12 10:04 Maxim Sobolev wrote: > What do people think about naming scheme for the GNOME2 core > components that already have their GNOME1 counterparts in the tree > (i.e. gnomefoo-1.x.x vs. gnomefoo-1.99.x)? Should we just add `2' > suffix, or something like `-devel'? Any ideas are appreciated. > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 12:41:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id DCB1437B445 for ; Tue, 12 Feb 2002 12:41:01 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g1CKdHl57923; Tue, 12 Feb 2002 21:39:17 +0100 (CET) (envelope-from anders) Date: Tue, 12 Feb 2002 21:39:17 +0100 From: Anders Andersson To: "a.watling" Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: WinXP and FreeBSD Message-ID: <20020212203917.GA57681@sushi.sanyusan.se> Reply-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 12, 2002 at 08:35:39PM +0100, a.watling wrote: > I want to run WinXP and FreeBSD on same system > Pent. III -- possible? Yes. Please submit further questions not related to GNOME on FreeBSD to freebsd-questions@FreeBSD.org -- Anders Andersson UNIX, Networking and Security consultant +46 (0)705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 14:28:55 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 03C8237B400 for ; Tue, 12 Feb 2002 14:27:57 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1CMRpB48053 for freebsd-gnome@freebsd.org; Wed, 13 Feb 2002 00:27:51 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 00:27:51 +0200 From: Jeremy Lea To: freebsd-gnome@freebsd.org Subject: A mozilla lite port. Message-ID: <20020213002751.A47581@shale.csir.co.za> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I've been playing a bit with a mozilla-lite port, which would basically be to mozilla what netscape-navigator is to netscape-communicator, because I don't think that most people are using the Mail/News client, or need MathML, or Chatzilla SVG etc. However, I want to keep building these so we can test them on FreeBSD. While doing this I'v come across a bunch of kruft in the port, and would like to do a tidy up. There is also a bugzilla bug (112987) to get our patches back into the main tree. I notice that the NSPR one's made 0.9.8, but I still need to finalise the other patches. Attached is a patch to make a mozilla-lite port. I'm planning on making a mozilla lite port slaved to the mozilla port though, like mozilla-embedded. This is just for testing, so I can compare to the standard mozilla port. One handy feature, which I might polish for bsd.port.mk is a tar-exclude list, which makes the extraction (even with DIRPREF) much faster. The big changes are in revising the CONFIGURE_ARGS to match reality and putting CFLAGS back where they belong. I've actually tested the mozilla-lite port up to -O6 on -CURRENT, and it seems to be fine, although I need to do some playing with the options. I'd compile the mozilla-lite port with some optimisation purely because I think it needs to be faster rather than more stable... What do people think? -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mozilla.diff" diff -urN -x CVS mozilla/Makefile mozilla-lite/Makefile --- mozilla/Makefile Mon Feb 11 22:01:57 2002 +++ mozilla-lite/Makefile Wed Feb 13 00:12:04 2002 @@ -2,19 +2,16 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/mozilla/Makefile,v 1.80 2002/02/07 10:56:05 sobomax Exp $ +# $FreeBSD: ports/www/mozilla/Makefile,v 1.76 2002/01/03 12:09:51 sobomax Exp $ # PORTNAME= mozilla PORTVERSION= 0.9.8 -PORTEPOCH= 1 +PKGNAMESUFFIX= -lite CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - ${MASTER_SITE_LOCAL:S,$,:local,} -MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src \ - sobomax/:local -DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:local +MASTER_SITES= ${MASTER_SITE_MOZILLA} +MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src +DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org @@ -28,6 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes +EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes @@ -35,50 +33,46 @@ USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= \ + --disable-auto-deps \ --disable-cpp-exceptions \ --disable-cpp-rtti \ --disable-debug \ - --disable-idltool \ + --disable-dtd-debug \ + --disable-jsd \ + --disable-ldap \ + --disable-mailnews \ + --disable-mathml \ --disable-md \ --disable-pedantic \ + --disable-svg \ + --disable-tests \ --disable-xterm-updates \ + --enable-chrome-format=jar \ --enable-crypto \ + --enable-default-toolkit=gtk \ --enable-double-buffer \ - --enable-editor \ - --enable-mailnews \ - --enable-mathml \ - --enable-optimize="${CFLAGS}" \ - --enable-pics \ - --enable-svg \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --enable-chrome-format=jar \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} \ - --with-mng=${LOCALBASE} \ + --enable-optimize="-O2" \ + --disable-plaintext-editor-only \ + --enable-reorder \ + --enable-strip \ + --enable-xinerama \ + --with-system-jpeg=${LOCALBASE} \ + --with-system-mng=${LOCALBASE} \ + --with-system-png=${LOCALBASE} \ --with-pthreads -.if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --with-extensions=default,irc -.endif -CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - CFLAGS="" CXXFLAGS="" \ - MOZ_INTERNAL_LIBART_LGPL=1 -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CFLAGS="" CXXFLAGS="" \ - MALLOC_OPTIONS=j \ - MOZ_INTERNAL_LIBART_LGPL=1 +CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" +MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin ALL_TARGET= default post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ + ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @(cd ${WRKSRC}/dist/bin; \ + (cd ${WRKSRC}/dist/bin; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ ${ECHO_CMD} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ ${ECHO_CMD} locale,install,select,en-US >> chrome/installed-chrome.txt; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) - @/usr/bin/find ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ + /usr/bin/find ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ /usr/bin/xargs ${RMDIR} 2> /dev/null || ${TRUE} do-install: diff -urN -x CVS mozilla/distinfo mozilla-lite/distinfo --- mozilla/distinfo Mon Feb 11 22:01:57 2002 +++ mozilla-lite/distinfo Tue Feb 12 21:50:24 2002 @@ -1,2 +1 @@ MD5 (mozilla-source-0.9.8.tar.bz2) = 17026a0dee5dd55932316dc93faa3fbb -MD5 (libart_lgpl-0.9.8.tar.bz2) = dc954f8243a10cb68cf0e0bf598bf3ca diff -urN -x CVS mozilla/files/patch-ak mozilla-lite/files/patch-ak --- mozilla/files/patch-ak Mon Feb 11 22:01:57 2002 +++ mozilla-lite/files/patch-ak Wed Feb 13 00:09:10 2002 @@ -1,13 +0,0 @@ - -$FreeBSD: ports/www/mozilla/files/patch-ak,v 1.2 2002/02/05 17:24:00 sobomax Exp $ - ---- nsprpub/pr/include/md/_freebsd.h.orig Sat Jan 5 03:43:00 2002 -+++ nsprpub/pr/include/md/_freebsd.h Tue Feb 5 11:14:27 2002 -@@ -40,6 +40,7 @@ - #if __FreeBSD__ >= 2 - #include /* for __FreeBSD_version */ - #endif -+#include - #include - - #define PR_LINKER_ARCH "freebsd" diff -urN -x CVS mozilla/files/patch-embedding::config::basebrowser-unix mozilla-lite/files/patch-embedding::config::basebrowser-unix --- mozilla/files/patch-embedding::config::basebrowser-unix Fri Jan 18 00:38:45 2002 +++ mozilla-lite/files/patch-embedding::config::basebrowser-unix Wed Feb 13 00:10:36 2002 @@ -3,14 +3,6 @@ --- embedding/config/basebrowser-unix.orig Wed Nov 21 00:21:59 2001 +++ embedding/config/basebrowser-unix Tue Jan 15 15:26:55 2002 -@@ -119,6 +119,7 @@ - - ; layout - components/libgkcontent.so -+libmoz_art_lgpl.so - components/libgklayout.so - components/libhtmlpars.so - components/libgkview.so @@ -196,12 +197,12 @@ components/unicharutil.xpt components/libchardet.so diff -urN -x CVS mozilla/files/patch-mi mozilla-lite/files/patch-mi --- mozilla/files/patch-mi Tue Sep 18 10:12:08 2001 +++ mozilla-lite/files/patch-mi Wed Feb 13 00:09:26 2002 @@ -1,42 +0,0 @@ - -$FreeBSD: ports/www/mozilla/files/patch-mi,v 1.6 2001/09/18 08:12:08 sobomax Exp $ - ---- nsprpub/config/FreeBSD.mk.orig Sat Jul 29 03:50:35 2000 -+++ nsprpub/config/FreeBSD.mk Mon Sep 17 10:47:08 2001 -@@ -37,19 +37,21 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ -+CCC = $(CXX) - RANLIB = ranlib - -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS) -+ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) - --OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - - # - # The default implementation strategy for FreeBSD is pthreads. -@@ -60,8 +62,8 @@ - else - USE_PTHREADS = 1 - IMPL_STRATEGY = _PTH --DEFINES += -D_THREAD_SAFE --THREAD_FLAG += -pthread -+DEFINES += -D_THREAD_SAFE -D_REENTRANT -+DSO_LDOPTS += -pthread - endif - - ARCH = freebsd diff -urN -x CVS mozilla/files/patch-nsprpub::pr::include::md::_freebsd.cfg mozilla-lite/files/patch-nsprpub::pr::include::md::_freebsd.cfg --- mozilla/files/patch-nsprpub::pr::include::md::_freebsd.cfg Wed Dec 26 12:21:21 2001 +++ mozilla-lite/files/patch-nsprpub::pr::include::md::_freebsd.cfg Wed Feb 13 00:10:57 2002 @@ -1,13 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.cfg.orig Mon Nov 26 17:07:20 2001 -+++ nsprpub/pr/include/md/_freebsd.cfg Mon Nov 26 17:15:01 2001 -@@ -93,8 +93,8 @@ - - #elif defined(__alpha) - --#define IS_LITTLE_ENDIAN 1 --#undef IS_BIG_ENDIAN -+#define IS_64 -+ - #define HAVE_LONG_LONG - #define HAVE_ALIGNED_DOUBLES - #define HAVE_ALIGNED_LONGLONGS diff -urN -x CVS mozilla/files/tar-exclude mozilla-lite/files/tar-exclude --- mozilla/files/tar-exclude Thu Jan 1 02:00:00 1970 +++ mozilla-lite/files/tar-exclude Sat Jan 5 20:32:13 2002 @@ -0,0 +1,6 @@ +*/CVS/* +*/macbuild/* +*/package/* +.cvsignore +makefile.win +MANIFEST diff -urN -x CVS mozilla/pkg-plist mozilla-lite/pkg-plist --- mozilla/pkg-plist Mon Feb 11 22:01:57 2002 +++ mozilla-lite/pkg-plist Tue Feb 12 23:58:12 2002 @@ -1,85 +1,10 @@ bin/mozilla -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/simplemail.html -lib/mozilla/OutTestData/simplemail.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestArray -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCOMPtrEq -lib/mozilla/TestCRT -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCallTemplates -lib/mozilla/TestCallbacks -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestDBMAccess -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestFileTransport lib/mozilla/TestGtkEmbed lib/mozilla/TestGtkEmbedChild lib/mozilla/TestGtkEmbedNotebook lib/mozilla/TestGtkEmbedSocket -lib/mozilla/TestHttp -lib/mozilla/TestID -lib/mozilla/TestIDN -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMCTransport -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPageLoad -lib/mozilla/TestPerf -lib/mozilla/TestPermanentAtoms -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestSpaceManager -lib/mozilla/TestStandardURL -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestURLParser -lib/mozilla/TestVoidBTree -lib/mozilla/TestXMLExtras -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest lib/mozilla/bloaturls.txt lib/mozilla/chrome/US.jar -lib/mozilla/chrome/chatzilla.jar -lib/mozilla/chrome/chrome.rdf -@unexec rm -f %D/lib/mozilla/chrome/chrome.rdf || true lib/mozilla/chrome/chromelist.txt lib/mozilla/chrome/classic.jar lib/mozilla/chrome/comm.jar @@ -93,29 +18,21 @@ lib/mozilla/chrome/help.jar lib/mozilla/chrome/inspector.jar lib/mozilla/chrome/installed-chrome.txt -lib/mozilla/chrome/messenger.jar lib/mozilla/chrome/modern.jar lib/mozilla/chrome/overlayinfo/communicator/content/overlays.rdf -lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/inspector/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf lib/mozilla/chrome/pipnss.jar lib/mozilla/chrome/pippki.jar lib/mozilla/chrome/toolkit.jar -lib/mozilla/chrome/venkman.jar -lib/mozilla/component.reg -@unexec rm -f %D/lib/mozilla/component.reg || true -lib/mozilla/components/absync.xpt lib/mozilla/components/accessibility.xpt -lib/mozilla/components/addrbook.xpt lib/mozilla/components/appshell.xpt lib/mozilla/components/autocomplete.xpt lib/mozilla/components/autoconfig.xpt lib/mozilla/components/bookmarks.xpt lib/mozilla/components/caps.xpt lib/mozilla/components/chardet.xpt -lib/mozilla/components/chatzilla-service.js lib/mozilla/components/chrome.xpt lib/mozilla/components/content.xpt lib/mozilla/components/content_base.xpt @@ -131,7 +48,6 @@ lib/mozilla/components/dom_html.xpt lib/mozilla/components/dom_range.xpt lib/mozilla/components/dom_stylesheets.xpt -lib/mozilla/components/dom_svg.xpt lib/mozilla/components/dom_traversal.xpt lib/mozilla/components/dom_views.xpt lib/mozilla/components/dom_xbl.xpt @@ -147,21 +63,16 @@ lib/mozilla/components/history.xpt lib/mozilla/components/htmlparser.xpt lib/mozilla/components/imglib2.xpt -lib/mozilla/components/import.xpt lib/mozilla/components/inspector.xpt lib/mozilla/components/intl.xpt lib/mozilla/components/jar.xpt lib/mozilla/components/jsconsole-clhandler.js lib/mozilla/components/jsconsole.xpt -lib/mozilla/components/jsdservice.xpt lib/mozilla/components/jsurl.xpt lib/mozilla/components/layout_base.xpt lib/mozilla/components/layout_xul.xpt lib/mozilla/components/layout_xul_outliner.xpt -lib/mozilla/components/libMyService.so -lib/mozilla/components/libabsyncsvc.so lib/mozilla/components/libaccessibility.so -lib/mozilla/components/libaddrbook.so lib/mozilla/components/libappcomps.so lib/mozilla/components/libautoconfig.so lib/mozilla/components/libcaps.so @@ -189,29 +100,16 @@ lib/mozilla/components/libimgmng.so lib/mozilla/components/libimgpng.so lib/mozilla/components/libimgppm.so -lib/mozilla/components/libimpText.so -lib/mozilla/components/libimport.so lib/mozilla/components/libinspector.so lib/mozilla/components/libjar50.so -lib/mozilla/components/libjsd.so lib/mozilla/components/libjsdom.so lib/mozilla/components/libjsloader.so lib/mozilla/components/libjsurl.so -lib/mozilla/components/liblocalmail.so lib/mozilla/components/liblwbrk.so -lib/mozilla/components/libmailnews.so -lib/mozilla/components/libmime.so -lib/mozilla/components/libmimeemitter.so lib/mozilla/components/libmork.so lib/mozilla/components/libmozbrwsr.so lib/mozilla/components/libmozfind.so -lib/mozilla/components/libmozldap.so lib/mozilla/components/libmozxfer.so -lib/mozilla/components/libmsgcompose.so -lib/mozilla/components/libmsgdb.so -lib/mozilla/components/libmsgimap.so -lib/mozilla/components/libmsgnews.so -lib/mozilla/components/libmsgsmime.so lib/mozilla/components/libnecko.so lib/mozilla/components/libnecko2.so lib/mozilla/components/libnkcache.so @@ -226,10 +124,8 @@ lib/mozilla/components/libprofile.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so -lib/mozilla/components/libsample.so lib/mozilla/components/libshistory.so lib/mozilla/components/libstrres.so -lib/mozilla/components/libtestdynamic.so lib/mozilla/components/libtransformiix.so lib/mozilla/components/libtxmgr.so lib/mozilla/components/libtxtsvc.so @@ -239,38 +135,24 @@ lib/mozilla/components/libucvja.so lib/mozilla/components/libucvko.so lib/mozilla/components/libucvlatin.so -lib/mozilla/components/libucvmath.so lib/mozilla/components/libucvtw.so lib/mozilla/components/libucvtw2.so lib/mozilla/components/libunicharutil.so lib/mozilla/components/liburiloader.so -lib/mozilla/components/libvcard.so lib/mozilla/components/libwallet.so lib/mozilla/components/libwalletviewers.so lib/mozilla/components/libwebbrwsr.so lib/mozilla/components/libwidget_gtk.so lib/mozilla/components/libxmlextras.so lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so lib/mozilla/components/libxpinstall.so lib/mozilla/components/libxremote_client.so lib/mozilla/components/libxremoteservice.so lib/mozilla/components/locale.xpt -lib/mozilla/components/mailnews.xpt -lib/mozilla/components/mime.xpt lib/mozilla/components/mimetype.xpt lib/mozilla/components/mozbrwsr.xpt lib/mozilla/components/mozfind.xpt -lib/mozilla/components/mozldap.xpt lib/mozilla/components/mozxfer.xpt -lib/mozilla/components/msgbase.xpt -lib/mozilla/components/msgcompose.xpt -lib/mozilla/components/msgdb.xpt -lib/mozilla/components/msgimap.xpt -lib/mozilla/components/msglocal.xpt -lib/mozilla/components/msgnews.xpt -lib/mozilla/components/msgsearch.xpt -lib/mozilla/components/msgsmime.xpt lib/mozilla/components/necko.xpt lib/mozilla/components/necko_about.xpt lib/mozilla/components/necko_cache.xpt @@ -286,9 +168,7 @@ lib/mozilla/components/nsDictionary.js lib/mozilla/components/nsFilePicker.js lib/mozilla/components/nsHelperAppDlg.js -lib/mozilla/components/nsLDAPPrefsService.js lib/mozilla/components/nsProxyAutoConfig.js -lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt @@ -300,16 +180,13 @@ lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt -lib/mozilla/components/sample.xpt lib/mozilla/components/search.xpt lib/mozilla/components/shistory.xpt lib/mozilla/components/sidebar.xpt lib/mozilla/components/signonviewer.xpt -lib/mozilla/components/smime-service.js lib/mozilla/components/transformiix.xpt lib/mozilla/components/txmgr.xpt lib/mozilla/components/txtsvc.xpt @@ -318,7 +195,6 @@ lib/mozilla/components/uriloader.xpt lib/mozilla/components/urlbarhistory.xpt lib/mozilla/components/util.xpt -lib/mozilla/components/venkman-service.js lib/mozilla/components/wallet.xpt lib/mozilla/components/walleteditor.xpt lib/mozilla/components/walletpreview.xpt @@ -336,10 +212,7 @@ lib/mozilla/components/xpcom_threads.xpt lib/mozilla/components/xpcom_xpti.xpt lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt lib/mozilla/components/xpinstall.xpt -lib/mozilla/components/xpti.dat -@unexec rm -f %D/lib/mozilla/components/xpti.dat || true lib/mozilla/components/xremoteservice.xpt lib/mozilla/components/xuldoc.xpt lib/mozilla/components/xultmpl.xpt @@ -351,7 +224,6 @@ lib/mozilla/defaults/pref/inspector.js lib/mozilla/defaults/pref/mailnews.js lib/mozilla/defaults/pref/security-prefs.js -lib/mozilla/defaults/pref/smime.js lib/mozilla/defaults/pref/unix.js lib/mozilla/defaults/pref/xpinstall.js lib/mozilla/defaults/profile/US/bookmarks.html @@ -375,23 +247,14 @@ lib/mozilla/defaults/wallet/SchemaStrings.tbl lib/mozilla/defaults/wallet/StateSchema.tbl lib/mozilla/defaults/wallet/VcardSchema.tbl -lib/mozilla/dirver -lib/mozilla/dtd/mathml.dtd -lib/mozilla/dtd/svg.dtd -lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so lib/mozilla/libgtkxtbin.so lib/mozilla/libjsj.so -lib/mozilla/liblber40.so -lib/mozilla/libldap40.so -lib/mozilla/libmoz_art_lgpl.so lib/mozilla/libmozjs.so -lib/mozilla/libmsgbaseutil.so lib/mozilla/libnspr4.so lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so @@ -400,20 +263,12 @@ lib/mozilla/libxlibrgb.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so -lib/mozilla/lots lib/mozilla/mozilla lib/mozilla/mozilla-bin lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh lib/mozilla/mozilla-xremote-client -lib/mozilla/nsIFileEnumerator -lib/mozilla/nsIFileTest -lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll lib/mozilla/regExport lib/mozilla/regchrome lib/mozilla/regxpcom @@ -430,15 +285,6 @@ lib/mozilla/res/entityTables/html40Symbols.properties lib/mozilla/res/entityTables/htmlEntityVersions.properties lib/mozilla/res/entityTables/transliterate.properties -lib/mozilla/res/fonts/mathfont.properties -lib/mozilla/res/fonts/mathfontCMEX10.properties -lib/mozilla/res/fonts/mathfontCMSY10.properties -lib/mozilla/res/fonts/mathfontMTExtra.properties -lib/mozilla/res/fonts/mathfontMath1.properties -lib/mozilla/res/fonts/mathfontMath2.properties -lib/mozilla/res/fonts/mathfontMath4.properties -lib/mozilla/res/fonts/mathfontPUA.properties -lib/mozilla/res/fonts/mathfontSymbol.properties lib/mozilla/res/forms.css lib/mozilla/res/gfx/icon_0.gif lib/mozilla/res/gfx/icon_1.gif @@ -454,11 +300,9 @@ lib/mozilla/res/html/gopher-unknown.gif lib/mozilla/res/inspector/search-registry.rdf lib/mozilla/res/inspector/viewer-registry.rdf -lib/mozilla/res/jarlist.dat lib/mozilla/res/langGroups.properties lib/mozilla/res/language.properties lib/mozilla/res/loading-image.gif -lib/mozilla/res/mathml.css lib/mozilla/res/quirk.css lib/mozilla/res/rdf/article.gif lib/mozilla/res/rdf/document.gif @@ -489,7 +333,6 @@ lib/mozilla/res/samples/dexopenchrome.xul lib/mozilla/res/samples/dexparamdialog.html lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/embed-test.html lib/mozilla/res/samples/find.html lib/mozilla/res/samples/gear1.gif lib/mozilla/res/samples/hidetoolicon.css @@ -544,15 +387,8 @@ lib/mozilla/res/samples/treeTest1.css lib/mozilla/res/samples/treeTest1.xul lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html lib/mozilla/res/samples/xpmenu.xul lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties lib/mozilla/res/throbber/anim.gif lib/mozilla/res/throbber/anims00.gif lib/mozilla/res/throbber/anims01.gif @@ -586,8 +422,6 @@ lib/mozilla/res/throbber/anims29.gif lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties -lib/mozilla/res/urlparse.dat -lib/mozilla/res/urlparse_unx.dat lib/mozilla/res/viewer.properties lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh @@ -603,16 +437,14 @@ lib/mozilla/searchplugins/lxrmozilla.src lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src -lib/mozilla/testart -lib/mozilla/testuta -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk lib/mozilla/xpcshell lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link +@unexec rm %D/lib/mozilla/chrome/chrome.rdf +@unexec rm %D/lib/mozilla/component.reg +@unexec rm %D/lib/mozilla/components/xpti.dat @dirrm lib/mozilla/searchplugins @dirrm lib/mozilla/res/throbber @dirrm lib/mozilla/res/samples/sampleimages @@ -621,13 +453,11 @@ @dirrm lib/mozilla/res/inspector @dirrm lib/mozilla/res/html @dirrm lib/mozilla/res/gfx -@dirrm lib/mozilla/res/fonts @dirrm lib/mozilla/res/entityTables @dirrm lib/mozilla/res/builtin @dirrm lib/mozilla/res @dirrm lib/mozilla/plugins @dirrm lib/mozilla/icons -@dirrm lib/mozilla/dtd @dirrm lib/mozilla/defaults/wallet @dirrm lib/mozilla/defaults/profile/chrome @dirrm lib/mozilla/defaults/profile/US/chrome @@ -643,11 +473,8 @@ @dirrm lib/mozilla/chrome/overlayinfo/messenger @dirrm lib/mozilla/chrome/overlayinfo/inspector/content @dirrm lib/mozilla/chrome/overlayinfo/inspector -@dirrm lib/mozilla/chrome/overlayinfo/editor/content -@dirrm lib/mozilla/chrome/overlayinfo/editor @dirrm lib/mozilla/chrome/overlayinfo/communicator/content @dirrm lib/mozilla/chrome/overlayinfo/communicator @dirrm lib/mozilla/chrome/overlayinfo @dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData @dirrm lib/mozilla --TakKZr9L6Hm6aLOc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 15:17:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 28B1337B404 for ; Tue, 12 Feb 2002 15:17:12 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id PAA78732 for ; Tue, 12 Feb 2002 15:39:28 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h30.228.dialup.iptcom.net [212.9.228.30]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id PAA70449 for ; Tue, 12 Feb 2002 15:39:27 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1CDcud85062 for ; Tue, 12 Feb 2002 15:38:56 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C691B04.F419EC71@FreeBSD.org> Date: Tue, 12 Feb 2002 15:39:16 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: [Fwd: Repo-copy request] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FYI -------- Original Message -------- Subject: Repo-copy request Date: Tue, 12 Feb 2002 15:38:47 +0200 From: Maxim Sobolev Organization: Vega International Capital To: cvs@FreeBSD.org Please repo-copy ports/devel/ORBit into ports/devel/ORBit2. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 15:17:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 46FCE37B419; Tue, 12 Feb 2002 15:17:15 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id VAA69946; Tue, 12 Feb 2002 21:20:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h76.228.dialup.iptcom.net [212.9.228.76]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA33043; Tue, 12 Feb 2002 21:20:16 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1CJJTd86053; Tue, 12 Feb 2002 21:19:29 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C696AD2.816307E7@FreeBSD.org> Date: Tue, 12 Feb 2002 21:19:46 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: Roger Hardiman , freebsd-gnome@FreeBSD.org Subject: Re: iconv and givonc References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > On 02/12/02 02:32, "Roger Hardiman" > wrote: > > Is there anything we can do? > > Sure. Check out the attached patch, bringing intltool up to the latest > version, and making it use giconv. > > Is this what you want? If so, I'll commit later today. Looks fine to me. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 15:34:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vectorstar.net (adsl-157-150-71.gnv.bellsouth.net [66.157.150.71]) by hub.freebsd.org (Postfix) with ESMTP id 8C52837B916 for ; Tue, 12 Feb 2002 15:32:50 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1CNVsg46764 for freebsd-gnome@FreeBSD.ORG; Tue, 12 Feb 2002 18:31:54 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Tue, 12 Feb 2002 18:31:51 -0500 From: Austin hall To: freebsd-gnome@FreeBSD.ORG Subject: Re: WinXP and FreeBSD Message-ID: <20020212183151.A46706@darkstar.bellsouth.net> Mail-Followup-To: freebsd-gnome@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from awatling@web.de on Tue, Feb 12, 2002 at 08:35:39PM +0100 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 12 February a.watling wrote: > Hi ! > > > I want to run WinXP and FreeBSD on same system > Pent. III -- possible? > > best regards, > A.Watling > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message Yes; but you will get better results continuing this thread on questions@FreeBSD.ORG. Austin -- "Life is too important to take seriously." -- Corky Siegel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 18:47:55 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 07DE937B41A for ; Tue, 12 Feb 2002 18:47:46 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16apST-000AJQ-00 for gnome@freebsd.org; Tue, 12 Feb 2002 18:47:45 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Feb 2002 20:48:33 -0600 Subject: An interesting issue with bsd.gnome.mk From: Ade Lovett To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, In the process of hacking x11/xscreensaver to do the right thing in the GNOME case, where it overwrites files installed by sysutils/gnomecontrolcenter, I ran across an interesting conundrum. The port defines WANT_GNOME=yes, I have WITH_GNOME=yes in /etc/make.conf At this moment in time, I have everything up to gnomecontrolcenter installed (specifically, gnomecore, and its direct dependencies, have *NOT* been installed). Now, what I'd expect to happen is that it notices x11/gnomecore hasn't been installed, does all the necessary, then returns to build xscreensaver-gnome. It doesn't. guardian 404# make -V PLIST_SUB OSREL=4.5 PREFIX=%D LOCALBASE=/usr/local X11BASE=/usr/X11R6 PORTDOCS="" PORTOBJFORMAT=elf XAWVER=7 PERL_VERSION=5.00503 PERL_VER=5.005 PERL_ARCH=i386-freebsd As you can see, it hasn't even touched the GNOME parts, specifically the PLIST_SUB code. As far as I can tell, this is because of flawed logic in bsd.gnome.mk. One of the tests which sets HAVE_GNOME is the existence of gnome-config. This is too loose a test, since I only have to install gnomelibs for that. Further, all the stuff which, in particular, does the PLIST_SUB expansion etc. is protected by a USE_GNOMELIBS statement (only user-settable). This also seems wrong. Suggestions welcome before I delve in. The test case is, with a clean machine, build everything up to and including sysutils/gnomecontrolcenter, then try building x11/xscreensaver which detects GNOME support within its configure script as the existence of a library from gnomecontrolcenter, yet The Right Thing is not happening. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19: 2: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38AD837B400; Tue, 12 Feb 2002 19:01:57 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D2vj188202; Tue, 12 Feb 2002 18:57:45 -0800 (PST) (envelope-from pat) Date: Tue, 12 Feb 2002 18:57:45 -0800 (PST) From: Message-Id: <200202130257.g1D2vj188202@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34894: AbiWord fails to install Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: AbiWord fails to install Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Feb 12 18:57:20 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34894 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19: 5:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 5B1E437B416; Tue, 12 Feb 2002 19:05:24 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16apjY-000AKx-00; Tue, 12 Feb 2002 19:05:24 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Feb 2002 21:06:11 -0600 Subject: Re: A mozilla lite port. From: Ade Lovett To: Jeremy Lea , Message-ID: In-Reply-To: <20020213002751.A47581@shale.csir.co.za> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/12/02 16:27, "Jeremy Lea" wrote: > [massive snippage] > > What do people think? I like it. I've also been toying with the idea of a little knob (or a simple slave port) on the mozilla port to automatically bring in mozilla-headers and mozilla-embedded and install them. Sort of the opposite of what you're talking about (call it mozilla-full). Things like gnome-fifth-toe might be a little bit less of a headache, when you've already gone through one compilation of mozilla (to get mozilla-embedded for nautilus to get GNOME), only to be immediately faced with another compilation (mozilla being the first item in gnome-fifth-toe). Perhaps we could combine this, and also bring in the IPv6 patch (so we can pitch mozilla+ipv6) we can clean it up for good. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:11:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D593937B402; Tue, 12 Feb 2002 19:11:56 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D33QW95947; Tue, 12 Feb 2002 19:03:26 -0800 (PST) (envelope-from pat) Date: Tue, 12 Feb 2002 19:03:26 -0800 (PST) From: Message-Id: <200202130303.g1D33QW95947@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34875: medusa doesn't build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: medusa doesn't build Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Feb 12 19:03:17 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34875 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:32: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4724337B404; Tue, 12 Feb 2002 19:31:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3QQF16013; Tue, 12 Feb 2002 19:26:26 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:26:26 -0800 (PST) From: Message-Id: <200202130326.g1D3QQF16013@freefall.freebsd.org> To: adamnealis@yahoo.co.uk, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34058: bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr' Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: bonobo-1.0.18 port fails to configure undefined reference to `_nl_msg_cat_cntr' State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:25:42 PST 2002 State-Changed-Why: Submitter reports problem fixed. Bonobo is now also at 1.0.19 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34058 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:32: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27D4237B416; Tue, 12 Feb 2002 19:31:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3Srn16392; Tue, 12 Feb 2002 19:28:53 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:28:53 -0800 (PST) From: Message-Id: <200202130328.g1D3Srn16392@freefall.freebsd.org> To: sdn@sprintlabs.com, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34395: gnomelibs-1.4.1.2_2 fails to build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomelibs-1.4.1.2_2 fails to build State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 19:26:35 PST 2002 State-Changed-Why: gnomelibs is currently at 1.4.1.4 - please update your source tree and report back here. The PR will be closed 2 weeks from today since it references an out-of-date port. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 19:26:35 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34395 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:32:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADA1137B402; Tue, 12 Feb 2002 19:32:03 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3VYM17043; Tue, 12 Feb 2002 19:31:34 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:31:34 -0800 (PST) From: Message-Id: <200202130331.g1D3VYM17043@freefall.freebsd.org> To: root@terrorist.com, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/28853: textproc/scrollkeeper doesn't compile Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: textproc/scrollkeeper doesn't compile State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 19:29:29 PST 2002 State-Changed-Why: Ack! Old PR, especially in GNOME terms. With an up-to-date STABLE, can you reproduce the problem? If so, please report back here, otherwise it will be closed in 2 weeks owing to the fact that the port has built successfully for some time. Apologies for the length of time this PR has remained in limbo. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 19:29:29 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28853 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C6C37B405; Tue, 12 Feb 2002 19:41:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3aX920926; Tue, 12 Feb 2002 19:36:33 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:36:33 -0800 (PST) From: Message-Id: <200202130336.g1D3aX920926@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34572: [PATCH] Update news/pan to 0.11.1.94 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update news/pan to 0.11.1.94 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:36:03 PST 2002 State-Changed-Why: I updated the pan port to 0.11.2 just recently - thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34572 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:14 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9D0B37B416; Tue, 12 Feb 2002 19:41:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3cmE24752; Tue, 12 Feb 2002 19:38:48 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:38:48 -0800 (PST) From: Message-Id: <200202130338.g1D3cmE24752@freefall.freebsd.org> To: john_m_cooper@yahoo.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34738: [PATCH] Update pan to 0.11.2 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update pan to 0.11.2 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:38:18 PST 2002 State-Changed-Why: I independently updated pan today - should have check the PR first, sorry :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34738 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:14 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13B5A37B41C; Tue, 12 Feb 2002 19:41:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3bDa22464; Tue, 12 Feb 2002 19:37:13 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:37:13 -0800 (PST) From: Message-Id: <200202130337.g1D3bDa22464@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34573: [PATCH] Update editors/glimmer to 1.2.1 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update editors/glimmer to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:36:52 PST 2002 State-Changed-Why: Glimmer appears to have been updated to 1.2.1 - thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB41D37B404; Tue, 12 Feb 2002 19:41:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3brs23409; Tue, 12 Feb 2002 19:37:53 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:37:53 -0800 (PST) From: Message-Id: <200202130337.g1D3brs23409@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34574: [PATCH] Update x11-toolkits/gob to 1.0.12 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update x11-toolkits/gob to 1.0.12 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:37:26 PST 2002 State-Changed-Why: Gob appears to have been updated to 1.0.12 already - thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:20 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7193E37B41D; Tue, 12 Feb 2002 19:41:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3Zk819585; Tue, 12 Feb 2002 19:35:46 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:35:46 -0800 (PST) From: Message-Id: <200202130335.g1D3Zk819585@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34571: [PATCH] Update math/gnumeric to 1.0.4 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update math/gnumeric to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:35:22 PST 2002 State-Changed-Why: Port appears to have already been upgraded to 1.0.4 - thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34571 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97DEE37B41E; Tue, 12 Feb 2002 19:42:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3Y8I18169; Tue, 12 Feb 2002 19:34:08 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:34:08 -0800 (PST) From: Message-Id: <200202130334.g1D3Y8I18169@freefall.freebsd.org> To: macklobell@hotmail.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33538: esound-0.2.23 doesn't build with gcc 3.0.2 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: esound-0.2.23 doesn't build with gcc 3.0.2 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:32:33 PST 2002 State-Changed-Why: Unless explicitly specified by USE_NEWGCC, ports assume the standard system (be it -STABLE or -CURRENT) compiler. Using any other compiler is unsupported. As and when gcc3 makes it into -CURRENT, there will doubtless be many fixes that will need to be applied to the ports tree. That hasn't happened yet. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:42:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 388E037B41B; Tue, 12 Feb 2002 19:42:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3Z1r19321; Tue, 12 Feb 2002 19:35:01 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:35:01 -0800 (PST) From: Message-Id: <200202130335.g1D3Z1r19321@freefall.freebsd.org> To: macklobell@hotmail.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33550: libgda-0.2.93_2 doesn't build with g++ 3.0.2 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: libgda-0.2.93_2 doesn't build with g++ 3.0.2 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:34:25 PST 2002 State-Changed-Why: See ports/33538 for a full explanation. Building with anything other than the system compiler is not supported. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33550 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:52: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E82D837B402; Tue, 12 Feb 2002 19:51:56 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3hka29761; Tue, 12 Feb 2002 19:43:46 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:43:46 -0800 (PST) From: Message-Id: <200202130343.g1D3hka29761@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/33302: gnomeicu won't compile on -current Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomeicu won't compile on -current Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 19:43:33 PST 2002 Responsible-Changed-Why: I'll take care of this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33302 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:52: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 513D937B405; Tue, 12 Feb 2002 19:51:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3hS529229; Tue, 12 Feb 2002 19:43:28 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:43:28 -0800 (PST) From: Message-Id: <200202130343.g1D3hS529229@freefall.freebsd.org> To: mharnois@cpinternet.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33427: gnomeicu doesn't build on -current Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomeicu doesn't build on -current State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:42:58 PST 2002 State-Changed-Why: Duplicate of ports/33302, which has a potential patch. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33427 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:52: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C7B537B417; Tue, 12 Feb 2002 19:51:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3m9B30424; Tue, 12 Feb 2002 19:48:09 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:48:09 -0800 (PST) From: Message-Id: <200202130348.g1D3m9B30424@freefall.freebsd.org> To: vova@sw.ru, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34603: gnome panel swallow applet do not actual swallow aplications Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnome panel swallow applet do not actual swallow aplications State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:47:23 PST 2002 State-Changed-Why: Since this is a GNOME issue, rather than an issue with the FreeBSD port, please resubmit this bug-report via http://bugzilla.gnome.org/ where the appropriate people will be able to look at it, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 19:52: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10DAD37B419; Tue, 12 Feb 2002 19:51:59 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3nXD30694; Tue, 12 Feb 2002 19:49:33 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:49:33 -0800 (PST) From: Message-Id: <200202130349.g1D3nXD30694@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/34659: Proposed change to Mozilla port's Makefile. Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Proposed change to Mozilla port's Makefile. Responsible-Changed-From-To: gnome->reg Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 19:49:01 PST 2002 Responsible-Changed-Why: Jeremy is looking at a mozilla-lite port right as we speak^Wtype. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34659 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20: 2: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF7037B402; Tue, 12 Feb 2002 20:01:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3tFt32009; Tue, 12 Feb 2002 19:55:15 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:55:15 -0800 (PST) From: Message-Id: <200202130355.g1D3tFt32009@freefall.freebsd.org> To: kirk@strauser.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34777: x11-toolkits/panel-- won't compile Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: x11-toolkits/panel-- won't compile State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:54:44 PST 2002 State-Changed-Why: sobomax appears to have fixed this without noticing this PR. For shame! :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34777 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20: 2: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0CA437B400; Tue, 12 Feb 2002 20:01:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3vk936410; Tue, 12 Feb 2002 19:57:46 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:57:46 -0800 (PST) From: Message-Id: <200202130357.g1D3vk936410@freefall.freebsd.org> To: bko@idiom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33629: bonobo port does not specify a requirement for a specific version of ORBit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: bonobo port does not specify a requirement for a specific version of ORBit State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 19:55:52 PST 2002 State-Changed-Why: This is more of a ports system deficiency, rather than a problem with this specific port. I hope to be bringing in the versioning code from NetBSD pkgsrc fairly soon, which will solve these issues once and for all. As always, the best advice, especially with GNOME, is to make judicious use of portupgrade (or whatever) to ensure you are always up to date (or stick with a static -RELEASE version). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33629 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20: 2: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B217437B404; Tue, 12 Feb 2002 20:01:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D3rSF31285; Tue, 12 Feb 2002 19:53:28 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 19:53:28 -0800 (PST) From: Message-Id: <200202130353.g1D3rSF31285@freefall.freebsd.org> To: mharnois@cpinternet.com, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34722: can't build gnomelibs Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: can't build gnomelibs State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 19:51:25 PST 2002 State-Changed-Why: I believe (but am not entirely sure) that there are currently some issues with -CURRENT's link-loader. I've certainly heard of very similar reports of "weird stuff" happening with regards linking and executing binaries. Can you check with -current to see if this is an instantion of this issue, if so, then it's not really a ports issue. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 19:51:25 PST 2002 Responsible-Changed-Why: I'll take this, for my sins. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:10:29 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mharnois.mdharnois.net (customer-mpls-23.cpinternet.com [209.240.253.23]) by hub.freebsd.org (Postfix) with ESMTP id ADAF337B405; Tue, 12 Feb 2002 20:10:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mharnois.mdharnois.net (Postfix) with ESMTP id 8902D2918; Wed, 13 Feb 2002 04:10:40 +0000 (GMT) Subject: Re: ports/34722: can't build gnomelibs From: "Michael D. Harnois" To: ade@FreeBSD.org Cc: mharnois@cpinternet.com, gnome@FreeBSD.org In-Reply-To: <200202130353.g1D3rSF31285@freefall.freebsd.org> References: <200202130353.g1D3rSF31285@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 13 Feb 2002 04:10:40 +0000 Message-Id: <1013573440.922.3.camel@mharnois.mdharnois.net> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Can you check with -current to see if this is an instantion of this issue, > if so, then it's not really a ports issue. It does appear so to be. I didn't know that at the time I filed the PR. This has been broken since January 27 in -current ... -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran Church Washburn, Iowa 1L, UST School of Law Minneapolis, Minnesota The price one pays for pursuing any profession, or calling, is an intimate knowledge of its ugly side. -- James Baldwin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:11:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3BF637B400; Tue, 12 Feb 2002 20:11:56 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D45P648719; Tue, 12 Feb 2002 20:05:25 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:05:25 -0800 (PST) From: Message-Id: <200202130405.g1D45P648719@freefall.freebsd.org> To: molter@tin.it, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/30912: [PATCH] port editors/AbiWord fails to set the X font path Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] port editors/AbiWord fails to set the X font path State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:05:10 PST 2002 State-Changed-Why: Committed with some changes, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30912 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:22: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B585837B433; Tue, 12 Feb 2002 20:22:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4Ini50373; Tue, 12 Feb 2002 20:18:49 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:18:49 -0800 (PST) From: Message-Id: <200202130418.g1D4Ini50373@freefall.freebsd.org> To: hendrik@scholz.net, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34700: print/gnomeprint needs gdk-pixbuf but not defined in Makefile Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: print/gnomeprint needs gdk-pixbuf but not defined in Makefile State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 20:13:56 PST 2002 State-Changed-Why: I cannot reproduce this. Looking at the dependency chain fo print/gnomeprint, there is a USE_GNOMECTRL knob which, through a few levels of indirection, references gdk-pixbuf as a dependency. This can be confirmed with, amongst others, "make clean" in the port directory.. you'll see a line referencing gdk-pixbuf. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 20:13:56 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:22:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F175137B430; Tue, 12 Feb 2002 20:21:56 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4CP849810; Tue, 12 Feb 2002 20:12:25 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:12:25 -0800 (PST) From: Message-Id: <200202130412.g1D4CP849810@freefall.freebsd.org> To: bms@spc.org, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/33355: devel/gnomevfs does not pick up gnomelibs dependency Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: devel/gnomevfs does not pick up gnomelibs dependency State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 20:10:16 PST 2002 State-Changed-Why: A number of changes appear to have been made to the ports you referenced since the time of submission. devel/glade has a USE_GNOME knob, which will bring in a whole bucketload of GNOME, including gnomelibs. devel/gnomevfs also has a USE_GNOMELIBS knob, so it appears that things have been fixed. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 20:10:16 PST 2002 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33355 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:32: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9372B37B404; Tue, 12 Feb 2002 20:31:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4Ug964842; Tue, 12 Feb 2002 20:30:42 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:30:42 -0800 (PST) From: Message-Id: <200202130430.g1D4Ug964842@freefall.freebsd.org> To: ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/32207: libiconv cannot be built by a pleb Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: libiconv cannot be built by a pleb Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 20:30:33 PST 2002 Responsible-Changed-Why: I'll look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:32: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14B1437B405; Tue, 12 Feb 2002 20:31:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4USH64408; Tue, 12 Feb 2002 20:30:28 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:30:28 -0800 (PST) From: Message-Id: <200202130430.g1D4USH64408@freefall.freebsd.org> To: wollman@hergotha.lcs.mit.edu, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34294: libiconv port tries to install stuff in the build phase Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: libiconv port tries to install stuff in the build phase State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:30:02 PST 2002 State-Changed-Why: Duplicate of ports/32207 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34294 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:32:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B855B37B402; Tue, 12 Feb 2002 20:31:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4OIb54453; Tue, 12 Feb 2002 20:24:18 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:24:18 -0800 (PST) From: Message-Id: <200202130424.g1D4OIb54453@freefall.freebsd.org> To: root@t-27-94.athome.tue.nl, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34664: Build of GNumeric/Bonobo has hidden dependancy on Orbit. Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Build of GNumeric/Bonobo has hidden dependancy on Orbit. State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 20:22:13 PST 2002 State-Changed-Why: Do you have a fully up-to-date ports tree? Both bonobo and gnumeric have dependency knobs that include USE_GNOMELIBS, of which ORBit is a dependency in of itself. Please provide a full error log, since futher debugging is going to be impossible otherwise. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 20:22:13 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34664 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:41:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04BE637B405; Tue, 12 Feb 2002 20:41:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4XCc65789; Tue, 12 Feb 2002 20:33:12 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:33:12 -0800 (PST) From: Message-Id: <200202130433.g1D4XCc65789@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34653: [PATCH] Update www/galeon to 1.0.3 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update www/galeon to 1.0.3 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:32:53 PST 2002 State-Changed-Why: Galeon appears to already be at 1.0.3 - thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34653 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:52: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A3A937B417; Tue, 12 Feb 2002 20:51:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4kZ168984; Tue, 12 Feb 2002 20:46:35 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:46:35 -0800 (PST) From: Message-Id: <200202130446.g1D4kZ168984@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34697: [PATCH] Update mail/balsa to 1.3.1 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update mail/balsa to 1.3.1 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:46:24 PST 2002 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34697 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 20:52:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41C2D37B41A; Tue, 12 Feb 2002 20:52:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4mVP72144; Tue, 12 Feb 2002 20:48:31 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:48:31 -0800 (PST) From: Message-Id: <200202130448.g1D4mVP72144@freefall.freebsd.org> To: sdn@sprintlabs.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: galeon-1.0.2 fails to compile on FreeBSD 4.4Release State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:47:52 PST 2002 State-Changed-Why: Please update your OS, and then all your ports. I am not seeing this problem with the recently committed galeon-1.0.3. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21: 1:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CDB737B419; Tue, 12 Feb 2002 21:01:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D4vXT84380; Tue, 12 Feb 2002 20:57:33 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 20:57:33 -0800 (PST) From: Message-Id: <200202130457.g1D4vXT84380@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34652: [PATCH] Remove malloc.h from textproc/libxml Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Remove malloc.h from textproc/libxml State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 20:57:23 PST 2002 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34652 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21:12: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 105D237B41E; Tue, 12 Feb 2002 21:11:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D53fO85202; Tue, 12 Feb 2002 21:03:41 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 21:03:41 -0800 (PST) From: Message-Id: <200202130503.g1D53fO85202@freefall.freebsd.org> To: marcus@marcuscom.com, ade@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/32838: Add LDAP support to mail/evolution Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Add LDAP support to mail/evolution State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Tue Feb 12 21:03:32 PST 2002 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32838 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21:12: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8855637B420; Tue, 12 Feb 2002 21:11:57 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D5AlH89865; Tue, 12 Feb 2002 21:10:47 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 21:10:47 -0800 (PST) From: Message-Id: <200202130510.g1D5AlH89865@freefall.freebsd.org> To: sdn@sprintlabs.com, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34431: gnomedb-0.2.95 fails to build Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomedb-0.2.95 fails to build State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 21:08:27 PST 2002 State-Changed-Why: I also am seeing no such problems with the port. Certainly the configure error log would suggest that something is seriously wrong, yet if gnomedb were broken, there would be howls of protest given its position in the GNOME dependency chain. Please update your OS and ports and try again, reporting back here. Thanks. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 21:08:27 PST 2002 Responsible-Changed-Why: I'll handle it http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21:12: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A70BF37B41F; Tue, 12 Feb 2002 21:11:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1D57hf89340; Tue, 12 Feb 2002 21:07:43 -0800 (PST) (envelope-from ade) Date: Tue, 12 Feb 2002 21:07:43 -0800 (PST) From: Message-Id: <200202130507.g1D57hf89340@freefall.freebsd.org> To: edwin@mavetju.org, ade@FreeBSD.org, gnome@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/34245: [patch] devel/gnomevfs doesn't compile without devel/oaf Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [patch] devel/gnomevfs doesn't compile without devel/oaf State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Tue Feb 12 21:05:39 PST 2002 State-Changed-Why: Can you update your ports tree and try again? I am definitely seeing a dependency from gnomevfs to oaf, and am unable to recreate your problem. If the problem persists, please send a full error log, we don't have much to go on here, and the patch you supplied is definitely the wrong solution to the problem. Responsible-Changed-From-To: gnome->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Feb 12 21:05:39 PST 2002 Responsible-Changed-Why: I'll handle it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34245 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21:19:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 457A837B416; Tue, 12 Feb 2002 21:19:19 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16arp8-000AYt-00; Tue, 12 Feb 2002 21:19:18 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Tue, 12 Feb 2002 23:20:05 -0600 Subject: Re: merging mozilla+ipv6 into mozilla From: Ade Lovett To: Munechika Sumikawa , , Message-ID: In-Reply-To: <20020211.135209.99855904.sumikawa@ebina.hitachi.co.jp> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/11/02 07:52, "Munechika Sumikawa" wrote: > Hi there, > > This patch enables IPv6 supporting for www/mozilla. Looks good to me. You've got my 'yes'. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 21:35:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 0467637B405; Tue, 12 Feb 2002 21:35:22 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 8F49B2B778; Wed, 13 Feb 2002 06:35:12 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 6AD3E2EC; Wed, 13 Feb 2002 16:35:08 +1100 (EST) Date: Wed, 13 Feb 2002 16:35:08 +1100 From: Edwin Groothuis To: ade@FreeBSD.org Cc: freebsd-gnats-submit@freebsd.org, gnome@freebsd.org Subject: Re: ports/34245: [patch] devel/gnomevfs doesn't compile without devel/oaf Message-ID: <20020213163508.Z492@k7.mavetju.org> References: <200202130507.g1D57hf89340@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200202130507.g1D57hf89340@freefall.freebsd.org>; from ade@FreeBSD.org on Tue, Feb 12, 2002 at 09:07:43PM -0800 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Feb 12, 2002 at 09:07:43PM -0800, ade@FreeBSD.org wrote: > Synopsis: [patch] devel/gnomevfs doesn't compile without devel/oaf > > State-Changed-From-To: open->feedback > State-Changed-By: ade > State-Changed-When: Tue Feb 12 21:05:39 PST 2002 > State-Changed-Why: > Can you update your ports tree and try again? I am definitely seeing > a dependency from gnomevfs to oaf, and am unable to recreate your > problem. > > If the problem persists, please send a full error log, we don't have > much to go on here, and the patch you supplied is definitely the > wrong solution to the problem. I have the following makefile: $FreeBSD: ports/devel/gnomevfs/Makefile,v 1.26 2002/01/26 08:05:28 sobomax Exp $ Maybe there shouldn't be checked for liboaf.so.0 but for oaf-config, I don't know. It was just a suggestion. Edwin ===> Extracting for gnomevfs-1.0.4_2 >> Checksum OK for gnome-vfs-1.0.4.tar.gz. ===> gnomevfs-1.0.4_2 depends on executable: msgfmt-new - found ===> gnomevfs-1.0.4_2 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnomevfs-1.0.4_2 depends on executable: gmake - found ===> gnomevfs-1.0.4_2 depends on shared library: gconf-1.1 - found ===> gnomevfs-1.0.4_2 depends on shared library: X11.6 - found ===> gnomevfs-1.0.4_2 depends on shared library: esd.2 - found ===> gnomevfs-1.0.4_2 depends on shared library: glib12.3 - found ===> gnomevfs-1.0.4_2 depends on shared library: gtk12.2 - found ===> gnomevfs-1.0.4_2 depends on shared library: Imlib.5 - found ===> gnomevfs-1.0.4_2 depends on shared library: gnome.5 - found ===> Patching for gnomevfs-1.0.4_2 ===> Applying FreeBSD patches for gnomevfs-1.0.4_2 ===> Configuring for gnomevfs-1.0.4_2 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for perl... /usr/bin/perl checking whether to enable maintainer-specific portions of Makefiles... no checking for strerror in -lcposix... no checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for Cygwin environment... no checking for mingw32 environment... no checking host system type... i386--freebsd4.5 checking build system type... i386--freebsd4.5 checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/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 recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs 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 if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.5 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking for pkg-config... /usr/local/bin/pkg-config checking for gnome-mime-data-2.0... yes checking MIME_DATABASE_CFLAGS... checking MIME_DATABASE_LIBS... checking for gnome-config... /usr/X11R6/bin/gnome-config checking if /usr/X11R6/bin/gnome-config works... yes checking for orbit-config... /usr/local/bin/orbit-config checking for orbit-idl... /usr/local/bin/orbit-idl checking for working ORBit environment... yes checking for gnorba libraries... yes checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.6... yes checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for GTK - version >= 1.2.0... yes checking what warning flags to pass to the C compiler... -Wall -Wunused checking what language compliance flags to pass to the C compiler... checking for pthread_create in -pthread... yes checking for sem_wait in -lrt... no checking size_t in ... yes checking off_t in ... yes checking for ranlib... (cached) ranlib checking for ANSI C header files... yes checking for working const... yes checking for inline... inline checking for working alloca.h... no checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... yes checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... no checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for stpcpy... no checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking for libintl.h... yes checking for gettext in libc... no checking for bindtextdomain in -lintl... yes checking for gettext in libintl... checking for gettext in -lintl... yes yes checking for msgfmt... /usr/local/bin/msgfmt-new checking for dcgettext... no checking for gmsgfmt... /usr/local/bin/msgfmt-new checking for xgettext... /usr/local/bin/xgettext-new checking for catalogs to be installed... az ca da de el es eu fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk wa zh_TW checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for getdtablesize... yes checking for open64... no checking for lseek64... no checking for statvfs... no checking for getdelim... no checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for sys/resource.h... yes checking for sys/vfs.h... no checking for sys/mount.h... yes checking for sys/statvfs.h... no checking for oaf-config... no The program oaf-config was not found checking for xml-config... /usr/local/bin/xml-config checking for gconf-config... /usr/X11R6/bin/gconf-config checking for GCONF - version >= 0.9... yes checking for t_accept in -lnsl... no checking for socket in -lsocket... no checking for socket... yes checking for gethostbyname... yes checking for BZ2_bzCompressInit in -lbz2... yes checking struct linger is available... yes checking for cdda_interface.h... no checking for cdda_paranoia.h... no checking for OpenSSL includes... checking for openssl/ssl.h... yes checking for openssl/x509.h... yes checking for OpenSSL libraries... no checking for gtkdoc-mkdb... false checking for db2html... false updating cache ./config.cache creating ./config.status creating Makefile creating gnome-vfs.spec creating libgnomevfs/gnome-vfs-file-size.h creating idl/Makefile creating libgnomevfs-pthread/Makefile creating libgnomevfs/Makefile creating modules/Makefile creating modules/extfs/Makefile creating modules/extfs/ar creating modules/extfs/cpio creating modules/extfs/deb creating modules/extfs/lha creating modules/extfs/rar creating modules/extfs/zip creating modules/extfs/zoo creating man/Makefile creating man/gnome-vfs-mime.5 creating devel-docs/Makefile creating devel-docs/gnome-vfs-tutorial/Makefile creating po/Makefile.in creating test/Makefile creating test/vfs-run creating doc/Makefile creating config.h <= gnome-vfs configuration summary : Enable profiler : NO GNOME platform : 1.x CFLAGS : -O -pipe -I/usr/X11R6/include LDFLAGS : -L/usr/X11R6/lib ===> Building for gnomevfs-1.0.4_2 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.4' Making all in libgnomevfs gmake[2]: Entering directory `/usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.4/libgnomevfs' /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/usr/X11R6/etc\" -DGNOME_VFS_DATADIR=\"/usr/X11R6/share/gnome\" -DGNOME_VFS_PREFIX=\"/usr/X11R6\" -I.. -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/X11R6/lib\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_THREAD_SAFE -I/usr/local/include -O -pipe -I/usr/X11R6/include -c fnmatch.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/usr/X11R6/etc\" -DGNOME_VFS_DATADIR=\"/usr/X11R6/share/gnome\" -DGNOME_VFS_PREFIX=\"/usr/X11R6\" -I.. -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/X11R6/lib\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_THREAD_SAFE -I/usr/local/include -O -pipe -I/usr/X11R6/include -c fnmatch.c -fPIC -DPIC -o .libs/fnmatch.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/usr/X11R6/etc\" -DGNOME_VFS_DATADIR=\"/usr/X11R6/share/gnome\" -DGNOME_VFS_PREFIX=\"/usr/X11R6\" -I.. -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/X11R6/lib\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_THREAD_SAFE -I/usr/local/include -O -pipe -I/usr/X11R6/include -c fnmatch.c -o fnmatch.o >/dev/null 2>&1 mv -f .libs/fnmatch.lo fnmatch.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/usr/X11R6/etc\" -DGNOME_VFS_DATADIR=\"/usr/X11R6/share/gnome\" -DGNOME_VFS_PREFIX=\"/usr/X11R6\" -I.. -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/X11R6/lib\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_THREAD_SAFE -I/usr/local/include -O -pipe -I/usr/X11R6/include -c gnome-vfs-application-registry.c rm -f .libs/gnome-vfs-application-registry.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOME_VFS_CONFDIR=\"/usr/X11R6/etc\" -DGNOME_VFS_DATADIR=\"/usr/X11R6/share/gnome\" -DGNOME_VFS_PREFIX=\"/usr/X11R6\" -I.. -I../intl -I.. -I../intl -I../libgnomevfs -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DLIBDIR=\"/usr/X11R6/lib\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=\"GnomeVFS\" -D_THREAD_SAFE -I/usr/local/include -O -pipe -I/usr/X11R6/include -c gnome-vfs-application-registry.c -fPIC -DPIC -o .libs/gnome-vfs-application-registry.lo In file included from gnome-vfs-application-registry.h:31, from gnome-vfs-application-registry.c:29: ../libgnomevfs/gnome-vfs-mime-handlers.h:29: liboaf/liboaf.h: No such file or di rectory In file included from gnome-vfs-application-registry.h:31, from gnome-vfs-application-registry.c:29: ../libgnomevfs/gnome-vfs-mime-handlers.h:56: syntax error before `OAF_ServerInfo ' ../libgnomevfs/gnome-vfs-mime-handlers.h:66: syntax error before `*' ../libgnomevfs/gnome-vfs-mime-handlers.h:66: warning: type defaults to `int' in declaration of `gnome_vfs_mime_get_default_component' ../libgnomevfs/gnome-vfs-mime-handlers.h:66: warning: data definition has no typ e or storage class gmake[2]: *** [gnome-vfs-application-registry.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.4/libgnomevfs' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gnomevfs/work/gnome-vfs-1.0.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/devel/gnomevfs. *** Error code 1 Stop in /usr/ports/devel/gnomevfs. *** Error code 1 Stop in /usr/ports/devel/gnomevfs. -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 23:15:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 129A837B405 for ; Tue, 12 Feb 2002 23:15:40 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA29729 for ; Tue, 12 Feb 2002 23:15:34 -0800 Date: Tue, 12 Feb 2002 23:15:33 -0800 From: John Merryweather Cooper To: gnome@freebsd.org Subject: GTK problem with porting audio/alsaplayer Message-ID: <20020212231533.A25856@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_mP3DRpeJDSE+ci" Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.3.1 Lines: 133 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=_mP3DRpeJDSE+ci Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Attached is a ZIP of the port subdirectory for a NEW PORT, audio/alsaplayer. It mostly works (still a few minor niggles on sound output), but it has one BIG bug--the thing is un-killable short of issuing a killall -9 alsaplayer. It looks like the author did some serious wierdness handling the destroy window events, but I'm not sure how to fix it. Could a few of you with more GTK experience than I propose a fix? I've got www/plugger version 4.0 all but ready for release (it's much, much nicer with mozilla than 3.3--acroread4 even displays itself in the browser window just like netscape), but alsaplayer is a key component, and is sort of holding up the show. THANKS! -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ --=_mP3DRpeJDSE+ci Content-Type: application/zip Content-Disposition: attachment; filename="alsaplayer-0.99.53.zip" Content-Transfer-Encoding: base64 UEsDBBQAAAAIAPWsTCyWvHQmNwMAAN4GAAATABUAYWxzYXBsYXllci9NYWtlZmlsZVVUCQAD HfxpPJcQajxVeAQAAAAAAM1UbY+iSBD+TP+KjmPWZBOa0c192Mk4WcTW4QbRALM7uVxieGmF HaAJtOca5b9fATowu97d1yNRqKqnn3q6urpusMn2OOO5KLDP45j5IuIpTtxXtolihjc8v8MY u3HhZrF7YDm6wVNXMOznDF5BFayf4QjPmJfv3PyAR7e3I8B9C3nyFr88v/MwxQuW54c9EIQs xxrnGbzuvyc+fOVf9sxL3CgmXhKRlIkHdANc/VnO2MSe9sFCq6XlmOqCjqWOrsr5lVq2vjTH 0i35/Jn89glpqkPnS0unNmB3QcTRQrUdaq1t3al8G5HdKQr8k4pJznL+HSpAeL5Vsp2nZIxn MVPcNDgo+E8kSaGoF+z3e9KmruEImHXTgR+1xtI/7AUhQ5+sp3RFzelFERnd9Y+VeHuqW6VS +5TULep8fLsln67E48iDUA35i+deVJDhdVQTRWjyrBvTNnP/aCw11ZioNi0VL0oraBK9JjyQ fZ5uou11tgZSp/2FoQZVPfOvDG8ohKxn8/8l6Nmm65f1yqIz/WUsHVhReyZ/6KtRa84X6hNt TThPZ7k0OnHnqTEgAvuSerLRP74Mh40uSIgrR0dq7YqTHtKW5kyfP1t0Tc2vY0lbrWaGOrfH PVl/tyBK/XgXMAzbcR4tqk7XWg0se3UdQMC6oRr3j61R4nnVe22ktcp6Xa0XEsHr7Jhe8v+n YNUCnCTLQVS4HhQcelOwQuDW0/Rh7ay4ZZmltf+t/Gf3PhLhGQy3EWbQj3E3eRcFSa5BOrIc 0EWdSphw8y0TgFuo2iNcUVCsPZbyLn1N+T6VNzBcvCLoH5e2RY0SVWfcnMKlxOfqdM2yuvLm EM64MwqGCJHLAd0DJalGKwGZJHl9QCjjhZAzV/jhHZK+AB+1jBLLWYRlhgfFSY4zEcJkDU4/ 5TptB/Xeoc2/WU+2pZVK09W7nAHTJkoD/BbCsjhkMLuxnLoJw72PxO/hE/4BRSgANbfoCjAx Htwnbhxzn4QPA4hX/BfMz8Ja5Om+EAH0QPW5HcCW8ssFAynNrjSgf9cyRejmrGocwXmsxKLB t4LPhXlH43c39OEDJu266hPGakqK8Hq5gayu999QSwMECgAAAAAAsHJMLPYn1rVEAAAARAAA ABMAFQBhbHNhcGxheWVyL2Rpc3RpbmZvVVQJAANslWk8lxBqPFV4BAAAAAAATUQ1IChhbHNh cGxheWVyLTAuOTkuNTMudGFyLmJ6MikgPSBjMDY4Y2Y5ZDlhYTNlN2JhOWVjM2NjNzQyODQ3 Y2Y4NQpQSwMECgAAAAAAPblMLAAAAAAAAAAAAAAAABEAFQBhbHNhcGxheWVyL2ZpbGVzL1VU CQADRhFqPF8RajxVeAQAAAAAAFBLAwQUAAAACADOfkwslkPASPQAAACQAQAAKQAVAGFsc2Fw bGF5ZXIvZmlsZXMvcGF0Y2gtb3V0cHV0Ojpvc3M6Om9zcy5jVVQJAAMzq2k8lxBqPFV4BAAA AAAAhY/RT4MwEMaf6V9xiYnZUjopSJ0wE6YDXwaa0fcGoWwk2C6j7O+3U+eDSzS5u5fv9313 RwgBPZr9aG70MJx6Vs/0ods6uVZQ6CP4DKgfhSyiAfieRxHG+MLi8FFCJt8sCjSMwtvIuz/R PkoSIPPAvQNsJ6WQJAgcW8eqhweYtIdq+y6VEbUelYHFAiibAoad3g+xxTpdm35id4i2ccti 9cTXYlW+ijLl2Wb5nKcFd69t1jRG5DtzmeVclJSJIo0RvuraRrYgRBfMmRAI/6bWn5TsB3mp PX5pqunaf27Jf844v1bvKqVsLBCgf37C0036cnZ/AFBLAwQUAAAACAABgEwssimLuZEAAAAG AQAAOwAVAGFsc2FwbGF5ZXIvZmlsZXMvcGF0Y2gtaW5wdXQ6OmF1ZGlvZmlsZTo6YXVkaW9m aWxlX2VuZ2luZS5jVVQJAAOCrGk8lxBqPFV4BAAAAAAAjYyxDoIwGIRn+xSXuFkLtAlCiDGd fAJ3U6DCn9TWAH1/IQ5EXFwuly/fnRAC5F9xSk1sKTzI2bXdre/I26RJwkDd7hYtrraGVJB5 lRdVJqGyTDHO+R8n231ZqeKz1xpClscCfM4TtGbAIWVg2JNvXGwtzuM0/yX9hYmVGedCYxb4 LTqqN9DRk6bxxxzIdwt8A1BLAwQUAAAACAD7gEwsfz2eE5oAAAAxAQAAMQAVAGFsc2FwbGF5 ZXIvZmlsZXMvcGF0Y2gtaW5wdXQ6Om1hZDo6bWFkX2VuZ2luZS5jcHBVVAkAA1quaTyXEGo8 VXgEAAAAAAB1zE0OgjAQBeC1nGISl7VQaoKGGNOVJ3Bv+Kk4SR0b2i64vRQXKuhiZvHlvcc5 ByQbfHav2ngXTR2SThtr00eP3eocNJx0DbmEvChFUeYCpBAyYYz9rS5bW/lqKQVc7jc7YNNX KoE1UmNCq+Fwbcib9Hb8NOdbg/UCe6QuIv9KIvmI7I2j+MFqNxsIhGN8vjq47Fc4uvPVNP0E UEsDBBQAAAAIAMOBTCx2uFgCoAAAAOcAAAAoABUAYWxzYXBsYXllci9maWxlcy9wYXRjaC1h cHA6OkFsc2FOb2RlLmNwcFVUCQADzq9pPJcQajxVeAQAAAAAANPV1VVILCjQd8wpTvTLT0nV Sy4o0MsvykznDClNVXBLTVIwNFIwNLMyNLIytlQwMjAw4tLW1sbQgq7a2MrICKLawUFB18hQ x0xBG0iaKzg4cClo6StwAaFyZl5yTmlKqoJScn5eWma6XoYSlzZc0Ka4sli/pLIgtVgvww5J MVg8NzcxDyqclpKaphAa7Bof5OroE+Lp64qiNjkjNQWkEABQSwMEFAAAAAgAo4JMLEI3RH/1 AAAAfAEAACcAFQBhbHNhcGxheWVyL2ZpbGVzL3BhdGNoLWFwcDo6TWFrZWZpbGUuaW5VVAkA A3GxaTyXEGo8VXgEAAAAAAB1j11rgzAUhq/1VxyKF4pLm3jRglBIZtLpVu2IuqtCcDXbZNKK a///UpUOCrs67znvc74QQlB13SKtvvVH0+p5c5yf+ubTKi4aNvodSABkGZJVSDAEGAe27/v3 HXdwgEM8wZQCIgF+WIE/BkptsIHG7E2oZxa9qEKWgg5qs2VPOawB8TIfTYOibfI4FNvu/NXr qjaqbsFx8zJTV8+DsdtoavsT7bivRSwF4xPyD24uiXZpustuuykflLmaKylEVkiWFWBZKHHc 86lTP/2hbnpv0RwP7aXWV4czzs0Ensj1fua4t8zbz4AyGcUqmmY67t+fnln+C1BLAwQUAAAA CABFhkwsHkiRroYCAACTBAAAIAAVAGFsc2FwbGF5ZXIvZmlsZXMvcGF0Y2gtbHRtYWluLnNo VVQJAANBuGk8lxBqPFV4BAAAAAAAjVPRTtswFH1uvuIoBBCkSZq0olBUrZsY0ibtiYftacWt ndaaa0exA2Xi43edBMrQHlalyc3Nueeee2wH0W0txKe7mxkqUzubcfEgVLZRjIuslErYrGJu vU2U2zGpU7sdPiBPxyhGoyLz1xij6Sy/mI0LWLMyO7bH532FKAiSJMFrWWpquRl8FxxfmUYx Rp7PxpezyahlCuI4PmAHd43GrVgBRJ7PJpNZPu1giwWSfDSeDi8Rt8/8AotFgMHaaCd1Iyi8 vg4QxGh/SeW2tWD8LIgJsqtooCU9d0zzeRi9y7yiQ0KXUjMlf7+Fv0/9he+56mWp2MYeyPvE O2wvNvZi4wC92J3hjRJnNEMXzZ+EJcyqkYovDf2VXNm5Nv+Y1xtTTPJieIG4mBSj4VXnC3Ce nCdauJXl52dtAjjCjdGnDkrqX3iUbkvRao2GKBXcVoClpqHPPLUG0qKUe8HTvtgr7mlL2jod b9zz9psJ3AjrO2hBC+620qZp2oO8XF9/EPOR806AM+Ci8kPCaDClYEhNDftkndhZyJII18Ja Vj+9yKGcE9YhjDqbqNoZo5a+81KtQ8wRko3htR9Mtz5N8unVMB8hnuRXo2FedE6VkmzE4Ahf tHW+tzeisqLhJiHSmnqiNDWkpvuOOUkSq6aujBXWz0ZCssbW2UrqrGTKir4jBprtxPw+Euut Qfgj8qcqxDOiH5bMSQRO7fHP9Dw7Pj69J7Sk9m1FGHFZZ5GPQ9I2iOzWPNKcstO3rGqzQfQC R8TJhkOFL6jpGIkHpv67CM/PEHvpEH1oj0DvyDf2tBKQb3yhyMk1el+GtHLGL0i7Eommfv1u 9V9DnJz0Be3+DaPDC7oZ36KDP1BLAwQKAAAAAAAFckwsXcasGiMAAAAjAAAAFgAVAGFsc2Fw bGF5ZXIvcGtnLWNvbW1lbnRVVAkAAymUaTyXEGo8VXgEAAAAAABHcmFwaGljYWwgZnJvbnQg ZW5kIGZvciBsaWJzaWRwbGF5ClBLAwQUAAAACAAFckwsrBlx9wABAABcAQAAFAAVAGFsc2Fw bGF5ZXIvcGtnLWRlc2NyVVQJAAMplGk8lxBqPFV4BAAAAAAAVY4xT8MwEIV3/4obWwliKrUF dUPtQKVUFEU0MLrOJTnh+CLbaZR/zwXBwHTDve+976M4Hs758ydQBANNMH1L1jioA/sE6CtY DBEjvKUl1BzA0TVS1TszZfCLKuwGZ5KEUotQ8CDQ0ScMtbEIB7yRHNtSD4vTawHbzdPqDix3 HXs3gYw5rJR0LcEIOXecyAaGc2CLMcrou6f0B68elsD1T2w/d1QcELbrDHKKCb1KDNIof444 G96nwYvaxAME7LC7YoDIMKKETGPIZ0qVZbmDNqV+p/U4jlmDbCkRxkw0dUGOLPvLLDrp3Hxh 1JvV+lGrl0ux/we2t2gzKzYcGq2+AVBLAwQUAAAACAARqkws624NrfEAAACTBQAAFAAVAGFs c2FwbGF5ZXIvcGtnLXBsaXN0VVQJAAOx9mk8lxBqPFV4BAAAAAAAjZNbboMwEEX/s4quoCjt BrKTaEgGZNV4LI+hze5jk6igYK7zae65xw/s1riGrJK3dONwsKZdDRvj/Bib9JG6T0Khym46 0BV0c4rKAsuCy74/fn0jYpLQGj0bByZZGCD6pQkocloqRw4dXTgjffwpCV6IiiTyX6xYZmSr kTE+18oqoysc+oZAEkeKDDmG9dFa2M85EojC+XO8retFPGvOWwpdVzjJDYEkKZ8HSPPPIJHl ie3A6Sci1YqCMunru1sgpBrESXWHC4RU6tP1rLpWFJTdHL0hW6gkO11NCMNH6QHvZs9XtZM/ bttO+FhGOTzcAVBLAQIXAxQAAAAIAPWsTCyWvHQmNwMAAN4GAAATAA0AAAAAAAEAAACkgQAA AABhbHNhcGxheWVyL01ha2VmaWxlVVQFAAMd/Gk8VXgAAFBLAQIXAwoAAAAAALByTCz2J9a1 RAAAAEQAAAATAA0AAAAAAAEAAACkgX0DAABhbHNhcGxheWVyL2Rpc3RpbmZvVVQFAANslWk8 VXgAAFBLAQIXAwoAAAAAAD25TCwAAAAAAAAAAAAAAAARAA0AAAAAAAAAEADtQQcEAABhbHNh cGxheWVyL2ZpbGVzL1VUBQADRhFqPFV4AABQSwECFwMUAAAACADOfkwslkPASPQAAACQAQAA KQANAAAAAAABAAAApIFLBAAAYWxzYXBsYXllci9maWxlcy9wYXRjaC1vdXRwdXQ6Om9zczo6 b3NzLmNVVAUAAzOraTxVeAAAUEsBAhcDFAAAAAgAAYBMLLIpi7mRAAAABgEAADsADQAAAAAA AQAAAKSBmwUAAGFsc2FwbGF5ZXIvZmlsZXMvcGF0Y2gtaW5wdXQ6OmF1ZGlvZmlsZTo6YXVk aW9maWxlX2VuZ2luZS5jVVQFAAOCrGk8VXgAAFBLAQIXAxQAAAAIAPuATCx/PZ4TmgAAADEB AAAxAA0AAAAAAAEAAACkgZoGAABhbHNhcGxheWVyL2ZpbGVzL3BhdGNoLWlucHV0OjptYWQ6 Om1hZF9lbmdpbmUuY3BwVVQFAANarmk8VXgAAFBLAQIXAxQAAAAIAMOBTCx2uFgCoAAAAOcA AAAoAA0AAAAAAAEAAACkgZgHAABhbHNhcGxheWVyL2ZpbGVzL3BhdGNoLWFwcDo6QWxzYU5v ZGUuY3BwVVQFAAPOr2k8VXgAAFBLAQIXAxQAAAAIAKOCTCxCN0R/9QAAAHwBAAAnAA0AAAAA AAEAAACkgZMIAABhbHNhcGxheWVyL2ZpbGVzL3BhdGNoLWFwcDo6TWFrZWZpbGUuaW5VVAUA A3GxaTxVeAAAUEsBAhcDFAAAAAgARYZMLB5Ika6GAgAAkwQAACAADQAAAAAAAQAAAKSB4gkA AGFsc2FwbGF5ZXIvZmlsZXMvcGF0Y2gtbHRtYWluLnNoVVQFAANBuGk8VXgAAFBLAQIXAwoA AAAAAAVyTCxdxqwaIwAAACMAAAAWAA0AAAAAAAEAAACkgbsMAABhbHNhcGxheWVyL3BrZy1j b21tZW50VVQFAAMplGk8VXgAAFBLAQIXAxQAAAAIAAVyTCysGXH3AAEAAFwBAAAUAA0AAAAA AAEAAACkgScNAABhbHNhcGxheWVyL3BrZy1kZXNjclVUBQADKZRpPFV4AABQSwECFwMUAAAA CAARqkws624NrfEAAACTBQAAFAANAAAAAAABAAAApIFuDgAAYWxzYXBsYXllci9wa2ctcGxp c3RVVAUAA7H2aTxVeAAAUEsFBgAAAAAMAAwAPQQAAKYPAAAAAA== --=_mP3DRpeJDSE+ci-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Feb 12 23:58: 0 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id C3F6737B404 for ; Tue, 12 Feb 2002 23:57:30 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1D7v3F52090; Wed, 13 Feb 2002 09:57:03 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 09:57:03 +0200 From: Jeremy Lea To: Ade Lovett Cc: gnome@FreeBSD.ORG Subject: Re: An interesting issue with bsd.gnome.mk Message-ID: <20020213095703.A51972@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ade@supernews.net on Tue, Feb 12, 2002 at 08:48:33PM -0600 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Tue, Feb 12, 2002 at 08:48:33PM -0600, Ade Lovett wrote: > It doesn't. Try this... Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/x11/xscreensaver/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 22 Jan 2002 15:20:38 -0000 1.45 +++ Makefile 13 Feb 2002 07:56:05 -0000 @@ -28,6 +28,7 @@ .include .if defined(HAVE_GNOME) +USE_GNOME= yes CONFIGURE_ARGS+= --with-gnome .else CONFIGURE_ARGS+= --without-gnome -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 0: 1:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 91E2237B416 for ; Wed, 13 Feb 2002 00:01:07 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1CF2V657791; Tue, 12 Feb 2002 10:02:31 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Feb 2002 10:02:31 -0500 (EST) From: Joe Clarke To: Roger Hardiman Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: iconv and givonc In-Reply-To: <007e01c1b39f$d19d3f40$0400000a@dmem.strath.ac.uk> Message-ID: <20020212100008.J57748-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 12 Feb 2002, Roger Hardiman wrote: > Hi, > I'm the maintainer of the gnomemeeting port. > > GnomeMeeting uses iconv (part of intltool) for the international > languages. > > Problem is that the intltool system builds scripts (like intltool-merge) > which execute 'iconv' and I want them to execute 'giconv' > (iconv is a BSD Licenced app the iconv port > giconv is the gnu iconv in the libiconv port) What most of the GNOME ports do is some pre-patch Perl magic to sub iconv with giconv in places like configure, and various source files. I looked at gnomemeeting, and it looks like you're already doing this in patch-ac. Joe > > The Gnome developer I spoke to on IRC said he did not > know how to make intltool generate iconv and not giconv > in scripts. > > Is there anything we can do? > > Cheers > Roger > roger@freebsd.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 0:56:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sprinkle.netspace.net.au (sprinkle.netspace.net.au [203.10.110.77]) by hub.freebsd.org (Postfix) with ESMTP id 3C75737B416 for ; Wed, 13 Feb 2002 00:56:35 -0800 (PST) Received: (from nobody@localhost) by sprinkle.netspace.net.au (8.11.3/8.11.3) id g1D8uWb46765 for freebsd-gnome@FreeBSD.ORG; Wed, 13 Feb 2002 19:56:32 +1100 (EST) (envelope-from rgipps@netspace.net.au) To: freebsd-gnome@FreeBSD.ORG Message-ID: <1013590592.3c6a2a40c9d60@webmail.netspace.net.au> Date: Wed, 13 Feb 2002 19:56:32 +1100 (EST) From: rgipps@netspace.net.au MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 X-Originating-IP: 193.116.28.254 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG auth ed556908 subscribe freebsd-gnome rgipps@netspace.net.au ------------------------------------------------------------ This email sent from Netspace Webemail: www.netspace.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 1:24:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id CBC3237B404 for ; Wed, 13 Feb 2002 01:24:06 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA97258 for ; Wed, 13 Feb 2002 11:23:59 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h132.228.dialup.iptcom.net [212.9.228.132]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA53952 for ; Wed, 13 Feb 2002 11:23:50 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1D9NJd88009 for ; Wed, 13 Feb 2002 11:23:19 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A309F.64352072@FreeBSD.org> Date: Wed, 13 Feb 2002 11:23:43 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: Removing old compatibility tweaks from ORBit, gnomevfs and libglade [path for testing] Content-Type: multipart/mixed; boundary="------------A955FBEE77CBD0AAD0420964" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------A955FBEE77CBD0AAD0420964 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi folks! Since GNOME2 is coming we have to remove old compatibility tweaks from the number of ports and fix all resulting breakages. Therefore, I would be nice if someone will run attached patch through the full build of the gnome-fifth-toe and report any problems. Thanks! -Maxim --------------A955FBEE77CBD0AAD0420964 Content-Type: text/plain; charset=koi8-r; name="gnome.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gnome.diff" ? devel/gnomevfs/pkg-plist,v Index: devel/ORBit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/Makefile,v retrieving revision 1.58 diff -d -u -r1.58 Makefile --- devel/ORBit/Makefile 29 Jan 2002 10:16:25 -0000 1.58 +++ devel/ORBit/Makefile 13 Feb 2002 09:19:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit @@ -35,15 +35,5 @@ @if [ ! -f ${PREFIX}/etc/orbitrc ]; then \ ${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \ fi -.for dir in IIOP ORBitservices ORBitutil orb orbit-idl2.h - @if [ -L ${PREFIX}/include/${dir} ]; then \ - ${RM} -f ${PREFIX}/include/${dir}; \ - fi - @${LN} -sf ${PREFIX}/include/orbit-1.0/${dir} ${PREFIX}/include/${dir} -.endfor - @if [ -L ${PREFIX}/include/libIDL ]; then \ - ${RM} -f ${PREFIX}/include/libIDL; \ - fi - @${LN} -sf ${PREFIX}/include/libIDL-1.0/libIDL ${PREFIX}/include/libIDL .include Index: devel/ORBit/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/pkg-plist,v retrieving revision 1.14 diff -d -u -r1.14 pkg-plist --- devel/ORBit/pkg-plist 13 Jan 2002 12:51:13 -0000 1.14 +++ devel/ORBit/pkg-plist 13 Feb 2002 09:19:03 -0000 @@ -10,12 +10,7 @@ @unexec if cmp -s %D/etc/orbitrc.default %D/etc/orbitrc; then rm -f %D/etc/orbitrc; fi etc/orbitrc.default @exec if [ ! -f %D/etc/orbitrc ] ; then cp -p %D/%F %B/orbitrc; fi -include/IIOP -include/ORBitservices -include/ORBitutil -include/libIDL include/libIDL-1.0/libIDL/IDL.h -include/orb include/orbit-1.0/IIOP/IIOP-config.h include/orbit-1.0/IIOP/IIOP-types.h include/orbit-1.0/IIOP/IIOP.h @@ -72,7 +67,6 @@ include/orbit-1.0/orb/sequences.h include/orbit-1.0/orb/typecode.h include/orbit-1.0/orbit-idl2.h -include/orbit-idl2.h @unexec install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info @exec install-info %D/info/libIDL.info %D/info/dir Index: devel/gnomevfs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/Makefile,v retrieving revision 1.26 diff -d -u -r1.26 Makefile --- devel/gnomevfs/Makefile 26 Jan 2002 08:05:28 -0000 1.26 +++ devel/gnomevfs/Makefile 13 Feb 2002 09:19:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= gnomevfs PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-vfs @@ -44,12 +44,5 @@ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' @find ${WRKSRC} -name 'xml-i18n-*' | xargs ${PERL} -pi -e \ 's|/usr/local/bin/perl|${PERL}|g' - -post-install: - @if [ -L ${PREFIX}/include/libgnomevfs ]; then \ - ${RM} -f ${PREFIX}/include/libgnomevfs; \ - fi - ${LN} -sf ${PREFIX}/include/gnome-vfs-1.0/libgnomevfs \ - ${PREFIX}/include/libgnomevfs .include Index: devel/gnomevfs/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- devel/gnomevfs/pkg-plist 26 Jan 2002 14:15:15 -0000 1.13 +++ devel/gnomevfs/pkg-plist 13 Feb 2002 09:19:03 -0000 @@ -48,7 +48,6 @@ include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h -include/libgnomevfs lib/libgnomevfs-pthread.so lib/libgnomevfs.a lib/libgnomevfs.so Index: devel/libglade/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libglade/Makefile,v retrieving revision 1.28 diff -d -u -r1.28 Makefile --- devel/libglade/Makefile 15 Sep 2001 22:33:09 -0000 1.28 +++ devel/libglade/Makefile 13 Feb 2002 09:19:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= libglade PORTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libglade @@ -26,11 +26,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-install: - @if [ -L ${PREFIX}/include/glade ]; then \ - ${RM} -f ${PREFIX}/include/glade; \ - fi - @${LN} -sf ${PREFIX}/include/libglade-1.0/glade ${PREFIX}/include/glade .include Index: devel/libglade/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/libglade/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- devel/libglade/pkg-plist 16 Sep 2001 00:21:07 -0000 1.13 +++ devel/libglade/pkg-plist 13 Feb 2002 09:19:03 -0000 @@ -24,6 +24,3 @@ share/aclocal/libglade.m4 @dirrm include/libglade-1.0/glade @dirrm include/libglade-1.0 -@exec /bin/rm -rf %D/include/glade -@exec /bin/ln -sf libglade-1.0/glade %D/include/glade -@unexec /bin/rm -f %D/include/glade --------------A955FBEE77CBD0AAD0420964-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 1:44:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 7154237B404; Wed, 13 Feb 2002 01:44:36 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA17181; Wed, 13 Feb 2002 11:44:31 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h92.228.dialup.iptcom.net [212.9.228.92]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA65801; Wed, 13 Feb 2002 11:44:29 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1D9hHd88052; Wed, 13 Feb 2002 11:43:17 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A354D.43BA66AD@FreeBSD.org> Date: Wed, 13 Feb 2002 11:43:41 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Jeremy Lea Cc: freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: <20020213002751.A47581@shale.csir.co.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeremy Lea wrote: > > Hi, > > I've been playing a bit with a mozilla-lite port, which would basically be > to mozilla what netscape-navigator is to netscape-communicator, because I > don't think that most people are using the Mail/News client, or need MathML, > or Chatzilla SVG etc. However, I want to keep building these so we can test > them on FreeBSD. > > While doing this I'v come across a bunch of kruft in the port, and would > like to do a tidy up. There is also a bugzilla bug (112987) to get our > patches back into the main tree. I notice that the NSPR one's made 0.9.8, > but I still need to finalise the other patches. > > Attached is a patch to make a mozilla-lite port. I'm planning on making a > mozilla lite port slaved to the mozilla port though, like mozilla-embedded. > This is just for testing, so I can compare to the standard mozilla port. > > One handy feature, which I might polish for bsd.port.mk is a tar-exclude > list, which makes the extraction (even with DIRPREF) much faster. > > The big changes are in revising the CONFIGURE_ARGS to match reality and > putting CFLAGS back where they belong. I've actually tested the > mozilla-lite port up to -O6 on -CURRENT, and it seems to be fine, although I > need to do some playing with the options. I'd compile the mozilla-lite port > with some optimisation purely because I think it needs to be faster rather > than more stable... > > What do people think? In general looks fine to me, however I'm little concerned about the fact that your patch removes all CXX, CFLAGS and -pthread tweaks. Have you verifyed that -D_THREAD_SAFE/-pthread is inserted where appropriate and that system CXX and CFLAGS are respected everywhere? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 1:49:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 0917637B416; Wed, 13 Feb 2002 01:49:38 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA21947; Wed, 13 Feb 2002 11:49:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h35.228.dialup.iptcom.net [212.9.228.35]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA68420; Wed, 13 Feb 2002 11:49:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1D9mMd88083; Wed, 13 Feb 2002 11:48:22 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A367E.121B3571@FreeBSD.org> Date: Wed, 13 Feb 2002 11:48:46 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: Jeremy Lea , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > On 02/12/02 16:27, "Jeremy Lea" wrote: > > [massive snippage] > > > > What do people think? > > I like it. I've also been toying with the idea of a little knob (or a > simple slave port) on the mozilla port to automatically bring in > mozilla-headers and mozilla-embedded and install them. Sort of the opposite > of what you're talking about (call it mozilla-full). Things like > gnome-fifth-toe might be a little bit less of a headache, when you've > already gone through one compilation of mozilla (to get mozilla-embedded for > nautilus to get GNOME), only to be immediately faced with another > compilation (mozilla being the first item in gnome-fifth-toe). You don't really need this, because mozilla, mozilla-embedded and mozilla-headers share *the same* WRKSRC, so that whatever your installation order is the mozilla being built only once. This was one of the primary design goals of the mozilla-embedded/mozilla-headers. > Perhaps we could combine this, and also bring in the IPv6 patch (so we can > pitch mozilla+ipv6) we can clean it up for good. No problems here, provided that the resulting patchset is throughly tested both on -stable and -current before it is committed. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6: 9:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id F3EDA37B416; Wed, 13 Feb 2002 06:09:30 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b06E-000BBs-00; Wed, 13 Feb 2002 06:09:30 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 08:10:17 -0600 Subject: Re: A mozilla lite port. From: Ade Lovett To: Maxim Sobolev Cc: Jeremy Lea , Message-ID: In-Reply-To: <3C6A367E.121B3571@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 03:48, "Maxim Sobolev" wrote: > You don't really need this, because mozilla, mozilla-embedded and > mozilla-headers share *the same* WRKSRC, so that whatever your > installation order is the mozilla being built only once. This was one > of the primary design goals of the mozilla-embedded/mozilla-headers. Yes. However, consider the all-too-familiar scenario: cd /usr/ports/x11/gnome; make install clean cd /usr/ports/x11/gnome-fifth-toe; make install clean And watch www/mozilla being built twice. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6:25:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 3F97637B405; Wed, 13 Feb 2002 06:25:21 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA02928; Wed, 13 Feb 2002 16:25:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h177.234.dialup.iptcom.net [212.9.234.177]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA09186; Wed, 13 Feb 2002 16:25:11 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DELXd88840; Wed, 13 Feb 2002 16:21:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A7682.75FBE52@FreeBSD.org> Date: Wed, 13 Feb 2002 16:21:54 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: Jeremy Lea , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > On 02/13/02 03:48, "Maxim Sobolev" wrote: > > You don't really need this, because mozilla, mozilla-embedded and > > mozilla-headers share *the same* WRKSRC, so that whatever your > > installation order is the mozilla being built only once. This was one > > of the primary design goals of the mozilla-embedded/mozilla-headers. > > Yes. However, consider the all-too-familiar scenario: > > cd /usr/ports/x11/gnome; make install clean > cd /usr/ports/x11/gnome-fifth-toe; make install clean > > And watch www/mozilla being built twice. This is the price one pays for not thinking the process out. I do not see why we should do something about it. Consider the following scenario: cd /usr/ports/x11/gnome; make install clean rm -rf / [bang] :) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6:35:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 16EC337B400; Wed, 13 Feb 2002 06:34:47 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA11320; Wed, 13 Feb 2002 16:34:41 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h177.234.dialup.iptcom.net [212.9.234.177]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA13736; Wed, 13 Feb 2002 16:34:34 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DEY3d88887; Wed, 13 Feb 2002 16:34:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A7970.BA6ABF07@FreeBSD.org> Date: Wed, 13 Feb 2002 16:34:24 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Jeremy Lea Cc: Ade Lovett , gnome@FreeBSD.org, dougb@FreeBSD.org Subject: Re: An interesting issue with bsd.gnome.mk References: <20020213095703.A51972@shale.csir.co.za> Content-Type: multipart/mixed; boundary="------------CC7FA13CC7600AB27F37B092" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------CC7FA13CC7600AB27F37B092 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Jeremy Lea wrote: > > Hi, > > On Tue, Feb 12, 2002 at 08:48:33PM -0600, Ade Lovett wrote: > > It doesn't. > > Try this... Attached patch should fix xscreensaver+GNOME properly. Doug, please give your blessing. There is another problem - namely the fact that gnomecc installs its own version of the screensaver capplet replacing gomecc's one. My proposition is to disable gnomecc's version of the capplet, because it is null and void without xscreensaver port installed anyway. -Maxim --------------CC7FA13CC7600AB27F37B092 Content-Type: text/plain; charset=koi8-r; name="xscreensaver.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xscreensaver.diff" ? pkg-plist,v Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xscreensaver/Makefile,v retrieving revision 1.45 diff -d -u -r1.45 Makefile --- Makefile 22 Jan 2002 15:20:38 -0000 1.45 +++ Makefile 13 Feb 2002 14:33:38 -0000 @@ -28,6 +28,7 @@ .include .if defined(HAVE_GNOME) +USE_GNOME= yes CONFIGURE_ARGS+= --with-gnome .else CONFIGURE_ARGS+= --without-gnome Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/xscreensaver/pkg-plist,v retrieving revision 1.24 diff -d -u -r1.24 pkg-plist --- pkg-plist 14 Jan 2002 03:04:03 -0000 1.24 +++ pkg-plist 13 Feb 2002 14:33:38 -0000 @@ -1,3 +1,4 @@ +%%GNOME:%%bin/screensaver-properties-capplet bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-demo @@ -134,6 +135,15 @@ bin/xscreensaver-hacks/xsublim bin/xscreensaver-hacks/xteevee bin/xscreensaver-hacks/zoom +%%GNOME:%%share/gnome/control-center/Desktop/screensaver-properties.desktop +%%GNOME:%%share/gnome/gnome/apps/Settings/Desktop/screensaver-properties.desktop +%%GNOME:%%share/gnome/pixmaps/screensaver-cmndln.xpm +%%GNOME:%%share/gnome/pixmaps/screensaver-colorselector.xpm +%%GNOME:%%share/gnome/pixmaps/screensaver-diagnostic.xpm +%%GNOME:%%share/gnome/pixmaps/screensaver-locking.xpm +%%GNOME:%%share/gnome/pixmaps/screensaver-power.xpm +%%GNOME:%%share/gnome/pixmaps/screensaver-snap.xpm +%%GNOME:%%share/gnome/pixmaps/xscreensaver.xpm share/xscreensaver/config/README share/xscreensaver/config/ant.xml share/xscreensaver/config/atlantis.xml Index: files/patch-ab =================================================================== RCS file: /home/ncvs/ports/x11/xscreensaver/files/patch-ab,v retrieving revision 1.8 diff -d -u -r1.8 patch-ab --- files/patch-ab 14 Jan 2002 03:04:04 -0000 1.8 +++ files/patch-ab 13 Feb 2002 14:33:38 -0000 @@ -1,5 +1,8 @@ ---- configure.orig Wed Jan 2 00:15:22 2002 -+++ configure Sun Jan 13 15:52:38 2002 + +$FreeBSD$ + +--- configure.orig Wed Jan 2 10:15:22 2002 ++++ configure Wed Feb 13 15:53:35 2002 @@ -5999,7 +5999,7 @@ PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err" elif test "$have_kerberos" = yes ; then @@ -9,11 +12,13 @@ fi if test "$have_kerberos" = yes ; then -@@ -9883,6 +9883,8 @@ +@@ -9881,8 +9881,8 @@ + # Now that we know whether we have Gnome, we can decide where the XML + # config files get installed. if test -z "$HACK_CONF_DIR" ; then - if test -n "$GNOME_DATADIR" ; then - HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers' -+ elif test -n "$CONFIGDIR" ; then +- if test -n "$GNOME_DATADIR" ; then +- HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers' ++ if test -n "$CONFIGDIR" ; then + HACK_CONF_DIR="$CONFIGDIR" else HACK_CONF_DIR='${prefix}/lib/xscreensaver/config' --------------CC7FA13CC7600AB27F37B092-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6:37:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 3311337B400; Wed, 13 Feb 2002 06:37:27 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b0XG-000BEG-00; Wed, 13 Feb 2002 06:37:26 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 08:38:13 -0600 Subject: Re: A mozilla lite port. From: Ade Lovett To: Maxim Sobolev Cc: Jeremy Lea , Message-ID: In-Reply-To: <3C6A7682.75FBE52@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 08:21, "Maxim Sobolev" wrote: > Ade Lovett wrote: >> >> On 02/13/02 03:48, "Maxim Sobolev" wrote: >>> You don't really need this, because mozilla, mozilla-embedded and >>> mozilla-headers share *the same* WRKSRC, so that whatever your >>> installation order is the mozilla being built only once. This was one >>> of the primary design goals of the mozilla-embedded/mozilla-headers. >> >> Yes. However, consider the all-too-familiar scenario: >> >> cd /usr/ports/x11/gnome; make install clean >> cd /usr/ports/x11/gnome-fifth-toe; make install clean >> >> And watch www/mozilla being built twice. > > This is the price one pays for not thinking the process out. I do not > see why we should do something about it. That's a ridiculous assumption. If I have x11/gnome installed, and then proceed on to x11/gnome-fifth-toe, having cleaned out apx 2GB (a signifcant amount of data, even with today's drives) of expanded tarfiles and built sources from x11/gnome, before starting on gnome-fifth-toe, then the very first thing gnome-fifth-toe does is to build mozilla, having just, as the second-to-last item of x11/gnome, built mozilla previously, to get mozilla-embedded, for nautilus. This is silly. > Consider the following > scenario: > > cd /usr/ports/x11/gnome; make install clean > rm -rf / > [bang] > :) Whilst the smiley is noted, this is hardly a comparable situation, since I'm staying well and truly within the realms of the ports tree :) -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6:46:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id E0DB337B405; Wed, 13 Feb 2002 06:46:48 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b0gK-000BFB-00; Wed, 13 Feb 2002 06:46:48 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 08:47:35 -0600 Subject: Re: An interesting issue with bsd.gnome.mk From: Ade Lovett To: Maxim Sobolev , Jeremy Lea Cc: , Message-ID: In-Reply-To: <3C6A7970.BA6ABF07@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 08:34, "Maxim Sobolev" wrote: > Jeremy Lea wrote: >> >> Hi, >> >> On Tue, Feb 12, 2002 at 08:48:33PM -0600, Ade Lovett wrote: >>> It doesn't. >> >> Try this... > > Attached patch should fix xscreensaver+GNOME properly. Doug, please > give your blessing. > > There is another problem - namely the fact that gnomecc installs its > own version of the screensaver capplet replacing gomecc's one. My > proposition is to disable gnomecc's version of the capplet, because it > is null and void without xscreensaver port installed anyway. I have patches to remove the controlcenter capplet, I'm just toying with the idea of whether I should make x11/xscreensaver a direct dependency of x11/gnomecore, so that the end-user does have a usable screensaver capability with just installing the basic core GNOME components. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 6:57:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 6432637B41C; Wed, 13 Feb 2002 06:57:36 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1DEvUC54869; Wed, 13 Feb 2002 16:57:30 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 16:57:30 +0200 From: Jeremy Lea To: Maxim Sobolev Cc: Ade Lovett , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. Message-ID: <20020213165730.A54758@shale.csir.co.za> References: <3C6A7682.75FBE52@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C6A7682.75FBE52@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Feb 13, 2002 at 04:21:54PM +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 04:21:54PM +0200, Maxim Sobolev wrote: > This is the price one pays for not thinking the process out. I do not > see why we should do something about it. Consider the following > scenario: > > cd /usr/ports/x11/gnome; make install clean > rm -rf / > [bang] > :) Maxim: Stop being silly. Ade and I might have been AWOL for a while, but we're not new to this game. Ade: Yes, I'm going to solve this. Properly. Patches soon. I'm tempted to make mozilla-embedded a slave to mozilla-lite too. Hopefully one day the mozilla developers will make XUL an optional part of Gecko. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:12:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 9097F37B4AE; Wed, 13 Feb 2002 07:11:40 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA46648; Wed, 13 Feb 2002 17:11:37 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h24.234.dialup.iptcom.net [212.9.234.24]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA32871; Wed, 13 Feb 2002 17:11:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DFB4d89032; Wed, 13 Feb 2002 17:11:04 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A821D.6C235A89@FreeBSD.org> Date: Wed, 13 Feb 2002 17:11:25 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: Jeremy Lea , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > On 02/13/02 08:21, "Maxim Sobolev" wrote: > > > Ade Lovett wrote: > >> > >> On 02/13/02 03:48, "Maxim Sobolev" wrote: > >>> You don't really need this, because mozilla, mozilla-embedded and > >>> mozilla-headers share *the same* WRKSRC, so that whatever your > >>> installation order is the mozilla being built only once. This was one > >>> of the primary design goals of the mozilla-embedded/mozilla-headers. > >> > >> Yes. However, consider the all-too-familiar scenario: > >> > >> cd /usr/ports/x11/gnome; make install clean > >> cd /usr/ports/x11/gnome-fifth-toe; make install clean > >> > >> And watch www/mozilla being built twice. > > > > This is the price one pays for not thinking the process out. I do not > > see why we should do something about it. > > That's a ridiculous assumption. If I have x11/gnome installed, and then > proceed on to x11/gnome-fifth-toe, having cleaned out apx 2GB (a signifcant > amount of data, even with today's drives) of expanded tarfiles and built > sources from x11/gnome, before starting on gnome-fifth-toe, then the very > first thing gnome-fifth-toe does is to build mozilla, having just, as the > second-to-last item of x11/gnome, built mozilla previously, to get > mozilla-embedded, for nautilus. This is silly. Well, then just make nautilus using mozilla instead of mozilla-embedded. There is even knob for that in nautilus/Makefile. I do not see any other reasonable way to cope with the problem, do you? Perhaps we have to just nuke Mozilla from gnome-fifth-toe, considering that galeon could be used for browsing instead. -Maxim > > Consider the following > > scenario: > > > > cd /usr/ports/x11/gnome; make install clean > > rm -rf / > > [bang] > > :) > > Whilst the smiley is noted, this is hardly a comparable situation, since I'm > staying well and truly within the realms of the ports tree :) > > -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:35:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id E0D6637B402; Wed, 13 Feb 2002 07:35:03 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id RAA72216; Wed, 13 Feb 2002 17:34:53 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h17.229.dialup.iptcom.net [212.9.229.17]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA44354; Wed, 13 Feb 2002 17:34:49 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DFXcd89101; Wed, 13 Feb 2002 17:33:38 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A8767.E24194A3@FreeBSD.org> Date: Wed, 13 Feb 2002 17:33:59 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ade Lovett Cc: Jeremy Lea , gnome@FreeBSD.org, dougb@FreeBSD.org Subject: Re: An interesting issue with bsd.gnome.mk References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade Lovett wrote: > > On 02/13/02 08:34, "Maxim Sobolev" wrote: > > > Jeremy Lea wrote: > >> > >> Hi, > >> > >> On Tue, Feb 12, 2002 at 08:48:33PM -0600, Ade Lovett wrote: > >>> It doesn't. > >> > >> Try this... > > > > Attached patch should fix xscreensaver+GNOME properly. Doug, please > > give your blessing. > > > > There is another problem - namely the fact that gnomecc installs its > > own version of the screensaver capplet replacing gomecc's one. My > > proposition is to disable gnomecc's version of the capplet, because it > > is null and void without xscreensaver port installed anyway. > > I have patches to remove the controlcenter capplet, I'm just toying with the > idea of whether I should make x11/xscreensaver a direct dependency of > x11/gnomecore, so that the end-user does have a usable screensaver > capability with just installing the basic core GNOME components. While I like the idea, please note that in this case you'll have to make xscreensaver build -gnome version on bento by default (just like sawfish or AbiWord does). Otherwise, dependency chain recorded in the gnome metapackage would contain reference to xscreensaver-gnome package (due to the fact that when dependency chain for gnome metaport is being generated autodetection mechanism in the bsd.gnome.mk kicks in and changes PKGNAME of the xscreensaver accordingly), while xscreensaver package built on bento in a usual clean-room environment will be non-gnome version, resulting in the inability to install gnome metapackage from the net or CD due to missed xscreensaver-gnome package (the problem we had with sawfish in 4.4 and earlier releases). However, I donno whether or not Doug is ready to tolerate absence of non-gnome version of the pre-built xscreensaver package. Another option is to create x11/xscreensaver-gnome port which builds gnomized version in all cases and make gnome depend on it instead. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:39:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 0164237B402; Wed, 13 Feb 2002 07:39:16 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DFdoR65470; Wed, 13 Feb 2002 10:39:50 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 10:39:50 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: Ade Lovett , Jeremy Lea , Subject: Re: A mozilla lite port. In-Reply-To: <3C6A821D.6C235A89@FreeBSD.org> Message-ID: <20020213102953.G65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Maxim Sobolev wrote: > Ade Lovett wrote: > > > > On 02/13/02 08:21, "Maxim Sobolev" wrote: > > > > > Ade Lovett wrote: > > >> > > >> On 02/13/02 03:48, "Maxim Sobolev" wrote: > > >>> You don't really need this, because mozilla, mozilla-embedded and > > >>> mozilla-headers share *the same* WRKSRC, so that whatever your > > >>> installation order is the mozilla being built only once. This was one > > >>> of the primary design goals of the mozilla-embedded/mozilla-headers. > > >> > > >> Yes. However, consider the all-too-familiar scenario: > > >> > > >> cd /usr/ports/x11/gnome; make install clean > > >> cd /usr/ports/x11/gnome-fifth-toe; make install clean > > >> > > >> And watch www/mozilla being built twice. > > > > > > This is the price one pays for not thinking the process out. I do not > > > see why we should do something about it. > > > > That's a ridiculous assumption. If I have x11/gnome installed, and then > > proceed on to x11/gnome-fifth-toe, having cleaned out apx 2GB (a signifcant > > amount of data, even with today's drives) of expanded tarfiles and built > > sources from x11/gnome, before starting on gnome-fifth-toe, then the very > > first thing gnome-fifth-toe does is to build mozilla, having just, as the > > second-to-last item of x11/gnome, built mozilla previously, to get > > mozilla-embedded, for nautilus. This is silly. > > Well, then just make nautilus using mozilla instead of > mozilla-embedded. There is even knob for that in nautilus/Makefile. I > do not see any other reasonable way to cope with the problem, do you? > Perhaps we have to just nuke Mozilla from gnome-fifth-toe, considering > that galeon could be used for browsing instead. Nautilus wants to use mozilla-embedded period. There is a galeon Makefile option for FULL_MOZILLA, but not in nautilus. Something should be added to Nautilus' Makefile like this so that users can build one true Mozilla, once: --- Makefile.orig Wed Feb 13 10:30:55 2002 +++ Makefile Wed Feb 13 10:33:34 2002 @@ -21,7 +21,11 @@ eel.0:${PORTSDIR}/x11-toolkits/eel .if !defined(WITHOUT_MOZILLA) +.if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded +.else +MOZILLA= mozilla +.endif BUILD_DEPENDS+= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} @@ -55,7 +59,14 @@ .if !defined(WITHOUT_MOZILLA) pre-extract: - @${ECHO} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA" +.if !defined(WITH_FULL_MOZILLA) + @${ECHO_MSG} + @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" + @${ECHO_MSG} " planning to use both Mozilla and Galeon you can instruct it to use mozilla by" + @${ECHO_MSG} " defining \"WITH_FULL_MOZILLA\"." + @${ECHO_MSG} +.endif + @${ECHO_MSG} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA" .endif pre-patch: As another consideration, since Mozilla embedded seems to cause problems with Galeon, why not nuke it altogether, and force people to use FULL_MOZILLA. Then, with Jeremy's mozilla-lite port, this becomes a much less daunting thing. Just a thought. Joe > > -Maxim > > > > Consider the following > > > scenario: > > > > > > cd /usr/ports/x11/gnome; make install clean > > > rm -rf / > > > [bang] > > > :) > > > > Whilst the smiley is noted, this is hardly a comparable situation, since I'm > > staying well and truly within the realms of the ports tree :) > > > > -aDe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:42: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DDD837B400; Wed, 13 Feb 2002 07:42:00 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1DFfmE12423; Wed, 13 Feb 2002 07:41:48 -0800 (PST) (envelope-from petef) Date: Wed, 13 Feb 2002 07:41:48 -0800 (PST) From: Message-Id: <200202131541.g1DFfmE12423@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34904: graphics/imlib is not LOCALBASE clean Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: graphics/imlib is not LOCALBASE clean Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Wed Feb 13 07:41:41 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:42: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D91A037B405; Wed, 13 Feb 2002 07:41:59 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1DFfRd12287; Wed, 13 Feb 2002 07:41:27 -0800 (PST) (envelope-from petef) Date: Wed, 13 Feb 2002 07:41:27 -0800 (PST) From: Message-Id: <200202131541.g1DFfRd12287@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34901: sodipodi-0.24.1 core dumps Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: sodipodi-0.24.1 core dumps Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Wed Feb 13 07:41:19 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 7:42:52 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 404E237B400; Wed, 13 Feb 2002 07:42:50 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b1YY-000BKM-00; Wed, 13 Feb 2002 07:42:50 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 09:43:37 -0600 Subject: Re: An interesting issue with bsd.gnome.mk From: Ade Lovett To: Maxim Sobolev Cc: Jeremy Lea , , Message-ID: In-Reply-To: <3C6A8767.E24194A3@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 09:33, "Maxim Sobolev" wrote: > Another option is to create x11/xscreensaver-gnome port which builds > gnomized version in all cases and make gnome depend on it instead. This is what I was planning on doing, just a simple slave port that sets USE_GNOME and a few other bits and pieces from the existing makefile. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 8: 0:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id D8A1B37B482; Wed, 13 Feb 2002 08:00:22 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b1pW-000BM3-00; Wed, 13 Feb 2002 08:00:22 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 10:01:09 -0600 Subject: Re: Removing old compatibility tweaks from ORBit, gnomevfs and libglade [path for testing] From: Ade Lovett To: Maxim Sobolev , Message-ID: In-Reply-To: <3C6A309F.64352072@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 03:23, "Maxim Sobolev" wrote: > Hi folks! > > Since GNOME2 is coming we have to remove old compatibility tweaks from > the number of ports and fix all resulting breakages. Therefore, I > would be nice if someone will run attached patch through the full > build of the gnome-fifth-toe and report any problems. Unless someone beats me to it, I'll run through a full gnome and gnome-fifth-toe build with these patches in place later on today, after I finish shoe-horning x11/xscreensaver into the real world. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 8: 4:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 5D13C37B416; Wed, 13 Feb 2002 08:04:12 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA99198; Wed, 13 Feb 2002 18:04:09 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h165.229.dialup.iptcom.net [212.9.229.165]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA57369; Wed, 13 Feb 2002 18:04:08 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DFHmd89068; Wed, 13 Feb 2002 17:17:48 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A83B1.CFF9DE30@FreeBSD.org> Date: Wed, 13 Feb 2002 17:18:09 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Jeremy Lea Cc: Ade Lovett , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: <3C6A7682.75FBE52@FreeBSD.org> <20020213165730.A54758@shale.csir.co.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeremy Lea wrote: > > Hi, > > [...] > > I'm tempted to make mozilla-embedded a slave to mozilla-lite too. > Hopefully one day the mozilla developers will make XUL an optional part > of Gecko. Doesn't look like a good idea to me, because then user who wants to build both mozilla and mozilla-embedded would have to build mozilla twice, as obviously mozilla and mozilla-litle couldn't share the same WRKSRC due to different configure-time settings. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 8:12:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 99D5137B417; Wed, 13 Feb 2002 08:12:01 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA07196; Wed, 13 Feb 2002 18:11:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h44.229.dialup.iptcom.net [212.9.229.44]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA61084; Wed, 13 Feb 2002 18:11:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DGACd89273; Wed, 13 Feb 2002 18:10:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6A8FF9.B01314D2@FreeBSD.org> Date: Wed, 13 Feb 2002 18:10:33 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Clarke Cc: Ade Lovett , Jeremy Lea , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: <20020213102953.G65221-100000@shumai.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Clarke wrote: > > On Wed, 13 Feb 2002, Maxim Sobolev wrote: > > > Ade Lovett wrote: > > > > > > On 02/13/02 08:21, "Maxim Sobolev" wrote: > > > > > > > Ade Lovett wrote: > > > >> > > > >> On 02/13/02 03:48, "Maxim Sobolev" wrote: > > > >>> You don't really need this, because mozilla, mozilla-embedded and > > > >>> mozilla-headers share *the same* WRKSRC, so that whatever your > > > >>> installation order is the mozilla being built only once. This was one > > > >>> of the primary design goals of the mozilla-embedded/mozilla-headers. > > > >> > > > >> Yes. However, consider the all-too-familiar scenario: > > > >> > > > >> cd /usr/ports/x11/gnome; make install clean > > > >> cd /usr/ports/x11/gnome-fifth-toe; make install clean > > > >> > > > >> And watch www/mozilla being built twice. > > > > > > > > This is the price one pays for not thinking the process out. I do not > > > > see why we should do something about it. > > > > > > That's a ridiculous assumption. If I have x11/gnome installed, and then > > > proceed on to x11/gnome-fifth-toe, having cleaned out apx 2GB (a signifcant > > > amount of data, even with today's drives) of expanded tarfiles and built > > > sources from x11/gnome, before starting on gnome-fifth-toe, then the very > > > first thing gnome-fifth-toe does is to build mozilla, having just, as the > > > second-to-last item of x11/gnome, built mozilla previously, to get > > > mozilla-embedded, for nautilus. This is silly. > > > > Well, then just make nautilus using mozilla instead of > > mozilla-embedded. There is even knob for that in nautilus/Makefile. I > > do not see any other reasonable way to cope with the problem, do you? > > Perhaps we have to just nuke Mozilla from gnome-fifth-toe, considering > > that galeon could be used for browsing instead. > > Nautilus wants to use mozilla-embedded period. There is a galeon Makefile > option for FULL_MOZILLA, but not in nautilus. Thank you for pointing out - it seems that my memory is corrupted. :-/ > Something should be added > to Nautilus' Makefile like this so that users can build one true Mozilla, > once: > > --- Makefile.orig Wed Feb 13 10:30:55 2002 > +++ Makefile Wed Feb 13 10:33:34 2002 > [snip] Cute, I'll commit it later. > As another consideration, since Mozilla embedded seems to cause problems > with Galeon, why not nuke it altogether, and force people to use > FULL_MOZILLA. Then, with Jeremy's mozilla-lite port, this becomes a much > less daunting thing. Just a thought. Well, I think it could be a way to go, at least until Mozilla folks will fix embedded components to work with ssl correctly. Thanks! -Maxim > > Joe > > > > > -Maxim > > > > > > Consider the following > > > > scenario: > > > > > > > > cd /usr/ports/x11/gnome; make install clean > > > > rm -rf / > > > > [bang] > > > > :) > > > > > > Whilst the smiley is noted, this is hardly a comparable situation, since I'm > > > staying well and truly within the realms of the ports tree :) > > > > > > -aDe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 9: 8:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 01A3C37B416; Wed, 13 Feb 2002 09:08:11 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DH8jf65860; Wed, 13 Feb 2002 12:08:45 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 12:08:45 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: Maxim Sobolev , Subject: Re: Removing old compatibility tweaks from ORBit, gnomevfs and libglade [path for testing] In-Reply-To: Message-ID: <20020213120825.H65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > On 02/13/02 03:23, "Maxim Sobolev" wrote: > > > Hi folks! > > > > Since GNOME2 is coming we have to remove old compatibility tweaks from > > the number of ports and fix all resulting breakages. Therefore, I > > would be nice if someone will run attached patch through the full > > build of the gnome-fifth-toe and report any problems. > > Unless someone beats me to it, I'll run through a full gnome and > gnome-fifth-toe build with these patches in place later on today, after I > finish shoe-horning x11/xscreensaver into the real world. I'm doing it now, but my test machine is a bit slow, so you might beat me. Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 10: 3:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 9111837B438; Wed, 13 Feb 2002 10:03:06 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1DI2pO56738; Wed, 13 Feb 2002 20:02:51 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 20:02:51 +0200 From: Jeremy Lea To: Maxim Sobolev Cc: Ade Lovett , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. Message-ID: <20020213200251.A55468@shale.csir.co.za> References: <3C6A7682.75FBE52@FreeBSD.org> <20020213165730.A54758@shale.csir.co.za> <3C6A83B1.CFF9DE30@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C6A83B1.CFF9DE30@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Feb 13, 2002 at 05:18:09PM +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 05:18:09PM +0200, Maxim Sobolev wrote: > Doesn't look like a good idea to me, because then user who wants to > build both mozilla and mozilla-embedded would have to build mozilla > twice, as obviously mozilla and mozilla-litle couldn't share the same > WRKSRC due to different configure-time settings. Hmmm. Why would you build mozilla (or mozilla-lite) for that matter and mozilla-embedded? mozilla-embedded is a subset of mozilla (or mozilla-lite). The port's which use mozilla-embedded only really want Gecko, and there should be no functional difference there between mozilla and mozilla-lite. Anyway, enough email. Patches will be forthcoming... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 10:21:52 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id A508C37B416; Wed, 13 Feb 2002 10:21:42 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA07258; Wed, 13 Feb 2002 20:21:38 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h195.229.dialup.iptcom.net [212.9.229.195]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA21825; Wed, 13 Feb 2002 20:21:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DIK4d89763; Wed, 13 Feb 2002 20:20:04 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6AAE68.746E3DAD@FreeBSD.org> Date: Wed, 13 Feb 2002 20:20:24 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Jeremy Lea Cc: Ade Lovett , freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. References: <3C6A7682.75FBE52@FreeBSD.org> <20020213165730.A54758@shale.csir.co.za> <3C6A83B1.CFF9DE30@FreeBSD.org> <20020213200251.A55468@shale.csir.co.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeremy Lea wrote: > > Hi, > > On Wed, Feb 13, 2002 at 05:18:09PM +0200, Maxim Sobolev wrote: > > Doesn't look like a good idea to me, because then user who wants to > > build both mozilla and mozilla-embedded would have to build mozilla > > twice, as obviously mozilla and mozilla-litle couldn't share the same > > WRKSRC due to different configure-time settings. > > Hmmm. Why would you build mozilla (or mozilla-lite) for that matter and > mozilla-embedded? mozilla-embedded is a subset of mozilla (or > mozilla-lite). Someone who updates or debugs mozilla ports will have to build both mozilla and mozilla-embedded. Since mozilla-lite IMO would be an optional port maintained outside of the FreeBSD GNOME I'd vote for keeping mozilla-embedded to be slave of the main mozilla port. > The port's which use mozilla-embedded only really want Gecko, and there > should be no functional difference there between mozilla and > mozilla-lite. Yes, but from the POV of people maintaining mozilla/mozilla-embedded/mozilla-headers this really makes a difference (1 huge build vs. 2x1 huge build) and I think that their interests should be respected as well. > Anyway, enough email. Patches will be forthcoming... Will see. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 10:47:44 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 493FA37B400 for ; Wed, 13 Feb 2002 10:47:39 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA24023 for ; Wed, 13 Feb 2002 20:47:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h220.229.dialup.iptcom.net [212.9.229.220]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA32877 for ; Wed, 13 Feb 2002 20:47:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1DIl4d89849 for ; Wed, 13 Feb 2002 20:47:04 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6AB4BB.38CBC1CD@FreeBSD.org> Date: Wed, 13 Feb 2002 20:47:23 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: GNOME2 progress graph Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FYI: http://people.freebsd.org/~sobomax/depends.png (blue names denote components already in the tree) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 11:35:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 3A93C37B41B; Wed, 13 Feb 2002 11:35:06 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b5BJ-000Ba0-00; Wed, 13 Feb 2002 11:35:05 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 13:35:52 -0600 Subject: Xscreensaver and GNOME From: Ade Lovett To: , Doug Barton Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, Please take a look at http://www.lovett.com/~ade/gnome/screensaver.tar.gz There is one new (slave) port, x11/xscreensaver-gnome, and a number of patches: (1) sysutils/gnomecontrolcenter - no longer install screensaver capplet (2) x11/xscreensaver - reworking to allow slave port, make PREFIX-safe, etc. (3) x11/gnome - now depends on x11/xscreensaver-gnome If there's no objections, I'd like to commit ASAP (preferably by the end of this week), since at present, installing x11/xscreensaver stomps over parts of GNOME, preventing a clean deinstall. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 11:56:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 24E0037B417; Wed, 13 Feb 2002 11:55:49 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DJuMd66706; Wed, 13 Feb 2002 14:56:22 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 14:56:22 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: gnome@FreeBSD.ORG, Doug Barton Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213144859.V65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > All, > > Please take a look at http://www.lovett.com/~ade/gnome/screensaver.tar.gz > > There is one new (slave) port, x11/xscreensaver-gnome, and a number of > patches: > > (1) sysutils/gnomecontrolcenter - no longer install screensaver capplet > (2) x11/xscreensaver - reworking to allow slave port, make PREFIX-safe, etc. > (3) x11/gnome - now depends on x11/xscreensaver-gnome > > If there's no objections, I'd like to commit ASAP (preferably by the end of > this week), since at present, installing x11/xscreensaver stomps over parts > of GNOME, preventing a clean deinstall. This looks good to me. Of course, you didn't include the slave xscreensaver-gnome port. Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 11:59:38 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 4DA5B37B416; Wed, 13 Feb 2002 11:59:36 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b5Z0-000Bc0-00; Wed, 13 Feb 2002 11:59:34 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 14:00:20 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Joe Clarke , Ade Lovett Cc: , Doug Barton Message-ID: In-Reply-To: <20020213144859.V65221-100000@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 13:56, "Joe Clarke" wrote: > > > On Wed, 13 Feb 2002, Ade Lovett wrote: > >> All, >> >> Please take a look at http://www.lovett.com/~ade/gnome/screensaver.tar.gz >> >> There is one new (slave) port, x11/xscreensaver-gnome, and a number of >> patches: >> >> (1) sysutils/gnomecontrolcenter - no longer install screensaver capplet >> (2) x11/xscreensaver - reworking to allow slave port, make PREFIX-safe, etc. >> (3) x11/gnome - now depends on x11/xscreensaver-gnome >> >> If there's no objections, I'd like to commit ASAP (preferably by the end of >> this week), since at present, installing x11/xscreensaver stomps over parts >> of GNOME, preventing a clean deinstall. > > This looks good to me. Of course, you didn't include the slave > xscreensaver-gnome port. Umm. Yes I did - in new/x11.xscreensaver-gnome.shar (cd /usr/ports/x11 and unshar). :) -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12: 9:20 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 249B637B416; Wed, 13 Feb 2002 12:09:14 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DK9nd66763; Wed, 13 Feb 2002 15:09:49 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 15:09:49 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: Ade Lovett , , Doug Barton Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213150843.K65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > On 02/13/02 13:56, "Joe Clarke" wrote: > > > > > > > On Wed, 13 Feb 2002, Ade Lovett wrote: > > > >> All, > >> > >> Please take a look at http://www.lovett.com/~ade/gnome/screensaver.tar.gz > >> > >> There is one new (slave) port, x11/xscreensaver-gnome, and a number of > >> patches: > >> > >> (1) sysutils/gnomecontrolcenter - no longer install screensaver capplet > >> (2) x11/xscreensaver - reworking to allow slave port, make PREFIX-safe, etc. > >> (3) x11/gnome - now depends on x11/xscreensaver-gnome > >> > >> If there's no objections, I'd like to commit ASAP (preferably by the end of > >> this week), since at present, installing x11/xscreensaver stomps over parts > >> of GNOME, preventing a clean deinstall. > > > > This looks good to me. Of course, you didn't include the slave > > xscreensaver-gnome port. > > Umm. Yes I did - in new/x11.xscreensaver-gnome.shar (cd /usr/ports/x11 and > unshar). :) That's what you get for not doing a -v with tar :-{. Yes, the slave looks good. But, as an aesthetic thing, shouldn't the YES for WANT_GNOME be all lower case? Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12: 9:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id BD0F637B416; Wed, 13 Feb 2002 12:09:32 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1DK9Ic57880; Wed, 13 Feb 2002 22:09:18 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 22:09:18 +0200 From: Jeremy Lea To: Ade Lovett Cc: gnome@FreeBSD.ORG, Doug Barton Subject: Re: Xscreensaver and GNOME Message-ID: <20020213220918.B55468@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ade@supernews.net on Wed, Feb 13, 2002 at 01:35:52PM -0600 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 01:35:52PM -0600, Ade Lovett wrote: > (1) sysutils/gnomecontrolcenter - no longer install screensaver capplet > (2) x11/xscreensaver - reworking to allow slave port, make PREFIX-safe, etc. > (3) x11/gnome - now depends on x11/xscreensaver-gnome The attached patch to your patched ports (which I'm building at the moment) makes the WANT_GNOME stuff work the way that it should. It also means that people that just install the xscreensaver port get GNOME support like magic. I've not tested the gnomecontrolcenter changes. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ diff -urN -x CVS -x work /tmp/ports/x11/xscreensaver-gnome/Makefile /usr/ports/x11/xscreensaver-gnome/Makefile --- /tmp/ports/x11/xscreensaver-gnome/Makefile Wed Feb 13 21:53:55 2002 +++ /usr/ports/x11/xscreensaver-gnome/Makefile Wed Feb 13 21:56:09 2002 @@ -11,7 +11,6 @@ MASTERDIR= ${.CURDIR}/../xscreensaver -WANT_GNOME= YES -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WITH_GNOME= yes .include "${MASTERDIR}/Makefile" diff -urN -x CVS -x work /tmp/ports/x11/xscreensaver/Makefile /usr/ports/x11/xscreensaver/Makefile --- /tmp/ports/x11/xscreensaver/Makefile Wed Feb 13 21:54:14 2002 +++ /usr/ports/x11/xscreensaver/Makefile Wed Feb 13 22:05:28 2002 @@ -20,6 +20,7 @@ USE_XPM= yes USE_MESA= yes USE_GTK= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ @@ -27,13 +28,13 @@ .include -.if defined(WANT_GNOME) -USE_GNOME= YES +.if defined(HAVE_GNOME) +USE_GNOME= yes CONFIGURE_ARGS+= --with-gnome -PLIST_SUB+= CONFIGDIR="share/gnome/control-center/screensavers" +PLIST_SUB+= CONFIGDIR="share/gnome/control-center/screensavers" .else CONFIGURE_ARGS+= --without-gnome -PLIST_SUB+= GNOME:="@comment " CONFIGDIR="share/xscreensaver/config" NOGNOME:="" +PLIST_SUB+= CONFIGDIR="share/xscreensaver/config" .endif CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include/gnome-xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12:19: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 87F2C37B400; Wed, 13 Feb 2002 12:19:04 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b5rs-000Bdl-00; Wed, 13 Feb 2002 12:19:04 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 14:19:50 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Jeremy Lea Cc: , Doug Barton Message-ID: In-Reply-To: <20020213220918.B55468@shale.csir.co.za> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 14:09, "Jeremy Lea" wrote: > The attached patch to your patched ports (which I'm building at the > moment) makes the WANT_GNOME stuff work the way that it should. It also > means that people that just install the xscreensaver port get GNOME > support like magic. Ahh, cool. I knew I'd forgotten something, but couldn't for the life of me remember what it was. I'll add the patch and test again. > I've not tested the gnomecontrolcenter changes. That's the no-brainer of the changes, remove the screensaver-capplet directory from the build, which kills all instances of it in pkg-plist. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12:22:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 60A7637B405; Wed, 13 Feb 2002 12:22:57 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b5vc-000BeA-00; Wed, 13 Feb 2002 12:22:56 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 14:23:42 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Joe Clarke Cc: Ade Lovett , , Doug Barton Message-ID: In-Reply-To: <20020213150843.K65221-100000@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 14:09, "Joe Clarke" wrote: > That's what you get for not doing a -v with tar :-{. Yes, the slave looks > good. But, as an aesthetic thing, shouldn't the YES for WANT_GNOME be all > lower case? That's taken care of with Jeremy's patches to my patches. Give me 10-15 minutes to do some testing, and I'll roll up another set. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12:32:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 80F5137B400; Wed, 13 Feb 2002 12:32:21 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b64i-000Beu-00; Wed, 13 Feb 2002 12:32:20 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 14:33:07 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Joe Clarke Cc: , Doug Barton Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 14:23, "Ade Lovett" wrote: > That's taken care of with Jeremy's patches to my patches. Give me 10-15 > minutes to do some testing, and I'll roll up another set. Ok. Updated. Same place as before: http://www.lovett.com/~ade/gnome/screensaver.tar.gz Make sure you have this one: MD5 (screensaver.tar.gz) = e67ed030ab759c6741d6001dbecdad3f -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12:34: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C870137B402; Wed, 13 Feb 2002 12:34:02 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DKYcW66868; Wed, 13 Feb 2002 15:34:38 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 15:34:38 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: gnome@FreeBSD.org, Doug Barton Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213153407.S65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > On 02/13/02 14:23, "Ade Lovett" wrote: > > That's taken care of with Jeremy's patches to my patches. Give me 10-15 > > minutes to do some testing, and I'll roll up another set. > > > Ok. Updated. Same place as before: > > http://www.lovett.com/~ade/gnome/screensaver.tar.gz > > Make sure you have this one: > > MD5 (screensaver.tar.gz) = e67ed030ab759c6741d6001dbecdad3f I have the write file, but WANT_GNOME still equals YES in the slave port. Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 12:55:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 8527D37B402; Wed, 13 Feb 2002 12:55:51 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b6RR-000BgH-00; Wed, 13 Feb 2002 12:55:49 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 14:56:35 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Joe Clarke Cc: , Doug Barton Message-ID: In-Reply-To: <20020213153407.S65221-100000@shumai.marcuscom.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 14:34, "Joe Clarke" wrote: > > > On Wed, 13 Feb 2002, Ade Lovett wrote: > >> On 02/13/02 14:23, "Ade Lovett" wrote: >>> That's taken care of with Jeremy's patches to my patches. Give me 10-15 >>> minutes to do some testing, and I'll roll up another set. >> >> >> Ok. Updated. Same place as before: >> >> http://www.lovett.com/~ade/gnome/screensaver.tar.gz >> >> Make sure you have this one: >> >> MD5 (screensaver.tar.gz) = e67ed030ab759c6741d6001dbecdad3f > > I have the write file, but WANT_GNOME still equals YES in the slave port. Bah! Suppose it helps if I put the right files in place :) MD5 (screensaver.tar.gz) = 66829b3e8127293229d64c555a1aecf5 -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13: 9: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 86FA137B402; Wed, 13 Feb 2002 13:08:58 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DL9UL67050; Wed, 13 Feb 2002 16:09:30 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 16:09:30 -0500 (EST) From: Joe Clarke To: Ade Lovett Cc: gnome@FreeBSD.ORG, Doug Barton Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213160917.F65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > On 02/13/02 14:34, "Joe Clarke" wrote: > > > > > > > On Wed, 13 Feb 2002, Ade Lovett wrote: > > > >> On 02/13/02 14:23, "Ade Lovett" wrote: > >>> That's taken care of with Jeremy's patches to my patches. Give me 10-15 > >>> minutes to do some testing, and I'll roll up another set. > >> > >> > >> Ok. Updated. Same place as before: > >> > >> http://www.lovett.com/~ade/gnome/screensaver.tar.gz > >> > >> Make sure you have this one: > >> > >> MD5 (screensaver.tar.gz) = e67ed030ab759c6741d6001dbecdad3f > > > > I have the write file, but WANT_GNOME still equals YES in the slave port. > > Bah! Suppose it helps if I put the right files in place :) > > MD5 (screensaver.tar.gz) = 66829b3e8127293229d64c555a1aecf5 Building everything now. So far, so good. Joe > > -aDe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13:15:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id C9DDC37B400; Wed, 13 Feb 2002 13:15:15 -0800 (PST) Received: from 12-234-22-238.client.attbi.com ([12.234.22.238]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020213211510.HQPD1214.rwcrmhc54.attbi.com@12-234-22-238.client.attbi.com>; Wed, 13 Feb 2002 21:15:10 +0000 Received: from master.gorean.org (root@master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.11.6/8.11.6) with ESMTP id g1DLF9q23916; Wed, 13 Feb 2002 13:15:09 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.11.6/8.11.6) with ESMTP id g1DLF8v28241; Wed, 13 Feb 2002 13:15:08 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Wed, 13 Feb 2002 13:15:07 -0800 (PST) From: Doug Barton X-X-Sender: doug@master.gorean.org To: Ade Lovett Cc: Joe Clarke , Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213131147.T28238-100000@master.gorean.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have no objection to a slave xscreensaver-gnome port. My only criteria is that by default, users who don't have gnome that build ports/x11/xscreensaver (or install the package) don't get gnome bits. As long as you can manage that, I trust you guys to make the gnome stuff work properly. BTW, one edge case occurs to me.... what will happen after you guys are done working on this if a user who does not have gnome installs xscreensaver, then down the road installs gnome, then down the road pkg_delete's one thing or the other? Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13:23:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 9AC1437B417; Wed, 13 Feb 2002 13:23:16 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1DLNBT58426; Wed, 13 Feb 2002 23:23:11 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 23:23:10 +0200 From: Jeremy Lea To: Doug Barton Cc: Ade Lovett , Joe Clarke , gnome@FreeBSD.ORG Subject: Re: Xscreensaver and GNOME Message-ID: <20020213232310.C55468@shale.csir.co.za> References: <20020213131147.T28238-100000@master.gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020213131147.T28238-100000@master.gorean.org>; from DougB@FreeBSD.ORG on Wed, Feb 13, 2002 at 01:15:07PM -0800 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 01:15:07PM -0800, Doug Barton wrote: > BTW, one edge case occurs to me.... what will happen after you > guys are done working on this if a user who does not have gnome installs > xscreensaver, then down the road installs gnome, then down the road > pkg_delete's one thing or the other? They'll unfortunately get bitten... Because gnome will install xscreensaver-gnome, and it will overwite some of the files from xscreensaver. If they deinstall xscreensaver first, it will delete some files, and some will fail with MD5 errors on others. If they deinstall xscreensaver-gnome first, it'll remove all of it's files, and then deinstalling xscreensaver will fail with missing files. This is a Ports problem, not a problem with xscreensaver or gnome. It's the same problem that you have with upgrading ports... One day someone will look at my pkg_* tools which prevent ports overwriting installed files. I live in hope. http://people.freebsd.org/~reg/ -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13:23:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C02AF37B405; Wed, 13 Feb 2002 13:23:28 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DLO4x67105; Wed, 13 Feb 2002 16:24:04 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 16:24:04 -0500 (EST) From: Joe Clarke To: Doug Barton Cc: Ade Lovett , Subject: Re: Xscreensaver and GNOME In-Reply-To: <20020213131147.T28238-100000@master.gorean.org> Message-ID: <20020213161906.K65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Doug Barton wrote: > I have no objection to a slave xscreensaver-gnome port. My only > criteria is that by default, users who don't have gnome that build > ports/x11/xscreensaver (or install the package) don't get gnome bits. As > long as you can manage that, I trust you guys to make the gnome stuff work > properly. In this case, shouldn't we exclude WANT_GNOME from xscreensaver's Makefile, and just have this in the slave port? > > BTW, one edge case occurs to me.... what will happen after you > guys are done working on this if a user who does not have gnome installs > xscreensaver, then down the road installs gnome, then down the road > pkg_delete's one thing or the other? If they install GNOME down the road, the slave port will be installed. If they pkg_delete GNOME, the salve port will go with it, and some of the shared components between slave and master (e.g. bin/xscreensaver). They would have to reinstall xscreensaver I would imagine. Joe > > Doug > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13:32:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 7F37137B400; Wed, 13 Feb 2002 13:32:38 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1DLWQS58523; Wed, 13 Feb 2002 23:32:26 +0200 (SAT) (envelope-from reg) Date: Wed, 13 Feb 2002 23:32:26 +0200 From: Jeremy Lea To: Joe Clarke Cc: Doug Barton , Ade Lovett , gnome@FreeBSD.ORG Subject: Re: Xscreensaver and GNOME Message-ID: <20020213233226.D55468@shale.csir.co.za> References: <20020213131147.T28238-100000@master.gorean.org> <20020213161906.K65221-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020213161906.K65221-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Wed, Feb 13, 2002 at 04:24:04PM -0500 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 04:24:04PM -0500, Joe Clarke wrote: > In this case, shouldn't we exclude WANT_GNOME from xscreensaver's > Makefile, and just have this in the slave port? No, because that's the entire point of the WANT_* magic. If a user has the bits the port wants, then they get supported, if they don't then they just get a vanilla port, without all the bloat. Joe, you've been doing a lot of good patches to Gnome ports. You should read bsd.port.mk and bsd.gnome.mk and try to understand them. You'll find that it makes fixing ports a lot simpler. If you stumble on anything, email me. I've got a pretty good understanding of them both, and I'll try (as best I can) to explain what the code is doing and why. In fact, that above offer applies to anyone reading this... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 13:38:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id BE49E37B402; Wed, 13 Feb 2002 13:38:42 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b76v-000Bje-00; Wed, 13 Feb 2002 13:38:41 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 15:39:27 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Doug Barton Cc: Joe Clarke , Message-ID: In-Reply-To: <20020213131147.T28238-100000@master.gorean.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 15:15, "Doug Barton" wrote: > I have no objection to a slave xscreensaver-gnome port. My only > criteria is that by default, users who don't have gnome that build > ports/x11/xscreensaver (or install the package) don't get gnome bits. That is absolutely the case. If you don't have GNOME bits installed and/or the end-user has defined WITHOUT_GNOME somewhere, no GNOME will be pulled in whatsoever, just the gtk stuff and gle/Mesa/libxml. > BTW, one edge case occurs to me.... what will happen after you > guys are done working on this if a user who does not have gnome installs > xscreensaver, then down the road installs gnome, then down the road > pkg_delete's one thing or the other? As Jeremy has mentioned, Bad Stuff[tm] will happen here, as chunks of (still installed) packages get bits removed from them under their feet. This is a deficiency of the ports system itself, just as is the lack of true versioning dependency support. There are some edge cases, such as this type, which will result in a mess, but I believe the number of people likely to do this to be within tolerances, given the very real packaging problem we have right now which hits everyone doing an install/deinstall of anything involving gnomecontrolcenter and xscreensaver. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 14:20:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 6064937B405; Wed, 13 Feb 2002 14:20:38 -0800 (PST) Received: from 12-234-22-238.client.attbi.com ([12.234.22.238]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020213222038.JJYG1214.rwcrmhc54.attbi.com@12-234-22-238.client.attbi.com>; Wed, 13 Feb 2002 22:20:38 +0000 Received: from master.gorean.org (root@master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.11.6/8.11.6) with ESMTP id g1DMKbq24349; Wed, 13 Feb 2002 14:20:37 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.11.6/8.11.6) with ESMTP id g1DMKaF28618; Wed, 13 Feb 2002 14:20:36 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Wed, 13 Feb 2002 14:20:36 -0800 (PST) From: Doug Barton X-X-Sender: doug@master.gorean.org To: Ade Lovett Cc: Joe Clarke , Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020213134819.A28238-100000@master.gorean.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Ade Lovett wrote: > On 02/13/02 15:15, "Doug Barton" wrote: > > > I have no objection to a slave xscreensaver-gnome port. My only > > criteria is that by default, users who don't have gnome that build > > ports/x11/xscreensaver (or install the package) don't get gnome bits. > > That is absolutely the case. If you don't have GNOME bits installed and/or > the end-user has defined WITHOUT_GNOME somewhere, no GNOME will be pulled in > whatsoever, just the gtk stuff and gle/Mesa/libxml. User defining WITHOUT_GNOME is not the default case. I want to be sure that users without gnome installed, who have done no other voodoo, will get just xscreensaver (and its necessary dependencies), and no gnome bits. > > BTW, one edge case occurs to me.... what will happen after you > > guys are done working on this if a user who does not have gnome installs > > xscreensaver, then down the road installs gnome, then down the road > > pkg_delete's one thing or the other? > > As Jeremy has mentioned, Bad Stuff[tm] will happen here, as chunks of (still > installed) packages get bits removed from them under their feet. This is a > deficiency of the ports system itself, just as is the lack of true > versioning dependency support. Ok... I agree that it's probably worth the pain to go ahead with the current plan. However, would you guys consider a pkg-warning to users who have xscreensaver installed who subsequently install gnome? Something like, "Hey, you have the standard version of xscreensaver, but this port will install the version with gnome support. PLease go pkg_delete the old one first." My purpose here is both to protect the user, and to reduce the number of complaints I get. :) Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 14:30:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id B255A37B416; Wed, 13 Feb 2002 14:30:30 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1DMV5a67568; Wed, 13 Feb 2002 17:31:06 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 13 Feb 2002 17:31:05 -0500 (EST) From: Joe Clarke To: Jeremy Lea Cc: Doug Barton , Ade Lovett , Subject: Re: Xscreensaver and GNOME In-Reply-To: <20020213233226.D55468@shale.csir.co.za> Message-ID: <20020213172853.S65221-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Feb 2002, Jeremy Lea wrote: > Hi, > > On Wed, Feb 13, 2002 at 04:24:04PM -0500, Joe Clarke wrote: > > In this case, shouldn't we exclude WANT_GNOME from xscreensaver's > > Makefile, and just have this in the slave port? > > No, because that's the entire point of the WANT_* magic. If a user has > the bits the port wants, then they get supported, if they don't then > they just get a vanilla port, without all the bloat. > > Joe, you've been doing a lot of good patches to Gnome ports. You should > read bsd.port.mk and bsd.gnome.mk and try to understand them. You'll > find that it makes fixing ports a lot simpler. If you stumble on > anything, email me. I've got a pretty good understanding of them both, > and I'll try (as best I can) to explain what the code is doing and why. I have looked through them, and I understand the WANT_/HAVE_ thing. I thought Doug wanted to leave GNOME out of the main port, and just have the slave port activate it. Either way, the WANT_GNOME won't activate the GNOME bits unless GNOME is installed, so I guess that's fine. Sorry for the confusion. Joe > > In fact, that above offer applies to anyone reading this... > > Regards, > -Jeremy > > -- > FreeBSD - Because the best things in life are free... > http://www.freebsd.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 14:38:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 64AE737B405; Wed, 13 Feb 2002 14:38:16 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16b82V-000Bnm-00; Wed, 13 Feb 2002 14:38:11 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 13 Feb 2002 16:38:57 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Doug Barton Cc: Joe Clarke , Message-ID: In-Reply-To: <20020213134819.A28238-100000@master.gorean.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 16:20, "Doug Barton" wrote: > On Wed, 13 Feb 2002, Ade Lovett wrote: >> That is absolutely the case. If you don't have GNOME bits installed and/or >> the end-user has defined WITHOUT_GNOME somewhere, no GNOME will be pulled in >> whatsoever, just the gtk stuff and gle/Mesa/libxml. > > User defining WITHOUT_GNOME is not the default case. I want to be > sure that users without gnome installed, who have done no other voodoo, > will get just xscreensaver (and its necessary dependencies), and no gnome > bits. Hence the and/or in my sentence. Sorry, should have been clearer. The first thing I did after making the changes was to rip all traces of GNOME out of my crashbox, load up a clean 4-STABLE bindist in a chroot'd environment, and installed xscreensaver. No GNOME was brought in. > Ok... I agree that it's probably worth the pain to go ahead with > the current plan. However, would you guys consider a pkg-warning to users > who have xscreensaver installed who subsequently install gnome? Something > like, "Hey, you have the standard version of xscreensaver, but this port > will install the version with gnome support. PLease go pkg_delete the old > one first." My purpose here is both to protect the user, and to reduce the > number of complaints I get. :) Something along the lines of (ignore the whitespace, Entourage is playing silly bastards with me today): pre-fetch: .if (exists(${X11BASE}/bin/xscreensaver) && defined(HAVE_GNOME)) @${ECHO_CMD} "You got an xscreensaver binary already installed, probably" @${ECHO_CMD} "a non-GNOME version. Please delete that package first." @${ECHO_CMD} "Hit ctrl-C now, or forever hold thy peace :)" .endif Changing the text to something more appropriate is left as an exercise to the port maintainer, but I'll wait until I get it before committing :) -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 15:14:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx2.mail.ru (mx2.mail.ru [194.67.57.12]) by hub.freebsd.org (Postfix) with ESMTP id 520C837B400; Wed, 13 Feb 2002 15:14:43 -0800 (PST) Received: from h214.229.dialup.iptcom.net ([212.9.229.214]) by mx2.mail.ru with esmtp (Exim 3.14 #1) id 16b8bn-000DPh-00; Thu, 14 Feb 2002 02:14:40 +0300 Subject: Re: Xscreensaver and GNOME From: Maxim Sobolev To: Joe Marcus Clarke Cc: Jeremy Lea , Doug Barton , Ade Lovett , gnome@FreeBSD.ORG In-Reply-To: <20020213172853.S65221-100000@shumai.marcuscom.com> References: <20020213172853.S65221-100000@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cjVEStOp67j9ymfvG6up" Message-Id: <1013641756.24926.1.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 14 Feb 2002 01:14:27 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-cjVEStOp67j9ymfvG6up Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-02-14 at 00:31, Joe Clarke wrote:=20 >=20 >=20 > On Wed, 13 Feb 2002, Jeremy Lea wrote: >=20 > > Hi, > > > > On Wed, Feb 13, 2002 at 04:24:04PM -0500, Joe Clarke wrote: > > > In this case, shouldn't we exclude WANT_GNOME from xscreensaver's > > > Makefile, and just have this in the slave port? > > > > No, because that's the entire point of the WANT_* magic. If a user has > > the bits the port wants, then they get supported, if they don't then > > they just get a vanilla port, without all the bloat. > > > > Joe, you've been doing a lot of good patches to Gnome ports. You shoul= d > > read bsd.port.mk and bsd.gnome.mk and try to understand them. You'll > > find that it makes fixing ports a lot simpler. If you stumble on > > anything, email me. I've got a pretty good understanding of them both, > > and I'll try (as best I can) to explain what the code is doing and why. >=20 > I have looked through them, and I understand the WANT_/HAVE_ thing. > I thought Doug wanted to leave GNOME out of the main port, and just have > the slave port activate it. Either way, the WANT_GNOME won't activate th= e > GNOME bits unless GNOME is installed, so I guess that's fine. Sorry for > the confusion. Absolutely correct, WANT_GNOME ensures that GNOME only be activated if either WITH_GNOME is specified in the /etc/make.conf or gnome bits are already installed on the user's box. -Maxim=20 --=-cjVEStOp67j9ymfvG6up Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8avIcoNu5t4iCBa8RAkgIAJ0TQfeo3O5w/qgZv8YOzKwko6tyxQCePsnG T8IvDUjd7GIL6hB+xdvIBuc= =WKK6 -----END PGP SIGNATURE----- --=-cjVEStOp67j9ymfvG6up-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 15:15: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx5.mail.ru (mx5.mail.ru [194.67.57.15]) by hub.freebsd.org (Postfix) with ESMTP id 4653937B405; Wed, 13 Feb 2002 15:15:01 -0800 (PST) Received: from h214.229.dialup.iptcom.net ([212.9.229.214]) by mx5.mail.ru with esmtp (Exim 3.14 #1) id 16b8c5-000PIk-00; Thu, 14 Feb 2002 02:14:58 +0300 Subject: Re: Xscreensaver and GNOME From: Maxim Sobolev To: Ade Lovett Cc: Joe Marcus Clarke , gnome@FreeBSD.ORG, Doug Barton In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MnXBtXazZ8H2eRegxm5G" Message-Id: <1013642064.24926.8.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 14 Feb 2002 01:14:44 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-MnXBtXazZ8H2eRegxm5G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-02-13 at 22:56, Ade Lovett wrote: > On 02/13/02 14:34, "Joe Clarke" wrote: >=20 > >=20 > >=20 > > On Wed, 13 Feb 2002, Ade Lovett wrote: > >=20 > >> On 02/13/02 14:23, "Ade Lovett" wrote: > >>> That's taken care of with Jeremy's patches to my patches. Give me 10= -15 > >>> minutes to do some testing, and I'll roll up another set. > >>=20 > >>=20 > >> Ok. Updated. Same place as before: > >>=20 > >> http://www.lovett.com/~ade/gnome/screensaver.tar.gz > >>=20 > >> Make sure you have this one: > >>=20 > >> MD5 (screensaver.tar.gz) =3D e67ed030ab759c6741d6001dbecdad3f > >=20 > > I have the write file, but WANT_GNOME still equals YES in the slave por= t. >=20 > Bah! Suppose it helps if I put the right files in place :) >=20 > MD5 (screensaver.tar.gz) =3D 66829b3e8127293229d64c555a1aecf5 gnomecc and gnome parts look fine to me. I've merged some changes from your version of xscreensaver patch into my earlier version of the patch and committed it. Apart from being much more compact my patch is better because it doesn't require %%CONFIGDIR%% in pkg-plist. IMO there is absolutely no reason why config files should be placed into different subdirs in GNOME/noGNOME case - this only adds headache to the maintainer. -Maxim --=-MnXBtXazZ8H2eRegxm5G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8avNPoNu5t4iCBa8RAs7jAJ0UGWGjaawY9znYksrKbyFsQ/o31wCaA2w9 TC/RO00MBPuEtcbXLLlvXZg= =dDAc -----END PGP SIGNATURE----- --=-MnXBtXazZ8H2eRegxm5G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 18: 6:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 3C18137B402 for ; Wed, 13 Feb 2002 18:06:24 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id EAA30305 for ; Thu, 14 Feb 2002 04:06:21 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h68.227.dialup.iptcom.net (h68.227.dialup.iptcom.net [212.9.227.68]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id EAA27075 for ; Thu, 14 Feb 2002 04:06:20 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: [Fwd: Repo-copy request] From: Maxim Sobolev To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cWGo4IZIg5uyeHn7cKqI" X-Mailer: Evolution/1.0.2 Date: 14 Feb 2002 04:06:18 +0200 Message-Id: <1013652379.25773.6.camel@notebook> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-cWGo4IZIg5uyeHn7cKqI Content-Type: multipart/mixed; boundary="=-odrnUhzbEVqGr+de3iWq" --=-odrnUhzbEVqGr+de3iWq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable FYI -----Forwarded Message----- From: Maxim Sobolev To: cvs@FreeBSD.org Subject: Repo-copy request Date: 14 Feb 2002 04:05:39 +0200 Hi, Please do the following repo-copies: ports/devel/gconf --> ports/devel/gconf2 ports/devel/libglade --> ports/devel/libglade2 Thanks! -Maxim --=-odrnUhzbEVqGr+de3iWq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-Transfer-Encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuMC42IChGcmVl QlNEKQpDb21tZW50OiBGb3IgaW5mbyBzZWUgaHR0cDovL3d3dy5nbnVwZy5vcmcKCmlEOERCUUE4 YXh0eW9OdTV0NGlDQmE4UkF2TUZBSjBZUDRtdE0xMFIzMlc2RDJ6aXdHL0tVejFkd0FDZlZFV3gK OWw3L2FIcXIyeHpXdXFqQlhMc2NKOFk9Cj1PR3NUCi0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0t LQo= --=-odrnUhzbEVqGr+de3iWq-- --=-cWGo4IZIg5uyeHn7cKqI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8axuaoNu5t4iCBa8RAjmeAJ9lv+lzp9R4+s5XKZKMl0jY6StyeQCdFIlf TlHO8QMdvYXT3kPP+7AoLOE= =uDPf -----END PGP SIGNATURE----- --=-cWGo4IZIg5uyeHn7cKqI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 20:20: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 83E5437B416; Wed, 13 Feb 2002 20:20:04 -0800 (PST) Received: from 12-234-22-238.client.attbi.com ([12.234.22.238]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020214042004.RSJK2951.rwcrmhc53.attbi.com@12-234-22-238.client.attbi.com>; Thu, 14 Feb 2002 04:20:04 +0000 Received: from master.gorean.org (root@master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.11.6/8.11.6) with ESMTP id g1E4K1q26054; Wed, 13 Feb 2002 20:20:02 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.11.6/8.11.6) with ESMTP id g1E4Jxo29328; Wed, 13 Feb 2002 20:20:00 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Wed, 13 Feb 2002 20:19:59 -0800 (PST) From: Doug Barton X-X-Sender: doug@master.gorean.org To: Maxim Sobolev Cc: Ade Lovett , Joe Marcus Clarke , Subject: Re: Xscreensaver and GNOME In-Reply-To: <1013642064.24926.8.camel@notebook> Message-ID: <20020213200304.V29311-100000@master.gorean.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ade, Your change is way too intrusive. I should have been more clear, or reviewed the patches first, or something. Before I revert it, can you please describe _why_ the xml files need to change directories based on whether gnome is installed or not? That's going to be a pita to maintain. Also, there was absolutely no reason to change the sed version of the PTHREAD_LIBS change in the Makefile to perl. I had it exactly the way I wanted it. The more extensive changes to the patches are just the opposite direction of where I want to go. I've been working with the author of xscreensaver since I took over the port to reduce the patches so that users not using the ports get as clean of an install as possible. Finally, why did you remove the malloc.h change? I'm willing to entertain arguments for the need to move the xml files around, but this can of worms is exactly why I was resistant to including the gnome stuff in the first place. Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 20:57: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 8553F37B405; Wed, 13 Feb 2002 20:56:48 -0800 (PST) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id g1E4tjF15066; Thu, 14 Feb 2002 15:25:45 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Thu, 14 Feb 2002 15:26:40 +1030 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id PAA08959; Thu, 14 Feb 2002 15:19:53 +1030 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1H6HGFDN; Thu, 14 Feb 2002 15:19:51 +1030 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id PAA24810; Thu, 14 Feb 2002 15:19:52 +1030 (CST) Message-ID: <3C6B41FF.FFA82F4E@dsto.defence.gov.au> Date: Thu, 14 Feb 2002 15:20:07 +1030 From: "Thyer, Matthew" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: gnome@freebsd.org Cc: ports@freebsd.org Subject: Problem building ports/x11/gnome Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The problem is in the build of ports/x11/gnomelibs Looks like the configure test program is not linking with the installed imlib-1.9.11 (which the ports system correctly installed as a dependency). Everything on my machine is build from ports on a very recent -CURRENT. Extract of the error: checking for IMLIB - version >= 1.9... no *** Could not run IMLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding IMLIB or finding the wrong *** version of IMLIB. If it is not finding IMLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH checking for imlib-config... (cached) /usr/X11R6/bin/imlib-config checking for IMLIB - version >= 1.8... no *** Could not run IMLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding IMLIB or finding the wrong *** version of IMLIB. If it is not finding IMLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: *** IMLIB 1.8 not installed - please install first *** ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. [snip] configure:9092: checking for IMLIB - version >= 1.9 configure:9154: cc -o conftest -O -pipe -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib 1>&5 configure: failed program was: #line 9114 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor; char *tmp_version; system ("touch conf.gdkimlibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.9"); if (sscanf(tmp_version, "%d.%d", &major, &minor) != 2) { printf("%s, bad version string\n", "1.9"); exit(1); } if ((1 > major) || ((1 == major) && (9 >= minor))) { return 0; } else { printf("\n*** 'imlib-config --version' returned %d.%d, but the minimum version\n", 1, 9); printf("*** of IMLIB required is %d.%d. If imlib-config is correct, then it is\n", major, minor); printf("*** best to upgrade to the required version.\n"); printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n"); printf("*** to point to the correct copy of imlib-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:9198: cc -o conftest -O -pipe -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib 1>&5 configure:9267: checking for imlib-config configure:9302: checking for IMLIB - version >= 1.8 configure:9364: cc -o conftest -O -pipe -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib 1>&5 configure: failed program was: #line 9324 "configure" #include "confdefs.h" #include #include #include int main () { int major, minor; char *tmp_version; system ("touch conf.gdkimlibtest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("1.8"); if (sscanf(tmp_version, "%d.%d", &major, &minor) != 2) { printf("%s, bad version string\n", "1.8"); exit(1); } if ((1 > major) || ((1 == major) && (9 >= minor))) { return 0; } else { printf("\n*** 'imlib-config --version' returned %d.%d, but the minimum version\n", 1, 9); printf("*** of IMLIB required is %d.%d. If imlib-config is correct, then it is\n", major, minor); printf("*** best to upgrade to the required version.\n"); printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n"); printf("*** to point to the correct copy of imlib-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); return 1; } } configure:9410: cc -o conftest -O -pipe -Wall -Wunused -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c -lz -lm -L/usr/local/lib -L/usr/X11R6/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib 1>&5 (end of "config.log") *** Error code 1 Stop in /usr/ports/x11/gnomelibs. *** Error code 1 -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 EDINBURGH South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Feb 13 23:24:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id ABF3537B402; Wed, 13 Feb 2002 23:24:55 -0800 (PST) Received: from whorf ([62.255.36.226]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020214072454.RHCB22101.mta07-svc.ntlworld.com@whorf>; Thu, 14 Feb 2002 07:24:54 +0000 Message-ID: <00ce01c1b528$6c257d00$0400000a@dmem.strath.ac.uk> From: "Roger Hardiman" To: "Ade Lovett" , References: Subject: Re: iconv and givonc Date: Wed, 13 Feb 2002 10:25:13 -0000 Organization: University of Strathclyde MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > Sure. Check out the attached patch, bringing intltool up to the latest > version, and making it use giconv. I have had a chat to the intltool developers on IRC. We agreed on a fix which will go into the next release of intltool. intltool's perl scripts will check for an environment variable called INTLTOOL_ICONV. If it is set, it will use the value it contains, which will be giconv for my GnomeMeeting port. However, in the mean time, if you want to add the patch to use giconv on FreeBSD, then it looks fine to me. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 0: 3:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id D605037B417; Thu, 14 Feb 2002 00:03:19 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1E83I800813; Thu, 14 Feb 2002 03:03:18 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: A mozilla lite port. From: Joe Clarke To: Maxim Sobolev Cc: Ade Lovett , Jeremy Lea , freebsd-gnome@FreeBSD.org In-Reply-To: <3C6A8FF9.B01314D2@FreeBSD.org> References: <20020213102953.G65221-100000@shumai.marcuscom.com> <3C6A8FF9.B01314D2@FreeBSD.org> Content-Type: multipart/mixed; boundary="=-sTBejPb8rq9a6LTRuSzK" X-Mailer: Evolution/1.0.2 Date: 14 Feb 2002 03:03:19 -0500 Message-Id: <1013673799.16208.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-sTBejPb8rq9a6LTRuSzK Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2002-02-13 at 11:10, Maxim Sobolev wrote: > > Nautilus wants to use mozilla-embedded period. There is a galeon Makefile > > option for FULL_MOZILLA, but not in nautilus. > > Thank you for pointing out - it seems that my memory is corrupted. :-/ > > > Something should be added > > to Nautilus' Makefile like this so that users can build one true Mozilla, > > once: > > > > --- Makefile.orig Wed Feb 13 10:30:55 2002 > > +++ Makefile Wed Feb 13 10:33:34 2002 > > [snip] > > Cute, I'll commit it later. If you do commit this, you'll probably want to include this patch for gnomecore. This adds some needed env vars to gnome-session if you're building with FULL_MOZILLA. Joe --=-sTBejPb8rq9a6LTRuSzK Content-Disposition: attachment; filename="patch-gsm::ice.c.patch" Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 --- patch-gsm::ice.c.orig Thu Feb 14 01:59:54 2002 +++ patch-gsm::ice.c Thu Feb 14 02:51:46 2002 @@ -1,21 +1,27 @@ - -$FreeBSD: ports/x11/gnomecore/files/patch-gsm::ice.c,v 1.2 2002/01/23 15:2= 2:51 sobomax Exp $ - ---- gsm/ice.c.orig Fri Oct 26 12:13:22 2001 -+++ gsm/ice.c Tue Jan 22 16:28:18 2002 -@@ -343,6 +343,15 @@ +--- gsm/ice.c.orig Fri Oct 26 05:13:22 2001 ++++ gsm/ice.c Thu Feb 14 02:51:27 2002 +@@ -343,6 +343,24 @@ =20 p =3D g_strconcat (ENVNAME "=3D", ids, NULL); putenv (p); + -+ /* XXX: hack for embedded Mozilla */ ++ /* XXX: hack for Mozilla */ + p =3D getenv ("LD_LIBRARY_PATH"); + if (p =3D=3D NULL) + p =3D ""; + else + p =3D g_strconcat (p, ":", NULL); + p =3D g_strconcat (p, X11BASE "/lib/mozilla-embedded", NULL); ++ p =3D g_strconcat (p, ":", NULL); ++ p =3D g_strconcat (p, X11BASE "/lib/mozilla", NULL); + setenv ("LD_LIBRARY_PATH", p, 1); ++ p =3D getenv ("MOZILLA_FIVE_HOME"); ++ if (p =3D=3D NULL) { ++ p =3D ""; ++ p =3D g_strconcat (p, X11BASE "/lib/mozilla", NULL); ++ } ++ setenv("MOZILLA_FIVE_HOME", p, 1); ++ =20 ice_depth =3D 0; /* We are live */ } --=-sTBejPb8rq9a6LTRuSzK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 0:20:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from bw.2y.net (ws496.fx.reshall.wwu.edu [63.229.43.51]) by hub.freebsd.org (Postfix) with SMTP id 20CC237B417 for ; Thu, 14 Feb 2002 00:20:18 -0800 (PST) Received: (qmail 5194 invoked by uid 1000); 14 Feb 2002 08:20:17 -0000 Date: Thu, 14 Feb 2002 00:20:17 -0800 From: Mike Estes To: gnome@freebsd.org Subject: devel/bonobo-activation needs textproc/libxml2 Message-ID: <20020214082017.GA5182@cc.wwu.edu> Reply-To: Mike Estes Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG textproc/libxml2 should be in the depends for the port devel/bonobo-activation after that the port builds fine. nice to see that I have 1/3 of GNOME 2 installed! keep up the good work. -Mike Estes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 1:15:29 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 93D6537B402 for ; Thu, 14 Feb 2002 01:15:20 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA51953; Thu, 14 Feb 2002 11:15:09 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h130.229.dialup.iptcom.net [212.9.229.130]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA86332; Thu, 14 Feb 2002 11:15:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1E9Ead91401; Thu, 14 Feb 2002 11:14:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C6B8016.C3089A75@FreeBSD.org> Date: Thu, 14 Feb 2002 11:15:02 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mike Estes Cc: gnome@FreeBSD.org Subject: Re: devel/bonobo-activation needs textproc/libxml2 References: <20020214082017.GA5182@cc.wwu.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Estes wrote: > > textproc/libxml2 should be in the depends for the port devel/bonobo-activation > > after that the port builds fine. Committed, thank you! > nice to see that I have 1/3 of GNOME 2 installed! keep up the good work. Yeah, after a short sleep (bonobo-activation debugging went deep into AM part of the day) I'm on the track again hunting for more GNOME2 core packages. Stay tuned. :) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 3:12:36 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mta04bw.bigpond.com (mta04bw.bigpond.com [139.134.6.87]) by hub.freebsd.org (Postfix) with ESMTP id 995CE37B417 for ; Thu, 14 Feb 2002 03:12:31 -0800 (PST) Received: from hamish ([144.135.24.72]) by mta04bw.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GRISGS00.AKI for ; Thu, 14 Feb 2002 21:12:28 +1000 Received: from wopr-p-144-134-181-171.prem.tmns.net.au ([144.134.181.171]) by bwmam02.mailsvc.email.bigpond.com(MailRouter V3.0i 11/476062); 14 Feb 2002 21:12:28 Message-ID: <000e01c1b548$76f931c0$0205a8c0@hamish> From: "anne_frank" To: Subject: port building Date: Thu, 14 Feb 2002 21:12:16 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C1B59C.47E37860" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C1B59C.47E37860 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm having a problem building the port for gnome (and gnome-fifth-toe). = The problem arises when the build process reaches the gal port. The gal = port is successfully built but then is not found by the port that = depends on it and the building drops out with a number of errors. I ran = cvsup over the ports tree just before attempting to build the port and = again after experiencing the problem. Please help! Frank ------=_NextPart_000_000B_01C1B59C.47E37860 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I'm having a problem building the port = for gnome=20 (and gnome-fifth-toe).  The problem arises when the build process = reaches=20 the gal port.  The gal port is successfully built but then is not = found by=20 the port that depends on it and the building drops out with a number of=20 errors.  I ran cvsup over the ports tree just before attempting to = build=20 the port and again after experiencing the problem.
 
Please help!
 
Frank
 
------=_NextPart_000_000B_01C1B59C.47E37860-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 3:31:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mars.virtual-earth.de (mars.virtual-earth.de [212.89.109.104]) by hub.freebsd.org (Postfix) with SMTP id A856737B402 for ; Thu, 14 Feb 2002 03:31:41 -0800 (PST) Received: (qmail 68616 invoked from network); 14 Feb 2002 11:35:36 -0000 Received: from mp.virtual-earth.de (HELO virtual-earth.de) (212.89.109.98) by mars.virtual-earth.de with SMTP; 14 Feb 2002 11:35:36 -0000 Date: Thu, 14 Feb 2002 12:31:31 +0100 (CET) From: Mathias.Picker@virtual-earth.de Subject: Re: Problem building ports/x11/gnome To: Matthew.Thyer@dsto.defence.gov.au Cc: gnome@freebsd.org, ports@freebsd.org In-Reply-To: <3C6B41FF.FFA82F4E@dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Message-Id: <20020214113141.A856737B402@hub.freebsd.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14 Feb, Thyer, Matthew wrote: > The problem is in the build of ports/x11/gnomelibs > > Looks like the configure test program is not linking with > the installed imlib-1.9.11 (which the ports system correctly > installed as a dependency). > > Everything on my machine is build from ports on a very recent > -CURRENT. I can second that. The only other thing that I found out is that imlib_config dumps core....?? Sadly, I do not have the time to investigate further. Cheers, Mathias -- virtual earth Mathias Picker Gesch?ftsf?hrer Gesellschaft f?r Wissens re/pr? sentation mbH Mathias.Picker@virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 6:44:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id ADC0937B400 for ; Thu, 14 Feb 2002 06:44:26 -0800 (PST) Received: from knightridder.com (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g1EEdSb12532 for ; Thu, 14 Feb 2002 09:39:28 -0500 (EST) Message-ID: <3C6BCD45.BDCA54A@knightridder.com> Date: Thu, 14 Feb 2002 09:44:21 -0500 From: Jim Arnold Reply-To: jarnold@knightridder.com X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: nautilus port fails to build with linker error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! Nautilus is failing when I try to use portupgrade. Error log below. I am running 4.5 stable. Thanks, Jim -lgdk_pixbuf -lgnomevfs -lxml -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -l ORBit -lIIOP -lORBitutil -lwrap -lgtk12 -lgdk12 -lintl -lXext -lX11 -lm -lgmodul e12 -lgthread12 -lglib12 -lrsvg -lart_lgpl -lfreetype -lpng -lz -lgiconv -Wl,--r path -Wl,/usr/X11R6/lib /usr/X11R6/lib/libeel.so: warning: mktemp() possibly used unsafely; consider usi ng mkstemp() /usr/libexec/elf/ld: warning: libfreetype.so.6, needed by /usr/X11R6/lib/libgnom eprint.so, may conflict with libfreetype.so.8 /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mks temp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recomm ended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mk stemp() nautilus-mozilla-embed-extensions.o: In function `mozilla_unicode_to_locale(unsi gned short const *)': nautilus-mozilla-embed-extensions.o(.text+0x1b86): undefined reference to `nsStr ing::GetUnicode(void) const' nautilus-mozilla-embed-extensions.o(.text+0x1bf1): undefined reference to `nsStr ing::GetUnicode(void) const' gmake[3]: *** [nautilus-mozilla-content-view] Error 1 gmake[3]: Leaving directory `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6/comp onents/mozilla' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6/comp onents' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /max/ports/x11-fm/nautilus. *** Error code 1 Stop in /max/ports/x11-fm/nautilus. *** Error code 1 Stop in /max/ports/x11-fm/nautilus. ** Command failed: make clean build ** Fix the problem and try again. ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'x11/xscreensaver' (xscreen saver-4.00) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/xscreensaver (xscreensaver-4.00) (unknown build error) ! x11-fm/nautilus (nautilus-1.0.6_1) (linker error) * x11/gnome (gnome-1.4.1b2_1) -- Jim Arnold, Ohio.com Site Administrator jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 I'm currently running FreeBSD 4.5-STABLE which has been up for 8 days as of 02/14/02 09:17:00 AM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 7: 7:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id B691637B405; Thu, 14 Feb 2002 07:07:29 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16bNTn-000CqB-00; Thu, 14 Feb 2002 07:07:24 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 14 Feb 2002 09:08:28 -0600 Subject: Re: Problem building ports/x11/gnome From: Ade Lovett To: , Cc: , Message-ID: In-Reply-To: <20020214113141.A856737B402@hub.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/14/02 05:31, "Mathias.Picker@virtual-earth.de" wrote: > > > On 14 Feb, Thyer, Matthew wrote: >> The problem is in the build of ports/x11/gnomelibs >> >> Looks like the configure test program is not linking with >> the installed imlib-1.9.11 (which the ports system correctly >> installed as a dependency). >> >> Everything on my machine is build from ports on a very recent >> -CURRENT. > > I can second that. The only other thing that I found out is that > imlib_config dumps core....?? Sadly, I do not have the time to > investigate further. I suggest that you both re-read freebsd-current, paying particular attention to issues with the link-loader, causing a variety of problems, such as this. This is not a ports issue, it's a -current issue, that I believe is now fixed (so you'll have to update your OS). -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 7:12:28 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 798D037B400 for ; Thu, 14 Feb 2002 07:12:18 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1EFCIr21502; Thu, 14 Feb 2002 10:12:18 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 14 Feb 2002 10:12:18 -0500 (EST) From: Joe Clarke To: Jim Arnold Cc: gnome@FreeBSD.ORG Subject: Re: nautilus port fails to build with linker error In-Reply-To: <3C6BCD45.BDCA54A@knightridder.com> Message-ID: <20020214101005.P21481-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Feb 2002, Jim Arnold wrote: > Hello! > > Nautilus is failing when I try to use portupgrade. > Error log below. What version of Nautils are you trying to build? Do you have mozilla-ebedded installed? If so, what version? If you're trying to build nautilus-1.0.6_2, you need to have mozilla-embedded-0.9.8,1 installed, or define WITHOUT_MOZILLA. Joe > > I am running 4.5 stable. > > Thanks, > Jim > > -lgdk_pixbuf -lgnomevfs -lxml -lgconf-gtk-1 -lgconf-1 -loaf > -lORBitCosNaming -l > ORBit -lIIOP -lORBitutil -lwrap -lgtk12 -lgdk12 -lintl -lXext -lX11 -lm > -lgmodul > e12 -lgthread12 -lglib12 -lrsvg -lart_lgpl -lfreetype -lpng -lz -lgiconv > -Wl,--r > path -Wl,/usr/X11R6/lib > /usr/X11R6/lib/libeel.so: warning: mktemp() possibly used unsafely; > consider usi > ng mkstemp() > /usr/libexec/elf/ld: warning: libfreetype.so.6, needed by > /usr/X11R6/lib/libgnom > eprint.so, may conflict with libfreetype.so.8 > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > using mks > temp() > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > not recomm > ended. > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider > using mk > stemp() > nautilus-mozilla-embed-extensions.o: In function > `mozilla_unicode_to_locale(unsi > gned short const *)': > nautilus-mozilla-embed-extensions.o(.text+0x1b86): undefined reference > to `nsStr > ing::GetUnicode(void) const' > nautilus-mozilla-embed-extensions.o(.text+0x1bf1): undefined reference > to `nsStr > ing::GetUnicode(void) const' > gmake[3]: *** [nautilus-mozilla-content-view] Error 1 > gmake[3]: Leaving directory > `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6/comp > onents/mozilla' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6/comp > onents' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/max/ports/x11-fm/nautilus/work/nautilus-1.0.6' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /max/ports/x11-fm/nautilus. > *** Error code 1 > > Stop in /max/ports/x11-fm/nautilus. > *** Error code 1 > > Stop in /max/ports/x11-fm/nautilus. > ** Command failed: make clean build > ** Fix the problem and try again. > ---> Skipping 'x11/gnome' (gnome-1.4.1b2_1) because 'x11/xscreensaver' > (xscreen > saver-4.00) failed > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! x11/xscreensaver (xscreensaver-4.00) (unknown build error) > ! x11-fm/nautilus (nautilus-1.0.6_1) (linker error) > * x11/gnome (gnome-1.4.1b2_1) > > -- > Jim Arnold, Ohio.com Site Administrator > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > I'm currently running FreeBSD 4.5-STABLE > which has been up for 8 days as of 02/14/02 09:17:00 AM > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 7:16:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 0E62937B405 for ; Thu, 14 Feb 2002 07:16:48 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1EFGii21542; Thu, 14 Feb 2002 10:16:45 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 14 Feb 2002 10:16:44 -0500 (EST) From: Joe Clarke To: anne_frank Cc: gnome@FreeBSD.ORG Subject: Re: port building In-Reply-To: <000e01c1b548$76f931c0$0205a8c0@hamish> Message-ID: <20020214101529.S21481-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Feb 2002, anne_frank wrote: > Hi, > > I'm having a problem building the port for gnome (and gnome-fifth-toe). > The problem arises when the build process reaches the gal port. The gal > port is successfully built but then is not found by the port that > depends on it and the building drops out with a number of errors. I ran > cvsup over the ports tree just before attempting to build the port and > again after experiencing the problem. Make sure you have a up-to-date ports tree. You should be building version 19 of the gal shared object. This should be picked up by gtkhtml. Please include build failure logs if, after you verify your ports tree is current, you are still having problems. Joe > > Please help! > > Frank > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 7:21:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 732E337B422; Thu, 14 Feb 2002 07:20:55 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16bNgs-000CrP-00; Thu, 14 Feb 2002 07:20:54 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 14 Feb 2002 09:21:58 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Doug Barton , Maxim Sobolev Cc: Joe Marcus Clarke , Message-ID: In-Reply-To: <20020213200304.V29311-100000@master.gorean.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/13/02 22:19, "Doug Barton" wrote: > Ade, Hi Doug, > Your change is way too intrusive. I should have been more clear, > or reviewed the patches first, or something. Before I revert it, can you > please describe _why_ the xml files need to change directories based on > whether gnome is installed or not? That's going to be a pita to maintain. That's what the xscreensaver code does itself (if --enable-gnome is defined). If the previous version was built with GNOME support, it would fail 'make package', something that wasn't picked up sooner for some reason. > Also, there was absolutely no reason to change the sed version of the > PTHREAD_LIBS change in the Makefile to perl. Lots quicker, plenty of prior sed->perl changes in Makefiles, and the changes can be made in-place. Feel free to back out the post-patch bit if you wish. > Finally, why did you remove the malloc.h change? Eh? post-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ 's|malloc\.h|stdlib.h|g' It's there?? I think perhaps there is some confusion going on. Sobomax committed an update to x11/xscreensaver that did not pass the GNOME/non-GNOME packaging tests, and was not a part of the patchball that was produced on the gnome-list. Indeed, this particular commit made things worse, hence the fix to actually make the port work again. > I'm willing to entertain arguments for the need to move the xml > files around, but this can of worms is exactly why I was resistant to > including the gnome stuff in the first place. I'm confused by this. It's not any patches that FreeBSD is making that moves the xml files around. It's the source code itself, xscreensaver. I can certainly patch around it, but that may require extra intrusive work, since gnomecontrolcenter is expecting to find things in certain places. Regards, -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 7:26: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4A9A437B400; Thu, 14 Feb 2002 07:26:01 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1EFQ1V21579; Thu, 14 Feb 2002 10:26:02 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 14 Feb 2002 10:26:00 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.ORG Subject: Re: Removing old compatibility tweaks from ORBit, gnomevfs and libglade [path for testing] In-Reply-To: <3C6A309F.64352072@FreeBSD.org> Message-ID: <20020214102538.E21481-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG These built fine on my -stable test machine. I didn't notice any problems. Joe On Wed, 13 Feb 2002, Maxim Sobolev wrote: > Hi folks! > > Since GNOME2 is coming we have to remove old compatibility tweaks from > the number of ports and fix all resulting breakages. Therefore, I > would be nice if someone will run attached patch through the full > build of the gnome-fifth-toe and report any problems. > > Thanks! > > -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Feb 14 8:23: 3 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 1B8B437B416; Thu, 14 Feb 2002 08:19:24 -0800 (PST) Received: (from reg@localhost) by shale.csir.co.za (8.11.6/8.11.6) id g1EGJIV65709; Thu, 14 Feb 2002 18:19:18 +0200 (SAT) (envelope-from reg) Date: Thu, 14 Feb 2002 18:19:17 +0200 From: Jeremy Lea To: Maxim Sobolev Cc: freebsd-gnome@FreeBSD.org Subject: Re: A mozilla lite port. Message-ID: <20020214181917.A64409@shale.csir.co.za> References: <20020213002751.A47581@shale.csir.co.za> <3C6A354D.43BA66AD@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C6A354D.43BA66AD@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Feb 13, 2002 at 11:43:41AM +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Wed, Feb 13, 2002 at 11:43:41AM +0200, Maxim Sobolev wrote: > In general looks fine to me, however I'm little concerned about the > fact that your patch removes all CXX, CFLAGS and -pthread tweaks. Have > you verifyed that -D_THREAD_SAFE/-pthread is inserted where > appropriate and that system CXX and CFLAGS are respected everywhere? Of course. Actually, while testing to make sure it respected $CC, I found the NSS is being built with the wrong options. I've fixed this in the attached patch, but CFLAGS are not being respected. I can't find a simple fix at the moment, I don't feel like hacking it in, and the correct fix is to take NSS's build system out the back and shoot it. This might explain some of the instability with the embedded stuff. The NSS port seems to do a better job, and we might benefit from using the NSS and NSPR ports for Mozilla. Anyway, the attached patch is Part 1. It cleans up the building of the port, changes a few configure options, and merges in the IPv6 stuff. I've tested on -CURRENT, and I'm looking for people to test it a bit with Galeon, -STABLE, Alpha, etc. I'll commit in about 24 hours unless there are problems. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ www/mozilla: Maintainer: gnome@FreeBSD.org Changes: Makefile pkg-plist files/patch-ak files/patch-qt Adds : files/patch-netwerk::base::src::nsSocketTransport.cpp files/patch-netwerk::base::src::nsSocketTransport.h files/patch-nsprpub::configure files/patch-security::coreconf::FreeBSD.mk files/tar-exclude Removes: files/patch-mi files/patch-nsprpub::pr::include::md::_freebsd.cfg --- /usr/ports.ref/www/mozilla/Makefile Mon Feb 11 22:01:57 2002 +++ www/mozilla/Makefile Thu Feb 14 11:18:50 2002 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -28,58 +29,58 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes +EXTRACT_AFTER_ARGS= | tar -xf - -X ${FILESDIR}/tar-exclude USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_NEWGCC= yes USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= \ + --disable-auto-deps \ + --enable-chrome-format=jar \ --disable-cpp-exceptions \ --disable-cpp-rtti \ - --disable-debug \ - --disable-idltool \ - --disable-md \ - --disable-pedantic \ - --disable-xterm-updates \ --enable-crypto \ + --disable-debug \ + --enable-default-toolkit=gtk \ --enable-double-buffer \ - --enable-editor \ + --enable-dtd-debug \ + --enable-jsd \ + --enable-ldap \ --enable-mailnews \ --enable-mathml \ - --enable-optimize="${CFLAGS}" \ - --enable-pics \ + --disable-md \ + --disable-optimize \ + --disable-pedantic \ + --disable-plaintext-editor-only \ + --enable-reorder \ + --enable-strip \ --enable-svg \ - --enable-tests \ - --enable-toolkit=gtk \ - --enable-x11-shm \ - --enable-chrome-format=jar \ - --with-jpeg=${LOCALBASE} \ - --with-png=${LOCALBASE} \ - --with-mng=${LOCALBASE} \ + --disable-tests \ + --disable-xterm-updates \ + --enable-xinerama \ + --with-system-jpeg=${LOCALBASE} \ + --with-system-mng=${LOCALBASE} \ + --with-system-png=${LOCALBASE} \ --with-pthreads .if !defined(WITHOUT_CHATZILLA) CONFIGURE_ARGS+= --with-extensions=default,irc .endif -CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - CFLAGS="" CXXFLAGS="" \ - MOZ_INTERNAL_LIBART_LGPL=1 +CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CFLAGS="" CXXFLAGS="" \ - MALLOC_OPTIONS=j \ MOZ_INTERNAL_LIBART_LGPL=1 ALL_TARGET= default post-build: - @${SED} -e "s;@PREFIX@;${PREFIX};g" \ + ${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla - @(cd ${WRKSRC}/dist/bin; \ + (cd ${WRKSRC}/dist/bin; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ ${ECHO_CMD} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ ${ECHO_CMD} locale,install,select,en-US >> chrome/installed-chrome.txt; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) - @/usr/bin/find ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ - /usr/bin/xargs ${RMDIR} 2> /dev/null || ${TRUE} + ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ + ${XARGS} ${RMDIR} 2> /dev/null || ${TRUE} do-install: ${MKDIR} ${PREFIX}/lib/mozilla --- /usr/ports.ref/www/mozilla/files/patch-ak Mon Feb 11 22:01:57 2002 +++ www/mozilla/files/patch-ak Thu Feb 14 00:58:10 2002 @@ -3,11 +3,16 @@ --- nsprpub/pr/include/md/_freebsd.h.orig Sat Jan 5 03:43:00 2002 +++ nsprpub/pr/include/md/_freebsd.h Tue Feb 5 11:14:27 2002 -@@ -40,6 +40,7 @@ - #if __FreeBSD__ >= 2 - #include /* for __FreeBSD_version */ - #endif -+#include - #include +@@ -87,6 +88,12 @@ + + #define _PR_HAVE_SYSV_SEMAPHORES + #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY ++ ++#if __FreeBSD_version >= 400014 ++#define _PR_INET6 ++#define _PR_HAVE_GETHOSTBYNAME2 ++#define _PR_INET6_PROBE ++#endif + + #define USE_SETJMP - #define PR_LINKER_ARCH "freebsd" --- /usr/ports.ref/www/mozilla/files/patch-mi Tue Sep 18 10:12:08 2001 +++ www/mozilla/files/patch-mi Wed Feb 13 22:33:15 2002 @@ -1,42 +0,0 @@ - -$FreeBSD: ports/www/mozilla/files/patch-mi,v 1.6 2001/09/18 08:12:08 sobomax Exp $ - ---- nsprpub/config/FreeBSD.mk.orig Sat Jul 29 03:50:35 2000 -+++ nsprpub/config/FreeBSD.mk Mon Sep 17 10:47:08 2001 -@@ -37,19 +37,21 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ -+CCC = $(CXX) - RANLIB = ranlib - -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS) -+ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) - --OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - - # - # The default implementation strategy for FreeBSD is pthreads. -@@ -60,8 +62,8 @@ - else - USE_PTHREADS = 1 - IMPL_STRATEGY = _PTH --DEFINES += -D_THREAD_SAFE --THREAD_FLAG += -pthread -+DEFINES += -D_THREAD_SAFE -D_REENTRANT -+DSO_LDOPTS += -pthread - endif - - ARCH = freebsd --- /usr/ports.ref/www/mozilla/files/patch-netwerk::base::src::nsSocketTransport.cpp Thu Jan 1 02:00:00 1970 +++ www/mozilla/files/patch-netwerk::base::src::nsSocketTransport.cpp Thu Feb 14 00:57:25 2002 @@ -0,0 +1,329 @@ +--- netwerk/base/src/nsSocketTransport.cpp.orig Fri Feb 8 11:20:08 2002 ++++ netwerk/base/src/nsSocketTransport.cpp Fri Feb 8 11:20:16 2002 +@@ -143,6 +143,7 @@ + mHostName(nsnull), + mPort(-1), + mMonitor(nsnull), ++ mNetAddress(nsnull), + mOperation(eSocketOperation_None), + mProxyPort(-1), + mProxyHost(nsnull), +@@ -183,12 +184,6 @@ + SetWriteType(eSocketWrite_None); + + // +- // Set up Internet defaults... +- // +- memset(&mNetAddress, 0, sizeof(mNetAddress)); +- PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, 0, &mNetAddress); +- +- // + // Initialize the global connect timeout value if necessary... + // + if (PR_INTERVAL_NO_WAIT == gConnectTimeout) +@@ -415,6 +410,14 @@ + + while (!done) { + // ++ // Check for failure on any socket requests ++ // ++ if (mReadRequest && mReadRequest->HasFailed()) ++ mReadRequest->GetStatus(&mStatus); ++ else if (mWriteRequest && mWriteRequest->HasFailed()) ++ mWriteRequest->GetStatus(&mStatus); ++ ++ // + // If an error has occurred then move into the error state... + // + if (NS_FAILED(mStatus) && (NS_BASE_STREAM_WOULD_BLOCK != mStatus)) +@@ -495,17 +498,40 @@ + // Send status message + // only send a status if doResolveHost is going to do some + // resolution +- if (mStatus != NS_OK) ++ if (mStatus == NS_BASE_STREAM_WOULD_BLOCK) + OnStatus_Locked(NS_NET_STATUS_RESOLVING_HOST); + break; + + case eSocketState_WaitConnect: + LOG(("nsSocketTransport: Transport [host=%s:%d this=%x] is in WaitConnect state.\n", + mHostName, mPort, this)); +- mStatus = doConnection(aSelectFlags); + + // Send status message + OnStatus_Locked(NS_NET_STATUS_CONNECTING_TO); ++ ++ mStatus = doConnection(aSelectFlags); ++ ++ // on connection failure, reuse next address if one exists ++ if (mStatus == NS_ERROR_CONNECTION_REFUSED) { ++ mNetAddress = mNetAddrList.GetNext(mNetAddress); ++ if (mNetAddress) { ++#if defined(PR_LOGGING) ++ char buf[50]; ++ PR_NetAddrToString(mNetAddress, buf, sizeof(buf)); ++ LOG(("connection failed... trying %s\n", buf)); ++#endif ++ PR_Close(mSocketFD); ++ mSocketFD = nsnull; ++ ++ // mask error status so we'll return to this state ++ mStatus = NS_OK; ++ ++ // need to re-enter Process() asynchronously ++ mService->AddToWorkQ(this); ++ done = PR_TRUE; ++ continue; ++ } ++ } + break; + + case eSocketState_WaitReadWrite: +@@ -633,21 +659,19 @@ + + NS_ASSERTION(eSocketState_WaitDNS == mCurrentState, "Wrong state."); + +- LOG(("nsSocketTransport: Entering doResolveHost() [host=%s:%d this=%x].\n", ++ LOG(("nsSocketTransport: Entering doResolveHost() [host=%s:%d %x].\n", + mHostName, mPort, this)); + ++ // ++ // The hostname is being resolved... ++ // ++ if (mDNSRequest) ++ return NS_BASE_STREAM_WOULD_BLOCK; ++ + // + // The hostname has not been resolved yet... + // +- if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { +- // +- // Initialize the port used for the connection... +- // +- // XXX: The list of ports must be restricted - see net_bad_ports_table[] in +- // mozilla/network/main/mkconect.c +- // +- mNetAddress.ipv6.port = PR_htons(((mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort)); +- ++ if (mNetAddress == nsnull) { + PR_ExitMonitor(mMonitor); + + nsIDNSService* pDNSService = mService->GetCachedDNSService(); +@@ -659,9 +683,7 @@ + // Give up the SocketTransport lock. This allows the DNS thread to call the + // nsIDNSListener notifications without blocking... + // +- rv = pDNSService->Lookup((mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName, +- this, +- nsnull, ++ rv = pDNSService->Lookup(GetSocketHost(), this, nsnull, + getter_AddRefs(mDNSRequest)); + // + // Aquire the SocketTransport lock again... +@@ -672,7 +694,7 @@ + // + // The DNS lookup has finished... It has either failed or succeeded. + // +- if (NS_FAILED(mStatus) || !PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { ++ if (NS_FAILED(mStatus) || mNetAddress) { + mDNSRequest = 0; + rv = mStatus; + } +@@ -687,10 +709,8 @@ + } + } + +- LOG(("nsSocketTransport: Leaving doResolveHost() [%s:%d %x].\t" +- "rv = %x.\n\n", ++ LOG(("nsSocketTransport: Leaving doResolveHost() [%s:%d %x] rv = %x\n", + mHostName, mPort, this, rv)); +- + return rv; + } + +@@ -832,7 +852,7 @@ + // This is only done the first time doConnection(...) is called. + // + if (NS_SUCCEEDED(rv)) { +- status = PR_Connect(mSocketFD, &mNetAddress, gConnectTimeout); ++ status = PR_Connect(mSocketFD, mNetAddress, gConnectTimeout); + if (PR_SUCCESS != status) { + PRErrorCode code = PR_GetError(); + // +@@ -932,14 +952,17 @@ + // + // The hostname has not been resolved yet... + // +- if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) { ++ if (mNetAddress == nsnull) { + nsIDNSService* pDNSService = mService->GetCachedDNSService(); + if (!pDNSService) { + return NS_ERROR_UNEXPECTED; + } + + nsXPIDLCString result; +- const char *host = (mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName; ++ const char *host = GetSocketHost(); ++ ++ // XXX DNS service does not provide a synchronous resolver that returns ++ // the entire nsHostEnt struct. + rv = pDNSService->Resolve(host, getter_Copies(result)); + if (NS_FAILED(rv)) return rv; + +@@ -953,16 +976,18 @@ + return NS_ERROR_FAILURE; + } + ++ mNetAddrList.Init(1); ++ mNetAddress = mNetAddrList.GetNext(nsnull); ++ ++ PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, GetSocketPort(), mNetAddress); ++ + if (addr.raw.family == PR_AF_INET) +- PR_ConvertIPv4AddrToIPv6(addr.inet.ip, &mNetAddress.ipv6.ip); ++ PR_ConvertIPv4AddrToIPv6(addr.inet.ip, &mNetAddress->ipv6.ip); + else +- memcpy(&mNetAddress.ipv6.ip, &addr.ipv6.ip, sizeof(mNetAddress.ipv6.ip)); +- +- mNetAddress.ipv6.port +- = PR_htons(((mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort)); ++ memcpy(&mNetAddress->ipv6.ip, &addr.ipv6.ip, sizeof(mNetAddress->ipv6.ip)); + + LOG(("address { family=%hu, port=%hu }\n", +- mNetAddress.ipv6.family, PR_ntohs(mNetAddress.ipv6.port))); ++ mNetAddress->ipv6.family, PR_ntohs(mNetAddress->ipv6.port))); + } + + // +@@ -1036,7 +1061,6 @@ + if (mReadRequest) { + if (mReadRequest->IsCanceled() || (mBytesExpected == 0)) { + LOG(("nsSocketTransport: [this=%x] completing read request due to cancelation\n", this)); +- mSelectFlags &= ~PR_POLL_READ; + mReadRequest->GetStatus(&readStatus); + CompleteAsyncRead(); + if (NS_FAILED(readStatus)) +@@ -1078,7 +1102,6 @@ + if (mWriteRequest) { + if (mWriteRequest->IsCanceled()) { + LOG(("nsSocketTransport: [this=%x] completing write request due to cancelation\n", this)); +- mSelectFlags &= ~PR_POLL_WRITE; + mWriteRequest->GetStatus(&writeStatus); + CompleteAsyncWrite(); + if (NS_FAILED(writeStatus)) +@@ -1485,23 +1508,44 @@ + nsAutoMonitor mon(mMonitor); + nsresult rv = NS_OK; + +- if (aHostEnt->hostEnt.h_addr_list && aHostEnt->hostEnt.h_addr_list[0]) { +- if (aHostEnt->hostEnt.h_addrtype == PR_AF_INET6) +- memcpy(&mNetAddress.ipv6.ip, aHostEnt->hostEnt.h_addr_list[0], sizeof(mNetAddress.ipv6.ip)); +- else +- PR_ConvertIPv4AddrToIPv6(*(PRUint32*)aHostEnt->hostEnt.h_addr_list[0], &mNetAddress.ipv6.ip); ++ char **addrList = aHostEnt->hostEnt.h_addr_list; ++ ++ if (addrList && addrList[0]) { ++ PRUint32 len = 0; ++ ++ LOG(("nsSocketTransport::OnFound [%s:%d %x] lookup succeeded [FQDN=%s]\n", ++ mHostName, mPort, this, aHostEnt->hostEnt.h_name)); ++ ++ // determine the number of address in the list ++ for (; *addrList; ++addrList) ++ ++len; ++ addrList -= len; ++ ++ // allocate space for the addresses ++ mNetAddrList.Init(len); ++ ++ // populate the address list ++ PRNetAddr *addr = nsnull; ++ while ((addr = mNetAddrList.GetNext(addr)) != nsnull) { ++ PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, GetSocketPort(), addr); ++ if (aHostEnt->hostEnt.h_addrtype == PR_AF_INET6) ++ memcpy(&addr->ipv6.ip, *addrList, sizeof(addr->ipv6.ip)); ++ else ++ PR_ConvertIPv4AddrToIPv6(*(PRUint32 *)(*addrList), &addr->ipv6.ip); ++ ++addrList; + #if defined(PR_LOGGING) +- char addrbuf[50]; +- PR_NetAddrToString(&mNetAddress, addrbuf, sizeof(addrbuf)); +- LOG(("nsSocketTransport: OnFound(...) [%s:%d %x]." +- " DNS lookup succeeded => %s (%s)\n", +- mHostName, mPort, this, +- aHostEnt->hostEnt.h_name, +- addrbuf)); ++ char buf[50]; ++ PR_NetAddrToString(addr, buf, sizeof(buf)); ++ LOG((" => %s\n", buf)); + #endif +- } else { +- // XXX: What should happen here? The GetHostByName(...) succeeded but +- // there are *no* A records... ++ } ++ ++ // start with first address in list ++ mNetAddress = mNetAddrList.GetNext(nsnull); ++ } ++ else { ++ // XXX: What should happen here? The DNS lookup succeeded, but there ++ // are no address records... + rv = NS_ERROR_FAILURE; + + LOG(("nsSocketTransport: OnFound(...) [%s:%d %x]." +@@ -1531,7 +1575,7 @@ + // If the lookup failed, set the status... + if (NS_FAILED(aStatus)) + mStatus = aStatus; +- else if (PR_IsNetAddrType(&mNetAddress, PR_IpAddrAny)) ++ else if (mNetAddress == nsnull) + mStatus = NS_ERROR_ABORT; + + // Start processing the transport again - if necessary... +@@ -1852,7 +1896,7 @@ + *_retval = (char*)nsMemory::Alloc(aLen); + if (!*_retval) return NS_ERROR_FAILURE; + +- PRStatus status = PR_NetAddrToString(&mNetAddress, *_retval, aLen); ++ PRStatus status = PR_NetAddrToString(mNetAddress, *_retval, aLen); + + if (PR_FAILURE == status) { + nsMemory::Free(*_retval); +@@ -1968,6 +2012,37 @@ + + if (--mSocketRef == 0) + CloseConnection(); ++} ++ ++// ++//---------------------------------------------------------------------------- ++// nsSocketTransport::nsNetAddrList ++//---------------------------------------------------------------------------- ++// ++ ++nsresult nsSocketTransport:: ++nsNetAddrList::Init(PRUint32 len) ++{ ++ NS_ASSERTION(!mList, "already initialized"); ++ mList = new PRNetAddr[len]; ++ if (!mList) ++ return NS_ERROR_OUT_OF_MEMORY; ++ mLen = len; ++ return NS_OK; ++} ++ ++PRNetAddr *nsSocketTransport:: ++nsNetAddrList::GetNext(PRNetAddr *addr) ++{ ++ if (!addr) ++ return mList; ++ ++ PRUint32 offset = addr - mList; ++ NS_ASSERTION(offset < mLen, "invalid address"); ++ if (offset + 1 < mLen) ++ return addr + 1; ++ ++ return nsnull; + } + + // --- /usr/ports.ref/www/mozilla/files/patch-netwerk::base::src::nsSocketTransport.h Thu Jan 1 02:00:00 1970 +++ www/mozilla/files/patch-netwerk::base::src::nsSocketTransport.h Thu Feb 14 00:57:25 2002 @@ -0,0 +1,57 @@ +--- netwerk/base/src/nsSocketTransport.h.orig Fri Feb 8 11:20:24 2002 ++++ netwerk/base/src/nsSocketTransport.h Fri Feb 8 11:20:29 2002 +@@ -176,7 +176,7 @@ + PRFileDesc* GetSocket(void) { return mSocketFD; } + PRInt16 GetSelectFlags(void) { return mSelectFlags; } + PRCList* GetListNode(void) { return &mListLink; } +- ++ + static nsSocketTransport* GetInstance(PRCList* qp) { return (nsSocketTransport*)((char*)qp - offsetof(nsSocketTransport, mListLink)); } + + PRBool CanBeReused() { return +@@ -237,8 +237,27 @@ + inline void ClearFlag(nsSocketReadWriteInfo aFlag) { + mReadWriteState &= ~aFlag; + } ++ ++ PRInt32 GetSocketPort(void) { return (mProxyPort != -1 && !mProxyTransparent) ? mProxyPort : mPort; } ++ const char *GetSocketHost(void) { return (mProxyHost && !mProxyTransparent) ? mProxyHost : mHostName; } + + protected: ++ class nsNetAddrList { ++ public: ++ nsNetAddrList() : mList(nsnull), mLen(0) {} ++ ~nsNetAddrList() { delete[] mList; } ++ ++ // allocate space for the address list ++ nsresult Init(PRUint32 len); ++ ++ // given a net addr in the list, return the next addr. ++ // if given NULL, then return the first addr in the list. ++ // returns NULL if given addr is the last addr. ++ PRNetAddr *GetNext(PRNetAddr *currentAddr); ++ private: ++ PRNetAddr *mList; ++ PRUint32 mLen; ++ }; + + nsSocketState mCurrentState; + nsCOMPtr mDNSRequest; +@@ -249,7 +268,8 @@ + PRIntervalTime mLastActiveTime; + PRCList mListLink; + PRMonitor* mMonitor; +- PRNetAddr mNetAddress; ++ nsNetAddrList mNetAddrList; ++ PRNetAddr *mNetAddress; + nsSocketOperation mOperation; + nsCOMPtr mSecurityInfo; + +@@ -415,6 +435,7 @@ + PRBool IsInitialized() { return mStartFired; } + PRBool IsSuspended() { return mSuspendCount > 0; } + PRBool IsCanceled() { return mCanceled; } ++ PRBool HasFailed() { return NS_FAILED(mStatus); } + + void SetTransport(nsSocketTransport *); + void SetObserver(nsIRequestObserver *obs) { mObserver = obs; } --- /usr/ports.ref/www/mozilla/files/patch-nsprpub::configure Thu Jan 1 02:00:00 1970 +++ www/mozilla/files/patch-nsprpub::configure Thu Feb 14 01:14:06 2002 @@ -0,0 +1,50 @@ +--- nsprpub/configure.orig Tue Jan 22 23:57:37 2002 ++++ nsprpub/configure Thu Feb 14 01:13:13 2002 +@@ -3288,8 +3288,9 @@ + else + DLL_SUFFIX=so.1.0 + fi ++ MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' + DSO_CFLAGS=-fPIC +- DSO_LDOPTS=-Bshareable ++ DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)' + MDCPUCFG_H=_freebsd.cfg + PR_MD_CSRCS=freebsd.c + ;; +@@ -5091,8 +5092,15 @@ + if test $? -eq 0; then + if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then + ac_cv_have_dash_pthread=yes +- CFLAGS="$CFLAGS -pthread" +- CXXFLAGS="$CXXFLAGS -pthread" ++ case "$target_os" in ++ freebsd*) ++# Freebsd doesn't use -pthread for compiles, it uses them for linking ++ ;; ++ *) ++ CFLAGS="$CFLAGS -pthread" ++ CXXFLAGS="$CXXFLAGS -pthread" ++ ;; ++ esac + fi + fi + rm -f conftest* +@@ -5123,11 +5131,17 @@ + ;; + *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*) + cat >> confdefs.h <<\EOF ++#define _REENTRANT 1 ++EOF ++ ++ cat >> confdefs.h <<\EOF + #define _THREAD_SAFE 1 + EOF + + if test "$ac_cv_have_dash_pthread" = "yes"; then +- _PTHREAD_LDFLAGS= ++ _PTHREAD_LDFLAGS="-pthread" ++ else ++ _PTHREAD_LDFLAGS="-lc_r" + fi + ;; + *-linux*) --- /usr/ports.ref/www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.cfg Wed Dec 26 12:21:21 2001 +++ www/mozilla/files/patch-nsprpub::pr::include::md::_freebsd.cfg Wed Feb 13 22:33:15 2002 @@ -1,13 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.cfg.orig Mon Nov 26 17:07:20 2001 -+++ nsprpub/pr/include/md/_freebsd.cfg Mon Nov 26 17:15:01 2001 -@@ -93,8 +93,8 @@ - - #elif defined(__alpha) - --#define IS_LITTLE_ENDIAN 1 --#undef IS_BIG_ENDIAN -+#define IS_64 -+ - #define HAVE_LONG_LONG - #define HAVE_ALIGNED_DOUBLES - #define HAVE_ALIGNED_LONGLONGS --- /usr/ports.ref/www/mozilla/files/patch-qt Thu Jan 3 23:01:34 2002 +++ www/mozilla/files/patch-qt Wed Feb 13 22:39:21 2002 @@ -40,11 +40,3 @@ QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -13711,6 +13712,7 @@ - echo "configure: warning: Recreating autoconf.mk with updated nspr-config output" 1>&2 - if test ! "$VACPP" && test -z "$_WIN32_MSVC"; then - NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` -+ NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS" - $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk - fi - if test -z "$_WIN32_MSVC"; then --- /usr/ports.ref/www/mozilla/files/patch-security::coreconf::FreeBSD.mk Thu Jan 1 02:00:00 1970 +++ www/mozilla/files/patch-security::coreconf::FreeBSD.mk Thu Feb 14 14:20:47 2002 @@ -0,0 +1,50 @@ +--- security/coreconf/FreeBSD.mk.orig Tue Sep 19 05:53:08 2000 ++++ security/coreconf/FreeBSD.mk Thu Feb 14 14:19:02 2002 +@@ -35,27 +35,27 @@ + + include $(CORE_DEPTH)/coreconf/UNIX.mk + +-DEFAULT_COMPILER = gcc +-CC = gcc +-CCC = g++ ++CCC = ${CXX} + RANLIB = ranlib + + ifeq ($(OS_TEST),alpha) + CPU_ARCH = alpha + else +-OS_REL_CFLAGS = -Di386 + CPU_ARCH = x86 + endif + +-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK ++OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK ++ ++DSO_CFLAGS = -fPIC ++DSO_LDOPTS = -shared -Wl,-soname -Wl,$(notdir $@) + + # + # The default implementation strategy for FreeBSD is pthreads. + # + ifndef CLASSIC_NSPR + USE_PTHREADS = 1 +-DEFINES += -D_THREAD_SAFE +-THREAD_FLAG = -pthread ++DEFINES += -D_THREAD_SAFE -D_REENTRANT ++DSO_LDOPTS += -pthread + endif + + ARCH = freebsd +@@ -68,11 +68,7 @@ + DLL_SUFFIX = so.1.0 + endif + +-DSO_CFLAGS = -fPIC +-DSO_LDOPTS = -Bshareable +-DSO_LDFLAGS = +- +-MKSHLIB = $(LD) $(DSO_LDOPTS) ++MKSHLIB = $(CC) $(DSO_LDOPTS) -o $@ + + G++INCLUDES = -I/usr/include/g++ + --- /usr/ports.ref/www/mozilla/files/tar-exclude Thu Jan 1 02:00:00 1970 +++ www/mozilla/files/tar-exclude Wed Feb 13 22:33:15 2002 @@ -0,0 +1,6 @@ +*/CVS/* +*/macbuild/* +*/package/* +.cvsignore +makefile.win +MANIFEST --- /usr/ports.ref/www/mozilla/pkg-plist Mon Feb 11 22:01:57 2002 +++ www/mozilla/pkg-plist Thu Feb 14 11:07:08 2002 @@ -1,85 +1,12 @@ bin/mozilla -lib/mozilla/DumpColors -lib/mozilla/FilesTest -lib/mozilla/OutTestData/doctype.xif -lib/mozilla/OutTestData/entityxif.out -lib/mozilla/OutTestData/entityxif.xif -lib/mozilla/OutTestData/htmltable.html -lib/mozilla/OutTestData/htmltable.out -lib/mozilla/OutTestData/mailquote.html -lib/mozilla/OutTestData/mailquote.out -lib/mozilla/OutTestData/plain.html -lib/mozilla/OutTestData/plainnowrap.out -lib/mozilla/OutTestData/plainwrap.out -lib/mozilla/OutTestData/simple.html -lib/mozilla/OutTestData/simplecopy.out -lib/mozilla/OutTestData/simplefmt.out -lib/mozilla/OutTestData/simplemail.html -lib/mozilla/OutTestData/simplemail.out -lib/mozilla/OutTestData/xifdthtml.out -lib/mozilla/OutTestData/xifdtplain.out -lib/mozilla/OutTestData/xifstuff.out -lib/mozilla/OutTestData/xifstuff.xif -lib/mozilla/PrimitiveTest -lib/mozilla/PropertiesTest -lib/mozilla/SimpleTypeLib -lib/mozilla/StringBundleTest -lib/mozilla/TestArray -lib/mozilla/TestAtoms -lib/mozilla/TestAutoLock -lib/mozilla/TestCOMPtr -lib/mozilla/TestCOMPtrEq -lib/mozilla/TestCRT -lib/mozilla/TestCSSPropertyLookup -lib/mozilla/TestCallTemplates -lib/mozilla/TestCallbacks -lib/mozilla/TestColorNames -lib/mozilla/TestCookie -lib/mozilla/TestDBMAccess -lib/mozilla/TestFactory -lib/mozilla/TestFileInput -lib/mozilla/TestFileInput2 -lib/mozilla/TestFileTransport lib/mozilla/TestGtkEmbed lib/mozilla/TestGtkEmbedChild lib/mozilla/TestGtkEmbedNotebook lib/mozilla/TestGtkEmbedSocket -lib/mozilla/TestHttp -lib/mozilla/TestID -lib/mozilla/TestIDN -lib/mozilla/TestInterfaceInfo -lib/mozilla/TestLineBreak -lib/mozilla/TestMCTransport -lib/mozilla/TestObserverService -lib/mozilla/TestOutSinks.pl -lib/mozilla/TestOutput -lib/mozilla/TestPageLoad -lib/mozilla/TestPerf -lib/mozilla/TestPermanentAtoms -lib/mozilla/TestPipes -lib/mozilla/TestProtocols -lib/mozilla/TestRect -lib/mozilla/TestServMgr -lib/mozilla/TestSocketIO -lib/mozilla/TestSocketInput -lib/mozilla/TestSocketTransport -lib/mozilla/TestSpaceManager -lib/mozilla/TestStandardURL -lib/mozilla/TestStreamConv -lib/mozilla/TestTXMgr -lib/mozilla/TestThreads -lib/mozilla/TestURLParser -lib/mozilla/TestVoidBTree -lib/mozilla/TestXMLExtras -lib/mozilla/TestXPC -lib/mozilla/TestXPIDLString -lib/mozilla/TestXPTCInvoke -lib/mozilla/UnicharSelfTest lib/mozilla/bloaturls.txt lib/mozilla/chrome/US.jar lib/mozilla/chrome/chatzilla.jar lib/mozilla/chrome/chrome.rdf -@unexec rm -f %D/lib/mozilla/chrome/chrome.rdf || true lib/mozilla/chrome/chromelist.txt lib/mozilla/chrome/classic.jar lib/mozilla/chrome/comm.jar @@ -105,7 +32,6 @@ lib/mozilla/chrome/toolkit.jar lib/mozilla/chrome/venkman.jar lib/mozilla/component.reg -@unexec rm -f %D/lib/mozilla/component.reg || true lib/mozilla/components/absync.xpt lib/mozilla/components/accessibility.xpt lib/mozilla/components/addrbook.xpt @@ -158,7 +84,6 @@ lib/mozilla/components/layout_base.xpt lib/mozilla/components/layout_xul.xpt lib/mozilla/components/layout_xul_outliner.xpt -lib/mozilla/components/libMyService.so lib/mozilla/components/libabsyncsvc.so lib/mozilla/components/libaccessibility.so lib/mozilla/components/libaddrbook.so @@ -226,10 +151,8 @@ lib/mozilla/components/libprofile.so lib/mozilla/components/librdf.so lib/mozilla/components/libregviewer.so -lib/mozilla/components/libsample.so lib/mozilla/components/libshistory.so lib/mozilla/components/libstrres.so -lib/mozilla/components/libtestdynamic.so lib/mozilla/components/libtransformiix.so lib/mozilla/components/libtxmgr.so lib/mozilla/components/libtxtsvc.so @@ -251,7 +174,6 @@ lib/mozilla/components/libwidget_gtk.so lib/mozilla/components/libxmlextras.so lib/mozilla/components/libxpconnect.so -lib/mozilla/components/libxpctest.so lib/mozilla/components/libxpinstall.so lib/mozilla/components/libxremote_client.so lib/mozilla/components/libxremoteservice.so @@ -288,7 +210,6 @@ lib/mozilla/components/nsHelperAppDlg.js lib/mozilla/components/nsLDAPPrefsService.js lib/mozilla/components/nsProxyAutoConfig.js -lib/mozilla/components/nsSample.js lib/mozilla/components/nsSidebar.js lib/mozilla/components/nsXmlRpcClient.js lib/mozilla/components/oji.xpt @@ -300,11 +221,9 @@ lib/mozilla/components/prefmigr.xpt lib/mozilla/components/profile.xpt lib/mozilla/components/proxyObjInst.xpt -lib/mozilla/components/proxytest.xpt lib/mozilla/components/rdf.xpt lib/mozilla/components/regviewer.xpt lib/mozilla/components/related.xpt -lib/mozilla/components/sample.xpt lib/mozilla/components/search.xpt lib/mozilla/components/shistory.xpt lib/mozilla/components/sidebar.xpt @@ -336,10 +255,8 @@ lib/mozilla/components/xpcom_threads.xpt lib/mozilla/components/xpcom_xpti.xpt lib/mozilla/components/xpconnect.xpt -lib/mozilla/components/xpconnect_tests.xpt lib/mozilla/components/xpinstall.xpt lib/mozilla/components/xpti.dat -@unexec rm -f %D/lib/mozilla/components/xpti.dat || true lib/mozilla/components/xremoteservice.xpt lib/mozilla/components/xuldoc.xpt lib/mozilla/components/xultmpl.xpt @@ -378,10 +295,8 @@ lib/mozilla/dirver lib/mozilla/dtd/mathml.dtd lib/mozilla/dtd/svg.dtd -lib/mozilla/htmlrobot lib/mozilla/icons/mozicon16.xpm lib/mozilla/icons/mozicon50.xpm -lib/mozilla/libDebugRobot.so lib/mozilla/libgkgfx.so lib/mozilla/libgtkembedmoz.so lib/mozilla/libgtksuperwin.so @@ -400,20 +315,12 @@ lib/mozilla/libxlibrgb.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so -lib/mozilla/lots lib/mozilla/mozilla lib/mozilla/mozilla-bin lib/mozilla/mozilla-config -lib/mozilla/mozilla-viewer.sh lib/mozilla/mozilla-xremote-client -lib/mozilla/nsIFileEnumerator -lib/mozilla/nsIFileTest -lib/mozilla/nsTestSample lib/mozilla/nsinstall lib/mozilla/plugins/libnullplugin.so -lib/mozilla/proxytests -lib/mozilla/rdfcat -lib/mozilla/rdfpoll lib/mozilla/regExport lib/mozilla/regchrome lib/mozilla/regxpcom @@ -454,7 +361,6 @@ lib/mozilla/res/html/gopher-unknown.gif lib/mozilla/res/inspector/search-registry.rdf lib/mozilla/res/inspector/viewer-registry.rdf -lib/mozilla/res/jarlist.dat lib/mozilla/res/langGroups.properties lib/mozilla/res/language.properties lib/mozilla/res/loading-image.gif @@ -489,7 +395,6 @@ lib/mozilla/res/samples/dexopenchrome.xul lib/mozilla/res/samples/dexparamdialog.html lib/mozilla/res/samples/dexparamdialog.xul -lib/mozilla/res/samples/embed-test.html lib/mozilla/res/samples/find.html lib/mozilla/res/samples/gear1.gif lib/mozilla/res/samples/hidetoolicon.css @@ -544,15 +449,8 @@ lib/mozilla/res/samples/treeTest1.css lib/mozilla/res/samples/treeTest1.xul lib/mozilla/res/samples/widgets.xul -lib/mozilla/res/samples/xpconnect-sample.html lib/mozilla/res/samples/xpmenu.xul lib/mozilla/res/samples/xulTest.css -lib/mozilla/res/strres-test.dtd -lib/mozilla/res/strres-test.html -lib/mozilla/res/strres-test.js -lib/mozilla/res/strres-test.xul -lib/mozilla/res/strres.properties -lib/mozilla/res/test.properties lib/mozilla/res/throbber/anim.gif lib/mozilla/res/throbber/anims00.gif lib/mozilla/res/throbber/anims01.gif @@ -586,8 +484,6 @@ lib/mozilla/res/throbber/anims29.gif lib/mozilla/res/ua.css lib/mozilla/res/unixcharset.properties -lib/mozilla/res/urlparse.dat -lib/mozilla/res/urlparse_unx.dat lib/mozilla/res/viewer.properties lib/mozilla/res/viewsource.css lib/mozilla/run-mozilla.sh @@ -603,16 +499,14 @@ lib/mozilla/searchplugins/lxrmozilla.src lib/mozilla/searchplugins/mozilla.gif lib/mozilla/searchplugins/mozilla.src -lib/mozilla/testart -lib/mozilla/testuta -lib/mozilla/urltest -lib/mozilla/viewer -lib/mozilla/viewer_gtk lib/mozilla/xpcshell lib/mozilla/xpicleanup lib/mozilla/xpidl lib/mozilla/xpt_dump lib/mozilla/xpt_link +@unexec rm -f %D/lib/mozilla/chrome/chrome.rdf || true +@unexec rm -f %D/lib/mozilla/component.reg || true +@unexec rm -f %D/lib/mozilla/components/xpti.dat || true @dirrm lib/mozilla/searchplugins @dirrm lib/mozilla/res/throbber @dirrm lib/mozilla/res/samples/sampleimages @@ -649,5 +543,4 @@ @dirrm lib/mozilla/chrome/overlayinfo/communicator @dirrm lib/mozilla/chrome/overlayinfo @dirrm lib/mozilla/chrome -@dirrm lib/mozilla/OutTestData @dirrm lib/mozilla #!/bin/sh cvs co ports/www/mozilla cd ports patch -EIp0 < ../www.mozilla.patch find * -name '*.orig' -delete cd .. cd ports/www/mozilla for f in files/patch-netwerk::base::src::nsSocketTransport.cpp files/patch-netwerk::base::src::nsSocketTransport.h files/patch-nsprpub::configure files/patch-security::coreconf::FreeBSD.mk files/tar-exclude; do if [ -d $f ]; then cvs add $f for p in $(ls files/patch-netwerk::base::src::nsSocketTransport.cpp files/patch-netwerk::base::src::nsSocketTransport.h files/patch-nsprpub::configure files/patch-security::coreconf::FreeBSD.mk files/tar-exclude); do cvs add $f/$p done; else cvs add $f fi done; for f in files/patch-mi files/patch-nsprpub::pr::include::md::_freebsd.cfg; do cvs remove $f done; cd ../../.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 0:43:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by hub.freebsd.org (Postfix) with ESMTP id D453937B416; Fri, 15 Feb 2002 00:43:11 -0800 (PST) Received: from zoot.corp.yahoo.com (zoot.corp.yahoo.com [216.145.52.89]) by mrout2.yahoo.com (8.11.6/8.11.6/y.out) with ESMTP id g1F8gtO71719; Fri, 15 Feb 2002 00:42:55 -0800 (PST) Received: from localhost (dougb@localhost) by zoot.corp.yahoo.com (8.11.6/8.11.6) with ESMTP id g1F8gsK70029; Fri, 15 Feb 2002 00:42:54 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Fri, 15 Feb 2002 00:42:54 -0800 (PST) From: Doug Barton X-X-Sender: dougb@zoot.corp.yahoo.com To: Ade Lovett Cc: Maxim Sobolev , Joe Marcus Clarke , Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020215003648.T70025-100000@zoot.corp.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Feb 2002, Ade Lovett wrote: > On 02/13/02 22:19, "Doug Barton" wrote: > > > Ade, > > Hi Doug, > > > Your change is way too intrusive. I should have been more clear, > > or reviewed the patches first, or something. Before I revert it, can you > > please describe _why_ the xml files need to change directories based on > > whether gnome is installed or not? That's going to be a pita to maintain. > > That's what the xscreensaver code does itself But is it *required* by the gnome code? > > Also, there was absolutely no reason to change the sed version of the > > PTHREAD_LIBS change in the Makefile to perl. > > Lots quicker, Ummm.m.. bull. > plenty of prior sed->perl changes in Makefiles, and the > changes can be made in-place. Feel free to back out the post-patch bit if > you wish. Gosh, thanks. > I think perhaps there is some confusion going on. Sobomax committed an > update to x11/xscreensaver that did not pass the GNOME/non-GNOME packaging > tests, and was not a part of the patchball that was produced on the > gnome-list. Indeed, this particular commit made things worse, hence the fix > to actually make the port work again. Like I said, this is what I was afraid of. I will work on a solution that keeps all the files in the same place regardless of gnome/not gnome, even if I have to install gnome myself. *Ph33r* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 7:42: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2961837B41D; Fri, 15 Feb 2002 07:42:06 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FFYOu71314; Fri, 15 Feb 2002 07:34:24 -0800 (PST) (envelope-from petef) Date: Fri, 15 Feb 2002 07:34:24 -0800 (PST) From: Message-Id: <200202151534.g1FFYOu71314@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34962: gnomepilot backup conduit won't back up all files Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: gnomepilot backup conduit won't back up all files Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Fri Feb 15 07:34:18 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34962 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 8:28:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 3F08937B405; Fri, 15 Feb 2002 08:28:10 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with asmtp (Exim 3.33 #1) id 16blDU-000EOi-00; Fri, 15 Feb 2002 08:28:08 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Fri, 15 Feb 2002 10:29:11 -0600 Subject: Re: Xscreensaver and GNOME From: Ade Lovett To: Doug Barton Cc: Maxim Sobolev , Joe Marcus Clarke , Message-ID: In-Reply-To: <20020215003648.T70025-100000@zoot.corp.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/15/02 02:42, "Doug Barton" wrote: > > [flamefest snipped] Well Doug, perhaps I should just revert xscreensaver, rip out all the GNOME stuff, and make a whole new port with the GNOME bits in it. Massive duplication of effort, and imo, pointless, but I'll do it if it makes you happy. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 10:56:44 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id CCAF037B416; Fri, 15 Feb 2002 10:56:41 -0800 (PST) Received: from 12-234-22-238.client.attbi.com ([12.234.22.238]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020215185641.IRPA1147.rwcrmhc52.attbi.com@12-234-22-238.client.attbi.com>; Fri, 15 Feb 2002 18:56:41 +0000 Received: from localhost (doug@localhost) by 12-234-22-238.client.attbi.com (8.11.6/8.11.6) with ESMTP id g1FIuew51892; Fri, 15 Feb 2002 10:56:40 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Fri, 15 Feb 2002 10:56:40 -0800 (PST) From: Doug Barton X-X-Sender: doug@12-234-22-238.client.attbi.com To: Ade Lovett Cc: Maxim Sobolev , Joe Marcus Clarke , Subject: Re: Xscreensaver and GNOME In-Reply-To: Message-ID: <20020215105549.L51873-100000@12-234-22-238.client.attbi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Feb 2002, Ade Lovett wrote: > On 02/15/02 02:42, "Doug Barton" wrote: > > > > [flamefest snipped] > > Well Doug, perhaps I should just revert xscreensaver, rip out all the GNOME > stuff, and make a whole new port with the GNOME bits in it. Not necessary, like I said, I'll take care of it. I'm trying to get to the conference this afternoon, and I'm out of town till sunday night, so just let it be for now. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 14: 9:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id E9B3037B400 for ; Fri, 15 Feb 2002 14:09:09 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1FM8v812932 for ; Fri, 15 Feb 2002 17:08:57 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Updates to GNOME site From: Joe Clarke To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-UNoiHvQVt2F+vpWmR0m2" X-Mailer: Evolution/1.0.2 Date: 15 Feb 2002 17:09:14 -0500 Message-Id: <1013810955.30498.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-UNoiHvQVt2F+vpWmR0m2 Content-Type: text/plain Content-Transfer-Encoding: 7bit Here is a blurb on the new distfiles policy for the GNOME project site. I think we agreed that only the distfiles from MASTER_SITE_GNOME would go in the gnome subdir, but please feel free to correct me if I'm wrong. I'm also putting the finishing touches on the anjuta 0.1.9 port. It should be done in a few minutes. Joe --=-UNoiHvQVt2F+vpWmR0m2 Content-Disposition: attachment; filename=porting.sgml.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Index: porting.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/en/gnome/docs/porting.sgml,v retrieving revision 1.13 diff -u -r1.13 porting.sgml --- docs/porting.sgml 2002/02/04 06:44:33 1.13 +++ docs/porting.sgml 2002/02/15 22:07:08 @@ -203,6 +203,40 @@ ensures that -pthread will be passed to the linker.

=20 + +

Distfile Issues

+

As GNOME 2.0 gains developer momentum, things must be done to sor= t + out the new GNOME 2.0 distfiles from the GNOME 1.0 distfiles, as well= =20 + as do our part to keep the distfiles directory clean. To do + this, GNOME 1.0 ports that download their distfiles from=20 + ${MASTER_SITE_GNOME} must add the following to their + Makfile:

+ +
+DIST_SUBDIR=3D    gnome
+      
+ +

GNOME 2.0 ports that download their distfiles from=20 + ${MASTER_SITE_GNOME} must include the following in their + Makfile:

+=09 +
+DIST_SUBDIR=3D    gnome2
+	  
+ +

Some GNOME distfiles come in both tar gzip as well as tar bzip2=20 + format. To save time when downloading distfiles over slow links, + you should use the bzip2 distfiles whenever possible. To do this, + add the following to your port's Makefile:

+ +
+USE_BZIP2=3D  yes
+	  
+ + + + =09 +

If you still need help with your port, have a look at some of the existing ports for examples. The freebsd-gnome mailing --=-UNoiHvQVt2F+vpWmR0m2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 15:40: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4982F37B405 for ; Fri, 15 Feb 2002 15:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FNe4n72206; Fri, 15 Feb 2002 15:40:04 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 15:40:04 -0800 (PST) Message-Id: <200202152340.g1FNe4n72206@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/34777: x11-toolkits/panel-- won't compile Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/34777; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, kirk@strauser.com Cc: Subject: Re: ports/34777: x11-toolkits/panel-- won't compile Date: Sat, 9 Feb 2002 17:27:12 -0500 This has already been fixed. Please re-cvsup your ports tree, and try again. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 20:22:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 8310C37B417; Fri, 15 Feb 2002 20:22:15 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id g1G4MDL54646; Sat, 16 Feb 2002 07:22:14 +0300 (MSK) (envelope-from ache) Date: Sat, 16 Feb 2002 07:22:13 +0300 From: "Andrey A. Chernov" To: Ade Lovett Cc: Konstantin Chuguev , freebsd-ports@FreeBSD.org, i18n@FreeBSD.org, gnome@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: iconv port: plea for take-over Message-ID: <20020216042213.GA54552@nagual.pp.ru> References: <20020215232829.GA49008@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 15, 2002 at 21:24:26 -0600, Ade Lovett wrote: > them also work with GNU iconv, then I have no problem in initiating the > de-orbit burn sequence for the other iconv (and mark as BROKEN="old iconv" > the other ports). I see no ports which will not works with GNU iconv while they works with iconv. Functionally interface it the same and old iconv supports less amount of charsets and is buggy (alpha coredumps, i386 dead loops). I think we can 1) Install giconv without g prefix 2) Mark iconv as BROKEN 3) Let corresponding port maintainers remove 'g' prefix hack patches. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Feb 15 21:19:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.203]) by hub.freebsd.org (Postfix) with SMTP id 80AB937B41B for ; Fri, 15 Feb 2002 21:19:10 -0800 (PST) Received: (qmail 22185 invoked by uid 1001); 16 Feb 2002 05:13:36 -0000 Date: Sat, 16 Feb 2002 00:13:36 -0500 From: Pete Fritchman To: "Andrey A. Chernov" Cc: Ade Lovett , Konstantin Chuguev , freebsd-ports@FreeBSD.org, i18n@FreeBSD.org, gnome@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: iconv port: plea for take-over Message-ID: <20020216001336.B22117@databits.net> References: <20020215232829.GA49008@nagual.pp.ru> <20020216042213.GA54552@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020216042213.GA54552@nagual.pp.ru>; from ache@nagual.pp.ru on Sat, Feb 16, 2002 at 07:22:13AM +0300 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ++ 16/02/02 07:22 +0300 - Andrey A. Chernov: | On Fri, Feb 15, 2002 at 21:24:26 -0600, Ade Lovett wrote: | | > them also work with GNU iconv, then I have no problem in initiating the | > de-orbit burn sequence for the other iconv (and mark as BROKEN="old iconv" | > the other ports). | | I see no ports which will not works with GNU iconv while they works with | iconv. Functionally interface it the same and old iconv supports less | amount of charsets and is buggy (alpha coredumps, i386 dead loops). | | I think we can | 1) Install giconv without g prefix | 2) Mark iconv as BROKEN | 3) Let corresponding port maintainers remove 'g' prefix hack patches. Sounds good to me. --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 2: 7:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx10.mail.ru (mx10.mail.ru [194.67.57.20]) by hub.freebsd.org (Postfix) with ESMTP id 3403037B404 for ; Sat, 16 Feb 2002 02:07:41 -0800 (PST) Received: from ppp-237-221.istc.kiev.ua ([193.108.237.221]) by mx10.mail.ru with esmtp (Exim 3.14 #1) id 16c1kg-000KLG-00 for gnome@FreeBSD.org; Sat, 16 Feb 2002 13:07:31 +0300 Subject: [Fwd: Repo-copy request] From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RwEhIXIhJ4f4tk2McpF1" Message-Id: <1013853956.34055.9.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 16 Feb 2002 12:07:19 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-RwEhIXIhJ4f4tk2McpF1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable FYI -----Forwarded Message----- From: Maxim Sobolev To: cvs@FreeBSD.org Subject: Repo-copy request Date: 16 Feb 2002 12:05:01 +0200 Hi, Please do the following repo-copies: ports/graphics/libart --> ports/graphics/libart_lgpl2 ports/graphics/gnomecanvas --> ports/graphics/libgnomecanvas ports/devel/gnomevfs --> ports/devel/gnomevfs2 Thank you! -Maxim --=-RwEhIXIhJ4f4tk2McpF1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8bi8EoNu5t4iCBa8RAnQmAJ9ocT/FIiYSHl+UCSl/5DRQGRhWsACeIC4z kUOGG/JM5zibKuWTTD5snSc= =0LGM -----END PGP SIGNATURE----- --=-RwEhIXIhJ4f4tk2McpF1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 2:12:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DF7037B404; Sat, 16 Feb 2002 02:12:08 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GAA5x05541; Sat, 16 Feb 2002 02:10:05 -0800 (PST) (envelope-from petef) Date: Sat, 16 Feb 2002 02:10:05 -0800 (PST) From: Message-Id: <200202161010.g1GAA5x05541@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34983: [PATCH] Update devel/anjuta to 0.1.9 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update devel/anjuta to 0.1.9 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Feb 16 02:10:00 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34983 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 3:18:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx10.mail.ru (mx10.mail.ru [194.67.57.20]) by hub.freebsd.org (Postfix) with ESMTP id 340FD37B400; Sat, 16 Feb 2002 03:18:06 -0800 (PST) Received: from ppp-237-237.istc.kiev.ua ([193.108.237.237]) by mx10.mail.ru with esmtp (Exim 3.14 #1) id 16c2qn-0006yW-00; Sat, 16 Feb 2002 14:17:55 +0300 Subject: Re: iconv port: plea for take-over From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Pete Fritchman Cc: "Andrey A. Chernov" , Ade Lovett , Konstantin Chuguev , freebsd-ports@FreeBSD.ORG, i18n@FreeBSD.ORG, gnome@FreeBSD.ORG, knu@FreeBSD.org In-Reply-To: <20020216001336.B22117@databits.net> References: <20020215232829.GA49008@nagual.pp.ru> <20020216042213.GA54552@nagual.pp.ru> <20020216001336.B22117@databits.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-i5XBzka5XYY5vGOnOx+G" Message-Id: <1013858239.34055.19.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0.2 Date: 16 Feb 2002 13:17:25 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-i5XBzka5XYY5vGOnOx+G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable [knu@FreeBSD.org added, because some time ago we was one of the proponents for using BSD iconv in instead of GNU one] On Sat, 2002-02-16 at 07:13, Pete Fritchman wrote: > ++ 16/02/02 07:22 +0300 - Andrey A. Chernov: > | On Fri, Feb 15, 2002 at 21:24:26 -0600, Ade Lovett wrote: > |=20 > | > them also work with GNU iconv, then I have no problem in initiating t= he > | > de-orbit burn sequence for the other iconv (and mark as BROKEN=3D"old= iconv" > | > the other ports). > |=20 > | I see no ports which will not works with GNU iconv while they works wit= h=20 > | iconv. Functionally interface it the same and old iconv supports less=20 > | amount of charsets and is buggy (alpha coredumps, i386 dead loops). > |=20 > | I think we can=20 > | 1) Install giconv without g prefix > | 2) Mark iconv as BROKEN > | 3) Let corresponding port maintainers remove 'g' prefix hack patches. >=20 > Sounds good to me. So as to me, though instead of marking BSD iconv broken IMO it would be better to install all its components with `b' prefix (i.e. libiconv --> libbiconv, iconv.h --> biconv.h etc), so that all packages that are happy with BSD iconv are still able to use it. -Maxim --=-i5XBzka5XYY5vGOnOx+G Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8bj+/oNu5t4iCBa8RAodkAJ9Bhgeu1r9p0GY0/XllznIcKd6+bQCePmaF xUl+gv61AmqAXN+0/Fn9rA4= =QCHX -----END PGP SIGNATURE----- --=-i5XBzka5XYY5vGOnOx+G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 4:44:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (f150.law14.hotmail.com [64.4.21.150]) by hub.freebsd.org (Postfix) with ESMTP id EB0B637B404 for ; Sat, 16 Feb 2002 04:44:16 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 16 Feb 2002 04:44:16 -0800 Received: from 24.197.52.147 by lw14fd.law14.hotmail.msn.com with HTTP; Sat, 16 Feb 2002 12:44:16 GMT X-Originating-IP: [24.197.52.147] From: "Bryan Berch" To: freebsd-gnome@FreeBSD.org Subject: Installing gnome & related ports Date: Sat, 16 Feb 2002 07:44:16 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 16 Feb 2002 12:44:16.0737 (UTC) FILETIME=[A523C510:01C1B6E7] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I get the following error when trying to install gnome or any gnome related ports: "/usr/X11R6/share/gnome/gal/0.19/glade\" -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c rm -f .libs/e-gui-utils.lo cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gdk-pixbuf-1.0 -DGAL_GLADEDIR=\"/usr/X11R6/share/gnome/gal/0.19/glade\" -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c -fPIC -DPIC -o .libs/e-gui-utils.lo e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory gmake[3]: *** [e-gui-utils.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19/gal/widgets' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19/gal' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/www/gtkhtml. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. I am not having any luck getting this resolved, all help appreciated. TIA Bryan _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 6: 7:33 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 0A89937B402; Sat, 16 Feb 2002 06:07:31 -0800 (PST) Received: from [195.20.224.209] (helo=mrvdom02.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 16c5Um-00068Q-00; Sat, 16 Feb 2002 15:07:20 +0100 Received: from [213.7.39.64] (helo=gondor.middleearth) by mrvdom02.kundenserver.de with esmtp (Exim 2.12 #2) id 16c5Uk-0000zf-00; Sat, 16 Feb 2002 15:07:19 +0100 Received: (from root@localhost) by gondor.middleearth (8.11.6/8.11.6) id g0GEAEl03742; Wed, 16 Jan 2002 15:10:14 +0100 (CET) (envelope-from chris) Date: Wed, 16 Jan 2002 15:10:14 +0100 (CET) Message-Id: <200201161410.g0GEAEl03742@gondor.middleearth> To: FreeBSD-gnats-submit@freebsd.org Subject: Distfile for devel/pkgconfig unfetchable From: Christian Brueffer Reply-To: Christian Brueffer Cc: gnome@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Submitter-Id: current-users >Originator: Christian Brueffer >Organization: >Confidential: no >Synopsis: Distfile for devel/pkgconfig unfetchable >Severity: non-critical >Priority: medium >Category: ports >Class: >Release: FreeBSD 4.5-STABLE i386 >Environment: System: FreeBSD gondor.middleearth 4.5-STABLE FreeBSD 4.5-STABLE #12: Wed Jan 23 19:17:14 CET 2002 root@gondor.middleearth:/usr/obj/usr/src/sys/GONDOR i386 >Description: Port is unfetchable, mastersites have to be updated >How-To-Repeat: Try to install ports/devel/pkgconfig >Fix: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 8:49:14 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id AA2BE37B405 for ; Sat, 16 Feb 2002 08:49:07 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1GGme821636; Sat, 16 Feb 2002 11:48:40 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Installing gnome & related ports From: Joe Clarke To: Bryan Berch Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 16 Feb 2002 11:49:05 -0500 Message-Id: <1013878145.52056.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-02-16 at 07:44, Bryan Berch wrote: > I get the following error when trying to install gnome or any gnome related > ports: You need to update your gnomecanvas and gdk-pixbuf ports to the latest version, then make clean, then build again. gnomecanvas and gdk-pixbuf are really the same port, just different components. Therefore, the versions should match, and, as of this writing, that version is 0.16.0. Joe > > > "/usr/X11R6/share/gnome/gal/0.19/glade\" > -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" > -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include > -Wall -Wunused -c e-gui-utils.c > rm -f .libs/e-gui-utils.lo > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gnome-1.0 > -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 > -I/usr/local/include/glib12 -I/usr/local/include > -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 > -I/usr/X11R6/include/gdk-pixbuf-1.0 > -DGAL_GLADEDIR=\"/usr/X11R6/share/gnome/gal/0.19/glade\" > -DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" > -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 > -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include > -Wall -Wunused -c e-gui-utils.c -fPIC -DPIC -o .libs/e-gui-utils.lo > e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or > directory > gmake[3]: *** [e-gui-utils.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/x11-toolkits/gal/work/gal-0.19/gal/widgets' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19/gal' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.19' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/gal. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gal. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gal. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gal. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/www/gtkhtml. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > > I am not having any luck getting this resolved, all help appreciated. > > TIA > Bryan > > > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 8:50:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A555D37B400 for ; Sat, 16 Feb 2002 08:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GGo2K94682; Sat, 16 Feb 2002 08:50:02 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Feb 2002 08:50:02 -0800 (PST) Message-Id: <200202161650.g1GGo2K94682@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/34983: [PATCH] Update devel/anjuta to 0.1.9 Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/34983; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, marcus@marcuscom.com Cc: Subject: Re: ports/34983: [PATCH] Update devel/anjuta to 0.1.9 Date: Sat, 16 Feb 2002 11:45:57 -0500 Missed some things in the plist. Joe --- pkg-plist.orig Fri Feb 15 18:04:35 2002 +++ pkg-plist Sat Feb 16 11:43:31 2002 @@ -1,7 +1,14 @@ bin/anjuta +bin/anjuta_import.sh bin/anjuta_launcher +lib/anjuta/libanjuta_clsGen.a +lib/anjuta/libanjuta_clsGen.so +lib/anjuta/libanjuta_clsGen.so.0 +lib/anjuta/libanjuta_sample1.a +lib/anjuta/libanjuta_sample1.so +lib/anjuta/libanjuta_sample1.so.0 share/gnome/anjuta/README.stock_libs -share/gnome/anjuta/anjuta.properties +share/gnome/anjuta/anjuta_project.template share/gnome/anjuta/autogen.sh.generic share/gnome/anjuta/autogen.sh.gnome share/gnome/anjuta/autogen.sh.gnomemm @@ -36,7 +43,30 @@ share/gnome/anjuta/gnome/linger.m4 share/gnome/anjuta/gnome/need-declaration.m4 share/gnome/anjuta/header.c -share/gnome/anjuta/internal.properties +share/gnome/anjuta/properties/ada.properties +share/gnome/anjuta/properties/anjuta.properties +share/gnome/anjuta/properties/baan.properties +share/gnome/anjuta/properties/bash.properties +share/gnome/anjuta/properties/conf.properties +share/gnome/anjuta/properties/cpp.properties +share/gnome/anjuta/properties/cs.properties +share/gnome/anjuta/properties/html.properties +share/gnome/anjuta/properties/idl.properties +share/gnome/anjuta/properties/java.properties +share/gnome/anjuta/properties/latex.properties +share/gnome/anjuta/properties/lua.properties +share/gnome/anjuta/properties/make.properties +share/gnome/anjuta/properties/others.properties +share/gnome/anjuta/properties/pascal.properties +share/gnome/anjuta/properties/perl.properties +share/gnome/anjuta/properties/props.properties +share/gnome/anjuta/properties/python.properties +share/gnome/anjuta/properties/rc.properties +share/gnome/anjuta/properties/ruby.properties +share/gnome/anjuta/properties/sample.properties +share/gnome/anjuta/properties/sql.properties +share/gnome/anjuta/properties/vb.properties +share/gnome/anjuta/properties/xml.properties share/gnome/anjuta/stock_libs.anj share/gnome/anjuta/system.tags share/gnome/anjuta/welcome.txt @@ -48,38 +78,11 @@ share/gnome/help/anjuta/C/anjuta-manual/anjuta-manual.sgml share/gnome/help/anjuta/C/anjuta-manual/authors.html share/gnome/help/anjuta/C/anjuta-manual/authors.sgml -share/gnome/help/anjuta/C/anjuta-manual/breaks-del.html -share/gnome/help/anjuta/C/anjuta-manual/breaks-edit.html -share/gnome/help/anjuta/C/anjuta-manual/breaks-enbdis.html share/gnome/help/anjuta/C/anjuta-manual/browsing-files.html +share/gnome/help/anjuta/C/anjuta-manual/build.sgml share/gnome/help/anjuta/C/anjuta-manual/building.html -share/gnome/help/anjuta/C/anjuta-manual/chapter01.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter02.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter03.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter04.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter05.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter06.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter07.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter08.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter09.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter10.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter11.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter12.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter13.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter14.sgml -share/gnome/help/anjuta/C/anjuta-manual/chapter15.sgml -share/gnome/help/anjuta/C/anjuta-manual/dbg-dyna-libs.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-interrupt.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-registers.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-restart.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-run.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-step-out.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-step-over.html -share/gnome/help/anjuta/C/anjuta-manual/dbg-stop.html -share/gnome/help/anjuta/C/anjuta-manual/debug-attach.html -share/gnome/help/anjuta/C/anjuta-manual/debug-core.html -share/gnome/help/anjuta/C/anjuta-manual/debug-loading.html -share/gnome/help/anjuta/C/anjuta-manual/debug-start.html +share/gnome/help/anjuta/C/anjuta-manual/compileopts.sgml +share/gnome/help/anjuta/C/anjuta-manual/debugger.sgml share/gnome/help/anjuta/C/anjuta-manual/debugger-exec.html share/gnome/help/anjuta/C/anjuta-manual/debugger-others.html share/gnome/help/anjuta/C/anjuta-manual/debugging-breaks.html @@ -88,8 +91,12 @@ share/gnome/help/anjuta/C/anjuta-manual/debugging.html share/gnome/help/anjuta/C/anjuta-manual/defines.html share/gnome/help/anjuta/C/anjuta-manual/editing-files.html -share/gnome/help/anjuta/C/anjuta-manual/expr-watch.html +share/gnome/help/anjuta/C/anjuta-manual/execute.sgml share/gnome/help/anjuta/C/anjuta-manual/familiar.html +share/gnome/help/anjuta/C/anjuta-manual/figures/appwiz1.png +share/gnome/help/anjuta/C/anjuta-manual/figures/appwiz2.png +share/gnome/help/anjuta/C/anjuta-manual/figures/appwiz3.png +share/gnome/help/anjuta/C/anjuta-manual/figures/appwiz4.png share/gnome/help/anjuta/C/anjuta-manual/figures/arguments.png share/gnome/help/anjuta/C/anjuta-manual/figures/attach.png share/gnome/help/anjuta/C/anjuta-manual/figures/brk_add.png @@ -107,10 +114,12 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/find_replace.png share/gnome/help/anjuta/C/anjuta-manual/figures/find_text.png share/gnome/help/anjuta/C/anjuta-manual/figures/frame.png +share/gnome/help/anjuta/C/anjuta-manual/figures/impwiz.png share/gnome/help/anjuta/C/anjuta-manual/figures/includes.png share/gnome/help/anjuta/C/anjuta-manual/figures/inspect.png share/gnome/help/anjuta/C/anjuta-manual/figures/lib_paths.png share/gnome/help/anjuta/C/anjuta-manual/figures/libraries.png +share/gnome/help/anjuta/C/anjuta-manual/figures/mainwin.png share/gnome/help/anjuta/C/anjuta-manual/figures/menu_detached.png share/gnome/help/anjuta/C/anjuta-manual/figures/menu_main.png share/gnome/help/anjuta/C/anjuta-manual/figures/message_win.png @@ -136,9 +145,12 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/watch.png share/gnome/help/anjuta/C/anjuta-manual/figures/watch_add.png share/gnome/help/anjuta/C/anjuta-manual/file-operations.html +share/gnome/help/anjuta/C/anjuta-manual/fileoperations.sgml share/gnome/help/anjuta/C/anjuta-manual/includes.html share/gnome/help/anjuta/C/anjuta-manual/index.html +share/gnome/help/anjuta/C/anjuta-manual/interface.sgml share/gnome/help/anjuta/C/anjuta-manual/introduction.html +share/gnome/help/anjuta/C/anjuta-manual/introduction.sgml share/gnome/help/anjuta/C/anjuta-manual/libpaths.html share/gnome/help/anjuta/C/anjuta-manual/libraries.html share/gnome/help/anjuta/C/anjuta-manual/license.html @@ -153,47 +165,36 @@ share/gnome/help/anjuta/C/anjuta-manual/optimization.html share/gnome/help/anjuta/C/anjuta-manual/other-operations-files.html share/gnome/help/anjuta/C/anjuta-manual/others.html -share/gnome/help/anjuta/C/anjuta-manual/placeholder.html share/gnome/help/anjuta/C/anjuta-manual/preferences.html +share/gnome/help/anjuta/C/anjuta-manual/preferences.sgml share/gnome/help/anjuta/C/anjuta-manual/project-build.html share/gnome/help/anjuta/C/anjuta-manual/project-config.html share/gnome/help/anjuta/C/anjuta-manual/project-files.html share/gnome/help/anjuta/C/anjuta-manual/project-information.html share/gnome/help/anjuta/C/anjuta-manual/project-management.html +share/gnome/help/anjuta/C/anjuta-manual/projects.sgml share/gnome/help/anjuta/C/anjuta-manual/running.html share/gnome/help/anjuta/C/anjuta-manual/search-replace-files.html share/gnome/help/anjuta/C/anjuta-manual/setting-compiler-options.html -share/gnome/help/anjuta/C/anjuta-manual/stack-frame-info.html -share/gnome/help/anjuta/C/anjuta-manual/stack-frame.html -share/gnome/help/anjuta/C/anjuta-manual/stack-update.html share/gnome/help/anjuta/C/anjuta-manual/toolbars.html share/gnome/help/anjuta/C/anjuta-manual/warnings.html share/gnome/help/anjuta/C/topic.dat share/gnome/omf/anjuta/anjuta-faqs-C.omf share/gnome/omf/anjuta/anjuta-manual-C.omf share/gnome/pixmaps/anjuta/add.xpm +share/gnome/pixmaps/anjuta/an_tag.xpm share/gnome/pixmaps/anjuta/anjuta_icon.png share/gnome/pixmaps/anjuta/anjuta_logo.png share/gnome/pixmaps/anjuta/anjuta_splash.png -share/gnome/pixmaps/anjuta/app_wizard.jpg -share/gnome/pixmaps/anjuta/appwid_blank.xpm -share/gnome/pixmaps/anjuta/appwid_book.xpm -share/gnome/pixmaps/anjuta/appwid_cd.xpm -share/gnome/pixmaps/anjuta/appwid_chart.xpm -share/gnome/pixmaps/anjuta/appwid_console.xpm -share/gnome/pixmaps/anjuta/appwid_data.xpm -share/gnome/pixmaps/anjuta/appwid_debug.xpm -share/gnome/pixmaps/anjuta/appwid_draw.xpm -share/gnome/pixmaps/anjuta/appwid_gear.xpm -share/gnome/pixmaps/anjuta/appwid_globe.xpm -share/gnome/pixmaps/anjuta/appwid_lib.xpm -share/gnome/pixmaps/anjuta/appwid_pack.xpm -share/gnome/pixmaps/anjuta/appwid_page.xpm -share/gnome/pixmaps/anjuta/appwid_page1.xpm -share/gnome/pixmaps/anjuta/appwid_penguin.xpm -share/gnome/pixmaps/anjuta/appwid_sheet.xpm -share/gnome/pixmaps/anjuta/appwid_wid.xpm -share/gnome/pixmaps/anjuta/appwid_www.xpm +share/gnome/pixmaps/anjuta/applogo.png +share/gnome/pixmaps/anjuta/appwiz_bonobo.png +share/gnome/pixmaps/anjuta/appwiz_gnome.png +share/gnome/pixmaps/anjuta/appwiz_gnomemm.png +share/gnome/pixmaps/anjuta/appwiz_gtk.png +share/gnome/pixmaps/anjuta/appwiz_gtkmm.png +share/gnome/pixmaps/anjuta/appwiz_libglade.png +share/gnome/pixmaps/anjuta/appwiz_terminal.png +share/gnome/pixmaps/anjuta/appwizard.png share/gnome/pixmaps/anjuta/autocomplete.xpm share/gnome/pixmaps/anjuta/bfoldc.xpm share/gnome/pixmaps/anjuta/bfoldo.xpm @@ -211,7 +212,9 @@ share/gnome/pixmaps/anjuta/build_all.xpm share/gnome/pixmaps/anjuta/build_stop.xpm share/gnome/pixmaps/anjuta/calltip.xpm +share/gnome/pixmaps/anjuta/cfolder.xpm share/gnome/pixmaps/anjuta/close_file.xpm +share/gnome/pixmaps/anjuta/close_file_small.xpm share/gnome/pixmaps/anjuta/close_project.xpm share/gnome/pixmaps/anjuta/compile.xpm share/gnome/pixmaps/anjuta/configure.xpm @@ -239,7 +242,11 @@ share/gnome/pixmaps/anjuta/fold_open.xpm share/gnome/pixmaps/anjuta/fold_toggle.xpm share/gnome/pixmaps/anjuta/frame.xpm -share/gnome/pixmaps/anjuta/gear.xpm +share/gnome/pixmaps/anjuta/fv_core.xpm +share/gnome/pixmaps/anjuta/fv_exec.xpm +share/gnome/pixmaps/anjuta/fv_image.xpm +share/gnome/pixmaps/anjuta/fv_text.xpm +share/gnome/pixmaps/anjuta/fv_unknown.xpm share/gnome/pixmaps/anjuta/goto.xpm share/gnome/pixmaps/anjuta/graph.xpm share/gnome/pixmaps/anjuta/handle_hide.xpm @@ -251,7 +258,6 @@ share/gnome/pixmaps/anjuta/indent_inc.xpm share/gnome/pixmaps/anjuta/indent_set.xpm share/gnome/pixmaps/anjuta/inspect.xpm -share/gnome/pixmaps/anjuta/interface.xpm share/gnome/pixmaps/anjuta/interrupt.xpm share/gnome/pixmaps/anjuta/ledgreen.xpm share/gnome/pixmaps/anjuta/ledred.xpm @@ -267,7 +273,9 @@ share/gnome/pixmaps/anjuta/mini_dock.xpm share/gnome/pixmaps/anjuta/mini_find.xpm share/gnome/pixmaps/anjuta/mini_locals.xpm +share/gnome/pixmaps/anjuta/mini_term.xpm share/gnome/pixmaps/anjuta/new_file.xpm +share/gnome/pixmaps/anjuta/ofolder.xpm share/gnome/pixmaps/anjuta/open_file.xpm share/gnome/pixmaps/anjuta/open_project.xpm share/gnome/pixmaps/anjuta/paste.xpm @@ -291,12 +299,29 @@ share/gnome/pixmaps/anjuta/step_out.xpm share/gnome/pixmaps/anjuta/step_over.xpm share/gnome/pixmaps/anjuta/stop.xpm +share/gnome/pixmaps/anjuta/sv_class.xpm +share/gnome/pixmaps/anjuta/sv_function.xpm +share/gnome/pixmaps/anjuta/sv_macro.xpm +share/gnome/pixmaps/anjuta/sv_private_fun.xpm +share/gnome/pixmaps/anjuta/sv_private_var.xpm +share/gnome/pixmaps/anjuta/sv_protected_fun.xpm +share/gnome/pixmaps/anjuta/sv_protected_var.xpm +share/gnome/pixmaps/anjuta/sv_public_fun.xpm +share/gnome/pixmaps/anjuta/sv_public_var.xpm +share/gnome/pixmaps/anjuta/sv_static_fun.xpm +share/gnome/pixmaps/anjuta/sv_static_var.xpm +share/gnome/pixmaps/anjuta/sv_struct.xpm +share/gnome/pixmaps/anjuta/sv_unknown.xpm +share/gnome/pixmaps/anjuta/sv_variable.xpm share/gnome/pixmaps/anjuta/syntax.xpm share/gnome/pixmaps/anjuta/undo.xpm share/gnome/pixmaps/anjuta/undock.xpm share/gnome/pixmaps/anjuta/watch.xpm share/gnome/pixmaps/anjuta/wizard.xpm +share/locale/az/LC_MESSAGES/anjuta.mo +share/locale/da/LC_MESSAGES/anjuta.mo share/locale/de/LC_MESSAGES/anjuta.mo +share/locale/el/LC_MESSAGES/anjuta.mo share/locale/es/LC_MESSAGES/anjuta.mo share/locale/fr/LC_MESSAGES/anjuta.mo share/locale/it/LC_MESSAGES/anjuta.mo @@ -304,6 +329,7 @@ share/locale/nl/LC_MESSAGES/anjuta.mo share/locale/no/LC_MESSAGES/anjuta.mo share/locale/pl/LC_MESSAGES/anjuta.mo +share/locale/pt/LC_MESSAGES/anjuta.mo share/locale/pt_BR/LC_MESSAGES/anjuta.mo share/locale/ru/LC_MESSAGES/anjuta.mo share/locale/sv/LC_MESSAGES/anjuta.mo @@ -312,6 +338,7 @@ share/locale/uk/LC_MESSAGES/anjuta.mo share/locale/zh_CN/LC_MESSAGES/anjuta.mo share/locale/zh_TW/LC_MESSAGES/anjuta.mo +@dirrm lib/anjuta @dirrm share/gnome/pixmaps/anjuta @dirrm share/gnome/omf/anjuta @dirrm share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images @@ -323,4 +350,5 @@ @dirrm share/gnome/help/anjuta/C @dirrm share/gnome/help/anjuta @dirrm share/gnome/anjuta/gnome +@dirrm share/gnome/anjuta/properties @dirrm share/gnome/anjuta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 11: 2: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E90C737B400; Sat, 16 Feb 2002 11:02:06 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GJ0In17735; Sat, 16 Feb 2002 11:00:18 -0800 (PST) (envelope-from petef) Date: Sat, 16 Feb 2002 11:00:18 -0800 (PST) From: Message-Id: <200202161900.g1GJ0In17735@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34994: Distfile for devel/pkgconfig unfetchable Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Distfile for devel/pkgconfig unfetchable Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Feb 16 11:00:11 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 11:12:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 546A837B405; Sat, 16 Feb 2002 11:12:07 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GJ2x418067; Sat, 16 Feb 2002 11:02:59 -0800 (PST) (envelope-from petef) Date: Sat, 16 Feb 2002 11:02:59 -0800 (PST) From: Message-Id: <200202161902.g1GJ2x418067@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/34995: distfile for ports/devel/pkgconfig unfetchable Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: distfile for ports/devel/pkgconfig unfetchable Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Feb 16 11:02:50 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 11:32:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79F8C37B405; Sat, 16 Feb 2002 11:32:07 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GJVEG26633; Sat, 16 Feb 2002 11:31:14 -0800 (PST) (envelope-from petef) Date: Sat, 16 Feb 2002 11:31:14 -0800 (PST) From: Message-Id: <200202161931.g1GJVEG26633@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35002: [PATCH] Update for port textproc/libxml2 to version 2.4.15 (latest vendor's version) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update for port textproc/libxml2 to version 2.4.15 (latest vendor's version) Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Feb 16 11:31:08 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 11:32:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD4D37B402; Sat, 16 Feb 2002 11:32:08 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GJVPc26720; Sat, 16 Feb 2002 11:31:25 -0800 (PST) (envelope-from petef) Date: Sat, 16 Feb 2002 11:31:25 -0800 (PST) From: Message-Id: <200202161931.g1GJVPc26720@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/35003: [PATCH] Update for port textproc/libxslt to version 1.0.12 (latest vendor's version) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update for port textproc/libxslt to version 1.0.12 (latest vendor's version) Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: petef Responsible-Changed-When: Sat Feb 16 11:31:19 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 13:30: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id ADC5537B404 for ; Sat, 16 Feb 2002 13:30:04 -0800 (PST) Received: from crocoite.home.regix.com (nas-cbv-3-137-29.dial.proxad.net [62.147.137.29]) by postfix2-2.free.fr (Postfix) with ESMTP id 8A4B85F77F for ; Sat, 16 Feb 2002 22:30:02 +0100 (CET) Received: (from regisr@localhost) by crocoite.home.regix.com (8.11.6/8.11.3) id g1GLU1g76442 for gnome@FreeBSD.org; Sat, 16 Feb 2002 22:30:01 +0100 (CET) (envelope-from regisr) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 16 Feb 2002 22:30:01 +0100 (CET) Organization: Regix From: regis rampnoux To: gnome@FreeBSD.org Subject: Abiword port Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I do a check ports to day and I found an update for abiword 0.99.1 ... but when I tried to do it it wants to install gnome. I don't like gnome: a lot of libraries... I have installed the 0.99.1 release with it, what are the modfifications in the new port? The editors.html in the FreeBSD website show the Abiword 0.9.6_1 ! (with no gnome libraries ;-) If it is possible to update it also... Sincerely -- http://regisr.regix.com/ portail photo http://www.regix.net magazine http://www.regix.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 15:52:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from verifam.don.to (cj3096656-b.sagam1.kn.home.ne.jp [210.20.134.46]) by hub.freebsd.org (Postfix) with ESMTP id 203DD37B400; Sat, 16 Feb 2002 15:52:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by verifam.don.to (8.11.3/3.7W) with ESMTP id g1GNcrC04135; Sun, 17 Feb 2002 08:38:54 +0900 (JST) Date: Sat, 16 Feb 2002 23:51:09 +0000 (GMT) Message-Id: <20020216.235109.78762686.sumikawa@ebina.hitachi.co.jp> To: reg@FreeBSD.org Cc: gnome@FreeBSD.org, sumikawa@FreeBSD.org Subject: Re: [reg@FreeBSD.org: cvs commit: ports/www/mozilla Makefile pkg-plist ports/www/mozilla/files patch-ak patch-mi patch-netwerk::base::src::nsSocketTransport.cpp patch-netwerk::base::src::nsSocketTransport.h patch-nsprpub::configure patch-nsprpub::pr::include: From: Munechika Sumikawa In-Reply-To: <20020215210754.A60480@shale.csir.co.za> References: <20020215210754.A60480@shale.csir.co.za> X-Mailer: xcite1.42> Mew version 3.0.52 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Can you test the IPv6 support, then remove the mozilla+ipv6 port. > If you need to make any changes to for this, go ahead. Thank you > for all your hard work on this. Thanks. I've checkd IPv6 support and removed mozilla+ipv6 port. A user reported to me that IPv6->IPv4 fallback still has some bugs. I'll find it out and fix patch-netwerk-* later. --- Munechika SUMIKAWA @ Hitachi Europe / KAME Project / FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 16:48: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from vectorstar.net (adsl-157-146-92.gnv.bellsouth.net [66.157.146.92]) by hub.freebsd.org (Postfix) with ESMTP id 10E5A37B404 for ; Sat, 16 Feb 2002 16:48:02 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1H0lqF27372 for gnome@FreeBSD.ORG; Sat, 16 Feb 2002 19:47:52 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Sat, 16 Feb 2002 19:47:52 -0500 From: Austin hall To: gnome@FreeBSD.ORG Subject: can't make gnome-- and gnomespell Message-ID: <20020216194752.A22434@darkstar.bellsouth.net> Mail-Followup-To: gnome@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG portupgrade fails configuring gnome-- and gnomespell; my port tree is updated daily and I am running 4.5-stable with XFree86-4.2.0. Here is the output for gnome--: ===> Configuring for gnomemm-1.2.2 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) cc -E checking for flex... (cached) flex checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking lex output file root... (cached) lex.yy checking whether yytext is a pointer... (cached) yes checking for bison... (cached) bison -y checking whether gmake sets ${MAKE}... (cached) yes checking host system type... i386--freebsd4.5 checking build system type... i386--freebsd4.5 checking for ranlib... (cached) ranlib checking for ld used by GCC... (cached) /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes updating cache ./config.cache ltconfig: too many arguments Try `ltconfig --help' for more information. configure: error: libtool configure failed ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:647: checking for a BSD compatible install configure:700: checking whether build environment is sane configure:757: checking whether gmake sets ${MAKE} configure:803: checking for working aclocal configure:816: checking for working autoconf configure:829: checking for working automake configure:842: checking for working autoheader configure:855: checking for working makeinfo configure:873: checking whether to enable maintainer-specific portions of Makefiles configure:930: checking for gcc configure:1043: checking whether the C compiler (cc -O -pipe ) works configure:1059: cc -o conftest -O -pipe conftest.c 1>&5 configure:1085: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1090: checking whether we are using GNU C configure:1118: checking whether cc accepts -g configure:1150: checking how to run the C preprocessor configure:1235: checking for flex configure:1268: checking for flex configure:1302: checking for yywrap in -lfl configure:1344: checking lex output file root configure:1365: checking whether yytext is a pointer configure:1410: checking for bison configure:1441: checking whether gmake sets ${MAKE} configure:1475: checking host system type configure:1567: checking build system type configure:1587: checking for ranlib configure:1626: checking for ld used by GCC configure:1688: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:1704: checking for BSD-compatible nm configure:1740: checking whether ln -s works (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-toolkits/gnome--. *** Error code 1 Stop in /usr/ports/x11-toolkits/gnome--. *** Error code 1 Stop in /usr/ports/x11-toolkits/gnome--. *** Error code 1 Stop in /usr/ports/x11-toolkits/gnome--. *** Error code 1 Stop in /usr/ports/x11-toolkits/gnome--. *** Error code 1 Thanks. Austin -- One is not superior merely because one sees the world as odious. -- Chateaubriand (1768-1848) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 18:19:18 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 7F4B537B404 for ; Sat, 16 Feb 2002 18:19:16 -0800 (PST) Received: from sabrina ([12.89.149.119]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020217021915.JPDU11755.mtiwmhc22.worldnet.att.net@sabrina> for ; Sun, 17 Feb 2002 02:19:15 +0000 From: "juan estevez" To: Subject: Date: Sat, 16 Feb 2002 21:20:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 18:46:42 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (f115.law14.hotmail.com [64.4.21.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F0F737B404 for ; Sat, 16 Feb 2002 18:46:35 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 16 Feb 2002 18:46:35 -0800 Received: from 24.197.52.51 by lw14fd.law14.hotmail.msn.com with HTTP; Sun, 17 Feb 2002 02:46:34 GMT X-Originating-IP: [24.197.52.51] From: "Bryan Berch" To: marcus@marcuscom.com Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: Installing gnome & related ports Date: Sat, 16 Feb 2002 21:46:34 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 17 Feb 2002 02:46:35.0156 (UTC) FILETIME=[50628540:01C1B75D] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Joe Clarke wrote: > > > >You need to update your gnomecanvas and gdk-pixbuf ports to the latest >version, then make clean, then build again. > >gnomecanvas and gdk-pixbuf are really the same port, just different >components. Therefore, the versions should match, and, as of this >writing, that version is 0.16.0. > >Joe Gnomecanvas was not installed, so I installed the port. Now it errors with: /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dcgettext) || defined (__stub___dcgettext) choke me #else dcgettext(); #endif ; return 0; } configure:8520: checking for gmsgfmt configure:8556: checking for xgettext configure:8596: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I /usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr /local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/local/li b 1>&5 /tmp/ccz4VbKf.o: In function `main': /tmp/ccz4VbKf.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr' configure: failed program was: #line 8588 "configure" #include "confdefs.h" int main() { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } configure:8873: checking for catalogs to be installed configure:8991: checking for dlfcn.h configure:8991: checking for dl.h configure:9001: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/loc al/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/nul l 2>conftest.out configure:8997: dl.h: No such file or directory configure: failed program was: #line 8996 "configure" #include "confdefs.h" #include configure:8991: checking for syslog.h configure:9001: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/loc al/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/nul l 2>conftest.out configure:8991: checking for tcpd.h configure:9001: cc -E -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/loc al/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/nul l 2>conftest.out configure:9028: checking for dlopen in -ldl configure:9047: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I /usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr /local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ldl -L/usr/lo cal/lib 1>&5 /usr/libexec/elf/ld: cannot find -ldl configure: failed program was: #line 9036 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { dlopen() ; return 0; } configure:9067: checking for shl_load in -ldld configure:9086: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I /usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr /local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ldld -L/usr/l ocal/lib 1>&5 /usr/libexec/elf/ld: cannot find -ldld configure: failed program was: #line 9075 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_load(); int main() { shl_load() ; return 0; } configure:9108: checking for dlopen configure:9136: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I /usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr /local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/local/li b 1>&5 configure:9184: checking for CApplet library configure:9199: checking for Configure Easter Egg version >= 3.14 configure:9203: checking for GdkPixbuf library >= 0.7.0 configure:9233: checking for Glade libraries >= 0.14 configure:9265: checking for png_init_io in -lpng configure:9284: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I /usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr /local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lpng -L/usr/l ocal/lib 1>&5 /usr/local/lib/libpng.a(png.o): In function `png_reset_crc': png.o(.text+0x18c): undefined reference to `crc32' /usr/local/lib/libpng.a(png.o): In function `png_calculate_crc': png.o(.text+0x1e8): undefined reference to `crc32' /usr/local/lib/libpng.a(png.o): In function `png_reset_zstream': png.o(.text+0x945): undefined reference to `inflateReset' configure: failed program was: #line 9273 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char png_init_io(); int main() { png_init_io() ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. I would like to know what is going wrong and also would it be better to wipe everything out dealing with gnome and try to install fresh? And if wipe out all the gnome stuff would be better, what are all the files that should be deleted to start fresh? TIA Bryan _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 18:48:17 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id E879B37B41B for ; Sat, 16 Feb 2002 18:48:10 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id g1H2m9t65072 for gnome@freebsd.org; Sun, 17 Feb 2002 05:48:09 +0300 (MSK) (envelope-from ache) Received: from squall.waterspout.com (c157b48331eadb0558d8468b28fde6e5@squall.waterspout.com [208.13.56.12]) by nagual.pp.ru (8.11.6/8.11.6) with ESMTP id g1H2Lou64918 for ; Sun, 17 Feb 2002 05:21:51 +0300 (MSK) (envelope-from will@csociety.org) Received: by squall.waterspout.com (Postfix, from userid 1050) id 7D14F9B19; Sat, 16 Feb 2002 21:20:52 -0500 (EST) Date: Sat, 16 Feb 2002 21:20:52 -0500 From: Will Andrews To: "Andrey A. Chernov" Cc: freebsd-ports@freebsd.org, i18n@freebsd.org Subject: Re: iconv port: plea for take-over Message-ID: <20020217022052.GQ44003@squall.waterspout.com> Mail-Followup-To: "Andrey A. Chernov" , freebsd-ports@FreeBSD.org, i18n@FreeBSD.org References: <20020215232829.GA49008@nagual.pp.ru> <20020216042213.GA54552@nagual.pp.ru> <20020216161910.GU44003@squall.waterspout.com> <20020216190141.GA60826@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020216190141.GA60826@nagual.pp.ru> User-Agent: Mutt/1.3.26i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Feb 16, 2002 at 10:01:44PM +0300, Andrey A. Chernov wrote: > Symlinks not helps, not the library and includes, but all function renamed > with "g" prefix and unrenamed back with #defines Sure it helps, for runtime stuff. > API is exactly the same, standard. OK, then the only issue is whether the giconv implementation is equal or better. If it is equal or better, then I see no reason not to obsolete the old iconv package entirely.. possibly leaving it alone as a "dead" package, with only a dependency on the current giconv port. This way people can migrate to the new package gracefully. Then at some later point (perhaps in a year) the iconv port can be removed. > GNU is Russian-centric? Interesting. Never said that. I'm only saying that you can't assume that just because something works for your locale that it works as expected for other locales. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 19:30:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sm11.texas.rr.com (sm11.texas.rr.com [24.93.35.42]) by hub.freebsd.org (Postfix) with ESMTP id 8F54737B417 for ; Sat, 16 Feb 2002 19:30:15 -0800 (PST) Received: from there (cs2894-79.austin.rr.com [24.28.94.79]) by sm11.texas.rr.com (8.12.1/8.12.0) with SMTP id g1H3RTKW023644 for ; Sat, 16 Feb 2002 21:27:40 -0600 Message-Id: <200202170327.g1H3RTKW023644@sm11.texas.rr.com> Content-Type: text/plain; charset="iso-8859-1" From: Rajat Datta Reply-To: rajat@skipstone.com To: freebsd-gnome@FreeBSD.org Subject: Fail to build guile-gnome-0.20_3 Date: Sat, 16 Feb 2002 21:36:35 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Building gnome from the ports tree, guile-gnome failed to build because libglade-glue.c could not find glade/glade.h. This file is installed by the libglade package, which was installed, but which installs the necessary .h file under /usr/X11R6/include/libglade-1.0/glade/glade.h. Workaround is to add the -I/usr/X11R6/include/libglade-1.0 in the Makefile, or make a symbolic link in the /usr/X11R6/include directory. Output of uname -a is FreeBSD thebronx.austin.rr.com 4.5-STABLE FreeBSD 4.5-STABLE #5: Wed Feb 13 23:02:18 CST 2002 rajat@thebronx.austin.rr.com:/usr/obj/volume2/src/sys/RAJAT i386 Last updated ports tree on Saturday, Feb 16, at approximately noon. rajat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 20:16:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 1CB5737B419; Sat, 16 Feb 2002 20:16:45 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16cIkY-0000aI-00; Sat, 16 Feb 2002 20:16:30 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sat, 16 Feb 2002 21:45:04 -0600 Subject: Re: iconv port: plea for take-over From: Ade Lovett To: , Pete Fritchman Cc: "Andrey A. Chernov" , Konstantin Chuguev , , , , Message-ID: In-Reply-To: <1013858239.34055.19.camel@notebook> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02/16/02 05:17, "Maxim Sobolev" wrote: > So as to me, though instead of marking BSD iconv broken IMO it would be > better to install all its components with `b' prefix (i.e. libiconv --> > libbiconv, iconv.h --> biconv.h etc), so that all packages that are > happy with BSD iconv are still able to use it. Agreed. Note that I am currently working on the converters/libiconv port (aka giconv) since it seems to be wanting to install files during the build (bad code, no biscuit). However, given the number of ports that depend on both iconv's, we do need to look at doing this as a big patch, rather than piecemeal, as the change from g->[nul] and [nul]->b takes place. I have absolutely no time for this next week, but am more than willing to manage the transition if this is the agreed approach. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Feb 16 21: 4: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 08E2237B419 for ; Sat, 16 Feb 2002 21:04:01 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1H53c825252; Sun, 17 Feb 2002 00:03:38 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Fail to build guile-gnome-0.20_3 From: Joe Clarke To: rajat@skipstone.com Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <200202170327.g1H3RTKW023644@sm11.texas.rr.com> References: <200202170327.g1H3RTKW023644@sm11.texas.rr.com> Content-Type: multipart/mixed; boundary="=-rcJA/AqeKWLgVdf2hz3f" X-Mailer: Evolution/1.0.2 Date: 17 Feb 2002 00:04:08 -0500 Message-Id: <1013922249.52056.29.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-rcJA/AqeKWLgVdf2hz3f Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sat, 2002-02-16 at 22:36, Rajat Datta wrote: > Building gnome from the ports tree, guile-gnome failed to build because > libglade-glue.c could not find glade/glade.h. This file is installed by the > libglade package, which was installed, but which installs the necessary .h > file under /usr/X11R6/include/libglade-1.0/glade/glade.h. Workaround is to > add the -I/usr/X11R6/include/libglade-1.0 in the Makefile, or make a symbolic > link in the /usr/X11R6/include directory. I'm partly to blame for this. I must not have rebuilt guile-gnome after Maxim removed the compat symlinks. This patch should solve the problem. Joe > > Output of uname -a is > FreeBSD thebronx.austin.rr.com 4.5-STABLE FreeBSD 4.5-STABLE #5: Wed Feb 13 > 23:02:18 CST 2002 > rajat@thebronx.austin.rr.com:/usr/obj/volume2/src/sys/RAJAT i386 > > Last updated ports tree on Saturday, Feb 16, at approximately noon. > > rajat > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > --=-rcJA/AqeKWLgVdf2hz3f Content-Disposition: attachment; filename="patch-guile-gnome::libglade::Makefile.in" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-makefile; charset=ISO-8859-1 --- guile-gnome/libglade/Makefile.in.orig Sat Feb 16 23:57:11 2002 +++ guile-gnome/libglade/Makefile.in Sat Feb 16 23:58:57 2002 @@ -63,6 +63,7 @@ BUILD_GUILE =3D @BUILD_GUILE@ CC =3D @CC@ DLLTOOL =3D @DLLTOOL@ +GLADE_INCLUDES =3D `libglade-config --cflags gnome` GNOMEGNORBA_LIBS =3D @GNOMEGNORBA_LIBS@ GNOMEUI_LIBS =3D @GNOMEUI_LIBS@ GNOME_ACLOCAL_DIR =3D @GNOME_ACLOCAL_DIR@ @@ -98,7 +99,7 @@ VERSION =3D @VERSION@ ZVT_LIBS =3D @ZVT_LIBS@ =20 -INCLUDES =3D -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile= -gtk -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) +INCLUDES =3D -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile= -gtk -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) $(GLADE_INCLUDES) =20 =20 GLADE_LIBS =3D `libglade-config --libs gnome` --=-rcJA/AqeKWLgVdf2hz3f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message