Re: acme-client: add challenge hook to support dns-01

2024-02-25 Thread Christopher Zimmermann
Hi, thanks for your input Stuart. On Sun, Feb 25, 2024 at 11:27:33AM +, Stuart Henderson wrote: On 2024/02/24 21:44, Christopher Zimmermann wrote: Keep it simple, there's no need to handle every way to do things here. TLS-ALPN-01 […] doesn't seem very useful for acme-client to support

Re: acme-client: add challenge hook to support dns-01

2024-02-24 Thread Christopher Zimmermann
Thanks for your feedback guys. I tried to improve the interface by calling the hook for each challenge challenge individually and send information from acme-client via environment variables, which are checked against a restrictive alphabet. This makes dropping privileges easier and passing

Re: acme-client: add challenge hook to support dns-01

2024-02-22 Thread Christopher Zimmermann
On February 20, 2024 11:45:26 PM GMT+01:00, Evan Silberman wrote: > >Any example hook included should probably only use tools found in base, so it >shouldn’t depend on curl. I thought so, too. And it would be easy enough to replace curl by base ftp. But base ftp needs the URL (and

acme-client: add challenge hook to support dns-01

2024-02-20 Thread Christopher Zimmermann
Hi, this diff adds a challenge hook to acme-client. This hook can be used to fulfill challenges. For example by putting the requested files onto a remote http server (http-01 challenge) or by modifying dns records (dns-01 challenge). The latter are needed to obtain wildcard certificates. Is

update productivity/baikal

2024-02-05 Thread Christopher Zimmermann
Hi, this seems like a pretty straightforward upgrade to me. ok? Christopher Index: Makefile === RCS file: /cvs/ports/productivity/baikal/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile27 Sep 2023

Re: ocaml 4.12.1 -> 4.13.1

2024-01-01 Thread Christopher Zimmermann
Thanks for the work. OK chrisz@.

[UPDATE] mail/imapfilter

2023-12-23 Thread Christopher Zimmermann
Hi, this is a simple update dropping an obsolete patch and warning users of a configuration change. OK? Christopher Index: Makefile === RCS file: /cvs/ports/mail/imapfilter/Makefile,v retrieving revision 1.27 diff -u -p

CVS: cvs.openbsd.org: ports

2023-08-18 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2023/08/18 08:32:14 Modified files: databases/lmdb : Makefile distinfo databases/lmdb/patches: patch-mdb_c Log message: straightforward update to lmdb 0.9.31 bugfix only release. OK jca@

Re: lang/ocaml and IBT WAS: amd64: IBT bulk build breakage

2023-08-08 Thread Christopher Zimmermann
For sysutils/opam it should already be sufficient to use MODULES+=lang/ocaml please then also do MODOCAML_RUNDEP=No otherwise I'm ok with your changes although I don't have any IBT-enabled machine to test on. Christopher

Update lmdb 0.9.31

2023-07-24 Thread Christopher Zimmermann
Hi, this is a straightforward upgrade containing only small bugfixes. OK? Christopher Index: Makefile === RCS file: /cvs/ports/databases/lmdb/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile10 Mar

Re: [Update] devel/dune 3.6.2

2023-04-03 Thread Christopher Zimmermann
= .tbz MAINTAINER = Christopher Zimmermann @@ -26,31 +23,38 @@ WANTLIB-main = c m pthread MODULES = lang/ocaml -RUN_DEPENDS-configurator = devel/dune,-private +RUN_DEPENDS-configurator = devel/dune CONFIGURE_STYLE = simple -CONFIGURE_ARGS = --libdir

Re: [Update] devel/dune 3.6.2

2023-01-25 Thread Christopher Zimmermann
rade path for the -private sub package since it is >going away? > >> On Jan 22, 2023, at 11:12 AM, Christopher Zimmermann >> wrote: >> >> On Sun, Jan 22, 2023 at 04:45:38PM +0100, Volker Schlecht wrote: >>>> If you don't have access to a b

Re: [Update] devel/dune 3.6.2

2023-01-22 Thread Christopher Zimmermann
On Sun, Jan 22, 2023 at 04:45:38PM +0100, Volker Schlecht wrote: If you don't have access to a bytecode-only arch (like me), you can simulate it: Thanks - I did, and with the attached patch that worked out nicely! Then ok chrisz@ Thanks a lot for your effort :) Christopher Index:

Re: [Update] devel/dune 3.6.2

2023-01-22 Thread Christopher Zimmermann
Hi, thanks a lot for your effort. I like the changes a lot. I just spottet two things: .a files go into -native PFRAGS. only stublibs like libXXX.a go into normal PFRAGS. is REVISION=0 a valid revision ? I would be ok with ocaml-pcre being removed. If you don't have access to a

CVS: cvs.openbsd.org: ports

2022-03-06 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2022/03/06 11:56:38 Modified files: x11/dzen2 : Makefile Added files: x11/dzen2/patches: patch-action_c Log message: (un)map window instead of resizing it for hiding the panel testing and

Re: x11/dzen2: patch to fix hiding

2022-03-06 Thread Christopher Zimmermann
On Wed, Feb 09, 2022 at 06:03:07PM +0100, Omar Polo wrote: I haven't used dzen2 in a long time but the diff reads fine: XMapWindow and XUnmapWindow are the correct functions to call to show and hide a window on xorg. It would be interesting to know what the author thought tho; it's unlikely

x11/dzen2: patch to fix hiding

2022-02-04 Thread Christopher Zimmermann
Hi, this is a patch to dzen2 to do proper hiding. I also submitted upstream, but the project hat its last commit 9 years ago, so I'm not sure whether it will get merged. See https://github.com/robm/dzen/pull/57 OK? Christopher Index: action.c --- action.c.orig +++ action.c @@ -390,9 +390,9

CVS: cvs.openbsd.org: ports

2022-01-12 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2022/01/12 14:30:14 Modified files: lang/ocaml : Makefile Log message: fix test suite

CVS: cvs.openbsd.org: ports

2022-01-11 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2022/01/11 12:01:28 Modified files: lang/ocaml/patches: patch-configure_ac Log message: remove obsolete fiddling with CFLAGS fixed upstream: https://github.com/ocaml/ocaml/pull/8750

Update sysutils/opam to 2.1.2

2021-12-30 Thread Christopher Zimmermann
Hi, this update of opam changes to the build-utils shipped with opam and drops dependencies on our ports utils. This makes ports dune version independent of opam. OK? Christopher Index: Makefile === RCS file:

lang/ocaml: fix tests

2021-12-20 Thread Christopher Zimmermann
Hi Daniel, this is for fixing OCaml regression tests. aarch64 has a broken objdump and needs to use llang-objdump. OK? Christopher Index: Makefile === RCS file: /cvs/ports/lang/ocaml/Makefile,v retrieving revision 1.91 diff -u

Re: Fix devel/dune on non-native archs

2021-12-20 Thread Christopher Zimmermann
On Mon, Dec 20, 2021 at 09:02:22PM +0200, Anil Madhavapeddy wrote: This also looks good to me. Is there any infrastructure in the update-plist to hook in custom logic for OCaml? The various cmx/cmxs/a files should all be routed to a PFRAG.native or PFRAG.dynlink-native file and it would be

CVS: cvs.openbsd.org: ports

2021-12-20 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2021/12/20 06:09:12 Modified files: net/syncthing : Makefile Log message: Re-enable aarch64 building, regress-tests and running tested. ok edd@

Re: Fix devel/dune on non-native archs

2021-12-19 Thread Christopher Zimmermann
On Sun, Dec 19, 2021 at 07:46:27PM +0100, Jeremie Courreges-Anglas wrote: On Sun, Dec 19 2021, Jeremie Courreges-Anglas wrote: This fixes packaging on riscv64 and most likely all non-native archs (sparc64: http://build-failures.rhaalovely.net/sparc64/2021-12-04/devel/dune.log) Only a REVISION

CVS: cvs.openbsd.org: ports

2021-12-04 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2021/12/04 14:17:11 Modified files: infrastructure/mk: arch-defines.mk lang/ocaml : Makefile lang/ocaml/patches: patch-configure_ac Log message: lang/ocaml supports native code on

Add support for %0d format specifier to base m4

2021-12-04 Thread Christopher Zimmermann
Hi, current ocaml uses %02d format specifier in its autoconf. This is not supported by our base m4. I had no idea how to force autoconf to use devel/m4. So I added support for this flag to base m4. OK? Alternatively suggestions are welcome how to force use of /usr/local/bin/gm4 instead of

CVS: cvs.openbsd.org: ports

2021-12-02 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2021/12/02 08:47:23 Removed files: devel/ocaml-configurator: Makefile distinfo devel/ocaml-configurator/patches: patch-Makefile patch-configurator_opam

Re: update dune

2021-11-30 Thread Christopher Zimmermann
@@ MAINTAINER =Christopher Zimmermann Index: distinfo === RCS file: /cvs/ports/devel/dune/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo18 Sep 2019 19:12:29 - 1.4 +++ distinfo1

CVS: cvs.openbsd.org: ports

2020-11-21 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/11/21 13:15:05 Modified files: fonts : Makefile Log message: enable build of new ttyp0 font and single flavor variants. More flavors could be added if need arises.

Re: NEW: fonts/ttyp0-font

2020-11-21 Thread Christopher Zimmermann
Ok, I imported the font. Now I'm wondering which combinations of the variants should be enabled by default. Looking at terminus people seem to use centered tilde and I suspect most people would want an invisible no-breaking-space. Any other popular combinations ? OK as is ? Christopher

CVS: cvs.openbsd.org: ports

2020-11-21 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/11/21 09:47:17 Log message: Import fonts/ttyp0-font UW ttyp0 is a family of bitmap programmer's fonts. It covers most of the Latin and Cyrillic alphabet, Greek, Armenian, Georgian (only

CVS: cvs.openbsd.org: ports

2020-10-26 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/10/26 02:09:44 Modified files: fonts/dina-fonts: Makefile fonts/dina-fonts/pkg: PLIST Log message: Install OpenType bitmap fonts, too ok rsadowski@

Re: bitmap fonts: Install pango 1.44 compatible OpenType fonts

2020-10-25 Thread Christopher Zimmermann
I tested only the latin fonts. Maybe someone with korean, japanese or chinese knowledge could have a look at those ? Hopefully, you can try copy and pasting the following text in various programs and figure out how it looks: French diacritics Amélie mon cœur Japanese katakana/hiragana ノゾミ,

NEW: fonts/ttyp0-font

2020-10-24 Thread Christopher Zimmermann
Hi, this is a terminal font with bold and italic styles supporting many languages in several sizes. This is the most comprehensive terminal font I know. OK to import ? Christopher DESC: UW ttyp0 is a family of bitmap programmer's fonts. It covers most of the Latin and Cyrillic alphabet,

bitmap fonts: Install pango 1.44 compatible OpenType fonts

2020-10-24 Thread Christopher Zimmermann
Hi, now that our in tree fonttosfnt is updated to properly handle the metrics of terminus and others bitmap fonts, I'd like to change the appropriate ports to install .otb versions of the fonts along with their .pcf.gz versions. I tested only the latin fonts. Maybe someone with korean,

terminus-font: add OpenType .otb to support pango

2020-07-10 Thread Christopher Zimmermann
Hi, since pango dropped support for .pcf fonts we need to start shipping .otb fonts for pango/harfbuzz. OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1 Index: Makefile

Re: update devel/coccinelle

2020-07-06 Thread Christopher Zimmermann
On Mon, Jul 06, 2020 at 12:00:15AM +0200, Klemens Nanni wrote: On Sun, Jul 05, 2020 at 11:08:07PM +0200, Christopher Zimmermann wrote: turns out the first diff broke bytecode only builds. The attached diff fixes that. OK? Builds fine (very verbose) but "make fake" fails with

Re: update devel/coccinelle

2020-07-05 Thread Christopher Zimmermann
On Sat, Jul 04, 2020 at 12:25:41AM +0200, Christopher Zimmermann wrote: Hi, here's an update to coccinelle. Given that the projets install target is not playing nice with bytecode-only vs nativecode and bytecode installs I'm wondering whether I need to include the ocaml object / development

update devel/coccinelle

2020-07-03 Thread Christopher Zimmermann
Hi, here's an update to coccinelle. Given that the projets install target is not playing nice with bytecode-only vs nativecode and bytecode installs I'm wondering whether I need to include the ocaml object / development files at all in our port. Anyway I'd like to commit the update as in the

update pango to 1.45.3 with backported patch

2020-06-27 Thread Christopher Zimmermann
Hi, I'm trying to fix monospace bitmap font support for gvim (gtk-2 flavor), which has been broken since pango 1.44. It requires several changes: 1. fix metrics rounding in vim https://github.com/vim/vim/pull/6168, already included in our vim port. 2. fix fonttosfnt in our xenocara or

CVS: cvs.openbsd.org: ports

2020-06-16 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/06/16 10:45:15 Modified files: editors/vim: Makefile distinfo editors/vim/pkg: PLIST-main Log message: update to 8.2.0986 ok sthen@

A fix for pcf/bdf bitmap fonts, which don't work since pango 1.44

2020-06-16 Thread Christopher Zimmermann
Hi, pango 1.44 dropped support for pcf and bdf bitmap fonts. This makes for example the terminus font unavailable in all gtk applications, including gvim. Making changes to gvim, fonttosfnt, terminus-font and the fontconfig configuration I can now use bitmap fonts in gvim again: ##

CVS: cvs.openbsd.org: ports

2020-06-09 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/06/09 11:34:15 Modified files: devel/cil : Makefile devel/coccinelle: Makefile devel/dune : Makefile devel/frama-c : Makefile devel/ocaml-biniou: Makefile

Re: CVS: cvs.openbsd.org: ports

2020-06-01 Thread Christopher Zimmermann
On Mon, Jun 01, 2020 at 09:35:26PM +0200, Antoine Jacoutot wrote: On Mon, Jun 01, 2020 at 12:04:50AM -0600, Christopher Zimmermann wrote: CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/06/01 00:04:50 Modified files: math/coq : Makefile

CVS: cvs.openbsd.org: ports

2020-06-01 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/06/01 00:51:19 Modified files: lang/ocaml-camlp4: Makefile distinfo Removed files: lang/ocaml-camlp4/patches: patch-configure Log message: Update lang/ocaml-camlp4 for OCaml 4.10 ok jca@

Re: suckless font configuration

2020-06-01 Thread Christopher Zimmermann
On Sun, May 31, 2020 at 10:43:20PM +0200, Joerg Jung wrote: Am 31.05.2020 um 15:49 schrieb Klemens Nanni : Let's do one thing at a time, if others later decide to change colors they can do so, I'd like to fix the fonts due the implied dependencies, all else I'd like to leave the any future

CVS: cvs.openbsd.org: ports

2020-06-01 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/06/01 00:04:50 Modified files: math/coq : Makefile distinfo math/coq/pkg : PFRAG.dynlink-native PFRAG.native PFRAG.no-native PLIST Log message: Upgrade

Re: update math/coq 8.11.1 supporting OCaml 4.10 - sparc64 testing needed

2020-05-26 Thread Christopher Zimmermann
On May 27, 2020 2:20:54 AM GMT+02:00, Jeremie Courreges-Anglas wrote: >On Mon, May 25 2020, Daniel Dickman wrote: >>> On May 25, 2020, at 5:11 AM, Christopher Zimmermann > wrote: >>> >>> testing needed >>> Reply-To: >>> In-Reply-

Re: update math/coq 8.11.1 supporting OCaml 4.10 - sparc64 testing needed

2020-05-25 Thread Christopher Zimmermann
s diff applied? Maybe jca@ ? Christopher On May 24, 2020, at 2:19 PM, Christopher Zimmermann wrote:  Hi, this is the only port not yet compatible with OCaml 4.10. OK to upgrade? Compcert was only tested by building simple hello world program. Christopher -- http://gmerlin.de OpenPGP

CVS: cvs.openbsd.org: ports

2020-05-23 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/05/23 00:27:37 Modified files: x11/lablgtk2 : Makefile distinfo Log message: really do fetch sources of lablgtk 2.18.10 the last change did only bump the version, but did not update the git tag.

CVS: cvs.openbsd.org: ports

2020-05-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/05/22 13:56:41 Modified files: x11/lablgtk3 : Makefile distinfo x11/lablgtk3/pkg: PFRAG.native PLIST Removed files: x11/lablgtk3/patches: patch-src_Makefile Log message: update

CVS: cvs.openbsd.org: ports

2020-05-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/05/22 13:31:20 Modified files: sysutils/opam : Makefile distinfo sysutils/opam/pkg: PLIST Log message: Update sysutils/opam to 2.0.7 ok krw@, avsm@

update x11/lablgtk3

2020-04-27 Thread Christopher Zimmermann
Update lablgtk3. This will be nice to have when updating OCaml to 4.10. OK? Christopher Index: Makefile === RCS file: /cvs/ports/x11/lablgtk3/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile26 Sep

x11/lablgtk2 actually _do_ update to 2.18.10

2020-04-27 Thread Christopher Zimmermann
Hi, the last update to 2.18.10 did not actually use 2.18.10 code, but stayed at 2.18.8, as a closer look at distinfo could have revealed. This is to actually do the update. OK? Christopher Index: Makefile === RCS file:

update sysutils/opam 2.0.7

2020-04-27 Thread Christopher Zimmermann
Hi, this is a pretty straightforward update. OK? Christopher Index: Makefile === RCS file: /cvs/ports/sysutils/opam/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile28 Mar 2020 17:56:44 -

Re: sndioctl not working with mpd playing music

2020-04-26 Thread Christopher Zimmermann
On Sun, Apr 26, 2020 at 08:16:23PM +0200, Jeremie Courreges-Anglas wrote: Moving this to ports, That is something we discussed with chrisz@. One concern I had was that changing the home directory in the PLIST won't affect upgrades and more generally machines where the _mpd is present in

Re: remove devel/ocaml-configurator

2020-04-23 Thread Christopher Zimmermann
On Tue, Apr 21, 2020 at 10:02:29AM +0100, Anil Madhavapeddy wrote: Looks good to me. We've pulled this out into its own library now (https://github.com/ocaml-dune/dune-configurator ) since its compatibility requirements are stricter than dune.

remove devel/ocaml-configurator

2020-04-17 Thread Christopher Zimmermann
Hi, I initially ported this only because I did not realize that this project had been integrated into devel/dune. This has no use anymore and can be removed. OK? Christopher Index: devel/Makefile === RCS file:

lang/ocaml minor update

2020-04-17 Thread Christopher Zimmermann
Hi, here's a straightforward minor update of OCaml. The patch to configure for our libbfd without libdl had to be redone because upstream tried to fix a related issue, but didn't integrate my patch. Anyway, at least the patch is now way simpler. Otherwise its only revision bumps of dependant

CVS: cvs.openbsd.org: ports

2020-04-14 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2020/04/14 03:06:42 Modified files: databases/lmdb : Makefile distinfo databases/lmdb/patches: patch-mdb_c Log message: uprade to lmdb 0.9.24 getting rid of backported patch. OK jca@

audio/mpd: no group writable home directory

2020-03-12 Thread Christopher Zimmermann
Hi, I regularly receive warnings from security(8) about group writable mpd home directory. Is there a reason this needs to be group writable? OK to drop the group-write bit? Christopher Index: Makefile === RCS file:

Re: [patch] lang/ocaml-camlp5 7.08 -> 7.11

2020-02-18 Thread Christopher Zimmermann
Hi, thanks for your efforts. Looks very fine to me, so ok chrisz@ -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1 signature.asc Description: PGP signature

Re: [patch] devel/ocaml-biniou 1.2.0 -> 1.2.1

2020-02-18 Thread Christopher Zimmermann
On Tue, Feb 18, 2020 at 03:16:38AM -0500, Daniel Dickman wrote: Update ocaml-biniou to 1.2.1. The main changes are: 1) change github account from mjambon to ocaml-community 2) biniou was updated to use dune instead of jbuilder The jbuilder to dune change in #2 is needed in order to be able to

