retire print/mftrace?

2024-09-05 Thread Matthias Kilian
Hi, print/mftrace was only ever used as a build dependency of print/lilypond. I removed that dependency from lilypond, so mftrace could be sent to the attic. Does anyone use mftrace for other purposes? If not, I'd like to remove it in a week. Ciao, Kili

Re: Dealing with software using Linux TCP socket options

2024-08-21 Thread Matthias Kilian
On Wed, Aug 21, 2024 at 11:30:52PM +0200, David Uhden Collado wrote: > 2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client > depends, uses Linux-specific TCP socket options [2] that are not available > in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My

Re: update: x11/xmonad update 0.18

2024-08-19 Thread Matthias Kilian
Hi, On Sat, Aug 17, 2024 at 08:52:08PM -0400, José Maldonado wrote: > Hello! A small update for xmonad that has released version 0.18. > Compiled and tested on amd64, everything perfect. Thanks! I'll give it a try tomorrow. One minor nit from port-lib-depends-check: charset can be removed from W

[new and wip]: audio/csound

2024-07-30 Thread Matthias Kilian
Hi, here's a quick hack to port csound to OpenBSD. Category "It compiles, let's ship it", but at least I was able to create WAVs from the examples included in the sources ('xanadu' and 'trapped'). I don't want any ok's for now, but I'd really appreciate tests and comments on this, especially from

Re: print/ghostscript/gnu - reduce FLAVORS

2024-07-17 Thread Matthias Kilian
Hi, On Tue, Jul 16, 2024 at 09:27:29PM +0200, Volker Schlecht wrote: > On 2024-07-15 23:07, Matthias Kilian wrote: > > This needs some @pkgpath markers in pkg/PLIST to allow seamless > > updates. Something like > > Right. Enthusiasm got the better of me here ... so next

Re: print/ghostscript/gnu - reduce FLAVORS

2024-07-15 Thread Matthias Kilian
Hi, On Mon, Jul 15, 2024 at 10:38:34PM +0200, Volker Schlecht wrote: > > On 2024/07/15 21:29, Matthias Kilian wrote: > > > Slightly offtopic, but do we still need ghostscripts a4 and no_x11 > > > FLAVORS? > > Moving this to a new thread. I'll look into in

Re: ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

2024-07-15 Thread Matthias Kilian
Hi, On Tue, Jul 09, 2024 at 03:30:34PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Jul 09, 2024 at 10:15:10PM +0900, SASANO Takayoshi wrote: > Not sure what you folks mean with "another package". A subpackage? > Or another port, maybe? There are already 3 FLAVORS in the > ghostscript/gnu po

Re: Upgrade lang/ghc to 9.6.6

2024-07-09 Thread Matthias Kilian
Hi, On Tue, Jul 09, 2024 at 09:44:55AM +0200, Greg Steuck wrote: > > The ports tree dependencies all built fine. I'll look into why one test > > failed, but otherwise, does this look OK? > > I found the patch to backport. All the tests pass now with this added: Ok for both (update and this addit

Re: net/tcpflow: fix build

2024-06-08 Thread Matthias Kilian
Hi, On Sat, Jun 08, 2024 at 11:44:04PM +0200, Jeremie Courreges-Anglas wrote: > > checking for boost/version.hpp... no > > configure: WARNING: tcpflow now requires boost interval_map and > > interval_set. > > configure: error: Please install boost-devel or libboost-dev. > > > > ok? > > Confirme

net/tcpflow: fix build

