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? > >

CVS: cvs.openbsd.org: ports

2024-06-08 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/06/08 15:53:46 Modified files: net/tcpflow: Makefile Log message: Unbreak build (needs boots at built time). ok kirill (maintainer), jca@

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

CVS: cvs.openbsd.org: ports

2024-06-08 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/06/08 14:11:22 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.06.0.

CVS: cvs.openbsd.org: ports

2024-05-31 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/31 03:22:03 Modified files: www/ap2-mod_perl: Makefile distinfo www/ap2-mod_perl/patches: patch-Apache-Test_lib_Apache_TestConfig_pm Log message: Update

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

CVS: cvs.openbsd.org: ports

2024-05-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/25 14:14:55 Modified files: x11/kde-applications/kitinerary: Makefile Added files: x11/kde-applications/kitinerary/patches:

CVS: cvs.openbsd.org: ports

2024-05-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/25 14:11:27 Modified files: graphics/inkscape: Makefile graphics/inkscape/patches: patch-CMakeLists_txt Added files: graphics/inkscape/patches:

CVS: cvs.openbsd.org: ports

2024-05-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/25 14:10:43 Modified files: print/scribus : Makefile Added files: print/scribus/patches: patch-CMakeLists_txt Log message: Unbreak with poppler-24.05.0.

CVS: cvs.openbsd.org: ports

2024-05-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/25 14:10:08 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-cpp_CMakeLists_txt patch-qt5_src_CMakeLists_txt

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:

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

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: > >

CVS: cvs.openbsd.org: ports

2024-05-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/11 04:04:05 Modified files: astro/calcmysky: Makefile astro/kstars : Makefile cad/openscad : Makefile cad/prusaslicer: Makefile cad/solvespace : Makefile

CVS: cvs.openbsd.org: ports

2024-05-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/11 04:02:17 Modified files: editors/calligra: Makefile editors/calligra/patches: patch-CMakeLists_txt Added files: editors/calligra/patches: patch-sheets_functions_reference_cpp

CVS: cvs.openbsd.org: ports

2024-05-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/11 04:01:03 Modified files: math/eigen3: Makefile distinfo math/eigen3/patches: patch-cmake_FindGoogleHash_cmake patch-test_main_h

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:

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

CVS: cvs.openbsd.org: ports

2024-05-08 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/08 15:32:55 Modified files: graphics : Makefile devel/quirks/files: Quirks.pm Removed files: graphics/pdf2djvu: Makefile distinfo graphics/pdf2djvu/pkg: DESCR PLIST

CVS: cvs.openbsd.org: ports

2024-05-07 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/05/07 14:36:26 Modified files: net/matterhorn : Makefile distinfo Log message: Let it build with ghc-9.8. ok gnezdo@, pascal@ (maintainer)

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

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

CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/04/19 12:54:44 Modified files: x11/xmonad : Makefile x11/xmonad/files: build Log message: With cabal-install-3.10.3.0, executables are now installed into ~/.local/bin instead of

CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/04/19 12:54:13 Modified files: devel/cabal-install: Makefile distinfo devel/cabal-install/files: openbsd.json Log message: Update to cabal-install-3.10.3.0. ok gnezdo@

CVS: cvs.openbsd.org: ports

2024-04-19 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/04/19 12:53:45 Modified files: lang/ghc : Makefile distinfo lang/ghc/patches: patch-hadrian_hadrian_cabal patch-testsuite_driver_testlib_py Removed files:

CVS: cvs.openbsd.org: ports

2024-04-02 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/04/02 15:03:51 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.04.0.

Re: CVS: cvs.openbsd.org: ports

2024-03-25 Thread Matthias Kilian
On Mon, Mar 25, 2024 at 02:51:09PM -0600, Matthias Kilian wrote: > CVSROOT: /cvs > Module name: ports > Changes by: k...@cvs.openbsd.org2024/03/25 14:51:09 > > Added files: > graphics/inkscape/patches: >

CVS: cvs.openbsd.org: ports

2024-03-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/03/25 14:52:08 Added files: print/scribus/patches: patch-scribus_plugins_import_pdf_slaoutput_cpp Log message: Fix build with poppler-24.03.0.

CVS: cvs.openbsd.org: ports

2024-03-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/03/25 14:51:09 Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_svg-builder_cpp Log message: Fix build with poppler-24.03.0.

CVS: cvs.openbsd.org: ports

2024-03-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/03/25 14:50:32 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-poppler_XRef_cc patch-utils_CMakeLists_txt Log message: Update

CVS: cvs.openbsd.org: ports

2024-03-21 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/03/21 16:57:01 Modified files: lang/ghc : Makefile distinfo Log message: New bootstrap. Reminded by gnezdo@ (now committed to -current, sorry for the mess on OPENBSD_7_5).

CVS: cvs.openbsd.org: ports

2024-03-21 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/03/21 14:52:54 Modified files: lang/ghc : Tag: OPENBSD_7_5 Makefile distinfo Log message: New bootstrap. Reminded by gnezdo@

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_slaoutp

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:

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:

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

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,

CVS: cvs.openbsd.org: ports

