Update to gutenprint-5.3.3.
This commit is contained in:
parent
6a512d0f4f
commit
6d51e55c3b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2019/07/12 20:48:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2019/11/17 20:05:49 ajacoutot Exp $
|
||||
|
||||
COMMENT= high quality print drivers for foomatic and CUPS
|
||||
|
||||
V= 5.3.1
|
||||
V= 5.3.3
|
||||
DISTNAME= gutenprint-${V}
|
||||
|
||||
MAJOR_V= ${V:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
@ -21,8 +21,8 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += avahi-client avahi-common c cups cupsimage curses dbus-1
|
||||
WANTLIB += ffi gmp gnutls hogweed iconv idn2 intl m nettle p11-kit
|
||||
WANTLIB += avahi-client avahi-common c cups curses dbus-1 ffi
|
||||
WANTLIB += gmp gnutls hogweed iconv idn2 intl m nettle p11-kit
|
||||
WANTLIB += pthread readline tasn1 unistring usb-1.0 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
|
||||
@ -54,6 +54,8 @@ CONFIGURE_ENV+= ac_cv_path_$i=""
|
||||
MAKE_FLAGS= INTLLIBS='$$(LTLIBINTL)'
|
||||
FAKE_FLAGS= cups_conf_serverroot=${PREFIX}/share/examples/gutenprint
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc
|
||||
mv ${PREFIX}/share/gutenprint/doc \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gutenprint-5.3.1.tar.xz) = 2A2PUnLRW8pXEPbvSiu5XnbTThFVxbzV6Dy58KER0NQ=
|
||||
SIZE (gutenprint-5.3.1.tar.xz) = 5153260
|
||||
SHA256 (gutenprint-5.3.3.tar.xz) = cnnsvI5n0YWMU8sk5CPqG+mOIUhyAGt55uA2UN1UoHI=
|
||||
SIZE (gutenprint-5.3.3.tar.xz) = 5050624
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.11 2019/01/22 01:00:35 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.12 2019/11/17 20:05:49 ajacoutot Exp $
|
||||
|
||||
Don't enforce compiler optimizations.
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -18908,7 +18908,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
|
||||
@@ -18731,7 +18731,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
|
||||
|
||||
else
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src_xml_printers_check_duplicate_printers_c,v 1.1 2019/01/22 01:00:35 ajacoutot Exp $
|
||||
|
||||
https://sourceforge.net/p/gimp-print/source/ci/149e1e1e44d9e7466cf6defe179d703d878bbf11/
|
||||
|
||||
Index: src/xml/printers/check_duplicate_printers.c
|
||||
--- src/xml/printers/check_duplicate_printers.c.orig
|
||||
+++ src/xml/printers/check_duplicate_printers.c
|
||||
@@ -34,7 +34,7 @@ main(int argc, char **argv)
|
||||
if (getenv("BUILD_VERBOSE"))
|
||||
dup2(2, 3);
|
||||
(void) snprintf(path, PATH_MAX, "%scheck_duplicate_printers_%d.log", getenv("STP_TEST_LOG_PREFIX"), getpid());
|
||||
- stdout = freopen(path, "w", stdout);
|
||||
+ freopen(path, "w", stdout);
|
||||
dup2(1, 2);
|
||||
}
|
||||
setenv("STP_CHECK_DUPLICATE_PRINTERS", "TRUE", 1);
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2019/01/22 01:00:35 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2019/11/17 20:05:49 ajacoutot Exp $
|
||||
@conflict foomatic-db-gutenprint-<5.2.4p1
|
||||
@conflict foomatic-db-gutenprint-*
|
||||
@pkgpath print/gutenprint,-foomatic
|
||||
@ -32,7 +32,10 @@ include/gutenprint/util.h
|
||||
include/gutenprint/vars.h
|
||||
include/gutenprint/weave.h
|
||||
include/gutenprint/xml.h
|
||||
lib/libgutenprint.a
|
||||
lib/gutenprint/
|
||||
lib/gutenprint/${MAJOR_V}/
|
||||
lib/gutenprint/${MAJOR_V}/config.summary
|
||||
@static-lib lib/libgutenprint.a
|
||||
lib/libgutenprint.la
|
||||
@lib lib/libgutenprint.so.${LIBgutenprint_VERSION}
|
||||
lib/pkgconfig/gutenprint.pc
|
||||
@ -63,25 +66,6 @@ share/doc/gutenprint/gutenprint-users-manual.odt
|
||||
share/doc/gutenprint/gutenprint-users-manual.pdf
|
||||
share/doc/gutenprint/gutenprint.pdf
|
||||
share/doc/gutenprint/reference-html/
|
||||
share/doc/gutenprint/reference-html/book1.html
|
||||
share/doc/gutenprint/reference-html/c1714.html
|
||||
share/doc/gutenprint/reference-html/c193.html
|
||||
share/doc/gutenprint/reference-html/c1965.html
|
||||
share/doc/gutenprint/reference-html/c199.html
|
||||
share/doc/gutenprint/reference-html/c38.html
|
||||
share/doc/gutenprint/reference-html/c463.html
|
||||
share/doc/gutenprint/reference-html/c47.html
|
||||
share/doc/gutenprint/reference-html/docbook.css
|
||||
share/doc/gutenprint/reference-html/f14.html
|
||||
share/doc/gutenprint/reference-html/gpl-terms.html
|
||||
share/doc/gutenprint/reference-html/gpl.html
|
||||
share/doc/gutenprint/reference-html/ln10.html
|
||||
share/doc/gutenprint/reference-html/x1666.html
|
||||
share/doc/gutenprint/reference-html/x1731.html
|
||||
share/doc/gutenprint/reference-html/x270.html
|
||||
share/doc/gutenprint/reference-html/x66.html
|
||||
share/doc/gutenprint/reference-html/x78.html
|
||||
share/doc/gutenprint/reference-html/x952.html
|
||||
share/examples/gutenprint/
|
||||
share/examples/gutenprint/command.types
|
||||
@sample ${SYSCONFDIR}/cups/command.types
|
||||
@ -285,6 +269,9 @@ share/gutenprint/${MAJOR_V}/xml/escp2/model/model_13.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_130.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_131.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_132.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_133.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_134.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_135.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_14.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_15.xml
|
||||
share/gutenprint/${MAJOR_V}/xml/escp2/model/model_16.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user