Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
[Maintainer Update] print/ghostscript/gnu 10.06.0
To:
ports <ports@openbsd.org>
Cc:
Theo Buehler <tb@theobuehler.org>, Matthias Kilian <kili@outback.escape.de>
Date:
Tue, 9 Sep 2025 20:11:59 +0200

Download raw body.

Thread
Update to the latest ghostscript release.

-rc1 already went through a bulk, and the only issue identified
(textproc/latex2html could not parse the version correctly for a
release candidate), is confirmed to work with the final release.

textproc/lilypond is fine with the update as well.

ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v
retrieving revision 1.138
diff -u -p -r1.138 Makefile
--- Makefile	12 May 2025 19:14:03 -0000	1.138
+++ Makefile	9 Sep 2025 18:06:44 -0000
@@ -1,6 +1,6 @@
 COMMENT =	PostScript and PDF interpreter
 
-VERSION =	10.05.1
+VERSION =	10.06.0
 DISTNAME =	ghostpdl-${VERSION}
 PKGNAME =	ghostscript-${VERSION}
 EXTRACT_SUFX =	.tar.xz
@@ -82,7 +82,8 @@ CONFIGURE_ARGS +=	--disable-dbus
 CONFIGURE_ARGS +=	--with-x
 .endif
 
-CFLAGS +=	-DA4
+CFLAGS +=	-DA4 \
+		-I${X11BASE}/include
 
 # Needed to make the configure script detect libiconv
 CONFIGURE_ENV +=	LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/distinfo,v
retrieving revision 1.30
diff -u -p -r1.30 distinfo
--- distinfo	12 May 2025 19:14:03 -0000	1.30
+++ distinfo	9 Sep 2025 18:06:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (ghostpdl-10.05.1.tar.xz) = Mg2X9G8vHw53CpfSqe2Gmch3DkaYfjo94SeFWFZpbrk=
-SIZE (ghostpdl-10.05.1.tar.xz) = 73441020
+SHA256 (ghostpdl-10.06.0.tar.xz) = NgIFY2jPZJAmIx4tZSULWGDAI/PUoNnDXmYF4o5UPsE=
+SIZE (ghostpdl-10.06.0.tar.xz) = 74368072
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-configure,v
retrieving revision 1.10
diff -u -p -r1.10 patch-configure
--- patches/patch-configure	16 Mar 2025 19:38:11 -0000	1.10
+++ patches/patch-configure	9 Sep 2025 18:06:44 -0000
@@ -1,7 +1,7 @@
 Index: configure
 --- configure.orig
 +++ configure
-@@ -13207,8 +13207,8 @@ DLL_EXT=""
+@@ -13373,8 +13373,8 @@ DLL_EXT=""
  SO_LIB_VERSION_SEPARATOR="."
  
  libname1="_SO_BASE)\$(GS_SOEXT)\$(DLL_EXT)"
@@ -12,7 +12,7 @@ Index: configure
  GS_SONAME="lib\$(GS${libname1}"
  GS_SONAME_MAJOR="lib\$(GS${libname2}"
  GS_SONAME_MAJOR_MINOR="lib\$(GS${libname3}"
-@@ -13320,11 +13320,11 @@ case $host in
+@@ -13486,11 +13486,11 @@ case $host in
      ;;
      *bsd*)
        DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"