SF.net SVN: gar:[23703] csw/mgar/pkg

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Tue May 27 01:05:15 CEST 2014


Revision: 23703
          http://sourceforge.net/p/gar/code/23703
Author:   rmottola
Date:     2014-05-26 23:05:13 +0000 (Mon, 26 May 2014)
Log Message:
-----------
gnustep-back/trunk: first gnustep-bck version non-working

Added Paths:
-----------
    csw/mgar/pkg/gnustep-back/
    csw/mgar/pkg/gnustep-back/Makefile
    csw/mgar/pkg/gnustep-back/branches/
    csw/mgar/pkg/gnustep-back/tags/
    csw/mgar/pkg/gnustep-back/trunk/
    csw/mgar/pkg/gnustep-back/trunk/Makefile
    csw/mgar/pkg/gnustep-back/trunk/checksums
    csw/mgar/pkg/gnustep-back/trunk/files/

Added: csw/mgar/pkg/gnustep-back/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-back/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnustep-back/Makefile	2014-05-26 23:05:13 UTC (rev 23703)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gnustep-back/trunk
===================================================================
--- csw/mgar/pkg/gnustep-back/trunk	2014-05-26 12:00:38 UTC (rev 23702)
+++ csw/mgar/pkg/gnustep-back/trunk	2014-05-26 23:05:13 UTC (rev 23703)

Property changes on: csw/mgar/pkg/gnustep-back/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gnustep-back/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-back/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnustep-back/trunk/Makefile	2014-05-26 23:05:13 UTC (rev 23703)
@@ -0,0 +1,59 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gnustep-back
+VERSION = 0.24.0
+GARTYPE = v2
+
+DESCRIPTION = GNUstep-core back
+define BLURB
+  GNUstep-core, backend dependent part of GNUstep AppKit.
+endef
+
+#EXTRA_MODULATORS = GRAPHICS
+#MODULATIONS_graphics = xlib cairo
+
+BUILD_DEP_PKGS = SUNWxorg-headers CSWgmake CSWgcc4objc
+DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui
+
+DEP_PKGS += CSWlibcairo2
+#DEP_PKGS_GRAPHICS_cairo += CSWlibcairo2
+
+MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
+DISTFILES  = $(DISTNAME).tar.gz
+
+#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
+GARCOMPILER = GNU
+
+# now special targets for configure, build and install so that we can source
+# GNUstep.sh before
+CONFIGURE_SCRIPTS = sourcegs
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+# Disable test scripts for now
+TEST_SCRIPTS = none
+SKIPTEST = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+#CONFIGURE_ARGS_GRAPHICS_xlib = $(DIRPATHS) --enable-graphics=xlib
+#CONFIGURE_ARGS_GRAPHICS_cairo = $(DIRPATHS) --enable-graphics=cairo
+CONFIGURE_ARGS = $(DIRPATHS) --enable-graphics=cairo
+
+include gar/category.mk
+
+configure-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
+	@$(MAKECOOKIE)
+
+build-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
+	@$(MAKECOOKIE)
+
+install-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install DESTDIR=$(DESTDIR)
+	@$(MAKECOOKIE)
+
+test-none :
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gnustep-back/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gnustep-back/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnustep-back/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gnustep-back/trunk/checksums	2014-05-26 23:05:13 UTC (rev 23703)
@@ -0,0 +1 @@
+0b8393832bd928b9d3ec4eb68d7f6564  gnustep-back-0.24.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list