Re: Configuring options/knobs without `make config`

2017-07-31 Thread Jonathan Chen
On 1 August 2017 at 08:16, Morse, Richard E.,MGH wrote: > On Jul 31, 2017, at 4:06 PM, Jonathan Chen wrote: >> >> Here's a quick run down on the change: >> https://forums.freebsd.org/threads/52871/ >> >> The portconf features have been baked into the ports system, and you >> can set/unset option

Re: Configuring options/knobs without `make config`

2017-07-31 Thread Morse, Richard E.,MGH
On Jul 31, 2017, at 4:06 PM, Jonathan Chen wrote: > > Here's a quick run down on the change: > https://forums.freebsd.org/threads/52871/ > > The portconf features have been baked into the ports system, and you > can set/unset options within /etc/make.conf, eg: > > graphics_atril_SET=

Re: Configuring options/knobs without `make config`

2017-07-31 Thread Jonathan Chen
On 1 August 2017 at 07:50, Morse, Richard E.,MGH wrote: > Hi! I used to use portconf on the machine this is going to be replacing, but > it seemed like there were changes to the way the port system worked between > 8.4 and 11, and I couldn’t find anything that documented how to properly set > u

Re: Configuring options/knobs without `make config`

2017-07-31 Thread Morse, Richard E.,MGH
Hi! I used to use portconf on the machine this is going to be replacing, but it seemed like there were changes to the way the port system worked between 8.4 and 11, and I couldn’t find anything that documented how to properly set up portconf for the new “options” stuff, in place of the old “WITH

Re: Configuring options/knobs without `make config`

2017-07-28 Thread Chris Rees
___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Configuring options/knobs without `make config`

2017-07-27 Thread Thomas Mueller
from Kevin Oberman: > On Thu, Jul 27, 2017 at 7:36 AM, Morse, Richard E.,MGH < > remo...@mgh.harvard.edu> wrote: > > Hi! I’m trying to document the setup of a new system, and I’m finding it > > really complicated to document exactly which options I choose for various > > ports. > > I

Re: Configuring options/knobs without `make config`

2017-07-27 Thread Dewayne Geraghty
Oops. I forgot to mention that you would use portmaster this way /usr/local/sbin/portmaster -m "commands to pass" $CATEGORY/$PORT which I use for other tasks, as explained earlier. For example portmaster -m 'WITH="SQLITE LDAP" WITHOUT="DIGEST IPV6"' $CAT/$PORT Note: -m "" can not be issued multip

Re: Configuring options/knobs without `make config`

2017-07-27 Thread Dewayne Geraghty
Richard, I'm unsure of how you're planning on using the information, perhaps these suggestions may help: To examine what options are available, chosen or rejected (note: the value of CATEGORY and PORT must be in lowercase): make -C /usr/ports/$CATEGORY/$PORT -VPORT_OPTIONS -VSELECTED_OPTIONS -VDES

Re: Configuring options/knobs without `make config`

2017-07-27 Thread Kevin Oberman
On Thu, Jul 27, 2017 at 7:36 AM, Morse, Richard E.,MGH < remo...@mgh.harvard.edu> wrote: > Hi! I’m trying to document the setup of a new system, and I’m finding it > really complicated to document exactly which options I choose for various > ports. > > I was wondering if there is some magic comman