Re: Update: shells/tcsh 6.21.00

2019-12-01 Thread Matthieu Herrb
On Sun, Dec 01, 2019 at 07:48:07PM +0100, Christian Weisgerber wrote: > Christian Weisgerber: > > > Here's an update for shells/tcsh to 6.21.00, which came out in May. > > People who actually use tcsh--I don't--might want to give it a try. > > > > A number of regression tests used to fail

sparc64 bulk build report

2019-12-01 Thread kmos
Bulk build on sparc64-0.ports.openbsd.org Started : Fri Nov 29 00:53:18 MST 2019 Finished: Sun Dec 1 12:31:08 MST 2019 Duration: 2 Days 11 hours 38 minutes Built using OpenBSD 6.6-current (GENERIC.MP) #139: Thu Nov 28 20:06:42 MST 2019 Built 9676 packages Number of packages built each day:

Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread manphiz
Hi Ports maintainers, I'm having trouble to get devel/spidermonkey60 to build on mips64el. The initial problem was the following error: --8<-- usr/ports/pobj/spidermonkey-60.8.0/firefox-60.8.0/js/src/jit/mips64/LIR-mips64.h:17:45: error: no matching function for call to

patch: make dpb and ports more uniform

2019-12-01 Thread Marc Espie
So dpb has been using MAKE_JOBS for a while, and landry said it would be cool to actually have it work with regular builds as well. This patch: - admits that parallel make is going to be used; - renames PARALLEL_BUILD to something that reflects its actual usage (and consumers as well):

Re: Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread Stuart Henderson
On 2019/12/01 02:14, manp...@gmail.com wrote: > However the second issue is more complicated. The error message is the > following: > > --8<-- > /usr/ports/pobj/spidermonkey-60.8.0/firefox-60.8.0/js/src/wasm/WasmSignalHandlers.cpp:101:26: > error: 'ucontext_t' {aka 'struct sigcontext'}

Re: Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread Brian Callahan
Untested, but can you try adding the attached patch? It looks like spidermonkey just forgot to copy some defines over for mips. If not I'll take a closer look at it. ~Brian On 2019-12-01 5:14 AM, manp...@gmail.com wrote: Hi Ports maintainers, I'm having trouble to get devel/spidermonkey60

Re: nextcloudclient port