Re: [patch] x11/lablgtk3 3.0.beta6 -> 3.1.0

2020-02-18 Thread Christopher Zimmermann
Hi, I'm wondering whether there is a cairo_pango.cmo missing, because cairo_pango.cmx is added to PFRAG.native, bit no cairo_pango.cmo to the PLIST. Would you please double check this. Otherwise ok with me. Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07

Re: [patch] math/coq 8.10.0 -> 8.11.0

2020-02-17 Thread Christopher Zimmermann
Hi, the diff including the PLIST changes look correct to me. Nevertheless I would recommend testing on at least one bytecode-only architecture. Otherwise this diff is ok with me. Thanks! Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2

lang/compcert: fix bytecode only builds

2019-10-14 Thread Christopher Zimmermann
Hi, this should fix building on aarch64 and sparc64(?) OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1 signature.asc Description: PGP signature

Re: C preprocessor search paths

2019-10-09 Thread Christopher Zimmermann
Thanks a lot for the helpfull answers Stuart and Jeremie. On October 9, 2019 11:11:22 AM GMT+02:00, Jeremie Courreges-Anglas wrote: >On Wed, Oct 09 2019, Christopher Zimmermann wrote: >> On Tue, Oct 08, 2019 at 01:44:14PM +0200, Jeremie Courreges-Anglas >wrote: >>>

