Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b41cbe696bfb49ab48b793b05d31609626c205)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52b41cbe696bfb49ab48b793b05d31609626c205)
  • Date: Mon, 6 Aug 2007 02:32:11 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/glibc/BUILD | 4 ++--
libs/glibc/HISTORY | 3 +++
printer/cups/DEPENDS | 7 +++++++
printer/cups/DETAILS | 5 -----
printer/cups/HISTORY | 9 +++++++++
5 files changed, 21 insertions(+), 7 deletions(-)

New commits:
commit f7a732831e8fdcec1b0ab64587ae5ca69446d4c0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glibc - fix bug #13925

commit d0146cf1b728735cf6ddd182cd239663be1b1e37
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cups -fix bug #13105

commit bbc54251af048d9b0ff12dfeea25449bfb747871
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cups - fix bug #13308

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index c674015..38cfaee 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -26,6 +26,7 @@ export CCACHE_RECACHE=true &&
#

local ADDONS
+ADDONS="nptl" &&
if [ "$GLIBC_NPTL" = "y" ]; then
#
# Enable IDN?
@@ -34,7 +35,6 @@ if [ "$GLIBC_NPTL" = "y" ]; then
ADDONS="$ADDONS libidn"
fi &&

- ADDONS="nptl"
OPTS="$OPTS --with-tls \
--enable-kernel=2.6"
else
@@ -43,7 +43,7 @@ else
--enable-kernel=2.4"
fi &&

-OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}"
+OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}" &&

#
# Fixes Bug #8595
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 7c74a12..d3b1878 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2007-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix broken libidn (bug #13925)
+
2007-05-13 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Only enable IDN if using a NPTL build (Bug #13771)

diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index eaf29f0..08f6423 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -14,6 +14,11 @@ optional_depends "linux-pam" \
"--disable-pam" \
"for pluggable authentication" &&

+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

Archive powered by MHonArc 2.6.24.

Top of Page