Build security/botan on riscv64

2021-07-24 Thread Jeremie Courreges-Anglas
The following patch lets security/botan build on riscv64. I wrote a minimal description file, since I couldn't find one in the latest 1.11 (.34) release available upstream. Configure extract: --8<-- [...] >>> Running configure in security/botan at 1626992720.48 ===> security/botan ===> Generat

Re: [update] audio/grip 4.2.0 -> 4.2.2 (+unsigned char archs fix)

2021-07-24 Thread Jeremie Courreges-Anglas
On Fri, Jul 23 2021, Charlene Wendling wrote: > Hi, > > Here is an update for grip to 4.2.2. Upstream changes: > > --8<-- > v4.2.2 2021-07-07 > * Patch from D. J. Slattery: fix crash on startup due to invalid > pointer > v4.2.1 2021-05-30 > * Translation updates: Italian > * Update doc

Re: [macppc, arm*] Fix an infinite loop in converters/ish

2021-07-24 Thread Jeremie Courreges-Anglas
On Sat, Jul 24 2021, Charlene Wendling wrote: > Hi, > > Decoding using the -lf option on powerpc made ish freeze. A looped > fgetc(3) call never reached EOF, since the return value was stored > as a char, that is unsigned on powerpc and arm*, instead of int. > > --8<-- > $ cd /tmp && cp /bin/ls .

Re: NEW: devel/knfmt

2021-07-23 Thread Jeremie Courreges-Anglas
On Fri, Jul 23 2021, Anton Lindqvist wrote: > Hi, > The knfmt[1] utility formats source code files to conform to the Kernel > Normal Form (KNF) in a best effort fashion. It's not a silver bullet but > is able to get the rudimentary formatting right. > > By default, source code is read from standar

Re: Update security/keyringer 0.5.6

2021-07-21 Thread Jeremie Courreges-Anglas
On Sun, Jul 18 2021, Stefan Hagen wrote: > Grégoire Jadi wrote: >> Grégoire Jadi writes: >> >> And now with the actual diff... > > I created a keyring and generated / added and retrieved a password. Committed, thanks Gregoire and thank you Stefan for your tests. -- jca | PGP : 0x1524E7EE / 5135

Re: [UPDATE] devel/jansson

2021-07-16 Thread Jeremie Courreges-Anglas
On Fri, Jul 16 2021, Stuart Henderson wrote: > On 2021/07/16 13:23, Kirill Bychkov wrote: >> On Fri, July 16, 2021 12:57, Stuart Henderson wrote: >> > On 2021/07/16 12:08, Kirill Bychkov wrote: >> >> Hi, >> >> This is a bugfix update for jansson. >> >> All consumers are building fine. >> >> Change

Re: Emacs patch, tests welcome

2021-07-16 Thread Jeremie Courreges-Anglas
On Fri, Jul 16 2021, Manuel Giraud wrote: > Jeremie Courreges-Anglas writes: > >> On Thu, Jul 15 2021, Manuel Giraud wrote: >>> FWIW, it seems that this patch also solves an issue I had: >>> M-x list-packages used to fail at contacting elpa.gnu.org. >> >&g

Re: Emacs patch, tests welcome

2021-07-15 Thread Jeremie Courreges-Anglas
On Wed, Jul 14 2021, Jeremie Courreges-Anglas wrote: > Since ~4 years I've received reports of emacs hanging in certain > situations, without a good hint about what was wrong. > > https://marc.info/?l=openbsd-ports&m=150996114220295&w=2 > https://debbugs.gnu.org

Re: Emacs patch, tests welcome

2021-07-15 Thread Jeremie Courreges-Anglas
On Thu, Jul 15 2021, Manuel Giraud wrote: > FWIW, it seems that this patch also solves an issue I had: > M-x list-packages used to fail at contacting elpa.gnu.org. Ouch I think I spotted this one earlier but couldn't pinpoint it. And indeed I can't reproduce with CVS head. -- jca | PGP : 0x152

riscv64 support for devel/nspr

2021-07-15 Thread Jeremie Courreges-Anglas
riscv64 is pretty similar to aarch64 so reuse its description. JB_SP_INDEX comes from src/lib/libc/arch/riscv64/gen/setjmp.S I have only used defined(__riscv) checks since: - those files are OS-dependant - all we support is RV64 - there are no plans to support the 32 bits ISA This is different f

Emacs patch, tests welcome

2021-07-14 Thread Jeremie Courreges-Anglas
Since ~4 years I've received reports of emacs hanging in certain situations, without a good hint about what was wrong. https://marc.info/?l=openbsd-ports&m=150996114220295&w=2 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29170 Yesterday evening Gregoire wanted to nail down this bug and aft

[update] samba-4.14.6

2021-07-13 Thread Jeremie Courreges-Anglas
A straightforward update ports-wise. https://www.samba.org/samba/history/samba-4.14.6.html Test reports welcome! Index: Makefile === RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.299 diff -u -p -r1.299 Makefi

Re: [macppc, base libexecinfo] Unbreak editors/emacs

