From dmichelsen at users.sourceforge.net Sat Jan 2 14:48:35 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 2 Jan 2016 13:48:35 +0000 Subject: SF.net SVN: gar:[25513] csw/mgar/pkg/squid/trunk/files Message-ID: <3pXl1b1Vcwz1NF@mail.opencsw.org> Revision: 25513 http://sourceforge.net/p/gar/code/25513 Author: dmichelsen Date: 2016-01-02 13:48:35 +0000 (Sat, 02 Jan 2016) Log Message: ----------- squid/trunk: Get rid of -D as startup flag Modified Paths: -------------- csw/mgar/pkg/squid/trunk/files/cswsquid.xml csw/mgar/pkg/squid/trunk/files/cswsquid3 Modified: csw/mgar/pkg/squid/trunk/files/cswsquid.xml =================================================================== (Binary files differ) Modified: csw/mgar/pkg/squid/trunk/files/cswsquid3 =================================================================== --- csw/mgar/pkg/squid/trunk/files/cswsquid3 2015-12-29 15:11:18 UTC (rev 25512) +++ csw/mgar/pkg/squid/trunk/files/cswsquid3 2016-01-02 13:48:35 UTC (rev 25513) @@ -21,7 +21,7 @@ exit 0 else echo 'starting squid server.' - ${SQUID_DAEMON} -D & + ${SQUID_DAEMON} & exit 0 fi else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Jan 2 14:49:25 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 2 Jan 2016 13:49:25 +0000 Subject: SF.net SVN: gar:[25514] csw/mgar/pkg/squid/branches/squid-4.x/files/ cswsquid3 Message-ID: <3pXl2Q3vG0z1Qd@mail.opencsw.org> Revision: 25514 http://sourceforge.net/p/gar/code/25514 Author: dmichelsen Date: 2016-01-02 13:49:25 +0000 (Sat, 02 Jan 2016) Log Message: ----------- squid/branches/squid-4.x: Get rid of -D as startup flag Modified Paths: -------------- csw/mgar/pkg/squid/branches/squid-4.x/files/cswsquid3 Modified: csw/mgar/pkg/squid/branches/squid-4.x/files/cswsquid3 =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/files/cswsquid3 2016-01-02 13:48:35 UTC (rev 25513) +++ csw/mgar/pkg/squid/branches/squid-4.x/files/cswsquid3 2016-01-02 13:49:25 UTC (rev 25514) @@ -21,7 +21,7 @@ exit 0 else echo 'starting squid server.' - ${SQUID_DAEMON} -D & + ${SQUID_DAEMON} & exit 0 fi else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jan 2 19:42:32 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 2 Jan 2016 18:42:32 +0000 Subject: SF.net SVN: gar:[25515] csw/mgar/pkg/mercurial/trunk Message-ID: <3pXsXg2fYJz4j@mail.opencsw.org> Revision: 25515 http://sourceforge.net/p/gar/code/25515 Author: rthurner Date: 2016-01-02 18:42:32 +0000 (Sat, 02 Jan 2016) Log Message: ----------- mercurial/trunk: mercurial upgrade to hg-3.6.3 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2016-01-02 13:49:25 UTC (rev 25514) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2016-01-02 18:42:32 UTC (rev 25515) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 3.6.2 +VERSION = 3.6.3 CATEGORIES = python GARTYPE = v2 @@ -22,9 +22,9 @@ #TEST_SCRIPTS = $(WORKSRC)/tests/run_tests.py #TEST_TARGET = -RUNTIME_DEP_PKGS_CSWmercurial += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-6-1-0 -RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-7-1-0 +#RUNTIME_DEP_PKGS_CSWmercurial += CSWlibgcc-s1 +#RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-6-1-0 +#RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-7-1-0 CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_ Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2016-01-02 13:49:25 UTC (rev 25514) +++ csw/mgar/pkg/mercurial/trunk/checksums 2016-01-02 18:42:32 UTC (rev 25515) @@ -1 +1 @@ -f1155a562652004f569e5564d3c82661 mercurial-3.6.2.tar.gz +25b6065487842a7851ba8cfcaa704b1f mercurial-3.6.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 Mon Jan 4 15:04:53 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 4 Jan 2016 14:04:53 +0000 Subject: SF.net SVN: gar:[25516] csw/mgar/gar/v2/lib/python/package_checks.py Message-ID: <3pYzHZ25PfzlH@mail.opencsw.org> Revision: 25516 http://sourceforge.net/p/gar/code/25516 Author: dmichelsen Date: 2016-01-04 14:04:52 +0000 (Mon, 04 Jan 2016) Log Message: ----------- mGAR v2: Do not bail out on unknown ISA in files Modified Paths: -------------- csw/mgar/gar/v2/lib/python/package_checks.py Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2016-01-02 18:42:32 UTC (rev 25515) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2016-01-04 14:04:52 UTC (rev 25516) @@ -950,14 +950,22 @@ for file_metadata in files_metadata: file_metadata = representations.FileMetadata._make(file_metadata) if su.IsBinary(file_metadata._asdict()): - machine = MACHINE_ID_METADATA[file_metadata.machine_id] - if machine["type"] != pkginfo_arch: + if file_metadata.machine_id in MACHINE_ID_METADATA: + machine = MACHINE_ID_METADATA[file_metadata.machine_id] + if machine["type"] != pkginfo_arch: + error_mgr.ReportError( + "binary-wrong-architecture", + "file=%s pkginfo-says=%s actual-binary=%s" % ( + file_metadata.path, + pkginfo_arch, + machine["type"])) + else: error_mgr.ReportError( "binary-wrong-architecture", "file=%s pkginfo-says=%s actual-binary=%s" % ( file_metadata.path, pkginfo_arch, - machine["type"])) + file_metadata.machine_id)) def CheckSharedLibraryNamingPolicy(pkg_data, error_mgr, logger, messenger): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jan 5 15:05:31 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 5 Jan 2016 14:05:31 +0000 Subject: SF.net SVN: gar:[25517] csw/mgar/pkg/logstash/trunk Message-ID: <3pZbFm1PpHz17v@mail.opencsw.org> Revision: 25517 http://sourceforge.net/p/gar/code/25517 Author: dmichelsen Date: 2016-01-05 14:05:31 +0000 (Tue, 05 Jan 2016) Log Message: ----------- logstash/trunk: Update to 2.1.1 Modified Paths: -------------- csw/mgar/pkg/logstash/trunk/Makefile csw/mgar/pkg/logstash/trunk/checksums Modified: csw/mgar/pkg/logstash/trunk/Makefile =================================================================== --- csw/mgar/pkg/logstash/trunk/Makefile 2016-01-04 14:04:52 UTC (rev 25516) +++ csw/mgar/pkg/logstash/trunk/Makefile 2016-01-05 14:05:31 UTC (rev 25517) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = logstash -VERSION = 2.0.0 +VERSION = 2.1.1 GARTYPE = v2 DESCRIPTION = A tool for managing events and logs Modified: csw/mgar/pkg/logstash/trunk/checksums =================================================================== --- csw/mgar/pkg/logstash/trunk/checksums 2016-01-04 14:04:52 UTC (rev 25516) +++ csw/mgar/pkg/logstash/trunk/checksums 2016-01-05 14:05:31 UTC (rev 25517) @@ -1 +1 @@ -4fb2576bae64be73ad9c9285e87c582b logstash-2.0.0.tar.gz +15dd1e90653760517ca4175355160fd5 logstash-2.1.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Tue Jan 5 17:07:34 2016 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Tue, 5 Jan 2016 16:07:34 +0000 Subject: SF.net SVN: gar:[25518] csw/mgar/pkg/php5/branches/php-5.6.x Message-ID: <3pZdyV1FvBz1DG@mail.opencsw.org> Revision: 25518 http://sourceforge.net/p/gar/code/25518 Author: cgrzemba Date: 2016-01-05 16:07:34 +0000 (Tue, 05 Jan 2016) Log Message: ----------- php5/branches/php-5.6.x: update version 5.6.16, set BUNDLE=php5 Modified Paths: -------------- csw/mgar/pkg/php5/branches/php-5.6.x/Makefile csw/mgar/pkg/php5/branches/php-5.6.x/checksums Modified: csw/mgar/pkg/php5/branches/php-5.6.x/Makefile =================================================================== --- csw/mgar/pkg/php5/branches/php-5.6.x/Makefile 2016-01-05 14:05:31 UTC (rev 25517) +++ csw/mgar/pkg/php5/branches/php-5.6.x/Makefile 2016-01-05 16:07:34 UTC (rev 25518) @@ -1,7 +1,9 @@ NAME = php -VERSION = 5.6.15 +VERSION = 5.6.16 GARTYPE = v2 +BUNDLE = php5 + DESCRIPTION = A high-level scripting language. define BLURB PHP is a widely-used Open Source general-purpose scripting language that is @@ -108,9 +110,9 @@ CATALOGNAME_CSWphp5 = php5 SPKG_DESC_CSWphp5 = A High-Level Scripting Language RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2-2 CSWlibexpat1 CSWlibz1 -RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicui18n55 -RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuuc55 -RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuio55 +RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicui18n56 +RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuuc56 +RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuio56 INCOMPATIBLE_PKGS_CSWphp5 = CSWphp5mimemagic CSWphp5mhash CSWphp5dbase INCOMPATIBLE_PKGS_CSWphp5 += CSWphp5ncurses CSWmodphp5 # embeded 'magic' information to detect file types...odd, but... @@ -165,9 +167,9 @@ RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibexpat1 RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibz1 -RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicui18n55 -RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicuuc55 -RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicuio55 +RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicui18n56 +RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicuuc56 +RUNTIME_DEP_PKGS_CSWap24-modphp5 += CSWlibicuio56 PKGFILES_CSWap24-modphp5 += $(libdir)/apache2/modules.* PKGFILES_CSWap24-modphp5 += $(sysconfdir_ap24).* CHECKPKG_OVERRIDES_CSWap24-modphp5 += surplus-dependency|CSWapache24 @@ -180,9 +182,9 @@ RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWphp5 RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicui18n55 -RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicuio55 -RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicuuc55 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicui18n56 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicuio56 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicuuc56 RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibz1 PKGFILES_CSWap2-modphp5 += $(prefix)/apache2.* CHECKPKG_OVERRIDES_CSWap2-modphp5 += surplus-dependency|CSWphp5 Modified: csw/mgar/pkg/php5/branches/php-5.6.x/checksums =================================================================== --- csw/mgar/pkg/php5/branches/php-5.6.x/checksums 2016-01-05 14:05:31 UTC (rev 25517) +++ csw/mgar/pkg/php5/branches/php-5.6.x/checksums 2016-01-05 16:07:34 UTC (rev 25518) @@ -1 +1 @@ -c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz +3f1d999ed1f9cb5713c9a0161c557f2f php-5.6.16.tar.xz 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 Jan 5 17:47:48 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 5 Jan 2016 16:47:48 +0000 Subject: SF.net SVN: gar:[25519] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <3pZfrt3Mmpz1Hg@mail.opencsw.org> Revision: 25519 http://sourceforge.net/p/gar/code/25519 Author: rmottola Date: 2016-01-05 16:47:48 +0000 (Tue, 05 Jan 2016) Log Message: ----------- gnustep-base/trunk: new gcc5 dependency Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2016-01-05 16:07:34 UTC (rev 25518) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2016-01-05 16:47:48 UTC (rev 25519) @@ -14,7 +14,6 @@ DISTFILES += $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc BUILD_DEP_PKGS += CSWgnustep-make BUILD_DEP_PKGS += CSWlibffi-dev BUILD_DEP_PKGS += CSWlibicu-dev @@ -22,7 +21,15 @@ BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibxslt-dev BUILD_DEP_PKGS += CSWlibiconv-dev +#solaris 9 +BUILD_DEP_PKGS_5.9 += CSWgcc4objc + #solaris 10 +BUILD_DEP_PKGS_5.10 += CSWgcc5objc + +BUILD_DEP_PKGS_CSW += $(BUILD_DEP_PKGS_CSW_$(GAROSREL)) + +#solaris 10 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibz1 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxslt1 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 Jan 7 20:39:54 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 7 Jan 2016 19:39:54 +0000 Subject: SF.net SVN: gar:[25520] csw/mgar/pkg/gnustep-gui/trunk Message-ID: <3pbyb12XDBz1Wg@mail.opencsw.org> Revision: 25520 http://sourceforge.net/p/gar/code/25520 Author: rmottola Date: 2016-01-07 19:39:54 +0000 (Thu, 07 Jan 2016) Log Message: ----------- gnustep-gui/trunk: update version and dependencies Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile csw/mgar/pkg/gnustep-gui/trunk/checksums Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-05 16:47:48 UTC (rev 25519) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-07 19:39:54 UTC (rev 25520) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gnustep-gui -VERSION = 0.24.0 +VERSION = 0.24.1 GARTYPE = v2 DESCRIPTION = GNUstep-core gui @@ -14,13 +14,12 @@ DISTFILES = $(DISTNAME).tar.gz BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc BUILD_DEP_PKGS += CSWgnustep-make BUILD_DEP_PKGS += CSWlibpng-dev BUILD_DEP_PKGS += CSWlibtiff-dev BUILD_DEP_PKGS += CSWlibjpeg-dev BUILD_DEP_PKGS += CSWlibgif-dev -BUILD_DEP_PKGS += libgnutls_dev +BUILD_DEP_PKGS += CSWlibgnutls-dev BUILD_DEP_PKGS += CSWlibicu-dev BUILD_DEP_PKGS += CSWlibsndfile-dev BUILD_DEP_PKGS += CSWlibao-dev @@ -29,15 +28,12 @@ BUILD_DEP_PKGS += CSWlibaspell-dev RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibtiff5 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibpng15-15 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgif4 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgnutls28 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibobjc4 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibicui18n54 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibsndfile1 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibz1 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibintl8 @@ -52,6 +48,26 @@ RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibaspell15 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcrypt20 +#solaris 10 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgnutls28 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicuuc56 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicudata56 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicui18n56 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4 + + +#solaris 9 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgnutls26 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgcrypt11 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicuuc49 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicudata49 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicui18n49 + +RUNTIME_DEP_PKGS_CSWgnustep-gui += $(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL)) + + + #this is by design CHECKPKG_OVERRIDES_CSWgnustep-gui += surplus-dependency|CSWgnustep-make @@ -66,141 +82,20 @@ CHECKPKG_OVERRIDES_CSWgnustep-gui += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker #these come from our bundles -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gclose -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/gcloseall -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gcloseall -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/make_services -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/set_show_service -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/gopen -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/set_show_service -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gopen -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker -CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0 +CHECKPKG_OVERRIDES_CSWgnustep-gui += soname-not-found #we don't bind directly right now and thus shut-up the warnings. GNUstep.sh takes care of this at runtime -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libao.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libcups.so.2 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|is|not|directly|bound|to|soname|libsndfile.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libgif.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libicuuc.so.54 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libjpeg.so.7 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libpng15.so.15 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|is|not|directly|bound|to|soname|libtiff.so.5 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libaspell.so.15 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gclose|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gclose|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gcloseall|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/gopen|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/make_services|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding|/opt/csw/GNUstep/System/Tools/set_show_service|is|not|directly|bound|to|soname|libobjc.so.4 +CHECKPKG_OVERRIDES_CSWgnustep-gui += no-direct-binding #we don't care about placement -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/set_show_service|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gclose|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gopen|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gcloseall|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/make_services|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/TextConverters/RTFConverter.bundle/RTFConverter|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgmodel.bundle/libgmodel|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/AudioOutput.nssound/AudioOutput|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/Sndfile.nssound/Sndfile|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSLPR.bundle/GSLPR|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/GSPrinting/GSCUPS.bundle/GSCUPS|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.24.0|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/WheelPicker.bundle/WheelPicker|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/NamedPicker.bundle/NamedPicker|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/ColorPickers/StandardPicker.bundle/StandardPicker|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Services/GSspell.service/GSspell|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/set_show_service|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gopen|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gclose|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/make_services|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-gui += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gcloseall|arch_id=3|arch_name=i386 - - - #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 @@ -222,7 +117,7 @@ include gar/category.mk configure-sourcegs: - $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS) + $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; ./configure $(CONFIGURE_ARGS) @$(MAKECOOKIE) build-sourcegs: Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/checksums 2016-01-05 16:47:48 UTC (rev 25519) +++ csw/mgar/pkg/gnustep-gui/trunk/checksums 2016-01-07 19:39:54 UTC (rev 25520) @@ -1 +1 @@ -bd289f0c7b2626d093ad92364069b9a7 gnustep-gui-0.24.0.tar.gz +0ff1d513ba4159ba39f16229a9a87eaa gnustep-gui-0.24.1.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 Jan 8 12:03:01 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Fri, 8 Jan 2016 11:03:01 +0000 Subject: SF.net SVN: gar:[25521] csw/mgar/pkg/aspell/trunk/Makefile Message-ID: <3pcM3g2F7hzKR@mail.opencsw.org> Revision: 25521 http://sourceforge.net/p/gar/code/25521 Author: rmottola Date: 2016-01-08 11:03:01 +0000 (Fri, 08 Jan 2016) Log Message: ----------- aspell/trunk: define platforms better Modified Paths: -------------- csw/mgar/pkg/aspell/trunk/Makefile Modified: csw/mgar/pkg/aspell/trunk/Makefile =================================================================== --- csw/mgar/pkg/aspell/trunk/Makefile 2016-01-07 19:39:54 UTC (rev 25520) +++ csw/mgar/pkg/aspell/trunk/Makefile 2016-01-08 11:03:01 UTC (rev 25521) @@ -58,8 +58,6 @@ DOCFILES = TODO ABOUT-NLS README -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - EXTRA_LINKER_FLAGS = -lm -norunpath CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jan 11 12:52:15 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 11 Jan 2016 11:52:15 +0000 Subject: SF.net SVN: gar:[25522] csw/mgar/pkg/squid/trunk Message-ID: <3pfD1D1nHxz1L@mail.opencsw.org> Revision: 25522 http://sourceforge.net/p/gar/code/25522 Author: dmichelsen Date: 2016-01-11 11:52:15 +0000 (Mon, 11 Jan 2016) Log Message: ----------- squid/trunk: Update to 3.5.13 Modified Paths: -------------- csw/mgar/pkg/squid/trunk/Makefile csw/mgar/pkg/squid/trunk/checksums Modified: csw/mgar/pkg/squid/trunk/Makefile =================================================================== --- csw/mgar/pkg/squid/trunk/Makefile 2016-01-08 11:03:01 UTC (rev 25521) +++ csw/mgar/pkg/squid/trunk/Makefile 2016-01-11 11:52:15 UTC (rev 25522) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 3.5.12 +VERSION = 3.5.13 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache Modified: csw/mgar/pkg/squid/trunk/checksums =================================================================== --- csw/mgar/pkg/squid/trunk/checksums 2016-01-08 11:03:01 UTC (rev 25521) +++ csw/mgar/pkg/squid/trunk/checksums 2016-01-11 11:52:15 UTC (rev 25522) @@ -1 +1 @@ -2065f4394957a808137ca63d9a3372a6 squid-3.5.12.tar.bz2 +3fccd1c072433bb896374a832f608b7d squid-3.5.13.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Mon Jan 11 13:10:47 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Mon, 11 Jan 2016 12:10:47 +0000 Subject: SF.net SVN: gar:[25523] csw/mgar/pkg/samba/branches/samba4 Message-ID: <3pfDQY3DVXz4H@mail.opencsw.org> Revision: 25523 http://sourceforge.net/p/gar/code/25523 Author: janholzh Date: 2016-01-11 12:10:46 +0000 (Mon, 11 Jan 2016) Log Message: ----------- samba/branches/samba4: update to 4.3.3 Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba4/Makefile csw/mgar/pkg/samba/branches/samba4/checksums Modified: csw/mgar/pkg/samba/branches/samba4/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-11 11:52:15 UTC (rev 25522) +++ csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-11 12:10:46 UTC (rev 25523) @@ -1,5 +1,5 @@ NAME = samba -VERSION = 4.3.2 +VERSION = 4.3.3 GARTYPE = v2 DESCRIPTION = Tools to access a servers filespace and printers via SMB (server) Modified: csw/mgar/pkg/samba/branches/samba4/checksums =================================================================== --- csw/mgar/pkg/samba/branches/samba4/checksums 2016-01-11 11:52:15 UTC (rev 25522) +++ csw/mgar/pkg/samba/branches/samba4/checksums 2016-01-11 12:10:46 UTC (rev 25523) @@ -1 +1 @@ -61188e76b272c1b1b3730bf1933a791f samba-4.3.2.tar.gz +d7e2bef4deb00178eb310d7b0da3ef8e samba-4.3.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 Mon Jan 11 13:34:02 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 11 Jan 2016 12:34:02 +0000 Subject: SF.net SVN: gar:[25524] csw/mgar/pkg/squid/branches/squid-4.x Message-ID: <3pfDxH6kx4z77@mail.opencsw.org> Revision: 25524 http://sourceforge.net/p/gar/code/25524 Author: dmichelsen Date: 2016-01-11 12:34:02 +0000 (Mon, 11 Jan 2016) Log Message: ----------- squid/branches/squid-4.x: Update to 4.0.4 Modified Paths: -------------- csw/mgar/pkg/squid/branches/squid-4.x/Makefile csw/mgar/pkg/squid/branches/squid-4.x/checksums Modified: csw/mgar/pkg/squid/branches/squid-4.x/Makefile =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2016-01-11 12:10:46 UTC (rev 25523) +++ csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2016-01-11 12:34:02 UTC (rev 25524) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 4.0.3 +VERSION = 4.0.4 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache Modified: csw/mgar/pkg/squid/branches/squid-4.x/checksums =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/checksums 2016-01-11 12:10:46 UTC (rev 25523) +++ csw/mgar/pkg/squid/branches/squid-4.x/checksums 2016-01-11 12:34:02 UTC (rev 25524) @@ -1 +1 @@ -1b2c7e775d494993ea260ba959515162 squid-4.0.3.tar.xz +5e9e247394fc9332d53bf3e1b23dcd63 squid-4.0.4.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Tue Jan 19 09:39:32 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Tue, 19 Jan 2016 08:39:32 +0000 Subject: SF.net SVN: gar:[25525] csw/mgar/pkg/samba/branches/samba4 Message-ID: <3pl3M91wkPz1TQ@mail.opencsw.org> Revision: 25525 http://sourceforge.net/p/gar/code/25525 Author: janholzh Date: 2016-01-19 08:39:31 +0000 (Tue, 19 Jan 2016) Log Message: ----------- samba/branches/samba4: disable LINKER_MAPS and update to 4.3.4 Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba4/Makefile csw/mgar/pkg/samba/branches/samba4/checksums Modified: csw/mgar/pkg/samba/branches/samba4/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-11 12:34:02 UTC (rev 25524) +++ csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-19 08:39:31 UTC (rev 25525) @@ -1,5 +1,5 @@ NAME = samba -VERSION = 4.3.3 +VERSION = 4.3.4 GARTYPE = v2 DESCRIPTION = Tools to access a servers filespace and printers via SMB (server) @@ -21,6 +21,10 @@ GARCOMPILER = GNU PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 solaris11-sparc solaris11-i386 + +#Disable Linker Maps to try to fix problems with Solaris10 +LINKER_MAPS = + BUILD_DEP_PKGS += CSWlibtalloc-dev BUILD_DEP_PKGS += CSWlibpopt-dev BUILD_DEP_PKGS += CSWlibgamin-dev Modified: csw/mgar/pkg/samba/branches/samba4/checksums =================================================================== --- csw/mgar/pkg/samba/branches/samba4/checksums 2016-01-11 12:34:02 UTC (rev 25524) +++ csw/mgar/pkg/samba/branches/samba4/checksums 2016-01-19 08:39:31 UTC (rev 25525) @@ -1 +1 @@ -d7e2bef4deb00178eb310d7b0da3ef8e samba-4.3.3.tar.gz +48df803c6c6c475a714cae82a2dc219e samba-4.3.4.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 Jan 20 12:11:14 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 20 Jan 2016 11:11:14 +0000 Subject: SF.net SVN: gar:[25526] csw/mgar/pkg/lang-python/python/branches/python-2.7 Message-ID: <3plkgk0tLfzp8@mail.opencsw.org> Revision: 25526 http://sourceforge.net/p/gar/code/25526 Author: dmichelsen Date: 2016-01-20 11:11:13 +0000 (Wed, 20 Jan 2016) Log Message: ----------- lang-python/python/branches/python-2.7: Update to 2.7.11 Modified Paths: -------------- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile =================================================================== --- csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile 2016-01-19 08:39:31 UTC (rev 25525) +++ csw/mgar/pkg/lang-python/python/branches/python-2.7/Makefile 2016-01-20 11:11:13 UTC (rev 25526) @@ -1,7 +1,7 @@ # $Id$ NAME = Python -VERSION = 2.7.10 +VERSION = 2.7.11 VER = 2.7 DVER = 2-7 UVER = 2_7 Modified: csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums =================================================================== --- csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums 2016-01-19 08:39:31 UTC (rev 25525) +++ csw/mgar/pkg/lang-python/python/branches/python-2.7/checksums 2016-01-20 11:11:13 UTC (rev 25526) @@ -1 +1 @@ -c685ef0b8e9f27b5e3db5db12b268ac6 Python-2.7.10.tar.xz +1dbcc848b4cd8399a8199d000f9f823c Python-2.7.11.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Jan 20 22:19:53 2016 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 20 Jan 2016 21:19:53 +0000 Subject: SF.net SVN: gar:[25527] csw/mgar/pkg/bind/trunk Message-ID: <3pm09w4bGdz1HX@mail.opencsw.org> Revision: 25527 http://sourceforge.net/p/gar/code/25527 Author: bonivart Date: 2016-01-20 21:19:53 +0000 (Wed, 20 Jan 2016) Log Message: ----------- bind/trunk: update to 9.10.3-P3 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 2016-01-20 11:11:13 UTC (rev 25526) +++ csw/mgar/pkg/bind/trunk/Makefile 2016-01-20 21:19:53 UTC (rev 25527) @@ -7,7 +7,7 @@ GARTYPE = v2 # Enable these for Px-releases -RELEASE = P2 +RELEASE = P3 DISTVERSION = $(VERSION)-$(RELEASE) SPKG_VERSION = $(VERSION)$(RELEASE) DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) @@ -127,7 +127,7 @@ CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.140.0.3|soname=libisccc.so.140|pkgname=CSWlibbind|expected=CSWlibisccc140 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.140.3.0|soname=libisccfg.so.140|pkgname=CSWlibbind|expected=CSWlibisccfg140 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.141.0.3|soname=liblwres.so.141|pkgname=CSWlibbind|expected=CSWliblwres141 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.162.1.1|soname=libdns.so.162|pkgname=CSWlibbind|expected=CSWlibdns162 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.162.1.2|soname=libdns.so.162|pkgname=CSWlibbind|expected=CSWlibdns162 # 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 2016-01-20 11:11:13 UTC (rev 25526) +++ csw/mgar/pkg/bind/trunk/checksums 2016-01-20 21:19:53 UTC (rev 25527) @@ -1 +1 @@ -672dd3c2796b12ac8440f55bcaecfa82 bind-9.10.3-P2.tar.gz +bcf7e772b616f7259420a3edc5df350a bind-9.10.3-P3.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 Jan 21 17:46:50 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 21 Jan 2016 16:46:50 +0000 Subject: SF.net SVN: gar:[25528] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <3pmV4W4ljwzBp@mail.opencsw.org> Revision: 25528 http://sourceforge.net/p/gar/code/25528 Author: rmottola Date: 2016-01-21 16:46:49 +0000 (Thu, 21 Jan 2016) Log Message: ----------- gnustep-gui/trunk: sndfile dependency Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-20 21:19:53 UTC (rev 25527) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-21 16:46:49 UTC (rev 25528) @@ -21,12 +21,15 @@ BUILD_DEP_PKGS += CSWlibgif-dev BUILD_DEP_PKGS += CSWlibgnutls-dev BUILD_DEP_PKGS += CSWlibicu-dev -BUILD_DEP_PKGS += CSWlibsndfile-dev BUILD_DEP_PKGS += CSWlibao-dev BUILD_DEP_PKGS += CSWlibgpg-error-dev BUILD_DEP_PKGS += CSWlibgcrypt-dev BUILD_DEP_PKGS += CSWlibaspell-dev +BUILD_DEP_PKGS_5.10 += CSWlibsndfile-dev + +BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL)) + RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibtiff5 @@ -34,21 +37,19 @@ RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgif4 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibsndfile1 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibz1 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibintl8 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibao4 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibcom-err3 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibicuuc54 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibicudata54 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibcups2 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibaspell15 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcrypt20 #solaris 10 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibsndfile1 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgnutls28 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicuuc56 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicudata56 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 Jan 21 18:20:38 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 21 Jan 2016 17:20:38 +0000 Subject: SF.net SVN: gar:[25529] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <3pmVqP29JczFM@mail.opencsw.org> Revision: 25529 http://sourceforge.net/p/gar/code/25529 Author: rmottola Date: 2016-01-21 17:20:38 +0000 (Thu, 21 Jan 2016) Log Message: ----------- gnustep-gui/trunk: update png dep Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-21 16:46:49 UTC (rev 25528) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-21 17:20:38 UTC (rev 25529) @@ -31,9 +31,9 @@ BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL)) RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-base RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibtiff5 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibpng15-15 +RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgif4 RUNTIME_DEP_PKGS_CSWgnustep-gui += 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 Thu Jan 21 18:38:19 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 21 Jan 2016 17:38:19 +0000 Subject: SF.net SVN: gar:[25530] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <3pmWCp3L4BzHv@mail.opencsw.org> Revision: 25530 http://sourceforge.net/p/gar/code/25530 Author: rmottola Date: 2016-01-21 17:38:19 +0000 (Thu, 21 Jan 2016) Log Message: ----------- gnustep-gui/trunk: fix sol 9 vs 10 deps Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-21 17:20:38 UTC (rev 25529) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2016-01-21 17:38:19 UTC (rev 25530) @@ -32,13 +32,11 @@ RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibtiff5 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgif4 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibz1 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibintl8 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibao4 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibcom-err3 @@ -46,18 +44,22 @@ RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibcups2 RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibaspell15 -RUNTIME_DEP_PKGS_CSWgnustep-gui += CSWlibgcrypt20 #solaris 10 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibtiff5 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibsndfile1 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgnutls28 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicuuc56 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicudata56 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibicui18n56 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibgcrypt20 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibintl8 #solaris 9 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibtiff3 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibsndfile RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgnutls26 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgcrypt11 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Fri Jan 22 10:16:21 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Fri, 22 Jan 2016 09:16:21 +0000 Subject: SF.net SVN: gar:[25531] csw/mgar/pkg/samba/branches/samba4 Message-ID: <3pmw282YvczY7@mail.opencsw.org> Revision: 25531 http://sourceforge.net/p/gar/code/25531 Author: janholzh Date: 2016-01-22 09:16:21 +0000 (Fri, 22 Jan 2016) Log Message: ----------- samba/branches/samba4: change map files for Solaris 10 Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba4/Makefile Added Paths: ----------- csw/mgar/pkg/samba/branches/samba4/files/map.solaris Modified: csw/mgar/pkg/samba/branches/samba4/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-21 17:38:19 UTC (rev 25530) +++ csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-22 09:16:21 UTC (rev 25531) @@ -11,6 +11,7 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += cswsamba DISTFILES += cswwinbind +DISTFILES += map.solaris # From http://www.reallylinux.com/docs/smb.conf DISTFILES += smb.conf # This is taken from the old Samba package @@ -22,8 +23,9 @@ GARCOMPILER = GNU PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 solaris11-sparc solaris11-i386 -#Disable Linker Maps to try to fix problems with Solaris10 -LINKER_MAPS = +#change Linker Maps to try to fix problems with Solaris10 +LINKER_MAPS_5.10 ?= -M "$(abspath $(WORKDIR)/map.solaris)" +LINKER_MAPS = $(LINKER_MAPS_$(GAROSREL)) BUILD_DEP_PKGS += CSWlibtalloc-dev BUILD_DEP_PKGS += CSWlibpopt-dev Added: csw/mgar/pkg/samba/branches/samba4/files/map.solaris =================================================================== --- csw/mgar/pkg/samba/branches/samba4/files/map.solaris (rev 0) +++ csw/mgar/pkg/samba/branches/samba4/files/map.solaris 2016-01-22 09:16:21 UTC (rev 25531) @@ -0,0 +1 @@ +libc.so - SUNW_1.22.7 SUNWprivate_1.1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Tue Jan 26 10:04:38 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Tue, 26 Jan 2016 09:04:38 +0000 Subject: SF.net SVN: gar:[25532] csw/mgar/pkg/nghttp2/trunk Message-ID: <3pqMZz0Rc1zY9@mail.opencsw.org> Revision: 25532 http://sourceforge.net/p/gar/code/25532 Author: janholzh Date: 2016-01-26 09:04:37 +0000 (Tue, 26 Jan 2016) Log Message: ----------- nghttp2/trunk: update to 1.7.0 Modified Paths: -------------- csw/mgar/pkg/nghttp2/trunk/Makefile csw/mgar/pkg/nghttp2/trunk/checksums Modified: csw/mgar/pkg/nghttp2/trunk/Makefile =================================================================== --- csw/mgar/pkg/nghttp2/trunk/Makefile 2016-01-22 09:16:21 UTC (rev 25531) +++ csw/mgar/pkg/nghttp2/trunk/Makefile 2016-01-26 09:04:37 UTC (rev 25532) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = nghttp2 -VERSION = 1.5.0 +VERSION = 1.7.0 GARTYPE = v2 DESCRIPTION =The nghttp2 is an implementation of HTTP/2 @@ -10,7 +10,7 @@ The nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C endef -MASTER_SITES = https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.5.0/ +MASTER_SITES = https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.7.0/ DISTFILES = $(DISTNAME).tar.xz GARCOMPILER = GCC5 @@ -31,7 +31,7 @@ # Apps don't build. Build lib only -CONFIGURE_ARGS = $(DIRPATHS) --disable-python-bindings --disable-app --disable-examples --disable-static +CONFIGURE_ARGS = $(DIRPATHS) --enable-lib-only --disable-static include gar/category.mk Modified: csw/mgar/pkg/nghttp2/trunk/checksums =================================================================== --- csw/mgar/pkg/nghttp2/trunk/checksums 2016-01-22 09:16:21 UTC (rev 25531) +++ csw/mgar/pkg/nghttp2/trunk/checksums 2016-01-26 09:04:37 UTC (rev 25532) @@ -1 +1 @@ -eac2f94ca8f233a861c6a7f73c61a29d nghttp2-1.5.0.tar.xz +fd51e2cfce29bbe51aa3ed79b7ee1e8b nghttp2-1.7.0.tar.xz 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 Jan 26 18:24:01 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 26 Jan 2016 17:24:01 +0000 Subject: SF.net SVN: gar:[25533] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <3pqZfz3hZ3z10q@mail.opencsw.org> Revision: 25533 http://sourceforge.net/p/gar/code/25533 Author: rmottola Date: 2016-01-26 17:24:00 +0000 (Tue, 26 Jan 2016) Log Message: ----------- gnustep-back/trunk: update gcc Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 09:04:37 UTC (rev 25532) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:24:00 UTC (rev 25533) @@ -17,14 +17,22 @@ #MODULATIONS_graphics = xlib cairo BUILD_DEP_PKGS += CSWgmake -BUILD_DEP_PKGS += CSWgcc4objc BUILD_DEP_PKGS += CSWsunx11devel BUILD_DEP_PKGS += CSWlibfreetype-dev BUILD_DEP_PKGS += CSWgnustep-make BUILD_DEP_PKGS += CSWgnustep-base BUILD_DEP_PKGS += CSWgnustep-gui +#solaris 10 +BUILD_DEP_PKGS_5.10 += CSWgcc5objc +#solaris 9 +BUILD_DEP_PKGS_5.9 += CSWgcc4objc + + +BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL)) + + RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-base RUNTIME_DEP_PKGS_CSWgnustep-back += CSWgnustep-gui @@ -34,9 +42,15 @@ RUNTIME_DEP_PKGS_CSWgnustep-back += CSWmesa RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibfontconfig1 RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibobjc4 +#solaris 10 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4 +#solaris 9 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3 + +RUNTIME_DEP_PKGS_CSWgnustep-gui += $(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL)) + #for cairo: BUILD_DEP_PKGS += CSWlibcairo-dev #for cairo, add these. Perhaps these hould be pulled in by other packages 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 Jan 26 18:34:29 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 26 Jan 2016 17:34:29 +0000 Subject: SF.net SVN: gar:[25534] csw/mgar/pkg/gnustep-back/trunk Message-ID: <3pqZv335X8z13B@mail.opencsw.org> Revision: 25534 http://sourceforge.net/p/gar/code/25534 Author: rmottola Date: 2016-01-26 17:34:29 +0000 (Tue, 26 Jan 2016) Log Message: ----------- gnustep-back/trunk: update version Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile csw/mgar/pkg/gnustep-back/trunk/checksums Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:24:00 UTC (rev 25533) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:34:29 UTC (rev 25534) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gnustep-back -VERSION = 0.24.0 +VERSION = 0.24.1 GARTYPE = v2 DESCRIPTION = GNUstep-core back Modified: csw/mgar/pkg/gnustep-back/trunk/checksums =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/checksums 2016-01-26 17:24:00 UTC (rev 25533) +++ csw/mgar/pkg/gnustep-back/trunk/checksums 2016-01-26 17:34:29 UTC (rev 25534) @@ -1 +1 @@ -0b8393832bd928b9d3ec4eb68d7f6564 gnustep-back-0.24.0.tar.gz +da011ba3c0a79c00a49fd3d17143dcd3 gnustep-back-0.24.1.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 Jan 26 18:37:17 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 26 Jan 2016 17:37:17 +0000 Subject: SF.net SVN: gar:[25535] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <3pqZyH6fLFz15X@mail.opencsw.org> Revision: 25535 http://sourceforge.net/p/gar/code/25535 Author: rmottola Date: 2016-01-26 17:37:17 +0000 (Tue, 26 Jan 2016) Log Message: ----------- gnustep-back/trunk: no need to have a dependency on gcc at all, it is implicit in gnustep-base and make we depend upon Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:34:29 UTC (rev 25534) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:37:17 UTC (rev 25535) @@ -23,13 +23,7 @@ BUILD_DEP_PKGS += CSWgnustep-base BUILD_DEP_PKGS += CSWgnustep-gui -#solaris 10 -BUILD_DEP_PKGS_5.10 += CSWgcc5objc -#solaris 9 -BUILD_DEP_PKGS_5.9 += CSWgcc4objc - - BUILD_DEP_PKGS += $(BUILD_DEP_PKGS_$(GAROSREL)) 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 Jan 26 18:49:23 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 26 Jan 2016 17:49:23 +0000 Subject: SF.net SVN: gar:[25536] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <3pqbDK3Pmxz180@mail.opencsw.org> Revision: 25536 http://sourceforge.net/p/gar/code/25536 Author: rmottola Date: 2016-01-26 17:49:23 +0000 (Tue, 26 Jan 2016) Log Message: ----------- gnustep-back/trunk: fix copy-paste errors, cleanup overrides Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:37:17 UTC (rev 25535) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2016-01-26 17:49:23 UTC (rev 25536) @@ -38,12 +38,12 @@ RUNTIME_DEP_PKGS_CSWgnustep-back += CSWlibgcc-s1 #solaris 10 -RUNTIME_DEP_PKGS_CSWgnustep-gui_5.10 += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgnustep-back_5.10 += CSWlibobjc4 #solaris 9 -RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3 +RUNTIME_DEP_PKGS_CSWgnustep-back_5.9 += CSWlibobjc3 -RUNTIME_DEP_PKGS_CSWgnustep-gui += $(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWgnustep-back += $(RUNTIME_DEP_PKGS_CSWgnustep-back_$(GAROSREL)) #for cairo: BUILD_DEP_PKGS += CSWlibcairo-dev @@ -62,35 +62,16 @@ CHECKPKG_OVERRIDES_CSWgnustep-back += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024 #we do not care about placement -CHECKPKG_OVERRIDES_CSWgnustep-back += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-back += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gpbs|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgnustep-back += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|arch_id=3|arch_name=i386 -CHECKPKG_OVERRIDES_CSWgnustep-back += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Tools/gpbs|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgnustep-back += binary-architecture-does-not-match-placement #we do not link directly yet -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libGL.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libX11.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libXcursor.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libXext.so.0 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libXmu.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libXrender.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libcairo.so.2 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libfontconfig.so.1 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Tools/gpbs|is|not|directly|bound|to|soname|libX11.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Tools/gpbs|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Tools/gpbs|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding|/opt/csw/GNUstep/System/Tools/gpbs|is|not|directly|bound|to|soname|libobjc.so.4 -CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024 -CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/System/Tools/gpbs -CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/gpbs -CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024 +CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding +CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found #where can we build? -#PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 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 Jan 27 10:54:23 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 27 Jan 2016 09:54:23 +0000 Subject: SF.net SVN: gar:[25537] csw/mgar/pkg/curl/trunk Message-ID: <3pr0dq2Z81z1Nf@mail.opencsw.org> Revision: 25537 http://sourceforge.net/p/gar/code/25537 Author: dmichelsen Date: 2016-01-27 09:54:23 +0000 (Wed, 27 Jan 2016) Log Message: ----------- curl/trunk: Update to 7.47.0, add libnghttp2 dependency Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2016-01-26 17:49:23 UTC (rev 25536) +++ csw/mgar/pkg/curl/trunk/Makefile 2016-01-27 09:54:23 UTC (rev 25537) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.46.0 +VERSION = 7.47.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -28,6 +28,7 @@ BUILD_DEP_PKGS += CSWlibrtmp-dev BUILD_DEP_PKGS += CSWlibidn-dev BUILD_DEP_PKGS += CSWlibmetalink-dev +BUILD_DEP_PKGS += CSWlibnghttp2-dev PACKAGES += CSWlibcurl4 CATALOGNAME_CSWlibcurl4 = libcurl4 @@ -57,6 +58,7 @@ RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibpsl0 +RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibnghttp2-14 #RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibk5crypto3 #RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcom-err3 # Without the base lib the feature lib is not pulled in @@ -105,6 +107,7 @@ EXTRA_CONFIGURE_ARGS_features-minimal += --without-libssh2 EXTRA_CONFIGURE_ARGS_features-minimal += --disable-ares EXTRA_CONFIGURE_ARGS_features-minimal += --without-librtmp +EXTRA_CONFIGURE_ARGS_features-minimal += --without-nghttp2 EXTRA_CONFIGURE_ARGS_features-full += --enable-ares EXTRA_CONFIGURE_ARGS_features-full += --with-spnego=$(libdir) Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2016-01-26 17:49:23 UTC (rev 25536) +++ csw/mgar/pkg/curl/trunk/checksums 2016-01-27 09:54:23 UTC (rev 25537) @@ -1 +1 @@ -f845c513830d38c1b7ac39a98c1c2b11 curl-7.46.0.tar.lzma +a6a400c4d6de843d13ffbbb39f4d8173 curl-7.47.0.tar.lzma 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 Jan 28 21:57:53 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 28 Jan 2016 20:57:53 +0000 Subject: SF.net SVN: gar:[25538] csw/mgar/pkg/stunnel/trunk Message-ID: <3prvJy1whRzrx@mail.opencsw.org> Revision: 25538 http://sourceforge.net/p/gar/code/25538 Author: dmichelsen Date: 2016-01-28 20:57:53 +0000 (Thu, 28 Jan 2016) Log Message: ----------- stunnel/trunk: Update to 5.30 Modified Paths: -------------- csw/mgar/pkg/stunnel/trunk/Makefile csw/mgar/pkg/stunnel/trunk/checksums Modified: csw/mgar/pkg/stunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/stunnel/trunk/Makefile 2016-01-27 09:54:23 UTC (rev 25537) +++ csw/mgar/pkg/stunnel/trunk/Makefile 2016-01-28 20:57:53 UTC (rev 25538) @@ -7,7 +7,7 @@ # Test on Solaris 8 / 9 for comparison # NAME = stunnel -VERSION = 5.28 +VERSION = 5.30 #BETA = b3 GARTYPE = v2 Modified: csw/mgar/pkg/stunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/stunnel/trunk/checksums 2016-01-27 09:54:23 UTC (rev 25537) +++ csw/mgar/pkg/stunnel/trunk/checksums 2016-01-28 20:57:53 UTC (rev 25538) @@ -1 +1 @@ -2c39ae0be771f91bf5b0205beafddca6 stunnel-5.28.tar.gz +7bbf27296a83c0b752f6bb6d1b750b19 stunnel-5.30.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Fri Jan 29 11:07:51 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Fri, 29 Jan 2016 10:07:51 +0000 Subject: SF.net SVN: gar:[25539] csw/mgar/pkg/openssl1/branches/openssl_101 Message-ID: <3psDrK4GjRz13h@mail.opencsw.org> Revision: 25539 http://sourceforge.net/p/gar/code/25539 Author: janholzh Date: 2016-01-29 10:07:51 +0000 (Fri, 29 Jan 2016) Log Message: ----------- openssl1/branches/openssl_101: update to 1.0.1r Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/openssl_101/Makefile csw/mgar/pkg/openssl1/branches/openssl_101/checksums Modified: csw/mgar/pkg/openssl1/branches/openssl_101/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/openssl_101/Makefile 2016-01-28 20:57:53 UTC (rev 25538) +++ csw/mgar/pkg/openssl1/branches/openssl_101/Makefile 2016-01-29 10:07:51 UTC (rev 25539) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = openssl -VERSION = 1.0.1q +VERSION = 1.0.1r 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/openssl_101/checksums =================================================================== --- csw/mgar/pkg/openssl1/branches/openssl_101/checksums 2016-01-28 20:57:53 UTC (rev 25538) +++ csw/mgar/pkg/openssl1/branches/openssl_101/checksums 2016-01-29 10:07:51 UTC (rev 25539) @@ -1 +1 @@ -54538d0cdcb912f9bc2b36268388205e openssl-1.0.1q.tar.gz +1abd905e079542ccae948af37e393d28 openssl-1.0.1r.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.