From dmichelsen at users.sourceforge.net Wed Apr 1 13:25:58 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 1 Apr 2015 11:25:58 +0000 Subject: SF.net SVN: gar:[24793] csw/mgar/pkg/cmake/trunk Message-ID: <3lH4wS5KmJz1Xf@mail.opencsw.org> Revision: 24793 http://sourceforge.net/p/gar/code/24793 Author: dmichelsen Date: 2015-04-01 11:25:58 +0000 (Wed, 01 Apr 2015) Log Message: ----------- cmake/trunk: Update to 3.2.1 Modified Paths: -------------- csw/mgar/pkg/cmake/trunk/Makefile csw/mgar/pkg/cmake/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cmake/trunk/files/0001-bootstrap-Port-back-to-old-shells-13199.patch csw/mgar/pkg/cmake/trunk/files/CSWcmake.gspec Modified: csw/mgar/pkg/cmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/cmake/trunk/Makefile 2015-03-31 20:53:53 UTC (rev 24792) +++ csw/mgar/pkg/cmake/trunk/Makefile 2015-04-01 11:25:58 UTC (rev 24793) @@ -1,7 +1,7 @@ # $Id$ NAME = cmake -VERSION = 3.1.0 +VERSION = 3.2.1 GARTYPE = v2 DESCRIPTION = Cross-platform make @@ -15,54 +15,67 @@ endef RELVER = $(shell echo $(VERSION) | cut -d. -f1-2) -SPKG_SOURCEURL = http://cmake.org/ MASTER_SITES = http://cmake.org/files/v$(RELVER)/ -DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES += $(DISTNAME).tar.gz + +VENDOR_URL = http://cmake.org/ LICENSE = Copyright.txt -# temporary for cmake-2.8.8, see http://public.kitware.com/Bug/view.php?id=13199 -#PATCHFILES += 0001-bootstrap-Port-back-to-old-shells-13199.patch PACKAGES = CSWcmake -CATALOGNAME_CSWcmake = cmake SPKG_DESC_CSWcmake = $(DESCRIPTION) - RUNTIME_DEP_PKGS_CSWcmake += CSWlibexpat1 RUNTIME_DEP_PKGS_CSWcmake += CSWlibcurl4 RUNTIME_DEP_PKGS_CSWcmake += CSWlibz1 - -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakepolicies.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakecompat.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakemodules.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cpack.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/ccmake.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/ctest.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakeprops.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakecommands.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmake.1 -CHECKPKG_OVERRIDES_CSWcmake += disallowed-path|opt/csw/man/man1/cmakevars.1 +RUNTIME_DEP_PKGS_CSWcmake += CSWlibncurses5 +RUNTIME_DEP_PKGS_CSWcmake += CSWlibstlport1 CHECKPKG_OVERRIDES_CSWcmake += missing-dependency|CSWemacs-common -NOISALIST = 1 +# This is most certainly the default installation prefix +CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/cmake +CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/ccmake +CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/ctest +CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/cpack + +# This is /usr/local/bin vs. /opt/csw/bin +REINPLACE_USRLOCAL += Source/cmSiteNameCommand.cxx + CONFIGURE_ARGS = --prefix=$(prefix) TEST_TARGET = test -# Some tests are failing. + +# Some tests are failing: +# 78 - Module.GenerateExportHeader (Failed) +# 173 - CTestTestUpload (Failed) +# 285 - RunCMake.CTestMemcheck (Failed) +# 352 - GTK2Targets.gio (Failed) +# 355 - GTK2Targets.atk (Failed) +# 356 - GTK2Targets.gdk_pixbuf (Failed) +# 358 - GTK2Targets.pango (Failed) +# 359 - GTK2Targets.pangocairo (Failed) +# 360 - GTK2Targets.pangoxft (Failed) +# 361 - GTK2Targets.pangoft2 (Failed) +# 362 - GTK2Targets.gdk (Failed) +# 363 - GTK2Targets.gtk (Failed) +# 364 - GTK2Targets.sigc++ (Failed) +# 365 - GTK2Targets.glibmm (Failed) +# 366 - GTK2Targets.giomm (Failed) +# 367 - GTK2Targets.atkmm (Failed) +# 368 - GTK2Targets.cairomm (Failed) +# 369 - GTK2Targets.pangomm (Failed) +# 370 - GTK2Targets.gdkmm (Failed) +# 371 - GTK2Targets.gtkmm (Failed) +# 401 - CMake.CheckSourceTree (Failed) + SKIPTEST = 1 -CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content +#CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content include gar/category.mk -FIXCONFIG_DIRS += $(DESTDIR)$(prefix)/share/$(NAME)-$(VERSION)/Modules -FIXCONFIG_DIRS += $(DESTDIR)$(prefix)/share/$(NAME)-$(VERSION)/Templates -FIXCONFIG_DIRS += $(DESTDIR)$(prefix)$(docdir) -FIXCONFIG_DIRS += $(DESTDIR)$(prefix)/share/man/man1 - EXTRA_CFLAGS = -xnorunpath EXTRA_CXXFLAGS = -norunpath -post-configure-modulated: +post-configure: @(echo "==> Forcing use of system libraries") @(echo "=====> curl, expat, xmlrpc, and zlib") @(perl -i -plne 's/USE_SYSTEM_CURL:BOOL=OFF/USE_SYSTEM_CURL:BOOL=ON/' $(WORKSRC)/CMakeCache.txt) @@ -70,3 +83,18 @@ @(perl -i -plne 's/USE_SYSTEM_XMLRPC:BOOL=OFF/USE_SYSTEM_XMLRPC:BOOL=ON/' $(WORKSRC)/CMakeCache.txt) @(perl -i -plne 's/USE_SYSTEM_ZLIB:BOOL=OFF/USE_SYSTEM_ZLIB:BOOL=ON/' $(WORKSRC)/CMakeCache.txt) @$(MAKECOOKIE) + +# Entries with spaces in the filepath are not allowed in the pkgmap. +# Adjust the directory path to the help pages in 8.1.7 +post-install: + cd $(DESTDIR); find . -type d -name "* *" | \ + while read F; do \ + N=`echo $$F | tr ' ' '_'`; \ + mv "$$F" $$N; \ + done; + cd $(DESTDIR); find . -type f -name "* *" | \ + while read F; do \ + N=`echo $$F | tr ' ' '_'`; \ + mv "$$F" $$N; \ + done; + @$(MAKECOOKIE) Modified: csw/mgar/pkg/cmake/trunk/checksums =================================================================== --- csw/mgar/pkg/cmake/trunk/checksums 2015-03-31 20:53:53 UTC (rev 24792) +++ csw/mgar/pkg/cmake/trunk/checksums 2015-04-01 11:25:58 UTC (rev 24793) @@ -1 +1 @@ -188eb7dc9b1b82b363bc51c0d3f1d461 cmake-3.1.0.tar.gz +63f436aa19b5efc37017759c8d3953ca cmake-3.2.1.tar.gz Deleted: csw/mgar/pkg/cmake/trunk/files/0001-bootstrap-Port-back-to-old-shells-13199.patch =================================================================== --- csw/mgar/pkg/cmake/trunk/files/0001-bootstrap-Port-back-to-old-shells-13199.patch 2015-03-31 20:53:53 UTC (rev 24792) +++ csw/mgar/pkg/cmake/trunk/files/0001-bootstrap-Port-back-to-old-shells-13199.patch 2015-04-01 11:25:58 UTC (rev 24793) @@ -1,69 +0,0 @@ -From e5dc76894ae8fbc95126ebb54a838e0342686b96 Mon Sep 17 00:00:00 2001 -Message-Id: -From: Brad King -Date: Tue, 8 May 2012 09:43:19 -0400 -Subject: [PATCH] bootstrap: Port back to old shells (#13199) - -Since commit f39e82c9 (bootstrap: Re-implement command line option -processing, 2011-12-16) bootstrap uses POSIX shell expressions of the -form "${x#y}" to remove prefix pattern 'y' from the vaule of 'x'. -Although this is allowed by POSIX old shells on some platforms do not -support it. Revert to using 'sed' to work with old shells. ---- - bootstrap | 27 ++++++++++++++++++--------- - 1 file changed, 18 insertions(+), 9 deletions(-) - -diff --git a/bootstrap b/bootstrap -index 3be3d1f..7b044e7 100755 ---- a/bootstrap -+++ b/bootstrap -@@ -460,6 +460,12 @@ cmake_escape () - echo $1 | sed "s/ /\\\\ /g" - } - -+# Strip prefix from argument -+cmake_arg () -+{ -+ echo "$1" | sed "s/^${2-[^=]*=}//" -+} -+ - # Write message to the log - cmake_log () - { -@@ -544,21 +550,24 @@ cmake_ccache_enabled= - cmake_prefix_dir="${cmake_default_prefix}" - while test $# != 0; do - case "$1" in -- --prefix=*) cmake_prefix_dir=`cmake_fix_slashes "${1#*=}"` ;; -- --parallel=*) cmake_parallel_make="${1#*=}" ;; -- --datadir=*) cmake_data_dir="${1#*=}" ;; -- --docdir=*) cmake_doc_dir="${1#*=}" ;; -- --mandir=*) cmake_man_dir="${1#*=}" ;; -- --init=*) cmake_init_file="${1#*=}" ;; -+ --prefix=*) dir=`cmake_arg "$1"` -+ cmake_prefix_dir=`cmake_fix_slashes "$dir"` ;; -+ --parallel=*) cmake_parallel_make=`cmake_arg "$1"` ;; -+ --datadir=*) cmake_data_dir=`cmake_arg "$1"` ;; -+ --docdir=*) cmake_doc_dir=`cmake_arg "$1"` ;; -+ --mandir=*) cmake_man_dir=`cmake_arg "$1"` ;; -+ --init=*) cmake_init_file=`cmake_arg "$1"` ;; - --system-libs) cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARIES=1" ;; - --no-system-libs) cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARIES=0" ;; - --system-bzip2|--system-curl|--system-expat|--system-libarchive|--system-zlib) -- cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARY_`cmake_toupper ${1#--system-}`=1" ;; -+ lib=`cmake_arg "$1" "--system-"` -+ cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARY_`cmake_toupper $lib`=1" ;; - --no-system-bzip2|--no-system-curl|--no-system-expat|--no-system-libarchive|--no-system-zlib) -- cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARY_`cmake_toupper ${1#--no-system-}`=0" ;; -+ lib=`cmake_arg "$1" "--no-system-"` -+ cmake_bootstrap_system_libs="${cmake_bootstrap_system_libs} -DCMAKE_USE_SYSTEM_LIBRARY_`cmake_toupper $lib`=0" ;; - --qt-gui) cmake_bootstrap_qt_gui="1" ;; - --no-qt-gui) cmake_bootstrap_qt_gui="0" ;; -- --qt-qmake=*) cmake_bootstrap_qt_qmake="${1#*=}" ;; -+ --qt-qmake=*) cmake_bootstrap_qt_qmake=`cmake_arg "$1"` ;; - --help) cmake_usage ;; - --version) cmake_version_display ; exit 2 ;; - --verbose) cmake_verbose=TRUE ;; --- -1.7.10 - Deleted: csw/mgar/pkg/cmake/trunk/files/CSWcmake.gspec =================================================================== --- csw/mgar/pkg/cmake/trunk/files/CSWcmake.gspec 2015-03-31 20:53:53 UTC (rev 24792) +++ csw/mgar/pkg/cmake/trunk/files/CSWcmake.gspec 2015-04-01 11:25:58 UTC (rev 24793) @@ -1,4 +0,0 @@ -%var bitname cmake -%var pkgname CSWcmake -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/Docs/Copyright.txt 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 Apr 1 16:24:48 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 1 Apr 2015 14:24:48 +0000 Subject: SF.net SVN: gar:[24794] csw/mgar/pkg/lang-python Message-ID: <3lH8tn6RjSz5C@mail.opencsw.org> Revision: 24794 http://sourceforge.net/p/gar/code/24794 Author: dmichelsen Date: 2015-04-01 14:24:48 +0000 (Wed, 01 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/lang-python/carbon/ csw/mgar/pkg/lang-python/carbon/Makefile csw/mgar/pkg/lang-python/carbon/branches/ csw/mgar/pkg/lang-python/carbon/tags/ csw/mgar/pkg/lang-python/carbon/trunk/ csw/mgar/pkg/lang-python/carbon/trunk/Makefile csw/mgar/pkg/lang-python/carbon/trunk/checksums csw/mgar/pkg/lang-python/carbon/trunk/files/ Added: csw/mgar/pkg/lang-python/carbon/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/carbon/Makefile 2015-04-01 14:24:48 UTC (rev 24794) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/lang-python/carbon/trunk =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk 2015-04-01 11:25:58 UTC (rev 24793) +++ csw/mgar/pkg/lang-python/carbon/trunk 2015-04-01 14:24:48 UTC (rev 24794) Property changes on: csw/mgar/pkg/lang-python/carbon/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-01 14:24:48 UTC (rev 24794) @@ -0,0 +1,25 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = carbon +VERSION = 0.9.13 +CATEGORIES = python + +DESCRIPTION = Backend data caching and persistence daemon for Graphite + +MASTER_SITES = $(PYPI_MIRROR) +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES += CSWpy-carbon +SPKG_DESC_CSWpy-carbon = Backend data caching and persistence daemon for Graphite +# PKGFILES is catchall +ARCHALL_CSWpy-carbon = 1 + +# There is no testsuite +TEST_SCRIPTS = + +include gar/category.mk + +post-extract: + -cd $(WORKSRC) && mv setup.cfg setup.cfg.orig + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/lang-python/carbon/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/lang-python/carbon/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/carbon/trunk/checksums 2015-04-01 14:24:48 UTC (rev 24794) @@ -0,0 +1 @@ +98c182967f52dd0d93a9c4a7a4066b5b carbon-0.9.13.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 Apr 1 16:32:24 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 1 Apr 2015 14:32:24 +0000 Subject: SF.net SVN: gar:[24796] csw/mgar/pkg/lang-python/simplejson/trunk Message-ID: <3lH93R5p1cz7b@mail.opencsw.org> Revision: 24796 http://sourceforge.net/p/gar/code/24796 Author: dmichelsen Date: 2015-04-01 14:32:24 +0000 (Wed, 01 Apr 2015) Log Message: ----------- lang-python/simplejson/trunk: Update to 3.6.5 Modified Paths: -------------- csw/mgar/pkg/lang-python/simplejson/trunk/Makefile csw/mgar/pkg/lang-python/simplejson/trunk/checksums Modified: csw/mgar/pkg/lang-python/simplejson/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/simplejson/trunk/Makefile 2015-04-01 14:25:02 UTC (rev 24795) +++ csw/mgar/pkg/lang-python/simplejson/trunk/Makefile 2015-04-01 14:32:24 UTC (rev 24796) @@ -3,23 +3,16 @@ # $Id$ NAME = simplejson -VERSION = 2.2.1 +VERSION = 3.6.5 CATEGORIES = python GARTYPE = v2 DESCRIPTION = JSON encoder and decoder -define BLURB -endef -# Download from github does not really work as there are some suffixes at the end I cannot guess -MASTER_SITES = https://github.com/simplejson/simplejson/tarball/v$(VERSION)/ -DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTNAME = simplejson-simplejson-52d0050 +DISTFILES += $(DISTNAME).tar.gz VENDOR_URL = http://simplejson.readthedocs.org/ -LICENSE = LICENSE.txt - PACKAGES = CSWpy-simplejson SPKG_DESC_CSWpy-simplejson = JSON encoder and decoder RUNTIME_DEP_PKGS_CSWpy-simplejson += CSWlibpython2-6-1-0 Modified: csw/mgar/pkg/lang-python/simplejson/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/simplejson/trunk/checksums 2015-04-01 14:25:02 UTC (rev 24795) +++ csw/mgar/pkg/lang-python/simplejson/trunk/checksums 2015-04-01 14:32:24 UTC (rev 24796) @@ -1 +1 @@ -8221965bea9d9687c0323aae0f0e37e1 simplejson-2.2.1.tar.gz +b65dc21c7aaad14c6b4ad0d9179e437d simplejson-3.6.5.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 Fri Apr 3 18:07:10 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 3 Apr 2015 16:07:10 +0000 Subject: SF.net SVN: gar:[24800] csw/mgar/gar/v2/categories/python/category.mk Message-ID: <3lJR3y4lK5zqG@mail.opencsw.org> Revision: 24800 http://sourceforge.net/p/gar/code/24800 Author: dmichelsen Date: 2015-04-03 16:07:09 +0000 (Fri, 03 Apr 2015) Log Message: ----------- mGAR v2: Allow extra args to python category install Modified Paths: -------------- csw/mgar/gar/v2/categories/python/category.mk Modified: csw/mgar/gar/v2/categories/python/category.mk =================================================================== --- csw/mgar/gar/v2/categories/python/category.mk 2015-04-02 13:02:28 UTC (rev 24799) +++ csw/mgar/gar/v2/categories/python/category.mk 2015-04-03 16:07:09 UTC (rev 24800) @@ -19,7 +19,7 @@ # gar.lib.mk contains implicit targets for setup.py BUILD_SCRIPTS ?= $(WORKSRC)/setup.py INSTALL_SCRIPTS ?= $(WORKSRC)/setup.py -INSTALL_ARGS ?= --root=$(DESTDIR) --prefix=$(prefix) +INSTALL_ARGS ?= --root=$(DESTDIR) --prefix=$(prefix) $(EXTRA_INSTALL_ARGS) TEST_SCRIPTS ?= $(WORKSRC)/setup.py TEST_TARGET ?= test LICENSE ?= PKG-INFO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Apr 3 23:49:26 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 3 Apr 2015 21:49:26 +0000 Subject: SF.net SVN: gar:[24804] csw/mgar/pkg/lang-python/graphite-web/trunk/ Makefile Message-ID: <3lJZfm5gVpz13D@mail.opencsw.org> Revision: 24804 http://sourceforge.net/p/gar/code/24804 Author: dmichelsen Date: 2015-04-03 21:49:26 +0000 (Fri, 03 Apr 2015) Log Message: ----------- lang-python/graphite-web/trunk: Add more config files Modified Paths: -------------- csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile Modified: csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile 2015-04-03 16:31:17 UTC (rev 24803) +++ csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile 2015-04-03 21:49:26 UTC (rev 24804) @@ -63,6 +63,10 @@ TEST_SCRIPTS = PRESERVECONF += $(prefix)/apache2/etc/extra/graphite-vhost.conf + +# TBD: This needs customization of pathes +PRESERVECONF += /opt/csw/lib/python2.6/site-packages/graphite/local_settings.py +PRESERVECONF += /opt/csw/lib/python2.7/site-packages/graphite/local_settings.py PRESERVECONF += $(foreach F,$(CONFIG_FILES),$(localstatedir)/graphite/conf/$F) include gar/category.mk @@ -73,6 +77,8 @@ post-install: ginstall -D -m 0644 $(DESTDIR)$(localstatedir)/graphite/examples/example-graphite-vhost.conf $(DESTDIR)$(prefix)/apache2/etc/extra/graphite-vhost.conf.CSW - rm -f $(DESTDIR)$(localstatedir)/graphite/examples/example-graphite-vhost.conf + rm -f $(DESTDIR)$(localstatedir)/graphite/examples/example-graphite-vhost.conf + mv $(DESTDIR)/opt/csw/lib/python*/site-packages/graphite/local_settings.py.example \ + $(DESTDIR)/opt/csw/lib/python*/site-packages/graphite/local_settings.py.CSW cd $(DESTDIR)$(localstatedir)/graphite/conf; $(foreach F,$(CONFIG_FILES),mv $F.example $F.CSW;) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Apr 4 23:54:07 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 4 Apr 2015 21:54:07 +0000 Subject: SF.net SVN: gar:[24807] csw/mgar/pkg/fossil/trunk Message-ID: <3lKBjs2cQsz6F@mail.opencsw.org> Revision: 24807 http://sourceforge.net/p/gar/code/24807 Author: dmichelsen Date: 2015-04-04 21:54:07 +0000 (Sat, 04 Apr 2015) Log Message: ----------- fossil/trunk: Added patch from Freddy Dissaux, some reformatting Modified Paths: -------------- csw/mgar/pkg/fossil/trunk/Makefile csw/mgar/pkg/fossil/trunk/checksums Modified: csw/mgar/pkg/fossil/trunk/Makefile =================================================================== --- csw/mgar/pkg/fossil/trunk/Makefile 2015-04-04 16:35:56 UTC (rev 24806) +++ csw/mgar/pkg/fossil/trunk/Makefile 2015-04-04 21:54:07 UTC (rev 24807) @@ -1,35 +1,36 @@ # $Id$ # TODO (release-critical prefixed with !, non release-critical with *) # Recipe sent in by Freddy DISSAUX freddy.dsx free.fr + NAME = fossil -VERSION = 1.30 +VERSION = 1.32 GARTYPE = v2 -GARCOMPILER = GNU -DISTVERSION = 20150119112900 + DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database define BLURB Fossil is an easy-to-use Distributed Source Control Management system (DSCM) which supports access and administration over HTTP CGI or via a built-in HTTP server, has a built-in wiki, file browser, ticket system, and more. endef -VENDOR_URL = http://www.fossil-scm.org/ MASTER_SITES = http://www.fossil-scm.org/download/ -DISTFILES = $(NAME)-src-$(DISTVERSION).tar.gz -WORKSRC = $(WORKDIR)/$(NAME)-src-$(DISTVERSION) -PATCHDIR = $(WORKSRC) +DISTFILES = $(NAME)-src-$(VERSION).tar.gz +VENDOR_URL = http://www.fossil-scm.org/ + BUILD_DEP_PKGS = CSWlibssl-dev +GARCOMPILER = GNU + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-openssl=$(includedir) # Remove exec_prefix from DIRPATHS: -NODIRPATHS += --exec_prefix=/opt/csw +NODIRPATHS += --exec_prefix # No test/check target provided by fossil TEST_SCRIPTS = -RUNTIME_DEP_PKGS_CSWfossil = CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWfossil += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWfossil += CSWlibz1 RUNTIME_DEP_PKGS_CSWfossil += CSWlibreadline6 Modified: csw/mgar/pkg/fossil/trunk/checksums =================================================================== --- csw/mgar/pkg/fossil/trunk/checksums 2015-04-04 16:35:56 UTC (rev 24806) +++ csw/mgar/pkg/fossil/trunk/checksums 2015-04-04 21:54:07 UTC (rev 24807) @@ -1 +1 @@ -dd7cf91c2725ea8aaa0913330fffa0ff fossil-src-20150119112900.tar.gz +ddf352925a795e574925505b9344a58e fossil-src-1.32.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 Mon Apr 6 18:31:08 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 6 Apr 2015 16:31:08 +0000 Subject: SF.net SVN: gar:[24810] csw/mgar/pkg/gs_terminal/trunk/Makefile Message-ID: <3lLHSF6wpNzvY@mail.opencsw.org> Revision: 24810 http://sourceforge.net/p/gar/code/24810 Author: rmottola Date: 2015-04-06 16:31:07 +0000 (Mon, 06 Apr 2015) Log Message: ----------- gs_terminal/trunk: add known overrides Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-06 15:26:04 UTC (rev 24809) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-06 16:31:07 UTC (rev 24810) @@ -24,8 +24,31 @@ RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-base RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibobjc4 +#we do override because we depend on them +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-gui +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-back +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-make +# we don't direcly bind right now +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgcc_s.so.1 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libiconv.so.2 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libobjc.so.4 + +#known placement overrides since we use bundles +CHECKPKG_OVERRIDES_CSWTerminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ + +#others +CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal +CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal + + #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 Mon Apr 6 18:53:18 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 6 Apr 2015 16:53:18 +0000 Subject: SF.net SVN: gar:[24811] csw/mgar/pkg/gs_ftp/trunk/Makefile Message-ID: <3lLHxh3sW7zy7@mail.opencsw.org> Revision: 24811 http://sourceforge.net/p/gar/code/24811 Author: rmottola Date: 2015-04-06 16:53:09 +0000 (Mon, 06 Apr 2015) Log Message: ----------- gs_ftp/trunk: add known overrides Modified Paths: -------------- csw/mgar/pkg/gs_ftp/trunk/Makefile Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_ftp/trunk/Makefile 2015-04-06 16:31:07 UTC (rev 24810) +++ csw/mgar/pkg/gs_ftp/trunk/Makefile 2015-04-06 16:53:09 UTC (rev 24811) @@ -20,10 +20,27 @@ RUNTIME_DEP_PKGS_CSWFTP += CSWgnustep-base RUNTIME_DEP_PKGS_CSWFTP += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWFTP += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWFTP += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWFTP += CSWlibobjc4 -#overrides -CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make +#we know about these, but they are needed at runtime +CHECKPKG_OVERRIDES_CSWFTP += surplus-dependency|CSWgnustep-gui +CHECKPKG_OVERRIDES_CSWFTP += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWFTP += surplus-dependency|CSWgnustep-back +CHECKPKG_OVERRIDES_CSWFTP += surplus-dependency|CSWgnustep-make +#these are due to our bundles +CHECKPKG_OVERRIDES_CSWFTP += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=18|arch_name=sparcv8+ + +#we do not directly bind +CHECKPKG_OVERRIDES_CSWFTP += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1 +CHECKPKG_OVERRIDES_CSWFTP += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWFTP += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 +CHECKPKG_OVERRIDES_CSWFTP += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libobjc.so.4 +CHECKPKG_OVERRIDES_CSWFTP += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP +CHECKPKG_OVERRIDES_CSWFTP += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/FTP.app/FTP + + #where can we build? #PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-sparc 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 Apr 6 22:33:32 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 6 Apr 2015 20:33:32 +0000 Subject: SF.net SVN: gar:[24814] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lLNqp75HTz16x@mail.opencsw.org> Revision: 24814 http://sourceforge.net/p/gar/code/24814 Author: dmichelsen Date: 2015-04-06 20:33:32 +0000 (Mon, 06 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Lots of relocation Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-06 20:32:29 UTC (rev 24813) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-06 20:33:32 UTC (rev 24814) @@ -15,8 +15,11 @@ # PKGFILES is catchall ARCHALL_CSWpy-carbon = 1 -EXTRA_INSTALL_ARGS += --install-data=$(localstatedir)/graphite +CONFDIR = $(sysconfdir)/graphite +STORAGEDIR = $(localstatedir)/graphite +EXTRA_INSTALL_ARGS += --install-data=$(CONFDIR) + # There is no testsuite TEST_SCRIPTS = @@ -30,8 +33,30 @@ CONFIG_FILES += storage-schemas.conf CONFIG_FILES += whitelist.conf -PRESERVECONF += $(foreach F,$(CONFIG_FILES),$(localstatedir)/graphite/conf/$F) +PRESERVECONF += $(add-prefix $(CONFIG_FILES),$(CONFDIR)/) +# GRAPHITE_ROOT - Root directory of the graphite installation. +# Defaults to ../ +# GRAPHITE_CONF_DIR - Configuration directory (where this file lives). +# Defaults to $GRAPHITE_ROOT/conf/ +# GRAPHITE_STORAGE_DIR - Storage directory for whipser/rrd/log/pid files. +# Defaults to $GRAPHITE_ROOT/storage/ +# +# To change other directory paths, add settings to this file. The following +# configuration variables are available with these default values: +# +# STORAGE_DIR = $GRAPHITE_STORAGE_DIR +# LOCAL_DATA_DIR = STORAGE_DIR/whisper/ +# WHITELISTS_DIR = STORAGE_DIR/lists/ +# CONF_DIR = STORAGE_DIR/conf/ +# LOG_DIR = STORAGE_DIR/log/ +# PID_DIR = STORAGE_DIR/ + +REINPLACEMENTS += loc +REINPLACE_MATCH_loc = \#LOCAL_DATA_DIR.* +REINPLACE_WITH_loc = GRAPHITE_ROOT = $(prefix)\nGRAPHITE_CONF_DIR = $(CONFDIR)/conf\nGRAPHITE_STORAGE_DIR = $(STORAGEDIR)/storage\nPID_DIR = /var/run +REINPLACE_FILES_loc += conf/carbon.conf.example + include gar/category.mk post-extract: @@ -39,5 +64,7 @@ @$(MAKECOOKIE) post-install: - cd $(DESTDIR)$(localstatedir)/graphite/conf; $(foreach F,$(CONFIG_FILES),mv $F.example $F.CSW;) + cd $(DESTDIR)$(CONFDIR)/conf; $(foreach F,$(CONFIG_FILES),mv $F.example $F.CSW;) + ginstall -d -m 0755 $(DESTDIR)$(STORAGEDIR) + mv $(DESTDIR)$(CONFDIR)/storage $(DESTDIR)$(STORAGEDIR)/storage @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Apr 6 22:57:40 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 6 Apr 2015 20:57:40 +0000 Subject: SF.net SVN: gar:[24815] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lLPMd53X8z19V@mail.opencsw.org> Revision: 24815 http://sourceforge.net/p/gar/code/24815 Author: dmichelsen Date: 2015-04-06 20:57:40 +0000 (Mon, 06 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Fix preserved config files Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-06 20:33:32 UTC (rev 24814) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-06 20:57:40 UTC (rev 24815) @@ -33,7 +33,7 @@ CONFIG_FILES += storage-schemas.conf CONFIG_FILES += whitelist.conf -PRESERVECONF += $(add-prefix $(CONFIG_FILES),$(CONFDIR)/) +PRESERVECONF += $(foreach C,$(CONFIG_FILES),$(CONFDIR)/conf/$C) # GRAPHITE_ROOT - Root directory of the graphite installation. # Defaults to ../ 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 Apr 7 15:55:38 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 7 Apr 2015 13:55:38 +0000 Subject: SF.net SVN: gar:[24818] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lLqyD5Nsvz2n@mail.opencsw.org> Revision: 24818 http://sourceforge.net/p/gar/code/24818 Author: dmichelsen Date: 2015-04-07 13:55:38 +0000 (Tue, 07 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Fix preserveconf Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-07 13:47:12 UTC (rev 24817) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-07 13:55:38 UTC (rev 24818) @@ -33,7 +33,7 @@ CONFIG_FILES += storage-schemas.conf CONFIG_FILES += whitelist.conf -PRESERVECONF += $(foreach C,$(CONFIG_FILES),$(CONFDIR)/conf/$C) +PRESERVECONF += $(foreach C,$(CONFIG_FILES),$(CONFDIR)/$C) # GRAPHITE_ROOT - Root directory of the graphite installation. # Defaults to ../ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Tue Apr 7 18:04:35 2015 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Tue, 7 Apr 2015 16:04:35 +0000 Subject: SF.net SVN: gar:[24822] csw/mgar/pkg/mysql5/branches Message-ID: <3lLtq31fBRzCD@mail.opencsw.org> Revision: 24822 http://sourceforge.net/p/gar/code/24822 Author: lblume Date: 2015-04-07 16:04:35 +0000 (Tue, 07 Apr 2015) Log Message: ----------- mysql5/branches/mysql-5.6.x: Bump to 5.6.24 Modified Paths: -------------- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile csw/mgar/pkg/mysql5/branches/mysql-5.6.x/checksums Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2015-04-07 14:13:32 UTC (rev 24821) +++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2015-04-07 16:04:35 UTC (rev 24822) @@ -14,7 +14,7 @@ PROJ_NAME = mysql NAME = $(PROJ_NAME)5 BASE_VERSION = 5.5 -PATCHLEVEL = 42 +PATCHLEVEL = 43 ALTS_PRIO = 55 VERSION = $(BASE_VERSION).$(PATCHLEVEL) Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums 2015-04-07 14:13:32 UTC (rev 24821) +++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums 2015-04-07 16:04:35 UTC (rev 24822) @@ -1 +1 @@ -c4d946e6c9f54c386aacb8d3ea957cf8 mysql-5.5.42.tar.gz +d77cc87df51af3f79b005d90e26879c1 mysql-5.5.43.tar.gz Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2015-04-07 14:13:32 UTC (rev 24821) +++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2015-04-07 16:04:35 UTC (rev 24822) @@ -20,7 +20,7 @@ PROJ_NAME = mysql NAME = $(PROJ_NAME)56 BASE_VERSION = 5.6 -PATCHLEVEL = 23 +PATCHLEVEL = 24 ALTS_PRIO = 56 VERSION = $(BASE_VERSION).$(PATCHLEVEL) Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/checksums =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/checksums 2015-04-07 14:13:32 UTC (rev 24821) +++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/checksums 2015-04-07 16:04:35 UTC (rev 24822) @@ -1 +1 @@ -60344f26eae136a267a0277407926e79 mysql-5.6.23.tar.gz +68e1911f70eb1b02170d4f96bf0f0f88 mysql-5.6.24.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 Apr 8 04:00:19 2015 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 8 Apr 2015 02:00:19 +0000 Subject: SF.net SVN: gar:[24823] csw/mgar/pkg/tor/branches/alpha/Makefile Message-ID: <3lM82V71yLzRX@mail.opencsw.org> Revision: 24823 http://sourceforge.net/p/gar/code/24823 Author: jake_goerzen Date: 2015-04-08 02:00:19 +0000 (Wed, 08 Apr 2015) Log Message: ----------- tor-alpha: enable 64-bit build Modified Paths: -------------- csw/mgar/pkg/tor/branches/alpha/Makefile Modified: csw/mgar/pkg/tor/branches/alpha/Makefile =================================================================== --- csw/mgar/pkg/tor/branches/alpha/Makefile 2015-04-07 16:04:35 UTC (rev 24822) +++ csw/mgar/pkg/tor/branches/alpha/Makefile 2015-04-08 02:00:19 UTC (rev 24823) @@ -24,6 +24,8 @@ RUNTIME_DEP_PKGS_CSWtor += CSWlibz1 RUNTIME_DEP_PKGS_CSWtor += CSWlibssp0 +BUILD64 = 1 + sysconfdir = /etc/opt/csw 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 Wed Apr 8 11:32:57 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 8 Apr 2015 09:32:57 +0000 Subject: SF.net SVN: gar:[24824] csw/mgar/pkg/adobereader/trunk/Makefile Message-ID: <3lML4l5jG8zY2@mail.opencsw.org> Revision: 24824 http://sourceforge.net/p/gar/code/24824 Author: dmichelsen Date: 2015-04-08 09:32:57 +0000 (Wed, 08 Apr 2015) Log Message: ----------- adobereader/trunk: No more special path handling, acroread ships all libs himself and adding other ones causes harm Modified Paths: -------------- csw/mgar/pkg/adobereader/trunk/Makefile Modified: csw/mgar/pkg/adobereader/trunk/Makefile =================================================================== --- csw/mgar/pkg/adobereader/trunk/Makefile 2015-04-08 02:00:19 UTC (rev 24823) +++ csw/mgar/pkg/adobereader/trunk/Makefile 2015-04-08 09:32:57 UTC (rev 24824) @@ -46,13 +46,6 @@ CHECKPKG_OVERRIDES += bad-rpath-entry CHECKPKG_OVERRIDES += soname-not-found -# Can't check the library depepdency as this is done via LD_LIBRARY_PATH in the run scri\xC3pt -CHECKPKG_OVERRIDES_sparc += surplus-dependency|CSWpango -CHECKPKG_OVERRIDES += $(CHECKPKG_OVERRIDES_$(GARCH)) - -RUNTIME_DEP_PKGS_sparc = CSWpango -RUNTIME_DEP_PKGS = $(RUNTIME_DEP_PKGS_$(GARCH)) - include gar/category.mk install-custom: @@ -77,8 +70,3 @@ done; @$(MAKECOOKIE) -# The older Sparc version needs libpangoxft-1.0.so.0 from CSWpango (or another location) -# Make sure it can be found by explicitly setting LD_LIBRARY_PATH in environment setting -post-install-isa-sparcv8: - perl -i -npe 'if( /^ACRO_LD_LIBRARY_PATH=/ ) { print "LD_LIBRARY_PATH=$(libdir)\n" }' $(DESTDIR)$(sharedstatedir)/Adobe/Reader$(MAJORVERSION_$(GARCH))/bin/acroread - @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Apr 8 15:39:25 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 8 Apr 2015 13:39:25 +0000 Subject: SF.net SVN: gar:[24825] csw/mgar/pkg/collectd/trunk/Makefile Message-ID: <3lMRY62b7Gzjp@mail.opencsw.org> Revision: 24825 http://sourceforge.net/p/gar/code/24825 Author: dmichelsen Date: 2015-04-08 13:39:24 +0000 (Wed, 08 Apr 2015) Log Message: ----------- collectd/trunk: Some more splitting and dealing with linker anomalies Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2015-04-08 09:32:57 UTC (rev 24824) +++ csw/mgar/pkg/collectd/trunk/Makefile 2015-04-08 13:39:24 UTC (rev 24825) @@ -53,11 +53,11 @@ RUNTIME_DEP_PKGS_CSWcollectd += CSWlibltdl7 RUNTIME_DEP_PKGS_CSWcollectd += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWcollectd += CSWperl -RUNTIME_DEP_PKGS_CSWcollectd += CSWlibxmms1 -RUNTIME_DEP_PKGS_CSWcollectd += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWcollectd += CSWlibgdk1-2-0 -RUNTIME_DEP_PKGS_CSWcollectd += CSWlibglib1-2-0 -RUNTIME_DEP_PKGS_CSWcollectd += CSWlibgtk1-2-0 +# These are pulled in because of a linker anomaly +RUNTIME_DEP_PKGS_CSWcollectd-sparc += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWcollectd-i386 += CSWlibmemcached8 +RUNTIME_DEP_PKGS_CSWcollectd-i386 += CSWlibfl2 +RUNTIME_DEP_PKGS_CSWcollectd += $(RUNTIME_DEP_PKGS_CSWcollectd-$(GARCH)) PACKAGES += CSWcollectd-plugin-dbi SPKG_DESC_CSWcollectd-plugin-dbi = CollectD Plugin for DBI @@ -82,12 +82,14 @@ PACKAGES += CSWcollectd-plugin-postgresql SPKG_DESC_CSWcollectd-plugin-postgresql = CollectD Plugin for PostgreSQL PKGFILES_CSWcollectd-plugin-postgresql += $(call pkgfiles_lib,collectd/postgresql.so) +PKGFILES_CSWcollectd-plugin-postgresql += $(sharedstatedir)/collectd/postgresql_default.conf RUNTIME_DEP_PKGS_CSWcollectd-plugin-postgresql += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWcollectd-plugin-postgresql += CSWlibpq5 PACKAGES += CSWcollectd-plugin-python SPKG_DESC_CSWcollectd-plugin-python = CollectD Plugin for Python PKGFILES_CSWcollectd-plugin-python += $(call pkgfiles_lib,collectd/python.so) +PKGFILES_CSWcollectd-plugin-python += $(mandir)/man5/collectd-python.5 RUNTIME_DEP_PKGS_CSWcollectd-plugin-python += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWcollectd-plugin-python += CSWlibpython2-7-1-0 # No 64 bit Python yet @@ -103,9 +105,24 @@ PACKAGES += CSWcollectd-plugin-snmp SPKG_DESC_CSWcollectd-plugin-snmp = CollectD Plugin for NetSNMP PKGFILES_CSWcollectd-plugin-snmp += $(call pkgfiles_lib,collectd/snmp.so) +PKGFILES_CSWcollectd-plugin-snmp += $(mandir)/man5/collectd-snmp.5 RUNTIME_DEP_PKGS_CSWcollectd-plugin-snmp += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWcollectd-plugin-snmp += CSWlibnetsnmp30 +PACKAGES += CSWcollectd-plugin-xmms +SPKG_DESC_CSWcollectd-plugin-xmms = CollectD Plugin for XMMS +PKGFILES_CSWcollectd-plugin-xmms += $(call pkgfiles_lib,collectd/xmms.so) +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms += CSWlibxmms1 +# This is due to a linker anomaly, these are pulled in also from libxmms.so.1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms-sparc += CSWlibgdk1-2-0 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms-sparc += CSWlibglib1-2-0 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms-sparc += CSWlibgtk1-2-0 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms-sparc += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms += $(RUNTIME_DEP_PKGS_CSWcollectd-plugin-xmms-$(GARCH)) +# No 64 bit XMMS yet +CHECKPKG_OVERRIDES_CSWcollectd-plugin-xmms += 64-bit-binaries-missing + PACKAGES += CSWcollectd-plugins-all SPKG_DESC_CSWcollectd-plugins-all = CollectD Metapackage that pulls in all plugins PKGFILES_CSWcollectd-plugins-all = EMPTY @@ -117,15 +134,10 @@ RUNTIME_DEP_PKGS_CSWcollectd-plugins-all += CSWcollectd-plugin-python RUNTIME_DEP_PKGS_CSWcollectd-plugins-all += CSWcollectd-plugin-rrdtool RUNTIME_DEP_PKGS_CSWcollectd-plugins-all += CSWcollectd-plugin-snmp +RUNTIME_DEP_PKGS_CSWcollectd-plugins-all += CSWcollectd-plugin-xmms # These are all sort of surplus as this is a meta package CHECKPKG_OVERRIDES_CSWcollectd-plugins-all += surplus-dependency -# RUNTIME_DEP_PKGS_CSWcollectd_i386 += CSWlibmemcached8 -# RUNTIME_DEP_PKGS_CSWcollectd += $(RUNTIME_DEP_PKGS_CSWcollectd_$(GARCH)) - -# CHECKPKG_OVERRIDES_CSWcollectd += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/collectd.1 -# CHECKPKG_OVERRIDES_CSWcollectd += file-with-bad-content|/usr/share|root/opt/csw/share/man/man5/collectd-unixsock.5 - INITSMF = $(sysconfdir)/init\.d/cswcollectd PRESERVECONF += $(sysconfdir)/collectd.conf 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 Apr 8 16:45:07 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 8 Apr 2015 14:45:07 +0000 Subject: SF.net SVN: gar:[24826] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lMT0x4CtLz14T@mail.opencsw.org> Revision: 24826 http://sourceforge.net/p/gar/code/24826 Author: dmichelsen Date: 2015-04-08 14:45:07 +0000 (Wed, 08 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Add dependency to Python 2.7 for binaries Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 13:39:24 UTC (rev 24825) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 14:45:07 UTC (rev 24826) @@ -14,6 +14,9 @@ SPKG_DESC_CSWpy-carbon = Backend data caching and persistence daemon for Graphite # PKGFILES is catchall ARCHALL_CSWpy-carbon = 1 +# The binaries like carbon-cache.py need this +RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpython27 +CHECKPKG_OVERRIDES_CSWpy-carbon += surplus-dependency|CSWpython27 CONFDIR = $(sysconfdir)/graphite STORAGEDIR = $(localstatedir)/graphite 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 Apr 8 16:48:33 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 8 Apr 2015 14:48:33 +0000 Subject: SF.net SVN: gar:[24827] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lMT4t30cVz16v@mail.opencsw.org> Revision: 24827 http://sourceforge.net/p/gar/code/24827 Author: dmichelsen Date: 2015-04-08 14:48:33 +0000 (Wed, 08 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: More dependencies Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 14:45:07 UTC (rev 24826) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 14:48:33 UTC (rev 24827) @@ -16,7 +16,12 @@ ARCHALL_CSWpy-carbon = 1 # The binaries like carbon-cache.py need this RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpython27 +# From setup.py +RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpy-twisted +RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpy-txamqp CHECKPKG_OVERRIDES_CSWpy-carbon += surplus-dependency|CSWpython27 +CHECKPKG_OVERRIDES_CSWpy-carbon += surplus-dependency|CSWpy-twisted +CHECKPKG_OVERRIDES_CSWpy-carbon += surplus-dependency|CSWpy-txamqp CONFDIR = $(sysconfdir)/graphite STORAGEDIR = $(localstatedir)/graphite 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 Apr 8 17:34:25 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 8 Apr 2015 15:34:25 +0000 Subject: SF.net SVN: gar:[24828] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lMV5k5B6rz1B1@mail.opencsw.org> Revision: 24828 http://sourceforge.net/p/gar/code/24828 Author: dmichelsen Date: 2015-04-08 15:34:25 +0000 (Wed, 08 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: More path adjustments Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 14:48:33 UTC (rev 24827) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 15:34:25 UTC (rev 24828) @@ -65,6 +65,16 @@ REINPLACE_WITH_loc = GRAPHITE_ROOT = $(prefix)\nGRAPHITE_CONF_DIR = $(CONFDIR)\nGRAPHITE_STORAGE_DIR = $(STORAGEDIR)\nPID_DIR = /var/run REINPLACE_FILES_loc += conf/carbon.conf.example +REINPLACEMENTS += conf +REINPLACE_MATCH_conf = join\(graphite_root, "conf"\) +REINPLACE_WITH_conf = "$(CONFDIR)" +REINPLACE_FILES_conf += lib/carbon/conf.py + +REINPLACEMENTS += stor +REINPLACE_MATCH_stor = join\(graphite_root, "storage"\) +REINPLACE_WITH_stor = "$(STORAGEDIR)" +REINPLACE_FILES_stor += lib/carbon/conf.py + include gar/category.mk post-extract: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Wed Apr 8 23:30:53 2015 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 8 Apr 2015 21:30:53 +0000 Subject: SF.net SVN: gar:[24829] csw/mgar/pkg/gitosis/trunk/Makefile Message-ID: <3lMf143kGSz7F@mail.opencsw.org> Revision: 24829 http://sourceforge.net/p/gar/code/24829 Author: bdwalton Date: 2015-04-08 21:30:53 +0000 (Wed, 08 Apr 2015) Log Message: ----------- gitosis/trunk: update to work with python 2.7 Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 15:34:25 UTC (rev 24828) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 21:30:53 UTC (rev 24829) @@ -32,8 +32,8 @@ CATALOGNAME_CSWgitosis = $(NAME) SPKG_DESC_CSWgitosis = $(DESCRIPTION) ARCHALL_CSWgitosis = 1 -BUILD_DEP_PKGS_CSWgitosis = CSWpython CSWpysetuptools -RUNTIME_DEP_PKGS_CSWgitosis = CSWgit CSWpysetuptools CSWbash +BUILD_DEP_PKGS_CSWgitosis = CSWpython CSWpy-setuptools +RUNTIME_DEP_PKGS_CSWgitosis = CSWgit CSWpy-setuptools CSWbash # this is not for release. PACKAGES += CSWgitosis-test @@ -77,7 +77,7 @@ CHECKPKG_OVERRIDES_CSWgitosis += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWgitosis += catalogname-does-not-start-with-py_ CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWbash -CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWpysetuptools +CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWpy-setuptools CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWgit LICENSE = COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Thu Apr 9 00:07:06 2015 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 8 Apr 2015 22:07:06 +0000 Subject: SF.net SVN: gar:[24832] csw/mgar/pkg/gitosis/trunk/Makefile Message-ID: <3lMfpp5ykqzBG@mail.opencsw.org> Revision: 24832 http://sourceforge.net/p/gar/code/24832 Author: bdwalton Date: 2015-04-08 22:07:05 +0000 (Wed, 08 Apr 2015) Log Message: ----------- gitosis/trunk: the PATCHLEVEL is a git treeish reference. modify rev directly Modified Paths: -------------- csw/mgar/pkg/gitosis/trunk/Makefile Modified: csw/mgar/pkg/gitosis/trunk/Makefile =================================================================== --- csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 22:05:15 UTC (rev 24831) +++ csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 22:07:05 UTC (rev 24832) @@ -2,7 +2,7 @@ VERSION = 0.2 # This represents the tip of master as of 20090516. It is ahead of # release/0.2 -PATCHLEVEL = 73a03Z +PATCHLEVEL = 73a03 CATEGORIES = python GARTYPE = v2 @@ -91,7 +91,7 @@ # Set a slightly altered revstamp to indicate that we're not using a # pressed release. -SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL) +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL)Z post-install-modulated: @( gmkdir -p $(CSWPKGD); \ 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 Apr 9 14:01:26 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 9 Apr 2015 12:01:26 +0000 Subject: SF.net SVN: gar:[24834] csw/mgar/pkg/cpan Message-ID: <3lN1Kk6spjzd2@mail.opencsw.org> Revision: 24834 http://sourceforge.net/p/gar/code/24834 Author: dmichelsen Date: 2015-04-09 12:01:25 +0000 (Thu, 09 Apr 2015) Log Message: ----------- cpan/Config-AutoConf/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Config-AutoConf/ csw/mgar/pkg/cpan/Config-AutoConf/branches/ csw/mgar/pkg/cpan/Config-AutoConf/tags/ csw/mgar/pkg/cpan/Config-AutoConf/trunk/ csw/mgar/pkg/cpan/Config-AutoConf/trunk/Makefile csw/mgar/pkg/cpan/Config-AutoConf/trunk/checksums csw/mgar/pkg/cpan/Config-AutoConf/trunk/files/ Index: csw/mgar/pkg/cpan/Config-AutoConf/trunk =================================================================== --- csw/mgar/pkg/cpan/Config-AutoConf/trunk 2015-04-09 09:49:10 UTC (rev 24833) +++ csw/mgar/pkg/cpan/Config-AutoConf/trunk 2015-04-09 12:01:25 UTC (rev 24834) Property changes on: csw/mgar/pkg/cpan/Config-AutoConf/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/cpan/Config-AutoConf/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Config-AutoConf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Config-AutoConf/trunk/Makefile 2015-04-09 12:01:25 UTC (rev 24834) @@ -0,0 +1,22 @@ +NAME = Config-AutoConf +VERSION = 0.311 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = REHSACK + +DESCRIPTION = A module to implement some of AutoConf macros in pure perl +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ + +PACKAGES += CSWpm-config-autoconf +CATALOGNAME_CSWpm-config-autoconf = pm_config_autoconf +SPKG_DESC_CSWpm-config-autoconf = A module to implement some of AutoConf macros in pure perl +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-config-autoconf = 1 +RUNTIME_DEP_PKGS_CSWpm-config-autoconf += CSWpm-capture-tiny + +include gar/category.mk Added: csw/mgar/pkg/cpan/Config-AutoConf/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Config-AutoConf/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Config-AutoConf/trunk/checksums 2015-04-09 12:01:25 UTC (rev 24834) @@ -0,0 +1 @@ +fa19f46bbd5bb0bd23ee41e8fd7b533f Config-AutoConf-0.311.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Apr 9 16:17:17 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 9 Apr 2015 14:17:17 +0000 Subject: SF.net SVN: gar:[24836] csw/mgar/pkg/lang-python/carbon/trunk/Makefile Message-ID: <3lN4LJ1k4Hzv7@mail.opencsw.org> Revision: 24836 http://sourceforge.net/p/gar/code/24836 Author: dmichelsen Date: 2015-04-09 14:17:16 +0000 (Thu, 09 Apr 2015) Log Message: ----------- lang-python/carbon/trunk: Fix preset value for fallocate Modified Paths: -------------- csw/mgar/pkg/lang-python/carbon/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-09 12:47:03 UTC (rev 24835) +++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-09 14:17:16 UTC (rev 24836) @@ -65,6 +65,12 @@ REINPLACE_WITH_loc = GRAPHITE_ROOT = $(prefix)\nGRAPHITE_CONF_DIR = $(CONFDIR)\nGRAPHITE_STORAGE_DIR = $(STORAGEDIR)\nPID_DIR = /var/run REINPLACE_FILES_loc += conf/carbon.conf.example +# This is only useful on Linux and causes warning on Solaris +REINPLACEMENTS += nofalloc +REINPLACE_MATCH_nofalloc = WHISPER_FALLOCATE_CREATE = .* +REINPLACE_WITH_nofalloc = WHISPER_FALLOCATE_CREATE = False +REINPLACE_FILES_nofalloc += conf/carbon.conf.example + REINPLACEMENTS += conf REINPLACE_MATCH_conf = join\(graphite_root, "conf"\) REINPLACE_WITH_conf = "$(CONFDIR)" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Apr 9 17:24:09 2015 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 9 Apr 2015 15:24:09 +0000 Subject: SF.net SVN: gar:[24838] csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk Message-ID: <3lN5qR6kt1z164@mail.opencsw.org> Revision: 24838 http://sourceforge.net/p/gar/code/24838 Author: bonivart Date: 2015-04-09 15:24:09 +0000 (Thu, 09 Apr 2015) Log Message: ----------- cpan/ExtUtils-Manifest/trunk: update to 1.70, remove obsolete Modified Paths: -------------- csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/Makefile csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/checksums Modified: csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/Makefile 2015-04-09 14:39:45 UTC (rev 24837) +++ csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/Makefile 2015-04-09 15:24:09 UTC (rev 24838) @@ -1,5 +1,5 @@ NAME = ExtUtils-Manifest -VERSION = 1.61 +VERSION = 1.70 CATEGORIES = cpan GARTYPE = v2 AUTHOR = FLORA @@ -13,8 +13,6 @@ PACKAGES = CSWpm-extutils-manifest CATALOGNAME = pm_extutils_manifest SPKG_DESC_CSWpm-extutils-manifest = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-extutils-manifest = CSWpmextutilsmft -CATALOGNAME_CSWpmextutilsmft = pm_extutilsmft ARCHALL = 1 Modified: csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/checksums 2015-04-09 14:39:45 UTC (rev 24837) +++ csw/mgar/pkg/cpan/ExtUtils-Manifest/trunk/checksums 2015-04-09 15:24:09 UTC (rev 24838) @@ -1 +1 @@ -8d72d056722a9424e642aa0e66b6b50b ExtUtils-Manifest-1.61.tar.gz +8ccb9c1f3bca14c117a74bc7b43be095 ExtUtils-Manifest-1.70.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 Thu Apr 9 19:01:27 2015 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 9 Apr 2015 17:01:27 +0000 Subject: SF.net SVN: gar:[24839] csw/mgar/pkg/tor/branches/alpha/Makefile Message-ID: <3lN7zh4ycyz1FS@mail.opencsw.org> Revision: 24839 http://sourceforge.net/p/gar/code/24839 Author: jake_goerzen Date: 2015-04-09 17:01:27 +0000 (Thu, 09 Apr 2015) Log Message: ----------- tor-alpha: add ISAEXEC = 1 for automatic selection of 32/64 bit binaries Modified Paths: -------------- csw/mgar/pkg/tor/branches/alpha/Makefile Modified: csw/mgar/pkg/tor/branches/alpha/Makefile =================================================================== --- csw/mgar/pkg/tor/branches/alpha/Makefile 2015-04-09 15:24:09 UTC (rev 24838) +++ csw/mgar/pkg/tor/branches/alpha/Makefile 2015-04-09 17:01:27 UTC (rev 24839) @@ -25,6 +25,7 @@ RUNTIME_DEP_PKGS_CSWtor += CSWlibssp0 BUILD64 = 1 +ISAEXEC = 1 sysconfdir = /etc/opt/csw CONFIGURE_ARGS = $(DIRPATHS) 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 Thu Apr 9 22:31:56 2015 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 9 Apr 2015 20:31:56 +0000 Subject: SF.net SVN: gar:[24840] csw/mgar/pkg/tor/trunk/Makefile Message-ID: <3lNDfY1Q3cz2J@mail.opencsw.org> Revision: 24840 http://sourceforge.net/p/gar/code/24840 Author: jake_goerzen Date: 2015-04-09 20:31:55 +0000 (Thu, 09 Apr 2015) Log Message: ----------- tor: enable 64 bit build and automatic selection of 32/64 bit binaries Modified Paths: -------------- csw/mgar/pkg/tor/trunk/Makefile Modified: csw/mgar/pkg/tor/trunk/Makefile =================================================================== --- csw/mgar/pkg/tor/trunk/Makefile 2015-04-09 17:01:27 UTC (rev 24839) +++ csw/mgar/pkg/tor/trunk/Makefile 2015-04-09 20:31:55 UTC (rev 24840) @@ -30,6 +30,9 @@ GARCOMPILER = GNU +BUILD64 = 1 +ISAEXEC = 1 + sysconfdir = /etc/opt/csw 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 Fri Apr 10 23:11:05 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 10 Apr 2015 21:11:05 +0000 Subject: SF.net SVN: gar:[24844] csw/mgar/pkg Message-ID: <3lNsTS6FxFzSH@mail.opencsw.org> Revision: 24844 http://sourceforge.net/p/gar/code/24844 Author: dmichelsen Date: 2015-04-10 21:11:05 +0000 (Fri, 10 Apr 2015) Log Message: ----------- elasticsearch/trunk: Initial commit, SMF manifest and startscript tweaking still missing Added Paths: ----------- csw/mgar/pkg/elasticsearch/ csw/mgar/pkg/elasticsearch/Makefile csw/mgar/pkg/elasticsearch/branches/ csw/mgar/pkg/elasticsearch/tags/ csw/mgar/pkg/elasticsearch/trunk/ csw/mgar/pkg/elasticsearch/trunk/Makefile csw/mgar/pkg/elasticsearch/trunk/checksums csw/mgar/pkg/elasticsearch/trunk/files/ Added: csw/mgar/pkg/elasticsearch/Makefile =================================================================== --- csw/mgar/pkg/elasticsearch/Makefile (rev 0) +++ csw/mgar/pkg/elasticsearch/Makefile 2015-04-10 21:11:05 UTC (rev 24844) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/elasticsearch/trunk =================================================================== --- csw/mgar/pkg/elasticsearch/trunk 2015-04-10 18:19:19 UTC (rev 24843) +++ csw/mgar/pkg/elasticsearch/trunk 2015-04-10 21:11:05 UTC (rev 24844) Property changes on: csw/mgar/pkg/elasticsearch/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/elasticsearch/trunk/Makefile =================================================================== --- csw/mgar/pkg/elasticsearch/trunk/Makefile (rev 0) +++ csw/mgar/pkg/elasticsearch/trunk/Makefile 2015-04-10 21:11:05 UTC (rev 24844) @@ -0,0 +1,55 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = elasticsearch +VERSION = 1.5.1 +GARTYPE = v2 + +DESCRIPTION = Search & Analyze Data in Real Time + +MASTER_SITES += https://download.elastic.co/elasticsearch/elasticsearch/ +DISTFILES += $(DISTNAME).tar.gz + +VENDOR_URL = https://www.elastic.co/products/elasticsearch +LICENSE = LICENSE.txt + +PACKAGES += CSWelasticsearch +SPKG_DESC_CSWelasticsearch = +# PKGFILES is catchall + +CHECKPKG_OVERRIDES_CSWelasticsearch-sparc += binary-architecture-does-not-match-placement|file=opt/csw/lib/elasticsearch/sigar/libsigar-sparc64-solaris.so|arch_id=43|arch_name=sparcv9 +CHECKPKG_OVERRIDES_CSWelasticsearch-i386 += binary-architecture-does-not-match-placement|file=opt/csw/lib/elasticsearch/sigar/libsigar-amd64-solaris.so|arch_id=62|arch_name=amd64 + +CHECKPKG_OVERRIDES_CSWelasticsearch-sparc += no-direct-binding|/opt/csw/lib/elasticsearch/sigar/libsigar-sparc-solaris.so|is|not|directly|bound|to|soname|libkstat.so.1 +CHECKPKG_OVERRIDES_CSWelasticsearch-sparc += no-direct-binding|/opt/csw/lib/elasticsearch/sigar/libsigar-sparc64-solaris.so|is|not|directly|bound|to|soname|libkstat.so.1 +CHECKPKG_OVERRIDES_CSWelasticsearch-i386 += no-direct-binding|/opt/csw/lib/elasticsearch/sigar/libsigar-x86-solaris.so|is|not|directly|bound|to|soname|libkstat.so.1 +CHECKPKG_OVERRIDES_CSWelasticsearch-i386 += no-direct-binding|/opt/csw/lib/elasticsearch/sigar/libsigar-amd64-solaris.so|is|not|directly|bound|to|soname|libkstat.so.1 + +# Where does this come from?!? +CHECKPKG_OVERRIDES_CSWelasticsearch-i386 += bad-rpath-entry|/usr/sfw/lib|opt/csw/lib/elasticsearch/sigar/libsigar-amd64-solaris.so + +CHECKPKG_OVERRIDES_CSWelasticsearch += $(CHECKPKG_OVERRIDES_CSWelasticsearch-$(GARCH)) + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +PRESERVECONF += $(sysconfdir)/elasticsearch.yml +SIGAR_i386 += libsigar-x86-solaris.so +SIGAR_i386 += libsigar-amd64-solaris.so +SIGAR_sparc += libsigar-sparc-solaris.so +SIGAR_sparc += libsigar-sparc64-solaris.so + +include gar/category.mk + +install-custom: + ginstall -D -m 0755 $(WORKSRC)/bin/elasticsearch $(DESTDIR)$(bindir)/elasticsearch + ginstall -D -m 0755 $(WORKSRC)/config/elasticsearch.yml $(DESTDIR)$(sysconfdir)/elasticsearch/elasticsearch.yml + ginstall -D -m 0755 $(WORKSRC)/config/logging.yml $(DESTDIR)$(sysconfdir)/elasticsearch/logging.yml + ginstall -D -m 0755 $(WORKSRC)/README.textile $(DESTDIR)$(docdir)/elasticsearch/README.textile + ginstall -d -m 0755 $(DESTDIR)$(libdir)/elasticsearch + cp -rp $(WORKSRC)/lib/* $(DESTDIR)$(libdir)/elasticsearch/ + cd $(DESTDIR)$(libdir)/elasticsearch/sigar && rm -f *freebsd* *linux* *macosx* *winnt* \ + $(filter-out $(SIGAR_$(GARCH)),$(SIGAR_sparc) $(SIGAR_i386)) + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/elasticsearch/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/elasticsearch/trunk/checksums =================================================================== --- csw/mgar/pkg/elasticsearch/trunk/checksums (rev 0) +++ csw/mgar/pkg/elasticsearch/trunk/checksums 2015-04-10 21:11:05 UTC (rev 24844) @@ -0,0 +1 @@ +897f5c820bda7317ca19ca790b99074e elasticsearch-1.5.1.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 Sat Apr 11 00:36:21 2015 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 10 Apr 2015 22:36:21 +0000 Subject: SF.net SVN: gar:[24845] csw/mgar/pkg/torsocks/trunk Message-ID: <3lNvMh1fFjzW4@mail.opencsw.org> Revision: 24845 http://sourceforge.net/p/gar/code/24845 Author: jake_goerzen Date: 2015-04-10 22:36:21 +0000 (Fri, 10 Apr 2015) Log Message: ----------- torsocks: add 64-bit build Modified Paths: -------------- csw/mgar/pkg/torsocks/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/torsocks/trunk/files/BUILDNOTES Modified: csw/mgar/pkg/torsocks/trunk/Makefile =================================================================== --- csw/mgar/pkg/torsocks/trunk/Makefile 2015-04-10 21:11:05 UTC (rev 24844) +++ csw/mgar/pkg/torsocks/trunk/Makefile 2015-04-10 22:36:21 UTC (rev 24845) @@ -27,6 +27,9 @@ RUNTIME_DEP_PKGS_CSWtorsocks += CSWbash CHECKPKG_OVERRIDES_CSWtorsocks += surplus-dependency|CSWbash +BUILD64 = 1 +ISAEXEC = 1 + include gar/category.mk pre-configure: Added: csw/mgar/pkg/torsocks/trunk/files/BUILDNOTES =================================================================== --- csw/mgar/pkg/torsocks/trunk/files/BUILDNOTES (rev 0) +++ csw/mgar/pkg/torsocks/trunk/files/BUILDNOTES 2015-04-10 22:36:21 UTC (rev 24845) @@ -0,0 +1,4 @@ +Research, Notes, Links +====================== + +http://stackoverflow.com/questions/1190939/ltlibraries-mv-tpo-plo-but-the-former-doesnt-exist-and-the-latter-already 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 Apr 13 07:06:02 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 13 Apr 2015 05:06:02 +0000 Subject: SF.net SVN: gar:[24847] csw/mgar/pkg Message-ID: <3lQHyK6YWFz11w@mail.opencsw.org> Revision: 24847 http://sourceforge.net/p/gar/code/24847 Author: dmichelsen Date: 2015-04-13 05:06:02 +0000 (Mon, 13 Apr 2015) Log Message: ----------- jdk8: Initial commit Modified Paths: -------------- csw/mgar/pkg/jdk8/trunk/Makefile csw/mgar/pkg/jdk8/trunk/checksums Added Paths: ----------- csw/mgar/pkg/jdk8/ Modified: csw/mgar/pkg/jdk8/trunk/Makefile =================================================================== --- csw/mgar/pkg/jdk6/trunk/Makefile 2014-11-19 15:00:40 UTC (rev 24362) +++ csw/mgar/pkg/jdk8/trunk/Makefile 2015-04-13 05:06:02 UTC (rev 24847) @@ -1,9 +1,9 @@ -NAME = jdk6 -SPKG_VERSION = 1.6.0_37 -VERSION = 6u37 +NAME = jre8 +SPKG_VERSION = 1.8.0_40 +VERSION = 8u40 GARTYPE = v2 -DESCRIPTION = Java Development Kit 6 +DESCRIPTION = Java Development Kit 8 define BLURB endef @@ -11,109 +11,112 @@ # manually and put into /home/src before packaging. MASTER_SITES = manual:// -SUFFIXES_sparc = sparc sparcv9 -SUFFIXES_i386 = i586 x64 +SUFFIXES_sparc = sparcv9 +SUFFIXES_i386 = x64 SUFFIXES = $(SUFFIXES_sparc) $(SUFFIXES_i386) DISTNAME = jdk$(SPKG_VERSION) -DISTFILES = $(foreach S,$(SUFFIXES),jdk-$(VERSION)-solaris-$S.sh) -NOEXTRACT = $(foreach S,$(filter-out $(SUFFIXES_$(GARCH)),$(SUFFIXES)),jdk-$(VERSION)-solaris-$S.sh) +DISTFILES = $(foreach S,$(SUFFIXES),jdk-$(VERSION)-solaris-$S.tar.gz) +NOEXTRACT = $(foreach S,$(filter-out $(SUFFIXES_$(GARCH)),$(SUFFIXES)),jdk-$(VERSION)-solaris-$S.tar.gz) -SPKG_SOURCEURL = http://java.sun.com/javase/downloads/index.jsp +NOGITPATCH = 1 -PACKAGES = CSWjdk6 CSWjre6 CSWjdk CSWjre +VENDOR_URL = http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html +LICENSE = COPYRIGHT -CATALOGNAME_CSWjdk6 = jdk6 -CATALOGNAME_CSWjre6 = jre6 -CATALOGNAME_CSWjdk = jdk -CATALOGNAME_CSWjre = jre +PACKAGES += CSWjdk +SPKG_DESC_CSWjdk = Java Delopment Kit - Latest Version (now CSWjdk8) +PKGFILES_CSWjdk += $(prefix)/java/jdk/latest +ARCHALL_CSWjdk = 1 +RUNTIME_DEP_PKGS_CSWjdk += CSWjdk8 +CHECKPKG_OVERRIDES_CSWjdk += surplus-dependency|CSWjdk8 -ARCHALL_CSWjdk = 1 +PACKAGES += CSWjre +SPKG_DESC_CSWjre = Java Runtime Environment - Latest Version (now CSWjre8) +PKGFILES_CSWjre += $(prefix)/java/jre/latest +PKGFILES_CSWjre += $(prefix)/java/man ARCHALL_CSWjre = 1 +RUNTIME_DEP_PKGS_CSWjre += CSWjre8 +# False positive: +# http://lists.opencsw.org/pipermail/maintainers/2015-January/019614.html +# Override until it is fixed +CHECKPKG_OVERRIDES_CSWjre += file-needed-but-no-package-satisfies-it|/opt/csw/java/jdk/latest/man|CSWjre|contains|symlink|/opt/csw/java/man|which|needs|the|target|file:|/opt/csw/java/jdk/latest/man -LICENSE = COPYRIGHT +FILES_JDK += javadoc +FILES_JDK += javap +FILES_JDK += jconsole +FILES_JDK += jdb +FILES_JDK += jhat +FILES_JDK += jinfo +FILES_JDK += jmap +FILES_JDK += jsadebugd +FILES_JDK += jstack +FILES_JDK += jstat +FILES_JDK += jstatd +FILES_JDK += jvisualvm +FILES_JDK += serialver -SPKG_DESC_CSWjdk6 = Java Development Kit 6 -SPKG_DESC_CSWjre6 = Java Runtime Environment 6 -SPKG_DESC_CSWjdk = Java Delopment Kit - Latest Version (now CSWjdk6) -SPKG_DESC_CSWjre = Java Runtime Environment - Latest Version (now CSWjre6) +PACKAGES += CSWjdk8 +SPKG_DESC_CSWjdk8 = Java Development Kit 8 +# PKGFILES is catchall +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/bin/$F) +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/bin/$(ISA_DEFAULT64_$(GARCH))/$F) +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/man/man1/$F.1) +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/man/ja/man1/$F.1) +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/man/ja_JP.PCK/man1/$F.1) +PKGFILES_CSWjdk8 += $(foreach F,$(FILES_JDK),$(prefix)/java/$(DISTNAME)/man/ja_JP.UTF-8/man1/$F.1) +PKGFILES_CSWjdk8 += $(prefix)/java/$(DISTNAME)/src.zip +PKGFILES_CSWjdk8 += $(prefix)/java/$(DISTNAME)/lib/visualvm(/.*)? +PKGFILES_CSWjdk8 += $(prefix)/java/jdk/jdk8 +# This is a logical dependency, so no way for checkpkg to detect it +RUNTIME_DEP_PKGS_CSWjdk8 += CSWjre8 +CHECKPKG_OVERRIDES_CSWjdk8 += surplus-dependency|CSWjre8 +# We package upstream as is, no chance to change anything. +CHECKPKG_OVERRIDES_CSWjdk8 += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWjdk8 += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWjdk8 += soname-not-found +CHECKPKG_OVERRIDES_CSWjdk8 += no-direct-binding +CHECKPKG_OVERRIDES_CSWjdk8 += file-with-bad-content -RUNTIME_DEP_PKGS_CSWjdk6 = CSWjre6 -RUNTIME_DEP_PKGS_CSWjdk = CSWjdk6 -RUNTIME_DEP_PKGS_CSWjre = CSWjre6 +PACKAGES += CSWjre8 +SPKG_DESC_CSWjre8 = Java Server Runtime Environment 8 +# PKGFILES is catchall +# We package upstream as is, no chance to change anything. +CHECKPKG_OVERRIDES_CSWjre8 += binary-architecture-does-not-match-placement +CHECKPKG_OVERRIDES_CSWjre8 += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWjre8 += soname-not-found +CHECKPKG_OVERRIDES_CSWjre8 += no-direct-binding +CHECKPKG_OVERRIDES_CSWjre8 += file-with-bad-content -MANPAGES_JRE = java.1 javaws.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 -MANPAGES_JRE += servertool.1 tnameserv.1 unpack200.1 - -MANPAGE_REGEX = ($(shell echo $(MANPAGES_JRE) | perl -lne 's/\./\\./g;print join("|",split)')) - CONFIGURE_SCRIPTS = BUILD_SCRIPTS = TEST_SCRIPTS = INSTALL_SCRIPTS = custom -PKGFILES_CSWjdk = $(prefix)/java/jdk/latest +include gar/category.mk -PKGFILES_CSWjre = $(prefix)/java/jre/latest -PKGFILES_CSWjre += $(prefix)/java/man - -PKGFILES_CSWjre6 = $(prefix)/java/jdk/$(DISTNAME)/jre/.* -PKGFILES_CSWjre6 += $(prefix)/java/jdk/$(DISTNAME)/man/.*/$(MANPAGE_REGEX) -PKGFILES_CSWjre6 += $(prefix)/java/jre/jre$(SPKG_VERSION) -PKGFILES_CSWjre6 += $(prefix)/java/jre/jre6 - -# CSWjdk6 gets all the rest - # Tell the user to download the file manually manual//%: @echo @echo "Please download the file" @echo " $*" @echo "manually from" - @echo " $(SPKG_SOURCEURL)" + @echo " $(VENDOR_URL)" @echo "and copy it to" @echo " $(GARCHIVEDIR)" @echo -# rule to extract files with shell -# Clear DISPLAY or the installer will bring up advertisement -shell-extract-archive-%: - @echo " ==> Extracting $(DOWNLOADDIR)/$*" - @echo "yes" | (D=$(abspath $(DOWNLOADDIR)/$*); cd $(EXTRACTDIR); DISPLAY= MORE="-10000" sh $$D -noregister) - @$(MAKECOOKIE) - -extract-archive-%.sh: shell-extract-archive-%.sh - @$(MAKECOOKIE) - -# We package upstream as is, no chance to change anything. -CHECKPKG_OVERRIDES_CSWjdk += surplus-dependency|CSWjdk6 -CHECKPKG_OVERRIDES_CSWjdk6 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWjdk6 += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWjre += surplus-dependency|CSWjre6 -CHECKPKG_OVERRIDES_CSWjre6 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWjre6 += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWjre6 += soname-not-found - -include gar/category.mk - install-custom: @echo " ==> Installing $(NAME)" - - @rm -rf $(DESTDIR)$(prefix)/java - @ginstall -d $(DESTDIR)$(prefix)/java/jdk - @(cd $(WORKDIR); pax -r -w -s ',.*/\.git.*,,' $(DISTNAME) $(DESTDIR)$(prefix)/java/jdk) - @rm -f $(DESTDIR)$(prefix)/java/jdk/latest - @gln -sf jdk6 $(DESTDIR)$(prefix)/java/jdk/latest - @rm -f $(DESTDIR)$(prefix)/java/jdk/jdk6 - @gln -sf $(DISTNAME) $(DESTDIR)$(prefix)/java/jdk/jdk6 - - @ginstall -d $(DESTDIR)$(prefix)/java/jre - @rm -f $(DESTDIR)$(prefix)/java/jre/jre$(SPKG_VERSION) - @gln -sf ../jdk/$(DISTNAME)/jre $(DESTDIR)$(prefix)/java/jre/jre$(SPKG_VERSION) - @rm -f $(DESTDIR)$(prefix)/java/jre/latest - @gln -sf jre6 $(DESTDIR)$(prefix)/java/jre/latest - @rm -f $(DESTDIR)$(prefix)/java/jre/jre6 - @gln -sf jre$(SPKG_VERSION) $(DESTDIR)$(prefix)/java/jre/jre6 - - @gln -sf ../man $(DESTDIR)$(prefix)/java/jdk/$(DISTNAME)/jre/man + rm -rf $(DESTDIR)$(prefix)/java + ginstall -d -m 0755 $(DESTDIR)$(prefix)/java + cp -rp $(WORKSRC) $(DESTDIR)$(prefix)/java/$(DISTNAME) + rm -rf $(DESTDIR)$(prefix)/java/jre + ginstall -d -m 0755 $(DESTDIR)$(prefix)/java/jdk + gln -sf ../$(DISTNAME) $(DESTDIR)$(prefix)/java/jdk/jdk8 + gln -sf jdk8 $(DESTDIR)$(prefix)/java/jdk/latest + ginstall -d -m 0755 $(DESTDIR)$(prefix)/java/jre + gln -sf ../$(DISTNAME)/jre $(DESTDIR)$(prefix)/java/jre/jre8 + gln -sf jre8 $(DESTDIR)$(prefix)/java/jre/latest + gln -sf jdk/latest/man $(DESTDIR)$(prefix)/java/man @$(MAKECOOKIE) Modified: csw/mgar/pkg/jdk8/trunk/checksums =================================================================== --- csw/mgar/pkg/jdk6/trunk/checksums 2014-11-19 15:00:40 UTC (rev 24362) +++ csw/mgar/pkg/jdk8/trunk/checksums 2015-04-13 05:06:02 UTC (rev 24847) @@ -1,4 +1,2 @@ -5ae91311d0a2cfe4a346f65d3e5217c9 jdk-6u37-solaris-i586.sh -36cca90c79c69d20c688f7343e27f6f4 jdk-6u37-solaris-sparc.sh -1c6903a949748f5c48815035e7420118 jdk-6u37-solaris-sparcv9.sh -d86c20a851fafe2448261cddad86ed2f jdk-6u37-solaris-x64.sh +a19a70e01caf11fefcf800bafa4c2b77 jdk-8u40-solaris-sparcv9.tar.gz +8b2a0c3a3c6af95c2e579492f3ebbca4 jdk-8u40-solaris-x64.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 Apr 14 00:19:27 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 13 Apr 2015 22:19:27 +0000 Subject: SF.net SVN: gar:[24851] csw/mgar/pkg/gs_gorm/trunk/Makefile Message-ID: <3lQkrr3x0dz14D@mail.opencsw.org> Revision: 24851 http://sourceforge.net/p/gar/code/24851 Author: rmottola Date: 2015-04-13 22:19:27 +0000 (Mon, 13 Apr 2015) Log Message: ----------- gs_gorm/trunk: correct deps, corresponding x86 overrides Modified Paths: -------------- csw/mgar/pkg/gs_gorm/trunk/Makefile Modified: csw/mgar/pkg/gs_gorm/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_gorm/trunk/Makefile 2015-04-13 21:55:53 UTC (rev 24850) +++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2015-04-13 22:19:27 UTC (rev 24851) @@ -19,14 +19,12 @@ RUNTIME_DEP_PKGS_CSWgorm += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWgorm += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWgorm += CSWgnustep-back -CHECKPKG_OVERRIDES_CSWgorm += CSWgnustep-make -CHECKPKG_OVERRIDES_CSWgorm += CSWgnustep-base -CHECKPKG_OVERRIDES_CSWgorm += CSWgnustep-gui -CHECKPKG_OVERRIDES_CSWgorm += CSWgnustep-back - - #overrides CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make @@ -46,7 +44,24 @@ CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|arch_id=18|arch_name=sparcv8+ CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Gorm|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Xib.plugin/Xib|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/3Containers.palette/3Containers|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Nib.plugin/Nib|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/0Menus.palette/0Menus|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/4Data.palette/4Data|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/Gorm.plugin/Gorm|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/1Windows.palette/1Windows|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGorm.so.1.1.0|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormObjCHeaderParser.so.1.1.0|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormCore.so.1.2.20|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgorm += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/System/Library/Libraries/libGormPrefs.so.1.2.20|arch_id=3|arch_name=i386 + + + #we know bundles miss soname CHECKPKG_OVERRIDES_CSWgorm += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/2Controls.palette/2Controls CHECKPKG_OVERRIDES_CSWgorm += shared-library-missing-dot-so|file=opt/csw/GNUstep/System/Applications/Gorm.app/Resources/GModel.plugin/GModel 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 Apr 15 23:24:04 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 15 Apr 2015 21:24:04 +0000 Subject: SF.net SVN: gar:[24854] csw/mgar/pkg/gs_ftp/trunk/Makefile Message-ID: <3lRxX53W2Cz4p@mail.opencsw.org> Revision: 24854 http://sourceforge.net/p/gar/code/24854 Author: rmottola Date: 2015-04-15 21:24:04 +0000 (Wed, 15 Apr 2015) Log Message: ----------- gs_ftp/trunk: override for intel Modified Paths: -------------- csw/mgar/pkg/gs_ftp/trunk/Makefile Modified: csw/mgar/pkg/gs_ftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_ftp/trunk/Makefile 2015-04-15 21:12:57 UTC (rev 24853) +++ csw/mgar/pkg/gs_ftp/trunk/Makefile 2015-04-15 21:24:04 UTC (rev 24854) @@ -33,6 +33,8 @@ #these are due to our bundles CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgs-ftp += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/FTP.app/FTP|arch_id=3|arch_name=i386 + CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgcc_s.so.1 CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 CHECKPKG_OVERRIDES_CSWgs-ftp += no-direct-binding|/opt/csw/GNUstep/Local/Applications/FTP.app/FTP|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Thu Apr 16 20:04:09 2015 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Thu, 16 Apr 2015 18:04:09 +0000 Subject: SF.net SVN: gar:[24855] csw/mgar/pkg/gdb/trunk Message-ID: <3lST2r6vt1zQS@mail.opencsw.org> Revision: 24855 http://sourceforge.net/p/gar/code/24855 Author: pfelecan Date: 2015-04-16 18:04:08 +0000 (Thu, 16 Apr 2015) Log Message: ----------- new upstream release. Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile csw/mgar/pkg/gdb/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2015-04-15 21:24:04 UTC (rev 24854) +++ csw/mgar/pkg/gdb/trunk/Makefile 2015-04-16 18:04:08 UTC (rev 24855) @@ -1,7 +1,7 @@ # $Id$ NAME = gdb -VERSION = 7.7 +VERSION = 7.9 GARTYPE = v2 DESCRIPTION = The GNU Debugger @@ -26,7 +26,7 @@ endef MASTER_SITES = $(GNU_MIRROR) -DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES = $(DISTNAME).tar.xz # from private patch 2: PATCHFILES += 0001-OpenSolaris-gdb-solib-svr4.patch # from private patch 3: @@ -34,8 +34,6 @@ # from private patch 4: PATCHFILES += 0003-Extend-to-OpenCSW-the-OpenSolaris-gdb-fork-child.patch -PATCHFILES += 0004-cast-rlimit-infinity.patch - GARCOMPILER = GNU PACKAGING_PLATFORMS = solaris10-sparc @@ -47,7 +45,6 @@ BUILD_DEP_PKGS += CSWgcc4ada BUILD_DEP_PKGS += CSWflex BUILD_DEP_PKGS += CSWexpect -BUILD_DEP_PKGS += CSWdejagnu BUILD_DEP_PKGS += CSWlibiconv-dev BUILD_DEP_PKGS += CSWlibncurses-dev BUILD_DEP_PKGS += CSWlibz-dev @@ -55,6 +52,8 @@ BUILD_DEP_PKGS += CSWlibreadline-dev CONFIGURE_ARGS-32 += --with-python +CONFIGURE_ARGS-32 += --disable-largefile + CONFIGURE_ARGS-64 += CONFIGURE_ARGS = $(DIRPATHS) @@ -71,9 +70,12 @@ CONFIGURE_ARGS += --with-x CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) -# skip the lengthy test until the linker on the build platforms are -# of the same and latest version... -TEST_SCRIPTS = parallel +# - skip the lengthy test until the linker on the build platforms are +# of the same and latest version... +# - the tests depend on the presence of dejagnu which was removed from +# the cataslog ! +#TEST_SCRIPTS = parallel +TEST_SCRIPTS = RUNTIME_DEP_PKGS += CSWlibexpat1 RUNTIME_DEP_PKGS += CSWlibiconv2 Modified: csw/mgar/pkg/gdb/trunk/checksums =================================================================== --- csw/mgar/pkg/gdb/trunk/checksums 2015-04-15 21:24:04 UTC (rev 24854) +++ csw/mgar/pkg/gdb/trunk/checksums 2015-04-16 18:04:08 UTC (rev 24855) @@ -1 +1 @@ -271a18f41858a7e98b28ae4eb91287c9 gdb-7.7.tar.bz2 +e6279f26559d839f0b4218a482bcb43e gdb-7.9.tar.xz Deleted: csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch =================================================================== --- csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch 2015-04-15 21:24:04 UTC (rev 24854) +++ csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch 2015-04-16 18:04:08 UTC (rev 24855) @@ -1,25 +0,0 @@ -From 462881f0945f43c07ba03fcd21d85ba2a0470ef2 Mon Sep 17 00:00:00 2001 -From: Peter Felecan -Date: Sun, 9 Feb 2014 17:10:23 +0100 -Subject: [PATCH] cast rlimit infinity - ---- - bfd/cache.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/bfd/cache.c b/bfd/cache.c -index 4d46936..6d76131 100644 ---- a/bfd/cache.c -+++ b/bfd/cache.c -@@ -82,7 +82,7 @@ bfd_cache_max_open (void) - #ifdef HAVE_GETRLIMIT - struct rlimit rlim; - if (getrlimit (RLIMIT_NOFILE, &rlim) == 0 -- && rlim.rlim_cur != RLIM_INFINITY) -+ && rlim.rlim_cur != (unsigned long)RLIM_INFINITY) - max = rlim.rlim_cur / 8; - else - #endif /* HAVE_GETRLIMIT */ --- -1.8.4.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Sat Apr 18 09:28:17 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Sat, 18 Apr 2015 07:28:17 +0000 Subject: SF.net SVN: gar:[24856] csw/mgar/pkg/binutils/trunk/Makefile Message-ID: <3lTQrK3zCkzws@mail.opencsw.org> Revision: 24856 http://sourceforge.net/p/gar/code/24856 Author: rmottola Date: 2015-04-18 07:28:17 +0000 (Sat, 18 Apr 2015) Log Message: ----------- binutils/trunk: force use of GREP with additional argument Modified Paths: -------------- csw/mgar/pkg/binutils/trunk/Makefile Modified: csw/mgar/pkg/binutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/binutils/trunk/Makefile 2015-04-16 18:04:08 UTC (rev 24855) +++ csw/mgar/pkg/binutils/trunk/Makefile 2015-04-18 07:28:17 UTC (rev 24856) @@ -19,7 +19,7 @@ # EXTRA_CPPFLAGS += -features=extensions -D__FUNCTION__=__func__ -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) GREP=/opt/csw/bin/ggrep CONFIGURE_ARGS += --program-prefix=g # http://sourceware.org/bugzilla/show_bug.cgi?id=12265 CONFIGURE_ARGS += --disable-werror This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Sat Apr 18 13:33:44 2015 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Sat, 18 Apr 2015 11:33:44 +0000 Subject: SF.net SVN: gar:[24857] csw/mgar/pkg/gdb/trunk/Makefile Message-ID: <3lTXHQ2bJ9z1C4@mail.opencsw.org> Revision: 24857 http://sourceforge.net/p/gar/code/24857 Author: pfelecan Date: 2015-04-18 11:33:44 +0000 (Sat, 18 Apr 2015) Log Message: ----------- - now depends on Python 2.7 - Guile is a new dependency Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2015-04-18 07:28:17 UTC (rev 24856) +++ csw/mgar/pkg/gdb/trunk/Makefile 2015-04-18 11:33:44 UTC (rev 24857) @@ -78,10 +78,11 @@ TEST_SCRIPTS = RUNTIME_DEP_PKGS += CSWlibexpat1 +RUNTIME_DEP_PKGS += CSWlibguile2-0-22 RUNTIME_DEP_PKGS += CSWlibiconv2 RUNTIME_DEP_PKGS += CSWlibintl8 RUNTIME_DEP_PKGS += CSWlibncurses5 -RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0 +RUNTIME_DEP_PKGS += CSWlibpython2-7-1-0 RUNTIME_DEP_PKGS += CSWlibreadline6 RUNTIME_DEP_PKGS += CSWlibz1 RUNTIME_DEP_PKGS += CSWliblzma5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Sun Apr 19 10:54:38 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Sun, 19 Apr 2015 08:54:38 +0000 Subject: SF.net SVN: gar:[24859] csw/mgar/pkg/binutils/trunk/Makefile Message-ID: <3lV4jV1gcNzL0@mail.opencsw.org> Revision: 24859 http://sourceforge.net/p/gar/code/24859 Author: rmottola Date: 2015-04-19 08:54:38 +0000 (Sun, 19 Apr 2015) Log Message: ----------- binutils/trunk: enable sparc9 Modified Paths: -------------- csw/mgar/pkg/binutils/trunk/Makefile Modified: csw/mgar/pkg/binutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/binutils/trunk/Makefile 2015-04-18 20:56:33 UTC (rev 24858) +++ csw/mgar/pkg/binutils/trunk/Makefile 2015-04-19 08:54:38 UTC (rev 24859) @@ -17,6 +17,10 @@ # PATCHFILES = 0001-Remove-gcc-specific-warning-no-error.patch # PATCHFILES += 0002-Use-func-instead-of-FUNCTION.patch +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 + # EXTRA_CPPFLAGS += -features=extensions -D__FUNCTION__=__func__ CONFIGURE_ARGS = $(DIRPATHS) GREP=/opt/csw/bin/ggrep This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Sun Apr 19 11:48:39 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Sun, 19 Apr 2015 09:48:39 +0000 Subject: SF.net SVN: gar:[24860] csw/mgar/pkg/gs_projectcenter/trunk/Makefile Message-ID: <3lV5vj6tMNzRm@mail.opencsw.org> Revision: 24860 http://sourceforge.net/p/gar/code/24860 Author: rmottola Date: 2015-04-19 09:48:38 +0000 (Sun, 19 Apr 2015) Log Message: ----------- add missing deps Modified Paths: -------------- csw/mgar/pkg/gs_projectcenter/trunk/Makefile Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2015-04-19 08:54:38 UTC (rev 24859) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2015-04-19 09:48:38 UTC (rev 24860) @@ -5,6 +5,8 @@ VERSION = 0.6.1 GARTYPE = v2 +PACKAGES += CSWprojectcenter + DESCRIPTION = GNUstep IDE define BLURB GNUstep IDE for creating Tools and Applications with Makefile generation. @@ -16,16 +18,27 @@ BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWgcc4objc -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-make -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-base -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-gui -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibobjc4 PATCHFILES += 0001-solaris-fix.patch #overrides CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make +#we discard placements + + +#we do not link directly due to bundles + + +#we know we have a different name in our bundles + + #where can we build? #PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Apr 19 18:45:54 2015 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sun, 19 Apr 2015 16:45:54 +0000 Subject: SF.net SVN: gar:[24862] csw/mgar/pkg/isaexec/trunk Message-ID: <3lVH9B1ZbRznt@mail.opencsw.org> Revision: 24862 http://sourceforge.net/p/gar/code/24862 Author: wahwah Date: 2015-04-19 16:45:53 +0000 (Sun, 19 Apr 2015) Log Message: ----------- isaexec/trunk: Why not our own isaexec? Added Paths: ----------- csw/mgar/pkg/isaexec/trunk/Makefile csw/mgar/pkg/isaexec/trunk/files/ csw/mgar/pkg/isaexec/trunk/files/Makefile csw/mgar/pkg/isaexec/trunk/files/csw-isaexec.c Property Changed: ---------------- csw/mgar/pkg/isaexec/trunk/ Index: csw/mgar/pkg/isaexec/trunk =================================================================== --- csw/mgar/pkg/isaexec/trunk 2015-04-19 14:26:11 UTC (rev 24861) +++ csw/mgar/pkg/isaexec/trunk 2015-04-19 16:45:53 UTC (rev 24862) Property changes on: csw/mgar/pkg/isaexec/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/isaexec/trunk/Makefile =================================================================== --- csw/mgar/pkg/isaexec/trunk/Makefile (rev 0) +++ csw/mgar/pkg/isaexec/trunk/Makefile 2015-04-19 16:45:53 UTC (rev 24862) @@ -0,0 +1,36 @@ +# $Id: Makefile 24861 2015-04-19 14:26:11Z wahwah $ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = isaexec +VERSION = 0.3 +GARTYPE = v2 + +DESCRIPTION = Find and execute an architecture-optimized binary + +VENDOR_URL = http://www.opencsw.org + +MASTER_SITES = +DISTFILES = csw-isaexec.c Makefile + +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 + +CONFIGURE_ARGS = $(DIRPATHS) + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = custom +TEST_TARGET = + +GARCOMPILER = GNU + +MKPACKAGE_ARGS = --nocompress + +include gar/category.mk + +pre-configure: + cp $(WORKDIR)/Makefile $(WORKSRC) + cp $(WORKDIR)/csw-isaexec.c $(WORKSRC) + @$(MAKECOOKIE) + +build-custom: + (cd $(WORKSRC); gmake $(BUILD_ENV) $(PARALLELMFLAGS)) + @$(MAKECOOKIE) Added: csw/mgar/pkg/isaexec/trunk/files/Makefile =================================================================== --- csw/mgar/pkg/isaexec/trunk/files/Makefile (rev 0) +++ csw/mgar/pkg/isaexec/trunk/files/Makefile 2015-04-19 16:45:53 UTC (rev 24862) @@ -0,0 +1,5 @@ +all: csw-isaexec + +install: + ginstall -d -m 755 $(DESTDIR)$(bindir) + ginstall -m 755 csw-isaexec $(DESTDIR)$(bindir)/isaexec Added: csw/mgar/pkg/isaexec/trunk/files/csw-isaexec.c =================================================================== --- csw/mgar/pkg/isaexec/trunk/files/csw-isaexec.c (rev 0) +++ csw/mgar/pkg/isaexec/trunk/files/csw-isaexec.c 2015-04-19 16:45:53 UTC (rev 24862) @@ -0,0 +1,7 @@ +// Based on isaexec man page. +#include +#include + +int main(int argc, char *argv[], char *envp[]) { + return (isaexec(getexecname(), argv, envp)); +} 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 Apr 20 14:32:30 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Apr 2015 12:32:30 +0000 Subject: SF.net SVN: gar:[24867] csw/mgar/pkg/haproxy/trunk Message-ID: <3lVnVR6rrmzGY@mail.opencsw.org> Revision: 24867 http://sourceforge.net/p/gar/code/24867 Author: dmichelsen Date: 2015-04-20 12:32:29 +0000 (Mon, 20 Apr 2015) Log Message: ----------- haproxy/trunk: Update to 1.4.26 Modified Paths: -------------- csw/mgar/pkg/haproxy/trunk/Makefile csw/mgar/pkg/haproxy/trunk/checksums Modified: csw/mgar/pkg/haproxy/trunk/Makefile =================================================================== --- csw/mgar/pkg/haproxy/trunk/Makefile 2015-04-20 09:21:17 UTC (rev 24866) +++ csw/mgar/pkg/haproxy/trunk/Makefile 2015-04-20 12:32:29 UTC (rev 24867) @@ -9,7 +9,7 @@ # I added this link manually for now, investigate later! # NAME = haproxy -VERSION = 1.4.18 +VERSION = 1.4.26 GARTYPE = v2 DESCRIPTION = Reliable, high performance TCP/HTTP load balancer @@ -27,27 +27,20 @@ MASTER_SITES = http://haproxy.1wt.eu/download/1.4/src/ DISTFILES += $(DISTNAME).tar.gz -VENDOR_URL = http://haproxy.1wt.eu/ +VENDOR_URL = http://www.haproxy.org LICENSE = LICENSE -# Don't care for now, investigate later! -CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/haproxy.1 -CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/haproxy.1 -CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/build.cfg -CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy.cfg -CHECKPKG_OVERRIDES_CSWhaproxy += file-with-bad-content|/usr/share|root/opt/csw/share/doc/haproxy/examples/haproxy-1.1.21-flx.1.pkg - -# This is cross-linked, but not correctly added to the package database -# /usr/lib/abi/abi_libcrypt_d.so.1 f none 0755 root bin 37708 45322 1036400527 SUNWcstl -CHECKPKG_OVERRIDES_CSWhaproxy += soname-not-found|libcrypt_d.so.1|is|needed|by|opt/csw/sbin/amd64/haproxy - # Heavily optimized, supported for gcc, didn't dare to touch GARCOMPILER = GCC4 BUILD64 = 1 ISAEXEC = 1 + +# There is no configure script, configuration is passed directly to the Makefile CONFIGURE_SCRIPTS = + +# There is no testsuite TEST_SCRIPTS = BUILD_ARGS = \ @@ -61,13 +54,13 @@ SBINDIR=$(sbindir) \ DOCDIR=$(docdir)/$(NAME) +# We need GNU install as 'install' +INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) + include gar/category.mk -# Makefile contains references to install -PATH := /opt/csw/gnu:$(PATH) - -post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) -post-install-modulated: +post-install: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) +post-install: mkdir -p $(DOCDEST) cp -r $(WORKSRC)/examples $(DOCDEST) cp -r $(WORKSRC)/doc/* $(DOCDEST) Modified: csw/mgar/pkg/haproxy/trunk/checksums =================================================================== --- csw/mgar/pkg/haproxy/trunk/checksums 2015-04-20 09:21:17 UTC (rev 24866) +++ csw/mgar/pkg/haproxy/trunk/checksums 2015-04-20 12:32:29 UTC (rev 24867) @@ -1 +1 @@ -4ac88bb1a76c4b84ed4f6131183bedbe haproxy-1.4.18.tar.gz +0606180bb01d9b91b49e6ca16e681172 haproxy-1.4.26.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 Apr 21 00:07:36 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 20 Apr 2015 22:07:36 +0000 Subject: SF.net SVN: gar:[24873] csw/mgar/pkg/gs_terminal/trunk/Makefile Message-ID: <3lW2Fw4JhYz11y@mail.opencsw.org> Revision: 24873 http://sourceforge.net/p/gar/code/24873 Author: rmottola Date: 2015-04-20 22:07:36 +0000 (Mon, 20 Apr 2015) Log Message: ----------- gs_terminal/trunk: change package name to gs-terminal Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-20 18:42:37 UTC (rev 24872) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-20 22:07:36 UTC (rev 24873) @@ -4,6 +4,7 @@ NAME = Terminal VERSION = 0.9.8 GARTYPE = v2 +PACKAGES += CSWgs-terminal DESCRIPTION = GNUstep Terminal emulator define BLURB @@ -20,33 +21,33 @@ BUILD_DEP_PKGS += CSWgnustep-gui BUILD_DEP_PKGS += CSWgnustep-back -RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-gui -RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-back -RUNTIME_DEP_PKGS_CSWTerminal += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWTerminal += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWTerminal += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWgs-terminal += CSWlibobjc4 #we do override because we depend on them -CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-gui -CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-base -CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-back -CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-gui +CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-back +CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-make # we don't direcly bind right now -CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libiconv.so.2 -CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libobjc.so.4 +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgcc_s.so.1 +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libiconv.so.2 +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libobjc.so.4 #known placement overrides since we use bundles -CHECKPKG_OVERRIDES_CSWTerminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ #others -CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal -CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal +CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal +CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang 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 Apr 21 07:48:21 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 21 Apr 2015 05:48:21 +0000 Subject: SF.net SVN: gar:[24874] csw/mgar/pkg/gs_terminal/trunk/Makefile Message-ID: <3lWDTW1BKJz177@mail.opencsw.org> Revision: 24874 http://sourceforge.net/p/gar/code/24874 Author: rmottola Date: 2015-04-21 05:48:20 +0000 (Tue, 21 Apr 2015) Log Message: ----------- gs_terminal/trunk: add equivalent override for i386 Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-20 22:07:36 UTC (rev 24873) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-21 05:48:20 UTC (rev 24874) @@ -44,6 +44,7 @@ #known placement overrides since we use bundles CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=3|arch_name=i386 #others CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal 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 Apr 21 09:58:07 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Tue, 21 Apr 2015 07:58:07 +0000 Subject: SF.net SVN: gar:[24876] csw/mgar/pkg/nspr/trunk Message-ID: <3lWHMG2Bf3z1Rl@mail.opencsw.org> Revision: 24876 http://sourceforge.net/p/gar/code/24876 Author: cgrzemba Date: 2015-04-21 07:58:07 +0000 (Tue, 21 Apr 2015) Log Message: ----------- nspr/trunk: update version Modified Paths: -------------- csw/mgar/pkg/nspr/trunk/Makefile csw/mgar/pkg/nspr/trunk/checksums Modified: csw/mgar/pkg/nspr/trunk/Makefile =================================================================== --- csw/mgar/pkg/nspr/trunk/Makefile 2015-04-21 07:08:30 UTC (rev 24875) +++ csw/mgar/pkg/nspr/trunk/Makefile 2015-04-21 07:58:07 UTC (rev 24876) @@ -8,7 +8,7 @@ NAME = nspr MAJOR_VERSION = 4 -MIN_VERSION = 10.2 +MIN_VERSION = 10.8 VERSION = $(MAJOR_VERSION).$(MIN_VERSION) GARTYPE = v2 @@ -24,7 +24,9 @@ # PATCHFILES = nspr-4.6.1-config.patch PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + GARCOMPILER = GCC4 +GARFLAVOR = DBG # Library splits @@ -34,6 +36,7 @@ PKGFILES_CSWlibnspr4 += $(call baseisadirs,$(libdir),libnspr4.so) RUNTIME_DEP_PKGS_CSWlibnspr4 += CSWlibgcc-s1 CHECKPKG_OVERRIDES_CSWlibnspr4 += soname-equals-filename +CHECKPKG_OVERRIDES_CSWlibnspr4 += filename-version-does-not-match-pkginfo-version PACKAGES += CSWlibplc4 CATALOGNAME_CSWlibplc4 = libplc4 @@ -42,6 +45,7 @@ RUNTIME_DEP_PKGS_CSWlibplc4 += CSWlibnspr4 RUNTIME_DEP_PKGS_CSWlibplc4 += CSWlibgcc-s1 CHECKPKG_OVERRIDES_CSWlibplc4 += soname-equals-filename +CHECKPKG_OVERRIDES_CSWlibplc4 += filename-version-does-not-match-pkginfo-version PACKAGES += CSWlibplds4 CATALOGNAME_CSWlibplds4 = libplds4 @@ -50,6 +54,7 @@ RUNTIME_DEP_PKGS_CSWlibplds4 += CSWlibnspr4 RUNTIME_DEP_PKGS_CSWlibplds4 += CSWlibgcc-s1 CHECKPKG_OVERRIDES_CSWlibplds4 += soname-equals-filename +CHECKPKG_OVERRIDES_CSWlibplds4 += filename-version-does-not-match-pkginfo-version # this lib is only build on sparc, nobody uses this EXTRA_MERGE_EXCLUDE_FILES += .*/libnspr_flt4\.so Modified: csw/mgar/pkg/nspr/trunk/checksums =================================================================== --- csw/mgar/pkg/nspr/trunk/checksums 2015-04-21 07:08:30 UTC (rev 24875) +++ csw/mgar/pkg/nspr/trunk/checksums 2015-04-21 07:58:07 UTC (rev 24876) @@ -1 +1 @@ -f0d254da0b2b870d9a5fa094e879d4b8 nspr-4.10.2.tar.gz +8d7c5bd0a5b0a7d0e705be66479030a0 nspr-4.10.8.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 Apr 21 12:27:10 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 21 Apr 2015 10:27:10 +0000 Subject: SF.net SVN: gar:[24877] csw/mgar/pkg/libpng/trunk/Makefile Message-ID: <3lWLgC6WHYz4v@mail.opencsw.org> Revision: 24877 http://sourceforge.net/p/gar/code/24877 Author: rmottola Date: 2015-04-21 10:27:09 +0000 (Tue, 21 Apr 2015) Log Message: ----------- libpng/trunk: fix packages content by appending variables, as spotted by Dago Modified Paths: -------------- csw/mgar/pkg/libpng/trunk/Makefile Modified: csw/mgar/pkg/libpng/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpng/trunk/Makefile 2015-04-21 07:58:07 UTC (rev 24876) +++ csw/mgar/pkg/libpng/trunk/Makefile 2015-04-21 10:27:09 UTC (rev 24877) @@ -34,13 +34,13 @@ PACKAGING_PLATFORMS += solaris10-i386 -PACKAGES = CSWlibpng-dev -SPKG_DESC_CSWlibpng-dev = $(DESCRIPTION), development files +PACKAGES += CSWlibpng-dev +SPKG_DESC_CSWlibpng-dev += $(DESCRIPTION), development files RUNTIME_DEP_PKGS_CSWlibpng-dev += CSWlibpng16-16 BUILD_DEP_PKGS_CSWlibpng-dev += CSWlibz-dev -PACKAGES = CSWlibpng-utils -SPKG_DESC_CSWlibpng-utils = $(DESCRIPTION), binary utilities +PACKAGES += CSWlibpng-utils +SPKG_DESC_CSWlibpng-utils += $(DESCRIPTION), binary utilities RUNTIME_DEP_PKGS_CSWlibpng-utils += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWlibpng-utils += CSWlibz1 PKGFILES_CSWlibpng-utils += $(bindir)/pngfix @@ -48,7 +48,7 @@ PACKAGES += CSWlibpng16-16 CATALOGNAME_CSWlibpng16-16 = libpng16_16 -PKGFILES_CSWlibpng16-16+= $(call baseisadirs,$(libdir),libpng16\.so\.16(\.\d+)*) +PKGFILES_CSWlibpng16-16 += $(call baseisadirs,$(libdir),libpng16\.so\.16(\.\d+)*) SPKG_DESC_CSWlibpng16-16 += $(DESCRIPTION), libpng16.so.16 RUNTIME_DEP_PKGS_CSWlibpng += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWlibpng16-16 += CSWlibz1 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 Apr 21 17:10:38 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 21 Apr 2015 15:10:38 +0000 Subject: SF.net SVN: gar:[24879] csw/mgar/pkg/gnulinks/trunk/Makefile Message-ID: <3lWSyP5nKgzGB@mail.opencsw.org> Revision: 24879 http://sourceforge.net/p/gar/code/24879 Author: rmottola Date: 2015-04-21 15:10:37 +0000 (Tue, 21 Apr 2015) Log Message: ----------- gnulinks/trunk: disable sol 9 again, we need a branch Modified Paths: -------------- csw/mgar/pkg/gnulinks/trunk/Makefile Modified: csw/mgar/pkg/gnulinks/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnulinks/trunk/Makefile 2015-04-21 11:23:22 UTC (rev 24878) +++ csw/mgar/pkg/gnulinks/trunk/Makefile 2015-04-21 15:10:37 UTC (rev 24879) @@ -23,7 +23,7 @@ CHECKPKG_OVERRIDES_CSWgnulinks += catalogname-does-not-match-pkgname #where can we build? -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +#PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Apr 22 10:11:15 2015 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 22 Apr 2015 08:11:15 +0000 Subject: SF.net SVN: gar:[24883] csw/mgar/pkg/openssl1/trunk/Makefile Message-ID: <3lWvg41Y2hzwN@mail.opencsw.org> Revision: 24883 http://sourceforge.net/p/gar/code/24883 Author: lblume Date: 2015-04-22 08:11:15 +0000 (Wed, 22 Apr 2015) Log Message: ----------- openssl1/trunk: Switch to GCC; remove +vis target unsupported by GCC Modified Paths: -------------- csw/mgar/pkg/openssl1/trunk/Makefile Modified: csw/mgar/pkg/openssl1/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssl1/trunk/Makefile 2015-04-21 21:13:48 UTC (rev 24882) +++ csw/mgar/pkg/openssl1/trunk/Makefile 2015-04-22 08:11:15 UTC (rev 24883) @@ -27,7 +27,7 @@ # This recipe can be used to compile openssl with Sun Studio or GCC # Just define the GARCOMPILER to the GNU or SUN -GARCOMPILER = SUN +GARCOMPILER = GNU GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils @@ -178,7 +178,7 @@ # The list of instructions set for which we will # provide optimized libraries and binaries EXTRA_BUILD_ISAS_i386 = pentium_pro amd64 -EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis sparcv9 +EXTRA_BUILD_ISAS_sparc = sparcv8plus sparcv9 # the openssl build system doesn't honor bindir This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Apr 22 10:19:22 2015 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 22 Apr 2015 08:19:22 +0000 Subject: SF.net SVN: gar:[24885] csw/mgar/pkg/ImageMagick/trunk Message-ID: <3lWvnz3qZlzyk@mail.opencsw.org> Revision: 24885 http://sourceforge.net/p/gar/code/24885 Author: lblume Date: 2015-04-22 08:19:22 +0000 (Wed, 22 Apr 2015) Log Message: ----------- ImageMagick/trunk: Bump to 6.9.1-1; Add patch for Studio Modified Paths: -------------- csw/mgar/pkg/ImageMagick/trunk/Makefile csw/mgar/pkg/ImageMagick/trunk/checksums Added Paths: ----------- csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/Makefile 2015-04-22 08:13:54 UTC (rev 24884) +++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2015-04-22 08:19:22 UTC (rev 24885) @@ -1,6 +1,6 @@ NAME = imagemagick -VERSION = 6.9.0 -GARSUBREV = 6 +VERSION = 6.9.1 +GARSUBREV = 1 #BETAREV = beta20140518 GARTYPE = v2 @@ -30,6 +30,8 @@ LICENSE = LICENSE +PATCHFILES += 0002_warn_all_does_not_work.patch + BUILD_DEP_PKGS += CSWliblcms-dev BUILD_DEP_PKGS += CSWlibcairo-dev BUILD_DEP_PKGS += CSWlibwmf-dev Modified: csw/mgar/pkg/ImageMagick/trunk/checksums =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/checksums 2015-04-22 08:13:54 UTC (rev 24884) +++ csw/mgar/pkg/ImageMagick/trunk/checksums 2015-04-22 08:19:22 UTC (rev 24885) @@ -1 +1 @@ -fd481f9fdee33ab218184a1412bae93d ImageMagick-6.9.0-6.tar.xz +5721a1b252bc0f67c6c73e2b266d0174 ImageMagick-6.9.1-1.tar.xz Added: csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch =================================================================== --- csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch (rev 0) +++ csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch 2015-04-22 08:19:22 UTC (rev 24885) @@ -0,0 +1,21 @@ +index 362ff7f..2196a78 100755 +--- a/configure ++++ b/configure +@@ -8283,7 +8283,7 @@ if ${ac_cv_cflags_warn_all+:} false; then : + else + ac_cv_cflags_warn_all="no, unknown" + ac_save_CFLAGS="$CFLAGS" +-for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" # ++for ac_arg in "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" # + do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -9275,7 +9275,7 @@ if ${ac_cv_cflags_warn_all+:} false; then : + else + ac_cv_cflags_warn_all="no, unknown" + ac_save_CFLAGS="$CFLAGS" +-for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" # ++for ac_arg in "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" # + do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ 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 Apr 22 23:28:02 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 22 Apr 2015 21:28:02 +0000 Subject: SF.net SVN: gar:[24889] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <3lXFHP5Wghz1QT@mail.opencsw.org> Revision: 24889 http://sourceforge.net/p/gar/code/24889 Author: rmottola Date: 2015-04-22 21:28:02 +0000 (Wed, 22 Apr 2015) Log Message: ----------- gs_zipper/trunk: lowercase package name, fix dependency Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-22 20:15:11 UTC (rev 24888) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-22 21:28:02 UTC (rev 24889) @@ -4,6 +4,7 @@ NAME = Zipper VERSION = 1.5 GARTYPE = v2 +PACKAGES += CSWgs-zipper DESCRIPTION = GNUstep graphical archive tool (zip, tar, ...) define BLURB @@ -21,7 +22,7 @@ RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-back RUNTIME_DEP_PKGS_CSWZipper += CSWgtar -RUNTIME_DEP_PKGS_CSWZipper += SUNWzip +RUNTIME_DEP_PKGS_CSWZipper += CSWzip #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Thu Apr 23 09:24:17 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 23 Apr 2015 07:24:17 +0000 Subject: SF.net SVN: gar:[24890] csw/mgar/pkg/389-admin/trunk Message-ID: <3lXVWP4nbCz7j@mail.opencsw.org> Revision: 24890 http://sourceforge.net/p/gar/code/24890 Author: cgrzemba Date: 2015-04-23 07:24:16 +0000 (Thu, 23 Apr 2015) Log Message: ----------- 389-admin/trunk: update version 1.1.38 Modified Paths: -------------- csw/mgar/pkg/389-admin/trunk/Makefile csw/mgar/pkg/389-admin/trunk/checksums csw/mgar/pkg/389-admin/trunk/files/0003-correct-initscript-and-http.conf.in.patch csw/mgar/pkg/389-admin/trunk/files/0004-change-include-preferences-in-Makefile.am.patch Added Paths: ----------- csw/mgar/pkg/389-admin/trunk/files/0005-ctime_r-params-viewdata.c.patch Modified: csw/mgar/pkg/389-admin/trunk/Makefile =================================================================== --- csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-22 21:28:02 UTC (rev 24889) +++ csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-23 07:24:16 UTC (rev 24890) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = 389-admin -VERSION = 1.1.31 +VERSION = 1.1.38 GARTYPE = v2 DESCRIPTION = The 389 LDAP server Admin Tools @@ -12,36 +12,40 @@ BUNDLE = 389-ds -MASTER_SITES = http://port389.org/sources/ -DISTFILES = $(NAME)-$(VERSION).tar.bz2 +MASTER_SITES = https://git.fedorahosted.org/cgit/389/admin.git/snapshot/ +DISTNAME = admin-$(NAME)-$(VERSION) +DISTFILES = $(DISTNAME).tar.gz DISTFILES += CSW389-admin.preremove -# BUILD64 = 1 +BUILD64 = 1 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 -GARCOMPILER = SOS12U3 +GARCOMPILER = SOS12U4 LICENSE = LICENSE # GARFLAVOR=DBG +# LDAP_API=mozldap +LDAP_API=openldap PATCHFILES += 0002-add-i386-platform-to-configure.ac.patch PATCHFILES += 0003-correct-initscript-and-http.conf.in.patch PATCHFILES += 0004-change-include-preferences-in-Makefile.am.patch +PATCHFILES += 0005-ctime_r-params-viewdata.c.patch BUILD_DEP_PKGS += CSWnspr-dev BUILD_DEP_PKGS += CSWlibnss-dev BUILD_DEP_PKGS += CSW389-adminutil-dev -BUILD_DEP_PKGS += CSWapache2-dev CSWapache2 +BUILD_DEP_PKGS += CSWapache24-dev BUILD_DEP_PKGS += CSWap2modnss BUILD_DEP_PKGS += CSWlibiconv-dev BUILD_DEP_PKGS += CSWlibicu-dev BUILD_DEP_PKGS += CSWsasl-dev -BUILD_DEP_PKGS += CSWopenldap-dev +BUILD_DEP_PKGS_openldap += CSWopenldap-dev BUILD_DEP_PKGS += CSWlibtool CSWautoconf CSWautomake +BULID_DEP_PKGS += $(BUILD_DEP_PKGS_&(LDAP_API)) - PACKAGES += CSWlibds-admin-serv0 CATALOGNAME_CSWlibds-admin-serv0 = libds_admin_serv0 PKGFILES_CSWlibds-admin-serv0 += $(call baseisadirs,$(libdir),libds-admin-serv\.so\.0(\.\d+)*) @@ -100,10 +104,11 @@ CPPFLAGS = EXTRA_LINKER_FLAGS = -xnorunpath -norunpath -liconv +EXTRA_CONFIGURE_ENV=PATH=/opt/csw/gnu:$(PATH) CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-openldap-inc=$(includedir) -CONFIGURE_ARGS += --with-openldap=$(prefix) +CONFIGURE_ARGS_openldap += --with-openldap-inc=$(includedir) +CONFIGURE_ARGS_openldap += --with-openldap=$(prefix) CONFIGURE_ARGS += --with-icu-inc=$(includedir) CONFIGURE_ARGS += --with-icu-lib=$(libdir) CONFIGURE_ARGS += --with-icu-bin=$(bindir) @@ -113,11 +118,12 @@ CONFIGURE_ARGS += --with-nspr-inc=$(includedir)/nspr CONFIGURE_ARGS += --with-nss-lib=$(libdir) CONFIGURE_ARGS += --with-nss-inc=$(includedir)/nss -CONFIGURE_ARGS += --with-apxs=/opt/csw/apache2/sbin/apxs -CONFIGURE_ARGS += --with-httpd=/opt/csw/apache2/sbin/httpd -CONFIGURE_ARGS += --with-modnss-lib=/opt/csw/apache2/libexec -CONFIGURE_ARGS += --with-modnss-bin=/opt/csw/apache2/sbin +CONFIGURE_ARGS += --with-apxs=/opt/csw/bin/apxs +CONFIGURE_ARGS += --with-httpd=/opt/csw/sbin/httpd +CONFIGURE_ARGS += --with-modnss-lib=/opt/csw/lib//apache2/modules +CONFIGURE_ARGS += --with-modnss-bin=/opt/csw/sbin # CONFIGURE_ARGS += --with-adminutil=/opt/csw +CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(LDAP_API)) include gar/category.mk Modified: csw/mgar/pkg/389-admin/trunk/checksums =================================================================== --- csw/mgar/pkg/389-admin/trunk/checksums 2015-04-22 21:28:02 UTC (rev 24889) +++ csw/mgar/pkg/389-admin/trunk/checksums 2015-04-23 07:24:16 UTC (rev 24890) @@ -1 +1 @@ -3abcdb7d588f6a22b613602c21d1d973 389-admin-1.1.31.tar.bz2 +e38bc1cd71c05e65391221d64e804f35 admin-389-admin-1.1.38.tar.gz Modified: csw/mgar/pkg/389-admin/trunk/files/0003-correct-initscript-and-http.conf.in.patch =================================================================== --- csw/mgar/pkg/389-admin/trunk/files/0003-correct-initscript-and-http.conf.in.patch 2015-04-22 21:28:02 UTC (rev 24889) +++ csw/mgar/pkg/389-admin/trunk/files/0003-correct-initscript-and-http.conf.in.patch 2015-04-23 07:24:16 UTC (rev 24890) @@ -1,47 +1,33 @@ -From 285470791f9eb6dbb196075e0f1945a09c4ad9ea Mon Sep 17 00:00:00 2001 -From: Carsten Grzemba -Date: Mon, 23 Jan 2012 15:51:51 +0100 -Subject: [PATCH] correct initscript and http.conf.in - ---- - admserv/cfgstuff/httpd-2.2.conf.in | 10 +++++----- - wrappers/initscript.in | 6 ++++-- - 2 files changed, 9 insertions(+), 7 deletions(-) - -diff --git a/wrappers/initscript.in b/wrappers/initscript.in -index 82dd20e..8fd03da 100644 --- a/wrappers/initscript.in +++ b/wrappers/initscript.in -@@ -7,6 +7,8 @@ +@@ -7,6 +7,9 @@ # processname: @sbindir@/httpd # piddir: @localstatedir@/run/@PACKAGE_BASE_NAME@ # +#AUTOENABLE no # no SMF enable at install! +# ++ # Source function library. if [ -f /etc/rc.d/init.d/functions ] ; then -@@ -94,7 +96,8 @@ prog="@package_name@" +@@ -94,7 +97,9 @@ prog="@package_name@" piddir="@localstatedir@/run/@PACKAGE_BASE_NAME@" # PID file pidfile=$piddir/admin-serv.pid -lockfile=/var/lock/subsys/@package_name@ +lockfile=@localstatedir@/lock/subsys/@package_name@ +lockdir=`dirname $lockfile` ++ [ -f $exec ] || exit 0 -@@ -163,7 +166,8 @@ start() { +@@ -163,7 +168,8 @@ start() { RETVAL=1 fi fi - [ $RETVAL -eq 0 -a -d /var/lock/subsys ] && touch $lockfile + [ ! -d $lockdir ] && mkdir -p $lockdir + [ $RETVAL -eq 0 -a -d $lockdir ] && touch $lockfile - } - - stop() { - --- -1.7.8.3 - + if [ -f $lockfile ]; then + restorecon $lockfile + fi Modified: csw/mgar/pkg/389-admin/trunk/files/0004-change-include-preferences-in-Makefile.am.patch =================================================================== --- csw/mgar/pkg/389-admin/trunk/files/0004-change-include-preferences-in-Makefile.am.patch 2015-04-22 21:28:02 UTC (rev 24889) +++ csw/mgar/pkg/389-admin/trunk/files/0004-change-include-preferences-in-Makefile.am.patch 2015-04-23 07:24:16 UTC (rev 24890) @@ -1,35 +1,24 @@ -From 75a3e53349b14539b1d3325af7df7e35b4d5e6d5 Mon Sep 17 00:00:00 2001 -From: Carsten Grzemba -Date: Thu, 26 Jan 2012 16:12:09 +0100 -Subject: [PATCH] change include preferences in Makefile.am - ---- - Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 25ae853..51327db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,7 +104,7 @@ libadmin_a_SOURCES = lib/libadmin/cluster.c \ lib/libadmin/error.c lib/libadmin/form_get.c lib/libadmin/httpcon.c lib/libadmin/install.c \ lib/libadmin/referer.c lib/libadmin/template.c lib/libadmin/util.c - + -AM_CPPFLAGS = $(DEBUG_DEFINES) $(PATH_DEFINES) $(OTHER_DEFINES) @adminutil_inc@ @icu_inc@ @openldap_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@ -DUSE_ADMSERV=1 \ -+AM_CPPFLAGS = $(DEBUG_DEFINES) $(PATH_DEFINES) $(OTHER_DEFINES) @adminutil_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@ @icu_inc@ -DUSE_ADMSERV=1 \ ++AM_CPPFLAGS = $(DEBUG_DEFINES) $(PATH_DEFINES) $(OTHER_DEFINES) @adminutil_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@ @icu_inc@ @openldap_inc@ -DUSE_ADMSERV=1 \ -I$(srcdir)/include -I$(srcdir)/include/base if WINNT AM_CPPFLAGS += -DXP_WINNT @@ -294,7 +294,7 @@ libdsa_a_SOURCES = lib/libdsa/dsalib_conf.c \ lib/libdsa/dsalib_db.c \ lib/libdsa/dsalib_util.c - + -libdsa_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/include/libdsa @openldap_inc@ @ldapsdk_inc@ @nss_inc@ @nspr_inc@ +libdsa_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/include/libdsa @ldapsdk_inc@ @nss_inc@ @nspr_inc@ @openldap_inc@ - + # source files for our CGI programs download_SOURCES = admserv/cgi-src40/download.c -@@ -371,7 +371,7 @@ ds_snmpctrl_LINK = $(MYLINK) +@@ -380,7 +380,7 @@ ds_snmpctrl_LINK = $(MYLINK) ############## mod_admserv ################ mod_admserv_la_SOURCES = mod_admserv/mod_admserv.c @@ -38,6 +27,3 @@ mod_admserv_la_LDFLAGS = -module -avoid-version mod_admserv_la_LIBADD = $(DEFAULT_LIBS) mod_admserv_la_LINK = $(MYLINK) $(mod_admserv_la_LDFLAGS) --- -1.7.8.3 - Added: csw/mgar/pkg/389-admin/trunk/files/0005-ctime_r-params-viewdata.c.patch =================================================================== --- csw/mgar/pkg/389-admin/trunk/files/0005-ctime_r-params-viewdata.c.patch (rev 0) +++ csw/mgar/pkg/389-admin/trunk/files/0005-ctime_r-params-viewdata.c.patch 2015-04-23 07:24:16 UTC (rev 24890) @@ -0,0 +1,11 @@ +--- a/admserv/cgi-src40/viewdata.c ++++ b/admserv/cgi-src40/viewdata.c +@@ -398,7 +398,7 @@ output_data(LDAP *server, char *sie) + char *inst_time; + + if( (parsed_time = parse_genTime (vals[0])) && +- (inst_time = ctime_r(&parsed_time, buf)) ) ++ (inst_time = ctime_r(&parsed_time, buf, BIG_LINE)) ) + { + PR_snprintf(buf, sizeof(buf), "%s %s", inst_time, daylight ? tzname[1] : tzname[0]); + } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Thu Apr 23 09:36:01 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 23 Apr 2015 07:36:01 +0000 Subject: SF.net SVN: gar:[24891] csw/mgar/pkg/389-admin/trunk/Makefile Message-ID: <3lXVp95ftszBH@mail.opencsw.org> Revision: 24891 http://sourceforge.net/p/gar/code/24891 Author: cgrzemba Date: 2015-04-23 07:36:01 +0000 (Thu, 23 Apr 2015) Log Message: ----------- 389-admin/trunk: remove runtime dependency apache, this is ensured by ap2modnss Modified Paths: -------------- csw/mgar/pkg/389-admin/trunk/Makefile Modified: csw/mgar/pkg/389-admin/trunk/Makefile =================================================================== --- csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-23 07:24:16 UTC (rev 24890) +++ csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-23 07:36:01 UTC (rev 24891) @@ -66,7 +66,6 @@ # OBSOLETED_BY_CSW389-admin = CSW389admin SPKG_DESC_CSW389-admin += $(DESCRIPTION) INITSMF = /etc/opt/csw/init.d/dirsrv-admin -RUNTIME_DEP_PKGS_CSW389-admin += CSWap2worker RUNTIME_DEP_PKGS_CSW389-admin += CSWap2modnss # RUNTIME_DEP_PKGS_CSW389-admin += CSWlibldif60 RUNTIME_DEP_PKGS_CSW389-admin += CSWperl @@ -92,7 +91,6 @@ RUNTIME_DEP_PKGS_CSW389-admin += $(RUNTIME_DEP_PKGS_CSW389-admin_$(GARCH)) CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSWap2modnss -CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSWap2worker CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSW389-admin-console CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSW389-ds-console CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSWpm-netaddr-ip 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 Apr 23 10:19:42 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 23 Apr 2015 08:19:42 +0000 Subject: SF.net SVN: gar:[24892] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <3lXWlD6l1YzF2@mail.opencsw.org> Revision: 24892 http://sourceforge.net/p/gar/code/24892 Author: rmottola Date: 2015-04-23 08:19:41 +0000 (Thu, 23 Apr 2015) Log Message: ----------- gs_zipper/trunk: fix dependencies, overrides for non-linked apps and known gnustep overrides Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-23 07:36:01 UTC (rev 24891) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-23 08:19:41 UTC (rev 24892) @@ -17,14 +17,35 @@ BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWgcc4objc -RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-make -RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-base -RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-gui -RUNTIME_DEP_PKGS_CSWZipper += CSWgnustep-back -RUNTIME_DEP_PKGS_CSWZipper += CSWgtar -RUNTIME_DEP_PKGS_CSWZipper += CSWzip +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibobjc4 +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgtar +RUNTIME_DEP_PKGS_CSWgs-zipper += CSWzip +#we depend on these packages at runtime +# we want at least two archivers to be present, zip and gnu tar. Others are optional +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWzip +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-back +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-make +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-gui + + +#overrides +CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper +CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper +CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libobjc.so.4 +CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 +CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+ + + #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 Thu Apr 23 10:59:35 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 23 Apr 2015 08:59:35 +0000 Subject: SF.net SVN: gar:[24893] csw/mgar/pkg/gs_zipper/trunk/Makefile Message-ID: <3lXXdG1r9XzHj@mail.opencsw.org> Revision: 24893 http://sourceforge.net/p/gar/code/24893 Author: rmottola Date: 2015-04-23 08:59:35 +0000 (Thu, 23 Apr 2015) Log Message: ----------- gs_zipper/trunk: we ignore placement on i386 too Modified Paths: -------------- csw/mgar/pkg/gs_zipper/trunk/Makefile Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-23 08:19:41 UTC (rev 24892) +++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2015-04-23 08:59:35 UTC (rev 24893) @@ -43,9 +43,13 @@ CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libobjc.so.4 CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 + + CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386 + #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 cgrzemba at users.sourceforge.net Thu Apr 23 12:53:22 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 23 Apr 2015 10:53:22 +0000 Subject: SF.net SVN: gar:[24894] csw/mgar/pkg/389-ds-base/trunk Message-ID: <3lXb8d1WMGzMP@mail.opencsw.org> Revision: 24894 http://sourceforge.net/p/gar/code/24894 Author: cgrzemba Date: 2015-04-23 10:53:22 +0000 (Thu, 23 Apr 2015) Log Message: ----------- 389-ds-base/trunk: update version 1.3.2.27 and dependencies Modified Paths: -------------- csw/mgar/pkg/389-ds-base/trunk/Makefile csw/mgar/pkg/389-ds-base/trunk/checksums Added Paths: ----------- csw/mgar/pkg/389-ds-base/trunk/files/ Removed Paths: ------------- csw/mgar/pkg/389-ds-base/trunk/files/ Property Changed: ---------------- csw/mgar/pkg/389-ds-base/trunk/ Index: csw/mgar/pkg/389-ds-base/trunk =================================================================== --- csw/mgar/pkg/389-ds-base/trunk 2015-04-23 08:59:35 UTC (rev 24893) +++ csw/mgar/pkg/389-ds-base/trunk 2015-04-23 10:53:22 UTC (rev 24894) Property changes on: csw/mgar/pkg/389-ds-base/trunk ___________________________________________________________________ Modified: svn:mergeinfo ## -1 +1 ## -/csw/mgar/pkg/389-ds-base/branches/vers1.3.2:23147-23393 +/csw/mgar/pkg/389-ds-base/branches/vers1.3.2:23147-24891 \ No newline at end of property Modified: csw/mgar/pkg/389-ds-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/389-ds-base/trunk/Makefile 2015-04-23 08:59:35 UTC (rev 24893) +++ csw/mgar/pkg/389-ds-base/trunk/Makefile 2015-04-23 10:53:22 UTC (rev 24894) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = 389-ds-base -VERSION = 1.3.2.14 +VERSION = 1.3.2.27 GARTYPE = v2 DESCRIPTION = The enterprise-class Open Source LDAP server @@ -14,7 +14,8 @@ MASTER_SITES = https://git.fedorahosted.org/cgit/389/ds.git/snapshot/ # MASTER_SITES = http://port389.org/sources/ -DISTFILES = $(NAME)-$(VERSION).tar.bz2 +DISTNAME = ds-$(NAME)-$(VERSION) +DISTFILES = $(DISTNAME).tar.gz DISTFILES += CSW389-ds-base.postinstall DISTFILES += CSW389-ds-base.postremove @@ -24,12 +25,16 @@ LICENSE = LICENSE -GARCOMPILER = SOS12U3 +GARCOMPILER = SOS12U4 # builds but was not able to debug # GARCOMPILER = GCC4 -LDAPAPI=mozldap -# LDAPAPI=openldap +# GARFLAVOR = DBG +BUILD64_ONLY = 1 +# mozldap or openldap +# but openldap hasn't work on Sparc until Dec 2014 +LDAPAPI = mozldap + PATCHFILES += 0005-add-standard-path.patch PATCHFILES += 0006-replace-SV-sh-with-Posix-sh.patch PATCHFILES += 0005-smf-autoenable-no.patch @@ -53,15 +58,16 @@ # needed at least on GCC4 PATCHFILES += 0015-use-PL_strcasestr-acllas.c.patch PATCHFILES_GCC4 += 0010-no-Crun-Cstd-lib-config.ac.patch -PATCHFILES += 0016-fix-bigendian-utf8compare.c +# PATCHFILES += 0016-fix-bigendian-utf8compare.c PATCHFILES += 0017-disable-asm-for-Sparc.patch -# probably only with openLDAP +# probably only with openLDAP should not be necessary since version 1.3.3.9 PATCHFILES += 0018-correct-64bit-ptr-bind.c -PATCHFILES += 0021-include-lber.h-slapi-plugin.h.patch -PATCHFILES += 0022-adjust-mozldap-version-sasl_io.c.patch +PATCHFILES_mozldap += 0021-include-lber.h-slapi-plugin.h.patch +PATCHFILES_mozldap += 0022-adjust-mozldap-version-sasl_io.c.patch +PATCHFILES += $(PATCHFILES_$(LDAPAPI)) PATCHFILES += 0024-strndup.patch -PATCHFILES += 0025-posix-winsync.rawentry.patch -PATCHFILES += 0030-reconstruct-memberuid-generation-task.patch +# PATCHFILES += 0025-posix-winsync.rawentry.patch +# PATCHFILES += 0030-reconstruct-memberuid-generation-task.patch PATCHFILES += $(PATCHFILES_$(GARCOMPILER)) BUILD_DEP_PKGS += CSWautoconf @@ -83,25 +89,24 @@ RUNTIME_DEP_PKGS_CSW389-ds-base += CSWpython RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibsvrcore0 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnspr4 -# RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnetsnmpmibs25 -RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnetsnmp25 -RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnetsnmpagent25 +RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnetsnmp30 +RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnetsnmpagent30 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibplds4 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnss3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibplc4 +RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibfreebl3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWbdb48 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWpm-mozldap RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibssl3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibsasl2-2 -RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibfreebl3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibnssdbm3 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibpcre1 RUNTIME_DEP_PKGS_CSW389-ds-base += CSWpm-netaddr-ip +RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicui18n54 +RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicuuc54 RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWliblber2-4-2 -RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicui18n52 -RUNTIME_DEP_PKGS_CSW389-ds-base += CSWlibicuuc52 RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWlibldap-r2-4-2 RUNTIME_DEP_PKGS_CSW389-ds-base_openldap += CSWlibldap2-4-2 @@ -110,11 +115,10 @@ RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibldap60 RUNTIME_DEP_PKGS_CSW389-ds-base_mozldap += CSWlibssldap60 -RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibk5crypto3 -RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibintl8 -RUNTIME_DEP_PKGS_CSW389-ds-base_sparc += CSWlibicudata52 RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSW389-ds-base_sparc_GCC4 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(GARCH)) RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(GARCH)_$(GARCOMPILER)) RUNTIME_DEP_PKGS_CSW389-ds-base += $(RUNTIME_DEP_PKGS_CSW389-ds-base_$(LDAPAPI)) @@ -137,16 +141,14 @@ EXTRA_LIB = /opt/csw/bdb48/lib # if use MozillaLDAP remove -I/opt/csw/include because there are OpenLDAP header CPPFLAGS = -EXTRA_CFLAGS_SOS12U3 = -xnorunpath -EXTRA_CXXFLAGS_SOS12U3 = -norunpath +EXTRA_CFLAGS_SOS12U4 = -xnorunpath +EXTRA_CXXFLAGS_SOS12U4 = -norunpath EXTRA_CPPFLAGS_GCC4 = -DSOLARIS_GCC EXTRA_CPPFLAGS += $(EXTRA_CPPFLAGS_$(GARCOMPILER)) EXTRA_CXXFLAGS += $(EXTRA_CXXFLAGS_$(GARCOMPILER)) EXTRA_CFLAGS += $(EXTRA_CFLAGS_$(GARCOMPILER)) STRIP_LIBTOOL = 1 -# GARFLAVOR = DBG - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-ldapsdk-inc=$(includedir)/dirsrv CONFIGURE_ARGS += --with-ldapsdk-lib=$(libdir) Modified: csw/mgar/pkg/389-ds-base/trunk/checksums =================================================================== --- csw/mgar/pkg/389-ds-base/trunk/checksums 2015-04-23 08:59:35 UTC (rev 24893) +++ csw/mgar/pkg/389-ds-base/trunk/checksums 2015-04-23 10:53:22 UTC (rev 24894) @@ -1 +1 @@ -adb6ac765fe2b766f06ee920126a06d2 389-ds-base-1.2.11.25.tar.bz2 +04a3e60adf17b7945a784dc925f46fe8 ds-389-ds-base-1.3.2.27.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Apr 23 15:03:40 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 23 Apr 2015 13:03:40 +0000 Subject: SF.net SVN: gar:[24895] csw/mgar/pkg/squid/trunk Message-ID: <3lXf321wH2zQc@mail.opencsw.org> Revision: 24895 http://sourceforge.net/p/gar/code/24895 Author: dmichelsen Date: 2015-04-23 13:03:40 +0000 (Thu, 23 Apr 2015) Log Message: ----------- squid/trunk: Update to 3.5.3 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 2015-04-23 10:53:22 UTC (rev 24894) +++ csw/mgar/pkg/squid/trunk/Makefile 2015-04-23 13:03:40 UTC (rev 24895) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 3.5.2 +VERSION = 3.5.3 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache Modified: csw/mgar/pkg/squid/trunk/checksums =================================================================== --- csw/mgar/pkg/squid/trunk/checksums 2015-04-23 10:53:22 UTC (rev 24894) +++ csw/mgar/pkg/squid/trunk/checksums 2015-04-23 13:03:40 UTC (rev 24895) @@ -1 +1 @@ -b9a14da6e2ab3ea294efeb346486a7fc squid-3.5.2.tar.bz2 +86078afe2e5da08fb815a9216f695c1e squid-3.5.3.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Fri Apr 24 11:16:46 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Fri, 24 Apr 2015 09:16:46 +0000 Subject: SF.net SVN: gar:[24896] csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch Message-ID: <3lY8yl67lNzcr@mail.opencsw.org> Revision: 24896 http://sourceforge.net/p/gar/code/24896 Author: cgrzemba Date: 2015-04-24 09:16:46 +0000 (Fri, 24 Apr 2015) Log Message: ----------- nss/trunk: fix runpath for 64bit Modified Paths: -------------- csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch Modified: csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch =================================================================== --- csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch 2015-04-23 13:03:40 UTC (rev 24895) +++ csw/mgar/pkg/nss/trunk/files/0005-SunOS5.mk.patch 2015-04-24 09:16:46 UTC (rev 24896) @@ -1,14 +1,15 @@ --- a/nss/coreconf/SunOS5.mk +++ b/nss/coreconf/SunOS5.mk -@@ -133,9 +133,9 @@ ifeq ($(BUILD_SUN_PKG), 1) +@@ -132,11 +132,7 @@ NOSUCHFILE = /solaris-rm-f-sucks + ifeq ($(BUILD_SUN_PKG), 1) # The -R '$ORIGIN' linker option instructs this library to search for its # dependencies in the same directory where it resides. - ifeq ($(USE_64), 1) +-ifeq ($(USE_64), 1) -RPATH = -R '$$ORIGIN:/usr/lib/mps/secv1/64:/usr/lib/mps/64' -+RPATH = -R'/opt/csw/lib/64/$$ISALIST' -Wl,-M${HOME}/opencsw/.buildsys/v2/gar/lib/map.solaris10,-B,direct,-z,ignore - else +-else -RPATH = -R '$$ORIGIN:/usr/lib/mps/secv1:/usr/lib/mps' +-endif +RPATH = -R'/opt/csw/lib/$$ISALIST' -Wl,-M${HOME}/opencsw/.buildsys/v2/gar/lib/map.solaris10,-B,direct,-z,ignore - endif else RPATH = -R '$$ORIGIN' + endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Apr 26 22:42:10 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 26 Apr 2015 20:42:10 +0000 Subject: SF.net SVN: gar:[24901] csw/mgar/pkg/memcached/trunk Message-ID: <3lZh4g0rL0z2g@mail.opencsw.org> Revision: 24901 http://sourceforge.net/p/gar/code/24901 Author: dmichelsen Date: 2015-04-26 20:42:10 +0000 (Sun, 26 Apr 2015) Log Message: ----------- memcached/trunk: Update to 1.4.24 Modified Paths: -------------- csw/mgar/pkg/memcached/trunk/Makefile csw/mgar/pkg/memcached/trunk/checksums Modified: csw/mgar/pkg/memcached/trunk/Makefile =================================================================== --- csw/mgar/pkg/memcached/trunk/Makefile 2015-04-26 19:52:58 UTC (rev 24900) +++ csw/mgar/pkg/memcached/trunk/Makefile 2015-04-26 20:42:10 UTC (rev 24901) @@ -1,7 +1,7 @@ # $Id$ NAME = memcached -VERSION = 1.4.23 +VERSION = 1.4.24 GARTYPE = v2 DESCRIPTION = Distributed memory object caching system @@ -13,7 +13,6 @@ MASTER_SITES += http://www.memcached.org/files/ DISTFILES += $(NAME)-$(VERSION).tar.gz -DISTFILES += mman.h # If we enable GIT patching this makes a .git repo in $WORKSRC. # Unfortunatly this triggers maintainer mode for t/whitespace.t which @@ -28,8 +27,8 @@ # 64 bit is broken on Solaris, disable until this is fixed: # https://code.google.com/p/memcached/issues/detail?id=404 -# BUILD64 = 1 -# ISAEXEC = 1 +BUILD64 = 1 +ISAEXEC = 1 CONFIGURE_ARGS = $(DIRPATHS) Modified: csw/mgar/pkg/memcached/trunk/checksums =================================================================== --- csw/mgar/pkg/memcached/trunk/checksums 2015-04-26 19:52:58 UTC (rev 24900) +++ csw/mgar/pkg/memcached/trunk/checksums 2015-04-26 20:42:10 UTC (rev 24901) @@ -1 +1 @@ -7a844e4c760914c56fc9211eeb40314e memcached-1.4.23.tar.gz +4d6e8c90e2068580526c7579dd7f37f6 memcached-1.4.24.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From maciej at opencsw.org Mon Apr 27 04:10:49 2015 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 26 Apr 2015 19:10:49 -0700 Subject: SF.net SVN: gar:[24876] csw/mgar/pkg/nspr/trunk In-Reply-To: <3lWHMG2Bf3z1Rl@mail.opencsw.org> References: <3lWHMG2Bf3z1Rl@mail.opencsw.org> Message-ID: 2015-04-21 0:58 GMT-07:00 : > +CHECKPKG_OVERRIDES_CSWlibnspr4 += > filename-version-does-not-match-pkginfo-version > Are you sure this is a false positive? http://wiki.opencsw.org/checkpkg-error-tags#toc26 -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon Apr 27 04:13:17 2015 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 26 Apr 2015 19:13:17 -0700 Subject: SF.net SVN: gar:[24892] csw/mgar/pkg/gs_zipper/trunk/Makefile In-Reply-To: <3lXWlD6l1YzF2@mail.opencsw.org> References: <3lXWlD6l1YzF2@mail.opencsw.org> Message-ID: 2015-04-23 1:19 GMT-07:00 : > +#we depend on these packages at runtime > +# we want at least two archivers to be present, zip and gnu tar. Others > are optional > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWzip > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-base > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-back > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-make > +CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgnustep-gui > if you add e.g. CSWgnustep-base as a dependency, it will not be optional: Solaris packages don't have a notion of an optional dependency. if they're optional, you remove them from RUNTIME_DEP_PKGS and rely on the user doing the right thing. Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon Apr 27 04:17:33 2015 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 26 Apr 2015 19:17:33 -0700 Subject: SF.net SVN: gar:[24787] csw/mgar/pkg/gnustep-back/trunk/Makefile In-Reply-To: <3lDGg43ZqxzdW@mail.opencsw.org> References: <3lDGg43ZqxzdW@mail.opencsw.org> Message-ID: 2015-03-27 14:34 GMT-07:00 : > +#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 > Instead of this big list, you can do this: CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon Apr 27 06:58:06 2015 From: maciej at opencsw.org (Maciej =?utf-8?Q?Blizi=C5=84ski?=) Date: Sun, 26 Apr 2015 21:58:06 -0700 Subject: [csw-devel] SF.net SVN: gar:[20354] csw/mgar/pkg/sudo/trunk/Makefile In-Reply-To: References: Message-ID: <20150427045806.GB11695@gmail.com> On Fri, Mar 01, 2013 at 01:15:11PM +0000, dmichelsen at users.sourceforge.net wrote: > +# Looks like these are still needed > +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/sbin/visudo|but|never|used > +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudoers.so|but|never|used > +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudo_noexec.so|but|never|used > +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/bin/sudoreplay|but|never|used > +CHECKPKG_OVERRIDES_CSWsudo-ldap += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudoers-ldap.so|but|never|used Is this a persistent false positive? Should we fix the build, or add an exception in checkpkg? From maciej at opencsw.org Mon Apr 27 07:03:59 2015 From: maciej at opencsw.org (Maciej =?utf-8?Q?Blizi=C5=84ski?=) Date: Sun, 26 Apr 2015 22:03:59 -0700 Subject: SF.net SVN: gar:[24741] csw/mgar/pkg/openssl1/trunk In-Reply-To: <3l8S2b0wkxz2q@mail.opencsw.org> References: <3l8S2b0wkxz2q@mail.opencsw.org> Message-ID: <20150427050359.GC11695@gmail.com> On Sat, Mar 21, 2015 at 04:22:22PM +0000, chninkel at users.sourceforge.net wrote: > openssl1/trunk: update oracle upstream patches > # The upstream t4 engine patch depends on the wanboot one > # so we will apply the wanboot patch even if we will not enable wanboot > -PATCHFILES.sparc.5.11 += openssl-1.0.1f-wanboot.patch > -PATCHFILES.sparc.5.11 += openssl-1.0.1f-t4-engine.sparc.5.11.patch > +PATCHFILES.sparc.5.11 += openssl-1.0.1m-wanboot.patch > +PATCHFILES.sparc.5.11 += openssl-1.0.1m-t4-engine.sparc.5.11.patch > PATCHFILES.sparc.5.11 += openssl-1.0.1e-t4-engine-sparcv9+vis.sparc.5.11.patch > PATCHFILES += $(PATCHFILES.$(GARCH).$(GAROSREL)) Wow, this looks like a painful update. Do we really have to maintain these patches? Upstream won't take them? From dam at opencsw.org Mon Apr 27 08:46:04 2015 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 27 Apr 2015 08:46:04 +0200 Subject: [csw-devel] SF.net SVN: gar:[20354] csw/mgar/pkg/sudo/trunk/Makefile In-Reply-To: <20150427045806.GB11695@gmail.com> References: <20150427045806.GB11695@gmail.com> Message-ID: Hi Maciej, > Am 27.04.2015 um 06:58 schrieb Maciej Blizi?ski : > > On Fri, Mar 01, 2013 at 01:15:11PM +0000, dmichelsen at users.sourceforge.net wrote: >> +# Looks like these are still needed >> +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/sbin/visudo|but|never|used >> +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudoers.so|but|never|used >> +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudo_noexec.so|but|never|used >> +CHECKPKG_OVERRIDES_CSWsudo += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/bin/sudoreplay|but|never|used >> +CHECKPKG_OVERRIDES_CSWsudo-ldap += soname-unused|s9_preload.so.1|is|needed|by|/opt/csw/libexec/sudoers-ldap.so|but|never|used > > Is this a persistent false positive? Should we fix the build, or add an > exception in checkpkg? Yes, it is. It happens always when you build on a branded zone. s9_preload.so is essentially the wrapper from Solaris 9 ABI to Solaris 10 and done via crle during creation of the zone. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dmichelsen at users.sourceforge.net Mon Apr 27 13:57:51 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 27 Apr 2015 11:57:51 +0000 Subject: SF.net SVN: gar:[24904] csw/mgar/pkg/libsmi/trunk Message-ID: <3lb4P6721rzZ0@mail.opencsw.org> Revision: 24904 http://sourceforge.net/p/gar/code/24904 Author: dmichelsen Date: 2015-04-27 11:57:51 +0000 (Mon, 27 Apr 2015) Log Message: ----------- libsmi/trunk: Update to 0.5.0 Modified Paths: -------------- csw/mgar/pkg/libsmi/trunk/Makefile csw/mgar/pkg/libsmi/trunk/checksums Modified: csw/mgar/pkg/libsmi/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsmi/trunk/Makefile 2015-04-27 11:56:05 UTC (rev 24903) +++ csw/mgar/pkg/libsmi/trunk/Makefile 2015-04-27 11:57:51 UTC (rev 24904) @@ -1,5 +1,5 @@ NAME = libsmi -VERSION = 0.4.8 +VERSION = 0.5.0 GARTYPE = v2 DESCRIPTION = Allows management applications to access SMI MIB module definitions @@ -11,16 +11,14 @@ and PIB modules. endef -MASTER_SITES = ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ -DISTFILES = $(DISTNAME).tar.gz +MASTER_SITES += http://www.ibr.cs.tu-bs.de/projects/libsmi/download/ +DISTFILES += $(DISTNAME).tar.gz VENDOR_URL = http://www.ibr.cs.tu-bs.de/projects/libsmi/ PACKAGES += CSWlibsmi2 SPKG_DESC_CSWlibsmi2 = Library to access SMI MIB module definitions, libsmi.so.2 PKGFILES_CSWlibsmi2 = $(call pkgfiles_lib,libsmi.so.2) -RUNTIME_DEP_PKGS_CSWlibsmi = CSWlibsmi-mibs -OBSOLETED_BY_CSWlibsmi2 = CSWlibsmi PACKAGES += CSWlibsmi-dev SPKG_DESC_CSWlibsmi-dev = Development files for libsmi.so.2 @@ -39,22 +37,10 @@ PKGFILES_CSWlibsmi-mibs = $(sharedstatedir)/mibs/.* PKGFILES_CSWlibsmi-mibs += $(sharedstatedir)/pibs/.* ARCHALL_CSWlibsmi-mibs = 1 -OBSOLETED_BY_CSWlibsmi-mibs = CSWlibsmimibs -CATALOGNAME_CSWlibsmimibs = libsmi_mibs_stub BUILD64_LIBS_ONLY = 1 -EXTRA_CPPFLAGS_isa-sparcv8 = -Dfabsf=fabs -EXTRA_CPPFLAGS_isa-sparcv9 = -Dfabsf=fabs -EXTRA_CPPFLAGS_isa-i386 = -Dfabsf=fabs -EXTRA_CPPFLAGS = $(EXTRA_CPPFLAGS_isa-$(ISA)) - # Some tests fail, however, these are only whitespace and newline differences SKIPTEST ?= 1 -# These are just examples -CHECKPKG_OVERRIDES_CSWlibsmi-utils += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/smicache.1 -CHECKPKG_OVERRIDES_CSWlibsmi-utils += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/smixlate.1 -CHECKPKG_OVERRIDES_CSWlibsmi-utils += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/smistrip.1 - include gar/category.mk Modified: csw/mgar/pkg/libsmi/trunk/checksums =================================================================== --- csw/mgar/pkg/libsmi/trunk/checksums 2015-04-27 11:56:05 UTC (rev 24903) +++ csw/mgar/pkg/libsmi/trunk/checksums 2015-04-27 11:57:51 UTC (rev 24904) @@ -1 +1 @@ -760b6b1070738158708649ed2c63425e libsmi-0.4.8.tar.gz +4bf47483c06c9f07d1b10fbc74eddf11 libsmi-0.5.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at opencsw.org Mon Apr 27 14:25:04 2015 From: rmottola at opencsw.org (Riccardo Mottola) Date: Mon, 27 Apr 2015 14:25:04 +0200 Subject: SF.net SVN: gar:[24787] csw/mgar/pkg/gnustep-back/trunk/Makefile In-Reply-To: References: <3lDGg43ZqxzdW@mail.opencsw.org> Message-ID: <553E2AA0.7020200@opencsw.org> Hi, Maciej (Matchek) Blizi?ski wrote: > CHECKPKG_OVERRIDES_CSWgnustep-back += no-direct-binding > CHECKPKG_OVERRIDES_CSWgnustep-back += soname-not-found thanks, will be precious for the future :) R From rmottola at users.sourceforge.net Mon Apr 27 14:39:35 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 27 Apr 2015 12:39:35 +0000 Subject: SF.net SVN: gar:[24905] csw/mgar/pkg/gs_terminal/trunk/Makefile Message-ID: <3lb5KG6cJPzfq@mail.opencsw.org> Revision: 24905 http://sourceforge.net/p/gar/code/24905 Author: rmottola Date: 2015-04-27 12:39:34 +0000 (Mon, 27 Apr 2015) Log Message: ----------- gs_terminal/trunk: leanup overrides Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-27 11:57:51 UTC (rev 24904) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-27 12:39:34 UTC (rev 24905) @@ -35,22 +35,14 @@ CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-back CHECKPKG_OVERRIDES_CSWgs-terminal += surplus-dependency|CSWgnustep-make -# we don't direcly bind right now -CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgcc_s.so.1 -CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 -CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 -CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libiconv.so.2 -CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libobjc.so.4 +# we don't direcly bind right now, this also means soname doesn't get found +CHECKPKG_OVERRIDES_CSWgs-terminal += no-direct-binding +CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found #known placement overrides since we use bundles -CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=3|arch_name=i386 +CHECKPKG_OVERRIDES_CSWgs-terminal += binary-architecture-does-not-match-placement -#others -CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal -CHECKPKG_OVERRIDES_CSWgs-terminal += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal - #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed Apr 29 00:05:24 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 28 Apr 2015 22:05:24 +0000 Subject: SF.net SVN: gar:[24907] csw/mgar/pkg/windowmaker/trunk Message-ID: <3lbxqn6qNWz8n@mail.opencsw.org> Revision: 24907 http://sourceforge.net/p/gar/code/24907 Author: rmottola Date: 2015-04-28 22:05:23 +0000 (Tue, 28 Apr 2015) Log Message: ----------- windowmaker/trunk: update to 0.95.5, update patch, update libpng16 Modified Paths: -------------- csw/mgar/pkg/windowmaker/trunk/Makefile csw/mgar/pkg/windowmaker/trunk/checksums csw/mgar/pkg/windowmaker/trunk/files/0002-use-wconfig-in-wxpaste-because-of-__progname.patch Modified: csw/mgar/pkg/windowmaker/trunk/Makefile =================================================================== --- csw/mgar/pkg/windowmaker/trunk/Makefile 2015-04-28 06:41:39 UTC (rev 24906) +++ csw/mgar/pkg/windowmaker/trunk/Makefile 2015-04-28 22:05:23 UTC (rev 24907) @@ -2,13 +2,17 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = windowmaker -VERSION = 0.95.4 +VERSION = 0.95.5 GARTYPE = v2 DESCRIPTION = X11 window manager define BLURB + A classic windowmanager with the NeXT and OpenStep look. Fast and low on + resources, it is optimal for every serous user! It is the recommended + window manager for GNUstep. endef +#PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 GARCOMPILER = GNU @@ -48,7 +52,7 @@ RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibgif4 RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibpng15-15 +RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWlibwraster3 += CSWlibxpm4 PACKAGES += CSWwindowmaker-dev Modified: csw/mgar/pkg/windowmaker/trunk/checksums =================================================================== --- csw/mgar/pkg/windowmaker/trunk/checksums 2015-04-28 06:41:39 UTC (rev 24906) +++ csw/mgar/pkg/windowmaker/trunk/checksums 2015-04-28 22:05:23 UTC (rev 24907) @@ -1 +1 @@ -640b8ea5b1a875440aa48eaab09c5f00 WindowMaker-0.95.4.tar.gz +19e9cc256ccb7075ff82f4b809df3a0a WindowMaker-0.95.5.tar.gz Modified: csw/mgar/pkg/windowmaker/trunk/files/0002-use-wconfig-in-wxpaste-because-of-__progname.patch =================================================================== --- csw/mgar/pkg/windowmaker/trunk/files/0002-use-wconfig-in-wxpaste-because-of-__progname.patch 2015-04-28 06:41:39 UTC (rev 24906) +++ csw/mgar/pkg/windowmaker/trunk/files/0002-use-wconfig-in-wxpaste-because-of-__progname.patch 2015-04-28 22:05:23 UTC (rev 24907) @@ -1,18 +1,7 @@ -From 3e5602da67182ea3e9586e156c9fc53b2c25a770 Mon Sep 17 00:00:00 2001 -From: Maciej Blizinski -Date: Fri, 18 May 2012 22:57:05 +0200 -Subject: [PATCH 2/2] use wconfig in wxpaste because of __progname - ---- - util/wxpaste.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/util/wxpaste.c b/util/wxpaste.c -index 87fc892..a41a3ba 100644 ---- a/util/wxpaste.c -+++ b/util/wxpaste.c -@@ -17,7 +17,7 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +--- a/util/wxpaste.c Tue Apr 28 23:28:28 2015 ++++ b/util/wxpaste.c Tue Apr 28 23:28:04 2015 +@@ -18,7 +18,7 @@ + * MA 02110-1301, USA. */ -#include "../config.h" @@ -20,6 +9,3 @@ #include #include --- -1.7.10 - 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 Apr 29 00:12:13 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 28 Apr 2015 22:12:13 +0000 Subject: SF.net SVN: gar:[24908] csw/mgar/pkg/windowmaker/trunk/Makefile Message-ID: <3lbxzV2YFLzCM@mail.opencsw.org> Revision: 24908 http://sourceforge.net/p/gar/code/24908 Author: rmottola Date: 2015-04-28 22:12:13 +0000 (Tue, 28 Apr 2015) Log Message: ----------- windowmaker/trunk: typo Modified Paths: -------------- csw/mgar/pkg/windowmaker/trunk/Makefile Modified: csw/mgar/pkg/windowmaker/trunk/Makefile =================================================================== --- csw/mgar/pkg/windowmaker/trunk/Makefile 2015-04-28 22:05:23 UTC (rev 24907) +++ csw/mgar/pkg/windowmaker/trunk/Makefile 2015-04-28 22:12:13 UTC (rev 24908) @@ -8,7 +8,7 @@ DESCRIPTION = X11 window manager define BLURB A classic windowmanager with the NeXT and OpenStep look. Fast and low on - resources, it is optimal for every serous user! It is the recommended + resources, it is optimal for every serious user! It is the recommended window manager for GNUstep. endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Wed Apr 29 09:53:07 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Wed, 29 Apr 2015 07:53:07 +0000 Subject: SF.net SVN: gar:[24909] csw/mgar/pkg/389-admin/trunk/Makefile Message-ID: <3lcBsp5hxWzVj@mail.opencsw.org> Revision: 24909 http://sourceforge.net/p/gar/code/24909 Author: cgrzemba Date: 2015-04-29 07:53:07 +0000 (Wed, 29 Apr 2015) Log Message: ----------- 389-admin/trunk: set BUILD_ISAS for 64bit builds Modified Paths: -------------- csw/mgar/pkg/389-admin/trunk/Makefile Modified: csw/mgar/pkg/389-admin/trunk/Makefile =================================================================== --- csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-28 22:12:13 UTC (rev 24908) +++ csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-29 07:53:07 UTC (rev 24909) @@ -17,7 +17,7 @@ DISTFILES = $(DISTNAME).tar.gz DISTFILES += CSW389-admin.preremove -BUILD64 = 1 +BUILD64_ONLY = 1 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 @@ -117,10 +117,13 @@ CONFIGURE_ARGS += --with-nss-lib=$(libdir) CONFIGURE_ARGS += --with-nss-inc=$(includedir)/nss CONFIGURE_ARGS += --with-apxs=/opt/csw/bin/apxs -CONFIGURE_ARGS += --with-httpd=/opt/csw/sbin/httpd -CONFIGURE_ARGS += --with-modnss-lib=/opt/csw/lib//apache2/modules +CONFIGURE_ARGS_32 += --with-httpd=/opt/csw/sbin/httpd +CONFIGURE_ARGS_32 += --with-modnss-lib=/opt/csw/lib/apache2/modules +CONFIGURE_ARGS_64 += --with-httpd=/opt/csw/sbin/$(BUILD_ISAS)/httpd +CONFIGURE_ARGS_64 += --with-modnss-lib=/opt/csw/lib/$(BUILD_ISAS)/apache2/modules CONFIGURE_ARGS += --with-modnss-bin=/opt/csw/sbin # CONFIGURE_ARGS += --with-adminutil=/opt/csw +CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MEMORYMODEL_$(BUILD_ISAS))) CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(LDAP_API)) 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 Apr 29 10:55:18 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 29 Apr 2015 08:55:18 +0000 Subject: SF.net SVN: gar:[24910] csw/mgar/pkg/freetype/trunk/Makefile Message-ID: <3lcDFW2zF1zpq@mail.opencsw.org> Revision: 24910 http://sourceforge.net/p/gar/code/24910 Author: rmottola Date: 2015-04-29 08:55:18 +0000 (Wed, 29 Apr 2015) Log Message: ----------- freetype/trunk: explicit platforms and compiler Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2015-04-29 07:53:07 UTC (rev 24909) +++ csw/mgar/pkg/freetype/trunk/Makefile 2015-04-29 08:55:18 UTC (rev 24910) @@ -37,6 +37,12 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibfreetype-dev += CSWlibfreetype6 +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 + + +GARCOMPILER = SUN GNUMAKE = gmake EXTRA_CONFIGURE_EXPORTS = GNUMAKE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Wed Apr 29 12:14:02 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Wed, 29 Apr 2015 10:14:02 +0000 Subject: SF.net SVN: gar:[24911] csw/mgar/pkg/389-admin/trunk/Makefile Message-ID: <3lcG0N0rl9zsl@mail.opencsw.org> Revision: 24911 http://sourceforge.net/p/gar/code/24911 Author: cgrzemba Date: 2015-04-29 10:14:01 +0000 (Wed, 29 Apr 2015) Log Message: ----------- 389-admin/trunk: choose the right apxs Modified Paths: -------------- csw/mgar/pkg/389-admin/trunk/Makefile Modified: csw/mgar/pkg/389-admin/trunk/Makefile =================================================================== --- csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-29 08:55:18 UTC (rev 24910) +++ csw/mgar/pkg/389-admin/trunk/Makefile 2015-04-29 10:14:01 UTC (rev 24911) @@ -116,7 +116,8 @@ CONFIGURE_ARGS += --with-nspr-inc=$(includedir)/nspr CONFIGURE_ARGS += --with-nss-lib=$(libdir) CONFIGURE_ARGS += --with-nss-inc=$(includedir)/nss -CONFIGURE_ARGS += --with-apxs=/opt/csw/bin/apxs +CONFIGURE_ARGS_32 += --with-apxs=/opt/csw/bin/apxs +CONFIGURE_ARGS_64 += --with-apxs=/opt/csw/bin/$(BUILD_ISAS)/apxs CONFIGURE_ARGS_32 += --with-httpd=/opt/csw/sbin/httpd CONFIGURE_ARGS_32 += --with-modnss-lib=/opt/csw/lib/apache2/modules CONFIGURE_ARGS_64 += --with-httpd=/opt/csw/sbin/$(BUILD_ISAS)/httpd 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 Apr 29 12:31:45 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 29 Apr 2015 10:31:45 +0000 Subject: SF.net SVN: gar:[24912] csw/mgar/pkg/curl/trunk Message-ID: <3lcGNp3RwgzwM@mail.opencsw.org> Revision: 24912 http://sourceforge.net/p/gar/code/24912 Author: dmichelsen Date: 2015-04-29 10:31:45 +0000 (Wed, 29 Apr 2015) Log Message: ----------- curl/trunk: Update to 7.42.1 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 2015-04-29 10:14:01 UTC (rev 24911) +++ csw/mgar/pkg/curl/trunk/Makefile 2015-04-29 10:31:45 UTC (rev 24912) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.42.0 +VERSION = 7.42.1 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -18,6 +18,8 @@ VENDOR_URL = http://curl.haxx.se +# Use patch until this is completely fixed: +# http://sourceforge.net/p/curl/bugs/1486/ PATCHFILES += 0001-Use-KRB5CONFIG.patch # Because of OpenSSL 1.0 update Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2015-04-29 10:14:01 UTC (rev 24911) +++ csw/mgar/pkg/curl/trunk/checksums 2015-04-29 10:31:45 UTC (rev 24912) @@ -1 +1 @@ -fddfab60987ee6119652b57c082d2623 curl-7.42.0.tar.lzma +f1e460020a99da039b153e4bf0cd8600 curl-7.42.1.tar.lzma 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 Apr 29 15:34:06 2015 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 29 Apr 2015 13:34:06 +0000 Subject: SF.net SVN: gar:[24913] csw/mgar/pkg/freetype/trunk Message-ID: <3lcLRF1xjxz10d@mail.opencsw.org> Revision: 24913 http://sourceforge.net/p/gar/code/24913 Author: rmottola Date: 2015-04-29 13:34:06 +0000 (Wed, 29 Apr 2015) Log Message: ----------- freetype/trunk: update to last 2.4 series, 2.5 do not compile out of the box Modified Paths: -------------- csw/mgar/pkg/freetype/trunk/Makefile csw/mgar/pkg/freetype/trunk/checksums Modified: csw/mgar/pkg/freetype/trunk/Makefile =================================================================== --- csw/mgar/pkg/freetype/trunk/Makefile 2015-04-29 10:31:45 UTC (rev 24912) +++ csw/mgar/pkg/freetype/trunk/Makefile 2015-04-29 13:34:06 UTC (rev 24913) @@ -1,5 +1,5 @@ NAME = freetype -VERSION = 2.4.8 +VERSION = 2.4.12 GARTYPE = v2 DESCRIPTION = A free and portable TrueType font rendering engine Modified: csw/mgar/pkg/freetype/trunk/checksums =================================================================== --- csw/mgar/pkg/freetype/trunk/checksums 2015-04-29 10:31:45 UTC (rev 24912) +++ csw/mgar/pkg/freetype/trunk/checksums 2015-04-29 13:34:06 UTC (rev 24913) @@ -1 +1 @@ -dbf2caca1d3afd410a29217a9809d397 freetype-2.4.8.tar.bz2 +3463102764315eb86c0d3c2e1f3ffb7d freetype-2.4.12.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From tosmi at users.sourceforge.net Wed Apr 29 22:49:36 2015 From: tosmi at users.sourceforge.net (tosmi at users.sourceforge.net) Date: Wed, 29 Apr 2015 20:49:36 +0000 Subject: SF.net SVN: gar:[24914] csw/mgar/pkg Message-ID: <3lcX5k1v6Rz1Jg@mail.opencsw.org> Revision: 24914 http://sourceforge.net/p/gar/code/24914 Author: tosmi Date: 2015-04-29 20:49:35 +0000 (Wed, 29 Apr 2015) Log Message: ----------- puppet4: initial commit Added Paths: ----------- csw/mgar/pkg/puppet4/ csw/mgar/pkg/puppet4/Makefile csw/mgar/pkg/puppet4/branches/ csw/mgar/pkg/puppet4/tags/ csw/mgar/pkg/puppet4/trunk/ csw/mgar/pkg/puppet4/trunk/Makefile csw/mgar/pkg/puppet4/trunk/checksums csw/mgar/pkg/puppet4/trunk/files/ Copied: csw/mgar/pkg/puppet4/Makefile (from rev 24913, csw/mgar/pkg/template/Makefile) =================================================================== --- csw/mgar/pkg/puppet4/Makefile (rev 0) +++ csw/mgar/pkg/puppet4/Makefile 2015-04-29 20:49:35 UTC (rev 24914) @@ -0,0 +1,15 @@ +# vim: ft=make ts=4 sw=4 noet + +default: + @echo "You are in the pkg/ directory." + +%: + $(MAKE) -C trunk $* + +paranoid-%: + $(MAKE) -C trunk $* || exit 2 + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG) Index: csw/mgar/pkg/puppet4/trunk =================================================================== --- csw/mgar/pkg/puppet4/trunk 2015-04-29 13:34:06 UTC (rev 24913) +++ csw/mgar/pkg/puppet4/trunk 2015-04-29 20:49:35 UTC (rev 24914) Property changes on: csw/mgar/pkg/puppet4/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,2 ## +work + Added: csw/mgar/pkg/puppet4/trunk/Makefile =================================================================== --- csw/mgar/pkg/puppet4/trunk/Makefile (rev 0) +++ csw/mgar/pkg/puppet4/trunk/Makefile 2015-04-29 20:49:35 UTC (rev 24914) @@ -0,0 +1,19 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = puppet4 +VERSION = x.y +GARTYPE = v2 + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = +DISTFILES = $(DISTNAME).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/puppet4/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/puppet4/trunk/checksums =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Apr 30 11:00:23 2015 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 30 Apr 2015 09:00:23 +0000 Subject: SF.net SVN: gar:[24915] csw/mgar/pkg/clamav/trunk Message-ID: <3lcrK82scczjT@mail.opencsw.org> Revision: 24915 http://sourceforge.net/p/gar/code/24915 Author: bonivart Date: 2015-04-30 09:00:23 +0000 (Thu, 30 Apr 2015) Log Message: ----------- clamav/trunk: update to 0.98.7 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 2015-04-29 20:49:35 UTC (rev 24914) +++ csw/mgar/pkg/clamav/trunk/Makefile 2015-04-30 09:00:23 UTC (rev 24915) @@ -1,12 +1,12 @@ NAME = clamav -VERSION = 0.98.6 +VERSION = 0.98.7 GARTYPE = v2 DESCRIPTION = Clam AntiVirus define BLURB endef -SF_PROJECT = clamav +SF_PROJECT = clamav MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(NAME)-$(VERSION).tar.gz @@ -103,12 +103,12 @@ CHECKPKG_OVERRIDES_CSWclamav += file-with-bad-content|/usr/local|root/opt/csw/bin/clamdscan CHECKPKG_OVERRIDES_CSWclamav += file-with-bad-content|/usr/local|root/opt/csw/bin/clambc CHECKPKG_OVERRIDES_CSWclamav += file-with-bad-content|/usr/local|root/opt/csw/bin/freshclam -CHECKPKG_OVERRIDES_CSWlibclam6 += file-with-bad-content|/usr/local|root/opt/csw/lib/libclamav.so.6.1.25 +CHECKPKG_OVERRIDES_CSWlibclam6 += file-with-bad-content|/usr/local|root/opt/csw/lib/libclamav.so.6.1.26 # We don't split to three separate packages -CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamav.so.6.1.25|soname=libclamav.so.6|pkgname=CSWlibclam6|expected=CSWlibclamav6 -CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamunrar.so.6.1.25|soname=libclamunrar.so.6|pkgname=CSWlibclam6|expected=CSWlibclamunrar6 -CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamunrar_iface.so.6.1.25|soname=libclamunrar_iface.so.6|pkgname=CSWlibclam6|expected=CSWlibclamunrar-iface6 +CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamav.so.6.1.26|soname=libclamav.so.6|pkgname=CSWlibclam6|expected=CSWlibclamav6 +CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamunrar.so.6.1.26|soname=libclamunrar.so.6|pkgname=CSWlibclam6|expected=CSWlibclamunrar6 +CHECKPKG_OVERRIDES_CSWlibclam6 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libclamunrar_iface.so.6.1.26|soname=libclamunrar_iface.so.6|pkgname=CSWlibclam6|expected=CSWlibclamunrar-iface6 # Weirdly needed for sparc CHECKPKG_OVERRIDES_CSWlibclam6 += surplus-dependency|CSWlibstdc++6 Modified: csw/mgar/pkg/clamav/trunk/checksums =================================================================== --- csw/mgar/pkg/clamav/trunk/checksums 2015-04-29 20:49:35 UTC (rev 24914) +++ csw/mgar/pkg/clamav/trunk/checksums 2015-04-30 09:00:23 UTC (rev 24915) @@ -1 +1 @@ -7f4f7e82a09e42c4ebf153d6d452d9d8 clamav-0.98.6.tar.gz +157c601161da1c2d5a0e48ea1b49e067 clamav-0.98.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Apr 30 12:02:17 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Apr 2015 10:02:17 +0000 Subject: SF.net SVN: gar:[24916] csw/mgar/pkg/gcc5/trunk/Makefile Message-ID: <3lcshS5psbzy7@mail.opencsw.org> Revision: 24916 http://sourceforge.net/p/gar/code/24916 Author: dmichelsen Date: 2015-04-30 10:02:16 +0000 (Thu, 30 Apr 2015) Log Message: ----------- gcc5/trunk: Add incompatible packages to GCC4 Modified Paths: -------------- csw/mgar/pkg/gcc5/trunk/Makefile Modified: csw/mgar/pkg/gcc5/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc5/trunk/Makefile 2015-04-30 09:00:23 UTC (rev 24915) +++ csw/mgar/pkg/gcc5/trunk/Makefile 2015-04-30 10:02:16 UTC (rev 24916) @@ -163,6 +163,10 @@ CHECKPKG_OVERRIDES_$(PKG_BASENAME)java += discouraged-path-in-pkgmap CHECKPKG_OVERRIDES_$(PKG_BASENAME)gfortran += discouraged-path-in-pkgmap +# This is really part of core +CHECKPKG_OVERRIDES_CSWgcc5core += shared-lib-pkgname-mismatch|file=opt/csw/lib/libgomp-plugin-host_nonshm.so.1.0.0|soname=libgomp-plugin-host_nonshm.so.1|pkgname=CSWgcc5core|expected=CSWlibgomp-plugin-host-nonshm1 +CHECKPKG_OVERRIDES_CSWgcc5core += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libgomp-plugin-host_nonshm.so.1.0.0|soname=libgomp-plugin-host_nonshm.so.1|pkgname=CSWgcc5core|expected=CSWlibgomp-plugin-host-nonshm1 + # Some static libraries are required to build binaries with gcc, for example # libgcc.a and libgcc_eh.a. Otherwise: ld: fatal: library -lgcc: not found MERGE_EXCLUDE_LIBTOOL = @@ -451,9 +455,6 @@ ALTERNATIVE_$(PKG_VERSION_TOKEN)ada += $(bindir)/gnatprep gcc_ada $(bindir)/gnatprep$(PROGRAM_SUFFIX) ALTERNATIVE_$(PKG_VERSION_TOKEN)ada += $(bindir)/gnatxref gcc_ada $(bindir)/gnatxref$(PROGRAM_SUFFIX) -# This is an obsolete package. Nothing depends on it, so we can remove it. -INCOMPATIBLE_PKGS_$(PKG_BASENAME)ada = $(PKG_BASENAME)adart - PACKAGES += $(PACKAGES_$(GARCH)) CORE_BINARIES = cpp gcc gcov CXX_BINARIES = g\+\+ c\+\+ @@ -466,6 +467,13 @@ # We're building with the default GAR maps, currently U5. # LINKER_MAP_RELEASE = solaris10u8 +# The previous GCC4 is incompatible with GCC5 because of lots of collisions +INCOMPATIBLE_PKGS_CSWgcc5g++ += CSWgcc4g++ +INCOMPATIBLE_PKGS_CSWgcc5java += CSWgcc4java +INCOMPATIBLE_PKGS_CSWgcc5objc += CSWgcc4objc +INCOMPATIBLE_PKGS_CSWgcc5gfortran += CSWgcc4gfortran +INCOMPATIBLE_PKGS_CSWgcc5core += CSWgcc4core + #Direct binding is disabled to to problem with amd64 libs CHECKPKG_OVERRIDES_$(PKG_BASENAME)ada += no-direct-binding CHECKPKG_OVERRIDES_$(PKG_BASENAME)core += no-direct-binding 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 Apr 30 12:15:57 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Apr 2015 10:15:57 +0000 Subject: SF.net SVN: gar:[24917] csw/mgar/pkg/pcre/trunk Message-ID: <3lct081DZjz11Y@mail.opencsw.org> Revision: 24917 http://sourceforge.net/p/gar/code/24917 Author: dmichelsen Date: 2015-04-30 10:15:56 +0000 (Thu, 30 Apr 2015) Log Message: ----------- pcre/trunk: Update to 8.37 Modified Paths: -------------- csw/mgar/pkg/pcre/trunk/Makefile csw/mgar/pkg/pcre/trunk/checksums csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch Modified: csw/mgar/pkg/pcre/trunk/Makefile =================================================================== --- csw/mgar/pkg/pcre/trunk/Makefile 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/Makefile 2015-04-30 10:15:56 UTC (rev 24917) @@ -1,5 +1,5 @@ NAME = pcre -VERSION = 8.36 +VERSION = 8.37 GARTYPE = v2 DESCRIPTION = Perl-compatible regular expression tools Modified: csw/mgar/pkg/pcre/trunk/checksums =================================================================== --- csw/mgar/pkg/pcre/trunk/checksums 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/checksums 2015-04-30 10:15:56 UTC (rev 24917) @@ -1 +1 @@ -b767bc9af0c20bc9c1fe403b0d41ad97 pcre-8.36.tar.bz2 +ed91be292cb01d21bc7e526816c26981 pcre-8.37.tar.bz2 Modified: csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch =================================================================== --- csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2015-04-30 10:02:16 UTC (rev 24916) +++ csw/mgar/pkg/pcre/trunk/files/0001-Allow-norunpath-for-libtool.patch 2015-04-30 10:15:56 UTC (rev 24917) @@ -1,25 +1,25 @@ -From af449151a800845da508097fb85bae299b2e15ab Mon Sep 17 00:00:00 2001 +From 3106a44b3a071761e592dd5803d99c197098a887 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Tue, 16 Aug 2011 17:12:43 +0200 +Date: Thu, 30 Apr 2015 11:19:42 +0200 Subject: [PATCH] Allow -norunpath for libtool --- - ltmain.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + ltmain.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.sh b/ltmain.sh -index 3061e3c..5817d54 100755 +index 0f0a2da..97b6433 100644 --- a/ltmain.sh +++ b/ltmain.sh -@@ -5840,7 +5840,7 @@ func_mode_link () - # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization +@@ -7275,7 +7275,7 @@ func_mode_link () + # -stdlib=* select c++ std lib with clang -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -- -O*|-flto*|-fwhopr*|-fuse-linker-plugin) -+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-norunpath) +- -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) ++ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*|-norunpath) func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + arg=$func_quote_for_eval_result func_append compile_command " $arg" -- -1.7.6 +2.3.3 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 Apr 30 14:03:55 2015 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Apr 2015 12:03:55 +0000 Subject: SF.net SVN: gar:[24918] csw/mgar/pkg/gcc5/trunk/Makefile Message-ID: <3lcwNj6d2Jz14s@mail.opencsw.org> Revision: 24918 http://sourceforge.net/p/gar/code/24918 Author: dmichelsen Date: 2015-04-30 12:03:55 +0000 (Thu, 30 Apr 2015) Log Message: ----------- gcc5/trunk: Add overrides for file-collision which are marked INCOMPATIBLE Modified Paths: -------------- csw/mgar/pkg/gcc5/trunk/Makefile Modified: csw/mgar/pkg/gcc5/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc5/trunk/Makefile 2015-04-30 10:15:56 UTC (rev 24917) +++ csw/mgar/pkg/gcc5/trunk/Makefile 2015-04-30 12:03:55 UTC (rev 24918) @@ -474,6 +474,13 @@ INCOMPATIBLE_PKGS_CSWgcc5gfortran += CSWgcc4gfortran INCOMPATIBLE_PKGS_CSWgcc5core += CSWgcc4core +# Checkpkg still shows collisions, even as CSWgcc5* is incompatible to CSWgcc4* +CHECKPKG_OVERRIDES_CSWgcc5g++ += file-collision +CHECKPKG_OVERRIDES_CSWgcc5java += file-collision +CHECKPKG_OVERRIDES_CSWgcc5objc += file-collision +CHECKPKG_OVERRIDES_CSWgcc5gfortran += file-collision +CHECKPKG_OVERRIDES_CSWgcc5core += file-collision + #Direct binding is disabled to to problem with amd64 libs CHECKPKG_OVERRIDES_$(PKG_BASENAME)ada += no-direct-binding CHECKPKG_OVERRIDES_$(PKG_BASENAME)core += no-direct-binding This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Thu Apr 30 14:13:56 2015 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 30 Apr 2015 12:13:56 +0000 Subject: SF.net SVN: gar:[24919] csw/mgar/pkg/apache24/trunk Message-ID: <3lcwcH1gBXz17D@mail.opencsw.org> Revision: 24919 http://sourceforge.net/p/gar/code/24919 Author: cgrzemba Date: 2015-04-30 12:13:56 +0000 (Thu, 30 Apr 2015) Log Message: ----------- apache24/trunk: fix apxs, enable legacy mod_cgi Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2015-04-30 12:03:55 UTC (rev 24918) +++ csw/mgar/pkg/apache24/trunk/Makefile 2015-04-30 12:13:56 UTC (rev 24919) @@ -18,6 +18,7 @@ EXPANDVARS += cswapache24 PATCHFILES += 0002-Switch-usr-local-for-opt-csw-in-default-cgi-path.patch +PATCHFILES += 0003-fix-43561-apxs.patch #PATCHFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch DISTFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch @@ -29,6 +30,8 @@ VENDOR_URL = http://httpd.apache.org/ LICENSE = LICENSE +GARCOMPILER = SOS12U4 + PACKAGES = CSWapache24 SPKG_DESC_CSWapache24 = $(DESCRIPTION) RUNTIME_DEP_PKGS_CSWapache24 += CSWliblber2-4-2 @@ -102,9 +105,10 @@ CONFIGURE_ARGS-32 += --with-lua=$(prefix) #CONFIGURE_ARGS-64 += --without-lua CONFIGURE_ARGS += --enable-mpms-shared=all -CONFIGURE_ARGS += --with-mpm=prefork +# CONFIGURE_ARGS += --with-mpm=prefork CONFIGURE_ARGS += --enable-layout=OpenCSW CONFIGURE_ARGS += --enable-mods-shared=all +CONFIGURE_ARGS += --enable-cgi CONFIGURE_ARGS += --enable-privileges CONFIGURE_ARGS += --enable-vhost-alias #CONFIGURE_ARGS += --with-ssl=$(prefix) Added: csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch =================================================================== --- csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch (rev 0) +++ csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch 2015-04-30 12:13:56 UTC (rev 24919) @@ -0,0 +1,10 @@ +--- a/support/apxs.in ++++ b/support/apxs.in +@@ -34,6 +34,7 @@ my $prefix = get_vars("prefix"); + my $CFG_PREFIX = $prefix; + my $exec_prefix = get_vars("exec_prefix"); + my $datadir = get_vars("datadir"); ++my $libdir = get_vars("libdir"); + my $localstatedir = get_vars("localstatedir"); + my $CFG_TARGET = get_vars("progname"); + my $CFG_SYSCONFDIR = get_vars("sysconfdir"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From maciej at opencsw.org Thu Apr 30 19:31:39 2015 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 30 Apr 2015 10:31:39 -0700 Subject: SF.net SVN: gar:[24916] csw/mgar/pkg/gcc5/trunk/Makefile In-Reply-To: <3lcshS5psbzy7@mail.opencsw.org> References: <3lcshS5psbzy7@mail.opencsw.org> Message-ID: 2015-04-30 11:02 GMT+01:00 : > +# This is really part of core > +CHECKPKG_OVERRIDES_CSWgcc5core += > shared-lib-pkgname-mismatch|file=opt/csw/lib/libgomp-plugin-host_nonshm.so.1.0.0|soname=libgomp-plugin-host_nonshm.so.1|pkgname=CSWgcc5core|expected=CSWlibgomp-plugin-host-nonshm1 > +CHECKPKG_OVERRIDES_CSWgcc5core += > shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libgomp-plugin-host_nonshm.so.1.0.0|soname=libgomp-plugin-host_nonshm.so.1|pkgname=CSWgcc5core|expected=CSWlibgomp-plugin-host-nonshm1 > Maybe, but if they upgrade this soname, we're screwed again. What's the problem with just following the standard? -------------- next part -------------- An HTML attachment was scrubbed... URL: