Re: Port GUI Config

2007-11-14 Thread Manolis Kiagias


Donovan R. Palmer wrote:
 I went to compile a programme in the port tree tonight. When I did so, a GUI 
 popped up with different options. No probs.  However, later I decided I 
 wanted to compile it with different options. When I go to compile it, the GUI 
 doesn't pop up any more, so I assume it is using the options I picked out in 
 the first place.  Is there a way to bring back this GUI so I can select 
 different options? TIA
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



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


Re: Port GUI Config

2007-11-14 Thread Philip M. Gollucci
Donovan R. Palmer wrote:
 I went to compile a programme in the port tree tonight. When I did so, a GUI 
 popped up with different options. No probs.  However, later I decided I 
 wanted to compile it with different options. When I go to compile it, the GUI 
 doesn't pop up any more, so I assume it is using the options I picked out in 
 the first place.  Is there a way to bring back this GUI so I can select 
 different options? TIA
make config

et al:
make showconfig
make rmconfig
make rmconfig-recursive
make config-recursive

see /usr/ports/Mk/bsd.port.mk its very well documented.



-- 

Philip M. Gollucci ([EMAIL PROTECTED])
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: Port GUI Config

2007-11-14 Thread Bahman M.
On 2007-11-14 Donovan R. Palmer wrote:
 I went to compile a programme in the port tree tonight. When I did
 so, a GUI popped up with different options. No probs.  However, later
 I decided I wanted to compile it with different options. When I go to
 compile it, the GUI doesn't pop up any more, so I assume it is using
 the options I picked out in the first place.  Is there a way to bring
 back this GUI so I can select different options? TIA

Check out /usr/ports/Mk/bsd.port.mk which explains all generic make
switches of the ports system.

Anyway, as a quick help,
# make rmconfig
will do what you want.

-- 
Bahman Movaqar

Give me six lines written by the most honourable of men, and I will
find an excuse in them to hang him.
-Cardinal Richelieu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Port GUI Config

2007-11-14 Thread Barry Byrne
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Donovan R. Palmer
 Sent: 14 November 2007 20:19
 To: freebsd-questions@freebsd.org
 Subject: Port GUI Config
 
 I went to compile a programme in the port tree tonight. When 
 I did so, a GUI popped up with different options. No probs.  
 However, later I decided I wanted to compile it with 
 different options. When I go to compile it, the GUI doesn't 
 pop up any more, so I assume it is using the options I picked 
 out in the first place.  Is there a way to bring back this 
 GUI so I can select different options? TIA 

You probably want to do:

make config

 - barry

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


Re: Port GUI Config

2007-11-14 Thread Bahman M.
On 2007-11-14 Donovan R. Palmer wrote:
 I went to compile a programme in the port tree tonight. When I did
 so, a GUI popped up with different options. No probs.  However, later
 I decided I wanted to compile it with different options. When I go to
 compile it, the GUI doesn't pop up any more, so I assume it is using
 the options I picked out in the first place.  Is there a way to bring
 back this GUI so I can select different options? TIA

Check out /usr/ports/Mk/bsd.port.mk which explains all generic make
switches of the ports system.

But as a quick help,
# make rmconfig
will do what you asked about.

-- 
Bahman Movaqar

Give me six lines written by the most honourable of men, and I will
find an excuse in them to hang him.
-Cardinal Richelieu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]