Re: C preprocessor search paths

2019-10-09 Thread Christopher Zimmermann
On Tue, Oct 08, 2019 at 01:44:14PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Oct 08 2019, Christopher Zimmermann wrote: > > On Mon, Oct 07, 2019 at 09:09:50PM +0100, Stuart Henderson wrote: > >> On 2019/10/07 21:37, Christopher Zimmermann wrote: > >> > How is

Re: search paths

2019-10-08 Thread Christopher Zimmermann
On Mon, Oct 07, 2019 at 09:09:50PM +0100, Stuart Henderson wrote: > On 2019/10/07 21:37, Christopher Zimmermann wrote: > > I am trying to use this to fix this issue: > > https://github.com/Drup/ocaml-lmdb/issues/27 > > > > It might well be that I'm on the

Re: databases/lmdb: add pkg-config lmdb.pc / search paths

2019-10-07 Thread Christopher Zimmermann
. On Mon, Oct 07, 2019 at 06:28:19PM +0100, Stuart Henderson wrote: > On 2019/10/07 18:26, Stuart Henderson wrote: > > On 2019/10/07 18:06, Christopher Zimmermann wrote: > > > > > > Hi, > > > > > > can this go in now or should I wait until after ports lo

databases/lmdb: add pkg-config lmdb.pc