2021-07-13 Thread Jeremie Courreges-Anglas
On Tue, Jul 13 2021, Charlene Wendling wrote: > On Tue, 13 Jul 2021 01:51:28 +0200 > Jeremie Courreges-Anglas wrote: > >> On Mon, Jul 12 2021, Charlene Wendling wrote: >> > Hi, >> > >> > This is the first bulk with base libexecinfo. >> > >

Re: [macppc, base libexecinfo] Unbreak editors/emacs

2021-07-12 Thread Jeremie Courreges-Anglas
bin.charlenew.xyz/emacs.gtk2.log > [2] https://bin.charlenew.xyz/emacs.no_x11.log > > Index: Makefile > === > RCS file: /cvs/ports/editors/emacs/Makefile,v > retrieving revision 1.99 > diff -u -p -u -p -r1.99 Makefile > --- Makefile 12 Jun 2021 23:17:50 -

Re: database/postgresql add riscv64 support

2021-07-12 Thread Jeremie Courreges-Anglas
On Tue, Jul 13 2021, Matthieu Herrb wrote: > Hi, > > This patch adds riscv64 support to postgresql and postgresql-previous. > copied from FreeBSD ports. > > ok ? Your patch *looks* fine from a quick glance, it's the same patch that has been proposed upstream earlier. But at least Tom Lane (long

Re: Move devel/jansson to CONFIGURE_STYLE=gnu

2021-07-09 Thread Jeremie Courreges-Anglas
On Fri, Jul 09 2021, Stuart Henderson wrote: > On 2021/07/09 12:17, Jeremie Courreges-Anglas wrote: >> >> Hi, >> >> when trying to build editors/emacs,no_x11 I noticed that cmake (and >> thus python) were needed to build jansson. That's a bit much in m

Move devel/jansson to CONFIGURE_STYLE=gnu

2021-07-09 Thread Jeremie Courreges-Anglas
Hi, when trying to build editors/emacs,no_x11 I noticed that cmake (and thus python) were needed to build jansson. That's a bit much in my book. It turns out that upstream jansson seems to advertize ./configure instead of cmake. Also: - the autotools build provides shared and static libs by d

Re: gnupg update

2021-07-06 Thread Jeremie Courreges-Anglas
On Mon, Jul 05 2021, Stuart Henderson wrote: > On 2021/07/05 11:53, Stuart Henderson wrote: >> On 2021/07/05 11:25, Edd Barrett wrote: >> > If those are committed, then the only out-of-date gnupg-related >> > component would be gpgme (which I've not had time to look at yet, >> > sorry). >> >> I c

Re: [UPDATE] astro/sunclock to 3.57

2021-07-06 Thread Jeremie Courreges-Anglas
On Wed, Jul 07 2021, Kinichiro Inoguchi wrote: > This is update for sunclock 3.57. > > - remove REVISION for the first revision of 3.57. > - change MASTER_SITES to github. This looks better than what I had, at least because my stubborn diff was using GH_PROJECT/GH_COMMIT/etc instead of using a st

Re: gnupg update

2021-07-05 Thread Jeremie Courreges-Anglas
On Mon, Jul 05 2021, Stuart Henderson wrote: > On 2021/07/05 11:25, Edd Barrett wrote: >> Hi, >> >> On Mon, Jul 05, 2021 at 12:13:38PM +0200, Jeremie Courreges-Anglas wrote: >> > ok jca@ fwiw but as I said Edd has a wip update to 2.3.1. >> >> In hin

Re: gnupg update

2021-07-05 Thread Jeremie Courreges-Anglas
On Mon, Jul 05 2021, Stuart Henderson wrote: > On 2021/07/05 12:13, Jeremie Courreges-Anglas wrote: >> On Mon, Jul 05 2021, Stuart Henderson wrote: >> > There have been a few releases since the version in ports so I won't >> > copy the whole lot here, but

Re: gnupg update

2021-07-05 Thread Jeremie Courreges-Anglas
On Mon, Jul 05 2021, Stuart Henderson wrote: > There have been a few releases since the version in ports so I won't > copy the whole lot here, but release notes are in > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=NEWS;h=e37d5aa5d46276e0e3e462b7619c9678e374ab69;hb=695a879af81e895

Re: update games/mnemosyne 2.8

2021-07-05 Thread Jeremie Courreges-Anglas
On Sun, Jul 04 2021, Grégoire Jadi wrote: > Hi, > > Please find attached an update for Mnemosyne 2.8. > > I tested the application GUI, web server and sync server; ran > update-plist and portcheck. > > Here is the Changelog: > > Mnemosyne 2.8 : 2021-06-28 > > - Added an option to stop showing card

Re: OpenBSD ports: graywolf broken

2021-07-04 Thread Jeremie Courreges-Anglas
On Fri, Jul 02 2021, Alessandro De Laurenzis wrote: > Weekly ping! Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: boehm-gc : riscv64 support

2021-06-29 Thread Jeremie Courreges-Anglas
On Tue, Jun 29 2021, Matthieu Herrb wrote: > Hi, > > the patch below adds support for OpenBSD/riscv64 to boehm-gc. All > tests pass: > > make check-TESTS > PASS: cordtest > PASS: gctest > PASS: leaktest > PASS: middletest > PASS: smashtest > PASS: hugetest > PASS: realloc_test > PASS: staticroots

Re: [Maintainer Update] devel/fmt: 7.1.3 -> 8.0.0

2021-06-28 Thread Jeremie Courreges-Anglas
On Wed, Jun 23 2021, Ashton Fagg wrote: > The attached diff updates devel/fmt to 8.0.0. > > Builds on amd64. Tests need to be fixed but library seems to work > ok. I'll look into the tests, probably need to upstream some stuff > again. When you update a library, please state the consumers you hav

[update] samba-4.14.5

2021-06-26 Thread Jeremie Courreges-Anglas
Hi there, ports-wise, a straightforward update to the latest samba release (Tuesday, June 1 2021). Release notes: https://www.samba.org/samba/history/samba-4.14.5.html Runtime tests welcome. ? log Index: Makefile === RCS file: /

Re: build failures in ocaml ports

2021-06-23 Thread Jeremie Courreges-Anglas
On Wed, Jun 23 2021, Stuart Henderson wrote: > Hit these on i386, ideas anyone? No idea why ocamlfind would error out like this. Could you install findlib and try the failing commands? /usr/local/bin/ocamlfind' query -format %v findlib ocamlfind ocamlc -package "unix bigarray " -c bytearray

Re: feedparser 6 drops Python 2 support, what to do?

2021-06-21 Thread Jeremie Courreges-Anglas
On Sun, Jun 20 2021, Kaashif Hymabaccus wrote: > Hello ports@, > > I was looking at upgrading mail/rss2email to 3.13.1, but this would > require textproc/py-feedparser to be upgraded to version 6, due to > rss2email relying on some changes made in version 6. > > The problem is that feedparser 6 ma

Re: feedparser 6 drops Python 2 support, what to do?

2021-06-20 Thread Jeremie Courreges-Anglas
On Sun, Jun 20 2021, Stuart Henderson wrote: > On 2021/06/20 12:19, Daniel Jakots wrote: >> On Sun, 20 Jun 2021 16:13:56 +0100, Kaashif Hymabaccus >> wrote: >> >> > Hello ports@, >> > >> > I was looking at upgrading mail/rss2email to 3.13.1, but this would >> > require textproc/py-feedparser to

Re: [macppc, arm*] Unbreak misc/uniutils' unireverse

2021-06-19 Thread Jeremie Courreges-Anglas
On Sat, Jun 19 2021, Charlene Wendling wrote: > Hi, > > From macppc bulk logs: > >> unireverse.c:173:10: warning: result of comparison of constant -1 >> with expression of type 'char' is always false > > On macppc the unireverse runtime goes like this: > >> $ printf "infinite\nloop" | unireverse >

Re: Update to pqiv-2.12

2021-06-19 Thread Jeremie Courreges-Anglas
On Thu, Apr 22 2021, Daniel Jakots wrote: > On Sat, 3 Apr 2021 12:56:57 -0400, Daniel Jakots wrote: > >> Hi, >> >> Here's a diff to update pqiv and drop maintainership. >> >> Minimalist changelog: >> https://github.com/phillipberndt/pqiv/releases/tag/2.12 >> >> I'll upstream the diff soon™. >>

Re: [update] openvpn-auth-ldap 2.0.4

2021-06-02 Thread Jeremie Courreges-Anglas
On Wed, Jun 02 2021, Landry Breuil wrote: > Le Mon, May 31, 2021 at 04:57:49PM +0200, Landry Breuil a écrit : >> Hi, >> >> there's been a new release on github in 2019, after the last one we're >> still shipping from 2007.. cf >> https://github.com/threerings/openvpn-auth-ldap/releases/tag/auth-l

Re: [MAINTAINER UPDATE] devel/sord -> 0.16.8

2021-05-31 Thread Jeremie Courreges-Anglas
On Sun, May 30 2021, Dimitri Karamazov wrote: > Simple for devel/sord to 0.16.8 > > Changelog:https://drobilla.net/category/sord/ > > No dynamic export changes This... > External reference changes: > added: > fwrite > > removed: > fprintf > > PLT removed: > sord_contains >

Re: Drop python2 flavor of net/py-socketio-client

2021-05-16 Thread Jeremie Courreges-Anglas
On Sun, May 16 2021, Kurt Mosiejczuk wrote: > py-socketio-client's only consumer, py-ripe.atlas.cousteau, is python3-only. > We can safely drop the python2 flavor. > > ok? See below, > --Kurt > > Index: net/py-socketio-client/Makefile > ===

Re: graphics/blender fix GLTF2 exporter

2021-05-15 Thread Jeremie Courreges-Anglas
On Sat, May 15 2021, Marc Espie wrote: > On Sat, May 15, 2021 at 10:45:19AM +0200, Omar Polo wrote: >> "openbsd6" comes directly from python' sys.platform. I find that >> strange too, but I assume it's for a good reason. Python (and python >> porting) is not really my area of expertise. > > Nope

Re: [update] databases/lmdb to 0.9.29

2021-05-12 Thread Jeremie Courreges-Anglas
On Tue, May 11 2021, Aisha Tammy wrote: > On 5/10/21 5:22 PM, Jeremie Courreges-Anglas wrote: >> On Mon, May 10 2021, Aisha Tammy wrote: >>> Hi, >> Hi, >> >>> I've reattached the patch for lmdb update. >> Note that it still doesn't apply.

Re: [update] samba-4.14.4 + tdb and libtalloc updates

2021-05-12 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Jeremie Courreges-Anglas wrote: > Here's an update to the latest samba release. > > I finally figured out what was breaking ld(1) on sparc64/ld.bfd archs: > Explicit versions in ld(1) version scripts. I've kept them in > databases/tdb and devel/lib

Re: Unbreak kde-applications/kde-dev-scripts (draw_lib_dependencies)

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Rafael Sadowski wrote: > Fix draw_lib_dependencies which is a handy to to create such kind of > graphs: > > https://sizeofvoid.org/pub/OpenBSD/libKF5Attica.so.5.0.png > > $ draw_lib_dependencies /usr/local/lib/libKF5Attica.so.5.0 > /tmp/libKF5Attica.so.5.0.png > Analyzing dep

Re: [macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Charlene Wendling wrote: > Hi, > > qtwebkit does not build in the current macppc bulk, the first with > clang-11: > >> ../Source/WTF/wtf/Atomics.cpp:63:9: error: definition of builtin function >> '__sync_add_and_fetch_8' >> int64_t __sync_add_and_fetch_8(int64_t volatile* ad

Re: textproc/libxml CVE-2021-3537

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Alexander Bluhm wrote: > Hi, > > ok to fix CVE-2021-3537 ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: flake8-3.8.4 is broken after 6.9 upgrade

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, K R wrote: > Hi ports@, > > After an upgrade to OpenBSD 6.9, flake8 no longer works: > > --- > [...] > File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", > line 3264, in _initialize_master_working_set > working_set = WorkingSet._build_master() > F

Re: invasive build ; writing to /usr/local

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Björn Gohla wrote: > hi all, > > i'm trying to make a port, and the problem i ran into is that their > build system tries to write linker output directly to /usr/local . i > imagine it will be impossible to create a package this way. > > is there any way that the ports infrast

Re: [update] databases/lmdb to 0.9.29

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Aisha Tammy wrote: > Hi, Hi, > I've reattached the patch for lmdb update. Note that it still doesn't apply. ;) > This time I've also added a patch from debian which adds a pkgconfig file. I'll leave that out unless I get a good reason to diverge from upstream. > There ha

Re: [update] databases/lmdb to 0.9.29

2021-05-02 Thread Jeremie Courreges-Anglas
On Sun, May 02 2021, Aisha Tammy wrote: > Hi, > >  I've attached an update to lmdb to latest, all tests are passing. Thanks, but the patch doesn't apply. No need to resend, though. I have not looked in depth, but I have questions: - this changes MASTER_SITES. Do you have a good reason except f

Re: UPDATE: security/apg-go

2021-05-01 Thread Jeremie Courreges-Anglas
On Thu, Apr 29 2021, Winfried Neessen wrote: > Hi! > > Here is a diff to update security/apg-go to the latest v0.3.2: > > --- /home/wneessen/apg-go/Makefile Sun Apr 18 09:40:59 2021 > +++ /usr/ports/security/apg-go/Makefile Thu Apr 29 15:03:15 2021 > @@ -4,7 +4,7 @@ COMMENT = "a

Re: [stable] openvpn-2.4.11 security update

2021-04-25 Thread Jeremie Courreges-Anglas
On Sat, Apr 24 2021, Theo Buehler wrote: > On Sat, Apr 24, 2021 at 02:10:08AM +0200, Jeremie Courreges-Anglas wrote: >> >> To anyone with a 6.8 build machine, please build-test this and report >> back. > > Builds fine on an amd64/6.8-stable box here. Committed, tha

net/samba: drop AD DC support

2021-04-23 Thread Jeremie Courreges-Anglas
The AD DC support has been suffering from a crash since a long time already (maybe 2018). samba version 4.9.18 started. Copyright Andrew Tridgell and the Samba Team 1992-2018 === INTERNAL ERROR: Signal 11 in pid 9341 (4.9.18) If you are

[stable] openvpn-2.4.11 security update

2021-04-23 Thread Jeremie Courreges-Anglas
To anyone with a 6.8 build machine, please build-test this and report back. To the folks using an openvpn server on 6.8: make sure you build and test this upgrade, and report back. Details: https://community.openvpn.net/openvpn/wiki/CVE-2020-15078 Index: Makefile ===

Re: [update] emacs-27.2

2021-04-05 Thread Jeremie Courreges-Anglas
On Mon, Apr 05 2021, YASUOKA Masahiko wrote: > Hi, > > On Sat, 03 Apr 2021 21:26:36 +0200 > Jeremie Courreges-Anglas wrote: >> Update to emacs-27.2, a bugfix only release, except maybe for an update >> of Org Mode. The fix for GTK+3 from yazuoka@ has been merged. > &

Re: [update] emacs-27.2

2021-04-03 Thread Jeremie Courreges-Anglas
On Sat, Apr 03 2021, Kenneth Westerback wrote: > Got a emacs-27.2-gtk3 package I can download? Try those (all flavors are available): https://russell.wxcvbn.org/pub/OpenBSD/snapshots/emacs-27.2/ > Ken > > On Sat., Apr. 3, 2021, 3:32 p.m. Jeremie Courreges-Angl

[update] emacs-27.2

2021-04-03 Thread Jeremie Courreges-Anglas
Update to emacs-27.2, a bugfix only release, except maybe for an update of Org Mode. The fix for GTK+3 from yazuoka@ has been merged. Since emacs-27 doesn't play linking games any more, closs-platform tests are less relevant (but still welcome). And since release is approaching I'd prefer to g

Re: [update] security/keyringer 0.5.5

2021-03-16 Thread Jeremie Courreges-Anglas
On Mon, Mar 15 2021, Grégoire Jadi wrote: > Hi, > > Here is an update to keyringer 0.5.5. Works with my workflow and the > new settings *_AFTER_ENCRYPT work too. > > 2019-03-25 - 0.5.5 - Silvio Rhatto > Adds COMMIT_AFTER_ENCRYPT setting > Adds PUSH_AFTER_ENCRYPT setting >

Re: [patch] editor/emacs: crash in Mew

2021-02-27 Thread Jeremie Courreges-Anglas
On Sat, Feb 27 2021, YASUOKA Masahiko wrote: > Hi, > > I'd like to add a patch to avoid crashes in Mew. When I am composing > mail messages on Mew, emacs crashes frequently. The patch fixes this > problem and come from the upstream. > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46791 is the

ipv6-toolkit: fix for -fno-common

2021-02-21 Thread Jeremie Courreges-Anglas
As reported by naddy@ this fails to build after clang switched to -fno-common. --8<-- ===> Building for ipv6toolkit-2.0p0 cc -O2 -pipe -Wall -c -o libipv6.o tools/libipv6.c cc -O2 -pipe -Wall -o addr6 tools/addr6.c libipv6.o -lpcap -lm cp tools/blackhole6 ./ cc -O2 -pipe -Wall -o flow6 tool

Re: FIX x11/compiz/plugins-main -fno-common

2021-02-14 Thread Jeremie Courreges-Anglas
On Sat, Feb 13 2021, Christian Weisgerber wrote: > Bjorn Ketelaars: > >> Fix taken from >> https://github.com/compiz-reloaded/compiz-plugins-main/commit/1f39291442513c08930bef308d0ce9dccea74589 > > That enum isn't used anywhere?! The enum constants are used, but the OpType enum variable isn't. Th

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-31 Thread Jeremie Courreges-Anglas
On Sat, Jan 23 2021, Bjorn Ketelaars wrote: > On Sat 23/01/2021 18:22, Jeremie Courreges-Anglas wrote: >> On Sat, Jan 23 2021, Stuart Henderson wrote: >> > On 2021/01/23 13:33, Jeremie Courreges-Anglas wrote: >> >> On Fri, Jan 22 2021, Bjorn Ketelaars wrote: >

Re: unbreak devel/spidermonkey78 on sparc64 (wip)

2021-01-24 Thread Jeremie Courreges-Anglas
On Sun, Jan 24 2021, Sebastien Marie wrote: > Hi, > > With the following (wip) diff, I am able to unbreak > devel/spidermonkey78 on sparc64, and build it successfully. > > There were two differents problems: > > - ErrorReport.h is using va_list without including stdarg.h > > - rust part needs port

Re: tdb: split py2 bindings into -python package

2021-01-23 Thread Jeremie Courreges-Anglas
On Sat, Jan 23 2021, Klemens Nanni wrote: > On Sat, Jan 23, 2021 at 08:24:23PM +, Stuart Henderson wrote: >> hmm, shouldn't that just be called "py-tdb"? that will leave things >> open to adding a py3 flavour too. > Some ports go with the "-python" suffix such as security/sudo for > example an

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-23 Thread Jeremie Courreges-Anglas
On Sat, Jan 23 2021, Stuart Henderson wrote: > On 2021/01/23 13:33, Jeremie Courreges-Anglas wrote: >> On Fri, Jan 22 2021, Bjorn Ketelaars wrote: >> > >> > Don't think so. If we are building on a non-native arch we want to make >> > sure that lang/oca

Re: tdb: split py2 bindings into -python package

2021-01-23 Thread Jeremie Courreges-Anglas
> +PKGNAME-main=tdb-${V} > +REVISION-main= 0 > +PKGNAME-python= tdb-python-${V} > +MULTI_PACKAGES= -main -python > > # 0750 on Makefile and other files breaks update-patches with > PORTS_PRIVSEP=Yes > FIX_EXTRACT_PERMISSIONS= Yes >

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-23 Thread Jeremie Courreges-Anglas
On Fri, Jan 22 2021, Bjorn Ketelaars wrote: > On Fri 22/01/2021 08:19, Jeremie Courreges-Anglas wrote: >> On Fri, Jan 22 2021, Bjorn Ketelaars wrote: >> > On Thu 21/01/2021 23:29, Jeremie Courreges-Anglas wrote: >> >> On Thu, Jan 21 2021, Stuart Henderson wrot

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-21 Thread Jeremie Courreges-Anglas
On Fri, Jan 22 2021, Bjorn Ketelaars wrote: > On Thu 21/01/2021 23:29, Jeremie Courreges-Anglas wrote: >> On Thu, Jan 21 2021, Stuart Henderson wrote: >> > On 2021/01/21 06:43, Bjorn Ketelaars wrote: >> >> On Wed 20/01/2021 21:42, Jeremie Courreges-Anglas wrot

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-21 Thread Jeremie Courreges-Anglas
On Thu, Jan 21 2021, Daniel Dickman wrote: > On Thu, Jan 21, 2021 at 5:30 PM Jeremie Courreges-Anglas > wrote: >> >> >> I suspect that most people caring about OCaml in ports have thought >> about this before, hopefully they can share their ideas. :) >> &

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-21 Thread Jeremie Courreges-Anglas
On Thu, Jan 21 2021, Stuart Henderson wrote: > On 2021/01/21 06:43, Bjorn Ketelaars wrote: >> On Wed 20/01/2021 21:42, Jeremie Courreges-Anglas wrote: >> > On Wed, Jan 20 2021, Bjorn Ketelaars wrote: >> > > (Maintainer timeout) >> > > >> > >

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Jeremie Courreges-Anglas
On Tue, Jan 19 2021, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > As often '-Wl,--as-needed' causes undefined reference errors with > ld.bfd. Surprisingly

Re: Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-20 Thread Jeremie Courreges-Anglas
On Wed, Jan 20 2021, Bjorn Ketelaars wrote: > (Maintainer timeout) > > ocaml is currently a RDEP for all ports that are build with it. This is > unnecessary for a couple of them, i.e. net/unison. As far as I know, programs written in OCaml should run without the OCaml runtime installed on ${OCAML

Re: [Update] net/libpsl : Update to 0.21.1

2021-01-19 Thread Jeremie Courreges-Anglas
On Fri, Jan 15 2021, wen heping wrote: > Hi, > >Here is a patch for net/libpsl : > i) Update to 0.21.1 > ii) Switch build with python3 > iii) Regenerator the patch > >It build well and pass all tests on amd64-current system. > >3 ports depends on libpsl: > net/w

