Re: [UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
On Thu, 10 Aug 2017, Rafael Sadowski wrote: > On Thu Aug 10, 2017 at 05:26:46PM +0200, David Coppa wrote: > > > > Hi all, > > > > Here's the update to the latest CMake. > > > > As usual, I'd like to have the attached diff tested in a ports bulk > > build... > > > > Thanks! > > David > > $ mak

git security update

2017-08-10 Thread Daniel Jakots
Hello && coucou Benoit, Git's upstream released a couple of git releases to fix CVE-2017-1000117. Here's diff that update old-stable, stable and current. I went the lazy way which is 'update to latest bugfix release' and not just backporting patches. This was the easiest thing for me and it "soun

coredump on podbeuter

2017-08-10 Thread jungle boogie
Hello, I'm running amd64 -current snapshots and I'm getting a core dump when attempting to download a podcast. Any hints at what the problem are related to are appreciated. $ cat .newsbeuter/urls http://feeds.feedburner.com/BsdNowMp3 $ cat .newsbeuter/qu

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-10 Thread Heppler, J. Scott
Jggimi reviewed the port and found an extra tab and line in the Makefile. Version 3 of the attached diff corrects. Thanks Scott On Aug 10, 2017: 10:23, Brian Callahan wrote: Hi Scott -- I'll take a look at this later today. ~Brian On 08/09/17 20:01, Heppler, J. Scott wrote: A revised diff

Re: Port bulk with

2017-08-10 Thread Karel Gardas
On Thu, Aug 10, 2017 at 9:45 PM, Karel Gardas wrote: > I updated my current to today snapshot and still with original full > version of elf.h patch libelf builds fine -- see below. By quick > comparison of configure outputs in Christian's and mine build it looks > like he gets: > > checking if cc

Re: Port bulk with

2017-08-10 Thread Karel Gardas
I updated my current to today snapshot and still with original full version of elf.h patch libelf builds fine -- see below. By quick comparison of configure outputs in Christian's and mine build it looks like he gets: checking if cc can compile elf.h... yes while I get: checking if cc can compil

Re: clang breakage: memtest86+

2017-08-10 Thread Klemens Nanni
On Thu, Aug 10, 2017 at 03:21:13PM -0400, Jeremie Courreges-Anglas wrote: > > I've cooked a diff to allow building memtest86+ with clang. Great. The > problem is that I just get a black screen on this x61 laptop (the only > noticeable thing is that the cursor stays in the middle of the screen).

Re: fetchmail segfault fix

2017-08-10 Thread Jeremie Courreges-Anglas
On Thu, Aug 10 2017, Alexander Bluhm wrote: > Hi, > > I see sporadic crashes in fetchmail I would like to fix. > > ok? Looks right, ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

clang breakage: memtest86+

2017-08-10 Thread Jeremie Courreges-Anglas
I've cooked a diff to allow building memtest86+ with clang. Great. The problem is that I just get a black screen on this x61 laptop (the only noticeable thing is that the cursor stays in the middle of the screen). The only problem is, I get the same result with a build with base gcc. Could peo

Re: Port bulk with

2017-08-10 Thread Stuart Henderson
On 2017/08/10 20:27, Karel Gardas wrote: > On Thu, Aug 10, 2017 at 4:46 PM, Christian Weisgerber > wrote: > > On 2017-08-09, Martin Pieuchot wrote: > > > >> So here's a first step, introducing /usr/include/elf.h. Could some of > >> you run a bulk with it and report the possible breakages? > > >

Re: [fix] kamailio on sparc64

2017-08-10 Thread Jeremie Courreges-Anglas
On Thu, Aug 10 2017, Roman Kravchuk wrote: > Hi, > > If it works for you - maintainer ok. Well, as I said I didn't test it on sparc64 (and other archiectures potentially affected), but it can't be worse. :) I'll commit this later, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF D

Re: Port bulk with

2017-08-10 Thread Karel Gardas
On Thu, Aug 10, 2017 at 4:46 PM, Christian Weisgerber wrote: > On 2017-08-09, Martin Pieuchot wrote: > >> So here's a first step, introducing /usr/include/elf.h. Could some of >> you run a bulk with it and report the possible breakages? > > This breaks devel/libelf, which indirectly takes out ab

Re: [UPDATE] CMake-3.9.0

