[Lunar-commits] CVS: moonbase/devel/dosemu BUILD, 1.3, 1.4 DEPENDS,
1.1, 1.2
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Jan 8 01:01:27 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/dosemu
In directory espresso.foo-projects.org:/tmp/cvs-serv29852/dosemu
Modified Files:
BUILD DEPENDS
Log Message:
Reworked the BUILD and DEPENDS of this module a bit. YaY for the
ability to play Scorched Earth again!!!!11!!11oneone!!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dosemu/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 27 Jul 2004 05:32:01 -0000 1.3
+++ BUILD 8 Jan 2005 01:01:24 -0000 1.4
@@ -1,16 +1,8 @@
(
- ./configure --prefix=/usr \
- --exec-prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --datadir=/usr/share \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-x \
- --with-fdtarball=$SOURCE_CACHE/$SOURCE2 \
- $OPTS &&
-
- default_make
-
+ sedit "s:cp -a:cp -aL:" src/arch/linux/Makefile.main &&
+
+ OPTS="$OPTS --with-x --with-fdtarball=$SOURCE_CACHE/$SOURCE2"
+ default_build
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dosemu/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 22 Apr 2004 04:14:08 -0000 1.1
+++ DEPENDS 8 Jan 2005 01:01:24 -0000 1.2
@@ -1,2 +1,5 @@
-depends bison &&
-depends flex
+depends slang &&
+
+optional_depends "svgalib" "--enable-use-svgalib" \
+ "" "to build with svgalib support" &&
+optional_depends "gpm" "" "--without-gpm" "for mouse support in the CLI"
More information about the Lunar-commits
mailing list