Re: Error : page Ports - Working with Ports

2017-11-07 Thread Dutch Ingraham
On Tue, Nov 07, 2017 at 01:09:02PM +0100, Stephane HUC "PengouinBSD" wrote: > I'm not going to submit a diff when I'm trying to understand if what i'm > higlighting it's normal... really, sorry! You might be surprised at how much you learn about an issue, and refining your thoughts, by preparing

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Stephane HUC "PengouinBSD"
(...) > This will: > > a) indicate clearly what you are talking about without you having to >scramble to explain what you mean > b) force you to propose a solution, so it's easy to understand what you >think is wrong > c) allow me (or someone else) to apply, tweak and commit the fix if it

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Christoph R. Murauer
Quote from the FAQ. Summary: Some ports are split into several packages. make install will only install the main subpackage. To list the different packages built by a port, use: $ make show=PKGNAMES make install will only install the main subpackage. To install them all, use: $ make install-all

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Theo Buehler
On Tue, Nov 07, 2017 at 12:41:22PM +0100, Stephane HUC "PengouinBSD" wrote: > > > Le 11/07/17 à 12:34, Rodrigo Mosconi a écrit : > (...) > >> " > >> By twice: "make install will only install the main subpackage". Normal? > >> > > > > [make install] is a command that is writen in the shell.

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Stephane HUC "PengouinBSD"
Le 11/07/17 à 12:34, Rodrigo Mosconi a écrit : (...) >> " >> By twice: "make install will only install the main subpackage". Normal? >> > > [make install] is a command that is writen in the shell. realize that is > in mono-spaced font, so it is something from terminal > > I'm sorry, but you

Re: Error : page Ports - Working with Ports

2017-11-07 Thread Rodrigo Mosconi
2017-11-07 9:25 GMT-02:00 Stephane HUC "PengouinBSD" : > Hi, all... > > Into page "Ports - Working with Ports", in "Using flavors and > subpackages" section, > https://www.openbsd.org/faq/ports/ports.html#PortsFlavors > > It's wrote: > " Summary: Some ports are split into

Error : page Ports - Working with Ports

2017-11-07 Thread Stephane HUC "PengouinBSD"
Hi, all... Into page "Ports - Working with Ports", in "Using flavors and subpackages" section, https://www.openbsd.org/faq/ports/ports.html#PortsFlavors It's wrote: " Summary: Some ports are split into several packages. make install will only install the main subpackage. To list the different