Re: [UPDATE] graphics/openimageio

2021-01-07 Thread Jeremie Courreges-Anglas
On Wed, Jan 06 2021, Dimitri Karamazov wrote: > On Tue, Jan 05, 2021 at 10:00:55PM +0100, Jeremie Courreges-Anglas wrote: >> On Mon, Jan 04 2021, Dimitri Karamazov wrote: >> > On Sun, Jan 03, 2021 at 07:46:29PM +0100, Jeremie Courreges-Anglas wrote: >> >> On Sun,

Re: [UPDATE] graphics/openimageio

2021-01-05 Thread Jeremie Courreges-Anglas
On Mon, Jan 04 2021, Dimitri Karamazov wrote: > On Sun, Jan 03, 2021 at 07:46:29PM +0100, Jeremie Courreges-Anglas wrote: >> On Sun, Jan 03 2021, Dimitri Karamazov wrote: >> > Update graphics/openimageio to 2.2.10.0 >> > >> > Build & run tested blend

Re: [UPDATE] graphics/openimageio

2021-01-05 Thread Jeremie Courreges-Anglas
On Mon, Jan 04 2021, Dimitri Karamazov wrote: > On Sun, Jan 03, 2021 at 07:46:29PM +0100, Jeremie Courreges-Anglas wrote: >> On Sun, Jan 03 2021, Dimitri Karamazov wrote: >> > Update graphics/openimageio to 2.2.10.0 >> > >> > Build & run tested blend

