port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Steve Franks
Obviously, 'make clean' doesn't reset the configure screen.  Don't know why.

I recall there was a faster way to fix this than 'portsnap extract'
but I'll be damned if I can remember, and the ports section of the
handbook doesn't even mention configure dialogs...

I'd love to add a snippet to the handbook to cover this, but the last
time I made an offer like that on [EMAIL PROTECTED], it appears to have gone
into dev/null...

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


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread James
On 10/28/07, Steve Franks <[EMAIL PROTECTED]> wrote:
>
> Obviously, 'make clean' doesn't reset the configure screen.  Don't know
> why.
>
> I recall there was a faster way to fix this than 'portsnap extract'
> but I'll be damned if I can remember, and the ports section of the
> handbook doesn't even mention configure dialogs...
>
> I'd love to add a snippet to the handbook to cover this, but the last
> time I made an offer like that on [EMAIL PROTECTED], it appears to have gone
> into dev/null...
>
> Steve
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>



You're not talking about "make configure", are you?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Steve Franks
>
> You're not talking about "make configure", are you?
>

I tried 'make configure', but that just throws the same error back at
me: 'blah can't continue because of conflicting options'.

Is there a make configure clean?

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


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Erik Trulsson
On Sun, Oct 28, 2007 at 10:13:24AM -0700, Steve Franks wrote:
> Obviously, 'make clean' doesn't reset the configure screen.  Don't know why.

Because it is not designed to do that.

> 
> I recall there was a faster way to fix this than 'portsnap extract'
> but I'll be damned if I can remember, and the ports section of the
> handbook doesn't even mention configure dialogs...

'make rmconfig' should remove a previously set configuration.
'make config' should display the configscreen again if it had already been
set before.

These are described in the ports(7) manpage (which contains lots of useful
information regarding the ports system - not least the BUGS section. :-))

> 
> I'd love to add a snippet to the handbook to cover this, but the last
> time I made an offer like that on [EMAIL PROTECTED], it appears to have gone
> into dev/null...
> 


-- 

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


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Yuri Pankov

On Sun, 2007-10-28 at 10:13 -0700, Steve Franks wrote:
> Obviously, 'make clean' doesn't reset the configure screen.  Don't know why.
> 
> I recall there was a faster way to fix this than 'portsnap extract'
> but I'll be damned if I can remember, and the ports section of the
> handbook doesn't even mention configure dialogs...
> 
> I'd love to add a snippet to the handbook to cover this, but the last
> time I made an offer like that on [EMAIL PROTECTED], it appears to have gone
> into dev/null...
> 
> Steve

It's documented in ports(7) manpage. Search for config(-*) targets (you
want just `make config`, I guess).


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


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Steve Franks
so where, phyisically, on the disk, does the data from make config go
then?  I looked in /. after make clean, and it's as clean as
fresh snow...

Steve

On 10/28/07, Erik Trulsson <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 28, 2007 at 10:13:24AM -0700, Steve Franks wrote:
> > Obviously, 'make clean' doesn't reset the configure screen.  Don't know why.
>
> Because it is not designed to do that.
>
> >
> > I recall there was a faster way to fix this than 'portsnap extract'
> > but I'll be damned if I can remember, and the ports section of the
> > handbook doesn't even mention configure dialogs...
>
> 'make rmconfig' should remove a previously set configuration.
> 'make config' should display the configscreen again if it had already been
> set before.
>
> These are described in the ports(7) manpage (which contains lots of useful
> information regarding the ports system - not least the BUGS section. :-))
>
> >
> > I'd love to add a snippet to the handbook to cover this, but the last
> > time I made an offer like that on [EMAIL PROTECTED], it appears to have gone
> > into dev/null...
> >
>
>
> --
> 
> Erik Trulsson
> [EMAIL PROTECTED]
>


-- 
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread John Nielsen
On Sunday 28 October 2007, Steve Franks wrote:
> so where, phyisically, on the disk, does the data from make config go
> then?  I looked in /. after make clean, and it's as clean as
> fresh snow...

It goes in /var/db/ports

JN

> On 10/28/07, Erik Trulsson <[EMAIL PROTECTED]> wrote:
> > On Sun, Oct 28, 2007 at 10:13:24AM -0700, Steve Franks wrote:
> > > Obviously, 'make clean' doesn't reset the configure screen.  Don't
> > > know why.
> >
> > Because it is not designed to do that.
> >
> > > I recall there was a faster way to fix this than 'portsnap extract'
> > > but I'll be damned if I can remember, and the ports section of the
> > > handbook doesn't even mention configure dialogs...
> >
> > 'make rmconfig' should remove a previously set configuration.
> > 'make config' should display the configscreen again if it had already
> > been set before.
> >
> > These are described in the ports(7) manpage (which contains lots of
> > useful information regarding the ports system - not least the BUGS
> > section. :-))
> >
> > > I'd love to add a snippet to the handbook to cover this, but the last
> > > time I made an offer like that on [EMAIL PROTECTED], it appears to have
> > > gone into dev/null...
> >
> > --
> > 
> > Erik Trulsson
> > [EMAIL PROTECTED]


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


Re: port xyz: the grey screen with all the checkboxes is wrong and won't come back

2007-10-28 Thread Erik Trulsson
On Sun, Oct 28, 2007 at 10:41:23AM -0700, Steve Franks wrote:
> so where, phyisically, on the disk, does the data from make config go
> then?  I looked in /. after make clean, and it's as clean as
> fresh snow...

/var/db/ports/

> 
> Steve
> 
> On 10/28/07, Erik Trulsson <[EMAIL PROTECTED]> wrote:
> > On Sun, Oct 28, 2007 at 10:13:24AM -0700, Steve Franks wrote:
> > > Obviously, 'make clean' doesn't reset the configure screen.  Don't know 
> > > why.
> >
> > Because it is not designed to do that.
> >
> > >
> > > I recall there was a faster way to fix this than 'portsnap extract'
> > > but I'll be damned if I can remember, and the ports section of the
> > > handbook doesn't even mention configure dialogs...
> >
> > 'make rmconfig' should remove a previously set configuration.
> > 'make config' should display the configscreen again if it had already been
> > set before.
> >
> > These are described in the ports(7) manpage (which contains lots of useful
> > information regarding the ports system - not least the BUGS section. :-))
> >
> > >
> > > I'd love to add a snippet to the handbook to cover this, but the last
> > > time I made an offer like that on [EMAIL PROTECTED], it appears to have 
> > > gone
> > > into dev/null...
> > >
> >



-- 

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