Port/package install preview

2010-03-05 Thread Anselm Strauss
Hi, is it possible to do a real preview with portupgrade? I want to see all ports that would be installed/upgraded when installing a particular port. The --noexecute option doesn't really show me a lot. How would this be done with packages? pkg_add would have to download all packges first to be

Re: Port/package install preview

2010-03-05 Thread daniele
On 03/05/10 16:43, Anselm Strauss wrote: Hi, is it possible to do a real preview with portupgrade? I want to see all ports that would be installed/upgraded when installing a particular port. The --noexecute option doesn't really show me a lot. How would this be done with packages? pkg_add would

Re: Port/package install preview

2010-03-05 Thread Anselm Strauss
That gives me some static information on the ports requirements. But I would like a preview of what rests to be done. Some ports have a lot of dependencies, most of them are already installed. Can ports also incorporate the current state of installed packages? On Fri, Mar 5, 2010 at 5:01 PM,

Re: Port/package install preview

2010-03-05 Thread Warren Block
On Fri, 5 Mar 2010, Anselm Strauss wrote: is it possible to do a real preview with portupgrade? I want to see all ports that would be installed/upgraded when installing a particular port. The --noexecute option doesn't really show me a lot. It shows what portupgrade would do, which is nothing

Re: Port/package install preview

2010-03-05 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/2010 16:14:12, Anselm Strauss wrote: That gives me some static information on the ports requirements. But I would like a preview of what rests to be done. Some ports have a lot of dependencies, most of them are already installed. Can ports

Re: Port/package install preview

2010-03-05 Thread daniele
On 03/05/10 17:14, Anselm Strauss wrote: That gives me some static information on the ports requirements. But I would like a preview of what rests to be done. Some ports have a lot of dependencies, most of them are already installed. Can ports also incorporate the current state of installed

Adding Modules to Apache Port Post Install

2008-05-19 Thread montag
Hello, I configured and installed an Apache server on my FreeBSD box about a week or so back. Now I'm looking into installing subversion using this guide: http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html I notice that the guide complies Apache

Re: Adding Modules to Apache Port Post Install

2008-05-19 Thread Derek Ragona
At 10:44 PM 5/18/2008, [EMAIL PROTECTED] wrote: Hello, I configured and installed an Apache server on my FreeBSD box about a week or so back. Now I'm looking into installing subversion using this guide:

Re: Adding Modules to Apache Port Post Install

2008-05-19 Thread Chuck Swiger
On May 18, 2008, at 8:44 PM, [EMAIL PROTECTED] wrote: I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and WITH_MPM=worker, which I did not do. Any way to add these without recompiling and losing everything? Yes and no. You probably can't change which BDB Apache uses without

Re: reconfigure a port after install

2007-08-10 Thread Miguel
Nikola Lecic escribió: On Thu, 09 Aug 2007 13:57:46 -0600 Miguel [EMAIL PROTECTED] wrote: Hi, i have installed postfix + sasl2 support, so far so good but now i want to enable mysql auth and sasl2 was not compiled with mysql support, i tried desinstalling it but it claims postfix depends on

reconfigure a port after install

2007-08-09 Thread Miguel
Hi, i have installed postfix + sasl2 support, so far so good but now i want to enable mysql auth and sasl2 was not compiled with mysql support, i tried desinstalling it but it claims postfix depends on it, so how do i add mysql support to the installed sasl2 port? Im using portinstall btw,

Re: reconfigure a port after install

2007-08-09 Thread Nikola Lecic
On Thu, 09 Aug 2007 13:57:46 -0600 Miguel [EMAIL PROTECTED] wrote: Hi, i have installed postfix + sasl2 support, so far so good but now i want to enable mysql auth and sasl2 was not compiled with mysql support, i tried desinstalling it but it claims postfix depends on it, so how do i add

Re: reconfigure a port after install

2007-08-09 Thread Harry Jensen
On Thu, Aug 09, 2007 at 01:57:46PM -0600, Miguel wrote: Hi, i have installed postfix + sasl2 support, so far so good but now i want to enable mysql auth and sasl2 was not compiled with mysql support, i tried desinstalling it but it claims postfix depends on it, so how do i add mysql support

Re: reconfigure a port after install

2007-08-09 Thread Pablo Mora
On 8/9/07, Harry Jensen [EMAIL PROTECTED] wrote: On Thu, Aug 09, 2007 at 01:57:46PM -0600, Miguel wrote: Hi, i have installed postfix + sasl2 support, so far so good but now i want to enable mysql auth and sasl2 was not compiled with mysql support, i tried desinstalling it but it claims

Re: reconfigure a port after install

