CVS: cvs.openbsd.org: ports

2020-11-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/12/01 00:25:00 Modified files: x11/xfce4/mousepad: Makefile distinfo x11/xfce4/mousepad/pkg: PLIST Log message: x11/xfce4/mousepad: update to 0.5.0

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/12/01 00:12:56 Modified files: x11/greybird : Makefile distinfo Log message: x11/greybird: update to 3.22.13

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2020/11/30 23:03:24 Modified files: x11/awesome: Makefile x11/awesome/pkg: PLIST Log message: Disable generation of docs to unbreak sparc64 build OK kmos

make py-sphinx stop depending on py-sphinx_rtd_theme

2020-11-30 Thread Daniel Dickman
Turns out py-sphinx stopped depending on py-sphinx_rtd_theme close to 5 years ago. This is mentioned in CHANGES under the notes for release 1.4. Diff below removes rtd as a BUILD_DEP for py-sphinx and instead makes it a BUILD_DEP for the 3 ports that actually use the theme (py-virtualenv,

Re: [New] devel/re2

2020-11-30 Thread Ashton Fagg
Stuart Henderson writes: > Could you add a patch to set that to what's needed on your machine please, > and a comment in the Makefile pointing at it? So just yesterday I finally got around to migrating my dev box to better hardware, and on that machine it now passes with room to spare with the

fix castor build

2020-11-30 Thread James Turner
Fix castor build, apps is present twice in the coping of images. Index: Makefile === RCS file: /cvs/ports/www/castor/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile29 Nov 2020 18:53:50 -

Re: [UPDATE] graphics/blender -> 2.90.1

2020-11-30 Thread Andrea Fleckenstein
"Dimitri Karamazov" writes: > OpenVDB would be very nice to have, it only supports CPU rendering. > But I will be wary of OpenSubdiv since it seems to supports only modern GPUs. > I'm not sure if it will work on OpenBSD. Did you test them both? yes. OpenSubdiv will actually run single-threaded

[Update] databases/leveldb: 1.21 -> 1.22

2020-11-30 Thread Ashton Fagg
The attached diff updates databases/leveldb to the latest version (1.22). The changelog can be viewed here: https://github.com/google/leveldb/releases/tag/1.22 It seems the previous version (1.21) introduced a CMake build. But the OpenBSD port had not yet adopted it. Here, I've updated the port

Re: emulators/spike: mark BROKEN-powerpc, (possibly) fix on other BE_ARCHS

2020-11-30 Thread Kurt Mosiejczuk
On Tue, Dec 01, 2020 at 12:28:24AM +0100, Charlene Wendling wrote: > Hi, > > http://build-failures.rhaalovely.net/powerpc/2020-11-11/emulators/spike.log > > http://build-failures.rhaalovely.net/mips64/2020-11-22/emulators/spike.log > (sparc64 needs a COMPILER line) > I've just casted the

Re: Disable awesome-wm docs

2020-11-30 Thread Enric Morales
On 2020-11-30 20:48, Rafael Sadowski wrote: On Mon Nov 30, 2020 at 10:08:29AM -0500, Kurt Mosiejczuk wrote: On Sat, Nov 28, 2020 at 01:10:44AM -0700, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by:rsadow...@cvs.openbsd.org 2020/11/28 01:10:44 >

Re: CVS: cvs.openbsd.org: ports

2020-11-30 Thread Kurt Mosiejczuk
On Wed, Nov 25, 2020 at 08:31:56PM -0700, Jonathan Matthew wrote: > CVSROOT: /cvs > Module name: ports > Changes by: jmatt...@cvs.openbsd.org2020/11/25 20:31:56 > Log message: > Import rebar3-3.13.2 - "the official build tool for Erlang" > ok jasper@ > Status: >

Re: Disable awesome-wm docs

2020-11-30 Thread Kurt Mosiejczuk
On Mon, Nov 30, 2020 at 08:48:33PM +0100, Rafael Sadowski wrote: > > This fails to build on at least sparc64 with > > Error: > > /usr/obj/ports/awesome-4.3/fake-sparc64/usr/local/share/doc/awesome/doc/images/AUTOGEN_wibox_widget_progressbar_encapsulation.svg > > does not exist > Thanks for

emulators/spike: mark BROKEN-powerpc, (possibly) fix on other BE_ARCHS

2020-11-30 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/powerpc/2020-11-11/emulators/spike.log > http://build-failures.rhaalovely.net/mips64/2020-11-22/emulators/spike.log (sparc64 needs a COMPILER line) I've just casted the unsigned long argument to uint32_t. Creating a new overloaded swap() function seems

Re: [new] net/kristall (gopher/gemini navigator)

2020-11-30 Thread Magnus Wild
On Fri, Nov 27, 2020 at 11:24:57PM +0100, Solene Rapenne wrote: > hi, > > this is a new port for Kristall > https://github.com/MasterQ32/kristall > > A GUI program to navigate into Gemini and Gopher > spaces (or even http). > > I patched a git call which happened at every clang > call which was

Re: [UPDATE] graphics/blender -> 2.90.1

2020-11-30 Thread Dimitri Karamazov
On Mon, November 30, 2020 10:37, Stuart Henderson wrote: > On 2020/11/30 08:48, Dimitri Karamazov wrote: > >> From Stuart Henderson >> >>> update to blender-2.91.0, from Dimitri Karamazov (and earlier work on 2.81 >>> from Andrea Fleckenstein). Dimitri takes maintainer, agreed with >>> pascal@. I

Re: gcc --static produces programs that crash

2020-11-30 Thread George Koehler
On Sun, 29 Nov 2020 22:45:27 -0500 George Koehler wrote: > This diff might fix the problem. This diff was in one of my ports > trees, but I forgot about it The diff that I sent yesterday was bad. Please don't build it (and I'm sorry if you started building it). Adding a REVISION = 0

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/30 12:52:14 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.12.

