Re: html and postscript viewer

2016-04-01 Thread Ryan Schmidt
> On Apr 1, 2016, at 23:03, Mark Brethen wrote: > > I’ve run into a snag building calculix. glut and libSNL are libraries that > calculix uses. I set > > "compiler.whitelist macports-gcc-4.9” > > per the developers instructions. Why? We usually do not want to

Re: html and postscript viewer

2016-04-01 Thread Ryan Schmidt
On Apr 1, 2016, at 19:03, Mark Brethen wrote: > > Would someone look at the patch file and comment if okay or needs changes. You should remove -L/usr/X11R6/lib; we don't want to get any libraries from there. We want to use the versions installed in ${prefix} by

Re: html and postscript viewer

2016-04-01 Thread Mark Brethen
Would someone look at the patch file and comment if okay or needs changes. Thanks patch-cgx-build.diff Description: Binary data > On Mar 30, 2016, at 9:39 PM, Ryan Schmidt wrote: > > On Mar 30, 2016, at 21:17, Mark Brethen wrote: >> >> I suppose these launch

Re: Languishing GPSD Update

2016-04-01 Thread Brandon Allbery
On Fri, Apr 1, 2016 at 5:16 PM, Fred Wright wrote: > Actually, that specific problem is fixed by the switch to 'python2' in the > shebang lines in 3.16, but then you need to have a 'python2'. > As you were told, the correct fix is to depend on a specific Python version *and

Re: Languishing GPSD Update

2016-04-01 Thread Fred Wright
On Mon, 22 Feb 2016, Mojca Miklavec wrote: > On 22 February 2016 at 01:56, Fred Wright wrote: > > On Wed, 10 Feb 2016, Fred Wright wrote: > >> On Sat, 6 Feb 2016, Fred Wright wrote: > >> > >> > It's been 3 weeks since I posted patches to update gpsd to 3.16 (ticket > >> > #50288), fixing #47739

Re: PortGroup directory hierarchy/priority

2016-04-01 Thread René J . V . Bertin
On Friday April 01 2016 15:18:08 Rainer Müller wrote: > On 2016-03-31 22:36, René J. V. Bertin wrote: > Just use a subversion checkout, replace the file and leave it in > modified, uncommitted state. You will still get all other changes with > 'svn up'. True. Still, not ideal (and svn is SLOW).

Re: PortGroup directory hierarchy/priority

2016-04-01 Thread Rainer Müller
On 2016-03-31 22:36, René J. V. Bertin wrote: > So in the end I copy my PortGroup files into the rsync-based default port > tree, > and I don't run selfupdate anymore (I cherry-pick upgrades from the svn port > tree instead). I have no idea how long I'll be able to keep that up ... Just use a

Re: PortGroup directory hierarchy/priority

2016-04-01 Thread René J . V . Bertin
Hi, After discussion with a MacPorts "newby" who was motivated to use my ports tree (to get at the KF5 ports), I clarified the instructions in my README: {{{ Ports that are in my repository but are also in the default repository will override those in the default repository (and all other

Re: multiple distfiles from multiple sources and with multiple compression types

2016-04-01 Thread René J . V . Bertin
Ryan Schmidt wrote: >> $ file -b /opt/local/var/macports/distfiles/scapy/scapy-2.3.1.zip >> POSIX shell script executable (binary data) Those ought to be detected as executable scripts by libmagic, not as archives. > > Interesting, I did not know that kind of thing existed / was possible.