2024-06-08 Thread Matthias Kilian
Hi, tcpflow needs boost at build time (but not using any of boosts libs, so this doesn't require a bump). Failure output during configure is this: [...] checking for boost/version.hpp... no configure: WARNING: tcpflow now requires boost interval_map and interval_set. configure: error: Please ins

update (and unbreak) www/ap2-mod_perl

2024-05-30 Thread Matthias Kilian
Hi, ap2-mod_perl-2.0.11 fails to load with perl-5.38: httpd2:/usr/local/lib/apache2/mod_perl.so: undefined symbol 'do_open9' This update to 2.0.13 fixes it. ok? Index: Makefile === RCS file: /cvs/ports/www/ap2-mod_perl/Makefile,v

fix x11/kde-applications/kitinerary with new poppler

2024-05-24 Thread Matthias Kilian
Hi, this lets kitinerary build with poppler-24.05.0. I'v not tested wether it still works, because I don't know how to use this application, but the change is similar to the one for inkscape. ok? Ciao, Kili Index: Makefile

fix graphics/inkscape with new poppler

2024-05-24 Thread Matthias Kilian
Hi, this fixes inkscape with poppler-24.05.0. Tested some weeks ago by importing some PDFs. To be committed right after the poppler update. ok? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/graphics/inkscape/Makefile,

update print/poppler

2024-05-24 Thread Matthias Kilian
Hi, this updates poppler to 24.05.0. A little bit late, because I wanted to run a test bulk build with the recent kde6 churn, and my build machine isn't the fastest on the planet. Diffs for graphics/inkscape, print/scribus, x11/kde-applications/kitinerary will follow in a few minutes. Tested som

Re: [Security] print/ghostscript/gnu 10.03.1

2024-05-19 Thread Matthias Kilian
Hi, On Fri, May 17, 2024 at 07:37:35PM +0200, Volker Schlecht wrote: > A security release for ghostscript has just hit the github site. Surprisingly > the release is dated May 2nd, but the ghostscript homepage doesn't reference > the > new version - the docs are up however: > > https://ghostscri

switch editors/calligra to C++20

2024-05-10 Thread Matthias Kilian
Hi, this switches editors/calligra to be built with C++20 (requirement of poppler-2024.05.0). It needs the update of math/eigen3 I just sent. ok? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/editors/calligra/Makefile

update math/eigen3

2024-05-10 Thread Matthias Kilian
[cc'ing rsadowski, because there are a lot of kde consumers of eigen3] Hi, this updates math/eigen3 to the latest Version (from 2021). This is required to switch editors/calligra to C++-20, which in turn is required for an update of print/poppler. Successfully rebuilt all ports using math/eigen3

Re: Support ghc-9.8 in git-annex

2024-05-02 Thread Matthias Kilian
Hi Greg, On Sun, Apr 28, 2024 at 09:00:02PM -0700, Greg Steuck wrote: > Seems to work. OK? Yes. Ciao, Kili > The main point of the two upgrades is to make ghc-9.8 import that > follows not cause any further churn. > > >From 3d1fbcadc2598cdc75be6d7dd4f1337b2cd51279 Mon Sep 17 00:00:00 2

Re: Upgrade hledger to 1.33 making it ghc-9.8 compatible in the process

2024-05-02 Thread Matthias Kilian
Hi Greg, On Sun, Apr 28, 2024 at 08:57:31PM -0700, Greg Steuck wrote: > Running fine here. OK? Of course, if it works for you. Ciao, Kili > >From ce39a866ea4e5ff0b3042e50a83d0e25776562f1 Mon Sep 17 00:00:00 2001 > From: Greg Steuck > > --- > productivity/hledger/Makefile

Re: [new] net/matterhorn

2024-03-20 Thread Matthias Kilian
Hi, On Tue, Mar 19, 2024 at 07:24:13PM +0100, Pascal Stumpf wrote: > Now with HOMEPAGE. > > > On Tue, 19 Mar 2024 18:51:58 +0100, Pascal Stumpf wrote: > > Matterhorn is a terminal client for the Mattermost chat system. > > > > Features include: > > * Channel creation, deletion, and membership

scribus (was: fix print/inkscape with new poppler)

2024-03-18 Thread Matthias Kilian
Hi, On Sun, Mar 17, 2024 at 10:34:00PM +0100, Matthias Kilian wrote: > similiar to the fix of graphics/inkscape, this fixes the build with > poppler-24.03.0. Argh! I meant print/scribus, and here's the correct diff: Index: patches/patch-scribus_plugins_import_pdf_sl

fix print/inkscape with new poppler

2024-03-17 Thread Matthias Kilian
Hi, similiar to the fix of graphics/inkscape, this fixes the build with poppler-24.03.0. ok? Ciao, Kili Index: patches/patch-src_extension_internal_pdfinput_svg-builder_cpp === RCS file: patches/patch-src_extension_internal

fix graphics/inkscape with new poppler

2024-03-17 Thread Matthias Kilian
Hi, this fixes inkscape with poppler-24.03.0. Tested on amd64 by importing some PDFs with inkscape. ok? Ciao, Kil Index: patches/patch-src_extension_internal_pdfinput_svg-builder_cpp === RCS file: patches/patch-src_extensio

update print/poppler

2024-03-17 Thread Matthias Kilian
Hi, this updates poppler to 24.03.0. graphics/inkscape and print/scribus require some patches, which I'll send after this one. Ciao, Kili Index: Makefile === RCS file: /cvs/ports/print/poppler/Makefile,v diff -u -p -r1.182

Re: firefox popup windows

2024-03-11 Thread Matthias Kilian
Hi Greg, On Mon, Mar 11, 2024 at 11:52:59AM -0700, Greg Steuck wrote: > I recently noticed that notification that firefox shows for Google Chat > are displayed as ordinary windows by xmonad as opposed to corner popups. > Is this a recent change or did I simply not notice this behavior before? > >

Re: [Maintainer Update] print/ghostscript/gnu 10.03.0

2024-03-07 Thread Matthias Kilian
Hi, On Thu, Mar 07, 2024 at 07:20:11PM +0100, Volker Schlecht wrote: > Updates print/ghostscript/gnu to latest release 10.03.0 > > This is marked as a security release, but the only documented vulnerability > affects builds with tesseract enabled. In our port we disable it, so we seem > to be una

Re: Ghostscript's embedding fonts and ghostscript-fonts

2024-02-09 Thread Matthias Kilian
Hi, On Fri, Feb 09, 2024 at 02:44:49AM +, Lennart Jablonka wrote: > The Ghostscript tarball contains a set of 35 fonts. The Ghostscript build > embeds those fonts in libgs.so. That’s configurable. > > Why does the port ghostscript-fonts exist? Why does the ghostscript port > depend on it,

Re: Update productivity/hledger 1.31->1.32.2

2024-02-01 Thread Matthias Kilian
Hi, On Sat, Jan 27, 2024 at 11:16:44PM -0800, Greg Steuck wrote: > Normal development happening: > https://hackage.haskell.org/package/hledger-1.32.2/changelog > > Completely machine generated update. Seems to be working for me. > > OK? Ok. Ciao, Kili > productivity/hledger/Makefile

Re: A couple more lang/ghc fixups

2024-02-01 Thread Matthias Kilian
Hi, On Sat, Jan 27, 2024 at 10:49:42PM -0800, Greg Steuck wrote: > Now that we landed ghc-9.6 is a good time to have `make test` fixed. It > took some doing to have them all fixed upstream and even then some of the > fixes are still not in 9.6. Anyway, OK? Ok. Ciao, Kili > --- > lang/g

Re: [update] pound 4.11

2024-01-23 Thread Matthias Kilian
Hi, any reason why that's not yet committed? On Sat, Jan 20, 2024 at 07:33:52PM +0100, Matthias Kilian wrote: > Date: Sat, 20 Jan 2024 19:33:52 +0100 > From: Matthias Kilian > To: Theo Buehler > Cc: ports@openbsd.org > Message-ID: > Subject: Re: [update] pound 4.11 &g

Re: [update] pound 4.11

2024-01-20 Thread Matthias Kilian
Hi, On Fri, Jan 19, 2024 at 08:33:33PM +0100, Theo Buehler wrote: > > > I have only checked that pound doesn't explode when I start it using > > > rcctl. I have removed the patches to pound.8 since some of it is > > > incorporated and the other bits are just suggestions. > > > > > > If anyone use

Re: [update] pound 4.11

2024-01-19 Thread Matthias Kilian
Hi, On Fri, Jan 19, 2024 at 12:31:10PM +0100, Theo Buehler wrote: [...] > I have only checked that pound doesn't explode when I start it using > rcctl. I have removed the patches to pound.8 since some of it is > incorporated and the other bits are just suggestions. > > If anyone uses this, please

update print/poppler

2023-12-11 Thread Matthias Kilian
Hi, this updates poppler to the latest version. I'm waiting for a bulk build on my machine to finish with it, but I don't expect any fallout. Ciao, Kili Index: Makefile === RCS file: /cvs/ports/print/poppler/Makefile,v diff

[stable] fix print/lilypond (broken after the fix for ghostscript)

2023-11-13 Thread Matthias Kilian
Hi, MFC: Fix for ghostscript 10.02.1, which removes finddevice, backported to lilypond-2.22.2. ok (for OPENBSD_7_4)? Index: Makefile === RCS file: /cvs/ports/print/lilypond/Makefile,v diff -u -p -r1.58 Makefile --- Makefile25 Se

Re: audio/solfege build failure (Re: [Security] ghostscript/gnu 10.02.1)

2023-11-06 Thread Matthias Kilian
Hi, On Mon, Nov 06, 2023 at 09:31:14PM +0100, Volker Schlecht wrote: > On 2023-11-06 20:40, Theo Buehler wrote: > > On Thu, Nov 02, 2023 at 07:13:45PM +0100, Volker Schlecht wrote: > > > ghostscript released a patch release addressing some vaguely specified > > > security bugs. > > > From the chan

update print/poppler

2023-11-06 Thread Matthias Kilian
Hi, probably the smallest poppler update ever ;-) Build-tested on amd64 with everything depending on it (directly or via WANTLIB), runtime tested with a few applications. If there aren't objections, I'll commit this on wednesday. Ciao, Kili Index: Makefile =

[after unlock]: update print/poppler

2023-10-10 Thread Matthias Kilian
Hi, update to poppler-23.10.0. No idea why upstream applied major bumps to -glib, -qt5 and -qt6; according to /usr/src/lib/check_sym only minor bumps are necessary (no removed dynamic export changes). I'm using this since a few days without any problems. ok? Ciao, Kili Index: Makefile

[after ports unlock] textproc/qpdfview: switch tu c++17

2023-10-10 Thread Matthias Kilian
Hi, use c++17 for qpdfview. Tested on amd64. Required for building it with poppler-23.10. ok (after ports unlock)? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/textproc/qpdfview/Makefile,v retrieving revision 1.4 dif

Re: new bootstrap for lang/ghc

2023-09-27 Thread Matthias Kilian
Hi Greg, On Tue, Sep 26, 2023 at 08:47:09PM -0700, Greg Steuck wrote: > > My internet connection is currently almost completely > > broken. > > Do you also host the bootstrap files there? Should we considering > mirroring them somewhere else? No. The bootstrap files are on a machine running in o

new bootstrap for lang/ghc

2023-09-26 Thread Matthias Kilian
Hi, Greg asked me to provide a new ghc boostrap. Here it is; i could built lang/ghc and all ports depending on it with it. If it's ok to put it in before release, could someone else please commit it? My internet connection is currently almost completely broken. Ciao, Kili Index: ghc-8.1

Re: Switch from MASTER_SITES to MASTER_SITES.hs in Haskell ports

2023-09-04 Thread Matthias Kilian
Hi, On Mon, Sep 04, 2023 at 12:45:05PM -0700, Greg Steuck wrote: > Looks like we no longer have to manage a namespace of just 10 entries > globally in the ports tree :) > > OK? Sure. Ciao, Kili

Re: Upgrade productivity/hledger 1.28->1.31

2023-09-04 Thread Matthias Kilian
Hi, On Mon, Sep 04, 2023 at 12:33:51PM -0700, Greg Steuck wrote: > Does this look OK to you? I tested it locally. Fine, if it builds and works ok for you. (my build machine is currently inop, so i can't test-build it, but i don't see anything offending in your diff). Ciao, Kili > Thanks

Re: Install port dependencies from packages?

2023-08-31 Thread Matthias Kilian
Hi, On Thu, Aug 31, 2023 at 11:16:06PM +0200, Johannes Thyssen Tishman wrote: > Is there is a way to install all {BUILD,LIB,RUN} dependencies before > trying to build a port by using packages (pkg_add)? See FETCH_PACKAGES in ports(7) and bsd.port.mk(5). Ciao, Kili

print/scribus: fix build with poppler-23.05

2023-07-16 Thread Matthias Kilian
Hi, this fixes the build with a newer poppler. Ciao, Kili Index: Makefile === RCS file: /cvs/ports/print/scribus/Makefile,v retrieving revision 1.84 diff -u -p -r1.84 Makefile --- Makefile24 Apr 2023 11:41:25 -

graphics/pdf2djvu: fix for poppler-23.05.

2023-07-16 Thread Matthias Kilian
Hi, this just adds --std=gnu++17 to fix the build against newer poppler versions. To be committed together with the poppler update. Ciao, Kili Index: Makefile === RCS file: /cvs/ports/graphics/pdf2djvu/Makefile,v retrieving