2017-08-10 Thread Rafael Sadowski
On Thu Aug 10, 2017 at 05:26:46PM +0200, David Coppa wrote: > > Hi all, > > Here's the update to the latest CMake. > > As usual, I'd like to have the attached diff tested in a ports bulk > build... > > Thanks! > David $ make regress 100% tests passed, 0 tests failed out of 451 CMake tests are

fetchmail segfault fix

2017-08-10 Thread Alexander Bluhm
Hi, I see sporadic crashes in fetchmail I would like to fix. ok? bluhm Index: mail/fetchmail/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.148 diff -u -p -r1.148 Makefile ---

Re: [UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
On Thu, 10 Aug 2017, David Coppa wrote: > > Hi all, > > Here's the update to the latest CMake. > > As usual, I'd like to have the attached diff tested in a ports bulk > build... > > Thanks! > David New revision of the diff fixing a problem with FindLua.cmake. Please, trash the previous one.

Re: [fix] kamailio on sparc64

2017-08-10 Thread Roman Kravchuk
Hi, If it works for you - maintainer ok. 2017-08-10 19:10 GMT+03:00 Jeremie Courreges-Anglas : > > Hi, > > kamailio doesn't build on sparc64, please see: > > http://build-failures.rhaalovely.net//sparc64/2017- > 07-24/telephony/kamailio.log > > I've already fixed this kind of issue in textproc

Re: NEW: games/fifengine, games/fifechan

2017-08-10 Thread Jan Klemkow
Hi Anthony, On Tue, Aug 08, 2017 at 02:12:16AM -0600, Anthony J. Bentley wrote: > fifengine > FIFE is a free, open-source cross-platform game engine. It features > hardware-accelerated 2D graphics, integrated GUI, audio support, lighting, > map editor supporting top-down and isometric maps, pathfi

[fix] kamailio on sparc64

2017-08-10 Thread Jeremie Courreges-Anglas
Hi, kamailio doesn't build on sparc64, please see: http://build-failures.rhaalovely.net//sparc64/2017-07-24/telephony/kamailio.log I've already fixed this kind of issue in textproc/calibre earlier, the patch is patches/patch-src_duktape_duktape_duk_config_h. Test-built on amd64 only. ok?

Re: libreoffice i386: different fallout now

2017-08-10 Thread Robert Nagy
Oh this is completely new ... at least i did not know about it :) So I guess this is i386 only so i am going to setup a VM to see what's up. On (2017-08-10 16:55), Stuart Henderson wrote: > I'm going to mark this broken for now, no point wasting cpu cycles > during build. > > This is now failing

libreoffice i386: different fallout now

2017-08-10 Thread Stuart Henderson
I'm going to mark this broken for now, no point wasting cpu cycles during build. This is now failing here, instead of segfault during build: S=/usr/obj/ports/libreoffice-5.2.7.2/libreoffice-5.2.7.2 && I=$S/instdir && W=$S/workdir && mkdir -p $W/CxxObject/bridges/source/cpp_uno/gcc3_linux_intel/

[UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
Hi all, Here's the update to the latest CMake. As usual, I'd like to have the attached diff tested in a ports bulk build... Thanks! David Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.161 di

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Daniel Jakots
On Thu, 10 Aug 2017 10:07:34 +0200, Klemens Nanni wrote: > Does anyone want to commit this? Thanks, committed!

[NEW] net/obfs4proxy

2017-08-10 Thread attila
Hi ports@, The first Pluggable Transports port: net/obfs4proxy $ cat pkg/DESCR obfs4 (a.k.a. The Obfuscator) is a transport with the same features as ScrambleSuit but utilizing Dan Bernstein's elligator2 technique for public key obfuscation, and the ntor protocol for one-way authentication. This

[NEW] security/go-siphash

2017-08-10 Thread attila
Hi ports@, Third dependency for net/obfs4proxy: security/go-siphash $ cat pkg/DESCR Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein. Pax, -A -- https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net} pgp: 0x62A729CF

[NEW] security/go-ed25519

2017-08-10 Thread attila
Hi ports@, Second of the dependencies for net/obfs4proxy: go-ed25519 Port attached. Feedback welcome. Pax, -A -- https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net} pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D 09C1 4068 D5D5 62A7 29CF go-ed25519.tgz Description: ed2551 in Go

[NEW] devel/go-goptlib

