[Lunar-commits] <moonbase> gnustep-make: updated to version 2.2.0

Duncan Gibson engelsman at lunar-linux.org
Mon Jul 6 19:55:32 CEST 2009


commit 4ab1b3a55616cf9b6698d9166a8b38f93c3b391b
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Jul 6 19:55:32 2009 +0200

    gnustep-make: updated to version 2.2.0
    
    updated in the attempt to solve Addresses part of BugReport 247
    
    Note: downloads, compiles and installs OK,
          but otherwise untested - engelsman
---
 gnustep/gnustep-make/BUILD   |    5 ++++-
 gnustep/gnustep-make/DETAILS |   11 ++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnustep/gnustep-make/BUILD b/gnustep/gnustep-make/BUILD
index 44edbb5..4d229a0 100644
--- a/gnustep/gnustep-make/BUILD
+++ b/gnustep/gnustep-make/BUILD
@@ -1,4 +1,7 @@
 (
-./configure --prefix=/opt/lunar/gnustep/1/ $OPTS &&
+./configure --prefix=/opt/lunar/gnustep/1/ \
+            --enable-native-objc-exceptions  \
+	    --with-layout=gnustep \
+            $OPTS &&
 default_make
 ) 2>&1 > $C_FIFO
diff --git a/gnustep/gnustep-make/DETAILS b/gnustep/gnustep-make/DETAILS
index fe27ba7..8d8ea56 100644
--- a/gnustep/gnustep-make/DETAILS
+++ b/gnustep/gnustep-make/DETAILS
@@ -1,11 +1,11 @@
           MODULE=gnustep-make
-         VERSION=2.0.0
+         VERSION=2.2.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
-      SOURCE_VFY=sha1:cf99c0bf388f54cfeca2d8b1d6446703878548cc
+      SOURCE_VFY=sha1:35654bab0a6576084e486e062e7e42603026509d
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20070418
+         UPDATED=20090704
            SHORT="Powerful and extensible way to write GNUstep makefiles"
 
 cat << EOF
@@ -13,4 +13,9 @@ GNUstep-make 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.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customise the GNUstep environment before use.
 EOF


More information about the Lunar-commits mailing list