Re: Xcode 11?

2019-09-20 Thread Richard L. Hamilton
Have tickets been filed, and/or is someone working on that? Any ETA for when it'll be safe to install Xcode 11 as default? (I suppose one can keep a copy of existing Xcode under a different name, and use xcode-select to pick which to use?) > On Sep 20, 2019, at 23:51, Andrew Udvare wrote: > >

Re: Xcode 11?

2019-09-20 Thread Andrew Udvare
It breaks some core ports like m4 and findutils Sent from my iPhone > On Sep 20, 2019, at 23:42, Richard L. Hamilton wrote: > > I see the update to Xcode 11 just came out recently. Is it ok to accept it, > or will it break updating some ports, or do we even know yet? If we don't, > please

Xcode 11?

2019-09-20 Thread Richard L. Hamilton
I see the update to Xcode 11 just came out recently. Is it ok to accept it, or will it break updating some ports, or do we even know yet? If we don't, please report as we find out. :-)

MacPorts 2.6.0 has been released

2019-09-20 Thread Joshua Root
The MacPorts Project is happy to announce that the 2.6.0 version has now been released. It is available via the usual methods: - selfupdate if you already have MacPorts installed - package installers for 10.14 [1], 10.13 [2], 10.12 [3], 10.11 [4], 10.10 [5], 10.9 [6], 10.8 [7], 10.7 [8], 10.6

Re: Using outside values in a Portfile tcl

2019-09-20 Thread Steven Smith
> obviously, my system isn’t called host.domain.tld or the relayhost > mymailrelay.tld. Please refer to `port notes mail-server`: “Users must reconfigure this installation for their own system, network, and security model specifics by editing all necessary files and checking file permissions.”

Re: Using outside values in a Portfile tcl

2019-09-20 Thread Ryan Schmidt
On Sep 20, 2019, at 10:37, Gerben Wierda wrote: > The mail-server Portfile has this in it: > > # Network configuration > # hard-coded examples > set host host > set domaindomain > set tld tld > set fullhost ${host}.${domain}.${tld} > set

Re: Portfile question (actually, tcl question)

2019-09-20 Thread Ryan Schmidt
On Sep 20, 2019, at 15:42, Gerben Wierda wrote: > On 20 Sep 2019, at 18:29, Dr M J Carter wrote: > >> On Fri, Sep 20, 2019 at 05:33:02PM +0200, Gerben Wierda wrote: >>> I’m new to tcl, so maybe this is simple, but I haven’t been able to solve >>> it. >>> >>> startupitem.start "[vari

Re: Portfile question (actually, tcl question)

2019-09-20 Thread Gerben Wierda
> On 20 Sep 2019, at 18:29, Dr M J Carter > wrote: > > On Fri, Sep 20, 2019 at 05:33:02PM +0200, Gerben Wierda wrote: >> I’m new to tcl, so maybe this is simple, but I haven’t been able to solve >> it. >> >> startupitem.start "[variant_isset "withdnsserver"] ? "port load >> dns-serve

Using outside values in a Portfile tcl

2019-09-20 Thread Gerben Wierda
The mail-server Portfile has this in it: # Network configuration # hard-coded examples set hosthost set domain domain set tld tld set fullhost${host}.${domain}.${tld} set domaintld ${domain}.${tld} set HOST[string t

Portfile question (actually, tcl question)

2019-09-20 Thread Gerben Wierda
I’m new to tcl, so maybe this is simple, but I haven’t been able to solve it. I want to do something like this: startupitem.start "[variant_isset "withdnsserver"] ? "port load dns-server\n\t" : "" ] port load clamav-server \tport load apache-solr8 \tport load redis \tport load dcc \tport lo