2019-12-01 Thread Uwe Werler
On 16 Nov 07:13, Adriano Barbosa wrote: > Thank you all for all testing and suggestions. > Updated tarball attached. ok for importing (I can't do it) > > Em sáb., 16 de nov. de 2019 às 05:53, Giovanni Bechis > escreveu: > > > > On 11/16/19 8:49 AM, Rafael Sadowski wrote: > > > On Fri Nov 15,

WIP UPDATE: graphics/gimp/stable

2019-12-01 Thread Giovanni Bechis
Update to 2.10.14, I haven't checked if the removed plugins have been erased by upstream or they do not build anymore. Giovanni Index: Makefile === RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v retrieving revision 1.126 diff

Update: shells/tcsh 6.21.00

2019-12-01 Thread Christian Weisgerber
Here's an update for shells/tcsh to 6.21.00, which came out in May. People who actually use tcsh--I don't--might want to give it a try. A number of regression tests used to fail because the built-in echo in our sh always interprets backslash sequences. The switch to the latest autoconf has fixed

Re: Update: shells/tcsh 6.21.00

2019-12-01 Thread Josh Grosse
On Sun, Dec 01, 2019 at 05:47:46PM +0100, Christian Weisgerber wrote: > > Comments, OKs, preferably from people who use tcsh? Working for this tcsh user, so far, without any noticed regressions.

Re: WIP UPDATE: graphics/gimp/stable

2019-12-01 Thread Stuart Henderson
Will take a look later - those old filters have been replaced with GEGL-based versions. -- Sent from a phone, apologies for poor formatting. On 1 December 2019 15:34:18 Giovanni Bechis wrote: Update to 2.10.14, I haven't checked if the removed plugins have been erased by upstream or they

Re: Update: shells/tcsh 6.21.00

2019-12-01 Thread Christian Weisgerber
Christian Weisgerber: > Here's an update for shells/tcsh to 6.21.00, which came out in May. > People who actually use tcsh--I don't--might want to give it a try. > > A number of regression tests used to fail because the built-in echo > in our sh always interprets backslash sequences. The switch

FIX devel/py-prompt-toolkit

2019-12-01 Thread Björn Ketelaars
ipython is currently broken because of an import error: ImportError: cannot import name 'create_prompt_application' from 'prompt_toolkit.shortcuts' (/usr/local/lib/python3.7/site-packages/prompt_toolkit/shortcuts/__init__.py) This is caused by having a newer version of py-prompt-toolkit

Re: Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread manphiz
Thanks so much Brian! This patch works flawlessly! On 12/1/19 6:45 AM, Brian Callahan wrote: > Untested, but can you try adding the attached patch? It looks like > spidermonkey just forgot to copy some defines over for mips. If not I'll > take a closer look at it. > > ~Brian > > On 2019-12-01

Re: Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread manphiz
On 12/1/19 10:18 PM, Kurt Mosiejczuk wrote: > On Mon, Dec 02, 2019 at 01:15:17AM -0500, Brian Callahan wrote: >> On 2019-12-02 12:48 AM, manp...@gmail.com wrote: >>> Thanks so much Brian! This patch works flawlessly! > >> Great; in that case, anyone want to give an ok for the patch? > > Looks

[Update]databases/p5-DBD-Mock: Update to 1.52

2019-12-01 Thread wen heping
Hi, ports@: Here is a patch for databases/p5-DBD-Mock: i) Update to 1.52 ii) Change CONFIGURE_STYLE to modbuild tiny iii) Add devel/p5-Test-Exception as TEST_DEPENDS It build well and pass all tests on amd64-current system. Two ports depends on it:

FIX: games/dxx-rebirth on arm64

2019-12-01 Thread Brian Callahan
Hi ports -- games/dxx-rebirth has never packaged on arm64. The build checks for an assembler (that it never uses) very early on. Since there is no `as' binary on arm64, this check fails, which errors out the build. But since `as' is never used directly, we don't need to bother with this.

Fwd: [NEW] fonts/stixfonts

2019-12-01 Thread George Rosamond
ping Forwarded Message Subject: [NEW] fonts/stixfonts Date: Sat, 23 Nov 2019 13:47:24 -0500 From: George Rosamond To: OpenBSD Ports >From pkg/DESCR The Scientific and Technical Information eXchange (STIX) fonts are intended to meet the demanding needs of authors,

回复: [Update] www/p5-Dancer2-Plugin-DBIC : Update to 0.0100

2019-12-01 Thread wen heping
Revised patch. Now remove p5-DBIx-Class from RUN_DEPENDS, since it is RUN_DEPENDS of databases/p5-DBICx-Sugar, spotted by afresh@. wen 发件人: Andrew Hewus Fresh 发送时间: 2019年11月4日 4:54 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [Update]

Re: FIX devel/py-prompt-toolkit

2019-12-01 Thread Kurt Mosiejczuk
On Mon, Dec 02, 2019 at 06:24:32AM +0100, Björn Ketelaars wrote: > ipython is currently broken because of an import error: > ImportError: cannot import name 'create_prompt_application' from > 'prompt_toolkit.shortcuts' >

Re: Fails to build devel/spidermonkey60 on mips64el/loongson

2019-12-01 Thread Brian Callahan
On 2019-12-02 12:48 AM, manp...@gmail.com wrote: Thanks so much Brian! This patch works flawlessly! Great; in that case, anyone want to give an ok for the patch? ~Brian On 12/1/19 6:45 AM, Brian Callahan wrote: Untested, but can you try adding the attached patch? It looks like

Fwd: overhaul for fonts/fira-font

2019-12-01 Thread George Rosamond
ping Forwarded Message Subject: overhaul for fonts/fira-font Date: Sat, 23 Nov 2019 17:36:08 -0500 From: George Rosamond To: OpenBSD Ports The current fonts/fira-code should probably be replaced by Mozilla's actual Fira font on Github. The current one in ports contains a

