From jake_goerzen at users.sourceforge.net Fri Jul 1 22:05:24 2016 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 1 Jul 2016 20:05:24 +0000 Subject: SF.net SVN: gar:[25795] csw/mgar/pkg/dovecot/trunk Message-ID: <3rh6pz2mX1zJg@mail.opencsw.org> Revision: 25795 http://sourceforge.net/p/gar/code/25795 Author: jake_goerzen Date: 2016-07-01 20:05:23 +0000 (Fri, 01 Jul 2016) Log Message: ----------- dovecot: update to 2.2.25 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2016-06-29 13:48:26 UTC (rev 25794) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2016-07-01 20:05:23 UTC (rev 25795) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.24 +VERSION = 2.2.25 GARTYPE = v2 DESCRIPTION = Secure IMAP server @@ -40,8 +40,8 @@ RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2 RUNTIME_DEP_PKGS_CSWdovecot += CSWliblzma5 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n56 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc56 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n57 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc57 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibgcc-s1 PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL) Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2016-06-29 13:48:26 UTC (rev 25794) +++ csw/mgar/pkg/dovecot/trunk/checksums 2016-07-01 20:05:23 UTC (rev 25795) @@ -1 +1 @@ -91576b3411b436234ca5f63e1bbab60d dovecot-2.2.24.tar.gz +8f62ea76489c47c369cbbe0b19818448 dovecot-2.2.25.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jul 4 15:13:55 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 4 Jul 2016 13:13:55 +0000 Subject: SF.net SVN: gar:[25796] csw/mgar/pkg/ruby23/trunk Message-ID: <3rjnXp5Cm9zlN@mail.opencsw.org> Revision: 25796 http://sourceforge.net/p/gar/code/25796 Author: dmichelsen Date: 2016-07-04 13:13:54 +0000 (Mon, 04 Jul 2016) Log Message: ----------- ruby23/trunk: Update to 2.3.1 Modified Paths: -------------- csw/mgar/pkg/ruby23/trunk/Makefile csw/mgar/pkg/ruby23/trunk/checksums Modified: csw/mgar/pkg/ruby23/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby23/trunk/Makefile 2016-07-01 20:05:23 UTC (rev 25795) +++ csw/mgar/pkg/ruby23/trunk/Makefile 2016-07-04 13:13:54 UTC (rev 25796) @@ -3,7 +3,7 @@ # NAME = ruby SHORTVER = 2.3 -VERSION = $(SHORTVER).0 +VERSION = $(SHORTVER).1 API_VERSION = $(VERSION) DESCRIPTION = An object-oriented language for quick and easy programming. @@ -44,6 +44,7 @@ RUNTIME_DEP_PKGS_CSWruby23 += CSWlibyaml0-2 RUNTIME_DEP_PKGS_CSWruby23 += CSWlibreadline6 RUNTIME_DEP_PKGS_CSWruby23 += CSWlibffi6 +RUNTIME_DEP_PKGS_CSWruby23 += CSWlibncurses6 # These are all comments, checked by inspection CHECKPKG_OVERRIDES_CSWruby23 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.3.0/pathname.rb @@ -59,8 +60,8 @@ CHECKPKG_OVERRIDES_CSWruby23 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/gems/2.3.0/gems/rake-10.4.2/doc/rake.1 # We don't split off the library - without lots of ruby files it is not usable anyway -CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.3.0.so -CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.3.0.so.2|soname=libruby2.3.0.so.2|pkgname=CSWruby23|expected=CSWlibruby2-3-0-2 +CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.3.1.so +CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.3.1.so.2|soname=libruby2.3.1.so.2|pkgname=CSWruby23|expected=CSWlibruby2-3-1-2 # The reason is that there are *.rb files which normally require a ruby library, but we don't split this any more CHECKPKG_OVERRIDES_CSWruby23 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 Modified: csw/mgar/pkg/ruby23/trunk/checksums =================================================================== --- csw/mgar/pkg/ruby23/trunk/checksums 2016-07-01 20:05:23 UTC (rev 25795) +++ csw/mgar/pkg/ruby23/trunk/checksums 2016-07-04 13:13:54 UTC (rev 25796) @@ -1 +1 @@ -e81740ac7b14a9f837e9573601db3162 ruby-2.3.0.tar.gz +0d896c2e7fd54f722b399f407e48a4c6 ruby-2.3.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Mon Jul 4 17:14:50 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Mon, 4 Jul 2016 15:14:50 +0000 Subject: SF.net SVN: gar:[25797] csw/mgar/gar/v2/gar.conf.mk Message-ID: <3rjrDP5Rv7zpV@mail.opencsw.org> Revision: 25797 http://sourceforge.net/p/gar/code/25797 Author: janholzh Date: 2016-07-04 15:14:50 +0000 (Mon, 04 Jul 2016) Log Message: ----------- add Studio 12.5 Modified Paths: -------------- csw/mgar/gar/v2/gar.conf.mk Modified: csw/mgar/gar/v2/gar.conf.mk =================================================================== --- csw/mgar/gar/v2/gar.conf.mk 2016-07-04 13:13:54 UTC (rev 25796) +++ csw/mgar/gar/v2/gar.conf.mk 2016-07-04 15:14:50 UTC (rev 25797) @@ -89,12 +89,12 @@ # Select compiler # GARCOMPILER can be either GNU/SUN which selects the default -# Sun or GNU compiler, or the specific verions SOS11/SOS12/SOS12U1/SOS12U2/SOS12U3/SOS12U4/GCC3/GCC4/GCC5 +# Sun or GNU compiler, or the specific verions SOS11/SOS12/SOS12U1/SOS12U2/SOS12U3/SOS12U4/SOS12U5/GCC3/GCC4/GCC5 GARCOMPILER ?= SUN # We have parameters for the following compilers -GARCOMPILERS = GCC3 GCC4 GCC5 SOS11 SOS12 SOS12U1 SOS12U2 SOS12U3 SOS12U4 +GARCOMPILERS = GCC3 GCC4 GCC5 SOS11 SOS12 SOS12U1 SOS12U2 SOS12U3 SOS12U4 SOS12U5 GARCOMPILER-SUN-5.9 = SOS12 GARCOMPILER-SUN-5.10 = SOS12 @@ -248,6 +248,7 @@ ARCHFLAGS_SOS12U2_sparcv9+fmuladd = -m64 -xarch=sparcfmaf -fma=fused ARCHFLAGS_SOS12U3_sparcv9+fmuladd = -m64 -xarch=sparcfmaf -fma=fused ARCHFLAGS_SOS12U4_sparcv9+fmuladd = -m64 -xarch=sparcfmaf -fma=fused +ARCHFLAGS_SOS12U5_sparcv9+fmuladd = -m64 -xarch=sparcfmaf -fma=fused ARCHFLAGS_GCC3_sparcv9+fmuladd = ERROR ARCHFLAGS_GCC4_sparcv9+fmuladd = -m64 -mcpu=ultrasparc3 -mfmaf -Wa,-xarch=v9b ARCHFLAGS_GCC5_sparcv9+fmuladd = -m64 -mcpu=ultrasparc3 -mfmaf -Wa,-xarch=v9b @@ -259,6 +260,7 @@ ARCHFLAGS_SOS12U2_sparcv9+vis2 = -m64 -xarch=sparcvis2 ARCHFLAGS_SOS12U3_sparcv9+vis2 = -m64 -xarch=sparcvis2 ARCHFLAGS_SOS12U4_sparcv9+vis2 = -m64 -xarch=sparcvis2 + ARCHFLAGS_SOS12U5_sparcv9+vis2 = -m64 -xarch=sparcvis2 ARCHFLAGS_GCC3_sparcv9+vis2 = ERROR ARCHFLAGS_GCC4_sparcv9+vis2 = -m64 -mcpu=ultrasparc3 -mvis2 -Wa,-xarch=v9b ARCHFLAGS_GCC5_sparcv9+vis2 = -m64 -mcpu=ultrasparc3 -mvis2 -Wa,-xarch=v9b @@ -270,6 +272,7 @@ ARCHFLAGS_SOS12U2_sparcv9+vis = -m64 -xarch=sparcvis ARCHFLAGS_SOS12U3_sparcv9+vis = -m64 -xarch=sparcvis ARCHFLAGS_SOS12U4_sparcv9+vis = -m64 -xarch=sparcvis + ARCHFLAGS_SOS12U5_sparcv9+vis = -m64 -xarch=sparcvis ARCHFLAGS_GCC3_sparcv9+vis = -m64 -mcpu=ultrasparc -mvis ARCHFLAGS_GCC4_sparcv9+vis = -m64 -mcpu=ultrasparc -mvis -Wa,-xarch=v9a ARCHFLAGS_GCC5_sparcv9+vis = -m64 -mcpu=ultrasparc -mvis -Wa,-xarch=v9a @@ -281,6 +284,7 @@ ARCHFLAGS_SOS12U2_sparcv9 = -m64 -xarch=sparc ARCHFLAGS_SOS12U3_sparcv9 = -m64 -xarch=sparc ARCHFLAGS_SOS12U4_sparcv9 = -m64 -xarch=sparc + ARCHFLAGS_SOS12U5_sparcv9 = -m64 -xarch=sparc ARCHFLAGS_GCC3_sparcv9 = -m64 -mcpu=v9 ARCHFLAGS_GCC4_sparcv9 = -m64 -mcpu=v9 -Wa,-xarch=v9 ARCHFLAGS_GCC5_sparcv9 = -m64 -mcpu=v9 -Wa,-xarch=v9 @@ -292,6 +296,7 @@ ARCHFLAGS_SOS12U2_sparcv8plus+fmuladd = -m32 -xarch=xparcfmaf -fma=fused ARCHFLAGS_SOS12U3_sparcv8plus+fmuladd = -m32 -xarch=xparcfmaf -fma=fused ARCHFLAGS_SOS12U4_sparcv8plus+fmuladd = -m32 -xarch=xparcfmaf -fma=fused +ARCHFLAGS_SOS12U5_sparcv8plus+fmuladd = -m32 -xarch=xparcfmaf -fma=fused ARCHFLAGS_GCC3_sparcv8plus+fmuladd = ERROR ARCHFLAGS_GCC4_sparcv8plus+fmuladd = -mcpu=v9 -mfmaf -Wa,-xarch=v8plusb ARCHFLAGS_GCC5_sparcv8plus+fmuladd = -mcpu=v9 -mfmaf -Wa,-xarch=v8plusb @@ -303,6 +308,7 @@ ARCHFLAGS_SOS12U2_sparcv8plus+vis2 = -m32 -xarch=sparcvis2 ARCHFLAGS_SOS12U3_sparcv8plus+vis2 = -m32 -xarch=sparcvis2 ARCHFLAGS_SOS12U4_sparcv8plus+vis2 = -m32 -xarch=sparcvis2 +ARCHFLAGS_SOS12U5_sparcv8plus+vis2 = -m32 -xarch=sparcvis2 ARCHFLAGS_GCC3_sparcv8plus+vis2 = ERROR ARCHFLAGS_GCC4_sparcv8plus+vis2 = -mcpu=v9 -mvis2 -Wa,-xarch=v8plusb ARCHFLAGS_GCC5_sparcv8plus+vis2 = -mcpu=v9 -mvis2 -Wa,-xarch=v8plusb @@ -314,6 +320,7 @@ ARCHFLAGS_SOS12U2_sparcv8plus+vis = -m32 -xarch=sparcvis ARCHFLAGS_SOS12U3_sparcv8plus+vis = -m32 -xarch=sparcvis ARCHFLAGS_SOS12U4_sparcv8plus+vis = -m32 -xarch=sparcvis +ARCHFLAGS_SOS12U5_sparcv8plus+vis = -m32 -xarch=sparcvis ARCHFLAGS_GCC3_sparcv8plus+vis = -mcpu=v8 -mvis ARCHFLAGS_GCC4_sparcv8plus+vis = -mcpu=v9 -mvis -Wa,-xarch=v8plusa ARCHFLAGS_GCC5_sparcv8plus+vis = -mcpu=v9 -mvis -Wa,-xarch=v8plusa @@ -325,6 +332,7 @@ ARCHFLAGS_SOS12U2_sparcv8plus = -m32 -xarch=sparc ARCHFLAGS_SOS12U3_sparcv8plus = -m32 -xarch=sparc ARCHFLAGS_SOS12U4_sparcv8plus = -m32 -xarch=sparc + ARCHFLAGS_SOS12U5_sparcv8plus = -m32 -xarch=sparc ARCHFLAGS_GCC3_sparcv8plus = -mcpu=v8 -mv8plus ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 -Wa,-xarch=v8plus ARCHFLAGS_GCC5_sparcv8plus = -mcpu=v9 -Wa,-xarch=v8plus @@ -336,6 +344,7 @@ ARCHFLAGS_SOS12U2_sparcv8 = -m32 -xarch=v8 ARCHFLAGS_SOS12U3_sparcv8 = -m32 -xarch=v8 ARCHFLAGS_SOS12U4_sparcv8 = -m32 -xarch=v8 + ARCHFLAGS_SOS12U5_sparcv8 = -m32 -xarch=v8 ARCHFLAGS_GCC3_sparcv8 = -mcpu=v8 ARCHFLAGS_GCC4_sparcv8 = -mcpu=v8 ARCHFLAGS_GCC5_sparcv8 = -mcpu=v8 @@ -347,6 +356,7 @@ ARCHFLAGS_SOS12U2_sparcv8-fsmuld = -m32 -xarch=v8a ARCHFLAGS_SOS12U3_sparcv8-fsmuld = -m32 -xarch=v8a ARCHFLAGS_SOS12U4_sparcv8-fsmuld = -m32 -xarch=v8a + ARCHFLAGS_SOS12U5_sparcv8-fsmuld = -m32 -xarch=v8a ARCHFLAGS_GCC3_sparcv8-fsmuld = ERROR ARCHFLAGS_GCC4_sparcv8-fsmuld = ERROR ARCHFLAGS_GCC5_sparcv8-fsmuld = ERROR @@ -358,6 +368,7 @@ ARCHFLAGS_SOS12U2_amd64 = -m64 -xarch=sse2 ARCHFLAGS_SOS12U3_amd64 = -m64 -xarch=sse2 ARCHFLAGS_SOS12U4_amd64 = -m64 -xarch=sse2 + ARCHFLAGS_SOS12U5_amd64 = -m64 -xarch=sse2 ARCHFLAGS_GCC3_amd64 = -m64 -march=opteron ARCHFLAGS_GCC4_amd64 = -m64 -march=opteron ARCHFLAGS_GCC5_amd64 = -m64 -march=opteron @@ -369,6 +380,7 @@ ARCHFLAGS_SOS12U2_pentium_pro+mmx = -m32 -xarch=pentium_proa ARCHFLAGS_SOS12U3_pentium_pro+mmx = -m32 -xarch=pentium_proa ARCHFLAGS_SOS12U4_pentium_pro+mmx = -m32 -xarch=pentium_proa +ARCHFLAGS_SOS12U5_pentium_pro+mmx = -m32 -xarch=pentium_proa ARCHFLAGS_GCC3_pentium_pro+mmx = -m32 -march=pentium2 ARCHFLAGS_GCC4_pentium_pro+mmx = -m32 -march=pentium2 ARCHFLAGS_GCC5_pentium_pro+mmx = -m32 -march=pentium2 @@ -380,6 +392,7 @@ ARCHFLAGS_SOS12U2_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro ARCHFLAGS_SOS12U3_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro ARCHFLAGS_SOS12U4_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro + ARCHFLAGS_SOS12U5_pentium_pro = -m32 -xarch=pentium_pro -xchip=pentium_pro ARCHFLAGS_GCC3_pentium_pro = -m32 -march=pentiumpro ARCHFLAGS_GCC4_pentium_pro = -m32 -march=pentiumpro ARCHFLAGS_GCC5_pentium_pro = -m32 -march=pentiumpro @@ -391,6 +404,7 @@ ARCHFLAGS_SOS12U2_pentium+mmx = ERROR ARCHFLAGS_SOS12U3_pentium+mmx = ERROR ARCHFLAGS_SOS12U4_pentium+mmx = ERROR + ARCHFLAGS_SOS12U5_pentium+mmx = ERROR ARCHFLAGS_GCC3_pentium+mmx = -m32 -march=pentium-mmx ARCHFLAGS_GCC4_pentium+mmx = -m32 -march=pentium-mmx ARCHFLAGS_GCC5_pentium+mmx = -m32 -march=pentium-mmx @@ -402,6 +416,7 @@ ARCHFLAGS_SOS12U2_pentium = -m32 -xchip=pentium ARCHFLAGS_SOS12U3_pentium = -m32 -xchip=pentium ARCHFLAGS_SOS12U4_pentium = -m32 -xchip=pentium + ARCHFLAGS_SOS12U5_pentium = -m32 -xchip=pentium ARCHFLAGS_GCC3_pentium = -m32 -march=pentium ARCHFLAGS_GCC5_pentium = -m32 -march=pentium MEMORYMODEL_pentium = 32 @@ -412,6 +427,7 @@ ARCHFLAGS_SOS12U2_i486 = -m32 -xarch=386 -xchip=486 ARCHFLAGS_SOS12U3_i486 = -m32 -xarch=386 -xchip=486 ARCHFLAGS_SOS12U4_i486 = -m32 -xarch=386 -xchip=486 + ARCHFLAGS_SOS12U5_i486 = -m32 -xarch=386 -xchip=486 ARCHFLAGS_GCC3_i486 = -m32 -march=i486 ARCHFLAGS_GCC4_i486 = -m32 -march=i486 ARCHFLAGS_GCC5_i486 = -m32 -march=i486 @@ -423,6 +439,7 @@ ARCHFLAGS_SOS12U2_i386 = -m32 -xarch=386 ARCHFLAGS_SOS12U3_i386 = -m32 -xarch=386 ARCHFLAGS_SOS12U4_i386 = -m32 -xarch=386 + ARCHFLAGS_SOS12U5_i386 = -m32 -xarch=386 ARCHFLAGS_GCC3_i386 = -m32 -march=i386 ARCHFLAGS_GCC4_i386 = -m32 -march=i386 ARCHFLAGS_GCC5_i386 = -m32 -march=i386 @@ -446,7 +463,8 @@ MM_BINDIR = $(MEMORYMODEL_BINDIR_$(MEMORYMODEL)) OPT_FLAGS_SOS ?= -xO3 -OPT_FLAGS_GCC ?= -O2 -pipe +# get frame pointers back for better debug. +OPT_FLAGS_GCC ?= -O2 -pipe -fno-omit-frame-pointer OPT_FLAGS_SOS11 ?= $(OPT_FLAGS_SOS) OPT_FLAGS_SOS12 ?= $(OPT_FLAGS_SOS) @@ -454,6 +472,7 @@ OPT_FLAGS_SOS12U2 ?= $(OPT_FLAGS_SOS) OPT_FLAGS_SOS12U3 ?= $(OPT_FLAGS_SOS) OPT_FLAGS_SOS12U4 ?= $(OPT_FLAGS_SOS) +OPT_FLAGS_SOS12U5 ?= $(OPT_FLAGS_SOS) OPT_FLAGS_GCC3 ?= $(OPT_FLAGS_GCC) OPT_FLAGS_GCC4 ?= $(OPT_FLAGS_GCC) OPT_FLAGS_GCC5 ?= $(OPT_FLAGS_GCC) @@ -464,6 +483,7 @@ OPT_FLAGS_SOS12U2_sparc ?= $(OPT_FLAGS_SOS12U2) OPT_FLAGS_SOS12U3_sparc ?= $(OPT_FLAGS_SOS12U3) OPT_FLAGS_SOS12U4_sparc ?= $(OPT_FLAGS_SOS12U4) +OPT_FLAGS_SOS12U5_sparc ?= $(OPT_FLAGS_SOS12U5) OPT_FLAGS_GCC3_sparc ?= $(OPT_FLAGS_GCC3) OPT_FLAGS_GCC4_sparc ?= $(OPT_FLAGS_GCC4) OPT_FLAGS_GCC5_sparc ?= $(OPT_FLAGS_GCC5) @@ -473,6 +493,7 @@ OPT_FLAGS_SOS12U2_i386 ?= $(OPT_FLAGS_SOS12U2) OPT_FLAGS_SOS12U3_i386 ?= $(OPT_FLAGS_SOS12U3) OPT_FLAGS_SOS12U4_i386 ?= $(OPT_FLAGS_SOS12U4) + OPT_FLAGS_SOS12U5_i386 ?= $(OPT_FLAGS_SOS12U5) OPT_FLAGS_GCC3_i386 ?= $(OPT_FLAGS_GCC3) OPT_FLAGS_GCC4_i386 ?= $(OPT_FLAGS_GCC4) OPT_FLAGS_GCC5_i386 ?= $(OPT_FLAGS_GCC5) @@ -504,6 +525,7 @@ DBG_FLAGS_SOS12U2_sparc ?= -g DBG_FLAGS_SOS12U3_sparc ?= -g DBG_FLAGS_SOS12U4_sparc ?= -g +DBG_FLAGS_SOS12U5_sparc ?= -g DBG_FLAGS_GCC3_sparc ?= -g DBG_FLAGS_GCC4_sparc ?= -g DBG_FLAGS_GCC5_sparc ?= -g @@ -513,6 +535,7 @@ DBG_FLAGS_SOS12U2_i386 ?= -g DBG_FLAGS_SOS12U3_i386 ?= -g DBG_FLAGS_SOS12U4_i386 ?= -g + DBG_FLAGS_SOS12U5_i386 ?= -g DBG_FLAGS_GCC3_i386 ?= -g DBG_FLAGS_GCC4_i386 ?= -g DBG_FLAGS_GCC5_i386 ?= -g @@ -605,6 +628,7 @@ SOS12U2_CC_HOME ?= /opt/solstudio12.2 SOS12U3_CC_HOME ?= /opt/solarisstudio12.3 SOS12U4_CC_HOME ?= /opt/solarisstudio12.4 +SOS12U5_CC_HOME ?= /opt/developerstudio12.5 GCC4_VERSION ?= 4.9 GCC5_VERSION ?= 5.2 @@ -618,6 +642,7 @@ SOS12U2_CC ?= $(SOS12U2_CC_HOME)/bin/cc SOS12U3_CC ?= $(SOS12U3_CC_HOME)/bin/cc SOS12U4_CC ?= $(SOS12U4_CC_HOME)/bin/cc + SOS12U5_CC ?= $(SOS12U5_CC_HOME)/bin/cc GCC3_CXX ?= $(GCC3_CC_HOME)/bin/g++ GCC4_CXX ?= $(GCC4_CC_HOME)/bin/g++-$(GCC4_VERSION) GCC5_CXX ?= $(GCC5_CC_HOME)/bin/g++-$(GCC5_VERSION) @@ -627,6 +652,7 @@ SOS12U2_CXX ?= $(SOS12U2_CC_HOME)/bin/CC SOS12U3_CXX ?= $(SOS12U3_CC_HOME)/bin/CC SOS12U4_CXX ?= $(SOS12U4_CC_HOME)/bin/CC + SOS12U5_CXX ?= $(SOS12U5_CC_HOME)/bin/CC GCC3_F77 ?= $(GCC3_CC_HOME)/bin/g77 GCC4_F77 ?= $(GCC4_CC_HOME)/bin/gfortran-$(GCC4_VERSION) GCC5_F77 ?= $(GCC5_CC_HOME)/bin/gfortran-$(GCC5_VERSION) @@ -636,6 +662,7 @@ SOS12U2_CXX ?= $(SOS12U2_CC_HOME)/bin/CC SOS12U3_CXX ?= $(SOS12U3_CC_HOME)/bin/CC SOS12U4_CXX ?= $(SOS12U4_CC_HOME)/bin/CC + SOS12U5_CXX ?= $(SOS12U5_CC_HOME)/bin/CC GCC3_FC ?= $(GCC3_CC_HOME)/bin/g77 GCC4_FC ?= $(GCC4_CC_HOME)/bin/gfortran-$(GCC4_VERSION) GCC5_FC ?= $(GCC5_CC_HOME)/bin/gfortran-$(GCC5_VERSION) @@ -645,6 +672,7 @@ SOS12U2_FC ?= $(SOS12U2_CC_HOME)/bin/f95 SOS12U3_FC ?= $(SOS12U3_CC_HOME)/bin/f95 SOS12U4_FC ?= $(SOS12U4_CC_HOME)/bin/f95 + SOS12U5_FC ?= $(SOS12U5_CC_HOME)/bin/f95 GCC3_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_CC_FLAGS) $(EXTRA_GCC_CC_FLAGS) $(EXTRA_CC_FLAGS) GCC4_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC4_CC_FLAGS) $(EXTRA_GCC_CC_FLAGS) $(EXTRA_CC_FLAGS) @@ -655,6 +683,7 @@ SOS12U2_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U2_CC_FLAGS) $(EXTRA_SOS_CC_FLAGS) $(EXTRA_CC_FLAGS) SOS12U3_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U3_CC_FLAGS) $(EXTRA_SOS_CC_FLAGS) $(EXTRA_CC_FLAGS) SOS12U4_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U4_CC_FLAGS) $(EXTRA_SOS_CC_FLAGS) $(EXTRA_CC_FLAGS) + SOS12U5_CC_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U5_CC_FLAGS) $(EXTRA_SOS_CC_FLAGS) $(EXTRA_CC_FLAGS) GCC3_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_CXX_FLAGS) $(EXTRA_GCC_CXX_FLAGS) $(EXTRA_CXX_FLAGS) GCC4_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC4_CXX_FLAGS) $(EXTRA_GCC_CXX_FLAGS) $(EXTRA_CXX_FLAGS) GCC5_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC5_CXX_FLAGS) $(EXTRA_GCC_CXX_FLAGS) $(EXTRA_CXX_FLAGS) @@ -664,6 +693,7 @@ SOS12U2_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U2_CXX_FLAGS) $(EXTRA_SOS_CXX_FLAGS) $(EXTRA_CXX_FLAGS) SOS12U3_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U3_CXX_FLAGS) $(EXTRA_SOS_CXX_FLAGS) $(EXTRA_CXX_FLAGS) SOS12U4_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U4_CXX_FLAGS) $(EXTRA_SOS_CXX_FLAGS) $(EXTRA_CXX_FLAGS) +SOS12U5_CXX_FLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U5_CXX_FLAGS) $(EXTRA_SOS_CXX_FLAGS) $(EXTRA_CXX_FLAGS) GCC3_AS_FLAGS ?= $(EXTRA_GCC3_AS_FLAGS) $(EXTRA_GCC_AS_FLAGS) $(EXTRA_AS_FLAGS) GCC4_AS_FLAGS ?= $(EXTRA_GCC4_AS_FLAGS) $(EXTRA_GCC_AS_FLAGS) $(EXTRA_AS_FLAGS) GCC5_AS_FLAGS ?= $(EXTRA_GCC5_AS_FLAGS) $(EXTRA_GCC_AS_FLAGS) $(EXTRA_AS_FLAGS) @@ -673,6 +703,7 @@ SOS12U2_AS_FLAGS ?= $(EXTRA_SOS12U2_AS_FLAGS) $(EXTRA_SOS_AS_FLAGS) $(EXTRA_AS_FLAGS) SOS12U3_AS_FLAGS ?= $(EXTRA_SOS12U3_AS_FLAGS) $(EXTRA_SOS_AS_FLAGS) $(EXTRA_AS_FLAGS) SOS12U4_AS_FLAGS ?= $(EXTRA_SOS12U4_AS_FLAGS) $(EXTRA_SOS_AS_FLAGS) $(EXTRA_AS_FLAGS) + SOS12U5_AS_FLAGS ?= $(EXTRA_SOS12U5_AS_FLAGS) $(EXTRA_SOS_AS_FLAGS) $(EXTRA_AS_FLAGS) GCC3_LD_FLAGS ?= -L$(GCC3_CC_HOME)/lib/$(MM_LIBDIR) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_LD_FLAGS) $(EXTRA_GCC_LD_FLAGS) $(EXTRA_LD_FLAGS) GCC3_LD_FLAGS ?= $(foreach D,$(filter-out $(libpath,$(abspath $(GCC3_CC_HOME)/lib/$(MM_LIBDIR))),-L$D) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_LD_FLAGS) $(EXTRA_GCC_LD_FLAGS) $(EXTRA_LD_FLAGS) GCC4_LD_FLAGS ?= $(foreach D,$(filter-out $(libpath),$(abspath $(GCC4_CC_HOME)/lib/$(MM_LIBDIR))),-L$D) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC4_LD_FLAGS) $(EXTRA_GCC_LD_FLAGS) $(EXTRA_LD_FLAGS) @@ -684,6 +715,7 @@ SOS12U2_LD_FLAGS ?= $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U2_LD_FLAGS) $(EXTRA_SOS_LD_FLAGS) $(EXTRA_LD_FLAGS) SOS12U3_LD_FLAGS ?= $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U3_LD_FLAGS) $(EXTRA_SOS_LD_FLAGS) $(EXTRA_LD_FLAGS) SOS12U4_LD_FLAGS ?= $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U4_LD_FLAGS) $(EXTRA_SOS_LD_FLAGS) $(EXTRA_LD_FLAGS) + SOS12U5_LD_FLAGS ?= $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U5_LD_FLAGS) $(EXTRA_SOS_LD_FLAGS) $(EXTRA_LD_FLAGS) GCC3_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_FFLAGS) $(EXTRA_GCC_FFLAGS) $(EXTRA_FFLAGS) GCC4_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC4_FFLAGS) $(EXTRA_GCC_FFLAGS) $(EXTRA_FFLAGS) GCC5_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC5_FFLAGS) $(EXTRA_GCC_FFLAGS) $(EXTRA_FFLAGS) @@ -693,6 +725,7 @@ SOS12U2_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U2_FFLAGS) $(EXTRA_SOS_FFLAGS) $(EXTRA_FFLAGS) SOS12U3_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U3_FFLAGS) $(EXTRA_SOS_FFLAGS) $(EXTRA_FFLAGS) SOS12U4_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U4_FFLAGS) $(EXTRA_SOS_FFLAGS) $(EXTRA_FFLAGS) + SOS12U5_FFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U5_FFLAGS) $(EXTRA_SOS_FFLAGS) $(EXTRA_FFLAGS) GCC3_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC3_FCFLAGS) $(EXTRA_GCC_FCFLAGS) $(EXTRA_FCFLAGS) GCC4_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC4_FCFLAGS) $(EXTRA_GCC_FCFLAGS) $(EXTRA_FCFLAGS) GCC5_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_GCC5_FCFLAGS) $(EXTRA_GCC_FCFLAGS) $(EXTRA_FCFLAGS) @@ -702,6 +735,7 @@ SOS12U2_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U2_FCFLAGS) $(EXTRA_SOS_FCFLAGS) $(EXTRA_FCFLAGS) SOS12U3_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U3_FCFLAGS) $(EXTRA_SOS_FCFLAGS) $(EXTRA_FCFLAGS) SOS12U4_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U4_FCFLAGS) $(EXTRA_SOS_FCFLAGS) $(EXTRA_FCFLAGS) + SOS12U5_FCFLAGS ?= $(FLAVOR_FLAGS) $(ARCHFLAGS_$(GARCOMPILER)_$(ISA)) $(EXTRA_SOS12U5_FCFLAGS) $(EXTRA_SOS_FCFLAGS) $(EXTRA_FCFLAGS) # Compiler version GCC3_CC_VERSION = $(shell $(GCC3_CC) -v 2>&1| ggrep version) @@ -740,6 +774,9 @@ SOS12U4_CXX_VERSION = $(shell $(SOS12U4_CXX) -V 2>&1| ggrep CC: | gsed -e 's/CC: //') SOS12U4_F77_VERSION = $(shell $(SOS12U4_F77) -V 2>&1| ggrep -e 'f9[05]': | gsed -e 's/f9[05]: //') SOS12U4_FC_VERSION = $(shell $(SOS12U4_FC) -V 2>&1| ggrep -e 'f9[05]:' | gsed -e 's/f9[05]: //') +SOS12U5_CXX_VERSION = $(shell $(SOS12U5_CXX) -V 2>&1| ggrep CC: | gsed -e 's/CC: //') +SOS12U5_F77_VERSION = $(shell $(SOS12U5_F77) -V 2>&1| ggrep -e 'f9[05]': | gsed -e 's/f9[05]: //') +SOS12U5_FC_VERSION = $(shell $(SOS12U5_FC) -V 2>&1| ggrep -e 'f9[05]:' | gsed -e 's/f9[05]: //') CC_VERSION = $($(GARCOMPILER)_CC_VERSION) CXX_VERSION = $($(GARCOMPILER)_CXX_VERSION) 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 Jul 5 16:53:06 2016 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Tue, 5 Jul 2016 14:53:06 +0000 Subject: SF.net SVN: gar:[25798] csw/mgar/pkg/mysql5/branches/mysql-5.6.x Message-ID: <3rkRhq1xf5z10v@mail.opencsw.org> Revision: 25798 http://sourceforge.net/p/gar/code/25798 Author: lblume Date: 2016-07-05 14:53:06 +0000 (Tue, 05 Jul 2016) Log Message: ----------- mysql5/branches/mysql-5.6.x: Example configuration file changed name; mysql_secure_installation should be with the client; Add output to the postinstall Modified Paths: -------------- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/CSWmysql56.postinstall Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2016-07-04 15:14:50 UTC (rev 25797) +++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2016-07-05 14:53:06 UTC (rev 25798) @@ -124,6 +124,7 @@ client_programs += mysql_zap client_programs += perror client_programs += replace +client_programs += mysql_secure_installation PACKAGES += CSW$(NAME)client SPKG_DESC_CSW$(NAME)client = MySQL $(BASE_VERSION) client binaries Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/CSWmysql56.postinstall =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/CSWmysql56.postinstall 2016-07-04 15:14:50 UTC (rev 25797) +++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/files/CSWmysql56.postinstall 2016-07-05 14:53:06 UTC (rev 25798) @@ -5,10 +5,10 @@ # initial version for blastwave.org by Alex Moore 2006.02.25 # Revised 2006.03.25 - see bug report 0001542 # -# This script creates a default database with the small-memory footprint. +# This script creates a default database with the default configuration # Input may be provided for DATADIR and DEFAULTS_FILE # -# http://dev.mysql.com/doc/refman/5.0/en/option-files.html +# http://dev.mysql.com/doc/refman/5.6/en/option-files.html # prefix="/opt/csw" BASEDIR="${prefix}" @@ -33,7 +33,7 @@ fi if [ ! -f "$DEFAULTS_FILE" ]; then - IN_DEFAULTS_FILE=${prefix}/share/mysql56/support-files/my-small.cnf + IN_DEFAULTS_FILE=${prefix}/share/mysql56/support-files/my-default.cnf echo "Using $IN_DEFAULTS_FILE to create the options file." else IN_DEFAULTS_FILE=$DEFAULTS_FILE @@ -57,6 +57,7 @@ # copy the configuration file if not exists. CNFCOPIED=no if [ ! -f "$DEFAULTS_FILE" ] ; then + echo "Configuration file initialized in $DEFAULTS_FILE" cp -p $IN_DEFAULTS_FILE $DEFAULTS_FILE CNFCOPIED=yes fi 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 Jul 5 17:01:52 2016 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Tue, 5 Jul 2016 15:01:52 +0000 Subject: SF.net SVN: gar:[25799] csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile Message-ID: <3rkRtn2Y7mz13K@mail.opencsw.org> Revision: 25799 http://sourceforge.net/p/gar/code/25799 Author: lblume Date: 2016-07-05 15:01:51 +0000 (Tue, 05 Jul 2016) Log Message: ----------- mysql5/branches/mysql-5.6.x: Dang, not sure if that script should go wither way... keep it server side for now, then Modified Paths: -------------- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile Modified: csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2016-07-05 14:53:06 UTC (rev 25798) +++ csw/mgar/pkg/mysql5/branches/mysql-5.6.x/Makefile 2016-07-05 15:01:51 UTC (rev 25799) @@ -124,7 +124,6 @@ client_programs += mysql_zap client_programs += perror client_programs += replace -client_programs += mysql_secure_installation PACKAGES += CSW$(NAME)client SPKG_DESC_CSW$(NAME)client = MySQL $(BASE_VERSION) client binaries 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 Jul 5 18:01:35 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 5 Jul 2016 16:01:35 +0000 Subject: SF.net SVN: gar:[25800] csw/mgar/pkg/apache24/trunk Message-ID: <3rkTCg6HNGz166@mail.opencsw.org> Revision: 25800 http://sourceforge.net/p/gar/code/25800 Author: dmichelsen Date: 2016-07-05 16:01:35 +0000 (Tue, 05 Jul 2016) Log Message: ----------- apache24/trunk: Update to 2.4.23 Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile csw/mgar/pkg/apache24/trunk/checksums Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2016-07-05 15:01:51 UTC (rev 25799) +++ csw/mgar/pkg/apache24/trunk/Makefile 2016-07-05 16:01:35 UTC (rev 25800) @@ -1,7 +1,7 @@ # $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $ NAME = httpd -VERSION = 2.4.20 +VERSION = 2.4.23 GARTYPE = v2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/apache24/trunk/checksums =================================================================== --- csw/mgar/pkg/apache24/trunk/checksums 2016-07-05 15:01:51 UTC (rev 25799) +++ csw/mgar/pkg/apache24/trunk/checksums 2016-07-05 16:01:35 UTC (rev 25800) @@ -1 +1 @@ -e725c268624737a163dc844e28f720d1 httpd-2.4.20.tar.gz +b711ea7d8b75dc8bfdf5a5d7e5253088 httpd-2.4.23.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed Jul 6 09:46:30 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 6 Jul 2016 07:46:30 +0000 Subject: SF.net SVN: gar:[25801] csw/mgar/pkg/pixman/trunk/Makefile Message-ID: <3rkt9y1pJGz1MM@mail.opencsw.org> Revision: 25801 http://sourceforge.net/p/gar/code/25801 Author: rmottola Date: 2016-07-06 07:46:29 +0000 (Wed, 06 Jul 2016) Log Message: ----------- pixman/trunk: minor tweaks - remove obsolete CATEGORY and enable solaris 9 Modified Paths: -------------- csw/mgar/pkg/pixman/trunk/Makefile Modified: csw/mgar/pkg/pixman/trunk/Makefile =================================================================== --- csw/mgar/pkg/pixman/trunk/Makefile 2016-07-05 16:01:35 UTC (rev 25800) +++ csw/mgar/pkg/pixman/trunk/Makefile 2016-07-06 07:46:29 UTC (rev 25801) @@ -1,6 +1,5 @@ NAME = pixman VERSION = 0.22.2 -CATEGORIES = lib GARTYPE = v2 DESCRIPTION = The pixel-manipulation library for X and cairo @@ -29,6 +28,12 @@ EXTRA_CFLAGS = -mt EXTRA_LINKER_FLAGS = -mt +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + BUILD64_LIBS_ONLY = 1 NOISALIST = 1 CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Jul 6 13:21:51 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 6 Jul 2016 11:21:51 +0000 Subject: SF.net SVN: gar:[25802] csw/mgar/pkg/gpgme/trunk Message-ID: <3rkyyV5NkBz4m@mail.opencsw.org> Revision: 25802 http://sourceforge.net/p/gar/code/25802 Author: janholzh Date: 2016-07-06 11:21:51 +0000 (Wed, 06 Jul 2016) Log Message: ----------- gpgme/trunk: update to 1.6.0 Modified Paths: -------------- csw/mgar/pkg/gpgme/trunk/Makefile csw/mgar/pkg/gpgme/trunk/checksums Modified: csw/mgar/pkg/gpgme/trunk/Makefile =================================================================== --- csw/mgar/pkg/gpgme/trunk/Makefile 2016-07-06 07:46:29 UTC (rev 25801) +++ csw/mgar/pkg/gpgme/trunk/Makefile 2016-07-06 11:21:51 UTC (rev 25802) @@ -1,7 +1,7 @@ # $Id$ NAME = gpgme -VERSION = 1.5.1 +VERSION = 1.6.0 GARTYPE = v2 DESCRIPTION = GPGME - GnuPG Made Easy @@ -22,13 +22,13 @@ # libc from SUNW_1.22.7 up; if the map file is not inhibited any user # of the library which also uses the vasprintf() will get the private # reference which core dumps in most of the cases. -LINKER_MAP_RELEASE = +#LINKER_MAP_RELEASE = GARCOMPILER = GNU #GARFLAVOR = DBG PATCHFILES += 0001-fix-tz-set-warning.patch -PATCHFILES += 0002-fix-trace-macros-in-non-void-return.patch +#PATCHFILES += 0002-fix-trace-macros-in-non-void-return.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-fd-passing @@ -51,9 +51,6 @@ RUNTIME_DEP_PKGS_CSWlibgpgme-pthread11 += CSWlibassuan0 RUNTIME_DEP_PKGS_CSWlibgpgme-pthread11 += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWlibgpgme-pthread11 += CSWlibgcc-s1 -CHECKPKG_OVERRIDES_CSWlibgpgme-pthread11 += forbidden-version-interface-dependencies|/opt/csw/lib/libgpgme-pthread.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibgpgme-pthread11 += forbidden-version-interface-dependencies|/opt/csw/lib/sparcv9/libgpgme-pthread.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibgpgme-pthread11 += forbidden-version-interface-dependencies|/opt/csw/lib/amd64/libgpgme-pthread.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 PACKAGES += CSWlibgpgme11 CATALOGNAME_CSWlibgpgme11 = libgpgme11 @@ -62,14 +59,13 @@ RUNTIME_DEP_PKGS_CSWlibgpgme11 += CSWlibassuan0 RUNTIME_DEP_PKGS_CSWlibgpgme11 += CSWlibgpg-error0 RUNTIME_DEP_PKGS_CSWlibgpgme11 += CSWlibgcc-s1 -CHECKPKG_OVERRIDES_CSWlibgpgme11 += forbidden-version-interface-dependencies|/opt/csw/lib/libgpgme.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibgpgme11 += forbidden-version-interface-dependencies|/opt/csw/lib/sparcv9/libgpgme.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibgpgme11 += forbidden-version-interface-dependencies|/opt/csw/lib/amd64/libgpgme.so.11.13.0|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 PACKAGES += CSWgpgme-dev CATALOGNAME_CSWgpgme-dev = gpgme_dev SPKG_DESC_CSWgpgme-dev += $(DESCRIPTION), development files RUNTIME_DEP_PKGS_CSWgpgme-dev += CSWlibgpgme11 RUNTIME_DEP_PKGS_CSWgpgme-dev += CSWlibgpgme-pthread11 +RUNTIME_DEP_PKGS_CSWgpgme-dev += CSWlibassuan0 +RUNTIME_DEP_PKGS_CSWgpgme-dev += CSWlibgpg-error0 include gar/category.mk Modified: csw/mgar/pkg/gpgme/trunk/checksums =================================================================== --- csw/mgar/pkg/gpgme/trunk/checksums 2016-07-06 07:46:29 UTC (rev 25801) +++ csw/mgar/pkg/gpgme/trunk/checksums 2016-07-06 11:21:51 UTC (rev 25802) @@ -1 +1 @@ -8fb46b336200807a12a12a5760b4a39d gpgme-1.5.1.tar.bz2 +60d730d22e8065fd5de309e8b98e304b gpgme-1.6.0.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Jul 6 14:31:56 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 6 Jul 2016 12:31:56 +0000 Subject: SF.net SVN: gar:[25803] csw/mgar/pkg/wget/trunk Message-ID: <3rl0WK3LrBz7W@mail.opencsw.org> Revision: 25803 http://sourceforge.net/p/gar/code/25803 Author: janholzh Date: 2016-07-06 12:31:55 +0000 (Wed, 06 Jul 2016) Log Message: ----------- wget/trunk: update to 1.18 Modified Paths: -------------- csw/mgar/pkg/wget/trunk/Makefile csw/mgar/pkg/wget/trunk/checksums Modified: csw/mgar/pkg/wget/trunk/Makefile =================================================================== --- csw/mgar/pkg/wget/trunk/Makefile 2016-07-06 11:21:51 UTC (rev 25802) +++ csw/mgar/pkg/wget/trunk/Makefile 2016-07-06 12:31:55 UTC (rev 25803) @@ -4,7 +4,7 @@ # https://lists.gnu.org/archive/html/bug-wget/2011-09/msg00001.html NAME = wget -VERSION = 1.16.3 +VERSION = 1.18 DESCRIPTION = A network utility to retrieve files from the Web define BLURB @@ -47,6 +47,8 @@ RUNTIME_DEP_PKGS_CSWwget += CSWlibpcre1 RUNTIME_DEP_PKGS_CSWwget += CSWlibuuid1 RUNTIME_DEP_PKGS_CSWwget += CSWlibpsl0 +RUNTIME_DEP_PKGS_CSWwget += CSWlibmetalink3 +RUNTIME_DEP_PKGS_CSWwget += CSWlibgpgme11 EXTRA_MODULATORS = STATIC MODULATIONS_STATIC = disable enable @@ -75,6 +77,9 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += $(EXTRA_CONFIGURE_STATIC-$(STATIC)) +EXTRA_CFLAGS += -L/opt/csw/lib -liconv + + # Switch back to OpenSSL as reported in # https://www.opencsw.org/mantis/view.php?id=4969 CONFIGURE_ARGS += --with-ssl=openssl Modified: csw/mgar/pkg/wget/trunk/checksums =================================================================== --- csw/mgar/pkg/wget/trunk/checksums 2016-07-06 11:21:51 UTC (rev 25802) +++ csw/mgar/pkg/wget/trunk/checksums 2016-07-06 12:31:55 UTC (rev 25803) @@ -1 +1 @@ -d2e4455781a70140ae83b54ca594ce21 wget-1.16.3.tar.xz +af9ca95a4bb8ac4a9bf10aeae66fa5ec wget-1.18.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Jul 6 14:34:45 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 6 Jul 2016 12:34:45 +0000 Subject: SF.net SVN: gar:[25804] csw/mgar/pkg/wget/trunk/Makefile Message-ID: <3rl0ZY01t2zB1@mail.opencsw.org> Revision: 25804 http://sourceforge.net/p/gar/code/25804 Author: janholzh Date: 2016-07-06 12:34:43 +0000 (Wed, 06 Jul 2016) Log Message: ----------- wget/trunk: add one more dep, do to linker prob Modified Paths: -------------- csw/mgar/pkg/wget/trunk/Makefile Modified: csw/mgar/pkg/wget/trunk/Makefile =================================================================== --- csw/mgar/pkg/wget/trunk/Makefile 2016-07-06 12:31:55 UTC (rev 25803) +++ csw/mgar/pkg/wget/trunk/Makefile 2016-07-06 12:34:43 UTC (rev 25804) @@ -49,6 +49,9 @@ RUNTIME_DEP_PKGS_CSWwget += CSWlibpsl0 RUNTIME_DEP_PKGS_CSWwget += CSWlibmetalink3 RUNTIME_DEP_PKGS_CSWwget += CSWlibgpgme11 +RUNTIME_DEP_PKGS_CSWwget += CSWlibgpg-error0 +#Linker prob +CHECKPKG_OVERRIDES_CSWwget += surplus-dependency|CSWlibgpg-error0 EXTRA_MODULATORS = STATIC MODULATIONS_STATIC = disable enable 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 Jul 6 16:12:28 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 6 Jul 2016 14:12:28 +0000 Subject: SF.net SVN: gar:[25805] csw/mgar/gar/v2/gar.pkg.mk Message-ID: <3rl2lJ49lczQS@mail.opencsw.org> Revision: 25805 http://sourceforge.net/p/gar/code/25805 Author: dmichelsen Date: 2016-07-06 14:12:27 +0000 (Wed, 06 Jul 2016) Log Message: ----------- mGAR v2: Only exclude -doc and -dev when IPS packages are built Modified Paths: -------------- csw/mgar/gar/v2/gar.pkg.mk Modified: csw/mgar/gar/v2/gar.pkg.mk =================================================================== --- csw/mgar/gar/v2/gar.pkg.mk 2016-07-06 12:34:43 UTC (rev 25804) +++ csw/mgar/gar/v2/gar.pkg.mk 2016-07-06 14:12:27 UTC (rev 25805) @@ -451,7 +451,7 @@ # as argument define _pkgfiles_exclude $(strip - $(foreach S,$(filter-out $(1) $(NOPACKAGE_IPS),$(_PKG_SPECS)), + $(foreach S,$(filter-out $(1) $(if $(filter ips,$(PKGFORMAT)),$(NOPACKAGE_IPS),),$(_PKG_SPECS)), $(PKGFILES_$(S)) ) ) 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 Jul 6 16:15:08 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 6 Jul 2016 14:15:08 +0000 Subject: SF.net SVN: gar:[25806] csw/mgar/pkg/protobuf/trunk Message-ID: <3rl2pT46kBzSn@mail.opencsw.org> Revision: 25806 http://sourceforge.net/p/gar/code/25806 Author: dmichelsen Date: 2016-07-06 14:15:07 +0000 (Wed, 06 Jul 2016) Log Message: ----------- protobuf/trunk: Update to 3.0.0-beta-3.1 Modified Paths: -------------- csw/mgar/pkg/protobuf/trunk/Makefile csw/mgar/pkg/protobuf/trunk/checksums Added Paths: ----------- csw/mgar/pkg/protobuf/trunk/files/0001-Use-PATH_MAX-not-only-for-Sparc-but-also-i386.patch Modified: csw/mgar/pkg/protobuf/trunk/Makefile =================================================================== --- csw/mgar/pkg/protobuf/trunk/Makefile 2016-07-06 14:12:27 UTC (rev 25805) +++ csw/mgar/pkg/protobuf/trunk/Makefile 2016-07-06 14:15:07 UTC (rev 25806) @@ -8,7 +8,8 @@ # http://developers.sun.com/solaris/articles/cmp_stlport_libCstd.html NAME = protobuf -VERSION = 2.6.1 +#VERSION = 2.6.1 +VERSION = 3.0.0-beta-3.1 GARTYPE = v2 define BLURB Protocol Buffers are a way of encoding structured data in an efficient yet @@ -17,46 +18,45 @@ endef DESCRIPTION = Google Protocol buffers MASTER_SITES = https://github.com/google/protobuf/releases/download/v$(VERSION)/ -DISTFILES += $(DISTNAME).tar.bz2 +MASTER_SITES += https://github.com/google/protobuf/archive/ +#DISTFILES += $(DISTNAME).tar.bz2 +#DISTFILES += $(NAME)-cpp-$(VERSION).tar.gz +DISTFILES += v$(VERSION).tar.gz +PATCHFILES += 0001-Use-PATH_MAX-not-only-for-Sparc-but-also-i386.patch + VENDOR_URL = https://github.com/google/protobuf/ LICENSE = LICENSE -GARCOMPILER = GNU -BUILD64 = 1 -CONFIGURE_ARGS += $(DIRPATHS) +PACKAGES += CSWlibprotobuf-lite10 +SPKG_DESC_CSWlibprotobuf-lite10 = $(DESCRIPTION), libprotobuf-lite.so.10 +PKGFILES_CSWlibprotobuf-lite10 += $(call pkgfiles_lib,libprotobuf-lite.so.10) +RUNTIME_DEP_PKGS_CSWlibprotobuf-lite10 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibprotobuf-lite10 += CSWlibstdc++6 -PYCOMPILE = 1 +PACKAGES += CSWlibprotobuf10 +SPKG_DESC_CSWlibprotobuf10 = $(DESCRIPTION), libprotobuf.so.10 +PKGFILES_CSWlibprotobuf10 += $(call pkgfiles_lib,libprotobuf.so.10) +RUNTIME_DEP_PKGS_CSWlibprotobuf10 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibprotobuf10 += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibprotobuf10 += CSWlibz1 -PACKAGES += CSWlibprotobuf-lite9 -SPKG_DESC_CSWlibprotobuf-lite9 = $(DESCRIPTION), libprotobuf-lite.so.9 -PKGFILES_CSWlibprotobuf-lite9 += $(call pkgfiles_lib,libprotobuf-lite.so.9) -RUNTIME_DEP_PKGS_CSWlibprotobuf-lite9 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibprotobuf-lite9 += CSWlibstdc++6 +PACKAGES += CSWlibprotoc10 +SPKG_DESC_CSWlibprotoc10 = $(DESCRIPTION), libprotoc.so.10 +PKGFILES_CSWlibprotoc10 += $(call pkgfiles_lib,libprotoc.so.10) +RUNTIME_DEP_PKGS_CSWlibprotoc10 += CSWlibprotobuf10 +RUNTIME_DEP_PKGS_CSWlibprotoc10 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibprotoc10 += CSWlibstdc++6 -PACKAGES += CSWlibprotobuf9 -SPKG_DESC_CSWlibprotobuf9 = $(DESCRIPTION), libprotobuf.so.9 -PKGFILES_CSWlibprotobuf9 += $(call pkgfiles_lib,libprotobuf.so.9) -RUNTIME_DEP_PKGS_CSWlibprotobuf9 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibprotobuf9 += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibprotobuf9 += CSWlibz1 - -PACKAGES += CSWlibprotoc9 -SPKG_DESC_CSWlibprotoc9 = $(DESCRIPTION), libprotoc.so.9 -PKGFILES_CSWlibprotoc9 += $(call pkgfiles_lib,libprotoc.so.9) -RUNTIME_DEP_PKGS_CSWlibprotoc9 += CSWlibprotobuf9 -RUNTIME_DEP_PKGS_CSWlibprotoc9 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibprotoc9 += CSWlibstdc++6 - PACKAGES += CSWprotobuf-dev SPKG_DESC_CSWprotobuf-dev = $(DESCRIPTION), header files # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWpy-protobuf +#RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWpy-protobuf RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotobuf-lite9 -RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotobuf9 -RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotoc9 +RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotobuf-lite10 +RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotobuf10 +RUNTIME_DEP_PKGS_CSWprotobuf-dev += CSWlibprotoc10 # Python support PACKAGES += CSWpy-protobuf @@ -70,8 +70,32 @@ CHECKPKG_OVERRIDES_CSWpy-protobuf += python-package-missing-py26-files CHECKPKG_OVERRIDES_CSWpy-protobuf += surplus-dependency|CSWpython +#EXTRA_CPPFLAGS += -D__EXTENSIONS__ -DGOOGLE_PROTOBUF_ARCH_SPARC + +GARCOMPILER = GNU +BUILD64 = 1 +CONFIGURE_ARGS += $(DIRPATHS) + +CONFIGURE_ARGS-32 += --disable-64bit-solaris +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) + +# We need 'id -u' +CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH) + +# We need 'grep' to accept '-f' +BUILD_ENV_PATH = /opt/csw/gnu:$(PATH) + +PYCOMPILE = 1 + +# The test protobuf-test is dumping core in the testsuite, skip for now +SKIPTEST ?= 1 + include gar/category.mk +post-extract: + cd $(WORKSRC) && $(CONFIGURE_ENV) bash autogen.sh + @$(MAKECOOKIE) + post-build: (cd $(WORKSRC)/python; python setup.py build) @$(MAKECOOKIE) Modified: csw/mgar/pkg/protobuf/trunk/checksums =================================================================== --- csw/mgar/pkg/protobuf/trunk/checksums 2016-07-06 14:12:27 UTC (rev 25805) +++ csw/mgar/pkg/protobuf/trunk/checksums 2016-07-06 14:15:07 UTC (rev 25806) @@ -1 +1 @@ -11aaac2d704eef8efd1867a807865d85 protobuf-2.6.1.tar.bz2 +a8360bfdb1fa8e5195341bb814fdf835 v3.0.0-beta-3.1.tar.gz Added: csw/mgar/pkg/protobuf/trunk/files/0001-Use-PATH_MAX-not-only-for-Sparc-but-also-i386.patch =================================================================== --- csw/mgar/pkg/protobuf/trunk/files/0001-Use-PATH_MAX-not-only-for-Sparc-but-also-i386.patch (rev 0) +++ csw/mgar/pkg/protobuf/trunk/files/0001-Use-PATH_MAX-not-only-for-Sparc-but-also-i386.patch 2016-07-06 14:15:07 UTC (rev 25806) @@ -0,0 +1,27 @@ +From 5f9f0fbc3ff8c5d50401c4befae7642a77f5e050 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 6 Jul 2016 13:49:08 +0200 +Subject: [PATCH] Use PATH_MAX not only for Sparc but also i386 + +--- + src/google/protobuf/compiler/command_line_interface.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/src/google/protobuf/compiler/command_line_interface.cc b/src/google/protobuf/compiler/command_line_interface.cc +index fcad6b6..8daddb9 100644 +--- a/src/google/protobuf/compiler/command_line_interface.cc ++++ b/src/google/protobuf/compiler/command_line_interface.cc +@@ -50,7 +50,9 @@ + #include + #include + +-#ifdef GOOGLE_PROTOBUF_ARCH_SPARC ++#include ++ ++#if HAVE_LIMITS_H + #include //For PATH_MAX + #endif + +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jul 6 17:11:41 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 6 Jul 2016 15:11:41 +0000 Subject: SF.net SVN: gar:[25807] csw/mgar/pkg Message-ID: <3rl43p08SyzWb@mail.opencsw.org> Revision: 25807 http://sourceforge.net/p/gar/code/25807 Author: dmichelsen Date: 2016-07-06 15:11:40 +0000 (Wed, 06 Jul 2016) Log Message: ----------- protobuf-c/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/protobuf-c/ csw/mgar/pkg/protobuf-c/Makefile csw/mgar/pkg/protobuf-c/branches/ csw/mgar/pkg/protobuf-c/tags/ csw/mgar/pkg/protobuf-c/trunk/ csw/mgar/pkg/protobuf-c/trunk/Makefile csw/mgar/pkg/protobuf-c/trunk/checksums csw/mgar/pkg/protobuf-c/trunk/files/ Added: csw/mgar/pkg/protobuf-c/Makefile =================================================================== --- csw/mgar/pkg/protobuf-c/Makefile (rev 0) +++ csw/mgar/pkg/protobuf-c/Makefile 2016-07-06 15:11:40 UTC (rev 25807) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/protobuf-c/trunk =================================================================== --- csw/mgar/pkg/protobuf-c/trunk 2016-07-06 14:15:07 UTC (rev 25806) +++ csw/mgar/pkg/protobuf-c/trunk 2016-07-06 15:11:40 UTC (rev 25807) Property changes on: csw/mgar/pkg/protobuf-c/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/protobuf-c/trunk/Makefile =================================================================== --- csw/mgar/pkg/protobuf-c/trunk/Makefile (rev 0) +++ csw/mgar/pkg/protobuf-c/trunk/Makefile 2016-07-06 15:11:40 UTC (rev 25807) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = protobuf-c +VERSION = 1.2.1 +GARTYPE = v2 + +DESCRIPTION = Protocol Buffers implementation in C + +MASTER_SITES += https://github.com/protobuf-c/protobuf-c/releases/download/v$(VERSION)/ +DISTFILES += $(DISTNAME).tar.gz + +BUILD_DEP_PKGS += CSWprotobuf-dev + +PACKAGES += CSWlibprotobuf-c1 +SPKG_DESC_CSWlibprotobuf-c1 = Protocol Buffers implementation in C, libprotobuf-c.so.1 +PKGFILES_CSWlibprotobuf-c1 += $(call pkgfiles_lib,libprotobuf-c.so.1) +RUNTIME_DEP_PKGS_CSWlibprotobuf-c1 += CSWlibgcc-s1 + +PACKAGES += CSWlibprotobuf-c-dev +SPKG_DESC_CSWlibprotobuf-c-dev = Development files for libprotobuf-c.so.1 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotobuf-c1 +RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotoc10 +RUNTIME_DEP_PKGS_CSWlibprotobuf-c-dev += CSWlibprotobuf10 + +GARCOMPILER = GNU + +BUILD64 = 1 +CONFIGURE_ARGS = $(DIRPATHS) + +# We need rm -v +INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) + +include gar/category.mk + Property changes on: csw/mgar/pkg/protobuf-c/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/protobuf-c/trunk/checksums =================================================================== --- csw/mgar/pkg/protobuf-c/trunk/checksums (rev 0) +++ csw/mgar/pkg/protobuf-c/trunk/checksums 2016-07-06 15:11:40 UTC (rev 25807) @@ -0,0 +1 @@ +e544249c329391fff512c3874895cfbe protobuf-c-1.2.1.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 Jul 7 09:36:06 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 7 Jul 2016 07:36:06 +0000 Subject: SF.net SVN: gar:[25808] csw/mgar/pkg/mutt/trunk Message-ID: <3rlTvW5vXrzfv@mail.opencsw.org> Revision: 25808 http://sourceforge.net/p/gar/code/25808 Author: dmichelsen Date: 2016-07-07 07:36:05 +0000 (Thu, 07 Jul 2016) Log Message: ----------- mutt/trunk: Update to 1.6.2 Modified Paths: -------------- csw/mgar/pkg/mutt/trunk/Makefile csw/mgar/pkg/mutt/trunk/checksums Modified: csw/mgar/pkg/mutt/trunk/Makefile =================================================================== --- csw/mgar/pkg/mutt/trunk/Makefile 2016-07-06 15:11:40 UTC (rev 25807) +++ csw/mgar/pkg/mutt/trunk/Makefile 2016-07-07 07:36:05 UTC (rev 25808) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 1.5.23 +VERSION = 1.6.2 GARTYPE = v2 EXTRA_MODULATORS = SLANG @@ -14,7 +14,7 @@ selecting groups of messages. endef -MASTER_SITES += ftp://ftp.mutt.org/mutt/ +MASTER_SITES += ftp://ftp.mutt.org/pub/mutt/ DISTFILES += $(DISTNAME).tar.gz DISTFILES += CSWmutt.postmsg UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -49,13 +49,13 @@ SPKG_DESC_CSWmutt-ncurses = Mutt mail client with ncurses interface PKGFILES_CSWmutt-ncurses = $(bindir)/mutt-ncurses RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibncursesw5 +RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibncursesw6 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibintl8 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibsasl2-2 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibtokyocabinet9 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibidn11 -RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWgpgme +RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWlibgpgme11 RUNTIME_DEP_PKGS_CSWmutt-ncurses += CSWmutt-base CHECKPKG_OVERRIDES_CSWmutt-ncurses += surplus-dependency|CSWmutt-base @@ -66,7 +66,7 @@ RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibintl8 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibsasl2-2 -RUNTIME_DEP_PKGS_CSWmutt-slang += CSWgpgme +RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibgpgme11 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibtokyocabinet9 RUNTIME_DEP_PKGS_CSWmutt-slang += CSWlibidn11 Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2016-07-06 15:11:40 UTC (rev 25807) +++ csw/mgar/pkg/mutt/trunk/checksums 2016-07-07 07:36:05 UTC (rev 25808) @@ -1 +1 @@ -11f5b6a3eeba1afa1257fe93c9f26bff mutt-1.5.23.tar.gz +9f0f9cc35878987d7cdc7df6a1967376 mutt-1.6.2.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 Jul 7 09:42:56 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 7 Jul 2016 07:42:56 +0000 Subject: SF.net SVN: gar:[25809] csw/mgar/pkg/protobuf-c/trunk/Makefile Message-ID: <3rlV3M5WsJzjD@mail.opencsw.org> Revision: 25809 http://sourceforge.net/p/gar/code/25809 Author: dmichelsen Date: 2016-07-07 07:42:54 +0000 (Thu, 07 Jul 2016) Log Message: ----------- protobuf-c/trunk: Tweak configure PATH Modified Paths: -------------- csw/mgar/pkg/protobuf-c/trunk/Makefile Modified: csw/mgar/pkg/protobuf-c/trunk/Makefile =================================================================== --- csw/mgar/pkg/protobuf-c/trunk/Makefile 2016-07-07 07:36:05 UTC (rev 25808) +++ csw/mgar/pkg/protobuf-c/trunk/Makefile 2016-07-07 07:42:54 UTC (rev 25809) @@ -31,6 +31,9 @@ BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) +# We need grep -q +CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH) + # We need rm -v INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) 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 Jul 7 21:06:28 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 7 Jul 2016 19:06:28 +0000 Subject: SF.net SVN: gar:[25810] csw/mgar/pkg Message-ID: <3rlnDX5m8Xzqp@mail.opencsw.org> Revision: 25810 http://sourceforge.net/p/gar/code/25810 Author: dmichelsen Date: 2016-07-07 19:06:26 +0000 (Thu, 07 Jul 2016) Log Message: ----------- riemann-c-client-algernon/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/riemann-c-client-algernon/ csw/mgar/pkg/riemann-c-client-algernon/Makefile csw/mgar/pkg/riemann-c-client-algernon/branches/ csw/mgar/pkg/riemann-c-client-algernon/tags/ csw/mgar/pkg/riemann-c-client-algernon/trunk/ csw/mgar/pkg/riemann-c-client-algernon/trunk/Makefile csw/mgar/pkg/riemann-c-client-algernon/trunk/checksums csw/mgar/pkg/riemann-c-client-algernon/trunk/files/ csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Fix-conditional.patch csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Make-sure-stdin-is-not-defined.patch Added: csw/mgar/pkg/riemann-c-client-algernon/Makefile =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/Makefile (rev 0) +++ csw/mgar/pkg/riemann-c-client-algernon/Makefile 2016-07-07 19:06:26 UTC (rev 25810) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/riemann-c-client-algernon/trunk =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/trunk 2016-07-07 07:42:54 UTC (rev 25809) +++ csw/mgar/pkg/riemann-c-client-algernon/trunk 2016-07-07 19:06:26 UTC (rev 25810) Property changes on: csw/mgar/pkg/riemann-c-client-algernon/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/riemann-c-client-algernon/trunk/Makefile =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/trunk/Makefile (rev 0) +++ csw/mgar/pkg/riemann-c-client-algernon/trunk/Makefile 2016-07-07 19:06:26 UTC (rev 25810) @@ -0,0 +1,39 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = riemann-c-client +VERSION = 1.9.0 +GARTYPE = v2 + +DESCRIPTION = A C client library for the Riemann monitoring system + +MASTER_SITES = https://github.com/algernon/riemann-c-client/releases/download/riemann-c-client-1.9.0/ +DISTFILES = $(DISTNAME).tar.xz + +PATCHFILES += 0001-Make-sure-stdin-is-not-defined.patch +PATCHFILES += 0001-Fix-conditional.patch + +BUILD_DEP_PKGS += CSWlibjson-c-dev +BUILD_DEP_PKGS += CSWlibcheck-dev +BUILD_DEP_PKGS += CSWlibgnutls-dev + +PACKAGES += CSWlibriemann-client0 +SPKG_DESC_CSWlibriemann-client0 = A C client library for the Riemann monitoring system, libriemann-client.so.0 +PKGFILES_CSWlibriemann-client0 += $(call pkgfiles_lib,libriemann-client.so.0) +PKGFILES_CSWlibriemann-client0 += $(bindir)/.* +RUNTIME_DEP_PKGS_CSWlibriemann-client0 += CSWlibjson-c3 +RUNTIME_DEP_PKGS_CSWlibriemann-client0 += CSWlibgnutls28 + +PACKAGES += CSWlibriemann-client-dev +SPKG_DESC_CSWlibriemann-client-dev = Development files for libriemann-client.so.0 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibriemann-client-dev += CSWlibriemann-client0 + +# For connect, getaddrinfo, freeaddrinfo +EXTRA_LINKER_FLAGS += -lsocket -lnsl + +BUILD64 = 1 +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/riemann-c-client-algernon/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/riemann-c-client-algernon/trunk/checksums =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/trunk/checksums (rev 0) +++ csw/mgar/pkg/riemann-c-client-algernon/trunk/checksums 2016-07-07 19:06:26 UTC (rev 25810) @@ -0,0 +1 @@ +5f6c7f99d772fac016efff35bac24dfb riemann-c-client-1.9.0.tar.xz Added: csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Fix-conditional.patch =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Fix-conditional.patch (rev 0) +++ csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Fix-conditional.patch 2016-07-07 19:06:26 UTC (rev 25810) @@ -0,0 +1,34 @@ +From df026fd83bf8220302bc885063d1f8fb2fbb4a81 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 7 Jul 2016 20:44:16 +0200 +Subject: [PATCH] Fix conditional + +--- + lib/riemann/client.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/lib/riemann/client.c b/lib/riemann/client.c +index 61f9f80..ce8c019 100644 +--- a/lib/riemann/client.c ++++ b/lib/riemann/client.c +@@ -224,7 +224,7 @@ riemann_client_connect_1_0 (riemann_client_t *client, + return riemann_client_connect (client, type, hostname, port); + } + +-#ifdef HAVE_VERSIONING ++#if HAVE_VERSIONING + __asm__(".symver riemann_client_connect_1_0,riemann_client_connect at RIEMANN_C_1.0"); + #endif + +@@ -259,7 +259,7 @@ riemann_client_create_1_0 (riemann_client_type_t type, + return riemann_client_create (type, hostname, port); + } + +-#ifdef HAVE_VERSIONING ++#if HAVE_VERSIONING + __asm__(".symver riemann_client_create_1_0,riemann_client_create at RIEMANN_C_1.0"); + #endif + +-- +2.4.0 + Added: csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Make-sure-stdin-is-not-defined.patch =================================================================== --- csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Make-sure-stdin-is-not-defined.patch (rev 0) +++ csw/mgar/pkg/riemann-c-client-algernon/trunk/files/0001-Make-sure-stdin-is-not-defined.patch 2016-07-07 19:06:26 UTC (rev 25810) @@ -0,0 +1,26 @@ +From 695e5436da98a16d485c096ee7ba73e054485575 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 7 Jul 2016 20:41:29 +0200 +Subject: [PATCH] Make sure stdin is not defined + +--- + src/cmd-send.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/src/cmd-send.c b/src/cmd-send.c +index 8d61237..5df4292 100644 +--- a/src/cmd-send.c ++++ b/src/cmd-send.c +@@ -138,6 +138,9 @@ client_send (int argc, char *argv[]) + char *keyfn; + char *priorities; + } tls = {NULL, NULL, NULL, NULL}; ++ ++ /* Solaris has stdin defined somewhere */ ++#undef stdin + int stdin = 0; + + event = riemann_event_new (); +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jul 8 11:50:49 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 8 Jul 2016 09:50:49 +0000 Subject: SF.net SVN: gar:[25811] csw/mgar/pkg/collectd/trunk Message-ID: <3rm8rV6QfZzxK@mail.opencsw.org> Revision: 25811 http://sourceforge.net/p/gar/code/25811 Author: dmichelsen Date: 2016-07-08 09:50:48 +0000 (Fri, 08 Jul 2016) Log Message: ----------- collectd/trunk: Update to 5.5.1.1126.g37fe166 Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile csw/mgar/pkg/collectd/trunk/checksums Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2016-07-07 19:06:26 UTC (rev 25810) +++ csw/mgar/pkg/collectd/trunk/Makefile 2016-07-08 09:50:48 UTC (rev 25811) @@ -1,13 +1,13 @@ # $Id$ # NAME = collectd -VERSION = 5.4.2 +VERSION = 5.5.1.1126.g37fe166 GARTYPE = v2 DESCRIPTION = Collects system performance statistics periodically MASTER_SITES = http://collectd.org/files/ -DISTFILES += $(DISTNAME).tar.gz +DISTFILES += $(DISTNAME).tar.bz2 DISTFILES += cswcollectd VENDOR_URL = http://collectd.org/ @@ -16,16 +16,34 @@ BUILD_DEP_PKGS += CSWlibgcrypt-dev BUILD_DEP_PKGS += CSWnetsnmp-dev BUILD_DEP_PKGS += CSWlibyajl-dev +BUILD_DEP_PKGS += CSWliboping-dev +BUILD_DEP_PKGS += CSWganglia-dev +BUILD_DEP_PKGS += CSWrrdtool-dev +BUILD_DEP_PKGS += CSWpython27-dev +BUILD_DEP_PKGS += CSWlibcurl-dev +BUILD_DEP_PKGS += CSWlibdbi-dev +BUILD_DEP_PKGS += CSWpostgresql-dev +BUILD_DEP_PKGS += CSWlibxmms-dev +BUILD_DEP_PKGS += CSWlibpsl-dev BUILD_DEP_PKGS += CSWjdk7 -EXTRA_CPPFLAGS = -D__EXTENSIONS__ +# We need asprintf +LINKER_MAPS = GARCOMPILER = GNU -BUILD64 = 1 -# BUILD64_ONLY = 1 +# BUILD64 = 1 +BUILD64_ONLY = 1 ISAEXEC = 1 +###EXTRA_CPPFLAGS += -D__EXTENSIONS__ + +# GCC 5 has C standards which are too new for the headers +#EXTRA_CFLAGS += -std=c99 +###EXTRA_CPPFLAGS += -D_XPG6 + +EXTRA_CFLAGS += -std=gnu99 + CONFIGURE_ARGS += $(DIRPATHS) # Disable for now and probably try this patch: @@ -53,12 +71,21 @@ JAVA_CPPFLAGS = -I$(JAVA_HOME)/include JAVA_LDFLAGS = -L$(JAVA_LIBDIR) -R$(JAVA_LIBDIR) +# We need 'grep -q' +CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH) + CONFIGURE_ARGS += --enable-java CONFIGURE_ARGS += JAVAC="$(JAVAC)" CONFIGURE_ARGS += JAR="$(JAR)" CONFIGURE_ARGS += JAVA_CPPFLAGS="$(JAVA_CPPFLAGS)" CONFIGURE_ARGS += JAVA_LDFLAGS="$(JAVA_LDFLAGS)" +CONFIGURE_ARGS += --enable-write_riemann +CONFIGURE_ARGS += --disable-notify_desktop + +# This is Linux only +# CONFIGURE_ARGS += --enable-protocols + CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) PACKAGES += CSWlibcollectdclient1 @@ -83,6 +110,8 @@ RUNTIME_DEP_PKGS_CSWcollectd += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWcollectd += CSWperl RUNTIME_DEP_PKGS_CSWcollectd += CSWlibyajl2 +RUNTIME_DEP_PKGS_CSWcollectd += CSWliboping0 +RUNTIME_DEP_PKGS_CSWcollectd += CSWlibldap2-4-2 # These are pulled in because of a linker anomaly RUNTIME_DEP_PKGS_CSWcollectd-sparc += CSWlibintl8 RUNTIME_DEP_PKGS_CSWcollectd-i386 += CSWlibmemcached8 Modified: csw/mgar/pkg/collectd/trunk/checksums =================================================================== --- csw/mgar/pkg/collectd/trunk/checksums 2016-07-07 19:06:26 UTC (rev 25810) +++ csw/mgar/pkg/collectd/trunk/checksums 2016-07-08 09:50:48 UTC (rev 25811) @@ -1 +1 @@ -91bf74eccca479736fe88d3bcaacbf84 collectd-5.4.2.tar.gz +7237d48fa0a42e7c3ee231b9c631b36e collectd-5.5.1.1126.g37fe166.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jul 8 14:53:45 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 8 Jul 2016 12:53:45 +0000 Subject: SF.net SVN: gar:[25812] csw/mgar/pkg/collectd/trunk/Makefile Message-ID: <3rmDvc1xcDz11X@mail.opencsw.org> Revision: 25812 http://sourceforge.net/p/gar/code/25812 Author: dmichelsen Date: 2016-07-08 12:53:43 +0000 (Fri, 08 Jul 2016) Log Message: ----------- collectd/trunk: Make the plugins depend on collectd Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2016-07-08 09:50:48 UTC (rev 25811) +++ csw/mgar/pkg/collectd/trunk/Makefile 2016-07-08 12:53:43 UTC (rev 25812) @@ -122,12 +122,16 @@ SPKG_DESC_CSWcollectd-plugin-dbi = CollectD Plugin for DBI PKGFILES_CSWcollectd-plugin-dbi += $(call pkgfiles_lib,collectd/dbi.so) RUNTIME_DEP_PKGS_CSWcollectd-plugin-dbi += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-dbi += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-dbi += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-dbi += CSWlibdbi1 PACKAGES += CSWcollectd-plugin-gmond SPKG_DESC_CSWcollectd-plugin-gmond = CollectD Plugin for Ganglia gmond PKGFILES_CSWcollectd-plugin-gmond += $(call pkgfiles_lib,collectd/gmond.so) RUNTIME_DEP_PKGS_CSWcollectd-plugin-gmond += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-gmond += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-gmond += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-gmond += CSWlibganglia0 # No 64 bit ganglia yet CHECKPKG_OVERRIDES_CSWcollectd-plugin-gmond += 64-bit-binaries-missing @@ -137,6 +141,8 @@ PKGFILES_CSWcollectd-plugin-java += $(call pkgfiles_lib,collectd/java.so) PKGFILES_CSWcollectd-plugin-java += $(sharedstatedir)/java/.* RUNTIME_DEP_PKGS_CSWcollectd-plugin-java += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-java += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-java += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-java += CSWjre7 # There are some symlinks that confuse checkpkg CHECKPKG_OVERRIDES_CSWcollectd-plugin-java += soname-not-found|libjvm.so|is|needed|by|opt/csw/lib/sparcv9/collectd/java.so @@ -148,6 +154,8 @@ SPKG_DESC_CSWcollectd-plugin-mysql = CollectD Plugin for MySQL PKGFILES_CSWcollectd-plugin-mysql += $(call pkgfiles_lib,collectd/mysql.so) RUNTIME_DEP_PKGS_CSWcollectd-plugin-mysql += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-mysql += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-mysql += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-mysql += CSWlibmysqlclient18 PACKAGES += CSWcollectd-plugin-postgresql @@ -155,6 +163,8 @@ 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 += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-postgresql += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-postgresql += CSWlibpq5 PACKAGES += CSWcollectd-plugin-python @@ -162,6 +172,8 @@ 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 += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-python += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-python += CSWlibpython2-7-1-0 # No 64 bit Python yet CHECKPKG_OVERRIDES_CSWcollectd-plugin-python += 64-bit-binaries-missing @@ -171,6 +183,8 @@ PKGFILES_CSWcollectd-plugin-rrdtool += $(call pkgfiles_lib,collectd/rrdtool.so) PKGFILES_CSWcollectd-plugin-rrdtool += $(call pkgfiles_lib,collectd/rrdcached.so) RUNTIME_DEP_PKGS_CSWcollectd-plugin-rrdtool += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcollectd-plugin-rrdtool += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-rrdtool += surplus-dependency|CSWcollectd RUNTIME_DEP_PKGS_CSWcollectd-plugin-rrdtool += CSWlibrrd-th4 PACKAGES += CSWcollectd-plugin-snmp @@ -178,12 +192,16 @@ 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 += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-snmp += surplus-dependency|CSWcollectd 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 += CSWcollectd +CHECKPKG_OVERRIDES_CSWcollectd-plugin-xmms += surplus-dependency|CSWcollectd 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 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 Jul 8 22:38:53 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 8 Jul 2016 20:38:53 +0000 Subject: SF.net SVN: gar:[25813] csw/mgar/pkg/mosh/trunk Message-ID: <3rmRDR2lRWz16Y@mail.opencsw.org> Revision: 25813 http://sourceforge.net/p/gar/code/25813 Author: dmichelsen Date: 2016-07-08 20:38:52 +0000 (Fri, 08 Jul 2016) Log Message: ----------- mosh/trunk: Update to 1.2.5.95rc1 Modified Paths: -------------- csw/mgar/pkg/mosh/trunk/Makefile csw/mgar/pkg/mosh/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/mosh/trunk/files/0001-Add-missing-include.patch Modified: csw/mgar/pkg/mosh/trunk/Makefile =================================================================== --- csw/mgar/pkg/mosh/trunk/Makefile 2016-07-08 12:53:43 UTC (rev 25812) +++ csw/mgar/pkg/mosh/trunk/Makefile 2016-07-08 20:38:52 UTC (rev 25813) @@ -2,24 +2,29 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = mosh -VERSION = 1.2.4 +#VERSION = 1.2.5 +VERSION = 1.2.5.95rc1 GARTYPE = v2 DESCRIPTION = Mobile shell MASTER_SITES += http://mosh.mit.edu/ -DISTFILES += $(DISTNAME).tar.gz +MASTER_SITES += https://github.com/keithw/mosh/archive/ +MASTER_SITES += https://github.com/mobile-shell/mosh/releases/download/untagged-0d43a0f73825e9952677/ +DISTNAME = mosh-mosh-$(VERSION) +DISTFILES += $(NAME)-$(VERSION).tar.gz -#PATCHFILES += 0001-Add-missing-include.patch - VENDOR_URL = http://mosh.mit.edu +# boost gxx is only available on Solaris 10 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + BUILD_DEP_PKGS += CSWboost-gcc-dev -BUILD_DEP_PKGS += CSWprotobuf-gxx-dev +#BUILD_DEP_PKGS += CSWprotobuf-gxx-dev PACKAGES += CSWmosh SPKG_DESC_CSWmypkg = Mobile shell -RUNTIME_DEP_PKGS_CSWmosh += CSWlibncursesw5 +RUNTIME_DEP_PKGS_CSWmosh += CSWlibncursesw6 RUNTIME_DEP_PKGS_CSWmosh += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWmosh += CSWlibprotobuf7-gxx RUNTIME_DEP_PKGS_CSWmosh += CSWlibgcc-s1 @@ -36,16 +41,22 @@ REINPLACE_WITH_cswperl = $(bindir)/perl REINPLACE_FILES_cswperl += scripts/mosh -# boost gxx is only available on Solaris 10 -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +REINPLACEMENTS += bash +REINPLACE_MATCH_bash = /bin/sh +REINPLACE_WITH_bash = /bin/bash +REINPLACE_FILES_bash += src/tests/e2e-test +REINPLACE_FILES_bash += src/tests/*.test -GARCOMPILER = GCC4 +GARCOMPILER = GNU -EXTRA_CONFIGURE_EXPORTS += PROTOC -CONFIGURE_ENV_PROTOC = $(prefix)/gxx/bin/protoc +# We need 'grep -q' and GREP is not honoured at this place +CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH) EXTRA_INC += $(prefix)/gxx/include EXTRA_LIB += $(prefix)/gxx/lib include gar/category.mk +post-extract: + cd $(WORKSRC) && ./autogen.sh + @$(MAKECOOKIE) Modified: csw/mgar/pkg/mosh/trunk/checksums =================================================================== --- csw/mgar/pkg/mosh/trunk/checksums 2016-07-08 12:53:43 UTC (rev 25812) +++ csw/mgar/pkg/mosh/trunk/checksums 2016-07-08 20:38:52 UTC (rev 25813) @@ -1 +1 @@ -c2d918f4d91fdc32546e2e089f9281b2 mosh-1.2.4.tar.gz +0297d8891e696c65629ecc7f54676801 mosh-1.2.5.95rc1.tar.gz Deleted: csw/mgar/pkg/mosh/trunk/files/0001-Add-missing-include.patch =================================================================== --- csw/mgar/pkg/mosh/trunk/files/0001-Add-missing-include.patch 2016-07-08 12:53:43 UTC (rev 25812) +++ csw/mgar/pkg/mosh/trunk/files/0001-Add-missing-include.patch 2016-07-08 20:38:52 UTC (rev 25813) @@ -1,24 +0,0 @@ -From 6cd8c0b45a4ae3ebad473ca00156b74cbff8b1a8 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Mon, 28 Jan 2013 09:21:19 +0100 -Subject: [PATCH] Add missing include - ---- - src/frontend/mosh-client.cc | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/frontend/mosh-client.cc b/src/frontend/mosh-client.cc -index a9644e3..cc9d6a0 100644 ---- a/src/frontend/mosh-client.cc -+++ b/src/frontend/mosh-client.cc -@@ -41,6 +41,7 @@ - #include "locale_utils.h" - - /* these need to be included last because of conflicting defines */ -+#include - #include - #include - --- -1.8.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jul 12 07:57:34 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 12 Jul 2016 05:57:34 +0000 Subject: SF.net SVN: gar:[25814] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: <3rpWTf6VJnzM9@mail.opencsw.org> Revision: 25814 http://sourceforge.net/p/gar/code/25814 Author: dmichelsen Date: 2016-07-12 05:57:33 +0000 (Tue, 12 Jul 2016) Log Message: ----------- subversion/trunk: Add Python Modulation Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-08 20:38:52 UTC (rev 25813) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 05:57:33 UTC (rev 25814) @@ -44,9 +44,15 @@ VENDOR_URL = http://subversion.apache.org LICENSE = LICENSE -# solaris9 does not have the newest glib2 any more so no gnome-keychain on Solaris9 -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +EXTRA_MODULATORS += PYTHON_VERSION +MODULATIONS_PYTHON_VERSION = 2.6 2.7 +PYTHON = $(bindir)/python$(PYTHON_VERSION) +MERGE_SCRIPTS_isa-default-python_version-2.6 += copy-all +MERGE_SCRIPTS_isa-default-python_version-2.7 += copy-all + BUILD_DEP_PKGS += CSWlibexpat-dev BUILD_DEP_PKGS += CSWlibsqlite3-dev BUILD_DEP_PKGS-5.10 += CSWlibserf-dev @@ -241,7 +247,10 @@ CONFIGURE_ARGS += --with-zlib=$(prefix) CONFIGURE_ARGS += --with-apache-libexecdir=$(prefix)/apache2/libexec -# No Keyring on Solaris9 +# Version from PYTHON modulation +CONFIGURE_ARGS += --with-python=$(PYTHON) + +# No Keyring on Solaris 9 CONFIGURE_ARGS_5.10 += --with-gnome-keyring=$(prefix) CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL)) @@ -335,13 +344,16 @@ $(WORKSRC)/subversion/bindings/swig/python/*.py @# Switch from Sun Studio PIC to GCC PIC cd $(WORKSRC) && cp libtool libtool.suncc && perl -i.orig -npe 's/-KPIC -DPIC/-fPIC/g; s/-xarch=pentium_pro -xchip=pentium_pro/-march=pentiumpro/g' libtool - cd $(WORKSRC) && perl -i.orig -np \ + cd $(WORKSRC) && \ + perl -i.orig -np \ -e 's,(SWIG_PY_COMPILE = .*) -xO3 (.*) -xarch=pentium_pro -xchip=pentium_pro,$$1 -O2 -pipe $$2 -march=pentiumpro,g;' \ -e 's!(SWIG_PY_COMPILE = .*) -xO3 -m32 -xarch=sparc (.*)!$$1 -mcpu=v9 -Wa,-xarch=v8plus $$2!;' \ -e 's!(SWIG_PY_COMPILE = .*) -xO3 -m32 -xarch=386 +-mt(.*)!$$1 -m32 -march=i386 $$2!;' \ -e 's!(SWIG_PY_COMPILE = .*) -xO3 -m32 -xarch=v8 +-mt(.*)!$$1 -mcpu=v8 $$2!;' \ -e 's,/opt/solarisstudio12.3/bin/cc,/opt/csw/bin/gcc-5.2,g;' \ -e 's,(SWIG_PY_LINK = .*) -march=pentiumpro (.*),$$1 $$2,;' \ + -e 's,(^swig_pydir =) .*,$$1 $(shell $(PYTHON) -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())')/subversion/libsvn,;' \ + -e 's,(^swig_pydir_extra =).*,$$1 $(shell $(PYTHON) -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())')/subversion/svn,;' \ Makefile /usr/bin/env -i $(BUILD_ENV) /opt/csw/bin/gmake -C $(WORKSRC) swig-py /usr/bin/env -i $(INSTALL_ENV) /opt/csw/bin/gmake -C $(WORKSRC) install-swig-py DESTDIR=$(DESTDIR) 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 Jul 12 11:30:11 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 12 Jul 2016 09:30:11 +0000 Subject: SF.net SVN: gar:[25815] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: <3rpcBt28XrzQf@mail.opencsw.org> Revision: 25815 http://sourceforge.net/p/gar/code/25815 Author: dmichelsen Date: 2016-07-12 09:30:09 +0000 (Tue, 12 Jul 2016) Log Message: ----------- subversion/trunk: Adjust override Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 05:57:33 UTC (rev 25814) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 09:30:09 UTC (rev 25815) @@ -173,14 +173,22 @@ OBSOLETED_BY_CSWpy-subversion = CSWpythonsvn # This is for /usr/share/lib/zoneinfo -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_delta.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_ra.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_fs.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_diff.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_client.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_core.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_wc.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/svn/svn-python/libsvn/_repos.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_delta.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_ra.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_fs.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_diff.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_client.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_core.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_wc.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_repos.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_delta.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_ra.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_fs.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_diff.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_client.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_core.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_wc.so +CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_repos.so CHECKPKG_OVERRIDES_CSWpy-subversion += $(CHECKPKG_OVERRIDES_CSWpy-subversion-$(GAROSREL)) # should be in lib ... put something below to at least make it compile. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 13:10:31 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 11:10:31 +0000 Subject: SF.net SVN: gar:[25816] csw/mgar/pkg/perl5/trunk Message-ID: <3rpfQb4bsKzTf@mail.opencsw.org> Revision: 25816 http://sourceforge.net/p/gar/code/25816 Author: claudio_sf Date: 2016-07-12 11:10:30 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile csw/mgar/pkg/perl5/trunk/checksums Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 09:30:09 UTC (rev 25815) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 11:10:30 UTC (rev 25816) @@ -73,6 +73,7 @@ CONFIGURE_ARGS-64 += -Duse64bitint CONFIGURE_ARGS-64 += -Duse64bitall +CONFIGURE_ARGS-64 += -Dlddlflags="-shared -m64" CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/perl5/trunk/checksums =================================================================== --- csw/mgar/pkg/perl5/trunk/checksums 2016-07-12 09:30:09 UTC (rev 25815) +++ csw/mgar/pkg/perl5/trunk/checksums 2016-07-12 11:10:30 UTC (rev 25816) @@ -1 +1 @@ -67242b9bd642b458bec884ed2a040910 perl-5.22.1.tar.bz2 +99f39abe614b50719d9915431e54fc1e perl-5.24.0.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jul 12 14:24:57 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 12 Jul 2016 12:24:57 +0000 Subject: SF.net SVN: gar:[25817] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: <3rph4V3lS0zXp@mail.opencsw.org> Revision: 25817 http://sourceforge.net/p/gar/code/25817 Author: dmichelsen Date: 2016-07-12 12:24:56 +0000 (Tue, 12 Jul 2016) Log Message: ----------- subversion/trunk: Limit to Python 2.7 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 11:10:30 UTC (rev 25816) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 12:24:56 UTC (rev 25817) @@ -48,7 +48,8 @@ PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 EXTRA_MODULATORS += PYTHON_VERSION -MODULATIONS_PYTHON_VERSION = 2.6 2.7 +# Subversion requires at least Python 2.7 +MODULATIONS_PYTHON_VERSION = 2.7 PYTHON = $(bindir)/python$(PYTHON_VERSION) MERGE_SCRIPTS_isa-default-python_version-2.6 += copy-all MERGE_SCRIPTS_isa-default-python_version-2.7 += copy-all @@ -255,14 +256,16 @@ CONFIGURE_ARGS += --with-zlib=$(prefix) CONFIGURE_ARGS += --with-apache-libexecdir=$(prefix)/apache2/libexec -# Version from PYTHON modulation -CONFIGURE_ARGS += --with-python=$(PYTHON) - # No Keyring on Solaris 9 CONFIGURE_ARGS_5.10 += --with-gnome-keyring=$(prefix) CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL)) +# Version from PYTHON modulation +# This is honoured in build/find_python.sh +EXTRA_CONFIGURE_EXPORTS += PYTHON +CONFIGURE_ENV_PYTHON = $(PYTHON) + # XXX: Where does this come from? # cc: Warning: illegal option -d=c90 # The original option is -std=c90, where is it added? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 14:52:52 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 12:52:52 +0000 Subject: SF.net SVN: gar:[25818] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rphhl0sBlzbH@mail.opencsw.org> Revision: 25818 http://sourceforge.net/p/gar/code/25818 Author: claudio_sf Date: 2016-07-12 12:52:51 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: Fix linking error Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 12:24:56 UTC (rev 25817) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 12:52:51 UTC (rev 25818) @@ -73,7 +73,7 @@ CONFIGURE_ARGS-64 += -Duse64bitint CONFIGURE_ARGS-64 += -Duse64bitall -CONFIGURE_ARGS-64 += -Dlddlflags="-shared -m64" +CONFIGURE_ARGS-64 += -Dlddlflags='-shared -m64' CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 15:37:43 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 13:37:43 +0000 Subject: SF.net SVN: gar:[25819] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpjhX3h8rzdv@mail.opencsw.org> Revision: 25819 http://sourceforge.net/p/gar/code/25819 Author: claudio_sf Date: 2016-07-12 13:37:42 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 12:52:51 UTC (rev 25818) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:37:42 UTC (rev 25819) @@ -24,7 +24,7 @@ PACKAGES = CSWperl5 PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) -OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype +#OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype LICENSE = Copying # GCC build (Sun Studio build has been fixed) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 15:39:45 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 13:39:45 +0000 Subject: SF.net SVN: gar:[25820] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpjkq34DfzhD@mail.opencsw.org> Revision: 25820 http://sourceforge.net/p/gar/code/25820 Author: claudio_sf Date: 2016-07-12 13:39:43 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:37:42 UTC (rev 25819) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:39:43 UTC (rev 25820) @@ -25,7 +25,8 @@ PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) #OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype -LICENSE = Copying +OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc +LICENSE = Copying # GCC build (Sun Studio build has been fixed) GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 15:43:20 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 13:43:20 +0000 Subject: SF.net SVN: gar:[25821] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpjpx0qmLzkX@mail.opencsw.org> Revision: 25821 http://sourceforge.net/p/gar/code/25821 Author: claudio_sf Date: 2016-07-12 13:43:19 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:39:43 UTC (rev 25820) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:43:19 UTC (rev 25821) @@ -24,8 +24,7 @@ PACKAGES = CSWperl5 PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) -#OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype -OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc +OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype LICENSE = Copying # GCC build (Sun Studio build has been fixed) @@ -91,8 +90,8 @@ RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content # Temporary deps -RUNTIME_DEP_PKGS_CSWperl5 += CSWperl -CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl +#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl +#CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long # weird .nfs* file leftover #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 15:52:45 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 13:52:45 +0000 Subject: SF.net SVN: gar:[25822] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpk1n4T9Xzms@mail.opencsw.org> Revision: 25822 http://sourceforge.net/p/gar/code/25822 Author: claudio_sf Date: 2016-07-12 13:52:44 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:43:19 UTC (rev 25821) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:52:44 UTC (rev 25822) @@ -90,11 +90,11 @@ RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content # Temporary deps -#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl -#CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl +RUNTIME_DEP_PKGS_CSWperl5 += CSWperl +CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long # weird .nfs* file leftover -#CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted include gar/category.mk @@ -114,7 +114,7 @@ @$(MAKECOOKIE) # Test -# This test fails due the NFS setup of the buildfarm. If only this test fails +# On the x86/x64 machines, this test fails due the NFS setup of the buildfarm. If only this test fails # just package it with SKIPTEST=1 # $ SKIPTEST=1 mgar package # cpan/ExtUtils-Command/t/cp .................................... # Failed test 'cp updated mtime' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:10:22 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:10:22 +0000 Subject: SF.net SVN: gar:[25823] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpkQ73sn7zqR@mail.opencsw.org> Revision: 25823 http://sourceforge.net/p/gar/code/25823 Author: claudio_sf Date: 2016-07-12 14:10:21 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 13:52:44 UTC (rev 25822) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:10:21 UTC (rev 25823) @@ -89,6 +89,8 @@ RUNTIME_DEP_PKGS_CSWperl5 += CSWlibssp0 RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content +CHECKPKG_OVERRIDES_CSWpm-module-metadata += file-with-bad-content + # Temporary deps RUNTIME_DEP_PKGS_CSWperl5 += CSWperl CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:13:19 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:13:19 +0000 Subject: SF.net SVN: gar:[25824] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpkTX5HMzzsn@mail.opencsw.org> Revision: 25824 http://sourceforge.net/p/gar/code/25824 Author: claudio_sf Date: 2016-07-12 14:13:18 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:10:21 UTC (rev 25823) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:13:18 UTC (rev 25824) @@ -24,7 +24,7 @@ PACKAGES = CSWperl5 PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) -OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype +#OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype LICENSE = Copying # GCC build (Sun Studio build has been fixed) @@ -92,11 +92,11 @@ CHECKPKG_OVERRIDES_CSWpm-module-metadata += file-with-bad-content # Temporary deps -RUNTIME_DEP_PKGS_CSWperl5 += CSWperl -CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl -CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long +#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl +#CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl +#CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long # weird .nfs* file leftover -CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted +#CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:32:50 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:32:50 +0000 Subject: SF.net SVN: gar:[25825] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpkw65M8ZzwK@mail.opencsw.org> Revision: 25825 http://sourceforge.net/p/gar/code/25825 Author: claudio_sf Date: 2016-07-12 14:32:49 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:13:18 UTC (rev 25824) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:32:49 UTC (rev 25825) @@ -25,6 +25,7 @@ PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) #OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype +OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc LICENSE = Copying # GCC build (Sun Studio build has been fixed) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:35:23 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:35:23 +0000 Subject: SF.net SVN: gar:[25826] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpkz04H9Rzyd@mail.opencsw.org> Revision: 25826 http://sourceforge.net/p/gar/code/25826 Author: claudio_sf Date: 2016-07-12 14:35:22 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:32:49 UTC (rev 25825) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:35:22 UTC (rev 25826) @@ -99,6 +99,31 @@ # weird .nfs* file leftover #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted +# Discuss obsoletes with Dagobert +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp + + + include gar/category.mk # Configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:38:09 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:38:09 +0000 Subject: SF.net SVN: gar:[25827] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpl2C58J8z11x@mail.opencsw.org> Revision: 25827 http://sourceforge.net/p/gar/code/25827 Author: claudio_sf Date: 2016-07-12 14:38:08 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:35:22 UTC (rev 25826) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:38:08 UTC (rev 25827) @@ -121,9 +121,29 @@ CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp - include gar/category.mk # Configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:43:19 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:43:19 +0000 Subject: SF.net SVN: gar:[25828] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpl8B2f9sz14M@mail.opencsw.org> Revision: 25828 http://sourceforge.net/p/gar/code/25828 Author: claudio_sf Date: 2016-07-12 14:43:19 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:38:08 UTC (rev 25827) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:43:19 UTC (rev 25828) @@ -99,51 +99,6 @@ # weird .nfs* file leftover #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted -# Discuss obsoletes with Dagobert -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp - - include gar/category.mk # Configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:53:13 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:53:13 +0000 Subject: SF.net SVN: gar:[25829] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rplMZ5RVlz16l@mail.opencsw.org> Revision: 25829 http://sourceforge.net/p/gar/code/25829 Author: claudio_sf Date: 2016-07-12 14:53:13 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:43:19 UTC (rev 25828) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:53:13 UTC (rev 25829) @@ -99,6 +99,29 @@ # weird .nfs* file leftover #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted +# Overrides (check with Dago) +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp + include gar/category.mk # Configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 16:59:01 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 14:59:01 +0000 Subject: SF.net SVN: gar:[25830] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rplVH0FPbz194@mail.opencsw.org> Revision: 25830 http://sourceforge.net/p/gar/code/25830 Author: claudio_sf Date: 2016-07-12 14:59:00 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:53:13 UTC (rev 25829) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:59:00 UTC (rev 25830) @@ -89,8 +89,6 @@ RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWperl5 += CSWlibssp0 RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content -CHECKPKG_OVERRIDES_CSWpm-module-metadata += file-with-bad-content # Temporary deps #RUNTIME_DEP_PKGS_CSWperl5 += CSWperl @@ -100,27 +98,8 @@ #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted # Overrides (check with Dago) -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Spec.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Validator.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP.3perl|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/bin/json_pp|CSWperl5|CSWpm-json-pp -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Prereqs.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Parse::CPAN::Meta.3perl|CSWperl5|CSWpm-parse-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::YAML.3perl|CSWperl5|CSWpm-cpan-meta-yaml -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Module::Metadata.3perl|CSWperl5|CSWpm-module-metadata -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::CaptureRunner.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::History.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/experimental.3perl|CSWperl5|CSWpm-experimental -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Requirements.3perl|CSWperl5|CSWpm-cpan-meta-requirements -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::use::ok.3perl|CSWperl5|CSWpm-test-use-ok -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Feature.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Perl::OSType.3perl|CSWperl5|CSWpm-perl-ostype -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/CPAN::Meta::Converter.3perl|CSWperl5|CSWpm-cpan-meta -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/Test::Tester::Capture.3perl|CSWperl5|CSWpm-test-tester -CHECKPKG_OVERRIDES_CSWperl5 += file-collision|/opt/csw/share/man/man3/JSON::PP::Boolean.3perl|CSWperl5|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content +CHECKPKG_OVERRIDES_CSWperl5 += file-collision include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 17:18:05 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 15:18:05 +0000 Subject: SF.net SVN: gar:[25831] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rplwH4gFBz1CY@mail.opencsw.org> Revision: 25831 http://sourceforge.net/p/gar/code/25831 Author: claudio_sf Date: 2016-07-12 15:18:04 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 14:59:00 UTC (rev 25830) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:18:04 UTC (rev 25831) @@ -92,14 +92,32 @@ # Temporary deps #RUNTIME_DEP_PKGS_CSWperl5 += CSWperl -#CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl #CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long # weird .nfs* file leftover #CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted # Overrides (check with Dago) -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content -CHECKPKG_OVERRIDES_CSWperl5 += file-collision +CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-test-use-ok +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-json-pp +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta-yaml +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-test-tester +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-experimental +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta-requirements +CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-perl-ostype +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_test_use_ok_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_test_tester_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_perl_ostype_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_parse_cpan_meta_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_module_metadata_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_json_pp_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_experimental_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_yaml_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_stub/license +CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_requirements_stub/license include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 17:33:21 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 15:33:21 +0000 Subject: SF.net SVN: gar:[25832] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpmFt2CPYz1G1@mail.opencsw.org> Revision: 25832 http://sourceforge.net/p/gar/code/25832 Author: claudio_sf Date: 2016-07-12 15:33:20 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:18:04 UTC (rev 25831) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:33:20 UTC (rev 25832) @@ -24,7 +24,7 @@ PACKAGES = CSWperl5 PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) -#OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype +OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc LICENSE = Copying @@ -108,17 +108,9 @@ CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-experimental CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta-requirements CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-perl-ostype -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_test_use_ok_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_test_tester_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_perl_ostype_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_parse_cpan_meta_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_module_metadata_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_json_pp_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_experimental_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_yaml_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_stub/license -CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|expected=/opt/csw/shared/doc/perl5/...|in-package=/opt/csw/share/doc/pm_cpan_meta_requirements_stub/license + + include gar/category.mk # Configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 17:46:05 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 15:46:05 +0000 Subject: SF.net SVN: gar:[25833] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpmXY3qJhz1Jb@mail.opencsw.org> Revision: 25833 http://sourceforge.net/p/gar/code/25833 Author: claudio_sf Date: 2016-07-12 15:46:04 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:33:20 UTC (rev 25832) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:46:04 UTC (rev 25833) @@ -25,7 +25,6 @@ PKG_DESC_CSWperl5 = $(DESCRIPTION) SPKG_DESC_CSWperl5 = $(DESCRIPTION) OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype -OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc LICENSE = Copying # GCC build (Sun Studio build has been fixed) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Tue Jul 12 18:16:38 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Tue, 12 Jul 2016 16:16:38 +0000 Subject: SF.net SVN: gar:[25834] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rpnCq4Nzgz1MB@mail.opencsw.org> Revision: 25834 http://sourceforge.net/p/gar/code/25834 Author: claudio_sf Date: 2016-07-12 16:16:37 +0000 (Tue, 12 Jul 2016) Log Message: ----------- perl5/trunk: User and vendor libs to full version Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 15:46:04 UTC (rev 25833) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-12 16:16:37 UTC (rev 25834) @@ -54,8 +54,8 @@ CONFIGURE_ARGS += -Dbin=$(bindir) CONFIGURE_ARGS += -Dscriptdir=$(bindir) CONFIGURE_ARGS += -Dprivlib=$(datadir)/perl/$(VERSION_MAJOR_FULL) -CONFIGURE_ARGS += -Dsitearch=/opt/csw/local/lib/perl/$(VERSION_MAJOR_FULL) -CONFIGURE_ARGS += -Dsitelib=/opt/csw/local/share/perl/$(VERSION_MAJOR_FULL) +CONFIGURE_ARGS += -Dsitearch=/opt/csw/local/lib/perl/$(VERSION_MAJOR) +CONFIGURE_ARGS += -Dsitelib=/opt/csw/local/share/perl/$(VERSION_MAJOR) CONFIGURE_ARGS += -Dsiteman1dir=/opt/csw/local/share/man/man1 CONFIGURE_ARGS += -Dsiteman3dir==/opt/csw/local/share/man/man3 CONFIGURE_ARGS += -Dsiteprefix=/opt/csw/local @@ -64,8 +64,8 @@ CONFIGURE_ARGS += -Dusethreads CONFIGURE_ARGS += -Dusedtrace CONFIGURE_ARGS += -Duselargefiles -CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl5/$(VERSION_MAJOR_FULL) -CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl5/$(VERSION_MAJOR_FULL) +CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl5/$(VERSION_MAJOR) +CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl5/$(VERSION_MAJOR) CONFIGURE_ARGS += -Dvendorprefix=$(prefix) CONFIGURE_ARGS += -Dlibsdirs=" $(abspath /usr/lib/$(MEMORYMODEL)) $(libdir)" CONFIGURE_ARGS += -Dsed=/opt/csw/bin/gsed 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 Jul 12 20:26:03 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 12 Jul 2016 18:26:03 +0000 Subject: SF.net SVN: gar:[25835] csw/mgar/pkg/subversion/trunk Message-ID: <3rpr5b0Wt7z1QF@mail.opencsw.org> Revision: 25835 http://sourceforge.net/p/gar/code/25835 Author: dmichelsen Date: 2016-07-12 18:26:02 +0000 (Tue, 12 Jul 2016) Log Message: ----------- subversion/trunk: Packagesplit Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/subversion/trunk/files/0001-Put-pkgconfig-files-in-libdir-instead-of-datadir.patch csw/mgar/pkg/subversion/trunk/files/CSWap2-subversion.postinstall csw/mgar/pkg/subversion/trunk/files/CSWap2-subversion.preremove Removed Paths: ------------- csw/mgar/pkg/subversion/trunk/files/CSWap2svn.postinstall csw/mgar/pkg/subversion/trunk/files/CSWap2svn.preremove Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 16:16:37 UTC (rev 25834) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 18:26:02 UTC (rev 25835) @@ -31,8 +31,10 @@ MASTER_SITES = http://mirror.serversupportforum.de/apache/subversion/ DISTFILES += $(DISTNAME).tar.bz2 -DISTFILES += CSWap2svn.postinstall CSWap2svn.preremove -DISTFILES += httpd-svn.conf.CSW svn_access.conf.CSW +DISTFILES += CSWap2-subversion.preremove +DISTFILES += CSWap2-subversion.postinstall +DISTFILES += httpd-svn.conf.CSW +DISTFILES += svn_access.conf.CSW # Fix: Add java headers for nested classes # https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-June/004633.html @@ -41,6 +43,8 @@ # Relocate locations of foreign language bindings ###PATCHFILES += 0002-Fix-location-of-bindings.patch +PATCHFILES += 0001-Put-pkgconfig-files-in-libdir-instead-of-datadir.patch + VENDOR_URL = http://subversion.apache.org LICENSE = LICENSE @@ -61,20 +65,20 @@ PACKAGES += CSWsubversion SPKG_DESC_CSWsubversion = Version control rethought -RUNTIME_DEP_PKGS_CSWsubversion = CSWbdb48 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsasl2-2 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibmagic1 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibz1 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibintl8 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibaprutil1-0 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibserf1-1 -RUNTIME_DEP_PKGS_CSWsubversion += CSWlibgnome-keyring0 -RUNTIME_DEP_PKGS_CSWsubversion-5.9 += CSWglib2 -RUNTIME_DEP_PKGS_CSWsubversion-5.10 += CSWlibglib2-0-0 -RUNTIME_DEP_PKGS_CSWsubversion += $(RUNTIME_DEP_PKGS_CSWsubversion-$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-ra-svn1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-fs-fs1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-fs1-0 OBSOLETED_BY_CSWsubversion += CSWsvn CATALOGNAME_CSWsvn = subversion_stub @@ -83,8 +87,187 @@ SPKG_DESC_CSWsubversion-dev = Subversion Development Support PKGFILES_CSWsubversion-dev += $(PKGFILES_DEVEL) PKGFILES_CSWsubversion-dev += $(docdir)/$(CATALOGNAME_CSWsubversion-dev)/changelog.CSW +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-auth-gnome-keyring1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-fs1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-svn1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWrb-subversion +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-x1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWjavasvn +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWpy-subversion +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-local1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-base1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-util1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWpm-subversion +RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-serf1-0 OBSOLETED_BY_CSWsubversion-dev += CSWsvn-dev +PACKAGES += CSWlibsvn-auth-gnome-keyring1-0 +SPKG_DESC_CSWlibsvn-auth-gnome-keyring1-0 = Subversion library libsvn_auth_gnome_keyring-1.so.0 +PKGFILES_CSWlibsvn-auth-gnome-keyring1-0 += $(call pkgfiles_lib,libsvn_auth_gnome_keyring-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += CSWlibgnome-keyring0 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-5.9 += CSWglib2 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-5.10 += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-$(GAROSREL)) + +PACKAGES += CSWlibsvn-client1-0 +SPKG_DESC_CSWlibsvn-client1-0 = Subversion library libsvn_client-1.so.0 +PKGFILES_CSWlibsvn-client1-0 += $(call pkgfiles_lib,libsvn_client-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-delta1-0 + +PACKAGES += CSWlibsvn-delta1-0 +SPKG_DESC_CSWlibsvn-delta1-0 = Subversion library libsvn_delta-1.so.0 +PKGFILES_CSWlibsvn-delta1-0 += $(call pkgfiles_lib,libsvn_delta-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-diff1-0 +SPKG_DESC_CSWlibsvn-diff1-0 = Subversion library libsvn_diff-1.so.0 +PKGFILES_CSWlibsvn-diff1-0 += $(call pkgfiles_lib,libsvn_diff-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-fs-base1-0 +SPKG_DESC_CSWlibsvn-fs-base1-0 = Subversion library libsvn_fs_base-1.so.0 +PKGFILES_CSWlibsvn-fs-base1-0 += $(call pkgfiles_lib,libsvn_fs_base-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWbdb48 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibsvn-fs-util1-0 + +PACKAGES += CSWlibsvn-fs-fs1-0 +SPKG_DESC_CSWlibsvn-fs-fs1-0 = Subversion library libsvn_fs_fs-1.so.0 +PKGFILES_CSWlibsvn-fs-fs1-0 += $(call pkgfiles_lib,libsvn_fs_fs-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibsvn-fs-util1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-fs-util1-0 +SPKG_DESC_CSWlibsvn-fs-util1-0 = Subversion library libsvn_fs_util-1.so.0 +PKGFILES_CSWlibsvn-fs-util1-0 += $(call pkgfiles_lib,libsvn_fs_util-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-fs-x1-0 +SPKG_DESC_CSWlibsvn-fs-x1-0 = Subversion library libsvn_fs_x-1.so.0 +PKGFILES_CSWlibsvn-fs-x1-0 += $(call pkgfiles_lib,libsvn_fs_x-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibsvn-fs-util1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-fs1-0 +SPKG_DESC_CSWlibsvn-fs1-0 = Subversion library libsvn_fs-1.so.0 +PKGFILES_CSWlibsvn-fs1-0 += $(call pkgfiles_lib,libsvn_fs-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-x1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-base1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-util1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-fs1-0 + +PACKAGES += CSWlibsvn-ra-local1-0 +SPKG_DESC_CSWlibsvn-ra-local1-0 = Subversion library libsvn_ra_local-1.so.0 +PKGFILES_CSWlibsvn-ra-local1-0 += $(call pkgfiles_lib,libsvn_ra_local-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-fs1-0 + +PACKAGES += CSWlibsvn-ra-serf1-0 +SPKG_DESC_CSWlibsvn-ra-serf1-0 = Subversion library libsvn_ra_serf-1.so.0 +PKGFILES_CSWlibsvn-ra-serf1-0 += $(call pkgfiles_lib,libsvn_ra_serf-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibserf1-1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibexpat1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibsvn-delta1-0 + +PACKAGES += CSWlibsvn-ra-svn1-0 +SPKG_DESC_CSWlibsvn-ra-svn1-0 = Subversion library libsvn_ra_svn-1.so.0 +PKGFILES_CSWlibsvn-ra-svn1-0 += $(call pkgfiles_lib,libsvn_ra_svn-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibsasl2-2 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibsvn-delta1-0 + +PACKAGES += CSWlibsvn-ra1-0 +SPKG_DESC_CSWlibsvn-ra1-0 = Subversion library libsvn_ra-1.so.0 +PKGFILES_CSWlibsvn-ra1-0 += $(call pkgfiles_lib,libsvn_ra-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-ra-local1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-ra-svn1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-ra-serf1-0 + +PACKAGES += CSWlibsvn-repos1-0 +SPKG_DESC_CSWlibsvn-repos1-0 = Subversion library libsvn_repos-1.so.0 +PKGFILES_CSWlibsvn-repos1-0 += $(call pkgfiles_lib,libsvn_repos-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibsvn-fs1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibsvn-subr1-0 + +PACKAGES += CSWlibsvn-subr1-0 +SPKG_DESC_CSWlibsvn-subr1-0 = Subversion library libsvn_subr-1.so.0 +PKGFILES_CSWlibsvn-subr1-0 += $(call pkgfiles_lib,libsvn_subr-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibsqlite3-0 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibexpat1 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibz1 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-subr1-0 += CSWlibaprutil1-0 + +PACKAGES += CSWlibsvn-wc1-0 +SPKG_DESC_CSWlibsvn-wc1-0 = Subversion library libsvn_wc-1.so.0 +PKGFILES_CSWlibsvn-wc1-0 += $(call pkgfiles_lib,libsvn_wc-1.so.0) +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibsvn-delta1-0 + PACKAGES += CSWap2-subversion SPKG_DESC_CSWap2-subversion = Subversion Modules for Apache 2.2 PKGFILES_CSWap2-subversion += $(prefix)/apache2/.* @@ -93,6 +276,10 @@ RUNTIME_DEP_PKGS_CSWap2-subversion += CSWapache2 RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibsvn-fs1-0 +RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibsvn-subr1-0 RUNTIME_DEP_PKGS_CSWap2-subversion-5.10-sparc += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWap2-subversion-5.10-sparc += CSWlibintl8 RUNTIME_DEP_PKGS_CSWap2-subversion += $(RUNTIME_DEP_PKGS_CSWap2-subversion-$(GAROSREL)-$(GARCH)) @@ -103,30 +290,50 @@ PACKAGES-5.10 += CSWjavasvn PACKAGES += $(PACKAGES-$(GAROSREL)) SPKG_DESC_CSWjavasvn = Subversion Java Language Binding -PKGFILES_CSWjavasvn += $(SVNLIB)/.*java.* +# Lets not factor that library out +PKGFILES_CSWjavasvn += $(call pkgfiles_lib,libsvnjavahl-1.so.0) +CHECKPKG_OVERRIDES_CSWjavasvn += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsvnjavahl-1.so.0.0.0|soname=libsvnjavahl-1.so.0|pkgname=CSWjavasvn|expected=CSWlibsvnjavahl1-0 +PKGFILES_CSWjavasvn += $(libdir)/svn-javahl/svn-javahl.jar +PKGFILES_CSWjavasvn += $(libdir)/svn-javahl/include.* PKGFILES_CSWjavasvn += $(docdir)/$(CATALOGNAME_CSWjavasvn)/changelog.CSW RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWsubversion +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsvn-fs1-0 RUNTIME_DEP_PKGS_CSWjavasvn-sparc += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWjavasvn += $(RUNTIME_DEP_PKGS_CSWjavasvn-$(GARCH)) # This would go away when -norunpath would make it to the linker, but at this point this is difficult. # Override for now as it is not harmful. -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 +CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib|opt/csw/lib/libsvnjavahl-1.so.0.0.0 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib/sparc|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 PACKAGES += CSWpm-subversion SPKG_DESC_CSWpm-subversion = Subversion Perl Language Binding -PKGFILES_CSWpm-subversion += $(libdir)/perl.* -PKGFILES_CSWpm-subversion += $(SVNLIB)/.*perl.* +# Lets not factor that library out +PKGFILES_CSWpm-subversion += $(call pkgfiles_lib,libsvn_swig_perl-1.so.0) +CHECKPKG_OVERRIDES_CSWpm-subversion += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsvn_swig_perl-1.so.0.0.0|soname=libsvn_swig_perl-1.so.0|pkgname=CSWpm-subversion|expected=CSWlibsvn-swig-perl1-0 +PKGFILES_CSWpm-subversion += $(SVNLIB)/perl.* # Put .3* manpages in this package, not *-dev PKGFILES_CSWpm-subversion += $(mandir)/.*\.3perl PKGFILES_DEVEL_MAN3_MANPAGE = PKGFILES_CSWpm-subversion += $(docdir)/$(CATALOGNAME_CSWpm-subversion)/changelog.CSW RUNTIME_DEP_PKGS_CSWpm-subversion += CSWperl -RUNTIME_DEP_PKGS_CSWpm-subversion += CSWsubversion RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWpm-subversion += CSWlibsvn-fs1-0 RUNTIME_DEP_PKGS_CSWpm-subversion-5.10-sparc += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWpm-subversion-5.10-sparc += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWpm-subversion-5.10-sparc += CSWlibintl8 @@ -137,12 +344,22 @@ PACKAGES += CSWrb-subversion SPKG_DESC_CSWrb-subversion = Subversion Ruby Language Binding +# Lets not factor that library out +PKGFILES_CSWrb-subversion += $(call pkgfiles_lib,libsvn_swig_ruby-1.so.0) +CHECKPKG_OVERRIDES_CSWrb-subversion += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsvn_swig_ruby-1.so.0.0.0|soname=libsvn_swig_ruby-1.so.0|pkgname=CSWrb-subversion|expected=CSWlibsvn-swig-ruby1-0 PKGFILES_CSWrb-subversion += $(libdir)/ruby.* -PKGFILES_CSWrb-subversion += $(SVNLIB)/.*swig_ruby.* PKGFILES_CSWrb-subversion += $(docdir)/$(CATALOGNAME_CSWrb-subversion)/changelog.CSW RUNTIME_DEP_PKGS_CSWrb-subversion += CSWsubversion RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-fs1-0 RUNTIME_DEP_PKGS_CSWrb-subversion-5.9 += CSWlibruby18-1 RUNTIME_DEP_PKGS_CSWrb-subversion-5.10 += CSWruby20 RUNTIME_DEP_PKGS_CSWrb-subversion += $(RUNTIME_DEP_PKGS_CSWrb-subversion-$(GAROSREL)) @@ -156,12 +373,20 @@ PACKAGES += CSWpy-subversion SPKG_DESC_CSWpy-subversion = Subversion Python Language Binding -PKGFILES_CSWpy-subversion += $(libdir)/.*python.* -PKGFILES_CSWpy-subversion += $(SVNLIB)/.*python.* -PKGFILES_CSWpy-subversion += $(SVNLIB)/.*swig_py.* +# Lets not factor that library out +PKGFILES_CSWpy-subversion += $(call pkgfiles_lib,libsvn_swig_py-1.so.0) +CHECKPKG_OVERRIDES_CSWpy-subversion += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsvn_swig_py-1.so.0.0.0|soname=libsvn_swig_py-1.so.0|pkgname=CSWpy-subversion|expected=CSWlibsvn-swig-py1-0 +PKGFILES_CSWpy-subversion += $(SVNLIB)/python.* PKGFILES_CSWpy-subversion += $(docdir)/$(CATALOGNAME_CSWpy-subversion)/changelog.CSW RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibapr1-0 -RUNTIME_DEP_PKGS_CSWpy-subversion += CSWsubversion +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-ra1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-repos1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-client1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-wc1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-diff1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWpy-subversion += CSWlibsvn-fs1-0 RUNTIME_DEP_PKGS_CSWpy-subversion-5.10-sparc += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWpy-subversion-5.10-sparc += CSWlibintl8 RUNTIME_DEP_PKGS_CSWpy-subversion += CSWpython @@ -197,7 +422,8 @@ # with svn installed, and here it seems basic that we build with svn # installed. # SVNLIB = $(prefix)/lib -SVNLIB = $(prefix)/lib/svn +# SVNLIB = $(prefix)/lib/svn +SVNLIB = $(libdir) JAVA_HOME-5.9 = /usr/jdk1.6.0_20/ JAVA_HOME-5.10 = $(prefix)/java/jdk/jdk8 @@ -239,8 +465,10 @@ GARCOMPILER-5.10 = SOS12U3 GARCOMPILER += $(GARCOMPILER-$(GAROSREL)) -NODIRPATHS = --libdir --libexecdir -CONFIGURE_ARGS = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB) +#NODIRPATHS = --libdir --libexecdir +#CONFIGURE_ARGS = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB) +CONFIGURE_ARGS += $(DIRPATHS) + CONFIGURE_ARGS += --disable-mod-activation CONFIGURE_ARGS += --with-jdk=$(JAVA_HOME) # Solaris 9 has issues with JDK 1.6.0 and Sun Studio 12: @@ -285,7 +513,7 @@ # At the moment the is one test failing because 1.8.5 does some funky statements sqlite 3.8.x doesn't understand but 3.7.x did: # http://subversion.tigris.org/issues/show_bug.cgi?id=4453 -SKIPTEST ?= 1 +# SKIPTEST ?= 1 include gar/category.mk Added: csw/mgar/pkg/subversion/trunk/files/0001-Put-pkgconfig-files-in-libdir-instead-of-datadir.patch =================================================================== --- csw/mgar/pkg/subversion/trunk/files/0001-Put-pkgconfig-files-in-libdir-instead-of-datadir.patch (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/0001-Put-pkgconfig-files-in-libdir-instead-of-datadir.patch 2016-07-12 18:26:02 UTC (rev 25835) @@ -0,0 +1,25 @@ +From a258c591c0e099662148faf62f362f5f9a1fdc4b Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Tue, 12 Jul 2016 15:22:46 +0200 +Subject: [PATCH] Put pkgconfig files in libdir instead of datadir + +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index e63a09c..84c8dec 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -89,7 +89,7 @@ swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext + toolsdir = @bindir@/svn-tools + + # where to install pkg-config files +-pkgconfig_dir = $(datadir)/pkgconfig ++pkgconfig_dir = @libdir@/pkgconfig + + javahl_javadir = @libdir@/svn-javahl + javahl_javahdir = @libdir@/svn-javahl/include +-- +2.4.0 + Copied: csw/mgar/pkg/subversion/trunk/files/CSWap2-subversion.postinstall (from rev 25802, csw/mgar/pkg/subversion/trunk/files/CSWap2svn.postinstall) =================================================================== --- csw/mgar/pkg/subversion/trunk/files/CSWap2-subversion.postinstall (rev 0) +++ csw/mgar/pkg/subversion/trunk/files/CSWap2-subversion.postinstall 2016-07-12 18:26:02 UTC (rev 25835) @@ -0,0 +1,55 @@ +#!/bin/sh + +CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw +AP2_PREFIX=$CSW_PREFIX/apache2 +AP2_BINDIR=$AP2_PREFIX/sbin +AP2_LIBEXEC=$AP2_PREFIX/libexec +AP2_CONFDIR=$AP2_PREFIX/etc +AP2_EXTRADIR=$AP2_CONFDIR/extra +AP2_CONFIG=$AP2_CONFDIR/httpd.conf +APXS=$AP2_BINDIR/apxs + +# Enable modules +PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'} +for mod in dav dav_fs dav_svn dav_lock authz_svn +do + perl -i -lne "print unless /^#?LoadModule.*mod_$mod.so/" $AP2_CONFIG + chroot $PKG_INSTALL_ROOT \ + $APXS -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n $mod mod_$mod.so +done + +# Configure mod_dav_svn in httpd.conf +if [ -n "`egrep 'IfModule (mod_dav_svn|dav_svn_module)' $AP2_CONFIG`" ] +then + echo "Existing mod_dav_svn configuration detected" +elif [ -n "`egrep '#Include etc/extra/httpd-svn.conf' $AP2_CONFIG`" ]; then + echo "Re-enabling existing config" + perl -i -plne 's,^#(Include etc/extra/httpd-svn.conf),$1,' $AP2_CONFIG +else + echo "Adding Include for extra/http-svn.conf to httpd.conf" + cat << END >> $AP2_CONFIG + +Include etc/extra/httpd-svn.conf +END +fi + +# Copy templates +for file in $AP2_EXTRADIR/httpd-svn.conf $AP2_CONFDIR/svn_access.conf +do + if [ ! -f $file ]; then + echo "Creating $file" + cp $file.CSW $file + else + echo "Preserving existing $file" + fi +done + +# Finito +cat <> $AP2_CONFIG - -Include etc/extra/httpd-svn.conf -END -fi - -# Copy templates -for file in $AP2_EXTRADIR/httpd-svn.conf $AP2_CONFDIR/svn_access.conf -do - if [ ! -f $file ]; then - echo "Creating $file" - cp $file.CSW $file - else - echo "Preserving existing $file" - fi -done - -# Finito -cat < Revision: 25836 http://sourceforge.net/p/gar/code/25836 Author: dmichelsen Date: 2016-07-13 17:29:49 +0000 (Wed, 13 Jul 2016) Log Message: ----------- subversion/trunk: Update dependencies Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-12 18:26:02 UTC (rev 25835) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-13 17:29:49 UTC (rev 25836) @@ -79,6 +79,8 @@ RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-diff1-0 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-delta1-0 RUNTIME_DEP_PKGS_CSWsubversion += CSWlibsvn-fs1-0 +RUNTIME_DEP_PKGS_CSWsubversion-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWsubversion += $(RUNTIME_DEP_PKGS_CSWsubversion-$(GAROSREL)-$(GARCH)) OBSOLETED_BY_CSWsubversion += CSWsvn CATALOGNAME_CSWsvn = subversion_stub @@ -97,7 +99,6 @@ RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-svn1-0 RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWrb-subversion RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-x1-0 -RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWjavasvn RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWpy-subversion RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-local1-0 RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-wc1-0 @@ -107,6 +108,8 @@ RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-fs-util1-0 RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWpm-subversion RUNTIME_DEP_PKGS_CSWsubversion-dev += CSWlibsvn-ra-serf1-0 +RUNTIME_DEP_PKGS_CSWsubversion-dev-5.10 += CSWjavasvn +RUNTIME_DEP_PKGS_CSWsubversion-dev += $(RUNTIME_DEP_PKGS_CSWsubversion-dev-$(GAROSREL)) OBSOLETED_BY_CSWsubversion-dev += CSWsvn-dev PACKAGES += CSWlibsvn-auth-gnome-keyring1-0 @@ -118,7 +121,9 @@ RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += CSWlibsvn-subr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-5.9 += CSWglib2 RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-5.10 += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-5.10-sparc += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-$(GAROSREL)) +RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-auth-gnome-keyring1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-client1-0 SPKG_DESC_CSWlibsvn-client1-0 = Subversion library libsvn_client-1.so.0 @@ -130,6 +135,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-wc1-0 RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-diff1-0 RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-client1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-client1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-delta1-0 SPKG_DESC_CSWlibsvn-delta1-0 = Subversion library libsvn_delta-1.so.0 @@ -138,6 +145,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibaprutil1-0 RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-delta1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-diff1-0 SPKG_DESC_CSWlibsvn-diff1-0 = Subversion library libsvn_diff-1.so.0 @@ -145,6 +154,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-diff1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-fs-base1-0 SPKG_DESC_CSWlibsvn-fs-base1-0 = Subversion library libsvn_fs_base-1.so.0 @@ -156,6 +167,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibsvn-delta1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += CSWlibsvn-fs-util1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-fs-base1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-fs-fs1-0 SPKG_DESC_CSWlibsvn-fs-fs1-0 = Subversion library libsvn_fs_fs-1.so.0 @@ -165,6 +178,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibsvn-fs-util1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-fs-fs1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-fs-util1-0 SPKG_DESC_CSWlibsvn-fs-util1-0 = Subversion library libsvn_fs_util-1.so.0 @@ -172,6 +187,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-fs-util1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-fs-x1-0 SPKG_DESC_CSWlibsvn-fs-x1-0 = Subversion library libsvn_fs_x-1.so.0 @@ -181,6 +198,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibsvn-fs-util1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-fs-x1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-fs1-0 SPKG_DESC_CSWlibsvn-fs1-0 = Subversion library libsvn_fs-1.so.0 @@ -194,6 +213,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-delta1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-util1-0 RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += CSWlibsvn-fs-fs1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-fs1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-ra-local1-0 SPKG_DESC_CSWlibsvn-ra-local1-0 = Subversion library libsvn_ra_local-1.so.0 @@ -204,6 +225,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-delta1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += CSWlibsvn-fs1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-ra-local1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-ra-serf1-0 SPKG_DESC_CSWlibsvn-ra-serf1-0 = Subversion library libsvn_ra_serf-1.so.0 @@ -215,6 +238,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibexpat1 RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-ra-serf1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-ra-svn1-0 SPKG_DESC_CSWlibsvn-ra-svn1-0 = Subversion library libsvn_ra_svn-1.so.0 @@ -225,6 +250,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibsasl2-2 RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-ra-svn1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-ra1-0 SPKG_DESC_CSWlibsvn-ra1-0 = Subversion library libsvn_ra-1.so.0 @@ -237,6 +264,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-delta1-0 RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += CSWlibsvn-ra-serf1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-ra1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-repos1-0 SPKG_DESC_CSWlibsvn-repos1-0 = Subversion library libsvn_repos-1.so.0 @@ -246,6 +275,8 @@ RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibsvn-fs1-0 RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += CSWlibsvn-subr1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-repos1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWlibsvn-subr1-0 SPKG_DESC_CSWlibsvn-subr1-0 = Subversion library libsvn_subr-1.so.0 @@ -267,12 +298,13 @@ RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibsvn-diff1-0 RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += CSWlibsvn-delta1-0 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0-5.10-sparc += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0 += $(RUNTIME_DEP_PKGS_CSWlibsvn-wc1-0-$(GAROSREL)-$(GARCH)) PACKAGES += CSWap2-subversion SPKG_DESC_CSWap2-subversion = Subversion Modules for Apache 2.2 PKGFILES_CSWap2-subversion += $(prefix)/apache2/.* PKGFILES_CSWap2-subversion += $(docdir)/$(CATALOGNAME_CSWap2-subversion)/changelog.CSW -RUNTIME_DEP_PKGS_CSWap2-subversion = CSWsubversion RUNTIME_DEP_PKGS_CSWap2-subversion += CSWapache2 RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWap2-subversion += CSWlibaprutil1-0 @@ -312,7 +344,7 @@ # This would go away when -norunpath would make it to the linker, but at this point this is difficult. # Override for now as it is not harmful. CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib|opt/csw/lib/libsvnjavahl-1.so.0.0.0 -CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib/sparc|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 +CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/solarisstudio12.3/lib/sparc|opt/csw/lib/libsvnjavahl-1.so.0.0.0 PACKAGES += CSWpm-subversion SPKG_DESC_CSWpm-subversion = Subversion Perl Language Binding @@ -349,7 +381,6 @@ CHECKPKG_OVERRIDES_CSWrb-subversion += shared-lib-pkgname-mismatch|file=opt/csw/lib/libsvn_swig_ruby-1.so.0.0.0|soname=libsvn_swig_ruby-1.so.0|pkgname=CSWrb-subversion|expected=CSWlibsvn-swig-ruby1-0 PKGFILES_CSWrb-subversion += $(libdir)/ruby.* PKGFILES_CSWrb-subversion += $(docdir)/$(CATALOGNAME_CSWrb-subversion)/changelog.CSW -RUNTIME_DEP_PKGS_CSWrb-subversion += CSWsubversion RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibapr1-0 RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibintl8 RUNTIME_DEP_PKGS_CSWrb-subversion += CSWlibsvn-subr1-0 @@ -394,19 +425,10 @@ CHECKPKG_OVERRIDES_CSWpy-subversion += surplus-dependency|CSWpython CHECKPKG_OVERRIDES_CSWpy-subversion += python-package-missing-py26-files -CHECKPKG_OVERRIDES_CSWpy-subversion += python-package-missing-py-files OBSOLETED_BY_CSWpy-subversion = CSWpythonsvn # This is for /usr/share/lib/zoneinfo -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_delta.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_ra.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_fs.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_diff.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_client.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_core.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_wc.so -CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/subversion/libsvn/_repos.so CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_delta.so CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_ra.so CHECKPKG_OVERRIDES_CSWpy-subversion-5.9 += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/subversion/libsvn/_fs.so @@ -465,6 +487,9 @@ GARCOMPILER-5.10 = SOS12U3 GARCOMPILER += $(GARCOMPILER-$(GAROSREL)) +# There are lots of failing tests, needs more work +# BUILD64_LIBS_ONLY = 1 + #NODIRPATHS = --libdir --libexecdir #CONFIGURE_ARGS = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB) CONFIGURE_ARGS += $(DIRPATHS) @@ -485,9 +510,11 @@ CONFIGURE_ARGS += --with-apache-libexecdir=$(prefix)/apache2/libexec # No Keyring on Solaris 9 -CONFIGURE_ARGS_5.10 += --with-gnome-keyring=$(prefix) +CONFIGURE_ARGS-5.10-32 += --with-gnome-keyring=$(prefix) +# No Keyring in 64 bit at all +CONFIGURE_ARGS-5.10-64 += --without-gnome-keyring -CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL)) +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GAROSREL)-$(MEMORYMODEL)) # Version from PYTHON modulation # This is honoured in build/find_python.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Wed Jul 13 21:07:43 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Wed, 13 Jul 2016 19:07:43 +0000 Subject: SF.net SVN: gar:[25837] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rqSyt6QCqz6D@mail.opencsw.org> Revision: 25837 http://sourceforge.net/p/gar/code/25837 Author: claudio_sf Date: 2016-07-13 19:07:42 +0000 (Wed, 13 Jul 2016) Log Message: ----------- perl5/trunk: Comments Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-13 17:29:49 UTC (rev 25836) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-13 19:07:42 UTC (rev 25837) @@ -1,3 +1,4 @@ +### General ### NAME = perl5 VERSION = 24.0 VERSION_MAJOR = $(shell echo $(VERSION) | cut -f1-2 -d.) @@ -26,8 +27,6 @@ SPKG_DESC_CSWperl5 = $(DESCRIPTION) OBSOLETED_BY_CSWperl5 = CSWperl CSWperldoc CSWpm-cpan-meta CSWpm-test-use-ok CSWpm-test-tester CSWpm-json-pp CSWpm-parse-cpan-meta CSWpm-cpan-meta-yaml CSWpm-module-metadata CSWpm-experimental CSWpm-cpan-meta-requirements CSWpm-perl-ostype LICENSE = Copying - -# GCC build (Sun Studio build has been fixed) GARCOMPILER = GNU MAKE_OPT_unstable10s = -j 24 MAKE_OPT_unstable10x = -j 4 @@ -39,8 +38,16 @@ NOGITPATCH = 1 EXTRA_RUNPATH_DIRS = $(libdir)/perl/$(VERSION_MAJOR_FULL)/CORE EXTRA_RUNPATH_ISALIST = $(EXTRA_RUNPATH_DIRS) +# We want 64 bit binaries +MERGE_DIRS_isa-extra = $(bindir) $(sbindir) $(libdir) $(libexecdir) +BUILD_SCRIPTS = perl +TEST_SCRIPTS = perl +INSTALL_SCRIPTS = perl +RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWperl5 += CSWlibssp0 +RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 -# Custom configure +### Configure values ### CONFIGURE_SCRIPTS = perl CONFIGURE_ARGS += -Darchlib=$(libdir)/perl/$(VERSION_MAJOR_FULL) CONFIGURE_ARGS += -Dcc=$(CC) @@ -70,32 +77,12 @@ CONFIGURE_ARGS += -Dlibsdirs=" $(abspath /usr/lib/$(MEMORYMODEL)) $(libdir)" CONFIGURE_ARGS += -Dsed=/opt/csw/bin/gsed CONFIGURE_ARGS += -Dlddlflags=-shared - CONFIGURE_ARGS-64 += -Duse64bitint CONFIGURE_ARGS-64 += -Duse64bitall CONFIGURE_ARGS-64 += -Dlddlflags='-shared -m64' - CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) -# We want 64 bit binaries -MERGE_DIRS_isa-extra = $(bindir) $(sbindir) $(libdir) $(libexecdir) - -BUILD_SCRIPTS = perl -TEST_SCRIPTS = perl -INSTALL_SCRIPTS = perl - -# Get it built -RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWperl5 += CSWlibssp0 -RUNTIME_DEP_PKGS_CSWperl5 += CSWlibgdbm4 - -# Temporary deps -#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl -#CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long -# weird .nfs* file leftover -#CHECKPKG_OVERRIDES_CSWperl5 += pkginfo-opencsw-repository-uncommitted - -# Overrides (check with Dago) +### Overrides (TODO: check with Dago) ### CHECKPKG_OVERRIDES_CSWperl5 += missing-dependency|CSWperl CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|CSWpm-module-metadata CHECKPKG_OVERRIDES_CSWperl5 += wrong-docdir|CSWpm-module-metadata @@ -107,9 +94,30 @@ CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-experimental CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta-requirements CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-perl-ostype +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/Config.pod +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/Config_heavy.pl +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/CORE/uconfig.h +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/CORE/config.h +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/Config_heavy.pl +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/Config.pod +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/CORE/uconfig.h +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/CORE/config.h +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/cpan +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/enc2xs +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/pstruct +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/cpan +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/c2ph +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/enc2xs +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Config.pod +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Storable.pm +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Config_heavy.pl +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Config_heavy.pl +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Storable.pm +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Config.pod +CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long +#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl - - +### Targets ### include gar/category.mk # Configure @@ -128,9 +136,7 @@ @$(MAKECOOKIE) # Test -# On the x86/x64 machines, this test fails due the NFS setup of the buildfarm. If only this test fails -# just package it with SKIPTEST=1 -# $ SKIPTEST=1 mgar package +# On the x86/x64 machines, 1 test fails due the NFS setup of the buildfarm: # cpan/ExtUtils-Command/t/cp .................................... # Failed test 'cp updated mtime' # at t/cp.t line 26. # '2366' @@ -138,6 +144,8 @@ # '1' # Looks like you failed 1 test of 1. # FAILED at test 1 +# Run the packaging with SKIPTEST=1 +# $ SKIPTEST=1 mgar package test-perl: @echo " ==> Running make $(TEST_TARGET) in $*" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From claudio_sf at users.sourceforge.net Wed Jul 13 21:33:35 2016 From: claudio_sf at users.sourceforge.net (claudio_sf at users.sourceforge.net) Date: Wed, 13 Jul 2016 19:33:35 +0000 Subject: SF.net SVN: gar:[25838] csw/mgar/pkg/perl5/trunk/Makefile Message-ID: <3rqTXc3ftdz8f@mail.opencsw.org> Revision: 25838 http://sourceforge.net/p/gar/code/25838 Author: claudio_sf Date: 2016-07-13 19:33:34 +0000 (Wed, 13 Jul 2016) Log Message: ----------- perl5/trunk: debug Modified Paths: -------------- csw/mgar/pkg/perl5/trunk/Makefile Modified: csw/mgar/pkg/perl5/trunk/Makefile =================================================================== --- csw/mgar/pkg/perl5/trunk/Makefile 2016-07-13 19:07:42 UTC (rev 25837) +++ csw/mgar/pkg/perl5/trunk/Makefile 2016-07-13 19:33:34 UTC (rev 25838) @@ -94,28 +94,10 @@ CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-experimental CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-cpan-meta-requirements CHECKPKG_OVERRIDES_CSWperl5 += file-collision|CSWpm-perl-ostype -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/Config.pod -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/Config_heavy.pl -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/CORE/uconfig.h -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/perl/5.24.0/CORE/config.h -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/Config_heavy.pl -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/Config.pod -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/CORE/uconfig.h -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/5.24.0/CORE/config.h -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/cpan -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/enc2xs -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/pstruct -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/cpan -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/c2ph -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/enc2xs -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Config.pod -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Storable.pm -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/perl/5.24.0/Config_heavy.pl -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Config_heavy.pl -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Storable.pm -CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share|root/opt/csw/lib/perl/5.24.0/Config.pod +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/local +CHECKPKG_OVERRIDES_CSWperl5 += file-with-bad-content|/usr/share +#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl CHECKPKG_OVERRIDES_CSWpm-cpan-meta-requirements += catalogname-too-long -#RUNTIME_DEP_PKGS_CSWperl5 += CSWperl ### Targets ### include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jul 14 10:48:00 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 14 Jul 2016 08:48:00 +0000 Subject: SF.net SVN: gar:[25839] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: <3rqq9D5ryXzLV@mail.opencsw.org> Revision: 25839 http://sourceforge.net/p/gar/code/25839 Author: dmichelsen Date: 2016-07-14 08:47:59 +0000 (Thu, 14 Jul 2016) Log Message: ----------- subversion/trunk: Finally fix location /etc/opt/csw/subversion Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-07-13 19:33:34 UTC (rev 25838) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-07-14 08:47:59 UTC (rev 25839) @@ -471,6 +471,7 @@ REINPLACE_MATCH_conf = /etc/subversion REINPLACE_WITH_conf = $(sysconfdir)/subversion REINPLACE_FILES_conf += subversion/libsvn_subr/config_file.c +REINPLACE_FILES_conf += subversion/libsvn_subr/config_impl.h PYCOMPILE = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jul 14 11:29:32 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 14 Jul 2016 09:29:32 +0000 Subject: SF.net SVN: gar:[25840] csw/mgar/pkg Message-ID: <3rqr5C1ThkzWb@mail.opencsw.org> Revision: 25840 http://sourceforge.net/p/gar/code/25840 Author: dmichelsen Date: 2016-07-14 09:29:31 +0000 (Thu, 14 Jul 2016) Log Message: ----------- isl/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/isl/ csw/mgar/pkg/isl/Makefile csw/mgar/pkg/isl/branches/ csw/mgar/pkg/isl/tags/ csw/mgar/pkg/isl/trunk/ csw/mgar/pkg/isl/trunk/Makefile csw/mgar/pkg/isl/trunk/checksums csw/mgar/pkg/isl/trunk/files/ Added: csw/mgar/pkg/isl/Makefile =================================================================== --- csw/mgar/pkg/isl/Makefile (rev 0) +++ csw/mgar/pkg/isl/Makefile 2016-07-14 09:29:31 UTC (rev 25840) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/isl/trunk =================================================================== --- csw/mgar/pkg/isl/trunk 2016-07-14 08:47:59 UTC (rev 25839) +++ csw/mgar/pkg/isl/trunk 2016-07-14 09:29:31 UTC (rev 25840) Property changes on: csw/mgar/pkg/isl/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/isl/trunk/Makefile =================================================================== --- csw/mgar/pkg/isl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/isl/trunk/Makefile 2016-07-14 09:29:31 UTC (rev 25840) @@ -0,0 +1,31 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = isl +VERSION = 0.16.1 +GARTYPE = v2 + +DESCRIPTION = Graphite loop optimizations + +MASTER_SITES = ftp://gcc.gnu.org/pub/gcc/infrastructure/ +DISTFILES = $(DISTNAME).tar.bz2 + +PACKAGES += CSWlibisl15 +SPKG_DESC_CSWlibisl15 = Graphite loop optimizations, libisl.so.15 +PKGFILES_CSWlibisl15 += $(call pkgfiles_lib,libisl.so.15) +RUNTIME_DEP_PKGS_CSWlibisl15 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibisl15 += CSWlibgmp10 + +PACKAGES += CSWlibisl-dev +SPKG_DESC_CSWlibisl-dev = Development files for libisl.so.15 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibisl-dev += CSWlibisl15 + +GARCOMPILER = GNU + +BUILD64 = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/isl/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/isl/trunk/checksums =================================================================== --- csw/mgar/pkg/isl/trunk/checksums (rev 0) +++ csw/mgar/pkg/isl/trunk/checksums 2016-07-14 09:29:31 UTC (rev 25840) @@ -0,0 +1 @@ +ac1f25a0677912952718a51f5bc20f32 isl-0.16.1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Thu Jul 14 14:49:36 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Thu, 14 Jul 2016 12:49:36 +0000 Subject: SF.net SVN: gar:[25841] csw/mgar/pkg Message-ID: <3rqwXM3VR1zb9@mail.opencsw.org> Revision: 25841 http://sourceforge.net/p/gar/code/25841 Author: janholzh Date: 2016-07-14 12:49:35 +0000 (Thu, 14 Jul 2016) Log Message: ----------- riemann/trunk: inital commit Added Paths: ----------- csw/mgar/pkg/riemann/ csw/mgar/pkg/riemann/Makefile csw/mgar/pkg/riemann/branches/ csw/mgar/pkg/riemann/tags/ csw/mgar/pkg/riemann/trunk/ csw/mgar/pkg/riemann/trunk/Makefile csw/mgar/pkg/riemann/trunk/checksums csw/mgar/pkg/riemann/trunk/files/ csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch csw/mgar/pkg/riemann/trunk/files/LICENSE csw/mgar/pkg/riemann/trunk/files/cswriemann.xml Added: csw/mgar/pkg/riemann/Makefile =================================================================== --- csw/mgar/pkg/riemann/Makefile (rev 0) +++ csw/mgar/pkg/riemann/Makefile 2016-07-14 12:49:35 UTC (rev 25841) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/riemann/trunk =================================================================== --- csw/mgar/pkg/riemann/trunk 2016-07-14 09:29:31 UTC (rev 25840) +++ csw/mgar/pkg/riemann/trunk 2016-07-14 12:49:35 UTC (rev 25841) Property changes on: csw/mgar/pkg/riemann/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/riemann/trunk/Makefile =================================================================== --- csw/mgar/pkg/riemann/trunk/Makefile (rev 0) +++ csw/mgar/pkg/riemann/trunk/Makefile 2016-07-14 12:49:35 UTC (rev 25841) @@ -0,0 +1,49 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = riemann +VERSION = 0.2.11 +GARTYPE = v2 + +DESCRIPTION = Riemann monitors distributed systems +define BLURB + Riemann monitors distributed systems. Riemann aggregates events from your servers and applications with a powerful stream processing language. +endef + +MASTER_SITES = https://aphyr.com/riemann/ +DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES += LICENSE +DISTFILES += cswriemann.xml +PATCHFILES += 0001-fix_opencsw_paths.patch +LICENSE = LICENSE + +PRESERVECONF += /etc/opt/csw/riemann.config + +PROTOTYPE_MODIFIERS += smf +PROTOTYPE_FILES_smf += /var/opt/csw/svc/manifest/cswriemann.xml +PROTOTYPE_CLASS_smf = manifest +CHECKPKG_OVERRIDES_CSWriemann += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/cswriemann.xml + +ARCHALL_CSWriemann = 1 +RUNTIME_DEP_PKGS_CSWriemann += CSWjre8 +CHECKPKG_OVERRIDES_CSWriemann += surplus-dependency|CSWjre8 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +include gar/category.mk + +install-custom: + @echo " ==> Installing $(NAME)" + rm -rf $(DESTDIR)$(prefix) + ginstall -d -m 0755 $(DESTDIR)/etc/opt/csw + ginstall -d -m 0755 $(DESTDIR)$(prefix)/bin + ginstall -d -m 0755 $(DESTDIR)$(prefix)/lib/riemann + cp $(WORKSRC)/bin/riemann $(DESTDIR)$(prefix)/bin/riemann + cp $(WORKSRC)/lib/riemann.jar $(DESTDIR)$(prefix)/lib/riemann + cp $(WORKSRC)/etc/riemann.config $(DESTDIR)/etc/opt/csw + ginstall -D -m 0644 $(WORKDIR)/cswriemann.xml $(DESTDIR)/var/opt/csw/svc/manifest/cswriemann.xml + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/riemann/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/riemann/trunk/checksums =================================================================== --- csw/mgar/pkg/riemann/trunk/checksums (rev 0) +++ csw/mgar/pkg/riemann/trunk/checksums 2016-07-14 12:49:35 UTC (rev 25841) @@ -0,0 +1 @@ +68733ce5ad99c0974ddd7e3843d5c842 riemann-0.2.11.tar.bz2 Added: csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch =================================================================== --- csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch (rev 0) +++ csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch 2016-07-14 12:49:35 UTC (rev 25841) @@ -0,0 +1,47 @@ +From 1bb7ad062bb8326ac1440492af53eec8a2fbb6f0 Mon Sep 17 00:00:00 2001 +From: Jan Holzhueter +Date: Thu, 14 Jul 2016 14:29:06 +0200 +Subject: [PATCH] fix_opencsw_paths + +--- + bin/riemann | 7 +++---- + etc/riemann.config | 2 +- + 2 files changed, 4 insertions(+), 5 deletions(-) + +diff --git a/bin/riemann b/bin/riemann +index 41a2514..3587a92 100755 +--- a/bin/riemann ++++ b/bin/riemann +@@ -1,8 +1,7 @@ + #!/usr/bin/env bash +-top="$(dirname "$0")/.." + +-JAR="$top/lib/riemann.jar:$EXTRA_CLASSPATH" +-CONFIG="$top/etc/riemann.config" ++JAR="/opt/csw/lib/riemann/riemann.jar:$EXTRA_CLASSPATH" ++CONFIG="/etc/opt/csw/riemann.config" + COMMAND="start" + AGGRESSIVE_OPTS="-server -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled" + +@@ -52,4 +51,4 @@ for arg in "$@"; do + esac + done + +-exec java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" ++exec /opt/csw/java/jre/jre8/bin/java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" +diff --git a/etc/riemann.config b/etc/riemann.config +index 45eb340..8ba1e1d 100644 +--- a/etc/riemann.config ++++ b/etc/riemann.config +@@ -1,7 +1,7 @@ + ; -*- mode: clojure; -*- + ; vim: filetype=clojure + +-(logging/init {:file "riemann.log"}) ++(logging/init {:file "/var/log/riemann.log"}) + + ; Listen on the local interface over TCP (5555), UDP (5555), and websockets + ; (5556) +-- +2.4.0 + Added: csw/mgar/pkg/riemann/trunk/files/LICENSE =================================================================== --- csw/mgar/pkg/riemann/trunk/files/LICENSE (rev 0) +++ csw/mgar/pkg/riemann/trunk/files/LICENSE 2016-07-14 12:49:35 UTC (rev 25841) @@ -0,0 +1,227 @@ +Eclipse Public License - v 1.0 + +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE +PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF +THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + +a) in the case of the initial Contributor, the initial code and +documentation distributed under this Agreement, and + +b) in the case of each subsequent Contributor: + +i) changes to the Program, and + +ii) additions to the Program; + +where such changes and/or additions to the Program originate from and +are distributed by that particular Contributor. A Contribution +'originates' from a Contributor if it was added to the Program by such +Contributor itself or anyone acting on such Contributor's +behalf. Contributions do not include additions to the Program which: +(i) are separate modules of software distributed in conjunction with +the Program under their own license agreement, and (ii) are not +derivative works of the Program. + +"Contributor" means any person or entity that distributes the Program. + +"Licensed Patents" mean patent claims licensable by a Contributor +which are necessarily infringed by the use or sale of its Contribution +alone or when combined with the Program. + +"Program" means the Contributions distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this +Agreement, including all Contributors. + +2. GRANT OF RIGHTS + +a) Subject to the terms of this Agreement, each Contributor hereby +grants Recipient a non-exclusive, worldwide, royalty-free copyright +license to reproduce, prepare derivative works of, publicly display, +publicly perform, distribute and sublicense the Contribution of such +Contributor, if any, and such derivative works, in source code and +object code form. + +b) Subject to the terms of this Agreement, each Contributor hereby +grants Recipient a non-exclusive, worldwide, royalty-free patent +license under Licensed Patents to make, use, sell, offer to sell, +import and otherwise transfer the Contribution of such Contributor, if +any, in source code and object code form. This patent license shall +apply to the combination of the Contribution and the Program if, at +the time the Contribution is added by the Contributor, such addition +of the Contribution causes such combination to be covered by the +Licensed Patents. The patent license shall not apply to any other +combinations which include the Contribution. No hardware per se is +licensed hereunder. + +c) Recipient understands that although each Contributor grants the +licenses to its Contributions set forth herein, no assurances are +provided by any Contributor that the Program does not infringe the +patent or other intellectual property rights of any other entity. Each +Contributor disclaims any liability to Recipient for claims brought by +any other entity based on infringement of intellectual property rights +or otherwise. As a condition to exercising the rights and licenses +granted hereunder, each Recipient hereby assumes sole responsibility +to secure any other intellectual property rights needed, if any. For +example, if a third party patent license is required to allow +Recipient to distribute the Program, it is Recipient's responsibility +to acquire that license before distributing the Program. + +d) Each Contributor represents that to its knowledge it has sufficient +copyright rights in its Contribution, if any, to grant the copyright +license set forth in this Agreement. + +3. REQUIREMENTS + +A Contributor may choose to distribute the Program in object code form +under its own license agreement, provided that: + +a) it complies with the terms and conditions of this Agreement; and + +b) its license agreement: + +i) effectively disclaims on behalf of all Contributors all warranties +and conditions, express and implied, including warranties or +conditions of title and non-infringement, and implied warranties or +conditions of merchantability and fitness for a particular purpose; + +ii) effectively excludes on behalf of all Contributors all liability +for damages, including direct, indirect, special, incidental and +consequential damages, such as lost profits; + +iii) states that any provisions which differ from this Agreement are +offered by that Contributor alone and not by any other party; and + +iv) states that source code for the Program is available from such +Contributor, and informs licensees how to obtain it in a reasonable +manner on or through a medium customarily used for software exchange. + +When the Program is made available in source code form: + +a) it must be made available under this Agreement; and + +b) a copy of this Agreement must be included with each copy of the Program. + +Contributors may not remove or alter any copyright notices contained +within the Program. + +Each Contributor must identify itself as the originator of its +Contribution, if any, in a manner that reasonably allows subsequent +Recipients to identify the originator of the Contribution. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain +responsibilities with respect to end users, business partners and the +like. While this license is intended to facilitate the commercial use +of the Program, the Contributor who includes the Program in a +commercial product offering should do so in a manner which does not +create potential liability for other Contributors. Therefore, if a +Contributor includes the Program in a commercial product offering, +such Contributor ("Commercial Contributor") hereby agrees to defend +and indemnify every other Contributor ("Indemnified Contributor") +against any losses, damages and costs (collectively "Losses") arising +from claims, lawsuits and other legal actions brought by a third party +against the Indemnified Contributor to the extent caused by the acts +or omissions of such Commercial Contributor in connection with its +distribution of the Program in a commercial product offering. The +obligations in this section do not apply to any claims or Losses +relating to any actual or alleged intellectual property +infringement. In order to qualify, an Indemnified Contributor must: a) +promptly notify the Commercial Contributor in writing of such claim, +and b) allow the Commercial Contributor tocontrol, and cooperate with +the Commercial Contributor in, the defense and any related settlement +negotiations. The Indemnified Contributor may participate in any such +claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those +performance claims and warranties, and if a court requires any other +Contributor to pay any damages as a result, the Commercial Contributor +must pay those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS +PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY +WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY +OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely +responsible for determining the appropriateness of using and +distributing the Program and assumes all risks associated with its +exercise of rights under this Agreement , including but not limited to +the risks and costs of program errors, compliance with applicable +laws, damage to or loss of data, programs or equipment, and +unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR +ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING +WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR +DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED +HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that +the Program itself (excluding combinations of the Program with other +software or hardware) infringes such Recipient's patent(s), then such +Recipient's rights granted under Section 2(b) shall terminate as of +the date such litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably +practicable. However, Recipient's obligations under this Agreement and +any licenses granted by Recipient relating to the Program shall +continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign +the responsibility to serve as the Agreement Steward to a suitable +separate entity. Each new version of the Agreement will be given a +distinguishing version number. The Program (including Contributions) +may always be distributed subject to the version of the Agreement +under which it was received. In addition, after a new version of the +Agreement is published, Contributor may elect to distribute the +Program (including its Contributions) under the new version. Except as +expressly stated in Sections 2(a) and 2(b) above, Recipient receives +no rights or licenses to the intellectual property of any Contributor +under this Agreement, whether expressly, by implication, estoppel or +otherwise. All rights in the Program not expressly granted under this +Agreement are reserved. + +This Agreement is governed by the laws of the State of Washington and +the intellectual property laws of the United States of America. No +party to this Agreement will bring a legal action under this Agreement +more than one year after the cause of action arose. Each party waives +its rights to a jury trial in any resulting litigation. Added: csw/mgar/pkg/riemann/trunk/files/cswriemann.xml =================================================================== (Binary files differ) Index: csw/mgar/pkg/riemann/trunk/files/cswriemann.xml =================================================================== --- csw/mgar/pkg/riemann/trunk/files/cswriemann.xml 2016-07-14 09:29:31 UTC (rev 25840) +++ csw/mgar/pkg/riemann/trunk/files/cswriemann.xml 2016-07-14 12:49:35 UTC (rev 25841) Property changes on: csw/mgar/pkg/riemann/trunk/files/cswriemann.xml ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/xml \ No newline at end of property 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 Jul 14 15:09:33 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 14 Jul 2016 13:09:33 +0000 Subject: SF.net SVN: gar:[25842] csw/mgar/pkg/libgmp/trunk Message-ID: <3rqwz51dT7zdn@mail.opencsw.org> Revision: 25842 http://sourceforge.net/p/gar/code/25842 Author: dmichelsen Date: 2016-07-14 13:09:32 +0000 (Thu, 14 Jul 2016) Log Message: ----------- libgmp/trunk: Update to 6.1.1 Modified Paths: -------------- csw/mgar/pkg/libgmp/trunk/Makefile csw/mgar/pkg/libgmp/trunk/checksums Modified: csw/mgar/pkg/libgmp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libgmp/trunk/Makefile 2016-07-14 12:49:35 UTC (rev 25841) +++ csw/mgar/pkg/libgmp/trunk/Makefile 2016-07-14 13:09:32 UTC (rev 25842) @@ -1,7 +1,7 @@ # $Id$ NAME = gmp -VERSION = 6.1.0 +VERSION = 6.1.1 SUBVERSION = GARTYPE = v2 Modified: csw/mgar/pkg/libgmp/trunk/checksums =================================================================== --- csw/mgar/pkg/libgmp/trunk/checksums 2016-07-14 12:49:35 UTC (rev 25841) +++ csw/mgar/pkg/libgmp/trunk/checksums 2016-07-14 13:09:32 UTC (rev 25842) @@ -1 +1 @@ -63190f6c09449a16e6f96189527eed5a gmp-6.1.0.tar.lz +31cea5e383ebd3b520a9eaeb6638a530 gmp-6.1.1.tar.lz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Thu Jul 14 16:16:44 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Thu, 14 Jul 2016 14:16:44 +0000 Subject: SF.net SVN: gar:[25843] csw/mgar/pkg/riemann/trunk Message-ID: <3rqySf088szhp@mail.opencsw.org> Revision: 25843 http://sourceforge.net/p/gar/code/25843 Author: janholzh Date: 2016-07-14 14:16:44 +0000 (Thu, 14 Jul 2016) Log Message: ----------- riemann/trunk: fix start script/smf Modified Paths: -------------- csw/mgar/pkg/riemann/trunk/Makefile csw/mgar/pkg/riemann/trunk/files/cswriemann.xml Added Paths: ----------- csw/mgar/pkg/riemann/trunk/files/riemann csw/mgar/pkg/riemann/trunk/files/riemann.config Removed Paths: ------------- csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch Modified: csw/mgar/pkg/riemann/trunk/Makefile =================================================================== --- csw/mgar/pkg/riemann/trunk/Makefile 2016-07-14 13:09:32 UTC (rev 25842) +++ csw/mgar/pkg/riemann/trunk/Makefile 2016-07-14 14:16:44 UTC (rev 25843) @@ -14,7 +14,8 @@ DISTFILES = $(DISTNAME).tar.bz2 DISTFILES += LICENSE DISTFILES += cswriemann.xml -PATCHFILES += 0001-fix_opencsw_paths.patch +DISTFILES += riemann +DISTFILES += riemann.config LICENSE = LICENSE PRESERVECONF += /etc/opt/csw/riemann.config @@ -42,8 +43,8 @@ ginstall -d -m 0755 $(DESTDIR)/etc/opt/csw ginstall -d -m 0755 $(DESTDIR)$(prefix)/bin ginstall -d -m 0755 $(DESTDIR)$(prefix)/lib/riemann - cp $(WORKSRC)/bin/riemann $(DESTDIR)$(prefix)/bin/riemann + cp $(WORKDIR)/riemann $(DESTDIR)$(prefix)/bin/ cp $(WORKSRC)/lib/riemann.jar $(DESTDIR)$(prefix)/lib/riemann - cp $(WORKSRC)/etc/riemann.config $(DESTDIR)/etc/opt/csw + cp $(WORKDIR)/riemann.config $(DESTDIR)/etc/opt/csw ginstall -D -m 0644 $(WORKDIR)/cswriemann.xml $(DESTDIR)/var/opt/csw/svc/manifest/cswriemann.xml @$(MAKECOOKIE) Deleted: csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch =================================================================== --- csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch 2016-07-14 13:09:32 UTC (rev 25842) +++ csw/mgar/pkg/riemann/trunk/files/0001-fix_opencsw_paths.patch 2016-07-14 14:16:44 UTC (rev 25843) @@ -1,47 +0,0 @@ -From 1bb7ad062bb8326ac1440492af53eec8a2fbb6f0 Mon Sep 17 00:00:00 2001 -From: Jan Holzhueter -Date: Thu, 14 Jul 2016 14:29:06 +0200 -Subject: [PATCH] fix_opencsw_paths - ---- - bin/riemann | 7 +++---- - etc/riemann.config | 2 +- - 2 files changed, 4 insertions(+), 5 deletions(-) - -diff --git a/bin/riemann b/bin/riemann -index 41a2514..3587a92 100755 ---- a/bin/riemann -+++ b/bin/riemann -@@ -1,8 +1,7 @@ - #!/usr/bin/env bash --top="$(dirname "$0")/.." - --JAR="$top/lib/riemann.jar:$EXTRA_CLASSPATH" --CONFIG="$top/etc/riemann.config" -+JAR="/opt/csw/lib/riemann/riemann.jar:$EXTRA_CLASSPATH" -+CONFIG="/etc/opt/csw/riemann.config" - COMMAND="start" - AGGRESSIVE_OPTS="-server -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled" - -@@ -52,4 +51,4 @@ for arg in "$@"; do - esac - done - --exec java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" -+exec /opt/csw/java/jre/jre8/bin/java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" -diff --git a/etc/riemann.config b/etc/riemann.config -index 45eb340..8ba1e1d 100644 ---- a/etc/riemann.config -+++ b/etc/riemann.config -@@ -1,7 +1,7 @@ - ; -*- mode: clojure; -*- - ; vim: filetype=clojure - --(logging/init {:file "riemann.log"}) -+(logging/init {:file "/var/log/riemann.log"}) - - ; Listen on the local interface over TCP (5555), UDP (5555), and websockets - ; (5556) --- -2.4.0 - Modified: csw/mgar/pkg/riemann/trunk/files/cswriemann.xml =================================================================== (Binary files differ) Added: csw/mgar/pkg/riemann/trunk/files/riemann =================================================================== --- csw/mgar/pkg/riemann/trunk/files/riemann (rev 0) +++ csw/mgar/pkg/riemann/trunk/files/riemann 2016-07-14 14:16:44 UTC (rev 25843) @@ -0,0 +1,64 @@ +#!/usr/bin/env bash + +# Add some functions to work with and without smf +. /lib/svc/share/smf_include.sh + +JAR="/opt/csw/lib/riemann/riemann.jar:$EXTRA_CLASSPATH" +CONFIG="/etc/opt/csw/riemann.config" +COMMAND="start" +AGGRESSIVE_OPTS="-server -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled" + +usage() +{ + cat << EOF +usage: $0 [-a] [java options ...] [command] [config-file] + +Runs Riemann with the given configuration file. + +OPTIONS: + -h Show this message + -a Adds some default aggressive, nonportable JVM optimization flags. + -v Show version and exit + +COMMANDS: + start Start the Riemann server (this is the default) + test Run the configuration tests + + Any unrecognized options (e.g. -XX:+UseParNewGC) will be passed on to java. +EOF +} + +OPTS= +for arg in "$@"; do + case $arg in + "-a") + OPTS="$AGGRESSIVE_OPTS $OPTS" + ;; + "-h") + usage + exit 0 + ;; + "-v") + COMMAND="version" + CONFIG="show" + ;; + -*) + OPTS="$OPTS $arg" + ;; + test|start) + COMMAND="$arg" + ;; + *) + CONFIG="$arg" + ;; + esac +done + + +if [[ -z "$SMF_FMRI" ]]; then + exec /opt/csw/java/jre/jre8/bin/java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" +else + exec /opt/csw/java/jre/jre8/bin/java $EXTRA_JAVA_OPTS $OPTS -cp "$JAR" riemann.bin "$COMMAND" "$CONFIG" & + +fi + Property changes on: csw/mgar/pkg/riemann/trunk/files/riemann ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: csw/mgar/pkg/riemann/trunk/files/riemann.config =================================================================== --- csw/mgar/pkg/riemann/trunk/files/riemann.config (rev 0) +++ csw/mgar/pkg/riemann/trunk/files/riemann.config 2016-07-14 14:16:44 UTC (rev 25843) @@ -0,0 +1,25 @@ +; -*- mode: clojure; -*- +; vim: filetype=clojure + +(logging/init {:file "/var/log/riemann.log"}) + +; Listen on the local interface over TCP (5555), UDP (5555), and websockets +; (5556) +(let [host "127.0.0.1"] + (tcp-server {:host host}) + (udp-server {:host host}) + (ws-server {:host host})) + +; Expire old events from the index every 5 seconds. +(periodically-expire 5) + +(let [index (index)] + ; Inbound events will be passed to these streams: + (streams + (default :ttl 60 + ; Index all events immediately. + index + + ; Log expired events. + (expired + (fn [event] (info "expired" event)))))) 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 Jul 14 16:21:22 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 14 Jul 2016 14:21:22 +0000 Subject: SF.net SVN: gar:[25844] csw/mgar/pkg/ccache/trunk Message-ID: <3rqyYt4l8DzlD@mail.opencsw.org> Revision: 25844 http://sourceforge.net/p/gar/code/25844 Author: dmichelsen Date: 2016-07-14 14:21:21 +0000 (Thu, 14 Jul 2016) Log Message: ----------- ccache/trunk: Update to 3.2.6 Modified Paths: -------------- csw/mgar/pkg/ccache/trunk/Makefile csw/mgar/pkg/ccache/trunk/checksums Modified: csw/mgar/pkg/ccache/trunk/Makefile =================================================================== --- csw/mgar/pkg/ccache/trunk/Makefile 2016-07-14 14:16:44 UTC (rev 25843) +++ csw/mgar/pkg/ccache/trunk/Makefile 2016-07-14 14:21:21 UTC (rev 25844) @@ -1,12 +1,12 @@ # $Id$ NAME = ccache -VERSION = 3.2.1 +VERSION = 3.2.6 GARTYPE = v2 DESCRIPTION = Fast C/C++ compiler cache MASTER_SITES = http://samba.org/ftp/ccache/ -DISTFILES = $(DISTNAME).tar.gz +DISTFILES = $(DISTNAME).tar.xz VENDOR_URL = https://ccache.samba.org @@ -15,7 +15,9 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWccache += CSWlibz1 -EXTRA_TEST_EXPORTS += SHELL -TEST_ENV_SHELL = $(SHELL) +REINPLACEMENTS += bash +REINPLACE_MATCH_bash = /bin/sh +REINPLACE_WITH_bash = /bin/bash +REINPLACE_FILES_bash += test.sh include gar/category.mk Modified: csw/mgar/pkg/ccache/trunk/checksums =================================================================== --- csw/mgar/pkg/ccache/trunk/checksums 2016-07-14 14:16:44 UTC (rev 25843) +++ csw/mgar/pkg/ccache/trunk/checksums 2016-07-14 14:21:21 UTC (rev 25844) @@ -1 +1 @@ -3e73c74b9d2bf9e1f0876846e9055e9a ccache-3.2.1.tar.gz +aadbf109d1e52ec0cdc67112a517c75e ccache-3.2.6.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Thu Jul 14 16:23:07 2016 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Thu, 14 Jul 2016 14:23:07 +0000 Subject: SF.net SVN: gar:[25845] csw/mgar/pkg/riemann/trunk/files/cswriemann.xml Message-ID: <3rqybs50p8znY@mail.opencsw.org> Revision: 25845 http://sourceforge.net/p/gar/code/25845 Author: janholzh Date: 2016-07-14 14:23:06 +0000 (Thu, 14 Jul 2016) Log Message: ----------- riemann/trunk: fix smf again Modified Paths: -------------- csw/mgar/pkg/riemann/trunk/files/cswriemann.xml Modified: csw/mgar/pkg/riemann/trunk/files/cswriemann.xml =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Jul 15 13:05:14 2016 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 15 Jul 2016 11:05:14 +0000 Subject: SF.net SVN: gar:[25846] csw/mgar/pkg/emacs/trunk/Makefile Message-ID: <3rrV9F0sqBz10t@mail.opencsw.org> Revision: 25846 http://sourceforge.net/p/gar/code/25846 Author: pfelecan Date: 2016-07-15 11:05:13 +0000 (Fri, 15 Jul 2016) Log Message: ----------- Merge e-lisp sources in the common package as the separation doesn't work in all cases. Note that the other distributions, especially in the GNU/Linux world do the same. Modified Paths: -------------- csw/mgar/pkg/emacs/trunk/Makefile Modified: csw/mgar/pkg/emacs/trunk/Makefile =================================================================== --- csw/mgar/pkg/emacs/trunk/Makefile 2016-07-14 14:23:06 UTC (rev 25845) +++ csw/mgar/pkg/emacs/trunk/Makefile 2016-07-15 11:05:13 UTC (rev 25846) @@ -133,11 +133,8 @@ PACKAGES = CSWemacs-common SPKG_DESC_CSWemacs-common = $(DESCRIPTION) - architecture neutral common components CATALOGNAME_CSWemacs-common = emacs_common -# as we use alternatives, we need to obsolete emacs_chooser; -# emacs_common, being the root dependence of all emacs related -# packages, seems the best place to do it. -OBSOLETED_BY_CSWemacs-common += CSWemacscommon -CATALOGNAME_CSWemacscommon = emacscommon_stub +OBSOLETED_BY_CSWemacs-common += CSWemacs-el +CATALOGNAME_CSWemacs-el = emacs-el_stub # this is to be done only for this sub-package but I don't know how to # specialize the variable: EXTRA_TEXINFO = $(infodir)/.* @@ -206,13 +203,6 @@ CHECKPKG_OVERRIDES_CSWemacs-common += file-with-bad-content|/usr/share|root/opt/csw/share/emacs/24.5/lisp/org/org-odt.elc CHECKPKG_OVERRIDES_CSWemacs-common += file-with-bad-content|/usr/share|root/opt/csw/share/emacs/24.5/lisp/org/org-version.el -PACKAGES += CSWemacs-el -SPKG_DESC_CSWemacs-el = $(DESCRIPTION) - elisp sources -CATALOGNAME_CSWemacs-el = emacs_el -RUNTIME_DEP_PKGS_CSWemacs-el = CSWemacs-common -PKGFILES_CSWemacs-el = /opt/csw/share/emacs/$(VERSION)/.*[.]el -ARCHALL_CSWemacs-el = 1 - PACKAGES += CSWemacs-bin-common SPKG_DESC_CSWemacs-bin-common = $(DESCRIPTION) - common binaries CATALOGNAME_CSWemacs-bin-common = emacs_bin_common This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Jul 15 13:53:27 2016 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 15 Jul 2016 11:53:27 +0000 Subject: SF.net SVN: gar:[25847] csw/mgar/pkg/emacs/trunk/Notes.org Message-ID: <3rrWDl5bpFz13T@mail.opencsw.org> Revision: 25847 http://sourceforge.net/p/gar/code/25847 Author: pfelecan Date: 2016-07-15 11:53:26 +0000 (Fri, 15 Jul 2016) Log Message: ----------- notify that the e-lisp issue is solved. Modified Paths: -------------- csw/mgar/pkg/emacs/trunk/Notes.org Modified: csw/mgar/pkg/emacs/trunk/Notes.org =================================================================== --- csw/mgar/pkg/emacs/trunk/Notes.org 2016-07-15 11:05:13 UTC (rev 25846) +++ csw/mgar/pkg/emacs/trunk/Notes.org 2016-07-15 11:53:26 UTC (rev 25847) @@ -1,6 +1,6 @@ * $Id$ * 24.5 -** TODO some e-lisp not compiled +** DONE some e-lisp not compiled there are some e-lisp files which are not compiled and for which we need to install the emacs_el package ** TODO tramp mode This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Jul 15 18:34:38 2016 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 15 Jul 2016 16:34:38 +0000 Subject: SF.net SVN: gar:[25848] csw/mgar/pkg/emacs/trunk/Makefile Message-ID: <3rrdTC3N9Qz18P@mail.opencsw.org> Revision: 25848 http://sourceforge.net/p/gar/code/25848 Author: pfelecan Date: 2016-07-15 16:34:38 +0000 (Fri, 15 Jul 2016) Log Message: ----------- - remove unnecessary run-time dependencies (pkgcheck) - fix stub catalog name (pkgcheck) Modified Paths: -------------- csw/mgar/pkg/emacs/trunk/Makefile Modified: csw/mgar/pkg/emacs/trunk/Makefile =================================================================== --- csw/mgar/pkg/emacs/trunk/Makefile 2016-07-15 11:53:26 UTC (rev 25847) +++ csw/mgar/pkg/emacs/trunk/Makefile 2016-07-15 16:34:38 UTC (rev 25848) @@ -134,7 +134,7 @@ SPKG_DESC_CSWemacs-common = $(DESCRIPTION) - architecture neutral common components CATALOGNAME_CSWemacs-common = emacs_common OBSOLETED_BY_CSWemacs-common += CSWemacs-el -CATALOGNAME_CSWemacs-el = emacs-el_stub +CATALOGNAME_CSWemacs-el = emacs_el_stub # this is to be done only for this sub-package but I don't know how to # specialize the variable: EXTRA_TEXINFO = $(infodir)/.* @@ -242,8 +242,6 @@ RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibm17n-core0 RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibm17n-flt0 RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibotf-utils -RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibmagickcore6q16hdri2 -RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibmagickwand6q16hdri2 RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibncurses6 RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibpng16-16 RUNTIME_DEP_PKGS_CSWemacs-athena += CSWlibrsvg2-2 @@ -281,8 +279,6 @@ RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibjpeg7 RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibm17n-core0 RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibm17n-flt0 -RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibmagickcore6q16hdri2 -RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibmagickwand6q16hdri2 RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibncurses6 RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibotf-utils RUNTIME_DEP_PKGS_CSWemacs-gtk += CSWlibpng16-16 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 Jul 16 15:30:52 2016 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Sat, 16 Jul 2016 13:30:52 +0000 Subject: SF.net SVN: gar:[25849] csw/mgar/pkg/lang-python/calibre/trunk/Makefile Message-ID: <3rs9Lp5m7wz1J2@mail.opencsw.org> Revision: 25849 http://sourceforge.net/p/gar/code/25849 Author: pfelecan Date: 2016-07-16 13:30:51 +0000 (Sat, 16 Jul 2016) Log Message: ----------- add build and run-time dependencies as suggested by Carsten Grzemba Modified Paths: -------------- csw/mgar/pkg/lang-python/calibre/trunk/Makefile Modified: csw/mgar/pkg/lang-python/calibre/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/calibre/trunk/Makefile 2016-07-15 16:34:38 UTC (rev 25848) +++ csw/mgar/pkg/lang-python/calibre/trunk/Makefile 2016-07-16 13:30:51 UTC (rev 25849) @@ -29,6 +29,7 @@ BUILD_DEP_PKGS += CSWpy-sip BUILD_DEP_PKGS += CSWpython27-dev BUILD_DEP_PKGS += CSWqt4-dev +BUILD_DEP_PKGS += CSWqt4-private-dev BUILD_DEP_PKGS += CSWpy-pyqt BUILD_DEP_PKGS += CSWimagemagick-dev BUILD_DEP_PKGS += CSWxdg-utils @@ -68,6 +69,8 @@ RUNTIME_DEP_PKGS_CSWcalibre += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWcalibre += CSWlibicuuc51 RUNTIME_DEP_PKGS_CSWcalibre += CSWlibpodofo0-9-1 +RUNTIME_DEP_PKGS_CSWcalibre += CSWpython27 +RUNTIME_DEP_PKGS_CSWcalibre += CSWpy_pyqt RUNTIME_DEP_PKGS_CSWcalibre += CSWxdg-utils CHECKPKG_OVERRIDES_CSWcalibre += surplus-dependency|CSWxdg-utils # I let the /usr/share as a fallback; /opt/csw/share is first anyway: 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 Jul 18 11:25:52 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 18 Jul 2016 09:25:52 +0000 Subject: SF.net SVN: gar:[25850] csw/mgar/pkg/curl/trunk/Makefile Message-ID: <3rtHqB3ZyXz2n@mail.opencsw.org> Revision: 25850 http://sourceforge.net/p/gar/code/25850 Author: dmichelsen Date: 2016-07-18 09:25:51 +0000 (Mon, 18 Jul 2016) Log Message: ----------- curl/trunk: Add missing deps Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2016-07-16 13:30:51 UTC (rev 25849) +++ csw/mgar/pkg/curl/trunk/Makefile 2016-07-18 09:25:51 UTC (rev 25850) @@ -82,6 +82,8 @@ PKGFILES_CSWlibcurl-dev = $(PKGFILES_DEVEL) RUNTIME_DEP_PKGS_CSWlibcurl-dev += CSWlibcurl4 RUNTIME_DEP_PKGS_CSWlibcurl-dev += CSWlibidn-dev +RUNTIME_DEP_PKGS_CSWlibcurl-dev += CSWlibpsl-dev +RUNTIME_DEP_PKGS_CSWlibcurl-dev += CSWlibnghttp2-dev OBSOLETED_BY_CSWlibcurl-dev += CSWcurldevel CATALOGNAME_CSWcurldevel = curl_devel_stub 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 Jul 18 11:45:54 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 18 Jul 2016 09:45:54 +0000 Subject: SF.net SVN: gar:[25851] csw/mgar/pkg Message-ID: <3rtJGD2vyFz5C@mail.opencsw.org> Revision: 25851 http://sourceforge.net/p/gar/code/25851 Author: dmichelsen Date: 2016-07-18 09:45:53 +0000 (Mon, 18 Jul 2016) Log Message: ----------- libesmtp/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/libesmtp/ csw/mgar/pkg/libesmtp/Makefile csw/mgar/pkg/libesmtp/branches/ csw/mgar/pkg/libesmtp/tags/ csw/mgar/pkg/libesmtp/trunk/ csw/mgar/pkg/libesmtp/trunk/Makefile csw/mgar/pkg/libesmtp/trunk/checksums csw/mgar/pkg/libesmtp/trunk/files/ Added: csw/mgar/pkg/libesmtp/Makefile =================================================================== --- csw/mgar/pkg/libesmtp/Makefile (rev 0) +++ csw/mgar/pkg/libesmtp/Makefile 2016-07-18 09:45:53 UTC (rev 25851) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/libesmtp/trunk =================================================================== --- csw/mgar/pkg/libesmtp/trunk 2016-07-18 09:25:51 UTC (rev 25850) +++ csw/mgar/pkg/libesmtp/trunk 2016-07-18 09:45:53 UTC (rev 25851) Property changes on: csw/mgar/pkg/libesmtp/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/libesmtp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libesmtp/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libesmtp/trunk/Makefile 2016-07-18 09:45:53 UTC (rev 25851) @@ -0,0 +1,30 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = libesmtp +VERSION = 1.0.6 +GARTYPE = v2 + +DESCRIPTION = Manage email submission to a mail transport layer + +MASTER_SITES += http://www.stafford.uklinux.net/libesmtp/ +MASTER_SITES += http://pkgs.fedoraproject.org/repo/pkgs/libesmtp/libesmtp-1.0.6.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/ +DISTFILES += $(DISTNAME).tar.bz2 + +PACKAGES += CSWlibesmtp6 +SPKG_DESC_CSWlibesmtp6 = Manage email submission to a mail transport layer, libesmtp.so.6 +PKGFILES_CSWlibesmtp6 += $(call pkgfiles_lib,libesmtp.so.6) +PKGFILES_CSWlibesmtp6 += $(call baseisadirs,$(libdir),esmtp-plugins/.*) +RUNTIME_DEP_PKGS_CSWlibesmtp6 += CSWlibssl1-0-0 + +PACKAGES += CSWlibesmtp-dev +SPKG_DESC_CSWlibesmtp-dev = Development files for libesmtp.so.6 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibesmtp-dev += CSWlibesmtp6 + +BUILD64 = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/libesmtp/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/libesmtp/trunk/checksums =================================================================== --- csw/mgar/pkg/libesmtp/trunk/checksums (rev 0) +++ csw/mgar/pkg/libesmtp/trunk/checksums 2016-07-18 09:45:53 UTC (rev 25851) @@ -0,0 +1 @@ +bf3915e627fd8f35524a8fdfeed979c8 libesmtp-1.0.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jul 18 13:12:39 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 18 Jul 2016 11:12:39 +0000 Subject: SF.net SVN: gar:[25852] csw/mgar/pkg/libesmtp/trunk/Makefile Message-ID: <3rtLBH31qbz7v@mail.opencsw.org> Revision: 25852 http://sourceforge.net/p/gar/code/25852 Author: dmichelsen Date: 2016-07-18 11:12:39 +0000 (Mon, 18 Jul 2016) Log Message: ----------- libesmtp/trunk: Add fix for netdb.h include Modified Paths: -------------- csw/mgar/pkg/libesmtp/trunk/Makefile Modified: csw/mgar/pkg/libesmtp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libesmtp/trunk/Makefile 2016-07-18 09:45:53 UTC (rev 25851) +++ csw/mgar/pkg/libesmtp/trunk/Makefile 2016-07-18 11:12:39 UTC (rev 25852) @@ -22,6 +22,9 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibesmtp-dev += CSWlibesmtp6 +# We need this for EAI_* from +EXTRA_CPPFLAGS += -D__EXTENSIONS__ + BUILD64 = 1 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 Mon Jul 18 17:08:52 2016 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 18 Jul 2016 15:08:52 +0000 Subject: SF.net SVN: gar:[25853] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <3rtRQr06nrzKk@mail.opencsw.org> Revision: 25853 http://sourceforge.net/p/gar/code/25853 Author: jake_goerzen Date: 2016-07-18 15:08:51 +0000 (Mon, 18 Jul 2016) Log Message: ----------- dovecot-sieve/trunk: update to 0.4.15 Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2016-07-18 11:12:39 UTC (rev 25852) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2016-07-18 15:08:51 UTC (rev 25853) @@ -1,5 +1,5 @@ NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.14 +VERSION = 0.4.15 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2016-07-18 11:12:39 UTC (rev 25852) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2016-07-18 15:08:51 UTC (rev 25853) @@ -1 +1 @@ -27e47fb731f2948d6905b12b6184705f dovecot-2.2-pigeonhole-0.4.14.tar.gz +85ad06e630aaeefe389b683dcf4544d8 dovecot-2.2-pigeonhole-0.4.15.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 Tue Jul 19 16:08:15 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 19 Jul 2016 14:08:15 +0000 Subject: SF.net SVN: gar:[25854] csw/mgar/pkg/nginx/trunk Message-ID: <3rv22b4xT9z12n@mail.opencsw.org> Revision: 25854 http://sourceforge.net/p/gar/code/25854 Author: dmichelsen Date: 2016-07-19 14:08:14 +0000 (Tue, 19 Jul 2016) Log Message: ----------- nginx/trunk: Update to 1.11.2 Modified Paths: -------------- csw/mgar/pkg/nginx/trunk/Makefile csw/mgar/pkg/nginx/trunk/checksums Modified: csw/mgar/pkg/nginx/trunk/Makefile =================================================================== --- csw/mgar/pkg/nginx/trunk/Makefile 2016-07-18 15:08:51 UTC (rev 25853) +++ csw/mgar/pkg/nginx/trunk/Makefile 2016-07-19 14:08:14 UTC (rev 25854) @@ -1,5 +1,5 @@ NAME = nginx -VERSION = 1.10.0 +VERSION = 1.11.2 GARTYPE = v2 DESCRIPTION = HTTP server and mail proxy server Modified: csw/mgar/pkg/nginx/trunk/checksums =================================================================== --- csw/mgar/pkg/nginx/trunk/checksums 2016-07-18 15:08:51 UTC (rev 25853) +++ csw/mgar/pkg/nginx/trunk/checksums 2016-07-19 14:08:14 UTC (rev 25854) @@ -1 +1 @@ -c184c873d2798c5ba92be95ed1209c02 nginx-1.10.0.tar.gz +9db11337a924a665ff68c1785bcf314e nginx-1.11.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Jul 20 11:08:55 2016 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 20 Jul 2016 09:08:55 +0000 Subject: SF.net SVN: gar:[25855] csw/mgar/pkg/nsd/trunk Message-ID: <3rvWLc2CFgz19g@mail.opencsw.org> Revision: 25855 http://sourceforge.net/p/gar/code/25855 Author: idogan23 Date: 2016-07-20 09:08:54 +0000 (Wed, 20 Jul 2016) Log Message: ----------- nsd: Bump Version to 4.1.10 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile csw/mgar/pkg/nsd/trunk/checksums Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2016-07-19 14:08:14 UTC (rev 25854) +++ csw/mgar/pkg/nsd/trunk/Makefile 2016-07-20 09:08:54 UTC (rev 25855) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.0.3 +VERSION = 4.1.10 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2016-07-19 14:08:14 UTC (rev 25854) +++ csw/mgar/pkg/nsd/trunk/checksums 2016-07-20 09:08:54 UTC (rev 25855) @@ -1 +1 @@ -9331dd18478295206775433a0b23e490 nsd-4.0.3.tar.gz +21a21105222c3deb4c1d8ebf7e7d099d nsd-4.1.10.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Jul 20 16:00:08 2016 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 20 Jul 2016 14:00:08 +0000 Subject: SF.net SVN: gar:[25856] csw/mgar/pkg/unbound/trunk Message-ID: <3rvdpj3wRYz1Vd@mail.opencsw.org> Revision: 25856 http://sourceforge.net/p/gar/code/25856 Author: idogan23 Date: 2016-07-20 14:00:08 +0000 (Wed, 20 Jul 2016) Log Message: ----------- Unbound: Bump Version to 1.5.9, including patch for Solaris build bug. Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile csw/mgar/pkg/unbound/trunk/checksums Added Paths: ----------- csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2016-07-20 09:08:54 UTC (rev 25855) +++ csw/mgar/pkg/unbound/trunk/Makefile 2016-07-20 14:00:08 UTC (rev 25856) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.5.3 +VERSION = 1.5.9 GARTYPE = v2 DESCRIPTION = A validating, recursive, and caching DNS resolver define BLUR @@ -21,6 +21,7 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz #PATCHFILES += 0001-fix-preprocessing-bug.patch +PATCHFILES += 0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch # If the url used to check for software update is different of MASTER_SITES, then # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES Modified: csw/mgar/pkg/unbound/trunk/checksums =================================================================== --- csw/mgar/pkg/unbound/trunk/checksums 2016-07-20 09:08:54 UTC (rev 25855) +++ csw/mgar/pkg/unbound/trunk/checksums 2016-07-20 14:00:08 UTC (rev 25856) @@ -1 +1 @@ -1e95fdcbaaf5dc87432d898006a5eb13 unbound-1.5.3.tar.gz +0cefa62c1690b4db18583db84bff00e3 unbound-1.5.9.tar.gz Added: csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch =================================================================== --- csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch (rev 0) +++ csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch 2016-07-20 14:00:08 UTC (rev 25856) @@ -0,0 +1,90 @@ +From 5851a8d63c3ab0a83d9367a8dc3ac9b8e23ffb9c Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Wed, 20 Jul 2016 15:35:32 +0200 +Subject: [PATCH] Fix for bug 779 + https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=779 + +--- + util/ub_event.c | 12 ++++-------- + util/ub_event_pluggable.c | 14 ++++++-------- + 2 files changed, 10 insertions(+), 16 deletions(-) + +diff --git a/util/ub_event.c b/util/ub_event.c +index af2a18e..ebf9029 100644 +--- a/util/ub_event.c ++++ b/util/ub_event.c +@@ -132,14 +132,10 @@ static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*) + #define EVFLAG_AUTO 0 + #endif + +-#define AS_EVENT_BASE(x) \ +- (((union {struct ub_event_base* a; struct event_base* b;})x).b) +-#define AS_UB_EVENT_BASE(x) \ +- (((union {struct event_base* a; struct ub_event_base* b;})x).b) +-#define AS_EVENT(x) \ +- (((union {struct ub_event* a; struct event* b;})x).b) +-#define AS_UB_EVENT(x) \ +- (((union {struct event* a; struct ub_event* b;})x).b) ++#define AS_EVENT_BASE(x) ((struct event_base*)x) ++#define AS_UB_EVENT_BASE(x) ((struct ub_event_base*)x) ++#define AS_EVENT(x) ((struct event*)x) ++#define AS_UB_EVENT(x) ((struct ub_event*)x) + + const char* ub_event_get_version() + { +diff --git a/util/ub_event_pluggable.c b/util/ub_event_pluggable.c +index 5c51755..c30880a 100644 +--- a/util/ub_event_pluggable.c ++++ b/util/ub_event_pluggable.c +@@ -144,10 +144,8 @@ struct my_event { + struct event ev; + }; + +-#define AS_MY_EVENT_BASE(x) \ +- (((union {struct ub_event_base* a; struct my_event_base* b;})x).b) +-#define AS_MY_EVENT(x) \ +- (((union {struct ub_event* a; struct my_event* b;})x).b) ++#define AS_MY_EVENT_BASE(x) ((struct my_event_base*)x) ++#define AS_MY_EVENT(x) ((struct my_event*)x) + + const char* ub_event_get_version() + { +@@ -597,7 +595,7 @@ ub_event_add(struct ub_event* ev, struct timeval* tv) + int + ub_event_del(struct ub_event* ev) + { +- if (ev->magic == UB_EVENT_MAGIC) { ++ if (ev && ev->magic == UB_EVENT_MAGIC) { + fptr_ok(ev->vmt != &default_event_vmt || + ev->vmt->del == my_event_del); + return (*ev->vmt->del)(ev); +@@ -620,7 +618,7 @@ ub_timer_add(struct ub_event* ev, struct ub_event_base* base, + int + ub_timer_del(struct ub_event* ev) + { +- if (ev->magic == UB_EVENT_MAGIC) { ++ if (ev && ev->magic == UB_EVENT_MAGIC) { + fptr_ok(ev->vmt != &default_event_vmt || + ev->vmt->del_timer == my_timer_del); + return (*ev->vmt->del_timer)(ev); +@@ -642,7 +640,7 @@ ub_signal_add(struct ub_event* ev, struct timeval* tv) + int + ub_signal_del(struct ub_event* ev) + { +- if (ev->magic == UB_EVENT_MAGIC) { ++ if (ev && ev->magic == UB_EVENT_MAGIC) { + fptr_ok(ev->vmt != &default_event_vmt || + ev->vmt->del_signal == my_signal_del); + return (*ev->vmt->del_signal)(ev); +@@ -653,7 +651,7 @@ ub_signal_del(struct ub_event* ev) + void + ub_winsock_unregister_wsaevent(struct ub_event* ev) + { +- if (ev->magic == UB_EVENT_MAGIC) { ++ if (ev && ev->magic == UB_EVENT_MAGIC) { + fptr_ok(ev->vmt != &default_event_vmt || + ev->vmt->winsock_unregister_wsaevent == + my_winsock_unregister_wsaevent); +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Jul 21 13:45:59 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 21 Jul 2016 11:45:59 +0000 Subject: SF.net SVN: gar:[25857] csw/mgar/pkg/curl/trunk Message-ID: <3rwBnV599mz6F@mail.opencsw.org> Revision: 25857 http://sourceforge.net/p/gar/code/25857 Author: dmichelsen Date: 2016-07-21 11:45:59 +0000 (Thu, 21 Jul 2016) Log Message: ----------- curl/trunk: Update to 7.50.0 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2016-07-20 14:00:08 UTC (rev 25856) +++ csw/mgar/pkg/curl/trunk/Makefile 2016-07-21 11:45:59 UTC (rev 25857) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.49.1 +VERSION = 7.50.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2016-07-20 14:00:08 UTC (rev 25856) +++ csw/mgar/pkg/curl/trunk/checksums 2016-07-21 11:45:59 UTC (rev 25857) @@ -1 +1 @@ -ae5e5e395da413d1fa0864e1d0a3fa57 curl-7.49.1.tar.lzma +ecb8d3699c7087146b2953fee1bdaa41 curl-7.50.0.tar.lzma 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 Jul 26 12:40:33 2016 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Tue, 26 Jul 2016 10:40:33 +0000 Subject: SF.net SVN: gar:[25858] csw/mgar/pkg/openvpn/trunk Message-ID: <3rzF5b1Y8vzsc@mail.opencsw.org> Revision: 25858 http://sourceforge.net/p/gar/code/25858 Author: cgrzemba Date: 2016-07-26 10:40:33 +0000 (Tue, 26 Jul 2016) Log Message: ----------- openvpn/trunk: update version 2.3.11 Modified Paths: -------------- csw/mgar/pkg/openvpn/trunk/Makefile csw/mgar/pkg/openvpn/trunk/checksums Modified: csw/mgar/pkg/openvpn/trunk/Makefile =================================================================== --- csw/mgar/pkg/openvpn/trunk/Makefile 2016-07-21 11:45:59 UTC (rev 25857) +++ csw/mgar/pkg/openvpn/trunk/Makefile 2016-07-26 10:40:33 UTC (rev 25858) @@ -1,5 +1,5 @@ NAME = openvpn -VERSION = 2.0.9 +VERSION = 2.3.11 GARTYPE = v2 DESCRIPTION = Secure IP tunnel daemon @@ -8,13 +8,15 @@ endef # master files -MASTER_SITES = http://openvpn.net/release/ +MASTER_SITES = https://swupdate.openvpn.org/community/releases/ +# MASTER_SITES = http://openvpn.net/release/ DISTFILES += $(DISTNAME).tar.gz -PATCHFILES += patch.openvpn-2.0.9.tun.c +# PATCHFILES += patch.openvpn-2.0.9.tun.c VENDOR_URL = http://openvpn.net BUILD_DEP_PKGS += CSWtun +GARCOMPILER = SOS12U4 PACKAGES += CSWopenvpn SPKG_DESC_CSWopenvpn = Secure IP tunnel daemon @@ -35,6 +37,9 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz +EXTRA_CFLAGS=-std=c99 +EXTRA_LINKER_FLAGS = -lsocket -lnsl + CONFIGURE_ARGS = --prefix=$(prefix) --mandir=/opt/csw/share/man # use classes for install/removal Modified: csw/mgar/pkg/openvpn/trunk/checksums =================================================================== --- csw/mgar/pkg/openvpn/trunk/checksums 2016-07-21 11:45:59 UTC (rev 25857) +++ csw/mgar/pkg/openvpn/trunk/checksums 2016-07-26 10:40:33 UTC (rev 25858) @@ -1 +1 @@ -60745008b90b7dbe25fe8337c550fec6 openvpn-2.0.9.tar.gz +e075a11f9fd0a81dae1ed1760479e9d6 openvpn-2.3.11.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.