[Lunar-commits] <moonbase> dosemu, netpbm, links: remove the svgalib optional depend for those modules.

Florin Braescu florin at lunar-linux.org
Thu Apr 15 10:42:45 CEST 2010


commit bd6400924c7b7076f78240fa0654aece975f8a33
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Apr 15 11:42:45 2010 +0300

    dosemu, netpbm, links: remove the svgalib optional depend for those modules.
---
 devel/dosemu/DEPENDS    |    9 ++++-----
 devel/dosemu/DETAILS    |    7 +++----
 graphics/netpbm/DEPENDS |    1 -
 web/links/DEPENDS       |   13 ++++---------
 4 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/devel/dosemu/DEPENDS b/devel/dosemu/DEPENDS
index b69ab29..0e219b5 100644
--- a/devel/dosemu/DEPENDS
+++ b/devel/dosemu/DEPENDS
@@ -1,7 +1,6 @@
-depends  slang  &&
+depends  slang
 
-optional_depends  "svgalib"  "--enable-use-svgalib"  ""     \
-                  "to build with svgalib graphics support"  &&
-
-optional_depends  "gpm"      ""  "--without-gpm"            \
+optional_depends  "gpm"  \
+                  ""     \
+                  "--without-gpm"  \
                   "for mouse support within the CLI"
diff --git a/devel/dosemu/DETAILS b/devel/dosemu/DETAILS
index 155a44f..b491090 100644
--- a/devel/dosemu/DETAILS
+++ b/devel/dosemu/DETAILS
@@ -2,18 +2,17 @@
          VERSION=1.4.0
           SOURCE=$MODULE-$VERSION.tgz
          SOURCE2=$MODULE-freedos-b9r5-bin.tgz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_URL=$SFORGE_URL/$MODULE
       SOURCE_VFY=sha1:202311b6bd54708fb10a59f87599488cbfafd55b
-     SOURCE2_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$SFORGE_URL/$MODULE
      SOURCE2_VFY=md5:34c0015398f35b30d4d8e484ced3be17
         WEB_SITE=http://dosemu.org
          ENTERED=20040421
          UPDATED=20070510
-           SHORT="a DOS emulator"
+           SHORT="A DOS emulator"
 cat << EOF
 DOSEMU stands for DOS Emulation, and allows you to run DOS and many
 DOS programs, inlcuding many DPMI applications such as DOOM and
 Windows 3.1, under Linux.
-
 NOTE: this module also builds the GUI xdosemu
 EOF
diff --git a/graphics/netpbm/DEPENDS b/graphics/netpbm/DEPENDS
index 7f54788..7daf7e1 100644
--- a/graphics/netpbm/DEPENDS
+++ b/graphics/netpbm/DEPENDS
@@ -2,5 +2,4 @@ depends  tiff
 depends  jpeg
 depends  libpng
 
-optional_depends svgalib "" "" "for svga support"
 optional_depends libX11  "" "" "for X11 support"
diff --git a/web/links/DEPENDS b/web/links/DEPENDS
index e0ced5d..8f966e2 100644
--- a/web/links/DEPENDS
+++ b/web/links/DEPENDS
@@ -3,18 +3,18 @@ depends  ncurses
 optional_depends  libpng                  \
                   "--enable-graphics"     \
                   "--disable-graphics"    \
-                  "for console graphics support"  
+                  "for console graphics support"
 
 optional_depends  gpm                     \
                   "--with-gpm"            \
                   "--without-gpm"         \
                   "for gpm mouse support" 
-                  
+
 optional_depends  tiff                    \
                   "--with-libtiff"        \
                   "--without-libtiff"     \
                   "for console graphics support"
-                  
+
 optional_depends  jpeg                    \
                   "--with-libjpeg"        \
                   "--without-libjpeg"     \
@@ -25,12 +25,7 @@ optional_depends  "openssl"               \
                   "--without-ssl"         \
                   "encryption for HTTPS"
 
-optional_depends  "svgalib"               \
-                  "--with-svgalib"        \
-                  "--without-svgalib"     \
-                  "for console graphics support"
-
 #optional_depends  "SDL"                   \
 #                  "--with-sdl"            \
 #                  "--without-sdl"         \
-#                  "for sdl graphics driver" 
+#                  "for sdl graphics driver"


More information about the Lunar-commits mailing list