Update to poppler-23.05.0.

2023-07-16 Thread Matthias Kilian
Hi, Here's a overdue update of poppler. Why not to the latest version? Because this is what I've in my tree and doesn't break things. I'll give 23.07.0 a try right after this goes in. Three ports will need changes for this update: editors/calligra graphics/pdf2djvu print/scribus I'll send diff

editors/calligra: fix for poppler-23.05

2023-07-16 Thread Matthias Kilian
Hi, this lets editors/calligra build with poppler-23.05. ok? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/editors/calligra/Makefile,v retrieving revision 1.56 diff -u -p -r1.56 Makefile --- Makefile24 Apr 2023 11

Re: would anyone miss graphics/pdf2djvu?

2023-07-08 Thread Matthias Kilian
Hi, On Sun, Jul 09, 2023 at 12:55:40AM +0200, Antoine Jacoutot wrote: > > Switching graphics/exiv2 to C++-11 and testing everything depending > > on it can be done later, but I'm absolutely not sure wether this > > can be done before the next release. > > I have everything mostly ready for this.

would anyone miss graphics/pdf2djvu?

2023-07-08 Thread Matthias Kilian
Hi, graphics/pdf2djvu uses both print/poppler and graphics/exiv2, which is a problem because newer poppler uses unique_ptr while exiv2 still uses auto_ptr. There's a tweak in exiv2 to also use unique_ptr when compiled with C++-11 or newer (include/exiv2/config.h), but to be honest, I don't have th