Re: [UPDATE] graphics/openimageio

2021-01-03 Thread Jeremie Courreges-Anglas
On Sun, Jan 03 2021, Dimitri Karamazov wrote: > Update graphics/openimageio to 2.2.10.0 > > Build & run tested blender with it. > 14 out of 54 tests fail. > Atleast 3 of them fail because of some > optional dependencies not being turned on. > Like OpenVDB,libheif and ptex. > Removed the USE_DICOM

Re: New: Ruby 3.0.0

2021-01-03 Thread Jeremie Courreges-Anglas
On Sun, Jan 03 2021, Jeremy Evans wrote: > On 01/03 05:26, Jeremie Courreges-Anglas wrote: >> On Fri, Dec 25 2020, Jeremy Evans wrote: >> > Here's a port for the recently released Ruby 3.0.0. >> > >> > Release notes at: >> > http://www.ru

Re: New: Ruby 3.0.0

2021-01-03 Thread Jeremie Courreges-Anglas
On Fri, Dec 25 2020, Jeremy Evans wrote: > Here's a port for the recently released Ruby 3.0.0. > > Release notes at: > http://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ > > Tested on amd64. OKs to import? sparc64 strikes again! ruby now tries to use __thread, which fails with our

Re: [update] devel/libofx 0.10.0