2017-08-10 Thread attila
Hi ports@, This is the first of four new ports that are part of Pluggable Transports, which are used in the Tor Browser Bundle but which can also be used without it. The main port is net/obfs4proxy, which needs three others to support it: devel/go-goptlib, security/go-ed25519, security/go-siphash

Re: Port bulk with

2017-08-10 Thread Christian Weisgerber
On 2017-08-09, Martin Pieuchot wrote: > So here's a first step, introducing /usr/include/elf.h. Could some of > you run a bulk with it and report the possible breakages? This breaks devel/libelf, which indirectly takes out about a quarter of the tree. >>> Building on amd64

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-10 Thread Brian Callahan
Hi Scott -- I'll take a look at this later today. ~Brian On 08/09/17 20:01, Heppler, J. Scott wrote: A revised diff to update x11/tint2 is attached. Upstream has added 2 new features: 1) Configurable "Buttons" that attach an icon to a command. 2) Shell script "Executors" with examples for

Re: UPDATE: lang/swi-prolog

2017-08-10 Thread Edd Barrett
On Sun, Jul 16, 2017 at 10:09:18PM +0100, Edd Barrett wrote: > Here is an updated diff with the SSL module back. I'd be happy to commit > this if there is an OK. In case anyone was planning to test this, hold off. The upcoming 7.5.x stable releases of SWI will support OpenBSD much better. I'll go

Re: newer boost?

2017-08-10 Thread Landry Breuil
On Thu, Aug 10, 2017 at 12:49:01PM +0200, Rafael Sadowski wrote: > On Thu Aug 10, 2017 at 12:08:05PM +0200, Reyk Floeter wrote: > > Hi, > > > > I've only found the recent "devel/boost vs. clang" mail, so I have a > > question: is there any attempt to update boost to the latest version > > or is th

Re: newer boost?

2017-08-10 Thread Rafael Sadowski
On Thu Aug 10, 2017 at 12:08:05PM +0200, Reyk Floeter wrote: > Hi, > > I've only found the recent "devel/boost vs. clang" mail, so I have a > question: is there any attempt to update boost to the latest version > or is there a known problem with it? > > I see that the port has been fixed for clan

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread David Coppa
On Thu, Aug 10, 2017 at 5:33 AM, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni > wrote: > >> > I'm not entirely sure yet whether the introduced patch to get >> > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the >> > way to go, maybe someone more know

newer boost?

2017-08-10 Thread Reyk Floeter
Hi, I've only found the recent "devel/boost vs. clang" mail, so I have a question: is there any attempt to update boost to the latest version or is there a known problem with it? I see that the port has been fixed for clang but boost 1.58.0 is quite old while the latest stable version is 1.64.0.

Re: UPDATE: shells/zsh

2017-08-10 Thread Stuart Henderson
On 2017/08/09 22:05, Matthew Martin wrote: > If anyone knows how to get a list of > all packages (installed and not) preferably without having a ports tree, > I could fix up the patch to push it upstream. If sqlports is installed, you can do this: $ sqlite3 /usr/

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Stuart Henderson
On 2017/08/10 08:36, Florian Obser wrote: > On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > > On Wed, Aug 09 2017, Florian Obser wrote: > > > > I just noticed that dhcpcd looks at flags in struct nd_ifinfo which I > > >

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Florian Obser
On Thu, Aug 10, 2017 at 08:36:01AM +, Florian Obser wrote: > On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > > On Wed, Aug 09 2017, Florian Obser wrote: > > > > I just noticed that dhcpcd looks at flags in struct nd

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Florian Obser
On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > On Wed, Aug 09 2017, Florian Obser wrote: > > > I just noticed that dhcpcd looks at flags in struct nd_ifinfo which I > > > removed in r1.72, this fixes the build. > > > Sor

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 11:33:09PM -0400, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni > wrote: > > > > I'm not entirely sure yet whether the introduced patch to get > > > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the > > > way to go, maybe someo

Re: UPDATE: shells/zsh

2017-08-10 Thread Pierre-Emmanuel Andre
On Wed, Aug 09, 2017 at 09:41:33PM +0200, Rafael Sadowski wrote: > Please find below a quite simple patch to update zsh to 5.4.1. > > Ok? Comments? > Hi, I have the same diff in my tree ;) ok pea@ > Rafael Sadowski > > Index: Makefile > ===