Re: lang/* BTI breakage

2023-06-30 Thread Matthias Kilian
Hi, On Thu, Jun 29, 2023 at 10:55:34PM -0700, Greg Steuck wrote: > Christian Weisgerber writes: > > > Since BTI affects any and all compilers that generate executable code, > > I tried to build all lang/* ports on amd64 with BTI enabled. Here's the > > list of failures: > > > > devel/jdk/1.8

lang/ghc and IBT?

2023-06-12 Thread Matthias Kilian
Hi, still slacking around like hell, but I guess we need a new bootstrap for lang/ghc. If so, I'll try to enable USE_NOBTCFI, build a new bootstrap with it, and then use that for building the regular ghc package. Ciao, Kili

Re: [readd] games/hedgewars

2023-04-21 Thread Matthias Kilian
Hi, On Thu, Apr 20, 2023 at 07:58:38PM -0400, Thomas Frohwein wrote: > Regarding the server build, it would be good to think about what would > be needed to bring it back... Can the Haskell dependencies be pulled > into the install via MASTER_SITES{0,1,...} and be used this way? Or > would the rem

lang/ghc: drop (broken) pledge(2) interface

2023-03-14 Thread Matthias Kilian
Hi, Remove the pledge(2) interface (broken since OpenBSD-6.3). If anybody wants to use pledge(2) and unveil(2) from Haskell, this should be done with a separate library on hackage.haskell.org. Nothing in the ports tree is using it. Ok? Index: Makefile ==

Re: lang/ghc: new bootstrap

2023-03-07 Thread Matthias Kilian
Hi, On Wed, Feb 22, 2023 at 08:28:58PM -0800, Greg Steuck wrote: > > Use a new bootstrap (still 8.10.7, but built on current from > > 2023-02-18). Attached is some kind of "port" I fiddled together > > from what's in CVS and some newer stuff, only used for "make > > bootstrap". > > Nice! I belive

lang/ghc: new bootstrap

2023-02-22 Thread Matthias Kilian
Hi, Use a new bootstrap (still 8.10.7, but built on current from 2023-02-18). Attached is some kind of "port" I fiddled together from what's in CVS and some newer stuff, only used for "make bootstrap". ghc-9.2.6 builds fine with this for me. Ciao, Kili Index: Makefile ==

Re: De-noise ghc

2023-02-21 Thread Matthias Kilian
Hi, On Tue, Feb 21, 2023 at 04:25:38PM +0100, Marc Espie wrote: > On Sun, Feb 19, 2023 at 07:16:01PM -0800, Greg Steuck wrote: > > Hi Matthias, > > > > We get this annoying line all over the place now in Haskell ports logs: > > > > cc: warning: -Wl,--no-execute-only: 'linker' input unused > > [

Re: De-noise ghc

2023-02-20 Thread Matthias Kilian
Hi Greg, On Sun, Feb 19, 2023 at 07:16:01PM -0800, Greg Steuck wrote: > We get this annoying line all over the place now in Haskell ports logs: > > cc: warning: -Wl,--no-execute-only: 'linker' input unused > [-Wunused-command-line-argument] > > I don't know of a simple way to stick the --no-exe

Re: Upgrade lang/ghc 9.2.5->9.2.6

2023-02-12 Thread Matthias Kilian
Hi, On Sat, Feb 11, 2023 at 07:43:44PM -0800, Greg Steuck wrote: > I rebuilt all our ports with this. Looks like a safe and useful upgrade, > OK? Yes. Ciao, Kili

Re: UPDATE: xpdf-4.04

2023-02-06 Thread Matthias Kilian
Hi, On Mon, Feb 06, 2023 at 03:24:03PM +0100, Christian Weisgerber wrote: > Klemens Nanni: > > > > Should xpdf 3 be kept around? > > > > Compared to mupdf, though, xpdf 3 has this nice chapter view and is > > great for navigating specifications and such. > > FWIW, FreeBSD has kept an xpdf3 port

Re: Shrink Haskell binaries size via link time deduplication

2023-02-05 Thread Matthias Kilian
Hi, On Sat, Feb 04, 2023 at 10:41:08PM -0800, Greg Steuck wrote: > I believe it's time to bring this thread to a resolution. > > I have been running with this for a while, anybody feel like testing or > OK'ing this size reduction? The second patch is courtesy of portbump. Ok. Ciao, Kili

Re: Upgrade cabal-install to 3.8.1.0

2023-01-26 Thread Matthias Kilian
Hi, On Sun, Jan 22, 2023 at 03:03:31PM -0800, Greg Steuck wrote: > I tested this upgrade by rebuilding all the dependenents and running a > minimal manual flow. OK? Yes. Ciao, Kili

Re: A couple of simpler upgrades: hledger & git-annex

2022-10-09 Thread Matthias Kilian
Hi, On Mon, Oct 03, 2022 at 09:14:38PM -0700, Greg Steuck wrote: > I queued up a couple of upgrades while the tree was locked. I've been > using new hledger and James Cook helped me test and proof-read the patch > for git-annex. > > OK? Yes (and sorry for the delay). Ciao, Kili

fix graphics/gimp/snapshot

2022-09-21 Thread Matthias Kilian
Hi, without xsltproc, graphics/snapshot/gimp fails to build. ok? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/graphics/gimp/snapshot/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile12 Sep

ghc bootstrap

2022-09-04 Thread Matthias Kilian
FYI: to get the ghc bootstrap fuckup solved some way, I now took the old bootstrap (ghc-8.10.7.20220419), manually replaced the shared libs and uploaded the result (ghc-8.10.7.20220904). ghc is currently building on my machine. If that succeeds, I'll just commit the change. I've still no idea how t

Re: new: fonts/urw-base35-fonts

2022-09-03 Thread Matthias Kilian
Hi, any opinions? If this port isn't useful in its current shape, I'll just add the urw-fonts to lilyponds DISTFILES. Ciao, Kili On Mon, Aug 22, 2022 at 09:05:22PM +0200, Matthias Kilian wrote: > Date: Mon, 22 Aug 2022 21:05:22 +0200 > From: Matthias Kilian > To: M

Re: new: fonts/urw-base35-fonts

2022-08-22 Thread Matthias Kilian
rtifexSoftware -GH_PROJECT = urw-base35-fonts +GH_PROJECT = ${TYPEFACE} GH_TAGNAME = 20200910 MAINTAINER = Matthias Kilian @@ -18,5 +18,12 @@ FONT_DISTSUBDIR =fonts NO_BUILD = Yes NO_TEST = Yes + +FC_DIR = ${PREFIX}/share/fontconfig/${TYPEFACE} +do-install:

new: fonts/urw-base35-fonts

2022-08-19 Thread Matthias Kilian
s for the 35 fonts required by Adobe Postscript(c) Language Level 2. Maintainer: Matthias Kilian WWW: https://github.com/ArtifexSoftware/urw-base35-fonts Ciao, Kili (cc'ing Abdullah, because he asked for a lilypond update) fonts_urw-base35-fonts.tgz Description: application/tar-gz

Re: [PATCH] Upgrade lang/ghc 9.2.{3->4}

2022-07-31 Thread Matthias Kilian
Hi, On Thu, Jul 28, 2022 at 09:44:40PM -0700, Greg Steuck wrote: > This was a quick and easy one. I rebuilt all the Haskell ports with the > new compiler. > > Release announcement: https://discourse.haskell.org/t/ghc-9-2-4-released/4851 > > The changes include some fixes for crashes in compiled

Re: Upgrade lang/ghc 9.2.2->9.2.3

2022-06-01 Thread Matthias Kilian
Hi, On Sun, May 29, 2022 at 11:39:53PM +0200, Matthias Kilian wrote: > On Sun, May 29, 2022 at 01:00:49PM -0700, Greg Steuck wrote: > > I had another patch in my tree before it, so I'm sending that too. Based > > on my always building with MAKE_JOBS=10 I suspect ghc build is

Re: Upgrade lang/ghc 9.2.2->9.2.3

2022-05-29 Thread Matthias Kilian
Hi Greg, On Sun, May 29, 2022 at 01:00:49PM -0700, Greg Steuck wrote: > I had another patch in my tree before it, so I'm sending that too. Based > on my always building with MAKE_JOBS=10 I suspect ghc build is now > concurrency-friendly, so I removed the admonition. I think we could also set DPB_

Re: State of ghc-9.2.2

2022-04-29 Thread Matthias Kilian
Hi, On Thu, Apr 28, 2022 at 10:11:27PM -0700, Greg Steuck wrote: > I feel pretty good about where we are with ghc-9.2.2 (patches in > https://marc.info/?l=openbsd-ports&m=165103738516521&w=2). I just > rebuilt all the directly dependent ports. I have been running the > updated Haskell ports I use

Re: ghc-9.2.2 upgrade (and many dependent ports)

2022-04-28 Thread Matthias Kilian
On Thu, Apr 28, 2022 at 04:23:01PM +0200, Matthias Kilian wrote: > > Configuring haddock-2.26.0... > > ghc-cabal: Encountered missing or private dependencies: > > xhtml >=3000.2 && <3000.3 > > Indeed, I get the same error. It looks like for whatever reason,

Re: ghc-9.2.2 upgrade (and many dependent ports)

2022-04-28 Thread Matthias Kilian
Hi, On Wed, Apr 27, 2022 at 08:30:10PM +0200, Volker Schlecht wrote: > > If people feel like helping, please build your own GHC and any ports > > that you use and run them for real. > > With your patches 0001 and 0006 applied, make build for lang/ghc fails for > me with > > Configuring ghc-9.2.2

Re: lang/ghc-9.2.2 losing i386 support

2022-04-22 Thread Matthias Kilian
Hi, On Thu, Apr 21, 2022 at 10:56:39PM -0700, Greg Steuck wrote: > 1) We can no longer produce a viable bootstrap package for i386. This > problem predates ghc-9.2.2. It has become a problem now because we need > to rebuild the bootstrap to get 9.2.2 building. That's because the new > version requ

Re: Easy upgrades towards ghc-9.2

2022-04-18 Thread Matthias Kilian
Hi, On Fri, Apr 15, 2022 at 10:47:58PM -0700, Greg Steuck wrote: > As hinted a couple of weeks ago, the attached upgrades should be easy to > land now. I rebuilt them on amd64 with ghc-8.10.6 and the new 9.2. > > OK? Sure, if they build ok for you (same for devel/alex). For ghc-9.2: do you have

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-25 Thread Matthias Kilian
Hi, On Mon, Jan 24, 2022 at 07:19:42PM +0100, Matthias Kilian wrote: > On Mon, Jan 24, 2022 at 05:56:21PM +0100, Volker Schlecht wrote: > > Sorry to bother you about it, but did you get around to having a look at the > > patch? > > Looks good so far, I also ran dpb -uR to

Re: Upgrade productivity/hledger 1.23->1.24.1

2022-01-24 Thread Matthias Kilian
Hi, On Wed, Jan 19, 2022 at 10:29:41PM -0800, Greg Steuck wrote: > I'm running this locally. Works fine so far. OK? Looks and builds fine to me, so ok. Ciao, Kili

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-24 Thread Matthias Kilian
Hi, and sorry for the delay, On Mon, Jan 24, 2022 at 05:56:21PM +0100, Volker Schlecht wrote: > Sorry to bother you about it, but did you get around to having a look at the > patch? Looks good so far, I also ran dpb -uR to rebuild any packages depending on it, without any problems. I'll do some

Re: [UPDATE] print/ghostscript/gnu 9.55.0

2022-01-17 Thread Matthias Kilian
ds/releases/ > > -HOMEPAGE= http://www.cs.wisc.edu/~ghost/ > +HOMEPAGE = https://ghostscript.com/ > > -MAINTAINER= Matthias Kilian > +MAINTAINER = Matthias Kilian > > -FLAVORS= a4 gtk no_x11 > +FLAVORS =a4 gtk no_x11 > FLAVOR?= > > -F

Re: Question regarding print/ghostscript/gnu

2022-01-12 Thread Matthias Kilian
Hi, On Wed, Jan 12, 2022 at 02:48:14PM +0100, Volker Schlecht wrote: > is there a policy decision (licensing?) for sticking with ghostscript 9.07 > from 2013 in ports, or is the port just hard to maintain / is there a lack > of time and interest in it? It's hard to maintain *and* i don't have muc

Update print/poppler and fix graphics/inkscape

2021-12-21 Thread Matthias Kilian
Hi, the diff below updates poppler to 21.12.0 and also includes a fix for inkscape. I've already tested this on my machine. Note that poppler-qt6 wants qt6.1 but still at least builds with qt6.0. Afaics, no port currently depends on poppler-qt6, so there should be no breakage even if poppler-21

update graphics/pdf2djvu

2021-10-31 Thread Matthias Kilian
Hi, pdf2djvu needs an update to be built against poppler-21.10.0. Below are diffs for both ports. ok? Ciao, Kili ps: I guess poppler-21.11.0 will be released soon, but 21.10.0 is what I've tested so far. Index: graphics/pdf2djvu/Makefile ===

Re: [PATCH] Upgrade x11/xmonad 0.15->0.17.0

2021-10-31 Thread Matthias Kilian
Hi Greg, On Thu, Oct 28, 2021 at 08:32:21PM -0700, Greg Steuck wrote: > A new release arrived while this was pending. How does this look? OK? > > I'm running it here. Works for me. ok > >From 8b1e44c8278b356ccdc2958da81264204dc788bd Mon Sep 17 00:00:00 2001 > From: Greg Steuck > Date: Sun, 17

Re: lang/ghc

2021-09-13 Thread Matthias Kilian
On Mon, Sep 13, 2021 at 09:49:03AM +0200, Matthias Kilian wrote: > New diff, where I only changed the debug stuff (and introduced a > new typedef for it). The reason I didn't touch the other message > printing functions is that they call printf(3)-like functions several > times

Re: lang/ghc

2021-09-13 Thread Matthias Kilian
On Wed, Sep 08, 2021 at 08:19:57PM +0200, Matthias Kilian wrote: > > Are you at all intersted in shaving this yak all the way so we can push > > this fix upstream? > > I'll have a look. Shouldn't be too much work, since there are only > those four function pointers

Re: lang/ghc

2021-09-08 Thread Matthias Kilian
Hi, On Wed, Sep 08, 2021 at 06:56:05AM -0700, Greg Steuck wrote: > Matthias Kilian writes: > > > +@@ -1024,8 +1024,10 @@ static void report_summary(const RTSSummaryStats* > > sum) > > + > > + for (g = 0; g < RtsFlags.GcFlags.generations; g++) { > &

lang/ghc (was: Warnings for %n in format strings)

2021-09-07 Thread Matthias Kilian
Hi, On Tue, Sep 07, 2021 at 09:24:31PM +0200, Christian Weisgerber wrote: > lang/ghcThe OpenBSD ports mailing-list Untested patch -- I'll probably get a test build with it together with all ports depending on ghc tomorrow, but if anyone want's to beat me ... Ciao, Kili

fix x11/kde-applications/kitinerary with new poppler

2021-09-07 Thread Matthias Kilian
Hi, this fixes the build of kitinerary with poppler-21.08.0 (and of course 21.09.0, too). Ok to commit this together with the poppler update? Ciao, Kili Index: patches/patch-src_lib_pdf_pdfdocument_cpp === RCS file: patches

update print/poppler

2021-09-07 Thread Matthias Kilian
Hi, overdue update to the newest poppler. Works for me[tm] on amd64. I'm sending this because it breaks one port (x11/kde-applications/kitinerary), which I'll send a patch for. Ciao, KIli Index: Makefile === RCS file: /cvs/

Re: [PATCH] devel/cabal-install: reduce brittleness through minor ghc upgrades

2021-08-31 Thread Matthias Kilian
Hi Greg, On Tue, Aug 17, 2021 at 11:34:01AM -0700, Greg Steuck wrote: > While strict version checks for built-in ghc packages in cabal-install > build procedure provide a modicum of extra safety, in practice for the > ports tree they impose extra version tracking burden. The ports tree > is alread

Re: Update hledger-1.2{1->2}

2021-08-06 Thread Matthias Kilian
Hi, On Mon, Aug 02, 2021 at 10:39:38PM -0700, Greg Steuck wrote: > This was written by cabal-bundler and make makesum. > I tested the package by running it through some local use cases. > > OK? Yes. Ciao, Kili > > --- > productivity/hledger/Makefile | 177 +---

Re: sparc64 bulk build report

2021-07-30 Thread Matthias Kilian
Hi, On Fri, Jul 30, 2021 at 11:01:40PM +0200, Marc Espie wrote: > > Critical path missing pkgs: > > http://build-failures.rhaalovely.net/sparc64/2021-07-28/summary.log > > Poppler should probably get fixed. > Since neither qt5 nor qt6 currently build, > the corresponding subpackages should probab

Re: sparc64 bulk build report

2021-07-30 Thread Matthias Kilian
On Fri, Jul 30, 2021 at 11:36:47PM +0200, Matthias Kilian wrote: > FWIW, I've poppler-21.07.0 in my tree, an update to 21.08.0 will > probably available in two days. I can disable poppler-qt{5,6} for > sparc64. > > > Note that the NOT_FOR_ARCHS-arm for qt5 looks suspect. &

Re: [PATCH] Update lang/ghc to 8.10.5

2021-06-08 Thread Matthias Kilian
Hi, On Sun, Jun 06, 2021 at 11:22:56PM -0700, Greg Steuck wrote: > A new GHC release with some good enhancements just arrived: > https://www.haskell.org/ghc/blog/20210605-ghc-8.10.5-released.html > > I tested this by rebuilding ghc, cabal-install, and cabal-bundler on > amd64 so far. I'll rebuild

fix print/scribus with new poppler

2021-05-17 Thread Matthias Kilian
Hi, with poppler-21.04 (and -05), print/scribus needs the patch below. ok? Ciao, Kili Index: patches/patch-scribus_plugins_import_pdf_slaoutput_h === RCS file: /cvs/ports/print/scribus/patches/patch-scribus_plugins_import_

update print/poppler

2021-05-17 Thread Matthias Kilian
Hi, this works fine for me (on amd64) since a couple of days. But it also needs a patch for print/scribus (to be sent in a minute). Ciao, Kili Index: Makefile === RCS file: /cvs/ports/print/poppler/Makefile,v retrieving rev

Re: i386 build failures: graphics/birdfont, x11/qt5/docs,-html

2021-05-17 Thread Matthias Kilian
Hi, On Mon, May 17, 2021 at 08:59:36AM +0100, Stuart Henderson wrote: > gnome/maps is already fixed, mozillas I mentioned yesterday, here > are two others: [...] > Done > Writing Config.vala > >>> Running build in graphics/birdfont at 1621205656.53 > ===> graphics/birdfont > ===> Buildin

Re: Add -qt6 and cleanup wantlibs print/poppler

2021-05-06 Thread Matthias Kilian
Hi, On Thu, May 06, 2021 at 07:51:10PM +0200, Rafael Sadowski wrote: > Simple diff to add -qt6 support and clean up WANTLIBs. Please up date > your cvs tree before test to avoid issues with x11/qt6. Look fine. I didn't build it myself yet, but if it builds for you and (port-)lib-depends-check is

Re: Bootstrap lang/ghc with GHC 8.10.3

2021-05-02 Thread Matthias Kilian
Hi Greg, On Sun, May 02, 2021 at 09:38:47AM -0700, Greg Steuck wrote: > The new bootstrap you kindly built works fine on amd64 and i386. I > propose we switch to it. > > OK? Yes. Ciao, Kili > >From 4cfc4013dc3200c77a150b110084a660899e4d43 Mon Sep 17 00:00:00 2001 > From: Greg Steuck >

Re: Add hledger-1.21 via devel/cabal module

2021-03-24 Thread Matthias Kilian
Hi, On Sun, Mar 21, 2021 at 09:22:30AM -0700, Greg Steuck wrote: > Evan mentioned hledger port being of interest, less than a year later we > can have it :) > > I'd like some test reports and OKs before this goes in. post-install should use ${INSTALL_MAN} instead of ${INSTALL_DATA} to install th

  1   2   3   4   5   6   7   8   9   10   >