Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (5dc81eeda6f547abae9569ff4cab639f3873901d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (5dc81eeda6f547abae9569ff4cab639f3873901d)
  • Date: Wed, 14 Feb 2007 21:03:19 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

printer/cups/DEPENDS | 17 +++++++++++++----
printer/cups/HISTORY | 3 +++
2 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit 5dc81eeda6f547abae9569ff4cab639f3873901d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cups optionally depends on openslp

diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index 38500ab..1370d37 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -3,19 +3,28 @@ depends jpeg
depends tiff &&
depends libpng &&
depends g++ &&
+
optional_depends "dbus" \
"--enable-dbus" \
"--disable-dbus" \
"hardware notifications" &&
+
optional_depends "linux-pam" \
"--enable-pam" \
"--disable-pam" \
"for pluggable authentication" &&
+
optional_depends "openssl" \
"--enable-ssl" \
"--disable-ssl" \
"for encrypted communications" &&
-optional_depends "acl" \
- "" \
- "" \
- "for file system access control lists support"
+
+optional_depends "acl" \
+ "" \
+ "" \
+ "for file system access control lists support" &&
+
+optional_depends 'openslp' \
+ '' \
+ '' \
+ 'to use the Service Location Protocal for discovery'
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index 1a6d62e..f6be3c2 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,6 @@
+2007-02-14 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Optionally depends on openslp (cupsd links against it)
+
2006-11-16 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 1.2.7
add SOURCEFORGE_URL



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (5dc81eeda6f547abae9569ff4cab639f3873901d), Eric Sandall, 02/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page