Disable awesome-wm docs

2020-11-30 Thread Rafael Sadowski
On Mon Nov 30, 2020 at 10:08:29AM -0500, Kurt Mosiejczuk wrote: > On Sat, Nov 28, 2020 at 01:10:44AM -0700, Rafael Sadowski wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: rsadow...@cvs.openbsd.org 2020/11/28 01:10:44 > > > Modified files: > > x11/awesome:

[macppc] Fix archivers/innoextract

2020-11-30 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/powerpc/2020-11-11/archivers/innoextract.log The problem actually lies here: > -- Checking C++11 feature: std::unique_ptr - unsupported Run Build Command(s):/usr/local/bin/ninja cmTC_057 [...] : && /usr/ports/pobj/innoextract-1.9/bin/c++ -O2

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Todd C . Miller
CVSROOT:/cvs Module name:ports Changes by: mill...@cvs.openbsd.org 2020/11/30 10:04:34 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.4

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/11/30 09:46:44 Modified files: x11/worker : Makefile distinfo Log message: Update to worker-4.6.0 Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org929fd48

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/30 09:34:37 Modified files: converters/k2pdfopt: Makefile converters : Makefile Log message: disable k2pdfopt in converters/Makefile, it was already marked BROKEN but it had a dep on

Re: NEW: DASM-2.20.14

2020-11-30 Thread Gonzalo L. Rodriguez
On Mon, 30 Nov 2020 at 10:16:50 +0100, Benoit Lecocq wrote: > > > On 27/11/2020 09:55, Gonzalo L. Rodriguez wrote: > > Moin, > > > > Attached a port of DASM a macro assembler with support for several 8-bit > > microprocessors. > > > > https://github.com/dasm-assembler/dasm > > > > Thanks

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:51:49 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to natsort-7.1.0

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:49:48 Modified files: x11/xkbcommon : Makefile distinfo Log message: update to libxkbcommon-1.0.3

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:47:53 Modified files: devel/py-r2pipe: Makefile distinfo Log message: update to r2pipe-1.5.3

Re: [New] devel/re2

2020-11-30 Thread Ashton Fagg
Stuart Henderson writes: > Could you add a patch to set that to what's needed on your machine > please, and a comment in the Makefile pointing at it? Certainly. I'll get back to you sometime in the next day or two once I have some more time.

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:46:11 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.5.12

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:46:04 Modified files: sysutils/rofi : Makefile distinfo Log message: update to rofi-1.6.1

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/11/30 08:44:36 Modified files: x11/gnome/eog-plugins: Makefile distinfo Log message: update to eog-plugins-3.26.6

Re: [New] devel/re2

2020-11-30 Thread Stuart Henderson
On 2020/11/30 10:20, Ashton Fagg wrote: > Stuart Henderson writes: > > > Generally looks good, I do see a timeout on one of the test though, > > do you get the same? > > Yep, same problem here with the default setting. There is a setting that > can be adjusted in the CMakeLists to make it so

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2020/11/30 08:41:56 Modified files: mail/greyscanner: Makefile mail/greyscanner/pkg: PLIST Log message: Fix MASTER_SITE and delete HOMEPAGE for now. OK sthen@

Re: [New] devel/re2

2020-11-30 Thread Ashton Fagg
Stuart Henderson writes: > Generally looks good, I do see a timeout on one of the test though, > do you get the same? Yep, same problem here with the default setting. There is a setting that can be adjusted in the CMakeLists to make it so that the timeout is longer, but it's hard to say exactly

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/11/30 08:15:01 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.5.4.

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2020/11/30 08:14:05 Modified files: textproc/miller: Makefile distinfo Log message: Update miller to 5.10.0. Notable changes: - Switch to using GH_ directives to fetch the distfile, release tarball does

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Tracey Emery
CVSROOT:/cvs Module name:ports Changes by: tra...@cvs.openbsd.org 2020/11/30 08:10:46 Modified files: cad: Makefile Log message: add dxf2gcode

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Tracey Emery
CVSROOT:/cvs Module name:ports Changes by: tra...@cvs.openbsd.org 2020/11/30 08:10:23 Log message: Import cad/dxf2gcode DXF2GCODE is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode. Tweaks sthen@, additional patch and ok

