Re: setting autoconf version?

2004-02-07 Thread Louis Munro
On February 7, 2004 01:41 am, JJB wrote:
 I believe auto.conf  comes with the ports-base category.
 Did you cvsup download it?


The way I understand it, the system comes with a particular version of
autoconf but there are one or two other versions that exist in the port tree 
(as of 2/7/2004). 
They can all be installed together because some ports will require one version
or another. My problem is that when I try to build a port the system only
considers the default version and doesn't take into account those other
versions that I've installed. 
So I'm thinking that there must be a way to specify which version of autoconf
or any other such port (ie automake) to use when building...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: setting autoconf version?

2004-02-07 Thread Louis Munro
On February 7, 2004 09:55 am, JJB wrote:
 You did not answer my question.
 Your are more than likely out of sync with your ports catalog.
 Cvsup the ports-base and try again to install your port.

I just did and it makes no difference whatsoever. As I said I have all 
autoconf versions listed in the port tree installed concurrently and I 
have done a 
# portupgrade -aRr 

The issue seems to me that even though I have more than one autoconf 
version installed my system will default to one specific version that is not
the most recent (autoconf257). So how do I tell it which one to use?
 
 -Original Message-
 From: Louis Munro [mailto:[EMAIL PROTECTED]
 Sent: Saturday, February 07, 2004 8:38 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: setting autoconf version?

 On February 7, 2004 01:41 am, JJB wrote:
  I believe auto.conf  comes with the ports-base category.
  Did you cvsup download it?

 The way I understand it, the system comes with a particular version
 of
 autoconf but there are one or two other versions that exist in the
 port tree
 (as of 2/7/2004).
 They can all be installed together because some ports will require
 one version
 or another. My problem is that when I try to build a port the system
 only
 considers the default version and doesn't take into account those
 other
 versions that I've installed.
 So I'm thinking that there must be a way to specify which version of
 autoconf
 or any other such port (ie automake) to use when building...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


setting autoconf version?

2004-02-06 Thread Louis Munro
Hello all of you,
I'm installing KDE 3.2 from ports and I get this (see below).
It seems to say that I don't have the right version of autoconf, but I just
installed all of them from ports (2.53_1  2.57_1) and that doesn't make any 
difference. I still get the same error message. 
How do I tell make which version of autoconf to use?
I run 4.9 stable...

Louis

(output from make install)
===  Installing for kde-3.2.0
===   kde-3.2.0 depends on executable: kjumpingcube - found
===   kde-3.2.0 depends on executable: kppp - found
===   kde-3.2.0 depends on executable: kview - found
===   kde-3.2.0 depends on executable: kmix - found
===   kde-3.2.0 depends on executable: kdevelop - not found
===Verifying install for kdevelop in /usr/ports/devel/kdevelop
===  Building for kdevelop-3.0.0
cd .  rm -f configure
cd .  gmake -f admin/Makefile.common configure
gmake[1]: Entering directory `/usr/ports/devel/kdevelop/work/kdevelop-3.0.0'
aclocal.m4:11884: error: Autoconf version 2.54 or higher is required
aclocal.m4:11884: the top level
gmake[1]: *** [configure] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/kdevelop/work/kdevelop-3.0.0'
gmake: *** [configure] Error 2
*** Error code 2

Stop in /usr/ports/devel/kdevelop.
*** Error code 1

Stop in /usr/ports/x11/kde3.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xinerama setup on kde 3.1.4

2004-02-04 Thread Louis Munro
Hello everyone,
I'm posting this here after trying the freebsd-x11mailing list as it didn't 
produce the expected results. Hopefully someone among you will know more 
about this than I...
I'm trying to setup KDE to display in full xinerama on my new computer. I
 have an nvidia GFX5600 which is capable of displaying on two monitors (I've
 got it working with windows Xp) but I can't seems to get it right on
 FreeBSD: X only displays on one monitor and just blanks out the other. So I
 have a few questions:
--Do I have to compile Xfree86 with some special arguments to enable
 xinerama? I installed it from the cd (4.9 stable, world remade about a week
 ago). --Does KDE 3.1.4 support xinerama? Do I have to do anything special to
 enable it?
--I haven't found all that much information about configuring xinerama. Have
 I missed anything?

I'm appending my XFree86config so you guys can tell me if it's something in
there that's incorrect.

Thanks for your help.

Louis

# XFree86config-XINERAMA

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#

Section Module
Loaddbe   # Double buffer extension


SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection


Loadtype1
Loadspeedo
#Loadfreetype
#Loadxtt
Load   glx
#Load   dri

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files


RgbPath /usr/X11R6/lib/X11/rgb


FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
#FontPath   /usr/X11R6/lib/X11/fonts/TrueType/
#FontPath   /usr/X11R6/lib/X11/fonts/freefont/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

#ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

#Section ServerFlags

#EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  Keyboard
Option AutoRepeat 500 30
Option XkbRules   xfree86
Option XkbModel   microsoftinet
Option XkbLayout  ca_enhanced

EndSection


# **
# Core Pointer's InputDevice section
# **

Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse
Option ZAxisMapping4 5

EndSection


# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

Identifier  IBM G78
HorizSync   30-85
VertRefresh 50-160

EndSection

Section Monitor

Identifier  KTX topscan 15
HorizSync   31.5-60
VertRefresh 40-110

EndSection

# **
# Graphics device section
# **

# Any number of graphics device sections may be present

Section Device
Identifier  GFX5600-0
Driver  nv
BusID   PCI:1:0:0
#VideoRam131072
# Insert Clocks lines here if appropriate
EndSection

Section Device
Identifier  GFX5600-1
Driver  nv
BusID   PCI:1:0:0
#VideoRam131072
# Insert Clocks lines here if appropriate
EndSection



# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the -screen
# option.
Section Screen
Identifier  Screen 1