2007-08-09 Thread Harry Jensen
On Thu, Aug 09, 2007 at 05:46:43PM -0400, Pablo Mora wrote: On 8/9/07, Harry Jensen [EMAIL PROTECTED] wrote: /usr/ports/mail/postfix and simply make configure. is make config Aaah, yes, sorry ;-) Brgds Harry ___ freebsd-questions@freebsd.org

Forcing a port to install?

2007-08-02 Thread Chris Maness
If a port has been black listed by portaudit, how do you install it anyway? -- Chris Maness (909) 223-9179 http://www.chrismaness.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Forcing a port to install?

2007-08-02 Thread Josh Carroll
On 8/2/07, Chris Maness [EMAIL PROTECTED] wrote: If a port has been black listed by portaudit, how do you install it anyway? From the ports(7) man page: DISABLE_VULNERABILITIES If defined, disable check for security vulnerabilities using portaudit(1)

Re: Forcing a port to install?

2007-08-02 Thread Panos P.
On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: If a port has been black listed by portaudit, how do you install it anyway? try adding DISABLE_VULNERABILITIES=yes to /etc/make.conf (do not forget to unset it afterwards though ;) -- Panos Paganis [EMAIL PROTECTED]

Re: Forcing a port to install?

2007-08-02 Thread Chris Maness
Panos P. wrote: On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: If a port has been black listed by portaudit, how do you install it anyway? try adding DISABLE_VULNERABILITIES=yes to /etc/make.conf (do not forget to unset it afterwards though ;) Why do I get:

Re: Forcing a port to install?

2007-08-02 Thread RW
On Thu, 02 Aug 2007 13:27:05 -0700 Chris Maness [EMAIL PROTECTED] wrote: Panos P. wrote: On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: If a port has been black listed by portaudit, how do you install it anyway? try adding DISABLE_VULNERABILITIES=yes to

Port upgrade/install problem: MySQL and Perl I/F

2007-02-03 Thread Robert Inder
p5-DBD-mysql50 and mysql itself Date: 03 Feb 2007 19:58:22 + Message-ID: [EMAIL PROTECTED] Lines: 128 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I've upgraded Perl (via portupgrade), but the ports I need to re-install to

Re: Port upgrade/install problem: MySQL and Perl I/F