Fails to build textproc/mupdf on mips64el/loongson

2019-12-01 Thread manphiz
Hi Ports maintainer, Hit another problem when trying to build textproc/mupdf, which says failed to link 32-bit and 64-bit code: /usr/bin/ld: build/release/libmupdf.a(Dingbats.cff.o): warning: linking PIC files with non-PIC files /usr/bin/ld: build/release/libmupdf.a(Dingbats.cff.o): linking

回复: [NEW] devel/p5-TOML and devel/p5-TOML-Parser

2019-12-01 Thread wen heping
Sorry for the mistake. I attached the package here. And now p5-Test-Deep-Fuzzy had been imported into ports. Cheers, wen p5-TOML.tar.gz Description: p5-TOML.tar.gz

回复: [NEW] mail/p5-Mail-Transport

2019-12-01 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2019年11月7日 16:35 收件人: ports@openbsd.org 主题: [NEW] mail/p5-Mail-Transport Hi, ports@: Here is a patch to create new port mail/p5-Mail-Transport, which is required by the update of mail/p5-Mail-Box.

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2019/12/01 11:57:21 Modified files: devel/got : distinfo Log message: upstream re-rolled tarball to fix bogus tag 0.22

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/12/01 02:36:29 Modified files: infrastructure/mk: README.internals Log message: update the internals with a few more details

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/12/01 03:37:50 Modified files: multimedia/yle-dl: Makefile distinfo Log message: Update yle-dl to 20190614. >From maintainer Timo Myyra back in August, thanks!

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2019/12/01 07:24:17 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-Makefile_am patch-src_window_c graphics/geeqie/pkg: PLIST Log message: Update to

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/12/01 07:49:15 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-133

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/12/01 07:55:22 Modified files: fonts/sgi-fonts: Makefile Log message: Remove dead HOMEPAGE. Hewlett Packard Enterprise acquired SGI in November 2016.

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/12/01 11:20:29 Modified files: devel/lpeg : Makefile Log message: Fix broken HOMEPAGE.

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2019/12/01 11:41:32 Modified files: devel/got : Makefile distinfo Log message: Update to got-0.22 - allow empty diff context context (-C0) in 'got diff' (kn@) - add '-s search-pattern' option to

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2019/12/02 00:08:08 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update for Nextcloud to 17.0.1 Tested by some

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/12/01 13:59:12 Modified files: multimedia/yle-dl: Makefile distinfo multimedia/yle-dl/pkg: PLIST Log message: Update yle-dl to 20191022. >From maintainer Timo Myyra via private mail,

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/12/01 15:03:11 Modified files: benchmarks/siege: Makefile distinfo benchmarks/siege/patches: patch-configure patch-doc_Makefile_in

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/12/01 20:38:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm net: Makefile Removed files: net/py-oauth2 : Makefile distinfo

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2019/12/02 00:07:19 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 17.0.1 Tested by some people

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2019/12/01 14:58:57 Modified files: editors/dte: Makefile distinfo Log message: Update to dte-1.9.1; just build system fixes.

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2019/12/01 13:34:46 Modified files: mail/kopano: Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-Makefile_am

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/12/01 15:44:13 Modified files: x11/vlc: Makefile distinfo x11/vlc/patches: patch-compat_Makefile_am patch-configure_ac patch-modules_access_v4l2_lib_c

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/12/01 22:06:07 Modified files: sysutils/py-statgrab: Makefile Log message: Move tests from custom do-test to MODPY_PYTEST Also drop TEST_DEPENDS on self in favor of pointing at compiled version

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/12/01 21:42:47 Modified files: sysutils/py-daemon: Makefile Log message: Move tests to MODPY_PYTEST

CVS: cvs.openbsd.org: ports

2019-12-01 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/12/01 22:20:32 Modified files: telephony/py-phonenumbers: Makefile Log message: Move tests to MODPY_PYTEST. This gives us 322 regression tests rather than only 26.