[Lunar-commits] CVS: moonbase/gnustep/gnustep-make BUILD, 1.3, 1.4 DETAILS, 1.2, 1.3

Joel Vennin jol at lunar-linux.org
Sat May 8 14:12:02 GMT 2004


Update of /var/cvs/lunar/moonbase/gnustep/gnustep-make
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10428/gnustep-make

Modified Files:
	BUILD DETAILS 
Log Message:
gnustep update.
There were 3 packages since 2002 12 25. We can do nothing with only 3 basics pakages.
So i've bumped version for gnustep-base, gnustep-make, gnustep-gui.
I've added gnustep-back, GWorkspace, Gorm, Pantomime, GNUMail and Addresses.
It's working only if you add the ObjC support of your gcc. When you install gnustep-make you need
to logout and login again to load the gnustep.rc profile file. After you can compile all (its seems) without any problem.
Enjoy, i'll add other gnustep apps in few days.  


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-make/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	14 Jul 2003 03:34:11 -0000	1.3
+++ BUILD	8 May 2004 14:12:00 -0000	1.4
@@ -1,6 +1,4 @@
 (
-./configure --with-local-root=/Local --with-network-root=/Network --prefix=/ &&
-make &&
-prepare_install &&
-make install
+./configure --prefix=/opt/lunar/gnustep/1/ $OPTS &&
+default_make
 ) 2>&1 > $C_FIFO

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-make/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	29 Jun 2003 23:04:44 -0000	1.2
+++ DETAILS	8 May 2004 14:12:00 -0000	1.3
@@ -1,12 +1,15 @@
           MODULE=gnustep-make
-         VERSION=1.6.0
+         VERSION=1.9.1
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20021225
-           SHORT="it's the make of gnustep"
+         UPDATED=20040509
+           SHORT="The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project."
 cat << EOF
-....
+It allows the user to
+write a project without having to deal with the complex issues
+associated with configuration, building, installation, and packaging.
+It also allows the user to easily create cross-compiled binaries.
 EOF



More information about the Lunar-commits mailing list