Re: Port dependencies

2011-04-03 Thread Gary Kline
On Sat, Apr 02, 2011 at 08:07:25PM -0700, Chris Telting wrote: seriously, this is why i want that debian+freebsd that was discussed recently. the kernel is ours and number one in the world. and the ports stuff is basically packages that more/less just-work. you can get

Re: Port dependencies

2011-04-03 Thread Romain Garbage
2011/4/3 Chris Telting christopher...@telting.org:        seriously, this is why i want that debian+freebsd that was        discussed recently.  the kernel is ours and number one in the        world.  and the ports stuff is basically packages that more/less        just-work.  you can get the

Re: Port dependencies

2011-04-03 Thread Christer Solskogen
On Sun, Apr 3, 2011 at 5:07 AM, Chris Telting christopher...@telting.org wrote: How does debian get around all the make config options that we deal with?  Such as does such and such package pull in samba...  Or does debian just compile with every option more or less enabled? Yes, and no.

Re: Port dependencies

2011-04-03 Thread Dick Hoogendijk
Op 2-4-2011 19:03, Randal L. Schwartz schreef: That's one of the first things I do with a fresh system that will be only a server: echo WITHOUT_X11=yes /etc/make.conf And then *never* use packages. Only ports Are the quotes neccessary? ___

Re: Port dependencies

2011-04-03 Thread Chad Perrin
On Sat, Apr 02, 2011 at 05:07:54PM -0700, per...@pluto.rain.com wrote: Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term

Re: Port dependencies

2011-04-03 Thread Gary Kline
On Sun, Apr 03, 2011 at 10:35:08AM +0200, Romain Garbage wrote: 2011/4/3 Chris Telting christopher...@telting.org:        seriously, this is why i want that debian+freebsd that was        discussed recently.  the kernel is ours and number one in the        world.  and the ports stuff is

Re: Port dependencies

2011-04-03 Thread Randal L. Schwartz
Dick == Dick Hoogendijk d...@nagual.nl writes: Dick Are the quotes neccessary? No. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 mer...@stonehenge.com URL:http://www.stonehenge.com/merlyn/ Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.

Re: Port dependencies

2011-04-02 Thread Chris Rees
On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1]. Anyone who has spent

Re: Port dependencies

2011-04-02 Thread Dick Hoogendijk
On 2-4-2011 2:51, Polytropon wrote: So there is still stuff one needs to compile, and YOU are in charge to define the options you need. This is the downside when you're running a multi- purpose OS like FreeBSD. That is a good thing. But I remember an issue that I never understood. I onced set

Re: Port dependencies

2011-04-02 Thread b. f.
Chris Telting wrote: See above. What I want to see is minimal installs with all features being usable once you install the optional components. And run time detection for programs shouldn't be all that difficult or computation intensive. The program would just consult pkg_info or another

Re: Port dependencies

2011-04-02 Thread Randal L. Schwartz
Matt == Matt Emmerton m...@gsicomp.on.ca writes: Matt Every time I see a webserver with X11 on it, it's because of these two. Of Matt course, using ghostscript*-nox11 as well as setting WITHOUT_X11=yes solves a Matt lot of this mess, but on a system that's already been infested, it's Matt

Re: Port dependencies

2011-04-02 Thread Polytropon
On Fri, 01 Apr 2011 21:36:55 -0700, Chris Telting christopher...@telting.org wrote: On 04/01/2011 17:51, Polytropon wrote: On Fri, 01 Apr 2011 16:58:04 -0700, Chris Teltingchristopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. Oh the

Re: Port dependencies

2011-04-02 Thread perryh
Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1]. Anyone who has spent hours struggling with rpm ... would

Re: Port dependencies

2011-04-02 Thread Ryan Coleman
On Apr 2, 2011, at 7:07 PM, per...@pluto.rain.com wrote: Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1].

Re: Port dependencies

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 07:45:06PM -0500, Ryan Coleman wrote: On Apr 2, 2011, at 7:07 PM, per...@pluto.rain.com wrote: Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is

Re: Port dependencies

2011-04-02 Thread Chris Telting
seriously, this is why i want that debian+freebsd that was discussed recently. the kernel is ours and number one in the world. and the ports stuff is basically packages that more/less just-work. you can get the src =with= the pkg. How does debian get around

Port dependencies

2011-04-01 Thread Chris Telting
Just in a thoughtful mood and thought I'd to the question to the cloud. One of my biggest gripes with the ports system is dependency hell. Ports link against so my optional components and pull them into the install. Libraries and components are built based on make file defines. But this

