3454 Commits

Author SHA1 Message Date
naddy 34814184c6 print/bibview: add missing casts to fix build with llvm22
The implicit casts are already protected by class checks.
2026-06-16 14:40:25 +00:00
ajacoutot a04bd4f757 Update to py3-pypdf-6.13.2. 2026-06-11 06:06:11 +00:00
ajacoutot 0847247835 Update to py3-pypdf-6.13.1. 2026-06-09 07:24:01 +00:00
kili 6502ff08c9 print/lilypond: fix build with llvm 22. 2026-06-07 18:04:52 +00:00
ajacoutot 0db83f7a4e Update to py3-pypdf-6.13.0. 2026-06-06 07:06:46 +00:00
edd 2881da6336 print/texlive: update to 2026.
(and also the associated print/luametatex update)

All deps build tested for fallout by myself and tb@. All seems well.

OK tb@, thanks!
2026-06-04 22:39:42 +00:00
kmos 796a063714 fontforge uses C++17, so ports-gcc is required on base-gcc arches
Fixes the build on sparc64
2026-06-02 16:49:29 +00:00
kirill af71942a84 Bump REVISION after switch MODCLANG_VERSION at lang/clang to 22 2026-06-02 12:44:37 +00:00
sthen 820850ee44 htmldoc: fix search path in installed binaries, reported by Matthias Andree, ok benoit 2026-05-30 13:49:30 +00:00
ajacoutot 38515499df Fix build with llvm 22; from Arch Linux. 2026-05-30 13:03:58 +00:00
sthen 6ddd353af7 regen, no change 2026-05-30 10:45:23 +00:00
tb c5e4ea7936 print/popler: drop bdep on llvm/19 now that base has llvm/22 2026-05-30 02:02:12 +00:00
kili d068b22ee4 Add missing bdep on textproc/py-sphinx.
Breakage noticed by naddy@.
2026-05-29 19:03:32 +00:00
kili 1d9d61f908 Let it build with fontforge-20251009.
No visual changes for some of my .ly files.

I hope the aclocal.m4 hack can be removed for lilypond-26, but who
knows?
2026-05-28 19:05:35 +00:00
kili 5253133fcd Update to fontforge-20251009.
This hopefully builds with llvm 22 (at least it did with the one from
the ports tree).
2026-05-28 19:05:07 +00:00
sthen a43162c3b6 update to pdfarranger-1.14.0 2026-05-28 15:30:59 +00:00
kili f92f8dc9ec Mark as broken because of the upcoming fontforge update.
It's not worth fixing it now -- an update of lilypond is
around the corner.
2026-05-27 21:21:26 +00:00
ajacoutot 4c51ceb99b Update to py3-pypdf-6.12.2. 2026-05-26 16:52:32 +00:00
tb 7bd02672e0 poppler: add bdep on devel/llvm/19 2026-05-25 15:44:06 +00:00
kili a8ee996893 Set MODCLANG_VERSION = 22.
Suggested by tb@, but the build still runs clang-scan-deps-19,
and we aren't completely shure what happens after the switch
to llvm-22.
2026-05-23 21:21:45 +00:00
ajacoutot aafefdc11d Update to py3-pypdf-6.12.1. 2026-05-23 10:21:34 +00:00
ajacoutot 87c92a4ef8 Regen WANTLIB. 2026-05-22 14:50:41 +00:00
ajacoutot eb1b8465bb Fix runtime of a few utilities with python >=3.14 (lack of URLopener).
from Josh Grosse
2026-05-22 06:24:04 +00:00
volker 3072793556 print/ghostscript/gnu: Update to 10.07.1 2026-05-21 20:40:16 +00:00
ajacoutot 2ebf56ae8f Update to py3-pypdf-6.12.0. 2026-05-21 13:47:37 +00:00
ajacoutot df8cee6a0a Update to hplip-3.26.4. 2026-05-21 07:41:19 +00:00
kili 1547a72f50 Oops! Let the clang-scan-deps hack actually work. 2026-05-17 19:48:15 +00:00
ajacoutot 33dfcdcc29 Update to libpaper-2.2.8. 2026-05-17 09:13:51 +00:00
kili 3f387d7888 Update to poppler-26.05.0.
Hint for getting clang-scan-deps without touching COMPILER from sthen@.
2026-05-16 20:52:33 +00:00
kili f232dc5bd2 Prepare for poppler-26.05. 2026-05-13 21:15:11 +00:00
phessler c2c05d0155 print/ghostscript/gnu tries to add some additional Warning-becomes-Error
flags to the compile which causes the build to fail on armv7.  Pull down
the fix from upstream.