2019-10-07 Thread Christopher Zimmermann
Hi, can this go in now or should I wait until after ports lock? Christopher Index: Makefile === RCS file: /cvs/ports/databases/lmdb/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile22 Jun 2019 22:44:06

CVS: cvs.openbsd.org: ports

2019-10-07 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/10/07 00:40:15 Modified files: math/coq : Makefile math/coq/pkg : PFRAG.native PFRAG.no-native PLIST Log message: fix plist for bytecode-only arm64, sparc64 OK jca@

fix math/coq on arm64

2019-10-06 Thread Christopher Zimmermann
Hi, I'd rather commit this fix now so that there is a chance to build test it on different architectures in bulk-builds. OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1 ? diff Index: Makefile

CVS: cvs.openbsd.org: ports

2019-10-02 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/10/02 23:28:31 Modified files: sysutils/opam : Makefile Log message: and bump revision.

CVS: cvs.openbsd.org: ports

2019-10-02 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/10/02 23:27:47 Modified files: sysutils/opam : Makefile Log message: Depend on build tools that may cause a build failure by vanishing during dpb junk stages. discovered, most debugging done by and

math/coq: fix plist for bytecode-only build

2019-09-29 Thread Christopher Zimmermann
Hi, for building bytecode-only coq I need the following patch. (Did I send you this before? I misconfigured my mail client.) OK? Christopher Index: Makefile === RCS file: /cvs/ports/math/coq/Makefile,v retrieving revision 1.45

