local ADDONS
+ADDONS="nptl" &&
if [ "$GLIBC_NPTL" = "y" ]; then
#
# Enable IDN?
@@ -34,7 +35,6 @@ if [ "$GLIBC_NPTL" = "y" ]; then
ADDONS="$ADDONS libidn"
fi &&
+optional_depends "gnutls" \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "use GNU TLS for SSL/TLS support" &&
+
optional_depends "openssl" \
"--enable-ssl" \
"--disable-ssl" \
@@ -28,3 +33,5 @@ optional_depends 'openslp'
\
'--enable-slp' \
'--disable-slp' \
'to use the Service Location Protocol for discovery'
+
+suggest_depends POSTSCRIPT-INTERPRETER 'to print Postscript files'
diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS
index 2ddc2f4..f2256ef 100755
--- a/printer/cups/DETAILS
+++ b/printer/cups/DETAILS
@@ -28,9 +28,4 @@ support real-world printing under UNIX. CUPS also includes
a customized
version of GNU Ghostscript and an image file RIP that are used to support
non-PostScript printers. Sample drivers for HP and EPSON printers are
included that use these filters.
-
-NOTE:
- In order to be able to print to postscript printers, you will need to
- cast espgs after casting cups.
-
EOF
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index 7f0162f..6239ff7 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,4 +1,13 @@
2007-07-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional gnutls
+ fixes bug #13105
+
+2007-07-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: remove mention of espgs
+ * DEPENDS: add 'suggest_depends POSTSCRIPT-INTERPRETER'
+ fixes bug #13308
+
+2007-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.12
2007-05-10 Treeve Jelbert <treeve AT sourcemage.org>
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b41cbe696bfb49ab48b793b05d31609626c205),
Treeve Jelbert, 08/06/2007