summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-18 04:41:45 +0000
committerjlam <jlam@pkgsrc.org>2001-08-18 04:41:45 +0000
commit2e160df7271593e3967191d68d8b3ae3eb4820b0 (patch)
treed916d96d0bb641c57e85e7e2ed7276ff7dde9120 /print/cups/patches/patch-aa
parent7789cee24bfa288e21027ac72e1721e7eae0f96f (diff)
downloadpkgsrc-2e160df7271593e3967191d68d8b3ae3eb4820b0.tar.gz
Update print/cups to 1.1.10.1. Changes from version 1.1.9.1 include:
+ Use our own cupsd rc.d-style script instead of using the one supplied with the CUPS sources. - Bug fixes. - Added a driver for DYMO label printers. - Added new ClassifyOverride directive to allow users to override the classification of individual jobs. - Added new BrowseProtocols directive to control which browse protocols are used (currently CUPS and SLP). - Added SLPv2 support. - The pdftops filter did not have the Japanese and Chinese text support compiled into it.
Diffstat (limited to 'print/cups/patches/patch-aa')
-rw-r--r--print/cups/patches/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/cups/patches/patch-aa b/print/cups/patches/patch-aa
deleted file mode 100644
index 75b0180cb8a..00000000000
--- a/print/cups/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.10 2001/08/02 03:37:39 jlam Exp $
-
---- INSTALL.txt.orig Thu Jul 5 11:34:37 2001
-+++ INSTALL.txt
-@@ -48,11 +48,12 @@
-
- If the PNG, JPEG, TIFF, and ZLIB libraries are not installed in
- a system default location (typically "/usr/include" and
--"/usr/lib") you'll need to set the CFLAGS, CXXFLAGS, and LDFLAGS
--environment variables prior to running configure:
-+"/usr/lib") you'll need to set the CFLAGS, CXXFLAGS, DSOFLAGS,
-+and LDFLAGS environment variables prior to running configure:
-
- setenv CFLAGS "-I/some/directory" ENTER
- setenv CXXFLAGS "-I/some/directory" ENTER
-+ setenv DSOFLAGS "-L/some/directory" ENTER
- setenv LDFLAGS "-L/some/directory" ENTER
- ./configure ... ENTER
-
-@@ -60,6 +61,7 @@
-
- CFLAGS="-I/some/directory"; export CFLAGS ENTER
- CXXFLAGS="-I/some/directory"; export CXXFLAGS ENTER
-+ DSOFLAGS="-L/some/directory"; export LDFLAGS ENTER
- LDFLAGS="-L/some/directory"; export LDFLAGS ENTER
- ./configure ... ENTER
-