CVS: cvs.openbsd.org: ports

2019-09-26 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/26 05:04:50 Added files: lang/ocaml-camlp4/patches: patch-configure Log message: Add patch that was missing in the OCaml 4.09.0 update

CVS: cvs.openbsd.org: ports

2019-09-26 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/26 03:46:11 Modified files: devel/cil : Makefile devel/coccinelle: Makefile devel/dune : Makefile devel/frama-c : Makefile devel/ocaml-biniou: Makefile

CVS: cvs.openbsd.org: ports

2019-09-26 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/26 03:33:14 Log message: Import graphics/ocaml-graphics This was formally shipped with the OCaml compiler distribution, but is now a seperate project. ok jca@, krw@, sthen@

Re: Update: lang/ocaml 4.09.0

2019-09-23 Thread Christopher Zimmermann
Here is an updated diff fixing the reported problems: - no more duplicate entries. They sneaked in while I updated the PLISTS for bytecode-only ocaml - update the distfile (again ?!?), use https. Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D

Re: net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Christopher Zimmermann
On Sun, 22 Sep 2019 18:26:54 +0100 Laurence Tratt wrote: > On Sun, Sep 22, 2019 at 04:10:23PM +0200, Christopher Zimmermann > wrote: > > Hello Christopher, > > > +doas pkg_add opam > > +opam init --no-setup --root ~/opam_unison \ > > + --compiler oca

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/22 12:29:54 Modified files: net/unison/2.4x/pkg: README net/unison/2.5x/pkg: README Log message: Correct the instructions to set OPAMROOT. Problem reported by Laurence Tratt.

