summaryrefslogtreecommitdiff
path: root/print/cups/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-14 23:18:15 +0000
committerjlam <jlam>2001-12-14 23:18:15 +0000
commitf102d743eb2fc780fd61ba88993f12c51b14cea5 (patch)
tree6ed7c39dfa898915cb65d14599fda77884c12f39 /print/cups/patches
parent97c06b6f5f37998836729ce09aeaf120796a0e5f (diff)
downloadpkgsrc-f102d743eb2fc780fd61ba88993f12c51b14cea5.tar.gz
Update print/cups to 1.1.12. Relevant changes from version 1.1.10.1 include:
- Bug fixes. - Start of internationalization support for banner and PPD files. - Added support for embedded TrueType fonts in PDF files. - Added support for PostScript functions in PDF files. - Added new "cupsaddsmb" utility for exporting CUPS printer drivers to SAMBA/Windows clients. - The ippRead() and ipp_read_file() functions could not handle more than IPP_MAX_VALUES (100) values in a 1setOf attribute. These functions have been updated to dynamically allocate more memory as needed, and the IPP_MAX_VALUES constant now represents the allocation increment. [this caused some versions of the GIMP-print drivers to fail since the number of media options exceeded 100...] - The web interfaces did not always quote < and & in things like the job title. This had the potential for browser-based security violations (on the browser's machine); bug report from SuSE. - The scheduler now treats unauthenticated usernames as case-insensitive when doing quota and allow/deny processing. - The PostScript filter (pstops) now handles EPS files, adding a showpage command to the files as needed. - The cups-lpd mini-daemon did not support anonymous printing (no username specified). While the username is REQUIRED by RFC-1179, MacOS clients do not send the REQUIRED username information when printing via LPD. - The httpConnect*() functions now try all available addresses for a host when connecting for the first time.
Diffstat (limited to 'print/cups/patches')
-rw-r--r--print/cups/patches/patch-ab40
-rw-r--r--print/cups/patches/patch-ag8
2 files changed, 34 insertions, 14 deletions
diff --git a/print/cups/patches/patch-ab b/print/cups/patches/patch-ab
index ae2f8a11548..f982ceac8d5 100644
--- a/print/cups/patches/patch-ab
+++ b/print/cups/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.11 2001/08/18 04:41:46 jlam Exp $
+$NetBSD: patch-ab,v 1.12 2001/12/14 23:18:16 jlam Exp $
---- Makefile.orig Mon Aug 6 15:37:08 2001
-+++ Makefile
+--- Makefile.orig Tue Oct 30 15:37:13 2001
++++ Makefile Fri Dec 14 17:33:21 2001
@@ -60,8 +60,6 @@
echo Installing in $$dir... ;\
(cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
@@ -11,14 +11,34 @@ $NetBSD: patch-ab,v 1.11 2001/08/18 04:41:46 jlam Exp $
echo Installing in data...
(cd data; $(MAKE) $(MFLAGS) install)
echo Installing in doc...
-@@ -86,10 +84,6 @@
- $(INSTALL_SCRIPT) cups.sh $(prefix)/$(INITDIR)/rc3.d/S99cups; \
- $(INSTALL_DIR) $(prefix)/$(INITDIR)/rc5.d; \
- $(INSTALL_SCRIPT) cups.sh $(prefix)/$(INITDIR)/rc5.d/S99cups; \
+@@ -77,30 +75,6 @@
+ echo Installing cups-config script...
+ $(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; \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc0.d; \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc2.d; \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc3.d; \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc5.d; \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \
- fi
- if test "x$(INITDIR)" = "x" -a "x$(INITDDIR)" != "x"; then \
-- $(INSTALL_DIR) $(prefix)/$(INITDDIR); \
-- $(INSTALL_SCRIPT) cups.sh $(prefix)/$(INITDDIR)/cups; \
- fi
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \
+- if test "$(INITDDIR)" = "/System/Library/StartupItems/CUPS"; then \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDDIR)/CUPS; \
+- $(INSTALL_DATA) cups.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \
+- $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
+- $(INSTALL_DATA) cups.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
+- else \
+- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
+- fi \
+- fi
+ #
diff --git a/print/cups/patches/patch-ag b/print/cups/patches/patch-ag
index 8f1c0ea66f3..9aaa5fc627d 100644
--- a/print/cups/patches/patch-ag
+++ b/print/cups/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.9 2001/08/18 04:41:46 jlam Exp $
+$NetBSD: patch-ag,v 1.10 2001/12/14 23:18:16 jlam Exp $
---- filter/Makefile.orig Fri Aug 17 11:54:02 2001
-+++ filter/Makefile
-@@ -122,7 +122,7 @@
+--- filter/Makefile.orig Sun Oct 7 08:16:09 2001
++++ filter/Makefile Fri Dec 14 17:34:59 2001
+@@ -137,7 +137,7 @@
libcupsimage.la: $(IMAGEOBJS) ../Makedefs
echo Linking $@...