aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/freetype2/Makefile2
-rw-r--r--print/freetype2/distinfo6
-rw-r--r--print/freetype2/pkg-plist2
-rw-r--r--print/ghostscript10/Makefile2
-rw-r--r--print/ghostscript10/distinfo6
-rw-r--r--print/ghostscript10/files/patch-base_ocr.mak11
-rw-r--r--print/ghostscript10/files/patch-configure22
-rw-r--r--print/ipp-usb/Makefile2
-rw-r--r--print/libraqm/Makefile2
-rw-r--r--print/libraqm/distinfo6
-rw-r--r--print/libraqm/pkg-plist2
-rw-r--r--print/pdfcpu/Makefile2
-rw-r--r--print/plutobook/Makefile2
-rw-r--r--print/plutobook/distinfo6
-rw-r--r--print/ppa6/Makefile1
-rw-r--r--print/sioyek/Makefile2
16 files changed, 53 insertions, 23 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index 649553ec8182..8f4f91ba58c7 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= freetype2
-DISTVERSION= 2.13.3
+DISTVERSION= 2.14.1
CATEGORIES= print
MASTER_SITES= SAVANNAH/${PORTNAME:S/2//} \
SF/freetype/${PORTNAME}/${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/
diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo
index 429e7edcb2a3..46794669d49f 100644
--- a/print/freetype2/distinfo
+++ b/print/freetype2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725570212
-SHA256 (freetype-2.13.3.tar.xz) = 0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289
-SIZE (freetype-2.13.3.tar.xz) = 2617564
+TIMESTAMP = 1757616352
+SHA256 (freetype-2.14.1.tar.xz) = 32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc
+SIZE (freetype-2.14.1.tar.xz) = 2664948
diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist
index 9271bf29d05b..2d1d64ab01ad 100644
--- a/print/freetype2/pkg-plist
+++ b/print/freetype2/pkg-plist
@@ -60,5 +60,5 @@ lib/cmake/freetype/freetype-config-version.cmake
lib/cmake/freetype/freetype-config.cmake
lib/libfreetype.so
lib/libfreetype.so.6
-lib/libfreetype.so.6.20.2
+lib/libfreetype.so.6.20.4
libdata/pkgconfig/freetype2.pc
diff --git a/print/ghostscript10/Makefile b/print/ghostscript10/Makefile
index edf3e1bdfa2c..e19b3e83d9bf 100644
--- a/print/ghostscript10/Makefile
+++ b/print/ghostscript10/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ghostscript
-DISTVERSION= 10.05.1
+DISTVERSION= 10.06.0
CATEGORIES= print
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
PKGNAMESUFFIX= ${GS_MAJOR_VERSION}
diff --git a/print/ghostscript10/distinfo b/print/ghostscript10/distinfo
index e1805e453459..bb47d2a138aa 100644
--- a/print/ghostscript10/distinfo
+++ b/print/ghostscript10/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746048734
-SHA256 (ghostscript-10.05.1.tar.xz) = 22f2bdca15c28830c9715cddc5c296ea66898bfdab0b604a4e0bcfeb03af6cad
-SIZE (ghostscript-10.05.1.tar.xz) = 68043644
+TIMESTAMP = 1758706561
+SHA256 (ghostscript-10.06.0.tar.xz) = 64352648c2c081c8a9fb1a12dc1965e01ead7c57f58b72d1b54f6ef1cef3c561
+SIZE (ghostscript-10.06.0.tar.xz) = 68955484
diff --git a/print/ghostscript10/files/patch-base_ocr.mak b/print/ghostscript10/files/patch-base_ocr.mak
new file mode 100644
index 000000000000..02f9e01d7cca
--- /dev/null
+++ b/print/ghostscript10/files/patch-base_ocr.mak
@@ -0,0 +1,11 @@
+--- base/ocr.mak 2025-09-25 07:52:48 UTC
++++ base/ocr.mak
+@@ -20,7 +20,7 @@
+
+ # Define the name of this makefile.
+ LIBOCR_MAK=$(GLSRC)ocr.mak $(TOP_MAKEFILES)
+-OCRCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCXXFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER
++OCRCXX = $(CXX) $(TESSINCLUDES) $(TESSCXXFLAGS) $(CCFLAGS) -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER
+
+ # Tesseract veneer.
+ $(GLGEN)tessocr.$(OBJ) : $(GLSRC)tessocr.cpp $(GLSRC)tessocr.h $(LIBOCR_MAK) \
diff --git a/print/ghostscript10/files/patch-configure b/print/ghostscript10/files/patch-configure
index 4ecbe4ff7287..1888293a327b 100644
--- a/print/ghostscript10/files/patch-configure
+++ b/print/ghostscript10/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig 2022-04-04 13:48:49 UTC
+--- configure.orig 2025-09-09 09:36:39 UTC
+++ configure
-@@ -13383,7 +13383,12 @@ if test "${enable_dynamic+set}" = set; then :
+@@ -5630,7 +5630,7 @@ -Wmissing-declarations -Wmissing-prototypes -Wwrite-st
+ if test x"$GCC" = x"yes"; then
+ cflags_to_try="-Wall -Wstrict-prototypes -Wundef \
+ -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings \
+--fno-strict-aliasing -Werror=declaration-after-statement \
++-fno-strict-aliasing \
+ -fno-builtin -fno-common -Werror=return-type -Wno-unused-local-typedefs $CFLAGS_LARGEFILE"
+ optflags_to_try="$CC_OPT_FLAGS_TO_TRY"
+ dbgflags_to_try="$CC_DBG_FLAGS_TO_TRY"
+@@ -13615,7 +13615,12 @@ then :
DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS"
;;
*bsd*)
@@ -14,3 +23,12 @@
DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
X11_DEVS=""
OPT_CFLAGS="$DYNAMIC_CFLAGS $OPT_CFLAGS"
+@@ -15791,7 +15796,7 @@ CFLAGSAUX=$(echo $CFLAGSAUX | sed -e 's/-DGS_NO_FILESY
+
+ CFLAGSAUX=$(echo $CFLAGSAUX | sed -e 's/-DGS_NO_FILESYSTEM//g')
+
+-GXXFLAGS=$(echo $GCFLAGS | sed -e 's/-Wstrict-prototypes//g' | sed -e 's/-Wmissing-prototypes//g' | sed -e 's/-Werror=declaration-after-statement//g')
++GXXFLAGS=$(echo $GCFLAGS | sed -e 's/-Wstrict-prototypes//g' | sed -e 's/-Wmissing-prototypes//g')
+
+ SRCDIR="$srcdir"
+
diff --git a/print/ipp-usb/Makefile b/print/ipp-usb/Makefile
index 5079b5b54317..1add7b138e4f 100644
--- a/print/ipp-usb/Makefile
+++ b/print/ipp-usb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ipp-usb
DISTVERSION= 0.9.24
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MAINTAINER= chuanwei.foo@hotmail.com
diff --git a/print/libraqm/Makefile b/print/libraqm/Makefile
index 61b52c998d73..0de45b08718e 100644
--- a/print/libraqm/Makefile
+++ b/print/libraqm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libraqm
-DISTVERSION= 0.10.2
+DISTVERSION= 0.10.3
CATEGORIES= print
MASTER_SITES= https://github.com/HOST-Oman/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= raqm-${DISTVERSION}
diff --git a/print/libraqm/distinfo b/print/libraqm/distinfo
index 58c4951ba299..2b5ba1123510 100644
--- a/print/libraqm/distinfo
+++ b/print/libraqm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727032245
-SHA256 (raqm-0.10.2.tar.xz) = 3e936f2c4e585c3168dbe121fcb7d6c55702027c68e491076381da5c4060559c
-SIZE (raqm-0.10.2.tar.xz) = 216932
+TIMESTAMP = 1756020453
+SHA256 (raqm-0.10.3.tar.xz) = 34c4d0340a18d62a6962ea36c76b06c2bc00bd2017b2d8952a85bb673cfcfcfa
+SIZE (raqm-0.10.3.tar.xz) = 217420
diff --git a/print/libraqm/pkg-plist b/print/libraqm/pkg-plist
index 3e8494321545..9acb2f3ea267 100644
--- a/print/libraqm/pkg-plist
+++ b/print/libraqm/pkg-plist
@@ -2,7 +2,7 @@ include/raqm-version.h
include/raqm.h
lib/libraqm.so
lib/libraqm.so.0
-lib/libraqm.so.0.10.2
+lib/libraqm.so.0.10.3
libdata/pkgconfig/raqm.pc
%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-1.html
diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile
index 0da8b8fcf68a..c73731388eaa 100644
--- a/print/pdfcpu/Makefile
+++ b/print/pdfcpu/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pdfcpu
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MAINTAINER= diizzy@FreeBSD.org
diff --git a/print/plutobook/Makefile b/print/plutobook/Makefile
index 651674fbc8a1..99db6c8db802 100644
--- a/print/plutobook/Makefile
+++ b/print/plutobook/Makefile
@@ -1,6 +1,6 @@
PORTNAME= plutobook
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.0
+DISTVERSION= 0.10.0
CATEGORIES= print
MAINTAINER= jbo@FreeBSD.org
diff --git a/print/plutobook/distinfo b/print/plutobook/distinfo
index 9c32b57b5276..c14009056dae 100644
--- a/print/plutobook/distinfo
+++ b/print/plutobook/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757454367
-SHA256 (plutoprint-plutobook-v0.8.0_GH0.tar.gz) = 832376e16c9604d8dce68425eacf06b6e475bc6eab75251464e26ac674807e2f
-SIZE (plutoprint-plutobook-v0.8.0_GH0.tar.gz) = 411811
+TIMESTAMP = 1759538999
+SHA256 (plutoprint-plutobook-v0.10.0_GH0.tar.gz) = 466f45581e9e274beede8a78f64ace3b3ad94d813d6c7b1a05594ab7e7f7fa84
+SIZE (plutoprint-plutobook-v0.10.0_GH0.tar.gz) = 456918
diff --git a/print/ppa6/Makefile b/print/ppa6/Makefile
index 044ef925dce5..3450a23702c5 100644
--- a/print/ppa6/Makefile
+++ b/print/ppa6/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ppa6
DISTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= print
MAINTAINER= fuz@FreeBSD.org
diff --git a/print/sioyek/Makefile b/print/sioyek/Makefile
index 947ab8e44462..604896c91836 100644
--- a/print/sioyek/Makefile
+++ b/print/sioyek/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sioyek
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0.20250513
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print
MAINTAINER= fuz@FreeBSD.org