Update: lang/ocaml 4.09.0

2019-09-22 Thread Christopher Zimmermann
Hi, this was a lot easier than 4.08. Sinse 4.09 doesn't ship the graphics library anymore it is packaged separately. Tested on amd64 with and without nativecode. OK? Christopher -- http://gmerlin.de OpenPGP: http://gmerlin.de/christopher.pub CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1

CVS: cvs.openbsd.org: ports

2019-09-22 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/22 11:59:03 Modified files: net/unison/2.4x: Makefile net/unison/2.4x/pkg: README net/unison/2.5x: Makefile net/unison/2.5x/pkg: README Log message: Add instructions how

net/unison: document workaround for incompatible OCaml versions

2019-09-22 Thread Christopher Zimmermann
On Sat, 21 Sep 2019 09:35:50 +0100 Laurence Tratt wrote: > On Sat, Sep 21, 2019 at 09:06:16AM +0200, Christopher Zimmermann > wrote: > > Hello Christopher, > > >> Since other people might be affected by this, it looks like OCaml > >> has changed the marshalling

Re: move ocaml-graphics to a separate port

2019-09-21 Thread Christopher Zimmermann
On Sat, 21 Sep 2019 10:05:03 +0100 Stuart Henderson wrote: > s,Graphics,graphics, in COMMENT too. > > -- > Sent from a phone, apologies for poor formatting. > > On 21 September 2019 07:54:55 Christopher Zimmermann > wrote: > > > Hi, > > &g

