From rmottola at users.sourceforge.net Tue May 2 23:13:52 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 02 May 2017 21:13:52 +0000 Subject: SF.net SVN: gar:[26173] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1493759632.193624.22900@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26173 http://sourceforge.net/p/gar/code/26173 Author: rmottola Date: 2017-05-02 21:13:51 +0000 (Tue, 02 May 2017) Log Message: ----------- openssl1/branches/lts102: differentiate compilers for each OSREL Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-04-30 17:38:57 UTC (rev 26172) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-02 21:13:51 UTC (rev 26173) @@ -28,7 +28,9 @@ # This recipe can be used to compile openssl with Sun Studio or GCC # Just define the GARCOMPILER to the GNU or SUN -GARCOMPILER = SOS12U4 +GARCOMPILER_5.9 = SOS12 +GARCOMPILER_5.10 = SOS12U4 +GARCOMPILER_5.11 = SOS12U4 GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 08:20:13 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 06:20:13 +0000 Subject: SF.net SVN: gar:[26174] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1493792413.673927.29551@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26174 http://sourceforge.net/p/gar/code/26174 Author: rmottola Date: 2017-05-03 06:20:13 +0000 (Wed, 03 May 2017) Log Message: ----------- openssl1/branches/lts102: tweak targets Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-02 21:13:51 UTC (rev 26173) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-03 06:20:13 UTC (rev 26174) @@ -183,11 +183,12 @@ pentium_pro_GNU_CONFIGURE_TARGET = solaris-x86-gcc amd64_GNU_CONFIGURE_TARGET = solaris64-x86_64-gcc -sparcv8_SUN_CONFIGURE_TARGET = solaris-sparcv8-cc-sunw +sparcv8_SUN_CONFIGURE_TARGET = solaris-sparcv8-cc sparcv8plus_SUN_CONFIGURE_TARGET = solaris-sparcv9-cc-sunw sparcv8plus+vis_SUN_CONFIGURE_TARGET = solaris-sparcv9+vis-cc-sunw -sparcv9_SUN_CONFIGURE_TARGET_5.11 = solaris64-sparcv9-cc-sunw -sparcv9_SUN_CONFIGURE_TARGET_5.10 = solaris64-sparcv9-cc-sunw10 +sparcv9_SUN_CONFIGURE_TARGET_5.11 = solaris64-sparcv9-cc-sunw +sparcv9_SUN_CONFIGURE_TARGET_5.10 = solaris64-sparcv9-cc-sunw10 +sparcv9_SUN_CONFIGURE_TARGET_5.9 = solaris64-sparcv9-cc-sunw10 sparcv9_SUN_CONFIGURE_TARGET = $(sparcv9_SUN_CONFIGURE_TARGET_$(GAROSREL)) sparcv8_GNU_CONFIGURE_TARGET = solaris-sparcv8-gcc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 10:11:47 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 08:11:47 +0000 Subject: SF.net SVN: gar:[26175] csw/mgar/pkg/gs_terminal/trunk/Makefile Message-ID: <1493799107.282483.25993@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26175 http://sourceforge.net/p/gar/code/26175 Author: rmottola Date: 2017-05-03 08:11:46 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_terminal/trunk: improve platform differences Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2017-05-03 06:20:13 UTC (rev 26174) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2017-05-03 08:11:46 UTC (rev 26175) @@ -15,7 +15,6 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc BUILD_DEP_PKGS += CSWgnustep-make BUILD_DEP_PKGS += CSWgnustep-base BUILD_DEP_PKGS += CSWgnustep-gui @@ -27,8 +26,11 @@ RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-back RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-terminal_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgs-terminal_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-terminal += $(RUNTIME_DEP_PKGS_CSWgs-terminal_$(GAROSREL)) + #we do override because we depend on them CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-gui CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-base @@ -46,6 +48,13 @@ #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + + CONFIGURE_ARGS = $(DIRPATHS) # now special targets for build and install so that we can source This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at opencsw.org Wed May 3 11:56:40 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Wed, 3 May 2017 11:56:40 +0200 Subject: issues with overrides Message-ID: <7dcd4aac-11b2-2927-aff7-925186fd7065@opencsw.org> Hi, while building gs_PRICE, I get this: CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE but I also get this: * Unused Override: CSWgs-price: soname-not-found libgnustep-base.so.1.25 * Unused Override: CSWgs-price: soname-not-found libgnustep-gui.so.0.25 so clearly they are not being used! the overrides themselves are written this way: CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25 CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25 what's wrong? Thank you, Riccardo From rmottola at users.sourceforge.net Wed May 3 12:07:52 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 10:07:52 +0000 Subject: SF.net SVN: gar:[26176] csw/mgar/pkg/gs_PRICE/trunk/Makefile Message-ID: <1493806072.947922.14198@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26176 http://sourceforge.net/p/gar/code/26176 Author: rmottola Date: 2017-05-03 10:07:52 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_PRICE/trunk: tweak platforms and build line Modified Paths: -------------- csw/mgar/pkg/gs_PRICE/trunk/Makefile Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_PRICE/trunk/Makefile 2017-05-03 08:11:46 UTC (rev 26175) +++ csw/mgar/pkg/gs_PRICE/trunk/Makefile 2017-05-03 10:07:52 UTC (rev 26176) @@ -16,7 +16,6 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-base @@ -23,8 +22,11 @@ RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-back RUNTIME_DEP_PKGS_CSWgs-price += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgs-price += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-price_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgs-price_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-price += $(RUNTIME_DEP_PKGS_CSWgs-price_$(GAROSREL)) + #overrides, we know we need these! CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-make CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-gui @@ -32,21 +34,19 @@ CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-back #known GNUstep app bundle overrides -CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE -CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE -CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding +CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25 +CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25 #known placement problems -CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang @@ -68,7 +68,7 @@ include gar/category.mk build-sourcegs: - $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) @$(MAKECOOKIE) install-sourcegs: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 12:17:29 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 10:17:29 +0000 Subject: SF.net SVN: gar:[26177] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <1493806649.132553.7771@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26177 http://sourceforge.net/p/gar/code/26177 Author: rmottola Date: 2017-05-03 10:17:28 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_zipper/trunk: add missing platforms, sparcv8 platform override, improved build line Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:07:52 UTC (rev 26176) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:17:28 UTC (rev 26177) @@ -18,7 +18,6 @@ BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibobjc4 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-base RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-gui @@ -26,6 +25,10 @@ RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgtar RUNTIME_DEP_PKGS_CSWgs-zipper += CSWzip +RUNTIME_DEP_PKGS_CSWgs-zipper_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgs-zipper_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-zipper += $(RUNTIME_DEP_PKGS_CSWgs-zipper_$(GAROSREL)) + #we depend on these packages at runtime # we want at least two archivers to be present, zip and gnu tar. Others are optional CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar @@ -38,18 +41,21 @@ #overrides -CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper -CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper -CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper +CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper +CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding +CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8 CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+ CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386 +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 - #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU @@ -69,7 +75,7 @@ include gar/category.mk build-sourcegs: - $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) @$(MAKECOOKIE) install-sourcegs: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 12:40:10 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 10:40:10 +0000 Subject: SF.net SVN: gar:[26178] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <1493808010.404347.17577@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26178 http://sourceforge.net/p/gar/code/26178 Author: rmottola Date: 2017-05-03 10:40:10 +0000 (Wed, 03 May 2017) Log Message: ----------- fix arch_id Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:17:28 UTC (rev 26177) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:40:10 UTC (rev 26178) @@ -46,7 +46,7 @@ CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding -CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8 +CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=2|arch_name=sparcv8 CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+ CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 12:51:43 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 10:51:43 +0000 Subject: SF.net SVN: gar:[26179] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <1493808703.947485.22249@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26179 http://sourceforge.net/p/gar/code/26179 Author: rmottola Date: 2017-05-03 10:51:43 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_zipper/trunk: remove dependency and assume we have it Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:40:10 UTC (rev 26178) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:51:43 UTC (rev 26179) @@ -15,7 +15,6 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dam at opencsw.org Wed May 3 13:25:18 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 3 May 2017 13:25:18 +0200 Subject: issues with overrides In-Reply-To: <7dcd4aac-11b2-2927-aff7-925186fd7065@opencsw.org> References: <7dcd4aac-11b2-2927-aff7-925186fd7065@opencsw.org> Message-ID: Hi Riccardo, > Am 03.05.2017 um 11:56 schrieb Riccardo Mottola via devel : > > Hi, > > while building gs_PRICE, I get this: > > CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE > CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE > > but I also get this: > * Unused Override: CSWgs-price: soname-not-found libgnustep-base.so.1.25 > * Unused Override: CSWgs-price: soname-not-found libgnustep-gui.so.0.25 > > so clearly they are not being used! the overrides themselves are written this way: > CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25 > CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25 > > what's wrong? 1. Are you sure you want to override soname-not-found? Usually these should be taken serious. 2. You cannot override hierarchially. Either override all soname-not-found or the specific error with the full test. 3. You need at least to remerge for an override to take effect Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From rmottola at users.sourceforge.net Wed May 3 13:50:45 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 11:50:45 +0000 Subject: SF.net SVN: gar:[26180] csw/mgar/pkg/gs_gorm/trunk/Makefile Message-ID: <1493812245.888632.5513@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26180 http://sourceforge.net/p/gar/code/26180 Author: rmottola Date: 2017-05-03 11:50:45 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_gorm/trunk: complete packaging platforms, improved build lines, update overrides Modified Paths: -------------- csw/mgar/pkg/gs_gorm/trunk/Makefile Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-03 10:51:43 UTC (rev 26179) +++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-03 11:50:45 UTC (rev 26180) @@ -18,11 +18,13 @@ BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgorm += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgorm += CSWlibobjc4 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-base RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWgorm_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgorm_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgorm += $(RUNTIME_DEP_PKGS_CSWgorm_$(GAROSREL)) #overrides @@ -29,39 +31,9 @@ CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make #we don't care about placement -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|arch_id=3|arch_name=i386 - - - #we know bundles miss soname CHECKPKG_OVERRIDES_CSWgorm += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls CHECKPKG_OVERRIDES_CSWgorm += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel @@ -75,86 +47,44 @@ #we don't directly bind currently -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libGorm.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libGormCore.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libGormPrefs.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|is|not|directly|bound|to|soname|libGormObjCHeaderParser.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data +CHECKPKG_OVERRIDES_CSWgorm += no-direct-binding + +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.25|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.25|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.23 +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.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/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.25|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.25|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.20 +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|libGorm.so.1|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.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/Resources/1Windows.palette/1Windows +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.25|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.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.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/Gorm.plugin/Gorm +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.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.25|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.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.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.25|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.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20 -CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-base.so.1.24|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/3Containers.palette/3Containers +CHECKPKG_OVERRIDES_CSWgorm += soname-not-found|libgnustep-gui.so.0.25|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 #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 @@ -178,7 +108,7 @@ include gar/category.mk build-sourcegs: - $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) @$(MAKECOOKIE) install-sourcegs: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 3 13:54:22 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 03 May 2017 11:54:22 +0000 Subject: SF.net SVN: gar:[26181] csw/mgar/pkg/gs_PRICE/trunk/Makefile Message-ID: <1493812462.625631.3801@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26181 http://sourceforge.net/p/gar/code/26181 Author: rmottola Date: 2017-05-03 11:54:22 +0000 (Wed, 03 May 2017) Log Message: ----------- gs_PRICE/trunk: cannot override hierachically Modified Paths: -------------- csw/mgar/pkg/gs_PRICE/trunk/Makefile Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_PRICE/trunk/Makefile 2017-05-03 11:50:45 UTC (rev 26180) +++ csw/mgar/pkg/gs_PRICE/trunk/Makefile 2017-05-03 11:54:22 UTC (rev 26181) @@ -35,8 +35,8 @@ #known GNUstep app bundle overrides CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding -CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25 -CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25 +CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE +CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE #known placement problems CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 3 16:17:15 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 03 May 2017 14:17:15 +0000 Subject: SF.net SVN: gar:[26182] csw/mgar/pkg Message-ID: <1493821035.142305.1889@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26182 http://sourceforge.net/p/gar/code/26182 Author: dmichelsen Date: 2017-05-03 14:17:14 +0000 (Wed, 03 May 2017) Log Message: ----------- openscop/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/openscop/ csw/mgar/pkg/openscop/Makefile csw/mgar/pkg/openscop/branches/ csw/mgar/pkg/openscop/tags/ csw/mgar/pkg/openscop/trunk/ csw/mgar/pkg/openscop/trunk/Makefile csw/mgar/pkg/openscop/trunk/checksums csw/mgar/pkg/openscop/trunk/files/ csw/mgar/pkg/openscop/trunk/files/0001-Fix-fprintf-when-size_t-is-not-long.patch csw/mgar/pkg/openscop/trunk/files/0002-Allow-printf-on-NULL-strings.patch Added: csw/mgar/pkg/openscop/Makefile =================================================================== --- csw/mgar/pkg/openscop/Makefile (rev 0) +++ csw/mgar/pkg/openscop/Makefile 2017-05-03 14:17:14 UTC (rev 26182) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/openscop/trunk =================================================================== --- csw/mgar/pkg/openscop/trunk 2017-05-03 11:54:22 UTC (rev 26181) +++ csw/mgar/pkg/openscop/trunk 2017-05-03 14:17:14 UTC (rev 26182) Property changes on: csw/mgar/pkg/openscop/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/openscop/trunk/Makefile =================================================================== --- csw/mgar/pkg/openscop/trunk/Makefile (rev 0) +++ csw/mgar/pkg/openscop/trunk/Makefile 2017-05-03 14:17:14 UTC (rev 26182) @@ -0,0 +1,36 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = osl +VERSION = 0.9.1 +GARTYPE = v2 + +DESCRIPTION = A Specification and a Library for Data Exchange in Polyhedral Compilation Tools + +MASTER_SITES += http://icps.u-strasbg.fr/~bastoul/development/openscop/docs/ +MASTER_SITES += https://github.com/periscop/openscop/releases/download/$(VERSION)/ +DISTFILES += $(DISTNAME).tar.gz + +PATCHFILES_32 += 0001-Fix-fprintf-when-size_t-is-not-long.patch +PATCHFILES += 0002-Allow-printf-on-NULL-strings.patch +PATCHFILES += $(PATCHFILES_$(MEMORYMODEL)) + +PACKAGES += CSWlibosl0 +SPKG_DESC_CSWlibosl0 = A Specification and a Library for Data Exchange in Polyhedral Compilation Tools, libosl.so.0 +PKGFILES_CSWlibosl0 += $(call pkgfiles_lib,libosl.so.0) +RUNTIME_DEP_PKGS_CSWlibosl0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibosl0 += CSWlibgmp10 + +PACKAGES += CSWlibosl-dev +SPKG_DESC_CSWlibosl-dev = Development files for libosl.so.0 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibosl-dev += CSWlibosl0 + +GARCOMPILER = GNU + +BUILD64 = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/openscop/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/openscop/trunk/checksums =================================================================== --- csw/mgar/pkg/openscop/trunk/checksums (rev 0) +++ csw/mgar/pkg/openscop/trunk/checksums 2017-05-03 14:17:14 UTC (rev 26182) @@ -0,0 +1 @@ +90727c6a79d085d5b90b21cf190b618a osl-0.9.1.tar.gz Added: csw/mgar/pkg/openscop/trunk/files/0001-Fix-fprintf-when-size_t-is-not-long.patch =================================================================== --- csw/mgar/pkg/openscop/trunk/files/0001-Fix-fprintf-when-size_t-is-not-long.patch (rev 0) +++ csw/mgar/pkg/openscop/trunk/files/0001-Fix-fprintf-when-size_t-is-not-long.patch 2017-05-03 14:17:14 UTC (rev 26182) @@ -0,0 +1,42 @@ +From f642dcd071aea01ac68813b1e70ce1c77e3c779d Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 3 May 2017 16:00:26 +0200 +Subject: [PATCH 1/2] Fix fprintf when size_t is not long + +--- + source/relation_list.c | 4 ++-- + source/statement.c | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/source/relation_list.c b/source/relation_list.c +index a6b1dac..2f6f982 100644 +--- a/source/relation_list.c ++++ b/source/relation_list.c +@@ -302,9 +302,9 @@ void osl_relation_list_pprint(FILE * file, osl_relation_list_p list, + + // Print it. + if (i > 1) +- fprintf(file,"# List of %lu elements\n%lu\n", i, i); ++ fprintf(file,"# List of %u elements\n%u\n", i, i); + else +- fprintf(file,"# List of %lu element \n%lu\n", i, i); ++ fprintf(file,"# List of %u element \n%u\n", i, i); + + // Print each element of the relation list. + osl_relation_list_pprint_elts(file, list, names); +diff --git a/source/statement.c b/source/statement.c +index 3d216c0..7fec93c 100644 +--- a/source/statement.c ++++ b/source/statement.c +@@ -235,7 +235,7 @@ void osl_statement_pprint(FILE * file, osl_statement_p statement, + nb_relations ++; + nb_relations += osl_relation_list_count(statement->access); + +- fprintf(file, "%lu\n\n", nb_relations); ++ fprintf(file, "%u\n\n", nb_relations); + + fprintf(file, "# ---------------------------------------------- "); + fprintf(file, "%2d.1 Domain\n", number); +-- +2.4.0 + Added: csw/mgar/pkg/openscop/trunk/files/0002-Allow-printf-on-NULL-strings.patch =================================================================== --- csw/mgar/pkg/openscop/trunk/files/0002-Allow-printf-on-NULL-strings.patch (rev 0) +++ csw/mgar/pkg/openscop/trunk/files/0002-Allow-printf-on-NULL-strings.patch 2017-05-03 14:17:14 UTC (rev 26182) @@ -0,0 +1,34 @@ +From bea07180a17c9c36d2451a02fbfae3c5c495ab20 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 3 May 2017 16:00:42 +0200 +Subject: [PATCH 2/2] Allow printf on NULL strings + +--- + source/extensions/pluto_unroll.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/source/extensions/pluto_unroll.c b/source/extensions/pluto_unroll.c +index f26ce42..46c2277 100644 +--- a/source/extensions/pluto_unroll.c ++++ b/source/extensions/pluto_unroll.c +@@ -117,7 +117,7 @@ void osl_pluto_unroll_idump(FILE * file, + // Display the names of iterators. + for (j = 0; j <= level; j++) + fprintf(file, "|\t"); +- fprintf(file, "+--iterator: %s\n", pluto_unroll->iter); ++ fprintf(file, "+--iterator: %s\n", (pluto_unroll->iter != NULL? pluto_unroll->iter : "(NULL)")); + + // Display the names of iterators. + for (j = 0; j <= level; j++) +@@ -183,7 +183,7 @@ char * osl_pluto_unroll_sprint(osl_pluto_unroll_p pluto_unroll) { + while (pluto_unroll != NULL) + { + strcat(buffer, "# Iterator name\n"); +- sprintf(buffer + strlen(buffer), "%s\n", pluto_unroll->iter); ++ sprintf(buffer + strlen(buffer), "%s\n", (pluto_unroll->iter != NULL ? pluto_unroll->iter : "(NULL)")); + + strcat(buffer, "# Jam\n"); + sprintf(buffer + strlen(buffer), "%i\n", pluto_unroll->jam); +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 3 16:46:41 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 03 May 2017 14:46:41 +0000 Subject: SF.net SVN: gar:[26183] csw/mgar/pkg/isl/trunk Message-ID: <1493822801.360177.3495@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26183 http://sourceforge.net/p/gar/code/26183 Author: dmichelsen Date: 2017-05-03 14:46:41 +0000 (Wed, 03 May 2017) Log Message: ----------- isl/trunk: Update to 0.18 Modified Paths: -------------- csw/mgar/pkg/isl/trunk/Makefile csw/mgar/pkg/isl/trunk/checksums Modified: csw/mgar/pkg/isl/trunk/Makefile =================================================================== --- csw/mgar/pkg/isl/trunk/Makefile 2017-05-03 14:17:14 UTC (rev 26182) +++ csw/mgar/pkg/isl/trunk/Makefile 2017-05-03 14:46:41 UTC (rev 26183) @@ -2,12 +2,13 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = isl -VERSION = 0.16.1 +VERSION = 0.18 GARTYPE = v2 DESCRIPTION = Graphite loop optimizations -MASTER_SITES = ftp://gcc.gnu.org/pub/gcc/infrastructure/ +#MASTER_SITES += ftp://gcc.gnu.org/pub/gcc/infrastructure/ +MASTER_SITES += http://isl.gforge.inria.fr/ DISTFILES = $(DISTNAME).tar.bz2 PACKAGES += CSWlibisl15 Modified: csw/mgar/pkg/isl/trunk/checksums =================================================================== --- csw/mgar/pkg/isl/trunk/checksums 2017-05-03 14:17:14 UTC (rev 26182) +++ csw/mgar/pkg/isl/trunk/checksums 2017-05-03 14:46:41 UTC (rev 26183) @@ -1 +1 @@ -ac1f25a0677912952718a51f5bc20f32 isl-0.16.1.tar.bz2 +11436d6b205e516635b666090b94ab32 isl-0.18.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 3 17:23:25 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 03 May 2017 15:23:25 +0000 Subject: SF.net SVN: gar:[26184] csw/mgar/pkg/cloog/trunk Message-ID: <1493825005.274614.22785@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26184 http://sourceforge.net/p/gar/code/26184 Author: dmichelsen Date: 2017-05-03 15:23:24 +0000 (Wed, 03 May 2017) Log Message: ----------- cloog/trunk: Update to 0.18.4, split libisl Modified Paths: -------------- csw/mgar/pkg/cloog/trunk/Makefile csw/mgar/pkg/cloog/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch csw/mgar/pkg/cloog/trunk/files/COPYING csw/mgar/pkg/cloog/trunk/files/cloog-isl-config.cmake csw/mgar/pkg/cloog/trunk/files/isl-config.cmake Modified: csw/mgar/pkg/cloog/trunk/Makefile =================================================================== --- csw/mgar/pkg/cloog/trunk/Makefile 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/Makefile 2017-05-03 15:23:24 UTC (rev 26184) @@ -3,29 +3,29 @@ # $Id$ NAME = cloog -VERSION = 0.18.2 +VERSION = 0.18.4 GARTYPE = v2 DESCRIPTION = Code Generator in the Polyhedral Model -define BLURB -endef + VENDOR_URL = http://www.cloog.org/ MASTER_SITES = http://www.bastoul.net/cloog/pages/download/ -DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += isl-config.cmake -DISTFILES += cloog-isl-config.cmake -CONFIGURE_ARGS = $(DIRPATHS) -BUILD64_LIBS_ONLY = 1 -GARCOMPILER = GNU +DISTFILES += $(NAME)-$(VERSION).tar.gz -LICENSE = $(FILEDIR)/COPYING +# The existence of a git repo makes configure think we pulled from repo +NOGITPATCH = 1 -PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc +BUILD_DEP_PKGS += CSWlibisl-dev +BUILD_DEP_PKGS += CSWlibgmp-dev +BUILD_DEP_PKGS += CSWlibosl-dev -PATCHFILES += 0001-Use-opt-csw-bin-bash-for-tests.patch +GARCOMPILER = GNU -# BUILD_DEP_PKGS = CSWlibppl-dev +BUILD64_LIBS_ONLY = 1 -BUILD_DEP_PKGS = CSWbash +CONFIGURE_ARGS += $(DIRPATHS) +CONFIGURE_ARGS += --with-isl=system +CONFIGURE_ARGS += --with-gmp=system +CONFIGURE_ARGS += --with-osl=system PACKAGES += CSWlibcloog-isl4 PKGFILES_CSWlibcloog-isl4 += $(call baseisadirs,$(libdir),libcloog-isl\.so\.4(\.\d+)*) @@ -32,35 +32,22 @@ SPKG_DESC_CSWlibcloog-isl4 += $(DESCRIPTION), libcloog-isl.so.4 RUNTIME_DEP_PKGS_CSWlibcloog-isl4 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibcloog-isl4 += CSWlibgmp10 -RUNTIME_DEP_PKGS_CSWlibcloog-isl4 += CSWlibisl10 +RUNTIME_DEP_PKGS_CSWlibcloog-isl4 += CSWlibisl15 -PACKAGES += CSWlibisl10 -PKGFILES_CSWlibisl10 += $(call baseisadirs,$(libdir),libisl\.so\.10(\.\d+)*) -SPKG_DESC_CSWlibisl10 += $(DESCRIPTION), libisl.so.10 -RUNTIME_DEP_PKGS_CSWlibisl10 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibisl10 += CSWlibgmp10 - PACKAGES += CSWcloog-dev SPKG_DESC_CSWcloog-dev += $(DESCRIPTION), development files RUNTIME_DEP_PKGS_CSWcloog-dev += CSWlibcloog-isl4 RUNTIME_DEP_PKGS_CSWcloog-dev += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWcloog-dev += CSWlibgmp10 -RUNTIME_DEP_PKGS_CSWcloog-dev += CSWlibisl10 +RUNTIME_DEP_PKGS_CSWcloog-dev += CSWlibisl15 CHECKPKG_OVERRIDES_CSWcloog-dev += missing-dependency|CSWpython -# The failed test was: -# - min(n + c0 - (n + c0 + 2) / 3, c0); c1 += 2) -# + min(c0, n + c0 - (n + c0 + 2) / 3); c1 += 2) -# ...which is the same thing. So this is a spurious error. -SKIPTEST = 1 +# There are some spurious errors, don't know why they exactly show up here +SKIPTEST ?= 1 +# We need GNU diff +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) + include gar/category.mk -post-extract: - if [ -d $(WORKSRC) ]; then \ - mkdir $(WORKSRC)/cmake; \ - gcp -v $(WORKDIR)/isl-config.cmake $(WORKSRC)/cmake; \ - gcp -v $(WORKDIR)/cloog-isl-config.cmake $(WORKSRC)/cmake; \ - fi - @$(MAKECOOKIE) Modified: csw/mgar/pkg/cloog/trunk/checksums =================================================================== --- csw/mgar/pkg/cloog/trunk/checksums 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/checksums 2017-05-03 15:23:24 UTC (rev 26184) @@ -1 +1 @@ -69116aa6cd5e73f6b688d871875e1292 cloog-0.18.2.tar.gz +e531f725244856c92c9bba009ff44faf cloog-0.18.4.tar.gz Deleted: csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch =================================================================== --- csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/files/0001-Use-opt-csw-bin-bash-for-tests.patch 2017-05-03 15:23:24 UTC (rev 26184) @@ -1,22 +0,0 @@ -From 1a5ed77074df4050f72c282d1544ca5a9367bbea Mon Sep 17 00:00:00 2001 -From: Maciej Blizinski -Date: Mon, 3 Jun 2013 18:51:21 +0200 -Subject: [PATCH] Use /opt/csw/bin/bash for tests - ---- - isl/codegen_test.sh.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/isl/codegen_test.sh.in b/isl/codegen_test.sh.in -index 4a4852d..637b728 100644 ---- a/isl/codegen_test.sh.in -+++ b/isl/codegen_test.sh.in -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/opt/csw/bin/bash - - EXEEXT=@EXEEXT@ - srcdir=@srcdir@ --- -1.7.10.3 - Deleted: csw/mgar/pkg/cloog/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cloog/trunk/files/COPYING 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/files/COPYING 2017-05-03 15:23:24 UTC (rev 26184) @@ -1,502 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! Deleted: csw/mgar/pkg/cloog/trunk/files/cloog-isl-config.cmake =================================================================== --- csw/mgar/pkg/cloog/trunk/files/cloog-isl-config.cmake 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/files/cloog-isl-config.cmake 2017-05-03 15:23:24 UTC (rev 26184) @@ -1,26 +0,0 @@ -# Try to find the cloog-isl library - -# CLOOG_ISL_FOUND - System has cloog-isl lib -# CLOOG_ISL_INCLUDE_DIR - The cloog-isl include directory -# CLOOG_ISL_LIBRARY - Library needed to use cloog-isl - - -if (CLOOG_ISL_INCLUDE_DIR AND CLOOG_ISL_LIBRARY) - # Already in cache, be silent - set(CLOOG_ISL_FIND_QUIETLY TRUE) -endif() - -find_path(CLOOG_ISL_INCLUDE_DIR NAMES cloog/isl/cloog.h) -find_library(CLOOG_ISL_LIBRARY NAMES cloog-isl) - -if (CLOOG_ISL_LIBRARY AND CLOOG_ISL_INCLUDE_DIR) - message(STATUS "Library cloog-isl found =) ${CLOOG_ISL_LIBRARY}") -else() - message(STATUS "Library cloog-isl not found =(") -endif() - - -include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(CLOOG_ISL DEFAULT_MSG CLOOG_ISL_INCLUDE_DIR CLOOG_ISL_LIBRARY) - -mark_as_advanced(CLOOG_ISL_INCLUDE_DIR CLOOG_ISL_LIBRARY) Deleted: csw/mgar/pkg/cloog/trunk/files/isl-config.cmake =================================================================== --- csw/mgar/pkg/cloog/trunk/files/isl-config.cmake 2017-05-03 14:46:41 UTC (rev 26183) +++ csw/mgar/pkg/cloog/trunk/files/isl-config.cmake 2017-05-03 15:23:24 UTC (rev 26184) @@ -1,25 +0,0 @@ -# Try to find the isl library - -# ISL_FOUND - System has isl lib -# ISL_INCLUDE_DIR - The isl include directory -# ISL_LIBRARY - Library needed to use isl - - -if (ISL_INCLUDE_DIR AND ISL_LIBRARY) - # Already in cache, be silent - set(ISL_FIND_QUIETLY TRUE) -endif() - -find_path(ISL_INCLUDE_DIR NAMES isl/version.h) -find_library(ISL_LIBRARY NAMES isl) - -if (ISL_LIBRARY AND ISL_INCLUDE_DIR) - message(STATUS "Library isl found =) ${ISL_LIBRARY}") -else() - message(STATUS "Library isl not found =(") -endif() - -include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(ISL DEFAULT_MSG ISL_INCLUDE_DIR ISL_LIBRARY) - -mark_as_advanced(ISL_INCLUDE_DIR ISL_LIBRARY) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at opencsw.org Wed May 3 19:06:08 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Wed, 3 May 2017 19:06:08 +0200 Subject: issues with overrides In-Reply-To: References: <7dcd4aac-11b2-2927-aff7-925186fd7065@opencsw.org> Message-ID: Hi Dago, I noticed that I think I used the wrong list ? Dagobert Michelsen wrote: > 1. Are you sure you want to override soname-not-found? Usually these should be taken serious. > 2. You cannot override hierarchially. Either override all soname-not-found or the specific error > with the full test. > 3. You need at least to remerge for an override to take effect Unfortunately, due to the dynamic nature of GNUstep stuff, these sonames are expected. Of course I check that they are fine and not unexpected before considering the package done. I did not know that it couldn't be done hierarchically. I fixed that. Thank you Riccardo From dmichelsen at users.sourceforge.net Thu May 4 17:21:20 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 04 May 2017 15:21:20 +0000 Subject: SF.net SVN: gar:[26185] csw/mgar/pkg/cpan Message-ID: <1493911280.681072.21981@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26185 http://sourceforge.net/p/gar/code/26185 Author: dmichelsen Date: 2017-05-04 15:21:20 +0000 (Thu, 04 May 2017) Log Message: ----------- cpan/Test-LeakTrace/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Test-LeakTrace/ csw/mgar/pkg/cpan/Test-LeakTrace/branches/ csw/mgar/pkg/cpan/Test-LeakTrace/tags/ csw/mgar/pkg/cpan/Test-LeakTrace/trunk/ csw/mgar/pkg/cpan/Test-LeakTrace/trunk/Makefile csw/mgar/pkg/cpan/Test-LeakTrace/trunk/checksums csw/mgar/pkg/cpan/Test-LeakTrace/trunk/files/ Index: csw/mgar/pkg/cpan/Test-LeakTrace/trunk =================================================================== --- csw/mgar/pkg/cpan/Test-LeakTrace/trunk 2017-05-03 15:23:24 UTC (rev 26184) +++ csw/mgar/pkg/cpan/Test-LeakTrace/trunk 2017-05-04 15:21:20 UTC (rev 26185) Property changes on: csw/mgar/pkg/cpan/Test-LeakTrace/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Test-LeakTrace/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-LeakTrace/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Test-LeakTrace/trunk/Makefile 2017-05-04 15:21:20 UTC (rev 26185) @@ -0,0 +1,19 @@ +NAME = Test-LeakTrace +VERSION = 0.15 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GFUJI + +DESCRIPTION = Traces memory leaks +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ + +PACKAGES += CSWpm-test-leaktrace +CATALOGNAME_CSWpm-test-leaktrace = pm_test_leaktrace +SPKG_DESC_CSWpm-test-leaktrace = Traces memory leaks + +include gar/category.mk Added: csw/mgar/pkg/cpan/Test-LeakTrace/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-LeakTrace/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Test-LeakTrace/trunk/checksums 2017-05-04 15:21:20 UTC (rev 26185) @@ -0,0 +1 @@ +5eac99e7882970f41886c3e0cec185d8 Test-LeakTrace-0.15.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 4 17:58:10 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 04 May 2017 15:58:10 +0000 Subject: SF.net SVN: gar:[26186] csw/mgar/pkg/gs_gorm/trunk/Makefile Message-ID: <1493913490.944579.32393@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26186 http://sourceforge.net/p/gar/code/26186 Author: rmottola Date: 2017-05-04 15:58:10 +0000 (Thu, 04 May 2017) Log Message: ----------- remove explicit build dependency Modified Paths: -------------- csw/mgar/pkg/gs_gorm/trunk/Makefile Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-04 15:21:20 UTC (rev 26185) +++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2017-05-04 15:58:10 UTC (rev 26186) @@ -15,7 +15,6 @@ BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgorm += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-make This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu May 4 20:08:48 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 04 May 2017 18:08:48 +0000 Subject: SF.net SVN: gar:[26187] csw/mgar/pkg/cpan/Template-Toolkit/trunk Message-ID: <1493921328.825213.27308@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26187 http://sourceforge.net/p/gar/code/26187 Author: dmichelsen Date: 2017-05-04 18:08:48 +0000 (Thu, 04 May 2017) Log Message: ----------- cpan/Template-Toolkit/trunk: Update to 2.27 Modified Paths: -------------- csw/mgar/pkg/cpan/Template-Toolkit/trunk/Makefile csw/mgar/pkg/cpan/Template-Toolkit/trunk/checksums Modified: csw/mgar/pkg/cpan/Template-Toolkit/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Template-Toolkit/trunk/Makefile 2017-05-04 15:58:10 UTC (rev 26186) +++ csw/mgar/pkg/cpan/Template-Toolkit/trunk/Makefile 2017-05-04 18:08:48 UTC (rev 26187) @@ -1,5 +1,5 @@ NAME = Template-Toolkit -VERSION = 2.24 +VERSION = 2.27 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ABW @@ -12,31 +12,26 @@ LICENSE_TEXT = This module is licensed under the perl license +BUILD_DEP_PKGS += CSWpm-test-leaktrace + PACKAGES += CSWpm-template CATALOGNAME_CSWpm-template = pm_template SPKG_DESC_CSWpm-template = Comprehensive template processing system RUNTIME_DEP_PKGS_CSWpm-template += CSWpm-appconfig -OBSOLETED_BY_CSWpm-template += CSWpmtt2 -CATALOGNAME_CSWpmtt2 = pm_tt2_stub -OBSOLETED_BY_CSWpm-template += CSWpmtt2-common -CATALOGNAME_CSWpmtt2-common = pm_tt2common_stub -# I checked some, all of them were examples, maybe take a closer look at some other time -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/bin/ttree -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/ttree.1 -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template::Manual::Intro.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template::Provider.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template::Tools::ttree.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template::Manual::Config.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Template::Config.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template.pm -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template/Config.pm -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template/Provider.pm -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template/Manual/Intro.pod -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template/Manual/Config.pod -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Template/Tools/ttree.pod -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/share|root/opt/csw/share/man/man3/Template::Manual::Config.3perl -CHECKPKG_OVERRIDES_CSWpm-template += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/csw/Template/Manual/Config.pod +REINPLACE_USRLOCAL += bin/ttree +REINPLACE_USRLOCAL += bin/tt2inst +REINPLACE_USRLOCAL += lib/Template.pm +REINPLACE_USRLOCAL += lib/Template/Config.pm +REINPLACE_USRLOCAL += lib/Template/Provider.pm +REINPLACE_USRLOCAL += lib/Template/Tools/ttree.pod +REINPLACE_USRLOCAL += lib/Template/Manual/Intro.pod +REINPLACE_USRLOCAL += lib/Template/Manual/Config.pod +REINPLACE_USRLOCAL += Makefile.PL +REINPLACE_USRSHARE += lib/Template/Manual/Config.pod +REINPLACE_USRSHARE += Changes +BUILD_ARGS += MAKE=gmake +TEST_ARGS += MAKE=gmake + include gar/category.mk Modified: csw/mgar/pkg/cpan/Template-Toolkit/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Template-Toolkit/trunk/checksums 2017-05-04 15:58:10 UTC (rev 26186) +++ csw/mgar/pkg/cpan/Template-Toolkit/trunk/checksums 2017-05-04 18:08:48 UTC (rev 26187) @@ -1 +1 @@ -c25fdab1beebf8818c2e624bc9f9d212 Template-Toolkit-2.24.tar.gz +a7fae5d4fe5918f33105d92a62134067 Template-Toolkit-2.27.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Fri May 5 08:35:13 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Fri, 05 May 2017 06:35:13 +0000 Subject: SF.net SVN: gar:[26188] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1493966113.587121.18426@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26188 http://sourceforge.net/p/gar/code/26188 Author: rmottola Date: 2017-05-05 06:35:13 +0000 (Fri, 05 May 2017) Log Message: ----------- openssl1/branches/lts102: pk11 conditional like it was in 0.9.8 Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-04 18:08:48 UTC (rev 26187) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-05 06:35:13 UTC (rev 26188) @@ -133,9 +133,17 @@ # Bug opened upstream: http://rt.openssl.org/Ticket/Display.html?id=3153 PATCHFILES += make_issetugid_support_configurable.patch -PATCHFILES += openssl-1.0.2h-pkcs11-engine.patch -ENGINES += pk11 +ifdef PKCS11 + PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 +ifneq ($(shell /usr/bin/uname -r),5.9) + PATCHFILES += openssl-1.0.2h-pkcs11-engine.patch + ENGINES += pk11 + CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so) +endif +endif + + # Patches taken form oracle PATCHFILES += 029-fork_safe.patch PATCHFILES += 032-aes_cbc_len_check.patch @@ -219,7 +227,6 @@ CONFIGURE_ARGS += $(CONFIGURE_FLAGS) CONFIGURE_ARGS += $($(ISA)_$(GARCOMPILER_TYPE)_CONFIGURE_TARGET) CONFIGURE_ARGS += shared -CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so) # For now we want the sun perl to be used EXTRA_CONFIGURE_ENV += PERL="/usr/bin/perl" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue May 9 00:44:35 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 08 May 2017 22:44:35 +0000 Subject: SF.net SVN: gar:[26189] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1494283475.211235.29430@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26189 http://sourceforge.net/p/gar/code/26189 Author: rmottola Date: 2017-05-08 22:44:34 +0000 (Mon, 08 May 2017) Log Message: ----------- openssl1/branches/lts102: do not use tweaked options on most targets, rise default ISA instead of EXTRA, tweak sol. 9 to skip amd64 Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-05 06:35:13 UTC (rev 26188) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-08 22:44:34 UTC (rev 26189) @@ -162,13 +162,21 @@ ##### Build and installation information ##### -BUILD64 = 1 +# Do not build a unified 32/64 bit package for Solaris 9 i386 +BUILD64-sparc-5.9 = 1 +BUILD64-sparc-5.10 = 1 +BUILD64-i386-5.10 = 1 +BUILD64 = $(BUILD64-$(GARCH)-$(GAROSREL)) + +ISA_DEFAULT_i386-5.9 = pentium_pro +ISA_DEFAULT_sparc-5.9 = sparcv8plus + ISAEXEC = 1 # The list of instructions set for which we will # provide optimized libraries and binaries -EXTRA_BUILD_ISAS_i386 = pentium_pro amd64 -EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9 +#EXTRA_BUILD_ISAS_i386 = pentium_pro amd64 +#EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9 # the openssl build system doesn't honor bindir @@ -184,7 +192,7 @@ # The corresponding os/compiler to pass to the # openssl Configure script i386_SUN_CONFIGURE_TARGET = no-sse2 solaris-x86-cc-sunw -pentium_pro_SUN_CONFIGURE_TARGET = solaris-x86-cc-sunw +pentium_pro_SUN_CONFIGURE_TARGET = solaris-x86-cc amd64_SUN_CONFIGURE_TARGET = solaris64-x86_64-cc-sunw i386_GNU_CONFIGURE_TARGET = no-sse2 solaris-x86-gcc @@ -192,11 +200,11 @@ amd64_GNU_CONFIGURE_TARGET = solaris64-x86_64-gcc sparcv8_SUN_CONFIGURE_TARGET = solaris-sparcv8-cc -sparcv8plus_SUN_CONFIGURE_TARGET = solaris-sparcv9-cc-sunw +sparcv8plus_SUN_CONFIGURE_TARGET = solaris-sparcv9-cc sparcv8plus+vis_SUN_CONFIGURE_TARGET = solaris-sparcv9+vis-cc-sunw sparcv9_SUN_CONFIGURE_TARGET_5.11 = solaris64-sparcv9-cc-sunw -sparcv9_SUN_CONFIGURE_TARGET_5.10 = solaris64-sparcv9-cc-sunw10 -sparcv9_SUN_CONFIGURE_TARGET_5.9 = solaris64-sparcv9-cc-sunw10 +sparcv9_SUN_CONFIGURE_TARGET_5.10 = solaris64-sparcv9-cc +sparcv9_SUN_CONFIGURE_TARGET_5.9 = solaris64-sparcv9-cc sparcv9_SUN_CONFIGURE_TARGET = $(sparcv9_SUN_CONFIGURE_TARGET_$(GAROSREL)) sparcv8_GNU_CONFIGURE_TARGET = solaris-sparcv8-gcc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue May 9 01:01:48 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 08 May 2017 23:01:48 +0000 Subject: SF.net SVN: gar:[26190] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1494284508.500040.10477@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26190 http://sourceforge.net/p/gar/code/26190 Author: rmottola Date: 2017-05-08 23:01:48 +0000 (Mon, 08 May 2017) Log Message: ----------- openssl1/branches/lts102: enable sol. 9 Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-08 22:44:34 UTC (rev 26189) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-08 23:01:48 UTC (rev 26190) @@ -35,7 +35,9 @@ PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 solaris11-sparc solaris11-i386 +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 RUNTIME_DEP_PKGS_CSWlibssl1-0-0 = $(RUNTIME_DEP_PKGS_CSWlibssl1-0-0_$(GARCOMPILER_TYPE)) RUNTIME_DEP_PKGS_CSWlibssl1-0-0_GNU = CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue May 9 22:02:29 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 09 May 2017 20:02:29 +0000 Subject: SF.net SVN: gar:[26191] csw/mgar/pkg/gs_projectcenter/trunk Message-ID: <1494360149.401220.32112@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26191 http://sourceforge.net/p/gar/code/26191 Author: rmottola Date: 2017-05-09 20:02:29 +0000 (Tue, 09 May 2017) Log Message: ----------- gs_projectcenter/trunk: version upgrade, solaris9 fixes Modified Paths: -------------- csw/mgar/pkg/gs_projectcenter/trunk/Makefile csw/mgar/pkg/gs_projectcenter/trunk/checksums Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-08 23:01:48 UTC (rev 26190) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-09 20:02:29 UTC (rev 26191) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = ProjectCenter -VERSION = 0.6.1 +VERSION = 0.6.2 GARTYPE = v2 PACKAGES += CSWprojectcenter @@ -23,7 +23,9 @@ RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-back RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibobjc4 +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 @@ -40,7 +42,8 @@ #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-i386 PACKAGING_PLATFORMS += solaris10-sparc Modified: csw/mgar/pkg/gs_projectcenter/trunk/checksums =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/checksums 2017-05-08 23:01:48 UTC (rev 26190) +++ csw/mgar/pkg/gs_projectcenter/trunk/checksums 2017-05-09 20:02:29 UTC (rev 26191) @@ -1 +1 @@ -c74742f931136829f55a319bedbd37ac ProjectCenter-0.6.1.tar.gz +f68de67b89c686c4c68fb123a84de767 ProjectCenter-0.6.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue May 9 22:05:56 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 09 May 2017 20:05:56 +0000 Subject: SF.net SVN: gar:[26192] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <1494360356.798732.25369@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26192 http://sourceforge.net/p/gar/code/26192 Author: rmottola Date: 2017-05-09 20:05:56 +0000 (Tue, 09 May 2017) Log Message: ----------- gs_projectcenter/trunk: remove explicit dep on objc 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-09 20:02:29 UTC (rev 26191) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-09 20:05:56 UTC (rev 26192) @@ -16,7 +16,6 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-make RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-base This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue May 9 22:23:07 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 09 May 2017 20:23:07 +0000 Subject: SF.net SVN: gar:[26193] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <1494361387.866150.29338@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26193 http://sourceforge.net/p/gar/code/26193 Author: rmottola Date: 2017-05-09 20:23:07 +0000 (Tue, 09 May 2017) Log Message: ----------- freetype/trunk: explicitely disable harfbuzz Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2017-05-09 20:05:56 UTC (rev 26192) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-05-09 20:23:07 UTC (rev 26193) @@ -14,6 +14,11 @@ Windows FNT/FON. endef +# Riccardo Mottola - 9 May 2017 +# Harbfuzz is explicitely disabled because it depends on freetype, causing a circcular dependency +# first, a simple freetype should be built, then harfbuzz, then freetype again +# for now, just disable at expense of quality + MASTER_SITES = $(SF_MIRRORS) DISTFILES += $(NAME)-$(VERSION).tar.bz2 @@ -30,7 +35,7 @@ RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibbz2-1-0 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibz1 RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibpng16-16 -RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0 +#RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0 RUNTIME_DEP_PKGS_CSWlibfreetype6 += $(RUNTIME_DEP_PKGS_CSWlibfreetype6_$(GAROSREL)) OBSOLETED_BY_CSWlibfreetype6 += CSWftype2 CATALOGNAME_CSWftype2 = freetype2_stub @@ -57,4 +62,6 @@ GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE +CONFIGURE_ARGS += --without-harfbuzz + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 10 00:18:10 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 09 May 2017 22:18:10 +0000 Subject: SF.net SVN: gar:[26194] csw/mgar/pkg/harfbuzz/trunk Message-ID: <1494368290.831241.21342@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26194 http://sourceforge.net/p/gar/code/26194 Author: dmichelsen Date: 2017-05-09 22:18:10 +0000 (Tue, 09 May 2017) Log Message: ----------- harfbuzz/trunk: Update to 1.4.6 and cleanup Modified Paths: -------------- csw/mgar/pkg/harfbuzz/trunk/Makefile csw/mgar/pkg/harfbuzz/trunk/checksums Modified: csw/mgar/pkg/harfbuzz/trunk/Makefile =================================================================== --- csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-09 20:23:07 UTC (rev 26193) +++ csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-09 22:18:10 UTC (rev 26194) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = harfbuzz -VERSION = 0.9.23 +VERSION = 1.4.6 GARTYPE = v2 GARCOMPILER = GNU @@ -17,31 +17,37 @@ DISTFILES = $(DISTNAME).tar.bz2 DISTFILES += changelog.CSW -PACKAGES = CSWharfbuzz-bin -SPKG_DESC_CSWharfbuzz-bin = $(DESCRIPTION), utilities -PKGFILES_CSWharfbuzz-bin = .*/bin/.* -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibharfbuzz0 -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibcairo2 -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibfreetype6 -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibglib2-0-0 -RUNTIME_DEP_PKGS_CSWharfbuzz-bin += CSWlibgcc-s1 +BUILD_DEP_PKGS = CSWlibicu-dev +BUILD_DEP_PKGS += CSWlibglib2-dev +BUILD_DEP_PKGS += CSWlibcairo-dev + +PACKAGES += CSWharfbuzz +SPKG_DESC_CSWharfbuzz = $(DESCRIPTION), utilities +PKGFILES_CSWharfbuzz += $(bindir)/.* +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibharfbuzz0 +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibcairo2 +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibgcc-s1 # remove once ld -z ignore is resolved on sparc -CHECKPKG_OVERRIDES_CSWharfbuzz-bin += surplus-dependency|CSWlibfreetype6 -CHECKPKG_OVERRIDES_CSWharfbuzz-bin += surplus-dependency|CSWlibintl8 +CHECKPKG_OVERRIDES_CSWharfbuzz += surplus-dependency|CSWlibfreetype6 +CHECKPKG_OVERRIDES_CSWharfbuzz += surplus-dependency|CSWlibintl8 +OBSOLETED_BY_CSWharfbuzz += CSWharfbuzz-bin PACKAGES += CSWlibharfbuzz-dev SPKG_DESC_CSWlibharfbuzz-dev = $(DESCRIPTION), development files -PKGFILES_CSWlibharfbuzz-dev = $(PKGFILES_DEVEL) -RUNTIME_DEP_PKGS_CSWlibharfbuzz-dev = CSWlibharfbuzz-icu0 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibharfbuzz-dev += CSWlibharfbuzz-icu0 RUNTIME_DEP_PKGS_CSWlibharfbuzz-dev += CSWlibharfbuzz0 +OBSOLETED_BY_CSWharfbuzz-dev += CSWharfbuzz-doc PACKAGES += CSWlibharfbuzz-icu0 SPKG_DESC_CSWlibharfbuzz-icu0 = $(DESCRIPTION), libharfbuzz-icu.so.0 PKGFILES_CSWlibharfbuzz-icu0 = $(call pkgfiles_lib,libharfbuzz-icu.so.0) -RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 = CSWlibharfbuzz0 +RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibharfbuzz0 RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibicudata51 -RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibicuuc51 +RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibicuuc57 RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibgcc-s1 # remove once ld -z ignore is resolved on sparc CHECKPKG_OVERRIDES_CSWlibharfbuzz-icu0 += surplus-dependency|CSWlibicudata51 @@ -49,7 +55,7 @@ PACKAGES += CSWlibharfbuzz0 SPKG_DESC_CSWlibharfbuzz0 = $(DESCRIPTION), libharfbuzz.so.0 PKGFILES_CSWlibharfbuzz0 = $(call pkgfiles_lib,libharfbuzz.so.0) -RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibintl9 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibfreetype6 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibgcc-s1 @@ -56,31 +62,25 @@ # remove once ld -z ignore is resolved on sparc CHECKPKG_OVERRIDES_CSWlibharfbuzz0 += surplus-dependency|CSWlibintl8 -PACKAGES += CSWharfbuzz-doc -ARCHALL_CSWharfbuzz-doc = 1 -SPKG_DESC_CSWharfbuzz-doc = $(DESCRIPTION), documentation -# Catch all - BUILD64 = 1 -BUILD_DEP_PKGS = CSWlibicu-dev -BUILD_DEP_PKGS += CSWlibglib2-dev -BUILD_DEP_PKGS += CSWlibcairo-dev +# Testsuite uses bashisms +REINPLACEMENTS += bash +REINPLACE_MATCH_bash = \ sh\ +REINPLACE_WITH_bash = \ bash\ +REINPLACE_FILES_bash += test/shaping/Makefile.in +CONFIGURE_ARGS = $(DIRPATHS) + +# We need 'id -u' +CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH) + # There are test scripts in src/ such as check-c-linkage-decls.sh, # check-symbols.sh, etc. Some of them fail, some do not fail but # complain objdump hasn't been found. -# -# So, I use a custom target in order to cd'ing to test/ and call make -# check in there. -TEST_SCRIPTS = custom +TEST_SCRIPTS = $(WORKSRC)/test/Makefile -CONFIGURE_ARGS = $(DIRPATHS) +# We need 'grep -q' +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) include gar/category.mk - -PATH := /opt/csw/gnu:$(PATH) - -test-custom: - cd $(WORKSRC)/test && env $(BUILD_ENV) $(MAKE) check - @$(MAKECOOKIE) Modified: csw/mgar/pkg/harfbuzz/trunk/checksums =================================================================== --- csw/mgar/pkg/harfbuzz/trunk/checksums 2017-05-09 20:23:07 UTC (rev 26193) +++ csw/mgar/pkg/harfbuzz/trunk/checksums 2017-05-09 22:18:10 UTC (rev 26194) @@ -1 +1 @@ -a4a9b548577e2ee22f0887937da5fd6c harfbuzz-0.9.23.tar.bz2 +e246c08a3bac98e31e731b2a1bf97edf harfbuzz-1.4.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 10 08:29:50 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 10 May 2017 06:29:50 +0000 Subject: SF.net SVN: gar:[26195] csw/mgar/pkg/openssl1/branches/lts102 Message-ID: <1494397790.871792.30721@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26195 http://sourceforge.net/p/gar/code/26195 Author: rmottola Date: 2017-05-10 06:29:50 +0000 (Wed, 10 May 2017) Log Message: ----------- openssl1/branches/lts102: upgrade to 1.0.2.k Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile csw/mgar/pkg/openssl1/branches/lts102/checksums Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-09 22:18:10 UTC (rev 26194) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-10 06:29:50 UTC (rev 26195) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = openssl -VERSION = 1.0.2j +VERSION = 1.0.2k GARTYPE = v2 # Since version 1.0.0, soname is fixed and does not follow the minor releases SONAME=1.0.0 Modified: csw/mgar/pkg/openssl1/branches/lts102/checksums =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-05-09 22:18:10 UTC (rev 26194) +++ csw/mgar/pkg/openssl1/branches/lts102/checksums 2017-05-10 06:29:50 UTC (rev 26195) @@ -1 +1 @@ -96322138f0b69e61b7212bc53d5e912b openssl-1.0.2j.tar.gz +f965fc0bf01bf882b31314b61391ae65 openssl-1.0.2k.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 10 13:36:49 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 10 May 2017 11:36:49 +0000 Subject: SF.net SVN: gar:[26196] csw/mgar/pkg/harfbuzz/trunk/Makefile Message-ID: <1494416209.630282.20841@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26196 http://sourceforge.net/p/gar/code/26196 Author: dmichelsen Date: 2017-05-10 11:36:49 +0000 (Wed, 10 May 2017) Log Message: ----------- harfbuzz/trunk: Fix typo Modified Paths: -------------- csw/mgar/pkg/harfbuzz/trunk/Makefile Modified: csw/mgar/pkg/harfbuzz/trunk/Makefile =================================================================== --- csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-10 06:29:50 UTC (rev 26195) +++ csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-10 11:36:49 UTC (rev 26196) @@ -40,7 +40,7 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibharfbuzz-dev += CSWlibharfbuzz-icu0 RUNTIME_DEP_PKGS_CSWlibharfbuzz-dev += CSWlibharfbuzz0 -OBSOLETED_BY_CSWharfbuzz-dev += CSWharfbuzz-doc +OBSOLETED_BY_CSWlibharfbuzz-dev += CSWharfbuzz-doc PACKAGES += CSWlibharfbuzz-icu0 SPKG_DESC_CSWlibharfbuzz-icu0 = $(DESCRIPTION), libharfbuzz-icu.so.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 10 14:46:41 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 10 May 2017 12:46:41 +0000 Subject: SF.net SVN: gar:[26197] csw/mgar/pkg/harfbuzz/trunk/Makefile Message-ID: <1494420401.201011.10968@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26197 http://sourceforge.net/p/gar/code/26197 Author: dmichelsen Date: 2017-05-10 12:46:40 +0000 (Wed, 10 May 2017) Log Message: ----------- harfbuzz/trunk: Adjust dependencies Modified Paths: -------------- csw/mgar/pkg/harfbuzz/trunk/Makefile Modified: csw/mgar/pkg/harfbuzz/trunk/Makefile =================================================================== --- csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-10 11:36:49 UTC (rev 26196) +++ csw/mgar/pkg/harfbuzz/trunk/Makefile 2017-05-10 12:46:40 UTC (rev 26197) @@ -24,15 +24,13 @@ PACKAGES += CSWharfbuzz SPKG_DESC_CSWharfbuzz = $(DESCRIPTION), utilities PKGFILES_CSWharfbuzz += $(bindir)/.* -RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWharfbuzz_sparc += CSWlibintl9 RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibharfbuzz0 RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibcairo2 RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibfreetype6 RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWharfbuzz += CSWlibgcc-s1 -# remove once ld -z ignore is resolved on sparc -CHECKPKG_OVERRIDES_CSWharfbuzz += surplus-dependency|CSWlibfreetype6 -CHECKPKG_OVERRIDES_CSWharfbuzz += surplus-dependency|CSWlibintl8 +RUNTIME_DEP_PKGS_CSWharfbuzz += $(RUNTIME_DEP_PKGS_CSWharfbuzz_$(GARCH)) OBSOLETED_BY_CSWharfbuzz += CSWharfbuzz-bin PACKAGES += CSWlibharfbuzz-dev @@ -46,21 +44,17 @@ SPKG_DESC_CSWlibharfbuzz-icu0 = $(DESCRIPTION), libharfbuzz-icu.so.0 PKGFILES_CSWlibharfbuzz-icu0 = $(call pkgfiles_lib,libharfbuzz-icu.so.0) RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibharfbuzz0 -RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibicudata51 RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibicuuc57 RUNTIME_DEP_PKGS_CSWlibharfbuzz-icu0 += CSWlibgcc-s1 -# remove once ld -z ignore is resolved on sparc -CHECKPKG_OVERRIDES_CSWlibharfbuzz-icu0 += surplus-dependency|CSWlibicudata51 PACKAGES += CSWlibharfbuzz0 SPKG_DESC_CSWlibharfbuzz0 = $(DESCRIPTION), libharfbuzz.so.0 PKGFILES_CSWlibharfbuzz0 = $(call pkgfiles_lib,libharfbuzz.so.0) -RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWlibharfbuzz0_sparc += CSWlibintl9 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibfreetype6 RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += CSWlibgcc-s1 -# remove once ld -z ignore is resolved on sparc -CHECKPKG_OVERRIDES_CSWlibharfbuzz0 += surplus-dependency|CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibharfbuzz0 += $(RUNTIME_DEP_PKGS_CSWlibharfbuzz0_$(GARCH)) BUILD64 = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 10 14:47:21 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 10 May 2017 12:47:21 +0000 Subject: SF.net SVN: gar:[26198] csw/mgar/pkg/freetype/trunk Message-ID: <1494420441.273674.22177@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26198 http://sourceforge.net/p/gar/code/26198 Author: dmichelsen Date: 2017-05-10 12:47:20 +0000 (Wed, 10 May 2017) Log Message: ----------- freetype/trunk: Update to 2.7.1 and correctly disable harfbuzz Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2017-05-10 12:46:40 UTC (rev 26197) +++ csw/mgar/pkg/freetype/trunk/Makefile 2017-05-10 12:47:20 UTC (rev 26198) @@ -1,5 +1,5 @@ NAME = freetype -VERSION = 2.6.5 +VERSION = 2.7.1 GARTYPE = v2 DESCRIPTION = A free and portable TrueType font rendering engine @@ -62,6 +62,6 @@ GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE -CONFIGURE_ARGS += --without-harfbuzz +EXTRA_CONFIGURE_ARGS += --without-harfbuzz include gar/category.mk Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2017-05-10 12:46:40 UTC (rev 26197) +++ csw/mgar/pkg/freetype/trunk/checksums 2017-05-10 12:47:20 UTC (rev 26198) @@ -1 +1 @@ -6a386964e18ba28cb93370e57a19031b freetype-2.6.5.tar.bz2 +b3230110e0cab777e0df7631837ac36e freetype-2.7.1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 11 00:25:06 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 10 May 2017 22:25:06 +0000 Subject: SF.net SVN: gar:[26199] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <1494455106.720265.2702@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26199 http://sourceforge.net/p/gar/code/26199 Author: rmottola Date: 2017-05-10 22:25:06 +0000 (Wed, 10 May 2017) Log Message: ----------- clean build lines and remove redundant stuff 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-10 12:47:20 UTC (rev 26198) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-10 22:25:06 UTC (rev 26199) @@ -29,7 +29,7 @@ PATCHFILES += 0001-solaris-fix.patch #overrides -CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make #we discard placements @@ -49,8 +49,6 @@ #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU -CONFIGURE_ARGS = $(DIRPATHS) - # now special targets for build and install so that we can source # GNUstep.sh before # configure is skipped @@ -65,7 +63,7 @@ include gar/category.mk build-sourcegs: - $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) @$(MAKECOOKIE) install-sourcegs: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 11 00:54:02 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 10 May 2017 22:54:02 +0000 Subject: SF.net SVN: gar:[26200] csw/mgar/pkg Message-ID: <1494456842.419770.9320@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26200 http://sourceforge.net/p/gar/code/26200 Author: rmottola Date: 2017-05-10 22:54:02 +0000 (Wed, 10 May 2017) Log Message: ----------- gs_performance/trunk: first package for Performance Added Paths: ----------- csw/mgar/pkg/gs_performance/ csw/mgar/pkg/gs_performance/Makefile csw/mgar/pkg/gs_performance/branches/ csw/mgar/pkg/gs_performance/tags/ csw/mgar/pkg/gs_performance/trunk/ csw/mgar/pkg/gs_performance/trunk/Makefile csw/mgar/pkg/gs_performance/trunk/checksums csw/mgar/pkg/gs_performance/trunk/files/ Added: csw/mgar/pkg/gs_performance/Makefile =================================================================== --- csw/mgar/pkg/gs_performance/Makefile (rev 0) +++ csw/mgar/pkg/gs_performance/Makefile 2017-05-10 22:54:02 UTC (rev 26200) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/gs_performance/trunk =================================================================== --- csw/mgar/pkg/gs_performance/trunk 2017-05-10 22:25:06 UTC (rev 26199) +++ csw/mgar/pkg/gs_performance/trunk 2017-05-10 22:54:02 UTC (rev 26200) Property changes on: csw/mgar/pkg/gs_performance/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/gs_performance/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_performance/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gs_performance/trunk/Makefile 2017-05-10 22:54:02 UTC (rev 26200) @@ -0,0 +1,70 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = Performance +VERSION = 0.5.0 +GARTYPE = v2 + +PACKAGES += CSWperformance + + +DESCRIPTION = GNUstep data utility library +define BLURB + GNUstep library for writing high performance Data code +endef + +MASTER_SITES += ftp://ftp.gnustep.org/pub/gnustep/libs/ +DISTFILES = $(DISTNAME).tar.gz + + + +BUILD_DEP_PKGS += CSWgmake + +RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3 +#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWPerformance += $(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL)) + +#overrides +CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base +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 +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = sourcegs +INSTALL_SCRIPTS = sourcegs + +# Disable test scripts for now +TEST_SCRIPTS = +SKIPTEST = ?1 + +include gar/category.mk + +build-sourcegs: + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) + @$(MAKECOOKIE) + +install-sourcegs: + $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR) + @$(MAKECOOKIE) + +test-none : + @$(MAKECOOKIE) + Property changes on: csw/mgar/pkg/gs_performance/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/gs_performance/trunk/checksums =================================================================== --- csw/mgar/pkg/gs_performance/trunk/checksums (rev 0) +++ csw/mgar/pkg/gs_performance/trunk/checksums 2017-05-10 22:54:02 UTC (rev 26200) @@ -0,0 +1 @@ +62d523558b08221e606704bdb3c33ab5 Performance-0.5.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu May 11 10:59:33 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 11 May 2017 08:59:33 +0000 Subject: SF.net SVN: gar:[26201] csw/mgar/pkg/sudo/trunk Message-ID: <1494493173.67244.1498@sfp-scm-4.v30.ch3.sourceforge.com> Revision: 26201 http://sourceforge.net/p/gar/code/26201 Author: dmichelsen Date: 2017-05-11 08:59:32 +0000 (Thu, 11 May 2017) Log Message: ----------- sudo/trunk: Update to 1.8.20 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2017-05-10 22:54:02 UTC (rev 26200) +++ csw/mgar/pkg/sudo/trunk/Makefile 2017-05-11 08:59:32 UTC (rev 26201) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.19p2 +VERSION = 1.8.20 GARTYPE = v2 EXTRA_MODULATORS = LDAP @@ -94,7 +94,7 @@ TIMEPATH = /var/run IOLOGPATH = $(LOGPATH)/io -REINPLACE_USRLOCAL += plugins/sudoers/sudoers +REINPLACE_USRLOCAL += plugins/sudoers/sudoers.in EXTRA_INC += $(includedir)/sasl Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2017-05-10 22:54:02 UTC (rev 26200) +++ csw/mgar/pkg/sudo/trunk/checksums 2017-05-11 08:59:32 UTC (rev 26201) @@ -1 +1 @@ -31a6090ed1d0946fa22cba19e86aafef sudo-1.8.19p2.tar.gz +a3a84b7ac38d74f29e9211bff2fa0aa5 sudo-1.8.20.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 11 11:55:50 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 11 May 2017 09:55:50 +0000 Subject: SF.net SVN: gar:[26202] csw/mgar/pkg/gs_performance/trunk/Makefile Message-ID: <1494496551.20936.13300@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26202 http://sourceforge.net/p/gar/code/26202 Author: rmottola Date: 2017-05-11 09:55:50 +0000 (Thu, 11 May 2017) Log Message: ----------- correct case Modified Paths: -------------- csw/mgar/pkg/gs_performance/trunk/Makefile Modified: csw/mgar/pkg/gs_performance/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_performance/trunk/Makefile 2017-05-11 08:59:32 UTC (rev 26201) +++ csw/mgar/pkg/gs_performance/trunk/Makefile 2017-05-11 09:55:50 UTC (rev 26202) @@ -1,4 +1,4 @@ -# $Id$ + $Id$ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = Performance @@ -20,18 +20,18 @@ BUILD_DEP_PKGS += CSWgmake -RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1 -#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3 -#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4 -RUNTIME_DEP_PKGS_CSWPerformance += $(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWperformance += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWperformance += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWperformance_5.9 += CSWlibobjc3 +#RUNTIME_DEP_PKGS_CSWperformance_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWperformance += $(RUNTIME_DEP_PKGS_CSWperformance_$(GAROSREL)) #overrides -CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make -CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base -CHECKPKG_OVERRIDES_CSWPerformance += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWPerformance += no-direct-binding +CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWperformance += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWperformance += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWperformance += no-direct-binding #where can we build? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 11 12:18:10 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 11 May 2017 10:18:10 +0000 Subject: SF.net SVN: gar:[26203] csw/mgar/pkg Message-ID: <1494497890.455608.18106@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26203 http://sourceforge.net/p/gar/code/26203 Author: rmottola Date: 2017-05-11 10:18:10 +0000 (Thu, 11 May 2017) Log Message: ----------- gs_WebServices/trunk: fix dependencies and overrides for sol 10 Added Paths: ----------- csw/mgar/pkg/gs_WebServices/ csw/mgar/pkg/gs_WebServices/Makefile csw/mgar/pkg/gs_WebServices/branches/ csw/mgar/pkg/gs_WebServices/tags/ csw/mgar/pkg/gs_WebServices/trunk/ csw/mgar/pkg/gs_WebServices/trunk/Makefile csw/mgar/pkg/gs_WebServices/trunk/checksums csw/mgar/pkg/gs_WebServices/trunk/files/ Added: csw/mgar/pkg/gs_WebServices/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/Makefile (rev 0) +++ csw/mgar/pkg/gs_WebServices/Makefile 2017-05-11 10:18:10 UTC (rev 26203) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/gs_WebServices/trunk =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk 2017-05-11 09:55:50 UTC (rev 26202) +++ csw/mgar/pkg/gs_WebServices/trunk 2017-05-11 10:18:10 UTC (rev 26203) Property changes on: csw/mgar/pkg/gs_WebServices/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2017-05-11 10:18:10 UTC (rev 26203) @@ -0,0 +1,72 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = WebServices +VERSION = 0.7.3 +GARTYPE = v2 + +PACKAGES += CSWwebservices + +DESCRIPTION = GNUstep WebServices Framework +define BLURB + GNUstep Framework to access WebServices via XMLRPC, SOAP, JSON +endef + +MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/libs/ +DISTFILES = $(DISTNAME).tar.gz + +BUILD_DEP_PKGS += CSWgmake + +RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWwebservices += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWwebservices_5.9 += CSWlibobjc3 +#RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibgnutls28 +RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibnettle6 +RUNTIME_DEP_PKGS_CSWwebservices += $(RUNTIME_DEP_PKGS_CSWwebservices_$(GAROSREL)) + +#overrides +CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWwebservices += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWwebservices += no-direct-binding +CHECKPKG_OVERRIDES_CSWwebservices += soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0 + +#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 +CONFIGURE_SCRIPTS = sourcegs +BUILD_SCRIPTS = sourcegs +INSTALL_SCRIPTS = sourcegs + + +# Disable test scripts for now +TEST_SCRIPTS = +SKIPTEST = ?1 + + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + + + +configure-sourcegs: + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(CONFIGURE_ENV) && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS) CPPFLAGS="$(CPPFLAGS)" + @$(MAKECOOKIE) + +build-sourcegs: + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS) + @$(MAKECOOKIE) + +install-sourcegs: + $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR) + @$(MAKECOOKIE) + +test-none : + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/gs_WebServices/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/gs_WebServices/trunk/checksums =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/checksums (rev 0) +++ csw/mgar/pkg/gs_WebServices/trunk/checksums 2017-05-11 10:18:10 UTC (rev 26203) @@ -0,0 +1 @@ +34aeedcc7a963d828089039aca382198 WebServices-0.7.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu May 11 14:57:15 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 11 May 2017 12:57:15 +0000 Subject: SF.net SVN: gar:[26204] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1494507435.299979.10205@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26204 http://sourceforge.net/p/gar/code/26204 Author: rmottola Date: 2017-05-11 12:57:14 +0000 (Thu, 11 May 2017) Log Message: ----------- openssl1/branches/lts102: explicit overrides for v8+ Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-11 10:18:10 UTC (rev 26203) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-11 12:57:14 UTC (rev 26204) @@ -76,6 +76,22 @@ # We use SUN perl, not the opencsw one CHECKPKG_OVERRIDES_CSWopenssl-utils += missing-dependency|CSWperl +###### Specific Overrrids because we we build sparcv8+ on Solaris 9 ##### +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.0.0|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.0.0|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgmp.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libnuron.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libchil.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libpadlock.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcswift.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libaep.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libubsec.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/lib4758cca.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcapi.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libsureware.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libatalla.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgost.so|arch_id=18|arch_name=sparcv8+ + ###### Upstream and opencsw files information ####### MASTER_SITES = http://www.openssl.org/source/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu May 11 15:42:47 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 11 May 2017 13:42:47 +0000 Subject: SF.net SVN: gar:[26205] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <1494510167.358563.26265@sfp-scm-8.v30.ch3.sourceforge.com> 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. From dmichelsen at users.sourceforge.net Thu May 11 17:00:54 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 11 May 2017 15:00:54 +0000 Subject: SF.net SVN: gar:[26206] csw/mgar/pkg/libfastjson/trunk Message-ID: <1494514854.983870.1133@sfp-scm-7.v30.ch3.sourceforge.com> Revision: 26206 http://sourceforge.net/p/gar/code/26206 Author: dmichelsen Date: 2017-05-11 15:00:54 +0000 (Thu, 11 May 2017) Log Message: ----------- libfastjson/trunk: Update to 0.99.6 Modified Paths: -------------- csw/mgar/pkg/libfastjson/trunk/Makefile csw/mgar/pkg/libfastjson/trunk/checksums Modified: csw/mgar/pkg/libfastjson/trunk/Makefile =================================================================== --- csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 13:42:47 UTC (rev 26205) +++ csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 15:00:54 UTC (rev 26206) @@ -2,23 +2,32 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libfastjson -VERSION = 0.99.2 +VERSION = 0.99.6 GARTYPE = v2 DESCRIPTION = A fork of the json-c library optimized for liblognorm MASTER_SITES += http://download.rsyslog.com/libfastjson/ +DISTNAME = $(NAME)-$(VERSION) DISTFILES += $(DISTNAME).tar.gz -PACKAGES += CSWlibfastjson3 -PKGFILES_CSWlibfastjson3 += $(call pkgfiles_lib,libfastjson.so.3) -SPKG_DESC_CSWlibfastjson3 += $(DESCRIPTION), libfastjson.so.3 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 +PKGFORMAT-5.11 = svr4 + +PACKAGES += CSWlibfastjson4 +PKGFILES_CSWlibfastjson4 += $(call pkgfiles_lib,libfastjson.so.4) +SPKG_DESC_CSWlibfastjson4 += $(DESCRIPTION), libfastjson.so.4 +RUNTIME_DEP_PKGS_CSWlibfastjson4 += CSWlibgcc-s1 + PACKAGES += CSWlibfastjson-dev -SPKG_DESC_CSWlibfastjson-dev += Development files for libfastjson.so.3 +SPKG_DESC_CSWlibfastjson-dev += Development files for libfastjson.so.4 # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWlibfastjson-dev += CSWlibfastjson3 +RUNTIME_DEP_PKGS_CSWlibfastjson-dev += CSWlibfastjson4 +GARCOMPILER = GNU + BUILD64 = 1 include gar/category.mk Modified: csw/mgar/pkg/libfastjson/trunk/checksums =================================================================== --- csw/mgar/pkg/libfastjson/trunk/checksums 2017-05-11 13:42:47 UTC (rev 26205) +++ csw/mgar/pkg/libfastjson/trunk/checksums 2017-05-11 15:00:54 UTC (rev 26206) @@ -1 +1 @@ -5e95590422d26b22eb8e9efb073b9b83 libfastjson-0.99.2.tar.gz +f3ade90408eab335bf8fa5782622b423 libfastjson-0.99.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu May 11 19:03:55 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 11 May 2017 17:03:55 +0000 Subject: SF.net SVN: gar:[26207] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <1494522235.100827.8002@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26207 http://sourceforge.net/p/gar/code/26207 Author: dmichelsen Date: 2017-05-11 17:03:54 +0000 (Thu, 11 May 2017) Log Message: ----------- gs_projectcenter/trunk: Remove stub 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 15:00:54 UTC (rev 26206) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2017-05-11 17:03:54 UTC (rev 26207) @@ -32,10 +32,6 @@ RUNTIME_DEP_PKGS_CSWprojectcenter += $(RUNTIME_DEP_PKGS_CSWprojectcenter_$(GAROSREL)) CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make -# 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 absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu May 11 19:06:12 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 11 May 2017 17:06:12 +0000 Subject: SF.net SVN: gar:[26208] csw/mgar/pkg/libfastjson/trunk/Makefile Message-ID: <1494522372.863568.28477@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26208 http://sourceforge.net/p/gar/code/26208 Author: dmichelsen Date: 2017-05-11 17:06:12 +0000 (Thu, 11 May 2017) Log Message: ----------- libfastjson/trunk: No gain building separate for Solaris 11 Modified Paths: -------------- csw/mgar/pkg/libfastjson/trunk/Makefile Modified: csw/mgar/pkg/libfastjson/trunk/Makefile =================================================================== --- csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 17:03:54 UTC (rev 26207) +++ csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 17:06:12 UTC (rev 26208) @@ -11,11 +11,6 @@ DISTNAME = $(NAME)-$(VERSION) DISTFILES += $(DISTNAME).tar.gz -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 -PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 - -PKGFORMAT-5.11 = svr4 - PACKAGES += CSWlibfastjson4 PKGFILES_CSWlibfastjson4 += $(call pkgfiles_lib,libfastjson.so.4) SPKG_DESC_CSWlibfastjson4 += $(DESCRIPTION), libfastjson.so.4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Fri May 12 01:29:20 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 11 May 2017 23:29:20 +0000 Subject: SF.net SVN: gar:[26209] csw/mgar/pkg/gs_ftp/trunk/Makefile Message-ID: <1494545360.365365.9569@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26209 http://sourceforge.net/p/gar/code/26209 Author: rmottola Date: 2017-05-11 23:29:20 +0000 (Thu, 11 May 2017) Log Message: ----------- gs_ftp/trunk: minor cleanup Modified Paths: -------------- csw/mgar/pkg/gs_ftp/trunk/Makefile Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 17:06:12 UTC (rev 26208) +++ csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 23:29:20 UTC (rev 26209) @@ -16,7 +16,6 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-base @@ -23,7 +22,9 @@ RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWgs-ftp += CSWgnustep-back RUNTIME_DEP_PKGS_CSWgs-ftp += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgs-ftp += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-ftp_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgs-ftp_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-ftp += $(RUNTIME_DEP_PKGS_CSWgs-ftp_$(GAROSREL)) #we know about these, but they are needed at runtime CHECKPKG_OVERRIDES_CSWgs-ftp += surplus-dependency|CSWgnustep-gui @@ -32,30 +33,18 @@ CHECKPKG_OVERRIDES_CSWgs-ftp += surplus-dependency|CSWgnustep-make #these are due to our bundles -CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP -CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP - #we do not directly bind -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP -CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP +CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc -PACKAGING_PLATFORMS += solaris10-sparc -PACKAGING_PLATFORMS += solaris10-i386 +PACKAGING_PLATFORMS += solaris9-i386 solaris9-sparc +PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc + #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Fri May 12 01:31:40 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 11 May 2017 23:31:40 +0000 Subject: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile Message-ID: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26210 http://sourceforge.net/p/gar/code/26210 Author: rmottola Date: 2017-05-11 23:31:40 +0000 (Thu, 11 May 2017) Log Message: ----------- gs_ftp/trunk: soname not found Modified Paths: -------------- csw/mgar/pkg/gs_ftp/trunk/Makefile Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 23:29:20 UTC (rev 26209) +++ csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 23:31:40 UTC (rev 26210) @@ -34,10 +34,11 @@ #these are due to our bundles CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding #we do not directly bind CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding +CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP +CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP #where can we build? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dam at opencsw.org Fri May 12 10:02:35 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 May 2017 10:02:35 +0200 Subject: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile In-Reply-To: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> References: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> Message-ID: <3A1EC5B0-420D-40C0-B1DC-3F7C8AB53771@opencsw.org> Hi Riccardo, please use CSWgnustep-ftp as ?gs? usually means Ghostscript. Please also add OBSOLETED_BY_CSWgnustep-ftp += CSWgs-ftp Best reards ? Dago > Am 12.05.2017 um 01:31 schrieb rmottola--- via devel : > > Revision: 26210 > http://sourceforge.net/p/gar/code/26210 > Author: rmottola > Date: 2017-05-11 23:31:40 +0000 (Thu, 11 May 2017) > Log Message: > ----------- > gs_ftp/trunk: soname not found > > Modified Paths: > -------------- > csw/mgar/pkg/gs_ftp/trunk/Makefile > > Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 23:29:20 UTC (rev 26209) > +++ csw/mgar/pkg/gs_ftp/trunk/Makefile 2017-05-11 23:31:40 UTC (rev 26210) > @@ -34,10 +34,11 @@ > > #these are due to our bundles > CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement > -CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding > > #we do not directly bind > CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding > +CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP > +CHECKPKG_OVERRIDES_CSWgs-ftp += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP > > > #where can we build? > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From rmottola at opencsw.org Mon May 15 09:07:22 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Mon, 15 May 2017 09:07:22 +0200 Subject: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile In-Reply-To: <3A1EC5B0-420D-40C0-B1DC-3F7C8AB53771@opencsw.org> References: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> <3A1EC5B0-420D-40C0-B1DC-3F7C8AB53771@opencsw.org> Message-ID: Hi, Dagobert Michelsen via devel wrote: > please use CSWgnustep-ftp as ?gs? usually means Ghostscript. > Please also add > OBSOLETED_BY_CSWgnustep-ftp += CSWgs-ftp Do you insist on that? it has been called that way since 2 years. Actually the program is just called "FTP" and I deemed the name too generic. I used the gs prefix for other GNUstep applications too: terminal, price, & zipper. What policy shoud we use? Keep the original name and use a prefix only when necessary? Always use it? gs- is much shorter and handier than gnustep- :) The "core" gnustep packages have gnustep_ so we could stick to that too. In that case it is however directly in the upstream package name, gnustep-base/gnustep-gui/gnustep-back Riccardo From rmottola at opencsw.org Tue May 16 15:40:11 2017 From: rmottola at opencsw.org (Riccardo Mottola) Date: Tue, 16 May 2017 15:40:11 +0200 Subject: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile In-Reply-To: References: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> <3A1EC5B0-420D-40C0-B1DC-3F7C8AB53771@opencsw.org> Message-ID: <5b7d2ac7-7738-cc37-281d-ebb79815beac@opencsw.org> Hi, let me add to this topic, since I have seen that also "gnome" apps, for example, have different prefixes. One think is of course the original application name, it may already contain the library/framework/desktop name. Riccardo Mottola via devel wrote: > Dagobert Michelsen via devel wrote: >> please use CSWgnustep-ftp as ?gs? usually means Ghostscript. >> Please also add >> OBSOLETED_BY_CSWgnustep-ftp += CSWgs-ftp > > Do you insist on that? it has been called that way since 2 years. > Actually the program is just called "FTP" and I deemed the name too > generic. > > I used the gs prefix for other GNUstep applications too: terminal, > price, & zipper. > > What policy shoud we use? Keep the original name and use a prefix only > when necessary? Always use it? > > gs- is much shorter and handier than gnustep- :) > The "core" gnustep packages have gnustep_ so we could stick to that too. > In that case it is however directly in the upstream package name, > gnustep-base/gnustep-gui/gnustep-back at the moment we do have Core framework: CSWgnustep-back CSWgnustep-base CSWgnustep-gui CSWgnustep-make No prefix at all: CSWgorm (graphical designer: dev tool) CSWprojectcenter (IDE: dev tool) CSWperformance (framework) Assorted with the "gs" prefix CSWgs-zipper CSWgs-terminal CSWgs-price CSWgs-ftp All the issue started because I deemed "ftp" and "terminal" too generic as names. Do we want to rename "everything" to CSWgnustep- ? just the ambiguous one? keep CSWgs- instead but apply it to the ones which have no prefix? Waiting for you, Riccardo From dam at opencsw.org Tue May 16 15:48:42 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 16 May 2017 15:48:42 +0200 Subject: SF.net SVN: gar:[26210] csw/mgar/pkg/gs_ftp/trunk/Makefile In-Reply-To: <5b7d2ac7-7738-cc37-281d-ebb79815beac@opencsw.org> References: <1494545500.638134.24839@sfp-scm-3.v30.ch3.sourceforge.com> <3A1EC5B0-420D-40C0-B1DC-3F7C8AB53771@opencsw.org> <5b7d2ac7-7738-cc37-281d-ebb79815beac@opencsw.org> Message-ID: Hi Riccardo, Am 16.05.2017 um 15:40 schrieb Riccardo Mottola : > let me add to this topic, since I have seen that also "gnome" apps, for example, have different prefixes. > > One think is of course the original application name, it may already contain the library/framework/desktop name. Let?s just keep the names as they are now, I thought this was a new package. Best regards ? Dago > > Riccardo Mottola via devel wrote: >> Dagobert Michelsen via devel wrote: >>> please use CSWgnustep-ftp as ?gs? usually means Ghostscript. >>> Please also add >>> OBSOLETED_BY_CSWgnustep-ftp += CSWgs-ftp >> >> Do you insist on that? it has been called that way since 2 years. >> Actually the program is just called "FTP" and I deemed the name too >> generic. >> >> I used the gs prefix for other GNUstep applications too: terminal, >> price, & zipper. >> >> What policy shoud we use? Keep the original name and use a prefix only >> when necessary? Always use it? >> >> gs- is much shorter and handier than gnustep- :) >> The "core" gnustep packages have gnustep_ so we could stick to that too. >> In that case it is however directly in the upstream package name, >> gnustep-base/gnustep-gui/gnustep-back > > at the moment we do have > > Core framework: > CSWgnustep-back > CSWgnustep-base > CSWgnustep-gui > CSWgnustep-make > > No prefix at all: > CSWgorm (graphical designer: dev tool) > CSWprojectcenter (IDE: dev tool) > CSWperformance (framework) > > Assorted with the "gs" prefix > CSWgs-zipper > CSWgs-terminal > CSWgs-price > CSWgs-ftp > > > All the issue started because I deemed "ftp" and "terminal" too generic as names. > > Do we want to rename "everything" to CSWgnustep- ? just the ambiguous one? keep CSWgs- instead but apply it to the ones which have no prefix? > > > Waiting for you, > Riccardo > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP URL: From rmottola at users.sourceforge.net Tue May 30 08:50:43 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 30 May 2017 06:50:43 +0000 Subject: SF.net SVN: gar:[26211] csw/mgar/pkg/openssl1/trunk Message-ID: <1496127043.238077.18276@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26211 http://sourceforge.net/p/gar/code/26211 Author: rmottola Date: 2017-05-30 06:50:42 +0000 (Tue, 30 May 2017) Log Message: ----------- openssl1/trunk: version upgrade Modified Paths: -------------- csw/mgar/pkg/openssl1/trunk/Makefile csw/mgar/pkg/openssl1/trunk/checksums Modified: csw/mgar/pkg/openssl1/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssl1/trunk/Makefile 2017-05-11 23:31:40 UTC (rev 26210) +++ csw/mgar/pkg/openssl1/trunk/Makefile 2017-05-30 06:50:42 UTC (rev 26211) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = openssl -VERSION = 1.0.2h +VERSION = 1.0.2l GARTYPE = v2 # Since version 1.0.0, soname is fixed and does not follow the minor releases SONAME=1.0.0 @@ -28,7 +28,10 @@ # This recipe can be used to compile openssl with Sun Studio or GCC # Just define the GARCOMPILER to the GNU or SUN -GARCOMPILER = SOS12U4 +GARCOMPILER_5.9 = SOS12 +GARCOMPILER_5.10 = SOS12U4 +GARCOMPILER_5.11 = SOS12U4 +GARCOMPILER = $(GARCOMPILER_$(GAROSREL)) GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils Modified: csw/mgar/pkg/openssl1/trunk/checksums =================================================================== --- csw/mgar/pkg/openssl1/trunk/checksums 2017-05-11 23:31:40 UTC (rev 26210) +++ csw/mgar/pkg/openssl1/trunk/checksums 2017-05-30 06:50:42 UTC (rev 26211) @@ -1 +1 @@ -9392e65072ce4b614c1392eefc1f23d0 openssl-1.0.2h.tar.gz +f85123cd390e864dfbe517e7616e6566 openssl-1.0.2l.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Wed May 31 04:02:13 2017 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 31 May 2017 02:02:13 +0000 Subject: SF.net SVN: gar:[26212] csw/mgar/pkg/dovecot/trunk Message-ID: <1496196133.277503.12012@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26212 http://sourceforge.net/p/gar/code/26212 Author: jake_goerzen Date: 2017-05-31 02:02:12 +0000 (Wed, 31 May 2017) Log Message: ----------- dovecot: update to 2.2.30 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2017-05-30 06:50:42 UTC (rev 26211) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2017-05-31 02:02:12 UTC (rev 26212) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.29 +VERSION = 2.2.30 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2017-05-30 06:50:42 UTC (rev 26211) +++ csw/mgar/pkg/dovecot/trunk/checksums 2017-05-31 02:02:12 UTC (rev 26212) @@ -1 +1 @@ -ff95486a5c43025a2c3f5a712e7962b9 dovecot-2.2.29.tar.gz +56c715ed1df481b4888472f0d0cef291 dovecot-2.2.30.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 31 10:03:26 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 31 May 2017 08:03:26 +0000 Subject: SF.net SVN: gar:[26213] csw/mgar/pkg/gs_WebServices/trunk/Makefile Message-ID: <1496217806.849108.17651@sfp-scm-8.v30.ch3.sourceforge.com> Revision: 26213 http://sourceforge.net/p/gar/code/26213 Author: rmottola Date: 2017-05-31 08:03:26 +0000 (Wed, 31 May 2017) Log Message: ----------- gs_WebServices/trunk: rename with gnustep prefix Modified Paths: -------------- csw/mgar/pkg/gs_WebServices/trunk/Makefile Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2017-05-31 02:02:12 UTC (rev 26212) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2017-05-31 08:03:26 UTC (rev 26213) @@ -5,7 +5,7 @@ VERSION = 0.7.3 GARTYPE = v2 -PACKAGES += CSWwebservices +PACKAGES += CSWgnustep-webservices DESCRIPTION = GNUstep WebServices Framework define BLURB @@ -17,21 +17,21 @@ BUILD_DEP_PKGS += CSWgmake -RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWwebservices += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWwebservices += CSWlibgcc-s1 -#RUNTIME_DEP_PKGS_CSWwebservices_5.9 += CSWlibobjc3 -#RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibobjc4 -RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibgnutls28 -RUNTIME_DEP_PKGS_CSWwebservices_5.10 += CSWlibnettle6 -RUNTIME_DEP_PKGS_CSWwebservices += $(RUNTIME_DEP_PKGS_CSWwebservices_$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.9 += CSWlibobjc3 +#RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibgnutls28 +RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibnettle6 +RUNTIME_DEP_PKGS_CSWgnustep-webservices += $(RUNTIME_DEP_PKGS_CSWgnustep-webservices_$(GAROSREL)) #overrides -CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-make -CHECKPKG_OVERRIDES_CSWwebservices += surplus-dependency|CSWgnustep-base -CHECKPKG_OVERRIDES_CSWwebservices += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWwebservices += no-direct-binding -CHECKPKG_OVERRIDES_CSWwebservices += soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0 +CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWgnustep-webservices += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWgnustep-webservices += no-direct-binding +CHECKPKG_OVERRIDES_CSWgnustep-webservices += soname-not-found|libPerformance.so.0.5|is|needed|by|opt/csw/GNUstep/Local/Library/Libraries/libWebServices.so.0.7.0 #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 31 10:28:40 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 31 May 2017 08:28:40 +0000 Subject: SF.net SVN: gar:[26214] csw/mgar/pkg/gs_WebServices/trunk/Makefile Message-ID: <1496219320.838341.11535@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26214 http://sourceforge.net/p/gar/code/26214 Author: rmottola Date: 2017-05-31 08:28:40 +0000 (Wed, 31 May 2017) Log Message: ----------- gs_WebServices/trunk: missing dependencies Modified Paths: -------------- csw/mgar/pkg/gs_WebServices/trunk/Makefile Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2017-05-31 08:03:26 UTC (rev 26213) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2017-05-31 08:28:40 UTC (rev 26214) @@ -19,6 +19,7 @@ RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWperformance RUNTIME_DEP_PKGS_CSWgnustep-webservices += CSWlibgcc-s1 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.9 += CSWlibobjc3 #RUNTIME_DEP_PKGS_CSWgnustep-webservices_5.10 += CSWlibobjc4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 31 12:56:26 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 May 2017 10:56:26 +0000 Subject: SF.net SVN: gar:[26215] csw/mgar/pkg/mutt/trunk Message-ID: <1496228186.929040.26138@sfp-scm-2.v30.ch3.sourceforge.com> Revision: 26215 http://sourceforge.net/p/gar/code/26215 Author: dmichelsen Date: 2017-05-31 10:56:26 +0000 (Wed, 31 May 2017) Log Message: ----------- mutt/trunk: Update to 1.8.3 Modified Paths: -------------- csw/mgar/pkg/mutt/trunk/Makefile csw/mgar/pkg/mutt/trunk/checksums Modified: csw/mgar/pkg/mutt/trunk/Makefile =================================================================== --- csw/mgar/pkg/mutt/trunk/Makefile 2017-05-31 08:28:40 UTC (rev 26214) +++ csw/mgar/pkg/mutt/trunk/Makefile 2017-05-31 10:56:26 UTC (rev 26215) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 1.8.2 +VERSION = 1.8.3 GARTYPE = v2 EXTRA_MODULATORS = SLANG Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2017-05-31 08:28:40 UTC (rev 26214) +++ csw/mgar/pkg/mutt/trunk/checksums 2017-05-31 10:56:26 UTC (rev 26215) @@ -1 +1 @@ -3353ac6295d7866e5bdfb679f93e3666 mutt-1.8.2.tar.gz +8d1ff7275a3b4fbb0023145abe309cc8 mutt-1.8.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 31 12:56:34 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 May 2017 10:56:34 +0000 Subject: SF.net SVN: gar:[26216] csw/mgar/pkg/sudo/trunk Message-ID: <1496228194.768537.9658@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26216 http://sourceforge.net/p/gar/code/26216 Author: dmichelsen Date: 2017-05-31 10:56:34 +0000 (Wed, 31 May 2017) Log Message: ----------- sudo/trunk: Update to 1.8.20p1 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2017-05-31 10:56:26 UTC (rev 26215) +++ csw/mgar/pkg/sudo/trunk/Makefile 2017-05-31 10:56:34 UTC (rev 26216) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.20 +VERSION = 1.8.20p1 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2017-05-31 10:56:26 UTC (rev 26215) +++ csw/mgar/pkg/sudo/trunk/checksums 2017-05-31 10:56:34 UTC (rev 26216) @@ -1 +1 @@ -a3a84b7ac38d74f29e9211bff2fa0aa5 sudo-1.8.20.tar.gz +ac4878e052837019473103c6deb35621 sudo-1.8.20p1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 31 15:03:00 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 May 2017 13:03:00 +0000 Subject: SF.net SVN: gar:[26217] csw/mgar/pkg/tomcat6/trunk Message-ID: <1496235780.824419.1918@sfp-scm-5.v30.ch3.sourceforge.com> Revision: 26217 http://sourceforge.net/p/gar/code/26217 Author: dmichelsen Date: 2017-05-31 13:03:00 +0000 (Wed, 31 May 2017) Log Message: ----------- tomcat6/trunk: Update to 6.0.53 and libtcnative 1.2.12 Modified Paths: -------------- csw/mgar/pkg/tomcat6/trunk/Makefile csw/mgar/pkg/tomcat6/trunk/checksums Modified: csw/mgar/pkg/tomcat6/trunk/Makefile =================================================================== --- csw/mgar/pkg/tomcat6/trunk/Makefile 2017-05-31 10:56:34 UTC (rev 26216) +++ csw/mgar/pkg/tomcat6/trunk/Makefile 2017-05-31 13:03:00 UTC (rev 26217) @@ -1,5 +1,6 @@ NAME = tomcat6 -VERSION = 6.0.43 +VERSION = 6.0.53 +TCNATIVE_VERSION = 1.2.12 GARTYPE = v2 DESCRIPTION = Apache Jakarta Tomcat 6 Servlet/JSP Container @@ -24,6 +25,7 @@ PACKAGES += CSWlibtcnative1-0 SPKG_DESC_CSWlibtcnative1-0 = Tomcat Native Java library +SPKG_VERSION_CSWlibtcnative1-0 = $(TCNATIVE_VERSION) PKGFILES_CSWlibtcnative1-0 += $(call pkgfiles_lib,libtcnative-1.so) RUNTIME_DEP_PKGS_CSWlibtcnative1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibtcnative1-0 += CSWlibssl1-0-0 @@ -30,6 +32,7 @@ PACKAGES += CSWlibtcnative-dev SPKG_DESC_CSWlibtcnative-dev = Development files for Tomcat Native Java library +SPKG_VERSION_CSWlibtcnative-dev = $(TCNATIVE_VERSION) # The .so *must* go into the library package as this name id dlopen'ed by java PKGFILES_DEVEL_SHAREDLIBLINK = CHECKPKG_OVERRIDES_CSWlibtcnative1-0 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libtcnative-1.so @@ -38,11 +41,11 @@ LICENSE = LICENSE -CONFIGURE_SCRIPTS = $(WORKSRC)/bin/tomcat-native-1.1.32-src/jni/native/configure -BUILD_SCRIPTS = $(WORKSRC)/bin/tomcat-native-1.1.32-src/jni/native/Makefile +CONFIGURE_SCRIPTS = $(WORKSRC)/bin/tomcat-native-$(TCNATIVE_VERSION)-src/native/configure +BUILD_SCRIPTS = $(WORKSRC)/bin/tomcat-native-$(TCNATIVE_VERSION)-src/native/Makefile TEST_SCRIPTS = INSTALL_SCRIPTS += tomcat -INSTALL_SCRIPTS += $(WORKSRC)/bin/tomcat-native-1.1.32-src/jni/native/Makefile +INSTALL_SCRIPTS += $(WORKSRC)/bin/tomcat-native-$(TCNATIVE_VERSION)-src/native/Makefile CONFIGURE_ARGS += $(DIRPATHS) CONFIGURE_ARGS += --with-apr=$(bindir)/apr-1-config @@ -89,7 +92,7 @@ mkdir -p $(DESTDIR)/opt/csw/share cp -fr $(WORKSRC) $(DESTDIR)/opt/csw/share/$(NAME) @# The native library stuff goes into another package - rm -rf $(DESTDIR)/opt/csw/share/$(NAME)/bin/tomcat-native-1.1.32-src + rm -rf $(DESTDIR)/opt/csw/share/$(NAME)/bin/tomcat-native-$(TCNATIVE_VERSION)-src cp -fr $(FILEDIR)/csw$(NAME) $(DESTDIR)/etc/opt/csw/init.d mv $(DESTDIR)/opt/csw/share/$(NAME)/conf $(DESTDIR)/etc/opt/csw/$(NAME)/conf mv $(DESTDIR)/opt/csw/share/$(NAME)/logs $(DESTDIR)/var/opt/csw/$(NAME) @@ -101,6 +104,6 @@ ln -s ../../../../var/opt/csw/$(NAME)/work $(DESTDIR)/opt/csw/share/$(NAME)/work ln -s ../../../../var/opt/csw/$(NAME)/temp $(DESTDIR)/opt/csw/share/$(NAME)/temp ginstall -m 644 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME) - cd $(WORKSRC)/bin/tomcat-native-1.1.32-src/jni/native && /usr/bin/env -i $(INSTALL_ENV) gmake $(INSTALL_ARGS) + cd $(WORKSRC)/bin/tomcat-native-$(TCNATIVE_VERSION)-src/native && /usr/bin/env -i $(INSTALL_ENV) gmake $(INSTALL_ARGS) @$(MAKECOOKIE) Modified: csw/mgar/pkg/tomcat6/trunk/checksums =================================================================== --- csw/mgar/pkg/tomcat6/trunk/checksums 2017-05-31 10:56:34 UTC (rev 26216) +++ csw/mgar/pkg/tomcat6/trunk/checksums 2017-05-31 13:03:00 UTC (rev 26217) @@ -1 +1 @@ -0abbb1852a608c8b4ccb7003c700337b apache-tomcat-6.0.43.tar.gz +b405f4d8aed2564e23a9d261de2f9ff4 apache-tomcat-6.0.53.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed May 31 15:09:06 2017 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 31 May 2017 13:09:06 +0000 Subject: SF.net SVN: gar:[26218] csw/mgar/pkg/gnutls3/trunk/Makefile Message-ID: <1496236146.368885.7259@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26218 http://sourceforge.net/p/gar/code/26218 Author: rmottola Date: 2017-05-31 13:09:05 +0000 (Wed, 31 May 2017) Log Message: ----------- generic GNU compiler Modified Paths: -------------- csw/mgar/pkg/gnutls3/trunk/Makefile Modified: csw/mgar/pkg/gnutls3/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnutls3/trunk/Makefile 2017-05-31 13:03:00 UTC (rev 26217) +++ csw/mgar/pkg/gnutls3/trunk/Makefile 2017-05-31 13:09:05 UTC (rev 26218) @@ -19,7 +19,7 @@ ##PATCHFILES += 0003-force-use-of-bash-shell-in-non-portable-test-scripts.patch # Sun Studio 12 bails out on .deinit_func -GARCOMPILER = GCC4 +GARCOMPILER = GNU VENDOR_URL = http://gnutls.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 31 15:52:00 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 May 2017 13:52:00 +0000 Subject: SF.net SVN: gar:[26219] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1496238720.314191.15515@sfp-scm-1.v30.ch3.sourceforge.com> Revision: 26219 http://sourceforge.net/p/gar/code/26219 Author: dmichelsen Date: 2017-05-31 13:51:59 +0000 (Wed, 31 May 2017) Log Message: ----------- openssl1/branches/lts102: Enable 64 bit for Solaris 11 Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 13:09:05 UTC (rev 26218) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 13:51:59 UTC (rev 26219) @@ -184,6 +184,8 @@ BUILD64-sparc-5.9 = 1 BUILD64-sparc-5.10 = 1 BUILD64-i386-5.10 = 1 +BUILD64-sparc-5.11 = 1 +BUILD64-i386-5.11 = 1 BUILD64 = $(BUILD64-$(GARCH)-$(GAROSREL)) ISA_DEFAULT_i386-5.9 = pentium_pro This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed May 31 16:38:50 2017 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 May 2017 14:38:50 +0000 Subject: SF.net SVN: gar:[26220] csw/mgar/pkg/openssl1/branches/lts102/Makefile Message-ID: <1496241530.310215.16993@sfp-scm-6.v30.ch3.sourceforge.com> Revision: 26220 http://sourceforge.net/p/gar/code/26220 Author: dmichelsen Date: 2017-05-31 14:38:49 +0000 (Wed, 31 May 2017) Log Message: ----------- openssl1/branches/lts102: Solaris 11 Developer package Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 13:51:59 UTC (rev 26219) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2017-05-31 14:38:49 UTC (rev 26220) @@ -33,6 +33,8 @@ GARCOMPILER_5.11 = SOS12U4 GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) +PKGFORMAT-5.11 = svr4 + PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Wed May 31 17:39:53 2017 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 31 May 2017 15:39:53 +0000 Subject: SF.net SVN: gar:[26221] csw/mgar/pkg/dovecot/trunk Message-ID: <1496245193.96056.19261@sfp-scm-3.v30.ch3.sourceforge.com> Revision: 26221 http://sourceforge.net/p/gar/code/26221 Author: jake_goerzen Date: 2017-05-31 15:39:52 +0000 (Wed, 31 May 2017) Log Message: ----------- dovecot: update to 2.2.30.1 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2017-05-31 14:38:49 UTC (rev 26220) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2017-05-31 15:39:52 UTC (rev 26221) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.30 +VERSION = 2.2.30.1 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2017-05-31 14:38:49 UTC (rev 26220) +++ csw/mgar/pkg/dovecot/trunk/checksums 2017-05-31 15:39:52 UTC (rev 26221) @@ -1 +1 @@ -56c715ed1df481b4888472f0d0cef291 dovecot-2.2.30.tar.gz +d5927c2a00440df40208b6bd415a92c1 dovecot-2.2.30.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.