Revision: 26415 http://sourceforge.net/p/gar/code/26415 Author: dmichelsen Date: 2018-04-29 19:16:01 +0000 (Sun, 29 Apr 2018) Log Message: ----------- gs_performance/trunk: Some cleanup, nothing serious changed
Modified Paths: -------------- csw/mgar/pkg/gs_performance/trunk/Makefile Modified: csw/mgar/pkg/gs_performance/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_performance/trunk/Makefile 2018-04-28 23:09:58 UTC (rev 26414) +++ csw/mgar/pkg/gs_performance/trunk/Makefile 2018-04-29 19:16:01 UTC (rev 26415) @@ -5,9 +5,6 @@ VERSION = 0.5.0 GARTYPE = v2 -PACKAGES += CSWperformance - - DESCRIPTION = GNUstep data utility library define BLURB GNUstep library for writing high performance Data code @@ -16,10 +13,13 @@ MASTER_SITES += ftp://ftp.gnustep.org/pub/gnustep/libs/ DISTFILES = $(DISTNAME).tar.gz +#where can we build? +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris10-i386 +PACKAGING_PLATFORMS += solaris10-sparc - -BUILD_DEP_PKGS += CSWgmake - +PACKAGES += CSWperformance RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-make RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-base RUNTIME_DEP_PKGS_CSWperformance += CSWlibgcc-s1 @@ -33,17 +33,9 @@ CHECKPKG_OVERRIDES_CSWperformance += binary-architecture-does-not-match-placement CHECKPKG_OVERRIDES_CSWperformance += no-direct-binding - -#where can we build? -PACKAGING_PLATFORMS += solaris9-i386 -PACKAGING_PLATFORMS += solaris9-sparc -PACKAGING_PLATFORMS += solaris10-i386 -PACKAGING_PLATFORMS += solaris10-sparc - #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU - # now special targets for build and install so that we can source # GNUstep.sh before # configure is skipped @@ -52,8 +44,7 @@ INSTALL_SCRIPTS = sourcegs # Disable test scripts for now -TEST_SCRIPTS = -SKIPTEST = ?1 +SKIPTEST ?= 1 include gar/category.mk @@ -64,7 +55,3 @@ install-sourcegs: $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR) @$(MAKECOOKIE) - -test-none : - @$(MAKECOOKIE) - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.