Re: CVS: cvs.openbsd.org: ports

2020-11-30 Thread Kurt Mosiejczuk
On Sat, Nov 28, 2020 at 01:10:44AM -0700, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rsadow...@cvs.openbsd.org 2020/11/28 01:10:44 > Modified files: > x11/awesome: Makefile distinfo > x11/awesome/patches: patch-awesomeConfig_cmake >

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/11/30 07:59:44 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-meson_build Log message: Update to deja-dup-42.6.

Re: OpenBSD, Rails and core-js/node-sass

2020-11-30 Thread Aaron Bieber
Hola! On Mon, Nov 30, 2020, at 2:54 AM, Peter Aarhus wrote: > > On 2020-11-28 13:34:21 Solene wrote: > > > > I already had this error with yarn, the fix is > > > > ln -s /usr/local/bin/node /tmp/node > > > > I can't explain why. It works because node is trying to find the full path to itself

Re: OpenBSD, Rails and core-js/node-sass

2020-11-30 Thread Peter Aarhus
> On 2020-11-28 13:34:21 Solene wrote: > > I already had this error with yarn, the fix is > > ln -s /usr/local/bin/node /tmp/node > > I can't explain why. That did it, thank you so much. I'll let the others know. Hope you have a wonderful day! All the best, Pete

Re: [UPDATE] graphics/blender -> 2.90.1

2020-11-30 Thread Dimitri Karamazov
>From Stuart Henderson > update to blender-2.91.0, from Dimitri Karamazov (and earlier work on > 2.81 from Andrea Fleckenstein). Dimitri takes maintainer, agreed with > pascal@. I added a dep on graphics/potrace because blender picks it up > at build time if present. WANTLIB += ${MODPY_WANTLIB}

Re: sane-backends, libusb and LIBUSB_ERROR_NOT_SUPPORTED in obsd_cancel_transfer()

2020-11-30 Thread Stefan Sperling
On Mon, Nov 30, 2020 at 09:32:37AM +, Mikolaj Kucharski wrote: > Hi, > > I have very unreliable results when I use my Canon MG3250 all-in-one > printer, scanner for scanning. > > Most of the scanning attempts with scanimage fail: > > scanimage: sane_read: Error during device I/O > >

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/11/30 05:00:49 Modified files: textproc/pecl-yaml: Makefile distinfo Log message: update to pecl-yaml-2.2.0

Re: cyrus-imapd upstreamed patches and improvements

2020-11-30 Thread Anatoli
Antoine, Stuart, cyrus-imapd 3.2.5 was just released. I'm attaching an updated patch that also includes the SHA256 and the version bump + everything else from my initial mail, which is needed to accommodate the cross-platform changes and upstreamed port's patches that are included in this

Re: [New] devel/re2

2020-11-30 Thread Stuart Henderson
On 2020/11/29 15:23, Ashton Fagg wrote: > Fixed. > > Update tarball attached. Sorry for the slow response. Generally looks good, I do see a timeout on one of the test though, do you get the same? ===> Regression tests for re2-20201101 [0/1] cd /usr/obj/ports/re2-20201101/build-amd64 &&

Re: [UPDATE] graphics/blender -> 2.90.1

2020-11-30 Thread Stuart Henderson
On 2020/11/30 08:48, Dimitri Karamazov wrote: > From Stuart Henderson > > update to blender-2.91.0, from Dimitri Karamazov (and earlier work on > > 2.81 from Andrea Fleckenstein). Dimitri takes maintainer, agreed with > > pascal@. I added a dep on graphics/potrace because blender picks it up > >

sane-backends, libusb and LIBUSB_ERROR_NOT_SUPPORTED in obsd_cancel_transfer()

2020-11-30 Thread Mikolaj Kucharski
Hi, I have very unreliable results when I use my Canon MG3250 all-in-one printer, scanner for scanning. Most of the scanning attempts with scanimage fail: scanimage: sane_read: Error during device I/O I spent some time with it and from what I can see scanning fails when

Re: [Update] lang/gnucobol : Update to 3.1

2020-11-30 Thread fcam...@openbsd.org
On Fri, Nov 13, 2020 at 02:20:32AM +, wen heping wrote: > Index: Makefile > === > RCS file: /cvs/ports/lang/gnucobol/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 12 Jul 2019 20:47:18 -

CVS: cvs.openbsd.org: ports

2020-11-30 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2020/11/30 02:06:00 Modified files: geo/py-rasterio: Makefile distinfo Log message: Update py-rasterio to 1.1.8.