Re: Recover Make ARG's from a ports Install

2007-03-13 Thread RW
On Mon, 12 Mar 2007 22:39:20 -0400 Randy Pratt [EMAIL PROTECTED] wrote: There is already a mechanism in place for this: /usr/local/etc/pkgtools.conf It better to put the configuaration in make.conf so it's seen by the ports system itself. ports-mgmt/portconf can simplify this The

Recover Make ARG's from a ports Install

2007-03-12 Thread Alexander Schlichting
On a server I have a package installed using ports and now I have to install the package with exactly the same make arguments on another server. I just don't find a way to see what arguments where used to install it the first time. With Linux I would look into config.status is there something

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Roger Olofsson
Hello Alexander, There's /var/db/ports/name of port for the result of make configure, if that is what you mean? Otherwise most ports should have their .conf and other settings in /usr/local/etc. Good luck! Alexander Schlichting skrev: On a server I have a package installed using ports

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Roland Smith
On Mon, Mar 12, 2007 at 08:18:25AM +0100, Alexander Schlichting wrote: On a server I have a package installed using ports and now I have to install the package with exactly the same make arguments on another server. I just don't find a way to see what arguments where used to install it the

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Derek Ragona
If you look below the port directory, there is a work directory and in that a directory where the actual files are configured and Make files created named for the port and version. In that directory is a file called: config.log This file at the top has the actual configure line used.

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Parv
in message [EMAIL PROTECTED], wrote Alexander Schlichting thusly... On a server I have a package installed using ports and now I have to install the package with exactly the same make arguments on another server. I just don't find a way to see what arguments where used to install it the first

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Randy Pratt
On Mon, 12 Mar 2007 20:15:20 -0400 Parv [EMAIL PROTECTED] wrote: in message [EMAIL PROTECTED], wrote Alexander Schlichting thusly... On a server I have a package installed using ports and now I have to install the package with exactly the same make arguments on another server. I just

Re: Recover Make ARG's from a ports Install

2007-03-12 Thread Parv
in message [EMAIL PROTECTED], wrote Randy Pratt thusly... On Mon, 12 Mar 2007 20:15:20 -0400 Parv [EMAIL PROTECTED] wrote: in message [EMAIL PROTECTED], wrote Alexander Schlichting thusly... On a server I have a package installed using ports and now I have to install the package