Re: Maxima can't start maxima -- works now!

2017-06-19 Thread Austin Hook
Using 6.0 on an AMD64 wxMaxima seems to run for me. I installed the ports directory, and commented out the "Broken" tag in the makefile. Did a make, and it ran for quite a while -- so many parts to it. Encountered one problem the first time: ran out of inodes... (WTF!) Couldn't imagine h

Re: UPDATE: net/py-idna 2.5

2017-06-19 Thread Brian Callahan
On 6/19/2017 4:34 PM, Alexandr Shadchin wrote: > Hi, > > This diff updates py-idna to the latest release. > Tested on amd64. > > Comments ? OK ? > ok bcallah@

Re: UPDATE: devel/py-futures 3.0.5 => 3.1.1

2017-06-19 Thread Alexandr Shadchin
On Fri, Jun 09, 2017 at 12:11:49PM -0400, Brian Callahan wrote: > Hi ports -- > > Attached is a diff for devel/py-futures, bringing it to its latest version. > Notably, the license changed from BSD to PSF. > > Take maintainer. > > ~Brian > ok shadchin@ > Index: Makefile >

UPDATE: net/py-idna 2.5

2017-06-19 Thread Alexandr Shadchin
Hi, This diff updates py-idna to the latest release. Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/net/py-idna/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makef

add py3 flavor for www/py-urllib3

2017-06-19 Thread Alexandr Shadchin
Hi, Add py3 flavor, need for update py-requests. Also enable test. OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/www/py-urllib3/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile9

Update: lang/jruby 9.1.8.0 -> 9.1.12.0

2017-06-19 Thread Jeremy Evans
This updates JRuby to the latest point release. Release announcements at: http://jruby.org/2017/05/16/jruby-9-1-9-0.html http://jruby.org/2017/05/25/jruby-9-1-10-0.html http://jruby.org/2017/06/14/jruby-9-1-11-0.html http://jruby.org/2017/06/15/jruby-9-1-12-0.html Tested on amd64. Will be updati

[new] py-laspy 1.5.0

2017-06-19 Thread Landry Breuil
Hi, here's a port for py-laspy, a python library/toolkit to manipulate LAS files (point could data), cf https://github.com/laspy/laspy The python3 FLAVOR requires py-opengl,python3 which i just commited. Would be imported under geo/, tests working fine, looking for okays. Landry laspy-1.5.0.tg

Re: [NEW] productivity/tudu

2017-06-19 Thread Frederic Cambus
On Mon, Jun 19, 2017 at 05:35:33PM +0200, Frederic Cambus wrote: > > $ tudu > > terminate called after throwing an instance of 'std::runtime_error' > > what(): locale::facet::_S_create_c_locale name not valid > > Abort trap (core dumped) > > Indeed, good catch. I was able to reproduce the iss

Re: [NEW] productivity/tudu

2017-06-19 Thread Frederic Cambus
On Mon, Jun 19, 2017 at 11:54:18AM +0100, Stuart Henderson wrote: > > > Here is a new port: productivity/tudu > > Source files just say "version 3 of the License" and no "or later", > so please use "GPLv3 only" in the license marker. Done. > It fails if you have LC_CTYPE=en_US.UTF-8 : > > $ tu

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Jeremie Courreges-Anglas
Marc Espie writes: > On Fri, Jun 16, 2017 at 08:03:46PM +0100, Stuart Henderson wrote: >> On 2017/06/15 09:10, Sebastian Reitenbach wrote: >> > > >> > > Make test doesn't work, I guess problem with a $SHELL, however, running >> > > 'gmake test' in the >> > > build directory runs 38 tests, 0 fail

Re: PATCH: Fix SSP on amd64 for ports gcc 4.9

2017-06-19 Thread Bryan Steele
On Mon, Jun 19, 2017 at 10:33:26AM -0400, Bryan Steele wrote: > On Sat, Jun 17, 2017 at 12:58:03PM +0100, Stuart Henderson wrote: > > On 2017/06/04 04:40, Bryan Steele wrote: > > > "As Shmuel reported in > > > , > > > on x86-64 small structures

Re: PATCH: Fix SSP on amd64 for ports gcc 4.9

2017-06-19 Thread Bryan Steele
On Sat, Jun 17, 2017 at 12:58:03PM +0100, Stuart Henderson wrote: > On 2017/06/04 04:40, Bryan Steele wrote: > > "As Shmuel reported in > > , > > on x86-64 small structures in automatic storage are aligned to 16 bytes. > > This seems to be beca

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Marc Espie
On Fri, Jun 16, 2017 at 08:03:46PM +0100, Stuart Henderson wrote: > On 2017/06/15 09:10, Sebastian Reitenbach wrote: > > > > > > Make test doesn't work, I guess problem with a $SHELL, however, running > > > 'gmake test' in the > > > build directory runs 38 tests, 0 failures, 5 errors. > > > The 5

Re: [NEW] productivity/tudu

2017-06-19 Thread Stuart Henderson
On 2017/06/19 12:42, Frederic Cambus wrote: > On Mon, Jun 19, 2017 at 12:07:11AM +0200, Frederic Cambus wrote: > > > Here is a new port: productivity/tudu > > Upstream released a new version a few days ago, so here is an updated > tarball. > > Comments? OK? Source files just say "version 3 of t

Re: PATCH: Fix SSP on amd64 for ports gcc 4.9

2017-06-19 Thread Stuart Henderson
On 2017/06/04 04:40, Bryan Steele wrote: > "As Shmuel reported in > , > on x86-64 small structures in automatic storage are aligned to 16 bytes. > This seems to be because of a mix-up between bits and bytes in the i386 > target code. > > * con

Re: base/ports libobjc [Re: openvpn-auth-ldap problem]

2017-06-19 Thread Stuart Henderson
On 2017/06/15 09:10, Sebastian Reitenbach wrote: > > > > Make test doesn't work, I guess problem with a $SHELL, however, running > > 'gmake test' in the > > build directory runs 38 tests, 0 failures, 5 errors. > > The 5 errors are all related to the missing refCount from TRObject. > > > > Maybe th

Re: NEW: x11/xli

2017-06-19 Thread Stuart Henderson
On 2017/06/16 16:08, Brian Callahan wrote: > > > On 06/16/17 09:11, Brian Callahan wrote: > > > > On 6/16/2017 3:36 AM, Stuart Henderson wrote: > > > This conflicts with xloadimage. > > Ah! That makes sense. I'll tweak with @conflict markers. > > New tarball attached, now with @conflict marker

Re: NEW: fonts/oldschool-pc-fonts-1.0

2017-06-19 Thread Stuart Henderson
On 2017/06/16 23:18, Jakub Skrzypnik wrote: > This time I ported (or, more precisely, "repackaged") the fonts from > Ultimate Oldschool PC Font Pack project. These are actually accurate The web page for them says "I do not claim any rights to the original raster fonts on which this work is based",

Re: [NEW] productivity/tudu

2017-06-19 Thread Frederic Cambus
On Mon, Jun 19, 2017 at 12:07:11AM +0200, Frederic Cambus wrote: > Here is a new port: productivity/tudu Upstream released a new version a few days ago, so here is an updated tarball. Comments? OK? tudu.tar.gz Description: application/tar-gz

aduino Makefile tunning

2017-06-19 Thread b . gruel
Hello, It's not a bug, but need help for my understanding. I playing with and arduino mega 2560 board since few weeks (my goal is to learrning C by practice). Everything was fine until i want play with external librairies explnations. I bought a 9DoF (Adafruit_FXOS8700 / Adafruit_FXAS21002C