diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile index feea3d275fa8..e689788dcf9e 100644 --- a/print/gimp-gutenprint/Makefile +++ b/print/gimp-gutenprint/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMEPREFIX= gimp- COMMENT= Gimp print plug-in diff --git a/print/gimp-gutenprint/pkg-plist b/print/gimp-gutenprint/pkg-plist index 30281f55f130..1e7c0d3f615b 100644 --- a/print/gimp-gutenprint/pkg-plist +++ b/print/gimp-gutenprint/pkg-plist @@ -1,5 +1,5 @@ lib/libgutenprintui2.so lib/libgutenprintui2.so.2 -lib/libgutenprintui2.so.2.4.0 +lib/libgutenprintui2.so.2.5.0 libdata/pkgconfig/gutenprintui2.pc libexec/gimp/2.2/plug-ins/gutenprint diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 45ad0eb41dc0..2f9f8f7d9e4c 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -1,5 +1,5 @@ PORTNAME= gutenprint -PORTVERSION= 5.3.3 +PORTVERSION= 5.3.4 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.3/${PORTVERSION} diff --git a/print/gutenprint/distinfo b/print/gutenprint/distinfo index c7a44b892b1a..3ed15c80b47b 100644 --- a/print/gutenprint/distinfo +++ b/print/gutenprint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566911317 -SHA256 (gutenprint-5.3.3.tar.xz) = 7279ecbc8e67d1858c53cb24e423ea1be98e214872006b79e6e03650dd54a072 -SIZE (gutenprint-5.3.3.tar.xz) = 5050624 +TIMESTAMP = 1678030737 +SHA256 (gutenprint-5.3.4.tar.xz) = db44a701d2b8e6a8931c83cec06c91226be266d23e5c189d20a39dd175f2023b +SIZE (gutenprint-5.3.4.tar.xz) = 5341824 diff --git a/print/gutenprint/files/patch-config.h.in b/print/gutenprint/files/patch-config.h.in new file mode 100644 index 000000000000..f57f47fd8dee --- /dev/null +++ b/print/gutenprint/files/patch-config.h.in @@ -0,0 +1,10 @@ +--- config.h.in.orig 2023-03-05 17:09:22.768898000 +0100 ++++ config.h.in 2023-03-05 17:32:21.267867000 +0100 +@@ -1,5 +1,7 @@ + /* config.h.in. Generated from configure.ac by autoheader. */ + ++#define __BSD_VISIBLE 1 ++ + /* CUPS data directory. */ + #undef CUPS_DATADIR + diff --git a/print/gutenprint/files/patch-configure b/print/gutenprint/files/patch-configure index 8ecc4e808a7e..fc18dfdb1925 100644 --- a/print/gutenprint/files/patch-configure +++ b/print/gutenprint/files/patch-configure @@ -12,3 +12,12 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIMP2_PLUGIN_DIR" >&5 $as_echo "$GIMP2_PLUGIN_DIR" >&6; } if test "x$NO_PKGCONFIG_PATHS" = x; then +@@ -18629,7 +18629,7 @@ + + if test x$ac_compiler_gnu = "xyes"; then + +- for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L -std=c99 ; do ++ for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L ; do + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ${CC} supports ${stp_ac_arg}" >&5 + $as_echo_n "checking if ${CC} supports ${stp_ac_arg}... " >&6; } diff --git a/print/gutenprint/files/patch-src_cups_commandtocanon.c b/print/gutenprint/files/patch-src_cups_commandtocanon.c new file mode 100644 index 000000000000..75f87de0ae3d --- /dev/null +++ b/print/gutenprint/files/patch-src_cups_commandtocanon.c @@ -0,0 +1,17 @@ +--- src/cups/commandtocanon.c.orig 2023-03-05 17:47:41.520731000 +0100 ++++ src/cups/commandtocanon.c 2023-03-05 17:48:26.896443000 +0100 +@@ -11,11 +11,13 @@ + * Include necessary headers... + */ + +-#include ++#define __BSD_VISIBLE 1 + #include + #include + #include + #include ++#include ++#include + + + /* diff --git a/print/gutenprint/files/patch-src_cups_commandtoepson.c b/print/gutenprint/files/patch-src_cups_commandtoepson.c new file mode 100644 index 000000000000..b615279d0fb9 --- /dev/null +++ b/print/gutenprint/files/patch-src_cups_commandtoepson.c @@ -0,0 +1,18 @@ +--- src/cups/commandtoepson.c.orig 2023-03-05 16:52:54.260430000 +0100 ++++ src/cups/commandtoepson.c 2023-03-05 17:46:05.937425000 +0100 +@@ -25,12 +25,14 @@ + * Include necessary headers... + */ + +-#include ++#define __BSD_VISIBLE 1 + #include + #include + #include + #include + #include ++#include ++#include + + /* + * Macros... diff --git a/print/gutenprint/pkg-plist b/print/gutenprint/pkg-plist index f9a2c0c696a0..9d78e71b76ac 100644 --- a/print/gutenprint/pkg-plist +++ b/print/gutenprint/pkg-plist @@ -39,7 +39,7 @@ lib/gutenprint/5.3/modules/print-ps.so lib/gutenprint/5.3/modules/print-raw.so lib/libgutenprint.so lib/libgutenprint.so.9 -lib/libgutenprint.so.9.4.0 +lib/libgutenprint.so.9.5.0 libdata/pkgconfig/gutenprint.pc libexec/cups/backend/gutenprint53+usb libexec/cups/driver/gutenprint.5.3 @@ -741,6 +741,10 @@ share/cups/model/gutenprint/5.3/C/stp-bjc-Mommy-Photo-MG7570.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-Mommy-Photo-MG7570.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3170.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3170.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3190.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3190.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3195.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E3195.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E400.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E400.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-bjc-PIXMA-E401.5.3.ppd.gz @@ -2659,6 +2663,8 @@ share/cups/model/gutenprint/5.3/C/stp-citizen-cw-02.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cw-02.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cx-02.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cx-02.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-citizen-cx-02w.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-citizen-cx-02w.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cx-w.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cx-w.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cx.5.3.ppd.gz @@ -2667,6 +2673,8 @@ share/cups/model/gutenprint/5.3/C/stp-citizen-cy-02.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cy-02.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cy.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-cy.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-citizen-cz-01.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-citizen-cz-01.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-op900.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-op900.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-citizen-op900ii.5.3.ppd.gz @@ -2765,6 +2773,8 @@ share/cups/model/gutenprint/5.3/C/stp-dnp-ds820.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-ds820.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-dsrx1.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-dsrx1.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-dnp-qw410.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-dnp-qw410.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-sl10.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-sl10.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-dnp-sl20.5.3.ppd.gz @@ -3399,6 +3409,8 @@ share/cups/model/gutenprint/5.3/C/stp-escp2-of-b42wd.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-b42wd.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx300f.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx300f.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx305f.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx305f.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx525wd.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx525wd.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-escp2-of-bx535wd.5.3.ppd.gz @@ -4269,6 +4281,14 @@ share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5200s.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5200s.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5210s.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-gestetner-pro_c5210s.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p520l.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p520l.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p525l.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p525l.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p720l.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p720l.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p750l.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-hiti-p750l.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-honeywell_rp2.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-honeywell_rp2.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-honeywell_rp4.5.3.ppd.gz @@ -5171,6 +5191,8 @@ share/cups/model/gutenprint/5.3/C/stp-kodak-6800.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-6800.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-6850.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-6850.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-kodak-6900.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-kodak-6900.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-7000.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-7000.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-kodak-7010.5.3.ppd.gz @@ -5761,6 +5783,12 @@ share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810dw.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-9810dw.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp-3800dw.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp-3800dw.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp30dw.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cp30dw.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm1.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm1.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm15.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-mitsubishi-cpm15.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d707dw.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d707dw.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-mitsubishi-d70dw.5.3.ppd.gz @@ -6977,6 +7005,8 @@ share/cups/model/gutenprint/5.3/C/stp-sony-upd897.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-upd897.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-upd898.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-upd898.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-sony-upd898md.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-sony-upd898md.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-updp10.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-updp10.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-sony-updr100.5.3.ppd.gz @@ -6991,6 +7021,8 @@ share/cups/model/gutenprint/5.3/C/stp-star-lp_8.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-star-lp_8.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-star-ls-04.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-star-ls-04.5.3.sim.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-stryker-sdp1000.5.3.ppd.gz +share/cups/model/gutenprint/5.3/C/stp-stryker-sdp1000.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-tally-mt908.5.3.ppd.gz share/cups/model/gutenprint/5.3/C/stp-tally-mt908.5.3.sim.ppd.gz share/cups/model/gutenprint/5.3/C/stp-tektronix-phaser_750dp.5.3.ppd.gz @@ -7526,6 +7558,8 @@ share/locale/fi/gutenprint_fi.po share/locale/fr/gutenprint_fr.po %%NLS%%share/locale/gl/LC_MESSAGES/gutenprint.mo share/locale/gl/gutenprint_gl.po +share/locale/hr/LC_MESSAGES/gutenprint.mo +share/locale/hr/gutenprint_hr.po %%NLS%%share/locale/hu/LC_MESSAGES/gutenprint.mo share/locale/hu/gutenprint_hu.po %%NLS%%share/locale/it/LC_MESSAGES/gutenprint.mo