Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2006-02-03 Thread Gunnar Flygt
On Wed, Mar 05, 2003 at 12:17:43AM -0800, Eric Anholt wrote:
 On Tue, 2003-03-04 at 10:22, Fred Clift wrote:
  On Mon, 3 Mar 2003, Marcel Moolenaar wrote:
  
  
   As for non-i386 -Server:
  
   I have an almost finished set of diffs for ia64 to build and
  
  See the alpha list for patches I posted today to make -Server build for
  alpha - these are not 'ports ready' patches, but are against the stock
  source...
 
 Okay, I added that to the port.  Could you try the updated ports?  Also,
 anyone else who's listening, the ports need much more widespread testing
 in order for it to make it into 4.8-RELEASE.

Is it OK to present result directly to you or should it be to STABLE?
 
 The current diffs are at:
 http://people.freebsd.org/~anholt/X/files.html
 
 -- 
 Eric Anholt[EMAIL PROTECTED]  
 http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

-- 
Gunnar Flygt, Postmaster SR

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Dag-Erling Smorgrav
Stijn Hoop [EMAIL PROTECTED] writes:
 This is with PERL_VERSION=5.8.0 in /etc/make.conf, and no /usr/bin/perl
 (since this is -CURRENT), which is why mkhtmlindex barfs.

use.perl port

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Stijn Hoop
On Mon, Mar 10, 2003 at 11:48:38AM +0100, Dag-Erling Smorgrav wrote:
 Stijn Hoop [EMAIL PROTECTED] writes:
  This is with PERL_VERSION=5.8.0 in /etc/make.conf, and no /usr/bin/perl
  (since this is -CURRENT), which is why mkhtmlindex barfs.
 
 use.perl port

Noted, thanks. I thought this was only needed for -STABLE, but apparently I
was wrong.  After manually installing a symlink the port installed fine of
course, but I gather this the canonical way of installing the link?

--Stijn

-- 
The most reliable proof that there are extraterrestrial intelligent
lifeforms out there is that nobody actually tries to get in contact
with us.
-- Dirk Mueller


pgp0.pgp
Description: PGP signature


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Dag-Erling Smorgrav
Stijn Hoop [EMAIL PROTECTED] writes:
 On Mon, Mar 10, 2003 at 11:48:38AM +0100, Dag-Erling Smorgrav wrote:
  use.perl port
 Noted, thanks. I thought this was only needed for -STABLE, but apparently I
 was wrong.  After manually installing a symlink the port installed fine of
 course, but I gather this the canonical way of installing the link?

Yes.  It also fixes up make.conf so other ports don't try to install
Perl 5.6.1 as a dependency.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-07 Thread postmaster
** Reply to message from Eric Anholt [EMAIL PROTECTED] on 07 Mar 2003 08:57:25
-0800

  Is it necessary to deinstall XFree86 4.2 before installing the 4.3 patches?
 
 It should work just fine, as long as you have both of the patches.

I ended up having to run pkg_delete on all of the 4.2 XFree-86 packages before
I was able to build 4.3. But I suppose that could be because I don't know the
right way to install an update. Here's what I did:

1) Download both patch files.
2) Run the -11 patch from /usr/ports.
3) Run the make patch from the /usr/ports/Mk.
4) Run 'make' from /usr/ports/x11/XFree86-4.

The only thing that resulted from step 4 was a few console messages indicating
that everything was already done.

5) Run 'make clean' from /usr/ports/x11/XFree86-4.
6) Run 'make' again.

Same thing.

7) Run pkg_delete on all XFree86 packages found using 'ls -l /var/db/pkg/XF*'
(I had to use -f on one of them).
8) Run 'make' again.

This time, things started building.

9) Run 'make install'.

Which finished building everything and installed everything.

10) Run 'xf86config'.
11) Run 'startx'.

Success! Most imporantly, I can use the mouse again (with 4.2, any movement of
the mouse caused the mouse cursor to disappear off the bottom of the screen).

I use cvsup to update both ports and source and the last time I ran cvsup in
ports was a day or two ago, which is why I was able to use the -11 patch.

Would the build and installation have worked properly if I had simply run 'make
install' instead of 'make' in step 4?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-07 Thread Eric Anholt
On Fri, 2003-03-07 at 15:47, [EMAIL PROTECTED] wrote:
 Would the build and installation have worked properly if I had simply run 'make
 install' instead of 'make' in step 4?

It would have made sure that the component parts were installed.  The
ports system can't ensure things are updated, though, so you need to use
a tool like portupgrade to make sure that everything is updated.

