Re: make configure vs first make

2007-11-11 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Le Cocq Michel wrote: Hello all, I know the question has been ask many times, but I don't understand why some times if I build a port with make install and then remove it with pkg_delete and make clean make clean-depends I can't obtain again

Re: make configure vs first make

2007-11-11 Thread Le Cocq Michel
Matthew Seaman a écrit : That's because you need to do: make config which has a very different effect to 'make configure.' Matthew can you explain the != ? thanks Michel ___ freebsd-questions@freebsd.org mailing list

Re: make configure vs first make

2007-11-11 Thread [LoN]Kamikaze
Le Cocq Michel wrote: Matthew Seaman a écrit : That's because you need to do: make config which has a very different effect to 'make configure.' Matthew can you explain the != ? thanks Michel make configure runs the configure build stage if the port has one. make config

Re: make configure vs first make

2007-11-11 Thread Le Cocq Michel
[LoN]Kamikaze a écrit : make configure runs the configure build stage if the port has one. make config calls the config dialogue is there a way to entirely clean a ports or remove config file to obtain the config dialog at the next make or make install M

Re: make configure vs first make

2007-11-11 Thread Le Cocq Michel
Le Cocq Michel a écrit : is there a way to entirely clean a ports or remove config file to obtain the config dialog at the next make or make install it's written in man 7 ports thanks M ___ freebsd-questions@freebsd.org mailing list

Re: make configure vs first make

2007-11-11 Thread Wojciech Puchar
because you have to type make config On Sun, 11 Nov 2007, Le Cocq Michel wrote: Hello all, I know the question has been ask many times, but I don't understand why some times if I build a port with make install and then remove it with pkg_delete and make clean make clean-depends I can't

Re: make configure vs first make

2007-11-11 Thread Wojciech Puchar
is there a way to entirely clean a ports or remove config file to obtain the config dialog at the next make or make install rm -rf /var/db/ports for removing configs of everything or rm -rf /var/db/ports/someport it doesn't affect already installed ports, just building process

Re: make configure vs first make

2007-11-11 Thread Chuck Robey
[LoN]Kamikaze wrote: Le Cocq Michel wrote: Matthew Seaman a écrit : That's because you need to do: make config which has a very different effect to 'make configure.' Matthew can you explain the != ? thanks Michel make configure runs the configure build stage if the port has