[Lunar-commits] CVS: moonbase/gnustep/gnustep-base POST_INSTALL,
NONE, 1.1 BUILD, 1.2, 1.3 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-base
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10428/gnustep-base
Modified Files:
BUILD DETAILS
Added Files:
POST_INSTALL
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.
--- NEW FILE: POST_INSTALL ---
ldconfig
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-base/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 1 Jul 2003 06:00:37 -0000 1.2
+++ BUILD 8 May 2004 14:12:00 -0000 1.3
@@ -1,14 +1,11 @@
(
# before load GNUSTEP variables
- source /System/Makefiles/GNUstep.sh
+ . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
- ./configure $OPTS &&
- make &&
- prepare_install &&
- make install
+ default_config &&
+ default_make
- if ! grep -q "/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu" /etc/ld.so.conf; then
- echo "/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu" >> /etc/ld.so.conf
+ if ! grep -q "$GNUSTEP_SYSTEM_ROOT/Library/Libraries/" /etc/ld.so.conf; then
+ echo "$GNUSTEP_SYSTEM_ROOT/Library/Libraries/" >> /etc/ld.so.conf
fi
-
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-base/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,17 @@
MODULE=gnustep-base
- 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 base of gnustep"
+ UPDATED=20040509
+ SHORT="The GNUstep Base Library is a library of general-purpose"
cat << EOF
-....
+The GNUstep Base Library is a library of general-purpose,
+non-graphical Objective C objects. For example, it includes classes
+for strings, object collections, byte streams, typed coders,
+invocations, notifications, notification dispatchers, moments in time,
+network ports, remote object messaging support (distributed objects),
+and event loops.
EOF
More information about the Lunar-commits
mailing list