-- 
Eric Anholt[EMAIL PROTECTED]  
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-05 Thread Eric Anholt
On Tue, 2003-03-04 at 10:22, Fred Clift wrote:
 On Mon, 3 Mar 2003, Marcel Moolenaar wrote:
 
 
  As for non-i386 -Server:
 
  I have an almost finished set of diffs for ia64 to build and
 
 See the alpha list for patches I posted today to make -Server build for
 alpha - these are not 'ports ready' patches, but are against the stock
 source...

Okay, I added that to the port.  Could you try the updated ports?  Also,
anyone else who's listening, the ports need much more widespread testing
in order for it to make it into 4.8-RELEASE.

The current diffs are at:
http://people.freebsd.org/~anholt/X/files.html

-- 
Eric Anholt[EMAIL PROTECTED]  
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-05 Thread Eric Anholt
On Tue, 2003-03-04 at 05:25, Ken Mays wrote:
 Would the FreeBSD team consider the benefits of integrating Xfree86 v4.3.x
 for v4.8?!? The upgrade that was done on the video drivers alone was worth
 it for me.

The release engineers have been considering allowing XFree86 4.3 in
4.8-RELEASE, but it needs widespread testing.  Anyone interested, please
apply the diffs at:
http://people.freebsd.org/~anholt/X/files.html
to your ports tree and install.

Besides basic problems I may have caused with the ports, oddities in
cursor handling would be particularly likely because of changes in 4.3.0
which were somewhat last-minute.  Some changes have been made in XFree86
CVS post-4.3.0 already, so if you report anything I may be able to track
down a fix.

-- 
Eric Anholt[EMAIL PROTECTED]  
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-05 Thread Ken Mays
The achievement in integrating Xfree86 v4.3.x in the release of FBSD v4.8
will be admirable. I've been looking at it as of this week as well as KDE
v3.1 and Gnome v2.2 on various platforms. There are some issues, but its in
the integrating between the desktop environments (KDE vs Xfree86) and not
FreeBSD specific.

I'm reviewing the quality of the builds/ports of KDE 3.1 and Gnome 2.2
integration with Xfree86 v 4.3.x. I'll be glad to look into this on FreeBSD
for QA testing.
~Ken

- Original Message -
From: Eric Anholt [EMAIL PROTECTED]
To: Ken Mays [EMAIL PROTECTED]
Cc: Igor Pokrovsky [EMAIL PROTECTED]; Jose M. Alcaide
[EMAIL PROTECTED]; Daniel Eischen [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 3:17 AM
Subject: Re: Is XFree86 4.3.0 going to be in 4.8? -nt-


 On Tue, 2003-03-04 at 05:25, Ken Mays wrote:
  Would the FreeBSD team consider the benefits of integrating Xfree86
v4.3.x
  for v4.8?!? The upgrade that was done on the video drivers alone was
worth
  it for me.

 The release engineers have been considering allowing XFree86 4.3 in
 4.8-RELEASE, but it needs widespread testing.  Anyone interested, please
 apply the diffs at:
 http://people.freebsd.org/~anholt/X/files.html
 to your ports tree and install.

 Besides basic problems I may have caused with the ports, oddities in
 cursor handling would be particularly likely because of changes in 4.3.0
 which were somewhat last-minute.  Some changes have been made in XFree86
 CVS post-4.3.0 already, so if you report anything I may be able to track
 down a fix.

 --
 Eric Anholt[EMAIL PROTECTED]
 http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-05 Thread Gunnar Flygt
On Wed, Mar 05, 2003 at 12:17:43AM -0800, Eric Anholt wrote:
 On Tue, 2003-03-04 at 10:22, Fred Clift wrote:
  On Mon, 3 Mar 2003, Marcel Moolenaar wrote:
  
  
   As for non-i386 -Server:
  
   I have an almost finished set of diffs for ia64 to build and
  
  See the alpha list for patches I posted today to make -Server build for
  alpha - these are not 'ports ready' patches, but are against the stock
  source...
 
 Okay, I added that to the port.  Could you try the updated ports?  Also,
 anyone else who's listening, the ports need much more widespread testing
 in order for it to make it into 4.8-RELEASE.

Is it OK to present result directly to you or should it be to STABLE?
 
 The current diffs are at:
 http://people.freebsd.org/~anholt/X/files.html
 
 -- 
 Eric Anholt[EMAIL PROTECTED]  
 http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

-- 
Gunnar Flygt, Postmaster SR

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-03 Thread Bruce A. Mah
At this point, I'd guess probably not, given that there was (is?) some
amount of work for the MAINTAINER to do to get it to build correctly,
and there's not much chance for testing before the release, which is
only two weeks away.

That's just my guess, though, not a policy statement.  :-)

Bruce.



pgp0.pgp
Description: PGP signature