Re: Simple question about UPDATING and X11

2007-05-22 Thread Mark Kirkwood
KAYVEN RIESE wrote: On Tue, 22 May 2007, Andrew Lankford wrote: After reading the most recent /usr/ports/UPDATING and deciding to go ahead and upgrade to X 7.2, I'm wondering where the script "xorg-upgrade" is and why it wasn't simply added to the ports tree. If it's there, I sure as heck ca

Re: Simple question about UPDATING and X11

2007-05-22 Thread KAYVEN RIESE
On Tue, 22 May 2007, Brooks Davis wrote: On Tue, May 22, 2007 at 09:46:47PM -0400, Andrew Lankford wrote: After reading the most recent /usr/ports/UPDATING and deciding to go ahead and upgrade to X 7.2, I'm wondering where the script "xorg-upgrade" is and why it wasn't simply added to the po

Re: Simple question about UPDATING and X11

2007-05-22 Thread Brooks Davis
On Tue, May 22, 2007 at 09:46:47PM -0400, Andrew Lankford wrote: > After reading the most recent /usr/ports/UPDATING and deciding to go ahead > and upgrade to X 7.2, I'm wondering where the script "xorg-upgrade" is and > why it wasn't simply added to the ports tree. If it's there, I sure as h

Re: Simple question about UPDATING and X11

2007-05-22 Thread KAYVEN RIESE
On Tue, 22 May 2007, Andrew Lankford wrote: After reading the most recent /usr/ports/UPDATING and deciding to go ahead and upgrade to X 7.2, I'm wondering where the script "xorg-upgrade" is and why it wasn't simply added to the ports tree. If it's there, I sure as heck can't find it. call m

Re: Simple question about UPDATING and X11

2007-05-22 Thread RW
On Tue, 22 May 2007 21:46:47 -0400 Andrew Lankford <[EMAIL PROTECTED]> wrote: > After reading the most recent /usr/ports/UPDATING and deciding to go > ahead and upgrade to X 7.2, I'm wondering where the script > "xorg-upgrade" is and why it wasn't simply added to the ports tree. > If it's there,

Simple question about UPDATING and X11

2007-05-22 Thread Andrew Lankford
After reading the most recent /usr/ports/UPDATING and deciding to go ahead and upgrade to X 7.2, I'm wondering where the script "xorg-upgrade" is and why it wasn't simply added to the ports tree. If it's there, I sure as heck can't find it. Andrew Lankford

Not So Simple a Question...WAS...Simple Question

2006-11-11 Thread Rachel Florentine
Hi; I thought this would be a simple question but it looks like I was mistaken ;) A couple of people kindly responded, but I'm at a loss as to how they meant to address my question ;) Would someone kindly simply edit the following, if that's possible (if I'm not too far off how it

Re: Simple Question

2006-11-11 Thread Matthew Seaman
Robert Huff wrote: > As I understand it, the FreeBSD-supplied defaults for this type > of variable are set in /etc/defaults/make.conf (which should never > be edited), There is no /etc/defaults/make.conf any more -- it was moved to /usr/share/examples/etc in the 5.x series of releases. Eve

Re: Simple Question

2006-11-11 Thread Robert Huff
Rachel Florentine writes: >MAKE_ENV = { > '/usr/ports/net/openldap23-server' => [ > 'CC=gcc', > 'CPPFLAGS="-I/usr/local/include/openssl/"' > 'LDFLAGS="-L/usr/local/lib/"' As I understand it, the FreeBSD-supplied defaults for this type of variable are set in /etc/d

Re: Simple Question

2006-11-11 Thread Rachel Florentine
- Original Message From: Robert Huff <[EMAIL PROTECTED]> > Rachel Florentine writes: >> Can someone please tell me how to add options to a port build? >> For example, I want to rebuild my openldap with something like >> this: > >Start here: > >man make.conf >man pkgtools.

Simple Question

2006-11-10 Thread Robert Huff
Rachel Florentine writes: > Can someone please tell me how to add options to a port build? > For example, I want to rebuild my openldap with something like > this: Start here: man make.conf man pkgtools.conf Robert Huff _

Simple Question

2006-11-10 Thread Rachel Florentine
Hi; Can someone please tell me how to add options to a port build? For example, I want to rebuild my openldap with something like this: env \ CC=gcc CPPFLAGS="-I/usr/local/include/openssl/" \ LDFLAGS="-L/usr/local/lib/" \ ./configure \ --localstatedir=/var/run/slapd \ --enable-spasswd \