2007-02-03 Thread Ted Mittelstaedt
, your just lucky that this very minor thing was the only thing that blew up. Ted - Original Message - From: Robert Inder [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Saturday, February 03, 2007 11:58 AM Subject: Port upgrade/install problem: MySQL and Perl I/F p5-DBD

Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. I've built net/ethereal as follows: portinstall ethereal but then I couldn't find bin/ethereal anywhere. pkg_info -f shows: [...]

SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Norberto Meijome wrote: Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. [] $ sudo nice make WITH_X11=true install Ok, figured it out, the following works as a simple

Re: SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Joe Marcus Clarke
On Sat, 2006-02-04 at 17:09 +1100, Norberto Meijome wrote: Norberto Meijome wrote: Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. [] $ sudo nice make

Re: SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Norberto Meijome
Joe Marcus Clarke wrote: On Sat, 2006-02-04 at 17:09 +1100, Norberto Meijome wrote: Norberto Meijome wrote: Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. [] $ sudo nice

Re: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-06 Thread Csaba Henk
On Tue, Oct 04, 2005 at 11:19:03AM -0500, Eric Schuele wrote: Csaba Henk wrote: Because all such scripts are fundamentally broken. When make decides which ports to pull in, it doesn't only use the flat data of build and run dependencies, but uses its full Turing complete computing power.

Re: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-06 Thread Eric Schuele
Csaba Henk wrote: On Tue, Oct 04, 2005 at 11:19:03AM -0500, Eric Schuele wrote: Csaba Henk wrote: Because all such scripts are fundamentally broken. When make decides which ports to pull in, it doesn't only use the flat data of build and run dependencies, but uses its full Turing complete

Re: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-04 Thread Csaba Henk
On Mon, Oct 03, 2005 at 11:55:28AM -0500, Eric Schuele wrote: Hello, Some time back I posted a question regarding how to determine what ports/packages would need to be installed on my machine when I install a new (new to the local machine) port. For example, if I do not presently have

Re: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-04 Thread Eric Schuele
Csaba Henk wrote: On Mon, Oct 03, 2005 at 11:55:28AM -0500, Eric Schuele wrote: Hello, Some time back I posted a question regarding how to determine what ports/packages would need to be installed on my machine when I install a new (new to the local machine) port. For example, if I do not

Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-03 Thread Eric Schuele
Hello, Some time back I posted a question regarding how to determine what ports/packages would need to be installed on my machine when I install a new (new to the local machine) port. For example, if I do not presently have openoffice installed... what will get installed when I 'make install

Re: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-03 Thread Eric Schuele
hmm... apologies on the poor formating. Eric Schuele wrote: Hello, Some time back I posted a question regarding how to determine what ports/packages would need to be installed on my machine when I install a new (new to the local machine) port. For example, if I do not presently have

Re: Determining what a port will install... (more than pretty-print-*)

2005-05-02 Thread Eric Schuele
Garance A Drosihn wrote: At 4:25 PM -0500 4/30/05, Eric Schuele wrote: Philip Hallstrom wrote: The portupgrade port can do this. Something like... portupgrade -n -Rr someport The -n tells it not to do anything, just show you what it would do. This sounds like what I'm looking for... so I tried

Re: Determining what a port will install... (more than pretty-print-*)

2005-05-02 Thread Garance A Drosihn
At 9:42 AM -0500 5/2/05, Eric Schuele wrote: Garance A Drosihn wrote: I believe that 'portupgrade -n' only works right for ports which you have already installed. Yes... That is the conclusion I have come to. I'm sure what I am trying to accomplish is just one savvy shell script away I'm just

RE: Determining what a port will install... (more than pretty-print-*)

2005-05-02 Thread Schmehl, Paul L
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garance A Drosihn Sent: Monday, May 02, 2005 10:14 AM To: Eric Schuele Cc: FreeBSD Questions Subject: Re: Determining what a port will install... (more than pretty-print-*) If there isn't

Re: Determining what a port will install... (more than pretty-print-*)

2005-05-02 Thread Eric Schuele
Garance A Drosihn wrote: At 9:42 AM -0500 5/2/05, Eric Schuele wrote: Garance A Drosihn wrote: I believe that 'portupgrade -n' only works right for ports which you have already installed. Yes... That is the conclusion I have come to. I'm sure what I am trying to accomplish is just one savvy shell

Determining what a port will install... (more than pretty-print-*)

2005-04-30 Thread Eric Schuele
Hello, Is there a way to determine exactly what a particular port will install on my machine? Doing a `make pretty-print-run-depends-list` will show me all of its requirements... but I am interested in the difference between its requirements and what I already have on my machine. If I have 7

Re: Determining what a port will install... (more than pretty-print-*)

2005-04-30 Thread Philip Hallstrom
Is there a way to determine exactly what a particular port will install on my machine? Doing a `make pretty-print-run-depends-list` will show me all of its requirements... but I am interested in the difference between its requirements and what I already have on my machine. If I have 7 out

Re: Determining what a port will install... (more than pretty-print-*)

2005-04-30 Thread Eric Schuele
Philip Hallstrom wrote: Is there a way to determine exactly what a particular port will install on my machine? Doing a `make pretty-print-run-depends-list` will show me all of its requirements... but I am interested in the difference between its requirements and what I already have on my

Re: Determining what a port will install... (more than pretty-print-*)

2005-04-30 Thread Philip Hallstrom
Philip Hallstrom wrote: Is there a way to determine exactly what a particular port will install on my machine? Doing a `make pretty-print-run-depends-list` will show me all of its requirements... but I am interested in the difference between its requirements and what I already have on my

Re: how to configure a port for install

2005-02-16 Thread Bob Ababurko
Peter Risdon wrote: On Tue, 2005-02-15 at 11:48 +, Peter Risdon wrote: On Mon, 2005-02-14 at 21:48 -0500, Bob Ababurko wrote: Hello- I am trying to figure out how to configure the portswhat I am trying to do is add mhash to my system that a new script needs and I have to add the

Re: how to configure a port for install

2005-02-15 Thread Peter Risdon
On Mon, 2005-02-14 at 21:48 -0500, Bob Ababurko wrote: Hello- I am trying to figure out how to configure the portswhat I am trying to do is add mhash to my system that a new script needs and I have to add the --with-mhash=[dir] when I compile php. Well I installed php with the ports

Re: how to configure a port for install

2005-02-15 Thread Peter Risdon
On Tue, 2005-02-15 at 11:48 +, Peter Risdon wrote: On Mon, 2005-02-14 at 21:48 -0500, Bob Ababurko wrote: Hello- I am trying to figure out how to configure the portswhat I am trying to do is add mhash to my system that a new script needs and I have to add the

how to configure a port for install

2005-02-14 Thread Bob Ababurko
Hello- I am trying to figure out how to configure the portswhat I am trying to do is add mhash to my system that a new script needs and I have to add the --with-mhash=[dir] when I compile php. Well I installed php with the ports and I am hoping to reinstall it with this added. I have

Re: how to configure a port for install

2005-02-14 Thread Bob Ababurko
Bob Ababurko wrote: Hello- I am trying to figure out how to configure the portswhat I am trying to do is add mhash to my system that a new script needs and I have to add the --with-mhash=[dir] when I compile php. Well I installed php with the ports and I am hoping to reinstall it with this

Which opengroupware port to install

2005-01-10 Thread Bill Schmitt (SW)
I want to try the opengroupware application, but am not sure about which version to install. Specifically, the ports collection has a linux version of the software listed, but the opengroupware.org site lists a version specifically for FreeBSD, which also appears to be a linux version. But the

Re: Which opengroupware port to install

2005-01-10 Thread Martin Hepworth
Bill I managed to compile OGo from source.(FreeBSD 5.2.1)...search for my work email address on the Ogo-users ([EMAIL PROTECTED]). It's a cpmplete mind melt as you keep having to go back to things you've done and re-make thembut it is possible. -- MRIN On Mon, 10 Jan 2005 09:40:01 -0500,

accessibility/atk-1.4.0 port won't install/deinstall on 4.9

2004-10-23 Thread John Adams
Hi, folks, I'm having trouble with accessibility/atk-1.4.0 on a 4.9 installation. Both portinstall and portupgrade tell me that make: don't know how to make all-depends-list. Stop ** Makefile of 'accessibility/atk' is possibly broken: make: no target to make. ** The following packages

Re: accessibility/atk-1.4.0 port won't install/deinstall on 4.9

2004-10-23 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 15:07, John Adams wrote: Hi, folks, I'm having trouble with accessibility/atk-1.4.0 on a 4.9 installation. Both portinstall and portupgrade tell me that make: don't know how to make all-depends-list. Stop ** Makefile of 'accessibility/atk' is possibly broken:

Re: accessibility/atk-1.4.0 port won't install/deinstall on 4.9

2004-10-23 Thread John Adams
On Oct 23, 2004, at 3:15 PM, Joe Marcus Clarke wrote: On Sat, 2004-10-23 at 15:07, John Adams wrote: I'm having trouble with accessibility/atk-1.4.0 on a 4.9 installation. Make sure you're cvsup'ing ports-all, and that you do not have a refuse file excluding the accessibility category. Aha! My

port to install

2002-11-27 Thread adrian kok
Hi all I am checking the php in ports is ver 3.23 how can I install ver 3.22 thank you ___ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: port to install

2002-11-27 Thread Jack L. Stone
At 06:23 AM 11.28.2002 +0800, adrian kok wrote: Hi all I am checking the php in ports is ver 3.23 how can I install ver 3.22 thank you A couple of ways: 1) pkg_delete name of pkg 2) got to /usr/ports/php_dir3.22 3) make install clean ...or, use portupgrade utility which does it all for you.