Re: Port dependencies

2011-04-01 Thread Warren Block
On Fri, 1 Apr 2011, Chris Telting wrote: One of my biggest gripes with the ports system is dependency hell. Ports link against so my optional components and pull them into the install. Libraries and components are built based on make file defines. But this doesn't have to be so. It's

Re: Port dependencies

2011-04-01 Thread Polytropon
On Fri, 01 Apr 2011 16:58:04 -0700, Chris Telting christopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. Oh the joy of cloud computing, erm... discussion. :-) One of my biggest gripes with the ports system is dependency hell. Ports link

RE: Port dependencies

2011-04-01 Thread Matt Emmerton
The number of console programs that want to pull in X window or kde is my boggling. Hmmm... The only one I remember being that way is the old cvsup, but there was nocvsup-nogui (or -nox11?). Over the years I've found that ghostscript and gd are two common culprits. Every time I see a

Re: Port dependencies

2011-04-01 Thread Chris Telting
On 04/01/2011 17:51, Polytropon wrote: On Fri, 01 Apr 2011 16:58:04 -0700, Chris Teltingchristopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. Oh the joy of cloud computing, erm... discussion. :-) Wasn't that the a subplot of the hitch

Re: fixing up port dependencies properly

2010-02-03 Thread b. f.
John W wrote: I updated my ports tree with csup, and tried to run 'portmaster -na'. It gave me this: === The mail/p5-Email-Simple-Creator port has been deleted: Folded into p5-Email-Simple package Ok, that makes sense. But what do I do to fix it? It seems I need to replace dependencies on

Re: fixing up port dependencies properly

2010-02-03 Thread b. f.
On 2/3/10, b. f. bf1...@googlemail.com wrote: John W wrote: -o , or portupgrade -o, which will succeed in the simplest cases. You could also do it manually, by using sed(1) to substitute every occurrence of the old PKGNAME with the new PKGNAME in the @pkgdep lines in

Re: fixing up port dependencies

