Update to foomatic-filters-4.0.4.
Get rid of the libgs dependency.
This commit is contained in:
parent
acc93fda02
commit
311ef385df
print/foomatic-filters
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/03/21 10:49:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/03/21 14:39:40 ajacoutot Exp $
|
||||
|
||||
COMMENT= Foomatic PPD print filters
|
||||
|
||||
DISTNAME= foomatic-filters-4.0.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= foomatic-filters-4.0.4
|
||||
CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://www.linuxfoundation.org/en/OpenPrinting/Database/Foomatic
|
||||
@ -16,17 +15,15 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += c m pthread
|
||||
WANTLIB += c m
|
||||
|
||||
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \
|
||||
http://www.openprinting.org/download/foomatic/ \
|
||||
http://www.linuxprinting.org/download/foomatic/oldstuff/ \
|
||||
http://www.openprinting.org/download/foomatic/oldstuff/
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::print/a2ps
|
||||
|
||||
LIB_DEPENDS= gs.>=11::print/ghostscript/gnu
|
||||
RUN_DEPENDS= ::print/ghostscript/gnu \
|
||||
::print/a2ps
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (foomatic-filters-4.0.3.tar.gz) = 8vt8SMxrGvb3bdBSnW29mA==
|
||||
RMD160 (foomatic-filters-4.0.3.tar.gz) = bU8JhH0cl37xXMcQJjZLmgSvH40=
|
||||
SHA1 (foomatic-filters-4.0.3.tar.gz) = hwuQTJOQpmMuVApFhHnDQpCo+WA=
|
||||
SHA256 (foomatic-filters-4.0.3.tar.gz) = HvZ8DcejOoCk+2tbaBakqDCUYrKQaOCpumSVOcGG9EM=
|
||||
SIZE (foomatic-filters-4.0.3.tar.gz) = 239548
|
||||
MD5 (foomatic-filters-4.0.4.tar.gz) = 9n/Hk+6NTQdsZnHW5qcjZw==
|
||||
RMD160 (foomatic-filters-4.0.4.tar.gz) = O2UiiMC9egRgDLkftgyYiThzQng=
|
||||
SHA1 (foomatic-filters-4.0.4.tar.gz) = 0LM1dz9QwRIyVLk7sNjvdRGvLVA=
|
||||
SHA256 (foomatic-filters-4.0.4.tar.gz) = i3lXTidmqlcOvoZJ1J6XLg7ou1pxzmYYrBs8VmnPexg=
|
||||
SIZE (foomatic-filters-4.0.4.tar.gz) = 241279
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/12/10 10:57:21 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2010/03/21 14:39:40 ajacoutot Exp $
|
||||
--- configure.orig Wed Aug 19 20:08:45 2009
|
||||
+++ configure Mon Dec 7 18:03:22 2009
|
||||
@@ -6804,8 +6804,8 @@ done
|
||||
@ -12,21 +12,3 @@ $OpenBSD: patch-configure,v 1.1 2009/12/10 10:57:21 ajacoutot Exp $
|
||||
|
||||
uname=`uname`
|
||||
uversion=`uname -r | sed -e '1,$s/[^0-9]//g'`
|
||||
@@ -7346,7 +7346,7 @@ if test "${ac_cv_lib_gs_gsapi_new_instance+set}" = set
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lgs $LIBS"
|
||||
+LIBS="-lgs -pthread $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -7406,7 +7406,7 @@ if test $ac_cv_lib_gs_gsapi_new_instance = yes; then
|
||||
#define HAVE_LIBGS 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lgs $LIBS"
|
||||
+ LIBS="-lgs -pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-foomaticrip_c,v 1.1 2009/12/10 10:57:21 ajacoutot Exp $
|
||||
--- foomaticrip.c.orig Wed Aug 19 20:08:41 2009
|
||||
+++ foomaticrip.c Thu Dec 10 11:21:04 2009
|
||||
@@ -151,11 +151,11 @@ char echopath[PATH_MAX] = "echo";
|
||||
$OpenBSD: patch-foomaticrip_c,v 1.2 2010/03/21 14:39:40 ajacoutot Exp $
|
||||
--- foomaticrip.c.orig Mon Feb 15 13:57:40 2010
|
||||
+++ foomaticrip.c Sun Mar 21 15:28:12 2010
|
||||
@@ -173,11 +173,11 @@ char echopath[PATH_MAX] = "echo";
|
||||
|
||||
/* CUPS raster drivers are searched here */
|
||||
char cupsfilterpath[PATH_MAX] = "/usr/local/lib/cups/filter:"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/12/10 10:57:21 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/03/21 14:39:40 ajacoutot Exp $
|
||||
@conflict hpijs-<1.5p1
|
||||
@conflict cups-<=1.2.7p13
|
||||
@bin bin/foomatic-rip
|
||||
@ -7,10 +7,8 @@
|
||||
@comment lib/ppr/interfaces/foomatic-rip
|
||||
@comment lib/ppr/lib/
|
||||
@comment lib/ppr/lib/foomatic-rip
|
||||
libexec/cups/
|
||||
libexec/cups/backend/
|
||||
libexec/cups/backend/beh
|
||||
libexec/cups/filter/
|
||||
libexec/cups/filter/foomatic-rip
|
||||
@man man/man1/foomatic-rip.1
|
||||
share/examples/foomatic/
|
||||
|
Loading…
Reference in New Issue
Block a user