Re: Error: Unable to determine location of a macOS SDK.

2018-10-06 Thread Joshua Root
On 2018-10-7 11:04 , Ken Cunningham wrote: > Error: Unable to execute port: can't read "configure.sdkroot": Unable to > determine location of a macOS SDK. > > > > > This is happening because the command line tools aren’t installed, and > there is no installed SDK that is named MacOSX10.13.sdk:

Error: Unable to determine location of a macOS SDK.

2018-10-06 Thread Ken Cunningham
Brand new installation of High Sierra, installed Xcode from App Store, opened it, installed MacPorts from installer. Then: $ sudo port selfupdate ---> Updating MacPorts base sources using rsync MacPorts base version 2.5.4 installed, MacPorts base version 2.5.4 downloaded. ---> Updating the

Re: qreduce

2018-10-06 Thread Rainer Müller
On 2018-10-06 22:39, Mark Brethen wrote: > One advantage of the subport, it wouldn’t require fetching another copy of > the 270+ mb source file, but I could use svn to fetch just the qreduce source. If you use separate ports, you can use a common dist_subdir in both to share the distfile.

Re: qreduce

2018-10-06 Thread Mark Brethen
One advantage of the subport, it wouldn’t require fetching another copy of the 270+ mb source file, but I could use svn to fetch just the qreduce source. Mark Brethen mark.bret...@gmail.com > On Oct 6, 2018, at 3:14 PM, Michael Dickens wrote: > > You can do whatever you want in a subport,

Re: qreduce

2018-10-06 Thread Michael Dickens
You can do whatever you want in a subport, and it is executed just for that subport. You can have different subports in the same file with entirely different dependencies, descriptions, livecheck, build, etc; I don't recommend doing this, but if there's justification then one can do it. - MLD

Re: qreduce

2018-10-06 Thread Mark Brethen
Reduce, libreduce and PySide are required to build and run qreduce. Can you override dependancies in a subport? Mark Brethen mark.bret...@gmail.com > On Oct 6, 2018, at 2:45 PM, Michael Dickens wrote: > > Hi Mark - Do they have the same basic description, dependencies, homepage, > and

Re: qreduce

2018-10-06 Thread Michael Dickens
Hi Mark - Do they have the same basic description, dependencies, homepage, and build requirements? If so, then a subport could work. If any of these are significantly different, then I'd recommend not doing a subport. My US$0.02 worth ... - MLD On Sat, Oct 6, 2018, at 3:41 PM, Mark Brethen

qreduce

2018-10-06 Thread Mark Brethen
I’m working on a port qreduce-devel. This is a Qt-based worksheet GUI (written in python) for Reduce UNDER DEVELOPMENT. Would this be suited as a separate port or is it considered a sub-port of reduce? BTW the source is packaged with the reduce source. Mark Brethen mark.bret...@gmail.com

Re: copying directories

2018-10-06 Thread Mark Brethen
Ah, but "cp -RL …” does. Mark Brethen mark.bret...@gmail.com > On Oct 6, 2018, at 10:53 AM, Ryan Schmidt wrote: > > > > On Oct 6, 2018, at 10:46, Mark Brethen wrote: > >> When using copy on a directory I noticed that any links inside are copied >> instead of the linked file and so I end

Re: copying directories

2018-10-06 Thread Ryan Schmidt
On Oct 6, 2018, at 10:46, Mark Brethen wrote: > When using copy on a directory I noticed that any links inside are copied > instead of the linked file and so I end up with dead links after install. Is > it acceptable to use System “cp …” during destroot, which does follow the > link, in

copying directories

2018-10-06 Thread Mark Brethen
When using copy on a directory I noticed that any links inside are copied instead of the linked file and so I end up with dead links after install. Is it acceptable to use System “cp …” during destroot, which does follow the link, in this case? Mark Brethen mark.bret...@gmail.com