Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Aaron Bieber
On Wed, Nov 2, 2016, at 07:14 PM, Jonathan Gray wrote: > On Tue, Nov 01, 2016 at 07:30:10AM -0600, Aaron Bieber wrote: > > > > > > On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > > > Jonathan Gray writes: > > > > > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Cour

Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Ted Unangst
Aaron Bieber wrote: > > On the other hand: > > - other OSes don't seem to enable it (granted, I only checked Debian and > > FreeBSD) > > - I didn't hear anyone step up to keep LUAJIT_ENABLE_LUA52COMPAT. :) > > > > I'd just kill it, unless you or abieber@ see value in keeping it. > > IIRC tedu@

Re: luajit,lua52 uses the wrong lua abi

2016-11-02 Thread Jonathan Gray
On Tue, Nov 01, 2016 at 07:30:10AM -0600, Aaron Bieber wrote: > > > On Tue, Nov 1, 2016, at 06:23 AM, Jeremie Courreges-Anglas wrote: > > Jonathan Gray writes: > > > > > On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: > > >> > > >> lua.port.mk doesn't automatically ad

Fix crashes in Aqualung

2016-11-02 Thread Jeremy Evans
This fixes an occasional crash when loading files in aqualung. This is a fix to an earlier patch, which was taken from Aqualung's bug tracker. The reason the previous patch was wrong (at least on OpenBSD), is that wchar_t is int on OpenBSD, but gunichar2 is guint16, so the sizes of the types were

Update: devel/gmp 6.1.1