2010-02-02 Thread Jerry
On Mon, 1 Feb 2010 21:35:58 -0800 John W jwde...@gmail.com articulated: Is the most correct solution just to wait until all maintainers of ports which depend on p5-Email-Simple-Creator each update their makefiles to depend on p5-Email-Simple, instead? (Though that doesn't help in the short

fixing up port dependencies

2010-02-01 Thread John W
Hello all, I'm going through a round of port upgrades and came upon a dependency issue. I could probably muscle through and make it work, but I'd like to know what people see as a correct solution to this problem. I'm still in the process of grokking the nitty-gritty bits of ports. Here's the

Re: Port dependencies

2007-11-08 Thread Philip M. Gollucci
Andrey Shuvikov wrote: Hello, I'm trying to figure out port dependencies on my (freshly installed) FreeBSD 7.0. For example, I have two automake ports: $ pkg_info | grep automake-1 automake-1.5_4,1GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards

Port dependencies

2007-11-08 Thread Andrey Shuvikov
Hello, I'm trying to figure out port dependencies on my (freshly installed) FreeBSD 7.0. For example, I have two automake ports: $ pkg_info | grep automake-1 automake-1.5_4,1GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6

Toggling port dependencies

2006-04-11 Thread Erik Norgaard
Hi: Some ports exists in multiple versions such as OpenLDAP, the most recent and recommended is 2.3, but some other ports depends on another version for example jabberd that requires 2.2. Some ports will let you choose which version to compile against but jabberd don't. How to I make a port

Re: Toggling port dependencies

2006-04-11 Thread RW
On Tuesday 11 April 2006 11:39, Erik Norgaard wrote: Hi: Some ports exists in multiple versions such as OpenLDAP, the most recent and recommended is 2.3, but some other ports depends on another version for example jabberd that requires 2.2. Some ports will let you choose which version to

Re: Toggling port dependencies

2006-04-11 Thread RW
On Tuesday 11 April 2006 13:25, RW wrote: You could try setting USE_OPENLDAP_VER=23 for the port. Actually, I see it conflict with 2.2, so it must be set globally. ___ freebsd-questions@freebsd.org mailing list

Solved (I hope): Toggling port dependencies

2006-04-11 Thread Erik Norgaard
RW wrote: On Tuesday 11 April 2006 13:25, RW wrote: You could try setting USE_OPENLDAP_VER=23 for the port. Actually, I see it conflict with 2.2, so it must be set globally. Yes, OpenLDAP 2.3 conflicts with 2.2, but jabberd by default assumes 2.2 so the build fails. Then rather than

Re: Solved (I hope): Toggling port dependencies

2006-04-11 Thread RW
On Tuesday 11 April 2006 16:10, Erik Norgaard wrote: RW wrote: On Tuesday 11 April 2006 13:25, RW wrote: You could try setting USE_OPENLDAP_VER=23 for the port. Actually, I see it conflict with 2.2, so it must be set globally. Yes, OpenLDAP 2.3 conflicts with 2.2, but jabberd by

Using pkg_add to satisfy port dependencies...

2006-01-07 Thread Luke Bakken
Hello all, Is there a way to tell the ports system to try to fetch port dependencies using the 'pkg_add' command rather than try to build the dependency first from source? Thanks! Luke ___ freebsd-questions@freebsd.org mailing list http

Re: Using pkg_add to satisfy port dependencies...

2006-01-07 Thread Chuck Swiger
Luke Bakken wrote: Is there a way to tell the ports system to try to fetch port dependencies using the 'pkg_add' command rather than try to build the dependency first from source? pkg_add -r _port_ ought to fetch needed runtime dependencies, too? Or maybe you are looking for the portupgrade -P

mod_security install Apache 2, port dependencies problem

2005-07-10 Thread Todd Suits
I installed Apache mod_security on my Apache 2 httpd. Since this my ports dependencies are off. It appears mod_security is only for Apache 1.3x according to make depends How do I solve the ports problem or where do I find mod_security for Apache 2. Thanks

Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Matthew Seaman
On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz... Done. Fetching

Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Philip Murray
Comrade Burnout wrote: i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of the other (non-PEAR )

Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Comrade Burnout
Matthew Seaman wrote: On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/p ear-DB.tbz... Done. Fetching

Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-02 Thread Comrade Burnout
Philip Murray wrote: Comrade Burnout wrote: i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of

FreeBSD 5.2.1 port dependencies (PHP/PEAR)

2004-08-01 Thread Comrade Burnout
i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of the other (non-PEAR ) PHP ports are looking

Re: Display installed port dependencies

2004-05-17 Thread Andy Smith
platanthera platanthera at web.de writes: On Saturday 15 May 2004 03:44, Andy Smith wrote: Hi, Is there a simple way to display a list of all installed packages that depend on another given installed package? pkg_info -R foo will list all currently installed packages that depend on

Re: Display installed port dependencies

2004-05-15 Thread platanthera
On Saturday 15 May 2004 03:44, Andy Smith wrote: Hi, Is there a simple way to display a list of all installed packages that depend on another given installed package? pkg_info -R foo will list all currently installed packages that depend on foo regards

Display installed port dependencies

2004-05-14 Thread Andy Smith
Hi, Is there a simple way to display a list of all installed packages that depend on another given installed package? i.e. say I would like to know every installed package that depends on gmake which I also have installed. Is there any quick way to display this? I am aware of portsearch which

prefetching port dependencies

2002-11-18 Thread Scott I. Remick
Quick question: I'm getting interested in using portupgrade -FR to prefetch a port's source and its dependencies (and maybe even run the fetching in a 2nd session while other parts are compiling). But I can only get it to work on stuff that is already installed. It works great then. Is there an

Re: prefetching port dependencies

2002-11-18 Thread Erik Trulsson
On Mon, Nov 18, 2002 at 02:31:09PM -0800, Scott I. Remick wrote: Quick question: I'm getting interested in using portupgrade -FR to prefetch a port's source and its dependencies (and maybe even run the fetching in a 2nd session while other parts are compiling). But I can only get it to work

Re: prefetching port dependencies

2002-11-18 Thread Gerald A. Speak
On Monday 18 November 2002 05:31 pm, Scott I. Remick wrote: Quick question: I'm getting interested in using portupgrade -FR to prefetch a port's source and its dependencies (and maybe even run the fetching in a 2nd session while other parts are compiling). But I can only get it to work on

Re: prefetching port dependencies

2002-11-18 Thread Giorgos Keramidas
On 2002-11-18 23:42, Erik Trulsson [EMAIL PROTECTED] wrote: On Mon, Nov 18, 2002 at 02:31:09PM -0800, Scott I. Remick wrote: I'm getting interested in using portupgrade -FR to prefetch a port's source and its dependencies (and maybe even run the fetching in a 2nd session while other parts