summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ah
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-12 20:09:33 +0000
committerjlam <jlam@pkgsrc.org>2000-07-12 20:09:33 +0000
commit84fe60f2c43488c2ece7f223776fe62357040b42 (patch)
tree1c82829fbbbba8b76560df9f70350ab9fa0599bf /print/cups/patches/patch-ah
parent32e83de61f6633cef2ae28bfc68cddfd0dfb9d01 (diff)
downloadpkgsrc-84fe60f2c43488c2ece7f223776fe62357040b42.tar.gz
Update CUPS to 1.1. Remove most of the patches; I worked closely with
the author to make this package compile more seamlessly on BSD systems, and in particular with the NetBSD pkgsrc software collection. CUPS 1.1 is the newest production (stable) release of CUPS. It provides many new features from the 1.0.x releases, including a new Level 3 PostScript RIP, a new PDF filter, EPSON printer drivers, IPP/1.1 support, banner page support, and LPD client support. Binaries for several platforms are also available. Major changes in v1.1 include: - The text filter now embeds missing fonts. - Integrated Xpdf's pdftops filter into CUPS, which is a lightweight and reliable replacement for Ghostscript's PDF support. - The web administration interface now allows you to set the default banner pages. - Images can now be positioned on the page using the new "position" option. - Updated the serial, parallel, and usb backends to do multiple writes and ignore ioctl() errors as needed; this should fix problems with serial printing on old serial drivers and with the UltraSPARC parallel port driver under Solaris 2.7. - Now propagate LD_LIBRARY_PATH to child processes from cupsd. - Queued remote jobs recreate remote printers as needed when the scheduler is started. - Deleting a printer also purges all jobs on that printer. - Old job and control files that don't belong to a printer are automatically deleted. - cups-lpd now supports options set with lpoptions. - The IPP backend now switches to IPP/1.0 if a 1.1 request fails.
Diffstat (limited to 'print/cups/patches/patch-ah')
-rw-r--r--print/cups/patches/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/print/cups/patches/patch-ah b/print/cups/patches/patch-ah
deleted file mode 100644
index d4c21ba1f66..00000000000
--- a/print/cups/patches/patch-ah
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 1999/11/29 02:18:54 jlam Exp $
-
---- config.h.in.orig Thu Nov 4 08:35:00 1999
-+++ config.h.in Sun Nov 28 21:06:28 1999
-@@ -34,9 +34,12 @@
- * Where are files stored?
- */
-
--#define CUPS_LOCALEDIR "/usr/lib/locale"
-+#define CUPS_LOCALEDIR "/usr/share/cups/locale"
- #define CUPS_SERVERROOT "/var/cups"
- #define CUPS_DATADIR "/usr/share/cups"
-+#define CUPS_DOCDIR "/usr/share/doc/cups"
-+#define CUPS_CONFDIR "/etc/cups"
-+#define CUPS_EXECDIR "/usr/libexec/cups"
-
- /*
- * Do we have various image libraries?