Finding out which options you used when compiling a package?

2006-08-15 Thread Chris
Is there anyway to find out which defines you decleared on the make line 
you used to compile a port or the menu options you used for ports that 
pop up a define menu?


Chris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Finding out which options you used when compiling a package?

2006-08-15 Thread Lowell Gilbert
Chris [EMAIL PROTECTED] writes:

 Is there anyway to find out which defines you decleared on the make
 line you used to compile a port or the menu options you used for ports
 that pop up a define menu?

For the former: no, not in general.
For the latter: if it is a ports system config, then make showconfig
(see man ports) will show you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Finding out which options you used when compiling a package?

2006-08-15 Thread Derek Ragona

for most ports:
make config

will bring up the configuration with the last used options selected.

-Derek


At 01:45 PM 8/15/2006, Chris wrote:
Is there anyway to find out which defines you decleared on the make line 
you used to compile a port or the menu options you used for ports that pop 
up a define menu?


Chris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Finding out which options you used when compiling a package?

2006-08-15 Thread Parv
in message [EMAIL PROTECTED], wrote Chris thusly...

 Is there anyway to find out which defines you decleared on the
 make line you used to compile a port

Create a wrapper around make which records the command and/or
options before actually calling make.

Add a few things like logging the make output, showing last few
lines of the log on a failure, seeing the last used
options|commands, etc. to have something like this, mostly
uncommented, script ...

  http://www103.pair.com/parv/comp/src/sh/port-make


  - Parv

-- 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]