From dmichelsen at users.sourceforge.net Tue Oct 2 15:00:32 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 02 Oct 2018 13:00:32 +0000 Subject: SF.net SVN: gar:[26471] csw/mgar/pkg/mtools/trunk Message-ID: <1538485232.317297.30082@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26471 http://sourceforge.net/p/gar/code/26471 Author: dmichelsen Date: 2018-10-02 13:00:26 +0000 (Tue, 02 Oct 2018) Log Message: ----------- mtools/trunk: Update to 4.0.19 Modified Paths: -------------- csw/mgar/pkg/mtools/trunk/Makefile csw/mgar/pkg/mtools/trunk/checksums Modified: csw/mgar/pkg/mtools/trunk/Makefile =================================================================== --- csw/mgar/pkg/mtools/trunk/Makefile 2018-09-26 06:13:01 UTC (rev 26470) +++ csw/mgar/pkg/mtools/trunk/Makefile 2018-10-02 13:00:26 UTC (rev 26471) @@ -1,5 +1,5 @@ NAME = mtools -VERSION = 4.0.18 +VERSION = 4.0.19 GARTYPE = v2 DESCRIPTION = Read/write/list/format DOS disks under Unix Modified: csw/mgar/pkg/mtools/trunk/checksums =================================================================== --- csw/mgar/pkg/mtools/trunk/checksums 2018-09-26 06:13:01 UTC (rev 26470) +++ csw/mgar/pkg/mtools/trunk/checksums 2018-10-02 13:00:26 UTC (rev 26471) @@ -1 +1 @@ -daf1bfdccf1ae95aaaa48083d3667136 mtools-4.0.18.tar.lz +19000d13d859f4a8d7381a90c34fb9a5 mtools-4.0.19.tar.lz 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 Oct 3 05:13:40 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 03 Oct 2018 03:13:40 +0000 Subject: SF.net SVN: gar:[26472] csw/mgar/pkg/dovecot/trunk Message-ID: <1538536421.201794.24313@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26472 http://sourceforge.net/p/gar/code/26472 Author: jake_goerzen Date: 2018-10-03 03:13:38 +0000 (Wed, 03 Oct 2018) Log Message: ----------- dovecot: update to 2.3.3 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 2018-10-02 13:00:26 UTC (rev 26471) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2018-10-03 03:13:38 UTC (rev 26472) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.3.2.1 +VERSION = 2.3.3 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2018-10-02 13:00:26 UTC (rev 26471) +++ csw/mgar/pkg/dovecot/trunk/checksums 2018-10-03 03:13:38 UTC (rev 26472) @@ -1 +1 @@ -77a7fa95b38bd6686e6191b2b3f2b87b dovecot-2.3.2.1.tar.gz +fd58476e01785f22d1b4ee56be0006f9 dovecot-2.3.3.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 Oct 3 05:18:55 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 03 Oct 2018 03:18:55 +0000 Subject: SF.net SVN: gar:[26473] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1538536735.502446.25605@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26473 http://sourceforge.net/p/gar/code/26473 Author: jake_goerzen Date: 2018-10-03 03:18:52 +0000 (Wed, 03 Oct 2018) Log Message: ----------- dovecot-sieve/trunk: update to 0.5.3 for dovecot version 2.3.3 Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-10-03 03:13:38 UTC (rev 26472) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-10-03 03:18:52 UTC (rev 26473) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.2 +VERSION = 0.5.3 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support @@ -26,13 +26,13 @@ UNAME := $(shell /usr/bin/uname -p) ifeq ($(UNAME), i386) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.2.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.2.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.3 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.3 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.2.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.2.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.3 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.3 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-10-03 03:13:38 UTC (rev 26472) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-10-03 03:18:52 UTC (rev 26473) @@ -1 +1 @@ -b07a890f61774663ea1c94afff9aa0ce dovecot-2.3-pigeonhole-0.5.2.tar.gz +842c842e8c87526ac74b42732004d464 dovecot-2.3-pigeonhole-0.5.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Oct 5 22:05:23 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 05 Oct 2018 20:05:23 +0000 Subject: SF.net SVN: gar:[26474] csw/mgar/pkg/clamav/trunk Message-ID: <1538769923.529232.25784@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26474 http://sourceforge.net/p/gar/code/26474 Author: bonivart Date: 2018-10-05 20:05:20 +0000 (Fri, 05 Oct 2018) Log Message: ----------- clamav/trunk: Update to 0.100.2 Modified Paths: -------------- csw/mgar/pkg/clamav/trunk/Makefile csw/mgar/pkg/clamav/trunk/checksums Modified: csw/mgar/pkg/clamav/trunk/Makefile =================================================================== --- csw/mgar/pkg/clamav/trunk/Makefile 2018-10-03 03:18:52 UTC (rev 26473) +++ csw/mgar/pkg/clamav/trunk/Makefile 2018-10-05 20:05:20 UTC (rev 26474) @@ -1,5 +1,5 @@ NAME = clamav -VERSION = 0.100.1 +VERSION = 0.100.2 GARTYPE = v2 DESCRIPTION = Clam AntiVirus Modified: csw/mgar/pkg/clamav/trunk/checksums =================================================================== --- csw/mgar/pkg/clamav/trunk/checksums 2018-10-03 03:18:52 UTC (rev 26473) +++ csw/mgar/pkg/clamav/trunk/checksums 2018-10-05 20:05:20 UTC (rev 26474) @@ -1 +1 @@ -0f653df0480eebcd828939e8db9f0443 clamav-0.100.1.tar.gz +253dd79dd57da759567e42543a569c5c clamav-0.100.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 Oct 9 21:44:08 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 09 Oct 2018 19:44:08 +0000 Subject: SF.net SVN: gar:[26475] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <1539114248.312040.6563@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26475 http://sourceforge.net/p/gar/code/26475 Author: rmottola Date: 2018-10-09 19:44:04 +0000 (Tue, 09 Oct 2018) Log Message: ----------- gs_projectcenter/trunk: update package at same release Modified Paths: -------------- csw/mgar/pkg/gs_projectcenter/trunk/Makefile Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2018-10-05 20:05:20 UTC (rev 26474) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2018-10-09 19:44:04 UTC (rev 26475) @@ -30,8 +30,64 @@ RUNTIME_DEP_PKGS_CSWprojectcenter_5.9 += CSWlibobjc3 RUNTIME_DEP_PKGS_CSWprojectcenter_5.10 += CSWlibobjc4 RUNTIME_DEP_PKGS_CSWprojectcenter += $(RUNTIME_DEP_PKGS_CSWprojectcenter_$(GAROSREL)) -CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWprojectcenter += surplus-dependency|CSWgnustep-make + +CHECKPKG_OVERRIDES_CSWprojectcenter += shared-library-missing-dot-so +CHECKPKG_OVERRIDES_CSWprojectcenter += binary-architecture-does-not-match-placement + +CHECKPKG_OVERRIDES_CSWprojectcenter += no-direct-binding + + +# sonames not found are standard for GNUstep +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/0.6.2/libProjectCenter.so.0.6.2 +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libProjectCenter.so.0|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Tool +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Tool +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/0.6.2/libProjectCenter.so.0.6.2 +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-gui.so.0.26|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC +CHECKPKG_OVERRIDES_CSWprojectcenter += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter + +# Framework Symlinks +CHECKPKG_OVERRIDES_CSWprojectcenter += file-needed-but-no-package-satisfies-it|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/Current/Headers|CSWprojectcenter|contains|symlink|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Headers|which|needs|the|target|file:|/opt/csw/GNUstep/Sys +CHECKPKG_OVERRIDES_CSWprojectcenter += file-needed-but-no-package-satisfies-it|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/Current/ProjectCenter|CSWprojectcenter|contains|symlink|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/ProjectCenter|which|needs|the|target|file:|/opt/csw +CHECKPKG_OVERRIDES_CSWprojectcenter += file-needed-but-no-package-satisfies-it|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/Current/Resources|CSWprojectcenter|contains|symlink|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Resources|which|needs|the|target|file:|/opt/csw/GNUstep +CHECKPKG_OVERRIDES_CSWprojectcenter += file-needed-but-no-package-satisfies-it|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/Current/libProjectCenter.so|CSWprojectcenter|contains|symlink|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/libProjectCenter.so|which|needs|the|target|fi +CHECKPKG_OVERRIDES_CSWprojectcenter += file-needed-but-no-package-satisfies-it|/opt/csw/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/Current/libProjectCenter.so|CSWprojectcenter|contains|symlink|/opt/csw/GNUstep/System/Library/Libraries/libProjectCenter.so|which|needs|the|target|file:|/opt/csw/GNUstep/Syst + + + +# I think these are bogus +CHECKPKG_OVERRIDES_CSWprojectcenter += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter_rpm.tiff +CHECKPKG_OVERRIDES_CSWprojectcenter += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter_dist.tiff + + #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 Tue Oct 16 18:27:12 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 16 Oct 2018 16:27:12 +0000 Subject: SF.net SVN: gar:[26476] csw/mgar/pkg/gs_WebServices/trunk/Makefile Message-ID: <1539707232.577471.26181@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26476 http://sourceforge.net/p/gar/code/26476 Author: rmottola Date: 2018-10-16 16:27:02 +0000 (Tue, 16 Oct 2018) Log Message: ----------- gs_WebServices/trunk: fix running configure script Modified Paths: -------------- csw/mgar/pkg/gs_WebServices/trunk/Makefile Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-09 19:44:04 UTC (rev 26475) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-16 16:27:02 UTC (rev 26476) @@ -44,7 +44,6 @@ # 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 @@ -62,16 +61,14 @@ configure-sourcegs: - . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(CONFIGURE_ENV) && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS) CPPFLAGS="$(CPPFLAGS)" + $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS) @$(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) + $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) messages=yes @$(MAKECOOKIE) install-sourcegs: - $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR) + $(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 rmottola at users.sourceforge.net Wed Oct 17 13:01:31 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 17 Oct 2018 11:01:31 +0000 Subject: SF.net SVN: gar:[26477] csw/mgar/pkg/gs_WebServices/trunk/Makefile Message-ID: <1539774092.184999.22340@sfp-scm-4.v30.lw.sourceforge.com> Revision: 26477 http://sourceforge.net/p/gar/code/26477 Author: rmottola Date: 2018-10-17 11:01:27 +0000 (Wed, 17 Oct 2018) Log Message: ----------- gs_WebServices/trunk: add another surplus Modified Paths: -------------- csw/mgar/pkg/gs_WebServices/trunk/Makefile Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-16 16:27:02 UTC (rev 26476) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-17 11:01:27 UTC (rev 26477) @@ -34,6 +34,8 @@ #overrides CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-make CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWgnustep-webservices += surplus-dependency|CSWperformance + 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 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 Oct 17 17:55:40 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 17 Oct 2018 15:55:40 +0000 Subject: SF.net SVN: gar:[26478] csw/mgar/pkg/gs_WebServices/trunk/Makefile Message-ID: <1539791741.87617.29319@sfp-scm-4.v30.lw.sourceforge.com> Revision: 26478 http://sourceforge.net/p/gar/code/26478 Author: rmottola Date: 2018-10-17 15:55:38 +0000 (Wed, 17 Oct 2018) Log Message: ----------- gs_WebServices/trunk: disable solaris9 due to lack of current gnutls Modified Paths: -------------- csw/mgar/pkg/gs_WebServices/trunk/Makefile Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-17 11:01:27 UTC (rev 26477) +++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-17 15:55:38 UTC (rev 26478) @@ -16,8 +16,11 @@ DISTFILES = $(DISTNAME).tar.gz #where can we build? -PACKAGING_PLATFORMS += solaris9-i386 -PACKAGING_PLATFORMS += solaris9-sparc + +#Solaris9 disabled until we get a newer GNUTLS! +#PACKAGING_PLATFORMS += solaris9-i386 +#PACKAGING_PLATFORMS += solaris9-sparc + PACKAGING_PLATFORMS += solaris10-i386 PACKAGING_PLATFORMS += solaris10-sparc 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 Fri Oct 19 17:10:31 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 19 Oct 2018 15:10:31 +0000 Subject: SF.net SVN: gar:[26479] csw/mgar/pkg/freeciv/trunk Message-ID: <1539961831.928500.494@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26479 http://sourceforge.net/p/gar/code/26479 Author: jake_goerzen Date: 2018-10-19 15:10:29 +0000 (Fri, 19 Oct 2018) Log Message: ----------- freeciv/trunk: update to 2.5.11 Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile csw/mgar/pkg/freeciv/trunk/checksums Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2018-10-17 15:55:38 UTC (rev 26478) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2018-10-19 15:10:29 UTC (rev 26479) @@ -1,5 +1,5 @@ NAME = freeciv -VERSION = 2.5.10 +VERSION = 2.5.11 GARTYPE = v2 DESCRIPTION = Free turn-based multiplayer strategy game @@ -22,7 +22,7 @@ RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibintl9 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgobject2-0-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl1-2-0 -RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibreadline7 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgdk-pixbuf2-0-0 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgtk-x11-2-0-0 Modified: csw/mgar/pkg/freeciv/trunk/checksums =================================================================== --- csw/mgar/pkg/freeciv/trunk/checksums 2018-10-17 15:55:38 UTC (rev 26478) +++ csw/mgar/pkg/freeciv/trunk/checksums 2018-10-19 15:10:29 UTC (rev 26479) @@ -1 +1 @@ -b0b0e95f9d04816ade2ecbccd408a4f3 freeciv-2.5.10.tar.bz2 +3998a93932bef893f8c33698bbf7ce98 freeciv-2.5.11.tar.bz2 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 Fri Oct 19 23:19:48 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 19 Oct 2018 21:19:48 +0000 Subject: SF.net SVN: gar:[26480] csw/mgar/pkg/freeciv/trunk Message-ID: <1539983989.252752.11109@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26480 http://sourceforge.net/p/gar/code/26480 Author: jake_goerzen Date: 2018-10-19 21:19:44 +0000 (Fri, 19 Oct 2018) Log Message: ----------- freeciv/trunk: update to 2.6.0 Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile csw/mgar/pkg/freeciv/trunk/checksums Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2018-10-19 15:10:29 UTC (rev 26479) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2018-10-19 21:19:44 UTC (rev 26480) @@ -1,5 +1,5 @@ NAME = freeciv -VERSION = 2.5.11 +VERSION = 2.6.0 GARTYPE = v2 DESCRIPTION = Free turn-based multiplayer strategy game Modified: csw/mgar/pkg/freeciv/trunk/checksums =================================================================== --- csw/mgar/pkg/freeciv/trunk/checksums 2018-10-19 15:10:29 UTC (rev 26479) +++ csw/mgar/pkg/freeciv/trunk/checksums 2018-10-19 21:19:44 UTC (rev 26480) @@ -1 +1 @@ -3998a93932bef893f8c33698bbf7ce98 freeciv-2.5.11.tar.bz2 +403941dc4eca22b5b76bc9e7587a1134 freeciv-2.6.0.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Oct 20 11:11:44 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 20 Oct 2018 09:11:44 +0000 Subject: SF.net SVN: gar:[26481] csw/mgar/pkg/bind/trunk Message-ID: <1540026704.502686.19804@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26481 http://sourceforge.net/p/gar/code/26481 Author: bonivart Date: 2018-10-20 09:11:41 +0000 (Sat, 20 Oct 2018) Log Message: ----------- bind/trunk: Update to 9.12.3 Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2018-10-19 21:19:44 UTC (rev 26480) +++ csw/mgar/pkg/bind/trunk/Makefile 2018-10-20 09:11:41 UTC (rev 26481) @@ -4,7 +4,7 @@ # rm -rf work/solaris10-i386/build-isa-pentium_pro/bind-9.11.0/bin/tests/system/dyndb/driver NAME = bind -VERSION = 9.12.2 +VERSION = 9.12.3 GARTYPE = v2 # Enable these for beta releases @@ -15,11 +15,11 @@ #WORKSRC = $(WORKDIR)/$(DISTNAME) # Enable these for Px-releases -RELEASE = P2 -DISTVERSION = $(VERSION)-$(RELEASE) -SPKG_VERSION = $(VERSION)$(RELEASE) -DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) -WORKSRC = $(WORKDIR)/$(DISTNAME) +#RELEASE = P2 +#DISTVERSION = $(VERSION)-$(RELEASE) +#SPKG_VERSION = $(VERSION)$(RELEASE) +#DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) +#WORKSRC = $(WORKDIR)/$(DISTNAME) DESCRIPTION = ISC BIND DNS reference implementation define BLURB @@ -30,12 +30,12 @@ #DISTFILES = $(DISTNAME).tar.gz # Enable these for Px-releases -MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ -DISTFILES = $(DISTNAME).tar.gz +#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ +#DISTFILES = $(DISTNAME).tar.gz # Disable these for Px-releases -#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ -#DISTFILES = $(NAME)-$(VERSION).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ +DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += CSWbindchroot.postinstall @@ -125,13 +125,13 @@ CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot # Will not split out all these libs -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.7|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.2|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1200.3.3|soname=libisc.so.1200|pkgname=CSWlibbind|expected=CSWlibisc1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1200.0.1|soname=libisccc.so.1200|pkgname=CSWlibbind|expected=CSWlibisccc1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1200.2.1|soname=libisccfg.so.1200|pkgname=CSWlibbind|expected=CSWlibisccfg1200 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1203.1.0|soname=libns.so.1203|pkgname=CSWlibbind|expected=CSWlibns1203 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1205.1.2|soname=libdns.so.1205|pkgname=CSWlibbind|expected=CSWlibdns1205 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1201.0.0|soname=libbind9.so.1201|pkgname=CSWlibbind|expected=CSWlibbind9-1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1207.0.0|soname=libdns.so.1207|pkgname=CSWlibbind|expected=CSWlibdns1207 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1201.0.0|soname=libirs.so.1201|pkgname=CSWlibbind|expected=CSWlibirs1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1204.0.0|soname=libisc.so.1204|pkgname=CSWlibbind|expected=CSWlibisc1204 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1201.0.0|soname=libisccc.so.1201|pkgname=CSWlibbind|expected=CSWlibisccc1201 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1203.0.0|soname=libisccfg.so.1203|pkgname=CSWlibbind|expected=CSWlibisccfg1203 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1205.0.0|soname=libns.so.1205|pkgname=CSWlibbind|expected=CSWlibns1205 # Some new checks, have no idea about their relevance CHECKPKG_OVERRIDES_CSWlibbind += no-direct-binding Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2018-10-19 21:19:44 UTC (rev 26480) +++ csw/mgar/pkg/bind/trunk/checksums 2018-10-20 09:11:41 UTC (rev 26481) @@ -1 +1 @@ -022fd0b03f34b359e9b79c67b1a887a8 bind-9.12.2-P2.tar.gz +f8117bf828c56159bc2cdb7d5da55133 bind-9.12.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Oct 20 15:33:25 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 20 Oct 2018 13:33:25 +0000 Subject: SF.net SVN: gar:[26482] csw/mgar/pkg/bind/trunk/files/ CSWbindchroot.postinstall Message-ID: <1540042405.936949.5739@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26482 http://sourceforge.net/p/gar/code/26482 Author: bonivart Date: 2018-10-20 13:33:23 +0000 (Sat, 20 Oct 2018) Log Message: ----------- bind/trunk: Fix chroot script Modified Paths: -------------- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall Modified: csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall =================================================================== --- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-10-20 09:11:41 UTC (rev 26481) +++ csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-10-20 13:33:23 UTC (rev 26482) @@ -32,7 +32,7 @@ # Copy libbind9 mkdir -p $ROOTDIR/opt/csw/lib -cp -p /opt/csw/lib/libbind9.so.1200 $ROOTDIR/opt/csw/lib/ +cp -p /opt/csw/lib/libbind9.so.1201 $ROOTDIR/opt/csw/lib/ # change owner on all files/dirs under /var/opt/csw/named/chroot chown -R named:named $ROOTDIR 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 Oct 24 09:09:32 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 24 Oct 2018 07:09:32 +0000 Subject: SF.net SVN: gar:[26483] csw/mgar/pkg/apache24/trunk Message-ID: <1540364973.75453.21277@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26483 http://sourceforge.net/p/gar/code/26483 Author: dmichelsen Date: 2018-10-24 07:09:29 +0000 (Wed, 24 Oct 2018) Log Message: ----------- apache24/trunk: Update to 2.4.37 Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile csw/mgar/pkg/apache24/trunk/checksums Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2018-10-20 13:33:23 UTC (rev 26482) +++ csw/mgar/pkg/apache24/trunk/Makefile 2018-10-24 07:09:29 UTC (rev 26483) @@ -1,7 +1,7 @@ # $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $ NAME = httpd -VERSION = 2.4.35 +VERSION = 2.4.37 GARTYPE = v2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/apache24/trunk/checksums =================================================================== --- csw/mgar/pkg/apache24/trunk/checksums 2018-10-20 13:33:23 UTC (rev 26482) +++ csw/mgar/pkg/apache24/trunk/checksums 2018-10-24 07:09:29 UTC (rev 26483) @@ -1 +1 @@ -92ddccfbd43b533578499d1faaad17fe httpd-2.4.35.tar.gz +9ca56d8636944a4989de5af608714086 httpd-2.4.37.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.