[SM-Commit] GIT changes to master grimoire by Eric Sandall (66133d9218d13163ef69ab49f718b49474e04025)

Eric Sandall scm at sourcemage.org
Thu Mar 19 22:25:26 EDT 2009


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

 graphics-libs/tiff/DEPENDS |   25 ++++++++++++++++++++-----
 graphics-libs/tiff/HISTORY |    4 ++++
 2 files changed, 24 insertions(+), 5 deletions(-)

New commits:
commit 66133d9218d13163ef69ab49f718b49474e04025
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    tiff: libice, libsm, libxi, and libxmu are optional, per Ladislav

commit 0176ee6d71c97ed17107436ad2fcea13c9314d5e
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    tiff: Removed zlib depends, already listed as optional

diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index 1471cbc..43f0cd1 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -1,9 +1,24 @@
 depends  automake  &&
-depends  libice    &&
-depends  libsm     &&
-depends  libxi     &&
-depends  libxmu    &&
-depends  zlib      &&
+
+optional_depends  libice                       \
+                  ''                           \
+                  ''                           \
+                  'for the X11 ICE extension'  &&
+
+optional_depends  libsm                       \
+                  ''                          \
+                  ''                          \
+                  'for the X11 SM extension'  &&
+
+optional_depends  libxi                       \
+                  ''                          \
+                  ''                          \
+                  'for the X11 Xi extension'  &&
+
+optional_depends  libxmu                       \
+                  ''                           \
+                  ''                           \
+                  'for the X11 XMU extension'  &&
 
 optional_depends  g++                 \
                   '--enable-cxx'      \
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index c2d2c94..a1efa6a 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,7 @@
+2009-03-19 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Removed zlib depends, already listed as optional
+	  libice, libsm, libxi, and libxmu are optional, per Ladislav
+
 2009-02-26 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Depends on libice, libsm, libxi, libxmu, and zlib
 



More information about the SM-Commit mailing list