Update to cups-filters-1.0.43.
This commit is contained in:
parent
35dc5060ca
commit
a2d6b596ff
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2013/12/12 14:46:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2013/12/21 08:57:41 ajacoutot Exp $
|
||||
|
||||
BROKEN-alpha= ICE in cupsfilters/image-jpeg.c:316
|
||||
|
||||
COMMENT= OpenPrinting CUPS filters
|
||||
|
||||
DISTNAME= cups-filters-1.0.42
|
||||
DISTNAME= cups-filters-1.0.43
|
||||
CATEGORIES= print
|
||||
|
||||
SHARED_LIBS += cupsfilters 0.0 # 1.0
|
||||
SHARED_LIBS += fontembed 0.0 # 1.0
|
||||
SHARED_LIBS += cupsfilters 1.0 # 1.0
|
||||
SHARED_LIBS += fontembed 0.0 # 1.0
|
||||
|
||||
HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cups-filters-1.0.42.tar.gz) = 8DyCuOks3uuabZQ10qaAIEFTfDoxZNId8nnhF00UIn8=
|
||||
SIZE (cups-filters-1.0.42.tar.gz) = 1417200
|
||||
SHA256 (cups-filters-1.0.43.tar.gz) = n8oyxVCPjxkwh/rr/LKclaEa8xPF7E1+u3MGmeThqdU=
|
||||
SIZE (cups-filters-1.0.43.tar.gz) = 1418306
|
||||
|
@ -1,24 +0,0 @@
|
||||
$OpenBSD: patch-filter_foomatic-rip_foomaticrip_h,v 1.1 2013/12/12 14:46:53 ajacoutot Exp $
|
||||
|
||||
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7140#filter/foomatic-rip/foomaticrip.h
|
||||
|
||||
--- filter/foomatic-rip/foomaticrip.h.orig Thu Dec 12 08:31:04 2013
|
||||
+++ filter/foomatic-rip/foomaticrip.h Thu Dec 12 08:30:53 2013
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
+#include <limits.h>
|
||||
|
||||
/* This is the location of the debug logfile (and also the copy of the
|
||||
* processed PostScript data) in case you have enabled debugging above.
|
||||
@@ -75,7 +76,9 @@
|
||||
extern int spooler;
|
||||
|
||||
|
||||
+#ifndef PATH_MAX
|
||||
#define PATH_MAX 65536
|
||||
+#endif
|
||||
|
||||
typedef struct {
|
||||
char printer[256];
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2013/12/12 14:46:53 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2013/12/21 08:57:41 ajacoutot Exp $
|
||||
@conflict cups-<1.6.0
|
||||
@conflict ghostscript-<9.06p3
|
||||
@conflict foomatic-filters-*
|
||||
@ -24,6 +24,8 @@ lib/libfontembed.la
|
||||
@lib lib/libfontembed.so.${LIBfontembed_VERSION}
|
||||
lib/pkgconfig/libcupsfilters.pc
|
||||
lib/pkgconfig/libfontembed.pc
|
||||
libexec/cups/
|
||||
libexec/cups/backend/
|
||||
@bin libexec/cups/backend/parallel
|
||||
@bin libexec/cups/backend/serial
|
||||
libexec/cups/filter/
|
||||
|
Loading…
x
Reference in New Issue
Block a user