summaryrefslogtreecommitdiff
path: root/print/cups/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-31 17:51:26 +0000
committerjlam <jlam>2002-01-31 17:51:26 +0000
commit815c1a13a3a34c14ee81d34eba466246404357d1 (patch)
treeea2af0fdb30fb0e28ca3b59d39de9f022021da8a /print/cups/patches
parentbae243f12d089a001381fa03e4231be07a9bb439 (diff)
downloadpkgsrc-815c1a13a3a34c14ee81d34eba466246404357d1.tar.gz
Update print/cups to 1.1.13:
CUPS 1.1.13 adds support for the KOI8-R and KOI8-U encodings, message catalogs for several Russian locales and for Simplified Chinese, improvements for MacOS X (Darwin) and IRIX, improvements to the PDF, PostScript, and text filters, status reporting for IPP-based printers (paper out, etc.), and improvements to the SAMBA driver export facility. The new release also fixes bugs in the scheduler, the lpstat command, the CUPS API, and the pstoraster filter.
Diffstat (limited to 'print/cups/patches')
-rw-r--r--print/cups/patches/patch-ab14
-rw-r--r--print/cups/patches/patch-ag8
2 files changed, 11 insertions, 11 deletions
diff --git a/print/cups/patches/patch-ab b/print/cups/patches/patch-ab
index f982ceac8d5..5bc5279d468 100644
--- a/print/cups/patches/patch-ab
+++ b/print/cups/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.12 2001/12/14 23:18:16 jlam Exp $
+$NetBSD: patch-ab,v 1.13 2002/01/31 17:51:27 jlam Exp $
---- Makefile.orig Tue Oct 30 15:37:13 2001
-+++ Makefile Fri Dec 14 17:33:21 2001
-@@ -60,8 +60,6 @@
+--- Makefile.orig Thu Jan 24 13:51:04 2002
++++ Makefile
+@@ -61,8 +61,6 @@
echo Installing in $$dir... ;\
(cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
done
@@ -11,10 +11,10 @@ $NetBSD: patch-ab,v 1.12 2001/12/14 23:18:16 jlam Exp $
echo Installing in data...
(cd data; $(MAKE) $(MFLAGS) install)
echo Installing in doc...
-@@ -77,30 +75,6 @@
+@@ -78,30 +76,6 @@
echo Installing cups-config script...
- $(INSTALL_DIR) $(bindir)
- $(INSTALL_SCRIPT) cups-config $(bindir)/cups-config
+ $(INSTALL_DIR) $(BINDIR)
+ $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
- echo Installing startup script...
- if test "x$(INITDIR)" != "x"; then \
- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \
diff --git a/print/cups/patches/patch-ag b/print/cups/patches/patch-ag
index 9aaa5fc627d..d6f767d9524 100644
--- a/print/cups/patches/patch-ag
+++ b/print/cups/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.10 2001/12/14 23:18:16 jlam Exp $
+$NetBSD: patch-ag,v 1.11 2002/01/31 17:51:27 jlam Exp $
---- filter/Makefile.orig Sun Oct 7 08:16:09 2001
-+++ filter/Makefile Fri Dec 14 17:34:59 2001
-@@ -137,7 +137,7 @@
+--- filter/Makefile.orig Wed Jan 23 17:30:42 2002
++++ filter/Makefile
+@@ -142,7 +142,7 @@
libcupsimage.la: $(IMAGEOBJS) ../Makedefs
echo Linking $@...