Re: Update: lang/ocaml 4.08.1

2019-09-21 Thread Christopher Zimmermann
On Fri, 20 Sep 2019 13:29:31 +0100 Laurence Tratt wrote: > On Mon, Sep 16, 2019 at 10:43:29PM +0200, Christopher Zimmermann > wrote: > > Hello Christopher, > > > finally here's the update of OCaml to 4.08.1. > [...] > > * net/unison needed some help to avoid de

move ocaml-graphics to a separate port

2019-09-21 Thread Christopher Zimmermann
Hi, OCaml 4.09 will no longer ship with the Graphics module, which is now shipped as separate project. To simplify the upgrade I would like to move it to a separate port before the upgrade. Are quirks needed when a subpackage is moved in this way? OK? Christopher Index: lang/ocaml/Makefile

CVS: cvs.openbsd.org: ports

2019-09-20 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/20 14:04:44 Added files: net/mldonkey/patches: patch-src_utils_net_geoip_ml Log message: Fix building with OCaml 4.08

Re: Update: lang/ocaml 4.08.1

2019-09-19 Thread Christopher Zimmermann
On Mon, 16 Sep 2019 23:14:47 -0400 Daniel Dickman wrote: > > On Sep 16, 2019, at 4:43 PM, Christopher Zimmermann > > wrote: > > > > Hi, > > > > finally here's the update of OCaml to 4.08.1. Now that all dependent > > ports are prepared it i

