Revision: 26655 http://sourceforge.net/p/gar/code/26655 Author: rmottola Date: 2020-05-19 22:54:39 +0000 (Tue, 19 May 2020) Log Message: ----------- gs_gorm/trunk: bump version, adjust overrides accordingly, add patch
Modified Paths: -------------- csw/mgar/pkg/gs_gorm/trunk/Makefile csw/mgar/pkg/gs_gorm/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gs_gorm/trunk/files/0001-floorf.patch Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/Makefile 2020-05-19 09:12:36 UTC (rev 26654) +++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2020-05-19 22:54:39 UTC (rev 26655) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gorm -VERSION = 1.2.23 +VERSION = 1.2.26 GARTYPE = v2 DESCRIPTION = GNUstep graphical interface builder @@ -13,6 +13,7 @@ MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-floorf.patch BUILD_DEP_PKGS += CSWgmake @@ -48,37 +49,37 @@ #we don't directly bind currently CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.26 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.23 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGormObjCHeaderParser.so.1|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.26 CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGorm.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGormCore.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libGormPrefs.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.28|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.26 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.27|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel #where can we build? Modified: csw/mgar/pkg/gs_gorm/trunk/checksums =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/checksums 2020-05-19 09:12:36 UTC (rev 26654) +++ csw/mgar/pkg/gs_gorm/trunk/checksums 2020-05-19 22:54:39 UTC (rev 26655) @@ -1 +1 @@ -ba5729aa036e54ab824f0fffdb980664 gorm-1.2.23.tar.gz +005eed25a1a6ac473dfc04e2ba8666c1 gorm-1.2.26.tar.gz Added: csw/mgar/pkg/gs_gorm/trunk/files/0001-floorf.patch =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/files/0001-floorf.patch (rev 0) +++ csw/mgar/pkg/gs_gorm/trunk/files/0001-floorf.patch 2020-05-19 22:54:39 UTC (rev 26655) @@ -0,0 +1,11 @@ +--- a/GormCore/GormPalettesManager.m.orig Tue May 19 21:47:19 2020 ++++ b/GormCore/GormPalettesManager.m Tue May 19 21:48:01 2020 +@@ -34,6 +34,8 @@ + #define BUILTIN_PALETTES @"BuiltinPalettes" + #define USER_PALETTES @"UserPalettes" + ++#define floorf(x) floor(x) ++ + @interface GormPalettePanel : NSPanel + @end + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.