upstream fix pointed out by sthen@
OK sthen@
2026-05-10 14:14:20 +00:00
ajacoutot def045e666 Update to py3-pypdf-6.11.0. 2026-05-10 09:06:11 +00:00
ajacoutot 7dc8d90b12 Update to cups-pdf-3.0.3. 2026-05-09 06:44:53 +00:00
ajacoutot 1b2bda7b31 Update to psutils-3.3.15. 2026-05-08 06:42:16 +00:00
ajacoutot 1e388e7961 Update to cups-2.4.19. 2026-05-06 14:58:22 +00:00
landry 24e38bda1b print/pdf4qt: update to 1.5.3.1 2026-05-06 13:18:51 +00:00
landry 63b80f5ece print/scribus: update to 1.7.3
see https://wiki.scribus.net/canvas/1.7.3_Release
2026-05-06 13:00:50 +00:00
ajacoutot ffffef33a1 SECURITY update to cups-2.4.17.
- CVE-2026-27447: The scheduler treated local user and group names as case-insensitive.
- CVE-2026-34978: The RSS notifier could write outside the scheduler's RSS directory.
- CVE-2026-34980: The scheduler did not filter control characters from option values.
- CVE-2026-34979: The scheduler did not always allocate enough memory for a job's options string.
- CVE-2026-34990: The scheduler incorrectly allowed local certificates over the loopback interface.
- CVE-2026-39314: Fixed the range check for job password strings.
- CVE-2026-39316: Fixed a printer subscription bug in the scheduler.
- CVE-2026-NNNNN: Fixed a SNMP string conversion bug in the backends.
2026-04-18 05:38:41 +00:00
ajacoutot df0dd51d6b Update to py3-pypdf-6.10.1. 2026-04-16 05:59:53 +00:00
ajacoutot 2f6c3b74f0 Update to py3-pypdf-6.10.1. 2026-04-15 17:37:26 +00:00
ajacoutot 6da8b181ee Update to py3-pypdf-6.10.0. 2026-04-11 06:41:57 +00:00
kili 7ea93a4a1d Update to poppler-26.04.0. 2026-04-10 19:28:59 +00:00
kili aa2770992c Prepare for poppler-26.04.0. 2026-04-10 19:27:26 +00:00
claudio fd617129b0 Fix a -Wimplicit-int error in prnt/hpps/pserror.c and adjust WANTLIB
and bump the -hpcups subpackage since it does not need C++ libs.
OK aja
2026-03-27 12:23:57 +00:00
ajacoutot b1cce9e3aa Update to epson-inkjet-printer-escpr-1.8.8. 2026-03-25 10:58:23 +00:00
ajacoutot 2e75c24139 Update to py3-pypdf-6.9.2. 2026-03-24 13:15:19 +00:00
volker ef245b513a print/ghostscript/gnu: Update to 10.07.0
ok (with tweaks) sthen@
2026-03-18 16:43:23 +00:00
ajacoutot 38c6036cff Update to py3-pypdf-6.9.1. 2026-03-17 16:25:51 +00:00
sthen 59c6a21b92 bump, python.port.mk pypi HOMEPAGE update 2026-03-16 22:28:25 +00:00
ajacoutot d8b62a8661 Update to py3-pypdf-6.9.0. 2026-03-16 07:22:59 +00:00