2021-01-03 Thread Jeremie Courreges-Anglas
On Sun, Jan 03 2021, Landry Breuil wrote: > Hi, > > here's an update to libofx, cf > https://github.com/libofx/libofx/releases/tag/0.10.0. > > i've successfully built all its consumers > (productivity/{gnucash,grisbi,kmymoney,homebank} but i havent tested > those at runtime, so feedback from users

Re: [New] devel/fmt

2021-01-02 Thread Jeremie Courreges-Anglas
On Sat, Jan 02 2021, Rafael Sadowski wrote: > On Sat Jan 02, 2021 at 03:44:22PM +0100, Jeremie Courreges-Anglas wrote: >> On Tue, Dec 15 2020, Ashton Fagg wrote: >> > Ping. Updated version attached. >> >> BTW upstream provides proper releases upstream, see the zip

Re: Ping - [New] devel/flatbuffers

2021-01-02 Thread Jeremie Courreges-Anglas
On Mon, Dec 07 2020, Ashton Fagg wrote: > Ping again. Just like devel/fmt, looking for another ok to import this. Tarball attached. > Ashton Fagg writes: > >> >> Hello folks, >> >> Just wondering if anyone is still interesting in importing this port? >> Reviewer-agreed version attached from the

Re: [New] devel/fmt

2021-01-02 Thread Jeremie Courreges-Anglas
rovement (generating the documentation would still require extra bdeps). Such possible improvements can be done in-tree. We need another ok to import this. Same tarball attached for convenience. > Ashton Fagg writes: > >> Jeremie Courreges-Anglas writes: >> >>> [...] >>

Re: [macppc] Unbreak games/scummvm

2021-01-01 Thread Jeremie Courreges-Anglas
On Fri, Jan 01 2021, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/powerpc/2020-12-15/games/scummvm.log > > Classic relocation issue, i should have provided that fix earlier. > > With the below diff, scummvm builds on macppc [0]. I also successfully > tested the runtime

Re: update devel/pcre2 10.36

2020-12-28 Thread Jeremie Courreges-Anglas
On Mon, Dec 28 2020, Nam Nguyen wrote: > Here is an update to devel/pcre2 10.36, released on Dec. 4, 2020. > > changelog: > https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?revision=1287&view=markup > > This diff: > - uses tr instead of gsed in RunGrepTest (from jca@) > - drops TEST_DEPENDS on text

Re: py-dnspython py2/py3 version split

2020-11-27 Thread Jeremie Courreges-Anglas
On Fri, Nov 27 2020, Ian McWilliam wrote: > Our samba in tree is out of date and discontinued in 2020-03-03. It contains > CVEs. > > Moving to a stable samba 4.13.x that supports python 3 would be the thing to > do. If I remember > last time Jeremie jca@ attempted this, there were sparc64 issues

Re: update x11/wxWidgets to 3.0.5

2020-11-22 Thread Jeremie Courreges-Anglas
On Sun, Nov 22 2020, Daniel Dickman wrote: > On Sun, 22 Nov 2020, Jeremie Courreges-Anglas wrote: > >> On Sun, Nov 22 2020, Daniel Dickman wrote: >> > This is a minor point release for wxWidgets but upstream says it is a >> > highly recommended upgrade bringing

Re: update x11/wxWidgets to 3.0.5

2020-11-22 Thread Jeremie Courreges-Anglas
On Sun, Nov 22 2020, Daniel Dickman wrote: > This is a minor point release for wxWidgets but upstream says it is a > highly recommended upgrade bringing about 2 years of bug fixes and > improvements. > > I've compile tested about 30 consumers of wxWidgets on amd64. That is good. It would be go

Re: retirement proposal: audio/zeya, py2 version of audio/py-tagpy

2020-11-13 Thread Jeremie Courreges-Anglas
On Fri, Nov 13 2020, Stuart Henderson wrote: > This web-based (HTML5) media player was added in 2011, has had one > version update (also in 2011), the previous port maintainer doesn't > respond any more, and upstream says > > Python 2.5+ (2.6+ recommended) > Latest release: 0.6 17 September 2011

Re: devel/boost: drop python2 support and speed up make fake

2020-11-13 Thread Jeremie Courreges-Anglas
On Fri, Nov 13 2020, Stuart Henderson wrote: > On 2020/11/08 01:46, Jeremie Courreges-Anglas wrote: >> >> This diff drops boost_python27 and boost_numpy27. > > Dropping boost_python27* needs work first; That is correct, I had a draft mail about it but ENOTIME. tl;dr my gre

Re: devel/boost: drop python2 support and speed up make fake

2020-11-11 Thread Jeremie Courreges-Anglas
On Mon, Nov 09 2020, Jeremie Courreges-Anglas wrote: > On Sun, Nov 08 2020, Rafael Sadowski wrote: >> On Sun Nov 08, 2020 at 01:46:14AM +0100, Jeremie Courreges-Anglas wrote: >>> >>> This diff drops boost_python27 and boost_numpy27. I switched the >>> def

Re: [New] devel/fmt

2020-11-11 Thread Jeremie Courreges-Anglas
On Mon, Nov 09 2020, Ashton Fagg wrote: > Jeremie Courreges-Anglas writes: > >> Here are some items that need fixing: tl;dr everything looks good except WANTLIB. [...] >> * WANTLIB is off, don't copy/paste it from other ports. You can just >> copy/paste the s

Re: gpg no uid patch

2020-11-11 Thread Jeremie Courreges-Anglas
On Wed, Nov 11 2020, Edd Barrett wrote: > Hi, > > While working with keys.openpgp.org, I've become aware of a patch that > allows gpg to recieve keys with no uid: > > https://keys.openpgp.org/about/faq#older-gnupg > > Perhaps that's good for privacy, but upstream have rejected the patch. Tricky..

Re: Fix emacs-anthy with emacs 27.1

2020-11-09 Thread Jeremie Courreges-Anglas
On Tue, Nov 10 2020, YASUOKA Masahiko wrote: > Hi, > > "preedit" of emacs-anthy is broken with mojibake. > https://yasuoka.net/~yasuoka/images/e03ed2a23747c967672791440c5900f9.png > > ok? LGTM, ok jca@ > Fix anthy.el not to use deleted process-kill-without-query. > > Index: inputmethods/anthy/Ma

Re: [New] devel/fmt

2020-11-09 Thread Jeremie Courreges-Anglas
On Sun, Nov 08 2020, Ashton Fagg wrote: > Ashton Fagg writes: > >> Per discussion in the flatbuffers thread (Marc & Jeremie cc'd), here is >> an updated version of the fmt port. Tested the same way as before. >> >> Only changes are some whitespace clean up and the appropriate >> SHARED_LIBS entry

Re: [New] devel/flatbuffers

2020-11-08 Thread Jeremie Courreges-Anglas
On Sun, Nov 08 2020, Ashton Fagg wrote: > Ashton Fagg writes: > >> Thanks for the feedback. >> >> I need them for my own purposes, but if others want to use them for >> other ports - that'd be awesome. I have another library I need which >> depends on fmt. >> >> I'll update the port with your sug

Re: devel/boost: drop python2 support and speed up make fake

2020-11-08 Thread Jeremie Courreges-Anglas
On Sun, Nov 08 2020, Rafael Sadowski wrote: > On Sun Nov 08, 2020 at 01:46:14AM +0100, Jeremie Courreges-Anglas wrote: >> >> This diff drops boost_python27 and boost_numpy27. I switched the >> defaults to python3 but the boost-build .py files aren't ready for

audio/solfege: update and move to python3/gtk3

2020-11-08 Thread Jeremie Courreges-Anglas
cc'ing bcallah@, spotted in cvs log, and ajacoutot@ because py-gtk2 The current solfege port seems unstable (lots of errors at runtime). This update seems to work more reliably in my limited testing. Moving to python3 and gtk3 instead of py-gtk2 is the reason why I took a look. Neither xsltproc

Re: [New] devel/flatbuffers

2020-11-08 Thread Jeremie Courreges-Anglas
On Sun, Nov 08 2020, Marc Espie wrote: > On Fri, Nov 06, 2020 at 10:11:03PM -0500, Ashton Fagg wrote: >> Hello, >> >> Please see attached for a new port: flatbuffers >> (https://google.github.io/flatbuffers/). >> >> Quoting the homepage: >> >> "FlatBuffers is an efficient cross platform seriali

devel/boost: drop python2 support and speed up make fake

2020-11-07 Thread Jeremie Courreges-Anglas
This diff drops boost_python27 and boost_numpy27. I switched the defaults to python3 but the boost-build .py files aren't ready for that (using python3 -m compileall fails with syntax errors). No idea how used/useful boost-build actually is or how maintainers want to deal with this python2/3 mix

x11/py-gtk2: no need for py-numpy

2020-11-07 Thread Jeremie Courreges-Anglas
Older mypaint releases used this but our fresh mypaint port uses python3/gtk3. I could not find other users of gdk_pixbuf_new_from_array or get_pixels_array on https://codesearch.debian.net/ . Trying to use missing numpy support from py-gtk2 would result in this exception: "pygtk was not com

Re: turn off cython tests under python2

2020-11-07 Thread Jeremie Courreges-Anglas
On Sat, Nov 07 2020, Stuart Henderson wrote: > On 2020/11/07 13:26, Jeremie Courreges-Anglas wrote: >> On Fri, Nov 06 2020, Daniel Dickman wrote: >> > This diff sets NO_TEST=Yes for cython under python2 so numpy can be >> > updated. >> > >> > If we

Re: UPDATE: devel/jsoncpp

2020-11-07 Thread Jeremie Courreges-Anglas
On Sat, Nov 07 2020, Rafael Sadowski wrote: > Please find below a diff to update jsoncpp to the latest stable version > on github. This version includes all patches and fixes some security > related bugs. I removed the include path patches. While I've cared about jsoncpp in the past I don't under

Re: jsoncpp update: multimedia/upplay

2020-11-07 Thread Jeremie Courreges-Anglas
On Sat, Nov 07 2020, Rafael Sadowski wrote: > Fix upplay with upcoming jsoncpp update. Actually you could just drop the patch. The build would then pass c++ a bogus -I/usr/include/jsoncpp but it doesn't harm. dirbrowser/dirb_json.cpp:#include > While here, fix WANTLIB and > remove qtscript

Re: turn off cython tests under python2

2020-11-07 Thread Jeremie Courreges-Anglas
On Fri, Nov 06 2020, Daniel Dickman wrote: > This diff sets NO_TEST=Yes for cython under python2 so numpy can be > updated. > > If we don't go this route, we'd have to convert all the cython consumers > to python3 so cython can be made python3-only. That means updating > consumers like py-sphin

<    1   2   3   4   5   6   7   8   9   10   >