2024-02-05 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/02/05 15:15:38 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.02.0.

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 > --- >

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 > &

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

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,

CVS: cvs.openbsd.org: ports

2024-01-10 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/01/10 12:12:21 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.01.0.

CVS: cvs.openbsd.org: ports

2024-01-08 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2024/01/08 12:19:54 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/pkg : PLIST Log message: Update to yt-dlp-2023.12.30. ok mestre@ (maintainer)

CVS: cvs.openbsd.org: ports

2023-12-23 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/12/23 15:48:33 Modified files: lang/ghc : Makefile distinfo Log message: Use the new ghc bootstrap.

CVS: cvs.openbsd.org: ports

2023-12-21 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/12/21 18:31:29 Modified files: lang/ghc-8.10.7: Makefile Log message: Prepare a new ghc bootstrap.

CVS: cvs.openbsd.org: ports

2023-12-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/12/17 14:41:34 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-23.12.0.

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

CVS: cvs.openbsd.org: ports

2023-12-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/12/11 15:31:26 Modified files: print/lilypond : Makefile print/lilypond/patches: patch-lily_music-iterator_cc Log message: Fix an old merge error resulting in really stupid code.

CVS: cvs.openbsd.org: ports

2023-11-24 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/24 15:54:29 Modified files: print/lilypond : Makefile distinfo print/lilypond/pkg: PLIST-docs PLIST-main Removed files: print/lilypond/patches: patch-scm_backend-library_scm

CVS: cvs.openbsd.org: ports

2023-11-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/14 12:50:53 Modified files: print/lilypond : Tag: OPENBSD_7_4 Makefile Added files: print/lilypond/patches: Tag: OPENBSD_7_4 patch-scm_backend-library_scm

[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

CVS: cvs.openbsd.org: ports

2023-11-07 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/11/07 16:56:40 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-23.11.0.

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

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

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/24 12:15:57 Modified files: editors/gummi : Makefile distinfo Log message: Update to gummi-0.8.3.

CVS: cvs.openbsd.org: ports

2023-10-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/11 12:09:12 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-CMakeLists_txt patch-glib_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2023-10-11 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/11 12:07:58 Modified files: textproc/qpdfview: Makefile Added files: textproc/qpdfview/patches: patch-qpdfview_pri Log message: Use C++17; required for a poppler update. ok rsadowski@

[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:

[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

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

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:

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 >

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

CVS: cvs.openbsd.org: ports

2023-07-20 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/20 14:11:55 Modified files: print/poppler-data: Makefile distinfo Log message: Update to poppler-data-0.4.12. Reminded by aja@.

CVS: cvs.openbsd.org: ports

2023-07-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/17 14:49:12 Modified files: print/scribus : Makefile Added files: print/scribus/patches: patch-scribus_plugins_import_pdf_importpdf_cpp

CVS: cvs.openbsd.org: ports

2023-07-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/17 14:48:00 Modified files: graphics/pdf2djvu: Makefile Log message: Fix build with poppler-23.05.0. ok aja@

CVS: cvs.openbsd.org: ports

2023-07-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/17 14:47:09 Modified files: editors/calligra: Makefile Added files: editors/calligra/patches: patch-filters_karbon_pdf_Pdf2OdgImport_cpp

CVS: cvs.openbsd.org: ports

2023-07-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/17 14:45:52 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-CMakeLists_txt patch-cpp_CMakeLists_txt

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

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

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

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

CVS: cvs.openbsd.org: ports

2023-07-07 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/07 13:36:10 Modified files: graphics : Makefile Removed files: graphics/gdcm : Makefile distinfo graphics/gdcm/patches: patch-CMakeLists_txt

CVS: cvs.openbsd.org: ports

2023-07-01 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/07/01 14:40:47 Modified files: lang/ghc : Makefile distinfo lang/ghc-8.10.7: Makefile distinfo Log message: New ghc bootstrap (and ghc itself) with nobtcfi. Tested by semarie@,

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

CVS: cvs.openbsd.org: ports

2023-03-17 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/03/17 04:40:44 Modified files: lang/ghc-8.10.7: Makefile lang/ghc : Makefile distinfo Log message: New bootstrap for ghc. Suggested and ok gnezdo@

CVS: cvs.openbsd.org: ports

2023-03-14 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/03/14 14:05:32 Modified files: lang/ghc : Makefile lang/ghc/pkg : PLIST Removed files: lang/ghc/files : Process.hsc lang/ghc/patches: patch-libraries_unix_unix_cabal

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

CVS: cvs.openbsd.org: ports

2023-03-09 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/03/09 11:59:42 Log message: Import lang/ghc-8.10.7 for building ghc bootstraps. Not wired to lang/Makefile, not meant to be build like a normal port. ok and some cleanups, gnezdo@

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

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

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

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,

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

CVS: cvs.openbsd.org: ports

2022-09-21 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/09/21 14:23:31 Modified files: graphics/gimp/snapshot: Makefile Log message: This needs textproc/xslt at build time. ok rsadowski@

  1   2   3   4   5   6   7   8   9   10   >