Revision: 26205 http://sourceforge.net/p/gar/code/26205 Author: dmichelsen Date: 2017-05-11 13:42:47 +0000 (Thu, 11 May 2017) Log Message: ----------- gs_projectcenter/trunk: Cleanup and obsolete CSWProjectCenter
Modified Paths: -------------- csw/mgar/pkg/gs_projectcenter/trunk/Makefile Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-11 12:57:14 UTC (rev 26204) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-11 13:42:47 UTC (rev 26205) @@ -5,8 +5,6 @@ VERSION = 0.6.2 GARTYPE = v2 -PACKAGES += CSWprojectcenter - DESCRIPTION = GNUstep IDE define BLURB GNUstep IDE for creating Tools and Applications with Makefile generation. @@ -13,10 +11,17 @@ endef MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ -DISTFILES = $(DISTNAME).tar.gz +DISTFILES += $(DISTNAME).tar.gz +PATCHFILES += 0001-solaris-fix.patch +PACKAGING_PLATFORMS += solaris9-i386 solaris9-sparc +PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc + BUILD_DEP_PKGS += CSWgmake +PACKAGES += CSWprojectcenter +SPKG_DESC_CSWprojectcenter = GNUstep IDE +# PKGFILES is catchall RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-make RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-base RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-gui @@ -25,27 +30,12 @@ RUNTIME_DEP_PKGS_CSWprojectcenter_5.9 += CSWlibobjc3 RUNTIME_DEP_PKGS_CSWprojectcenter_5.10 += CSWlibobjc4 RUNTIME_DEP_PKGS_CSWprojectcenter += $(RUNTIME_DEP_PKGS_CSWprojectcenter_$(GAROSREL)) - -PATCHFILES += 0001-solaris-fix.patch - -#overrides CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make -#we discard placements +# This was an old package name pushed by error, can be removed after the next package push +OBSOLETED_BY_CSWprojectcenter += CSWProjectCenter +CATALOGNAME_CSWProjectCenter = projectcenter_stub - -#we do not link directly due to bundles - - -#we know we have a different name in our bundles - - -#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 @@ -57,8 +47,7 @@ INSTALL_SCRIPTS = sourcegs # Disable test scripts for now -TEST_SCRIPTS = -SKIPTEST = ?1 +SKIPTEST ?= 1 include gar/category.mk @@ -69,6 +58,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.