sparc64 bulk build report

2018-12-31 Thread landry
bulk build on sparc64-1.ports.openbsd.org started on Wed Dec 19 13:53:09 MST 2018 finished at Mon Dec 31 21:22:30 MST 2018 lasted 13D00h29m done with kern.version=OpenBSD 6.4-current (GENERIC) #61: Wed Dec 19 03:02:26 MST 2018 built packages:8722 Dec 19:267 Dec 20:202 Dec 21:150 Dec 22:152 Dec 2

Re: NEW: cad/xschem

2018-12-31 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 11:18:32PM +0200, Hannu Vuolasaho wrote: > svn has fixed those too... and man page PREFIX expansion is on TODO. > So next release should be patchless. Great! > There are also --symbols and --profile configure options. The > debugging option is > mainly used for portability

Re: UPDATE: multimedia/mlt (enable frei0r-plugins)

2018-12-31 Thread Klemens Nanni
On Sun, Dec 30, 2018 at 01:45:48PM +0100, Rafael Sadowski wrote: > Comments, feedback, OK? * melt.1 is in the sources but not installed * can you split MAKE_ENV and TEST_ENV into one assignment per line? * use ${MODQT_QMAKE} (Qt5) in do-test, `qtmak4' hardcodes a missing TDEP on qt4 One test fai

Re: NEW: net/spoofer-1.4.2

2018-12-31 Thread Klemens Nanni
* portcheck(1) reveals hardcoded paths * please do not use HOMEPAGE in MASTER_SITES * you can use SEPARATE_BUILD=yes * COMPILER is required due to -std=gnu++11 * wrong/incomplete WANTLIB, see port-lib-depends-check target * at least Qt5 missing as dependency * update-plist picks up spoofer-{cli,gui

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Klemens Nanni
On Mon, Dec 31, 2018 at 04:59:57PM -0500, Eric Radman wrote: > Yes, this update is good. Cool. New diff that * drops default TEST_TARGET * drops REV in favour of globbing, making updates simpler * break MAKE_FLAGS into one assignment per line OK? Index: Makefile

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Eric Radman
On Mon, Dec 31, 2018 at 10:55:14PM +0100, Sascha Paunovic wrote: > Hi, > > here an update of sysutils/entr to 4.1. Tested on amd64, works ok for me. Yes, this update is good. > Index: Makefile > === > RCS file: /cvs/ports/sysutils

Re: Update to claws-mail-3.17.2

2018-12-31 Thread Daniel Jakots
On Sun, 30 Dec 2018 11:41:08 +0100, Remi Locherer wrote: > On Mon, Dec 17, 2018 at 09:19:12PM -0500, Daniel Jakots wrote: > > Hi, > > > > Here's a diff to update to its latest release. Changelog is > > available there: https://claws-mail.org/NEWS > > > > > > I've been using for a day or so and

Re: powerpc bulk build report

2018-12-31 Thread George Koehler
On Mon, 31 Dec 2018 00:15:56 -0700 (MST) lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//powerpc/2018-12-14/x11/qt5/qtbase.log Fails to #include , a C++ standard library header. Is llvm missing a dependency on g++? At the top of the log, gcc-4.9.4p15 and gcc-libs-4.9.4p15 and l

Re: UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Klemens Nanni
On Mon, Dec 31, 2018 at 10:55:14PM +0100, Sascha Paunovic wrote: > here an update of sysutils/entr to 4.1. Tested on amd64, works ok for me. Please name or link to changes so reviewers don't have to dig them up each on their own. https://bitbucket.org/eradman/entr/src/default/NEWS == 4.1: June 13

UPDATE: sysutils/entr 4.0 -> 4.1

2018-12-31 Thread Sascha Paunovic
Hi, here an update of sysutils/entr to 4.1. Tested on amd64, works ok for me. Index: Makefile === RCS file: /cvs/ports/sysutils/entr/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile20 Feb 2018 19:23:

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-31 Thread Antoine Jacoutot
On Mon, Dec 31, 2018 at 05:45:19PM +0100, Marc Espie wrote: > Adding more fluff to bsd.port.mk to support this style of code is fairly > disturbing. > > I don't like the github stuff too much, it's somewhat error-prone and there > is regular traffic on ports-changes proving it. > > Adding a SECON

fix graphics/inkscape with newer poppler

2018-12-31 Thread Matthias Kilian
This will fix inkscape after the update of print/poppler to 0.72.0. Mainly based on cherry-picked archlinux diffs with some changes directlry fetched from upstream. ok (after the poppler update)? Ciao, Kili Index: patches/patch-src_extension_internal_pdfinput_pdf-input_cpp =

Re: [update] x11/wxWidgets

2018-12-31 Thread Jeremie Courreges-Anglas
On Mon, Dec 31 2018, Jeremie Courreges-Anglas wrote: > Hi, > > tl;dr, what the diff does: > > - update to wxWidgets-3.0.4, the latest version available > > - update to wxPython-3.0.2, the latest and probably last "classic" > release - Aleksander Piotrowski > > - adapt consumer ports to cope. Th

Re: [UPDATE] devel/p5-Class-Accessor-Grouped 0.10012 -> 0.10014

2018-12-31 Thread Alexander Bluhm
On Fri, Dec 21, 2018 at 06:34:04PM +0100, Charlene Wendling wrote: > This is an update for Class::Accessor::Grouped, that will be needed once > we ship Perl 5.28. OK bluhm@ Can't commit until p5-Devel-Hide has been imported.

[update] x11/wxWidgets

2018-12-31 Thread Jeremie Courreges-Anglas
Hi, tl;dr, what the diff does: - update to wxWidgets-3.0.4, the latest version available - update to wxPython-3.0.2, the latest and probably last "classic" release - Aleksander Piotrowski - adapt consumer ports to cope. Those fall into five categories: 1. ports already fixed, with few or n

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-31 Thread Marc Espie
Adding more fluff to bsd.port.mk to support this style of code is fairly disturbing. I don't like the github stuff too much, it's somewhat error-prone and there is regular traffic on ports-changes proving it. Adding a SECOND source of problems does not seem like the way to go. There's also the i

Re: UPDATE: bsd.port.mk - Add GitLab support

2018-12-31 Thread Charles A Daniels
On Sun, 2018-12-30 at 23:57 +0100, Antoine Jacoutot wrote: > On Sun, Dec 30, 2018 at 10:48:41PM +, Stuart Henderson wrote: > > On 2018/12/29 15:44, Edward Lopez-Acosta wrote: > > > Stuart, > > > > > > I am not sure I understand the question or the issues you refer to. Can > > > you clarify fo

Re: [NEW] devel/p5-Devel-Hide 0.0010

2018-12-31 Thread Alexander Bluhm
On Fri, Dec 21, 2018 at 04:32:06PM +0100, Charlene Wendling wrote: > > I've found out that Devel::Hide is required as a test dep by more > > than one ports in the tree, so i'm proposing it, and myself as > > MAINTAINER. > Fixed tarball with proper licensing infos. Sorry for the noise. I prefer Ma

Re: UPDATE: graphics/opencv 3.4.5

2018-12-31 Thread Rafael Sadowski
On Sun Dec 30, 2018 at 03:30:00PM +0100, Raphael Graf wrote: > Hi > > Attached is an update to OpenCV 3.4.5, based on the version in openbsd-wip. > > It works surprisingly well, on amd64. > > The extra modules from https://github.com/opencv/opencv_extra are not > included. > > I'm not sure abou

[M. UPDATE] devel/py-ipykernel 4.9.0 -> 4.10.0

2018-12-31 Thread Elias M. Mariani
Changelog: https://github.com/ipython/ipykernel/tree/5.1.0 4.10.0: - Fix compatibility with IPython 7.0 - Fix compatibility in cases where sys.stdout can be None These changes shouldn't affect the current consumers. Versions >= 5.0 are python3 only, so we are sticking with 4.X for now. Adding th

Re: powerpc lang/gcc/6 can't build devel/llvm

2018-12-31 Thread Jeremie Courreges-Anglas
On Sun, Dec 30 2018, George Koehler wrote: > Hello OpenBSD ports list! Hi! > I want to report a problem with lang/gcc/6 on powerpc, where it can't > build devel/llvm. I have reproduced the problem in a small C++ file > that errors when the powerpc option -mlongcall is passed to eg++. > > $ cat

[new] lang/gcc/8

2018-12-31 Thread Pascal Stumpf
Here's a port for GCC 8.2.0. Fully tested on aarch64, amd64, i386, arm, sparc64, hppa. Unfortunately, both my powerpc and mips64 crashed during the build, so new adastraps will have to wait until I'm back home. Notable changes: * gcj has been *removed* * Ada has switched its exception handling

[UPDATE] www/py-beautifulsoup4

2018-12-31 Thread Remi Pointel
Hi, this is the diff to update beautifulsoup4 to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile --- Makefile 14 M

Re: [UPDATE] sysutils/glide 0.13.1 -> 0.13.2

2018-12-31 Thread fredl
ping :-) On 10/27/18 8:40 AM, fredl wrote: > ping > > On 10/2/18 10:15 AM, fredl wrote: >> Hey, >> attached diff updates sysutils/glide from 0.13.1 to 0.13.2 >> >> release notes: >> https://github.com/Masterminds/glide/releases/tag/v0.13.2 >> >