Re: port to install

2002-11-27 Thread Jack L. Stone
At 04:33 PM 11.27.2002 -0600, Jack L. Stone wrote: At 06:23 AM 11.28.2002 +0800, adrian kok wrote: Hi all I am checking the php in ports is ver 3.23 how can I install ver 3.22 thank you A couple of ways: 1) pkg_delete name of pkg 2) got to /usr/ports/php_dir3.22 3) make install clean ...or,

Re: port to install

2002-11-27 Thread Jack L. Stone
At 06:23 AM 11.28.2002 +0800, adrian kok wrote: Hi all I am checking the php in ports is ver 3.23 how can I install ver 3.22 thank you My mistake. Never mind my earlier message which I mis-read your need for OLDER port. I see you want an older port and no indication that you have any version

Re: wordperfect tarfile needed to port to install: missing?

2002-11-20 Thread paul beard
Beech Rintoul wrote: From what I understand Corel is getting totally out of unix/linux. The dist. may no longer be available. You might want to consider one of the other office packages. Their site claims otherwise, from what I saw this AM. All I need is to open a wordperfect file, so

Re: wordperfect tarfile needed to port to install: missing?

2002-11-20 Thread David Varieur
On Wed, 20 Nov 2002 12:14:28 -0800 paul beard [EMAIL PROTECTED] wrote: Beech Rintoul wrote: From what I understand Corel is getting totally out of unix/linux. The dist. may no longer be available. You might want to consider one of the other office packages. Their

Re: wordperfect tarfile needed to port to install: missing?

2002-11-20 Thread paul beard
David Varieur wrote: Google is your friend. GUILG00.GZ ftp yields this link on the second result. http://www.linuxmafia.com/wpfaq/downloadwp8.html Of course it does: I cannot brain today. Thanks for doing it for me. -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [