Re: Cleaning port config options

2004-12-14 Thread Joshua Lokken
On Mon, 13 Dec 2004 10:38:17 -0500, Robert Fitzpatrick
[EMAIL PROTECTED] wrote:
 I was installing the mail/dspam port and the selection of options
 appeared for configuration, then after selecting, the configuration
 stopped with an error that I had selected too many back-end options. I
 did 'make distclean' and 'make clean', but the options list will not
 appear again for me to alter the configuration options. How do I do
 this?

# rm /var/db/ports/portname/options 


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


Cleaning port config options

2004-12-13 Thread Robert Fitzpatrick
I was installing the mail/dspam port and the selection of options
appeared for configuration, then after selecting, the configuration
stopped with an error that I had selected too many back-end options. I
did 'make distclean' and 'make clean', but the options list will not
appear again for me to alter the configuration options. How do I do
this?

-- 
Robert

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


Re: Cleaning port config options

2004-12-13 Thread Miguel Mendez
On Mon, 13 Dec 2004 10:38:17 -0500
Robert Fitzpatrick [EMAIL PROTECTED] wrote:

Hi,

 I was installing the mail/dspam port and the selection of options
 appeared for configuration, then after selecting, the configuration
 stopped with an error that I had selected too many back-end options. I
 did 'make distclean' and 'make clean', but the options list will not
 appear again for me to alter the configuration options. How do I do
 this?

make rmconfig

Cheers,
-- 
Miguel Mendez [EMAIL PROTECTED] | lea gfx_lib(pc),a1
http://www.energyhq.es.eu.org| moveq   #0,d0
PGP Key: 0xDC8514F1  | move.l  4.w,a6
Note: All HTML mail goes to /dev/null| jsr -552(a6)



pgpPVDzqxwTVQ.pgp
Description: PGP signature


Re: Cleaning port config options

2004-12-13 Thread Robert Fitzpatrick
On Mon, 2004-12-13 at 11:00, Miguel Mendez wrote:
  I was installing the mail/dspam port and the selection of options
  appeared for configuration, then after selecting, the configuration
  stopped with an error that I had selected too many back-end options. I
  did 'make distclean' and 'make clean', but the options list will not
  appear again for me to alter the configuration options. How do I do
  this?
 
 make rmconfig
 

Thanks, I've tried this as well with no luck. I did 'make distclean',
then 'make rmconfig', then 'make rmconfig' again to have it say no user
settings were found. Then I do make and leave all default make settings,
it gives me the same error:

===   dspam-3.2.3.20041203.1245 depends on file:
/usr/local/bin/libtool15 - found
===   dspam-3.2.3.20041203.1245 depends on shared library: ecpg.4 -
found
===   dspam-3.2.3.20041203.1245 depends on shared library: sqlite.2 -
found
===  Configuring for dspam-3.2.3.20041203.1245


You can use one and only one database back-end at once.
*** Error code 1

Can there possibly be anything else not getting cleaned up?

-- 
Robert

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


Re: Cleaning port config options

2004-12-13 Thread Lowell Gilbert
Robert Fitzpatrick [EMAIL PROTECTED] writes:

 I was installing the mail/dspam port and the selection of options
 appeared for configuration, then after selecting, the configuration
 stopped with an error that I had selected too many back-end options. I
 did 'make distclean' and 'make clean', but the options list will not
 appear again for me to alter the configuration options. How do I do
 this?

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


Re: Cleaning port config options

2004-12-13 Thread Dan Kilbourne
Robert Fitzpatrick extolled:
 On Mon, 2004-12-13 at 11:00, Miguel Mendez wrote:
 
 Can there possibly be anything else not getting cleaned up?
 
 -- 
 Robert
 


Did you look in /var/db/ports/ ?

There may be something in there that is missed by make rmconfig


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