2016-11-02 Thread Christian Weisgerber
This is a long overdue update of devel/gmp to the latest release (6.1.1). The regression tests are fine on amd64 and i386. Since this uses assembly optimizations just about everywhere, testing on other archs would be appreciated, although I'm not sure what we're going to do about failures. (This

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-02 Thread Daniel Jakots
On Wed, 2 Nov 2016 15:51:24 +, Florian Obser wrote: > What we currently have doesn't work after an api change. > OK? What about adding flavor to libs (Sagan and Cousteau) and switch tools (Magellan) to py3? Cheers, DanielIndex: Makefile ==

Re: Anyone using the a4 flavor of ghostscript?

2016-11-02 Thread Marc Espie
On Wed, Nov 02, 2016 at 03:09:00PM +0100, Matthias Kilian wrote: > Hi, > > looking at an (overdue) update of print/ghostscript/gnu, I'd really > like to get rid of the a4 flavor. It's stupid, device drivers testing > for a cpp macro 'A4' are cleary wrong (because they can derive the > paper size b

Re: UPDATE: net/py-socketio-client

2016-11-02 Thread Antoine Jacoutot
On Wed, Nov 02, 2016 at 06:13:13PM +0100, Daniel Jakots wrote: > On Wed, 2 Nov 2016 15:49:13 +, Florian Obser > wrote: > > > tested with net/py-ripe.atlas.tools > > OK? > > It lacks some RDEP. Also, I added a note about why disabling tests, but > fill free to remove it. ok danj@ if you want

Re: UPDATE: py-websocket-client

2016-11-02 Thread Daniel Jakots
On Wed, 2 Nov 2016 15:49:50 +, Florian Obser wrote: > tested with net/py-ripe.atlas.tools > OK? ok danj@

Re: New: devel/libidn2

2016-11-02 Thread Jeremie Courreges-Anglas
Christian Weisgerber writes: > Here's a port of libidn2 for comments. (I thought we might need > this for curl 7.51.0, but we'll take a different direction.) codesearch.debian.net says that the following debian packages contain the string "idn2_": aptly, libidn2-0, libpsl, php-pecl-http, html

Re: UPDATE: net/py-socketio-client

2016-11-02 Thread Daniel Jakots
On Wed, 2 Nov 2016 15:49:13 +, Florian Obser wrote: > tested with net/py-ripe.atlas.tools > OK? It lacks some RDEP. Also, I added a note about why disabling tests, but fill free to remove it. ok danj@ if you want to commit it: Index: Makefile

Re: Update to scapy-2.3.3

2016-11-02 Thread Alexandr Shadchin
On Tue, Nov 01, 2016 at 03:59:30PM +0100, Daniel Jakots wrote: > On Tue, 1 Nov 2016 10:31:47 +, Stuart Henderson > wrote: > > > On 2016/11/01 11:24, Daniel Jakots wrote: > > > Updated diff: aja noticed that without py-ecdsa installed it says: > > > INFO: Can't import python ecdsa lib. Disable

Re: UPDATE: devel/py-tzlocal to 1.3

2016-11-02 Thread Daniel Jakots
On Wed, 2 Nov 2016 15:48:25 +, Florian Obser wrote: > tested with net/py-ripe.atlas.tools > OK? You forgot to remove the REVISION. Also the RDEP was broken for py3. ok danj@ with that fixed: Index: Makefile === RCS file: /cvs/p

UPDATE: net/py-socketio-client

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git net/py-socketio-client/Makefile net/py-socketio-client/Makefile index 7a1cf49..910f1c8 100644 --- net/py-socketio-client/Makefile +++ net/py-socketio-client/Makefile @@ -2,7 +2,7 @@ COMMENT = python socket.io client library -MODP

UPDATE: py-websocket-client

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git net/py-websocket-client/Makefile net/py-websocket-client/Makefile index b2fb81a..7759836 100644 --- net/py-websocket-client/Makefile +++ net/py-websocket-client/Makefile @@ -2,7 +2,7 @@ COMMENT = WebSocket client for Python -MODP

Re: [NEW] www/tbb improved, updated

2016-11-02 Thread attila
Landry Breuil writes: > On Tue, Oct 18, 2016 at 11:07:22AM -0500, attila wrote: >> >> attila writes: >> >> > attila writes: >> > >> >> Hi ports@, >> >> >> > Feedback, comments, most welcome. >> > >> > Pax, -A >> >> Ping. Ports attached for convenience. > > Fwiw, i've built the git tip of h

UPDATE: py-ripe.atlas.tools (+libs)

2016-11-02 Thread Florian Obser
What we currently have doesn't work after an api change. OK? diff --git net/py-ripe.atlas.cousteau/Makefile net/py-ripe.atlas.cousteau/Makefile index a32370a..e47817a 100644 --- net/py-ripe.atlas.cousteau/Makefile +++ net/py-ripe.atlas.cousteau/Makefile @@ -2,7 +2,7 @@ COMMENT =

UPDATE: devel/py-tzlocal to 1.3

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git devel/py-tzlocal/Makefile devel/py-tzlocal/Makefile index a5bc50c..c5281b4 100644 --- devel/py-tzlocal/Makefile +++ devel/py-tzlocal/Makefile @@ -2,7 +2,7 @@ COMMENT = python tzinfo object for the local timezone -MODPY_EGG_VERSIO

Re: Update to scapy-2.3.3

2016-11-02 Thread Daniel Jakots
On Mon, 31 Oct 2016 19:02:06 +0100, Daniel Jakots wrote: > Hi, > > Scapy recently released their yearly version (a bit earlier than usual > though). Here's a diff to update it. The diff is quite long because > it's mainly some patches that were upstreamed/from upstream. > > There is currently a

Re: lang/python/2.7: configure error

2016-11-02 Thread Ali Farzanrad
Theo Buehler wrotes: > >> configure: error: cannot run C compiled programs. >> If you meant to cross compile, use `--host'. >> See `config.log' for more details >> [8409] Process 414 (/usr/ports/pobj/Python-2.7.12/.configure_done) exited >> with status 256. >> *** Error 1 in . (/usr/ports/infrastr

Re: lang/python/2.7: configure error

2016-11-02 Thread Theo Buehler
> configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details > [8409] Process 414 (/usr/ports/pobj/Python-2.7.12/.configure_done) exited > with status 256. > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2659 >

Re: lang/python/2.7: configure error

2016-11-02 Thread Ali Farzanrad
Stuart Henderson wrotes: > >On 2016/11/02 16:43, Ali Farzanrad wrote: >> Hi ports@, >> >> I recently tried to build python-2.7 from ports, but I got errors: > >I suspect you are mixing -current ports and 6.0-release. > I upgraded from source few hours ago using cvsync. I rechecked for CVS/Tag in

Anyone using the a4 flavor of ghostscript?

2016-11-02 Thread Matthias Kilian
Hi, looking at an (overdue) update of print/ghostscript/gnu, I'd really like to get rid of the a4 flavor. It's stupid, device drivers testing for a cpp macro 'A4' are cleary wrong (because they can derive the paper size by other means), and I can't think of many people still using DEC LN03 or Xero

Re: lang/python/2.7: configure error

2016-11-02 Thread Stuart Henderson
On 2016/11/02 16:43, Ali Farzanrad wrote: > Hi ports@, > > I recently tried to build python-2.7 from ports, but I got errors: I suspect you are mixing -current ports and 6.0-release.

lang/python/2.7: configure error

2016-11-02 Thread Ali Farzanrad
Hi ports@, I recently tried to build python-2.7 from ports, but I got errors: # cd /usr/lang/python/2.7 && make -dA > /tmp/out 2>&1 # cat /tmp/out ... many lines ... for d in /usr/ports/pobj/Python-2.7.12/Python-2.7.12; do cp -f /usr/ports/infrastructure/db/config.guess $d; chmod a+rx $d/conf

Re: Fwd: Re: [Patch] lang/sbcl version bump + threads flavor

2016-11-02 Thread Jeremie Courreges-Anglas
Solène RAPENNE writes: > Solène Rapenne writes: >>> "Solène Rapenne" writes: >>> >>> Hello, >>> >>> Please find a version bump for sbcl and a flavor which enable thread. >>> There is no support for threads in sbcl for macppc and they are >>> considered >>> experimental on OpenBSD, so it shoul

New: devel/libidn2

2016-11-02 Thread Christian Weisgerber
Here's a port of libidn2 for comments. (I thought we might need this for curl 7.51.0, but we'll take a different direction.) * Not sure about the category. devel (like libidn)? net? * COMMENT and in particular DESCR are very sparse. * I have disabled iconv support. Supposedly this is only need

