Re: how to cancel packages

2009-03-18 Thread Robert Whamond
On Wed, 18 Mar 2009, szhou wrote:
>Hi, All
>I want to install ipsec-tools in FreeBSD6.3. I click command "make
>install" in directory"/usr/ports/security/ipsec-tools/", and i select
>all packages in prompted window. while the installation failed,
>because the kernel do not support one package.
>I want to install ipsec-tools without the specific package. Can anyone
>point me how to cancel the selected package? So that i can install it
>again.
>Thanks a lot!
>Shirley Zhou
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

cd /usr/ports/security/ipsec-tools/
make config
make install
-- 
Rob Whamond
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: how to cancel packages

2009-03-18 Thread Vasile Cristescu
On Wednesday 18 March 2009 10:23:20 szhou wrote:
>Hi, All
>I want to install ipsec-tools in FreeBSD6.3. I click command "make
>install" in directory"/usr/ports/security/ipsec-tools/", and i select
>all packages in prompted window. while the installation failed,
>because the kernel do not support one package.
>I want to install ipsec-tools without the specific package. Can anyone
>point me how to cancel the selected package? So that i can install it
>again.
>Thanks a lot!
>Shirley Zhou
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

Hello,

cd /usr/ports/security/ipsec-tools/
make rmconfig install clean

-- 
"Mr. Corleone is a man who insists on hearing bad news at once."
-- Tom Hagen, "Chapter 1", page 62


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


Re: how to cancel packages

2009-03-18 Thread Wojciech Puchar

make config

On Wed, 18 Mar 2009, szhou wrote:



  Hi, All
  I want to install ipsec-tools in FreeBSD6.3. I click command "make
  install" in directory"/usr/ports/security/ipsec-tools/", and i select
  all packages in prompted window. while the installation failed,
  because the kernel do not support one package.
  I want to install ipsec-tools without the specific package. Can anyone
  point me how to cancel the selected package? So that i can install it
  again.
  Thanks a lot!
  Shirley Zhou
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"



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


Re: how to cancel packages

2009-03-18 Thread "Remorque"
On Wed, Mar 18, 2009 at 11:23 AM, szhou  wrote:

>
>   Hi, All
>   I want to install ipsec-tools in FreeBSD6.3. I click command "make
>   install" in directory"/usr/ports/security/ipsec-tools/", and i select
>   all packages in prompted window. while the installation failed,
>   because the kernel do not support one package.
>   I want to install ipsec-tools without the specific package. Can anyone
>   point me how to cancel the selected package? So that i can install it
>   again.


cd /usr/ports/security/ipsec-tools/
make rmconfig
make config # select what you want
make install clean


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"The only time a woman really succeeds in changing a man is when he is a
baby."
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"