CVS: cvs.openbsd.org: ports

2019-09-18 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/18 13:42:59 Modified files: lang/ocaml-camlp4: Makefile distinfo Log message: Update and unbreak lang/ocaml-camlp4 ok krw@, avsm@

Update and unbreak lang/ocaml-camlp4

2019-09-18 Thread Christopher Zimmermann
Hi, luckily camlp4 is now available for our current OCaml 4.08. OK? Christopher Index: Makefile === RCS file: /cvs/ports/lang/ocaml-camlp4/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile18 Sep 2019

CVS: cvs.openbsd.org: ports

2019-09-18 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/18 13:12:30 Modified files: devel/dune : Makefile distinfo devel/dune/pkg : PFRAG.native PLIST Log message: Update devel/dune to 1.11.3 ok krw@

Update: devel/dune to 1.11.3

2019-09-18 Thread Christopher Zimmermann
Hi, this is a straightforward upgrade to dune 1.11.3. It is needed for the graphics module, which will be removed from the compiler distribution from OCaml 4.09 onward. OK? Christopher Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2019-09-18 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/18 11:49:37 Modified files: math/coq : Makefile devel/cil : Makefile devel/coccinelle: Makefile devel/dune : Makefile devel/frama-c : Makefile

Update: lang/ocaml 4.08.1

2019-09-16 Thread Christopher Zimmermann
Hi, finally here's the update of OCaml to 4.08.1. Now that all dependent ports are prepared it is pretty straight-forward: * Most of the diff is revision bumps of dependent packages * adapt the new configure script for our libbfd link requirements * pass LDFLAGS and CFLAGS to the new configure

Re: [Update] p5-HTML-Clean, p5-File-Find-Object, p5-Proc-Fork

2019-09-10 Thread Christopher Zimmermann
On Tue, 10 Sep 2019 06:23:26 + wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-Proc-Fork to update to 0.806. > It build well and passed all tests. > No other ports depends on it. > > Comments? OK? > wen those are straight-forward upgrades. I don't use those ports,

CVS: cvs.openbsd.org: ports

2019-09-08 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/08 01:21:21 Modified files: x11/lablgtk3 : Makefile Log message: add RUN_DEPENDS for graphics/ocaml-cairo, move C libraries to LIB_DEPENDS. This should fix failing math/coq.

CVS: cvs.openbsd.org: ports

2019-09-07 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/07 12:45:02 Modified files: sysutils/findlib: Makefile distinfo Log message: update to 1.8.1 ok krw@

CVS: cvs.openbsd.org: ports

2019-09-07 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:ports Changes by: chr...@cvs.openbsd.org 2019/09/07 11:11:53 Modified files: devel/frama-c : Makefile distinfo devel/frama-c/patches: patch-Makefile patch-configure_in devel/frama-c/pkg: PFRAG.dynlink-native PFRAG.native PLIST

  1   2   3   4   >