samba-4.5.1

2016-11-02 Thread Jeremie Courreges-Anglas
So samba-4.5.1 has been published, time for us to make the switch. https://www.samba.org/samba/history/samba-4.5.0.html https://www.samba.org/samba/history/samba-4.5.1.html I haven't done any runtime testing yet, build reports on !(amd64) and test reports on any arch are welcome. Index: Ma

Re: dovecot: OPENSSL_VERSION_NUMBER joy

2016-11-02 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > I think this is correct, but can someone proofread it for me please? Looks fine (untested, though). -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

dovecot: OPENSSL_VERSION_NUMBER joy

2016-11-02 Thread Stuart Henderson
I think this is correct, but can someone proofread it for me please? Thanks. Index: Makefile === RCS file: /cvs/ports/mail/dovecot/Makefile,v retrieving revision 1.245 diff -u -p -r1.245 Makefile --- Makefile1 Nov 2016 14:12:04 -0

Re: New: devel/noweb 2.11b

2016-11-02 Thread Ray Lai
On 10/23/16 18:53, Ray Lai wrote: > Based on Carlos Alberto Pereira Gomes's work: > https://marc.info/?l=openbsd-ports&m=105265115901089&w=2 > > DESCR: > noweb is designed to meet the needs of literate programmers while > remaining as simple as possible. Its primary advantages are simplicity, > ex

i386 breakage: lang/fsharp, devel/mono-addins

2016-11-02 Thread Stuart Henderson
mono-addins: ===> Building for mono-addins-1.2 Making all in Mono.Addins gmake[1]: Entering directory '/usr/obj/ports/mono-addins-1.2/mono-addins-mono-addins-1.2/Mono.Addins' sed -e "s/@ASSEMBLY_NAME@/Mono.Addins/" -e "s/@POLICY@/0.2/" ../policy.config > policy.0.2.config /usr/local/bin/al -lin

Re: [NEW] www/tbb improved, updated

2016-11-02 Thread Landry Breuil
On Tue, Oct 18, 2016 at 11:07:22AM -0500, attila wrote: > > attila writes: > > > attila writes: > > > >> Hi ports@, > >> > > Feedback, comments, most welcome. > > > > Pax, -A > > Ping. Ports attached for convenience. Fwiw, i've built the git tip of https://github.com/torbsd/openbsd-ports on

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-02 Thread Jiri B
On Tue, Nov 01, 2016 at 03:52:00PM -0400, Jiri B wrote: > With the path and my original path I was able to build curl with > gssapi and ssl: > > $ curl -V > curl 7.50.3 (x86_64-unknown-openbsd6.0) libcurl/7.50.3 LibreSSL/2.0.0 > zlib/1.2.3 libidn/1.33 nghttp2/1.16.0 > Protocols: dict file ftp ftp