From dmichelsen at users.sourceforge.net Tue Jul 1 14:25:36 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 1 Jul 2014 12:25:36 +0000 Subject: SF.net SVN: gar:[23826] csw/mgar/pkg/squid/trunk Message-ID: <3h2lCT695qz1Gr@mail.opencsw.org> Revision: 23826 http://sourceforge.net/p/gar/code/23826 Author: dmichelsen Date: 2014-07-01 12:25:34 +0000 (Tue, 01 Jul 2014) Log Message: ----------- squid/trunk: Update to 3.4.6 and get rid of unused SAMPLECONFs Modified Paths: -------------- csw/mgar/pkg/squid/trunk/Makefile csw/mgar/pkg/squid/trunk/checksums Modified: csw/mgar/pkg/squid/trunk/Makefile =================================================================== --- csw/mgar/pkg/squid/trunk/Makefile 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/squid/trunk/Makefile 2014-07-01 12:25:34 UTC (rev 23826) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 3.4.5 +VERSION = 3.4.6 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache @@ -42,6 +42,7 @@ PRESERVECONF += /etc/opt/csw/$(NAME)/squid.conf PRESERVECONF += /etc/opt/csw/$(NAME)/mime.conf PRESERVECONF += /etc/opt/csw/$(NAME)/msntauth.conf +PRESERVECONF += /etc/opt/csw/$(NAME)/errorpage.css MIGRATE_SOURCE_DIR = /opt/csw/etc MIGRATE_DEST_DIR = /etc/opt/csw/$(NAME) @@ -120,10 +121,6 @@ # The testsuite requires cppunit TEST_SCRIPTS = -SAMPLECONF = squid.conf -SAMPLECONF += cachemgr.conf -SAMPLECONF += mime.conf -SAMPLECONF += errorpage.css USERGROUP = /etc/opt/csw/pkg/CSW$(NAME)/cswusergroup PROTOTYPE_MODIFIERS = varuser Modified: csw/mgar/pkg/squid/trunk/checksums =================================================================== --- csw/mgar/pkg/squid/trunk/checksums 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/squid/trunk/checksums 2014-07-01 12:25:34 UTC (rev 23826) @@ -1 +1 @@ -b6bee84755c9bd08a119a386c26c9189 squid-3.4.5.tar.bz2 +d3ca4ce0a039bbba8258d6b67d6afaa1 squid-3.4.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 Wed Jul 2 15:12:53 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 2 Jul 2014 13:12:53 +0000 Subject: SF.net SVN: gar:[23827] csw/mgar/pkg/arc/trunk/ Message-ID: <3h3NCg673Pz14p@mail.opencsw.org> Revision: 23827 http://sourceforge.net/p/gar/code/23827 Author: dmichelsen Date: 2014-07-02 13:12:51 +0000 (Wed, 02 Jul 2014) Log Message: ----------- arc/trunk: Remove svn:externals Property Changed: ---------------- csw/mgar/pkg/arc/trunk/ Index: csw/mgar/pkg/arc/trunk =================================================================== --- csw/mgar/pkg/arc/trunk 2014-07-01 12:25:34 UTC (rev 23826) +++ csw/mgar/pkg/arc/trunk 2014-07-02 13:12:51 UTC (rev 23827) Property changes on: csw/mgar/pkg/arc/trunk ___________________________________________________________________ Deleted: svn:externals ## -1 +0,0 ## -gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 \ 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 rmottola at users.sourceforge.net Thu Jul 3 18:53:07 2014 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 3 Jul 2014 16:53:07 +0000 Subject: SF.net SVN: gar:[23829] csw/mgar/pkg/gnustep-make/trunk/Makefile Message-ID: <3h453L4GnCz1Vm@mail.opencsw.org> Revision: 23829 http://sourceforge.net/p/gar/code/23829 Author: rmottola Date: 2014-07-03 16:53:05 +0000 (Thu, 03 Jul 2014) Log Message: ----------- move configuration to /etc/opt/csw/ Modified Paths: -------------- csw/mgar/pkg/gnustep-make/trunk/Makefile Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-make/trunk/Makefile 2014-07-03 12:47:59 UTC (rev 23828) +++ csw/mgar/pkg/gnustep-make/trunk/Makefile 2014-07-03 16:53:05 UTC (rev 23829) @@ -25,7 +25,12 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-layout=gnustep +CONFIGURE_ARGS += --with-config-file=/etc/opt/csw/GNUstep/GNUstep.conf #CONFIGURE_ARGS += LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib" +PRESERVECONF += $(sysconfdir)/installation-domains.conf + include gar/category.mk +post-install: + ( ginstall -D -m 0644 $(WORKSRC)/installation-domains.conf $(DESTDIR)$(sysconfdir)/installation-domains.conf ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From slowfranklin at users.sourceforge.net Thu Jul 3 22:23:37 2014 From: slowfranklin at users.sourceforge.net (slowfranklin at users.sourceforge.net) Date: Thu, 3 Jul 2014 20:23:37 +0000 Subject: SF.net SVN: gar:[23830] csw/mgar/pkg/netatalk/trunk Message-ID: <3h49k63HD5zKS@mail.opencsw.org> Revision: 23830 http://sourceforge.net/p/gar/code/23830 Author: slowfranklin Date: 2014-07-03 20:23:37 +0000 (Thu, 03 Jul 2014) Log Message: ----------- netatalk/trunk: Update to 3.1.3 Modified Paths: -------------- csw/mgar/pkg/netatalk/trunk/Makefile csw/mgar/pkg/netatalk/trunk/checksums Added Paths: ----------- csw/mgar/pkg/netatalk/trunk/files/0001-Disable-dbus-start-by-default.patch Modified: csw/mgar/pkg/netatalk/trunk/Makefile =================================================================== --- csw/mgar/pkg/netatalk/trunk/Makefile 2014-07-03 16:53:05 UTC (rev 23829) +++ csw/mgar/pkg/netatalk/trunk/Makefile 2014-07-03 20:23:37 UTC (rev 23830) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = netatalk -VERSION = 3.1.2 +VERSION = 3.1.3 GARTYPE = v2 DESCRIPTION = Open Source AFP fileserver @@ -53,11 +53,7 @@ PATCHFILES += 0003-Disable-noinst-binary-fails-to-link-on-SPARC.patch PATCHFILES += 0004-Ensure-gsettings-is-called-from-opt-csw-bin.patch -PATCHFILES += 0001-Disable-dbus-and-Tracker-autostart.patch -# will be in 3.1.3: -PATCHFILES += 0001-Spotlight-SPARQL-query-optimisations.patch -PATCHFILES += 0002-Spotlight-new-options-for-controlling-query-behaviou.patch -PATCHFILES += 0003-Spotlight-spotlight-expr-false-broke-the-default-Spo.patch +PATCHFILES += 0001-Disable-dbus-start-by-default.patch PRESERVECONF += $(sysconfdir)/afp.conf PRESERVECONF += $(sysconfdir)/extmap.conf Modified: csw/mgar/pkg/netatalk/trunk/checksums =================================================================== --- csw/mgar/pkg/netatalk/trunk/checksums 2014-07-03 16:53:05 UTC (rev 23829) +++ csw/mgar/pkg/netatalk/trunk/checksums 2014-07-03 20:23:37 UTC (rev 23830) @@ -1 +1 @@ -aa981b3b33092300ec1a20518ca05689 netatalk-3.1.2.tar.gz +9413985a991334cd9aea44388fc4eb4a netatalk-3.1.3.tar.gz Added: csw/mgar/pkg/netatalk/trunk/files/0001-Disable-dbus-start-by-default.patch =================================================================== --- csw/mgar/pkg/netatalk/trunk/files/0001-Disable-dbus-start-by-default.patch (rev 0) +++ csw/mgar/pkg/netatalk/trunk/files/0001-Disable-dbus-start-by-default.patch 2014-07-03 20:23:37 UTC (rev 23830) @@ -0,0 +1,25 @@ +From 1aa56c80e9e1393f15d080228e66b0c5f90fa9c1 Mon Sep 17 00:00:00 2001 +From: Ralph Boehme +Date: Thu, 3 Jul 2014 22:21:29 +0200 +Subject: [PATCH] Disable dbus start by default + +--- + etc/netatalk/netatalk.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/etc/netatalk/netatalk.c b/etc/netatalk/netatalk.c +index 3a470d0..d1cba32 100644 +--- a/etc/netatalk/netatalk.c ++++ b/etc/netatalk/netatalk.c +@@ -418,7 +418,7 @@ int main(int argc, char **argv) + setenv("XDG_CACHE_HOME", _PATH_STATEDIR, 0); + setenv("TRACKER_USE_LOG_FILES", "1", 0); + +- if (atalk_iniparser_getboolean(obj.iniconfig, INISEC_GLOBAL, "start dbus", 1)) { ++ if (atalk_iniparser_getboolean(obj.iniconfig, INISEC_GLOBAL, "start dbus", 0)) { + dbus_path = atalk_iniparser_getstring(obj.iniconfig, INISEC_GLOBAL, "dbus daemon", DBUS_DAEMON_PATH); + LOG(log_debug, logtype_default, "DBUS: '%s'", dbus_path); + if ((dbus_pid = run_process(dbus_path, "--config-file=" _PATH_CONFDIR "dbus-session.conf", NULL)) == NETATALK_SRV_ERROR) { +-- +2.0.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 4 11:25:21 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 4 Jul 2014 09:25:21 +0000 Subject: SF.net SVN: gar:[23832] csw/mgar/pkg/libpcap/trunk Message-ID: <3h4W455Clxzml@mail.opencsw.org> Revision: 23832 http://sourceforge.net/p/gar/code/23832 Author: dmichelsen Date: 2014-07-04 09:25:21 +0000 (Fri, 04 Jul 2014) Log Message: ----------- libpcap/trunk: Update to 1.5.3 Modified Paths: -------------- csw/mgar/pkg/libpcap/trunk/Makefile csw/mgar/pkg/libpcap/trunk/checksums Modified: csw/mgar/pkg/libpcap/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpcap/trunk/Makefile 2014-07-04 05:16:15 UTC (rev 23831) +++ csw/mgar/pkg/libpcap/trunk/Makefile 2014-07-04 09:25:21 UTC (rev 23832) @@ -1,5 +1,5 @@ NAME = libpcap -VERSION = 1.5.2 +VERSION = 1.5.3 GARTYPE = v2 DESCRIPTION = System-independent interface for user-level packet capture Modified: csw/mgar/pkg/libpcap/trunk/checksums =================================================================== --- csw/mgar/pkg/libpcap/trunk/checksums 2014-07-04 05:16:15 UTC (rev 23831) +++ csw/mgar/pkg/libpcap/trunk/checksums 2014-07-04 09:25:21 UTC (rev 23832) @@ -1 +1 @@ -33ba2f10f3a402cb5d34f5e2a904794a libpcap-1.5.2.tar.gz +7e7321fb3aff2f2bb05c8229f3795d4a libpcap-1.5.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jul 8 17:00:59 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 8 Jul 2014 15:00:59 +0000 Subject: SF.net SVN: gar:[23836] csw/mgar/pkg/php5/trunk Message-ID: <3h76Km5Mrhz8R@mail.opencsw.org> Revision: 23836 http://sourceforge.net/p/gar/code/23836 Author: dmichelsen Date: 2014-07-08 15:00:58 +0000 (Tue, 08 Jul 2014) Log Message: ----------- php5/trunk: Update to 5.3.28, override linker issues, disable db2 for now Modified Paths: -------------- csw/mgar/pkg/php5/trunk/Makefile csw/mgar/pkg/php5/trunk/checksums Modified: csw/mgar/pkg/php5/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/Makefile 2014-07-05 16:39:46 UTC (rev 23835) +++ csw/mgar/pkg/php5/trunk/Makefile 2014-07-08 15:00:58 UTC (rev 23836) @@ -1,5 +1,5 @@ NAME = php5 -VERSION = 5.3.25 +VERSION = 5.3.28 GARTYPE = v2 SF_PROJECT = $(shell echo $(NAME) | sed -e 's/[0-9]//g') DISTNAME = $(SF_PROJECT)-$(VERSION) @@ -56,6 +56,7 @@ BUILD_DEP_PKGS += CSWopenldap-dev CSWlibkrb5-dev CSWsasl CSWlibltdl7 BUILD_DEP_PKGS += CSWmcrypt-dev CSWfreetds CSWmysql-dev CSWunixodbc BUILD_DEP_PKGS += CSWlibreadline-dev CSWlibncurses-dev CSWnetsnmp-dev +BUILD_DEP_PKGS += CSWsqlite BUILD_DEP_PKGS += CSWlibsqlite3-dev CSWaspell CSWtidy-dev CSWpostgresql-dev BUILD_DEP_PKGS += CSWlibfreetype-dev BUILD_DEP_PKGS += CSWlibxpm-dev @@ -68,13 +69,13 @@ MIGRATE_DEST_DIR = $(sysconfdir) define php5_subpackage -PACKAGES += CSWphp5-$(1) -CATALOGNAME_CSWphp5-$(1) ?= php5_$(1) -SPKG_DESC_CSWphp5-$(1) ?= The $(1) extention for PHP5 -RUNTIME_DEP_PKGS_CSWphp5-$(1) ?= CSWphp5 $(2) -OBSOLETED_BY_CSWphp5-$(1) ?= CSWphp5$(1) -PKGFILES_CSWphp5-$(1) ?= .*lib/php/extensions/.*/$(1).so .*php5/extensions/$(1) -CHECKPKG_OVERRIDES_CSWphp5-$(1) += surplus-dependency|CSWphp5 +PACKAGES += CSWphp5-$(subst _,-,$(1)) +CATALOGNAME_CSWphp5-$(subst _,-,$(1)) ?= php5_$(subst -,_,$(1)) +SPKG_DESC_CSWphp5-$(subst _,-,$(1)) ?= The $(1) extention for PHP5 +RUNTIME_DEP_PKGS_CSWphp5-$(subst _,-,$(1)) ?= CSWphp5 $(2) +OBSOLETED_BY_CSWphp5-$(subst _,-,$(1)) ?= CSWphp5$(subst _,-,$(1)) +PKGFILES_CSWphp5-$(subst _,-,$(1)) ?= .*lib/php/extensions/.*/$(1).so .*php5/extensions/$(1) +CHECKPKG_OVERRIDES_CSWphp5-$(subst _,-,$(1)) += surplus-dependency|CSWphp5 endef PACKAGES = CSWphp5 @@ -212,7 +213,165 @@ $(eval $(call php5_subpackage,xmlwriter,CSWlibxml2-2)) $(eval $(call php5_subpackage,xsl,CSWlibxml2-2 CSWlibxslt1 CSWlibexslt0)) $(eval $(call php5_subpackage,zip,CSWlibz1)) +#$(eval $(call php5_subpackage,ibm_db2,)) +RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuuc52 +RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicui18n52 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicuuc52 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicui18n52 +RUNTIME_DEP_PKGS_CSWap2-modphp5 += CSWlibicudata52 +RUNTIME_DEP_PKGS_CSWphp5-bz2 += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-bcmath += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-openssl += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pcntl += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibpng15-15 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibjpeg7 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibxpm4 +RUNTIME_DEP_PKGS_CSWphp5-gd += CSWlibgd3 +RUNTIME_DEP_PKGS_CSWphp5-sqlite += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pdo += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-shmop += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-xmlwriter += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWphp5-xmlwriter += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-dba += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-mcrypt += CSWlibltdl7 +RUNTIME_DEP_PKGS_CSWphp5-mcrypt += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-session += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-exif += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pdoodbc += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-xsl += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWphp5-xsl += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-mysqli += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWphp5-mysqli += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-dom += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWphp5-dom += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-readline += CSWlibncurses5 +RUNTIME_DEP_PKGS_CSWphp5-readline += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-posix += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pdopgsql += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-mbstring += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-gettext += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-tokenizer += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-hash += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-sysvshm += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-tidy += CSWlibtidy0-99-0 +RUNTIME_DEP_PKGS_CSWphp5-tidy += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-gmp += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-sysvmsg += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-curl += CSWlibidn11 +RUNTIME_DEP_PKGS_CSWphp5-curl += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWphp5-curl += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-mysql += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-ctype += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-xmlreader += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWphp5-xmlreader += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pgsql += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pspell += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-soap += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWphp5-soap += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-json += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-imap += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWphp5-imap += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-sockets += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-iconv += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-ldap += CSWlibsasl2-2 +RUNTIME_DEP_PKGS_CSWphp5-ldap += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-snmp += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWphp5-snmp += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-xmlrpc += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-calendar += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-odbc += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-ftp += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pdosqlite += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-sysvsem += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-mssql += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-wddx += CSWlibz1 +RUNTIME_DEP_PKGS_CSWphp5-pdomysql += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWphp5-pdomysql += CSWlibz1 + +CHECKPKG_OVERRIDES_CSWphp5-readline += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-readline += surplus-dependency|CSWlibncurses5 +CHECKPKG_OVERRIDES_CSWphp5-gmp += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-session += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xmlrpc += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pcntl += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-sysvmsg += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-odbc += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pdopgsql += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-imap += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-imap += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWphp5-tidy += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-tidy += surplus-dependency|CSWlibtidy0-99 +CHECKPKG_OVERRIDES_CSWphp5-exif += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-hash += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-posix += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xmlreader += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xmlreader += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWphp5-bcmath += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-ldap += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-ldap += surplus-dependency|CSWlibsasl2-2 +CHECKPKG_OVERRIDES_CSWphp5-xmlwriter += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xmlwriter += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWphp5-sysvshm += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pspell += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-curl += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-curl += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWphp5-curl += surplus-dependency|CSWlibidn11 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibpng15-15 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibjpeg7 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibfreetype6 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibgd2 +CHECKPKG_OVERRIDES_CSWphp5-gd += surplus-dependency|CSWlibxpm4 +CHECKPKG_OVERRIDES_CSWap2-modphp5 += forbidden-version-interface-dependencies|/opt/csw/apache2/libexec/libphp5.so|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWap2-modphp5 += surplus-dependency|CSWlibicudata52 +CHECKPKG_OVERRIDES_CSWap2-modphp5 += surplus-dependency|CSWlibicuuc51 +CHECKPKG_OVERRIDES_CSWap2-modphp5 += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWap2-modphp5 += surplus-dependency|CSWlibicui18n51 +CHECKPKG_OVERRIDES_CSWphp5-sysvsem += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5 += forbidden-version-interface-dependencies|/opt/csw/php5/bin/php|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWphp5 += forbidden-version-interface-dependencies|/opt/csw/php5/bin/php-cgi|requires|forbidden|interface|version|SUNW_1.22.7|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWphp5 += surplus-dependency|CSWlibicuuc51 +CHECKPKG_OVERRIDES_CSWphp5 += surplus-dependency|CSWlibicui18n51 +CHECKPKG_OVERRIDES_CSWphp5-mysqli += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-mysqli += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWphp5-dom += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-dom += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWphp5-sockets += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pdoodbc += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-ctype += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xsl += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-xsl += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWphp5-mssql += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-ftp += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pdosqlite += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-tokenizer += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-openssl += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-dba += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pdo += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-mbstring += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pgsql += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-bz2 += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-wddx += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-iconv += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-gettext += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-mcrypt += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-mcrypt += surplus-dependency|CSWlibltdl7 +CHECKPKG_OVERRIDES_CSWphp5-calendar += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-sqlite += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-snmp += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-snmp += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWphp5-pdomysql += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-pdomysql += surplus-dependency|CSWlibssl1-0-0 +CHECKPKG_OVERRIDES_CSWphp5-mysql += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-json += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-soap += surplus-dependency|CSWlibz1 +CHECKPKG_OVERRIDES_CSWphp5-soap += surplus-dependency|CSWlibiconv2 +CHECKPKG_OVERRIDES_CSWphp5-shmop += surplus-dependency|CSWlibz1 + EXTRA_CFLAGS = -I$(prefix)/include/ncursesw EXTRA_LIB = /opt/csw/postgresql/lib @@ -220,11 +379,27 @@ # using CC as linker would have made this automatic. SUBDIR64-sparc = v9 SUBDIR64-i386 = amd64 -EXTRA_LINKER_FLAGS = -L$($(GARCOMPILER)_CC_HOME)/lib/$(SUBDIR$(MEMORYMODEL)-$(GARCH)) -lCstd -lz +EXTRA_LINKER_FLAGS = -L$($(GARCOMPILER)_CC_HOME)/lib/$(SUBDIR$(MEMORYMODEL)-$(GARCH)) -lCrun -lCstd -lz +# We use MySQL which uses a more recent libc than the linker map requires +LINKER_MAPS = + NOISALIST = 1 STRIP_LIBTOOL = 1 +EXTRA_CONFIGURE_EXPORTS += IBM_DB_INCLUDE +EXTRA_CONFIGURE_EXPORTS += IBM_DB_LIB +EXTRA_CONFIGURE_EXPORTS += DB2INSTANCE +EXTRA_CONFIGURE_EXPORTS += DB2DIR + +# This is needed for DB2 module +#CONFIGURE_ENV_IBM_DB_INCLUDE = /opt/IBM/db2/V8.1/include +#CONFIGURE_ENV_IBM_DB_LIB = /opt/IBM/db2/V8.1/lib +#CONFIGURE_ENV_DB2INSTANCE = db2inst1 +#CONFIGURE_ENV_DB2DIR = /opt/IBM/db2/V8.1 + +#EXTRA_RUNPATH_LINKER_FLAGS += -R$(CONFIGURE_ENV_IBM_DB_LIB) + sysconfdir = /etc$(prefix)/php5 CONFIGURE_ARGS += --prefix=$(prefix)/php5 @@ -280,6 +455,7 @@ CONFIGURE_ARGS += --with-gdbm=$(prefix) CONFIGURE_ARGS += --with-gettext=shared,$(prefix) CONFIGURE_ARGS += --with-gmp=shared,$(prefix) +#CONFIGURE_ARGS += --with-ibm-db2=shared,/export/db2inst1/sqllib CONFIGURE_ARGS += --with-iconv=shared,$(prefix) CONFIGURE_ARGS += --with-imap-ssl=$(prefix) CONFIGURE_ARGS += --with-imap=shared,$(prefix) @@ -379,9 +555,9 @@ post-merge: @echo " ==> Fixing php.ini: adding loadable session.so support" - @( cd $(PKGROOT)/$(sysconfdir)/; \ + @-( cd $(PKGROOT)/$(sysconfdir)/; \ perl -pi -e 's/extension=bz2.so/extension=session.so\n;extension=bz2.so/' php.ini.CSW; ) - @( cd $(PKGROOT)/$(sysconfdir)/; \ + @-( cd $(PKGROOT)/$(sysconfdir)/; \ perl -pi -e 's/extension=bz2.so/extension=ctype.so\n;extension=bz2.so/' php.ini.CSW; ) @echo " ==> Fixing php.ini: adding loadable ctype.so support" @$(MAKECOOKIE) Modified: csw/mgar/pkg/php5/trunk/checksums =================================================================== --- csw/mgar/pkg/php5/trunk/checksums 2014-07-05 16:39:46 UTC (rev 23835) +++ csw/mgar/pkg/php5/trunk/checksums 2014-07-08 15:00:58 UTC (rev 23836) @@ -1 +1 @@ -347625ed7fbf2fe1f1c70b0f879fee2a php-5.3.25.tar.bz2 +56ff88934e068d142d6c0deefd1f396b php-5.3.28.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu Jul 10 23:20:43 2014 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 10 Jul 2014 21:20:43 +0000 Subject: SF.net SVN: gar:[23840] csw/mgar/pkg/gnustep-back/trunk/Makefile Message-ID: <3h8Vfr0DJ4znf@mail.opencsw.org> Revision: 23840 http://sourceforge.net/p/gar/code/23840 Author: rmottola Date: 2014-07-10 21:20:43 +0000 (Thu, 10 Jul 2014) Log Message: ----------- gnustep-back/trunk: change X build dependency Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2014-07-10 12:39:12 UTC (rev 23839) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2014-07-10 21:20:43 UTC (rev 23840) @@ -13,7 +13,7 @@ #EXTRA_MODULATORS = GRAPHICS #MODULATIONS_graphics = xlib cairo -BUILD_DEP_PKGS = SUNWxorg-headers CSWgmake CSWgcc4objc CSWlibfreetype-dev +BUILD_DEP_PKGS = CSWsunx11devel CSWgmake CSWgcc4objc CSWlibfreetype-dev #for cairo: BUILD_DEP_PKGS += CSWlibcairo-dev This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Fri Jul 11 15:07:14 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Fri, 11 Jul 2014 13:07:14 +0000 Subject: SF.net SVN: gar:[23841] csw/mgar/pkg/samba/branches/samba3 Message-ID: <3h8vfy3LgbzF5@mail.opencsw.org> Revision: 23841 http://sourceforge.net/p/gar/code/23841 Author: lblume Date: 2014-07-11 13:07:10 +0000 (Fri, 11 Jul 2014) Log Message: ----------- samba/branches/samba3: Bump to 3.6.24; minor module fix Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba3/Makefile csw/mgar/pkg/samba/branches/samba3/checksums Modified: csw/mgar/pkg/samba/branches/samba3/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba3/Makefile 2014-07-10 21:20:43 UTC (rev 23840) +++ csw/mgar/pkg/samba/branches/samba3/Makefile 2014-07-11 13:07:10 UTC (rev 23841) @@ -2,7 +2,7 @@ # - Check http://src.opensolaris.org/source/xref/userland/src/components/samba/samba/ from time to time NAME = samba -VERSION = 3.6.23 +VERSION = 3.6.24 GARTYPE = v2 DESCRIPTION = Tools to access a servers filespace and printers via SMB (server) @@ -422,8 +422,8 @@ PAM_MODULE_DIR = /usr/lib/security ifeq ($(MEMORYMODEL),64) - NSS_MODULE_DIR = /usr/lib/64 - PAM_MODULE_DIR = /usr/lib/security/64 + NSS_MODULE_DIR = /usr/lib/$(ISA) + PAM_MODULE_DIR = /usr/lib/security/$(ISA) endif # Define the targets for the links Modified: csw/mgar/pkg/samba/branches/samba3/checksums =================================================================== --- csw/mgar/pkg/samba/branches/samba3/checksums 2014-07-10 21:20:43 UTC (rev 23840) +++ csw/mgar/pkg/samba/branches/samba3/checksums 2014-07-11 13:07:10 UTC (rev 23841) @@ -1 +1 @@ -2f7aee1dc5d31aefcb364600915b31dc samba-3.6.23.tar.gz +d98425c0c2b73e08f048d31ffc727fb0 samba-3.6.24.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 Sun Jul 13 10:58:42 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 13 Jul 2014 08:58:42 +0000 Subject: SF.net SVN: gar:[23842] csw/mgar/pkg/buildbot/branches Message-ID: <3hB23J6jLMzBy@mail.opencsw.org> Revision: 23842 http://sourceforge.net/p/gar/code/23842 Author: dmichelsen Date: 2014-07-13 08:58:40 +0000 (Sun, 13 Jul 2014) Log Message: ----------- buildbot/branches/buildbot-0.8.9: Branch for new version Modified Paths: -------------- csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums Added Paths: ----------- csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml Removed Paths: ------------- csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot Modified: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile =================================================================== --- csw/mgar/pkg/buildbot/trunk/Makefile 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/Makefile 2014-07-13 08:58:40 UTC (rev 23842) @@ -3,7 +3,7 @@ # $Id$ NAME = buildbot -VERSION = 0.8.8 +VERSION = 0.8.9 CATEGORIES = python GARTYPE = v2 @@ -24,9 +24,10 @@ MASTER_SITES = $(PYPI_MIRROR) DISTFILES += $(DISTNAME).tar.gz -# Wrapper -DISTFILES += buildbot +# http://wadofstuff.googlecode.com/svn/trunk/solaris/smf/buildbot.xml +DISTFILES += buildbot.xml + # Buildbot is 2.7 only and the server is Solaris 10 only MODULATIONS_PYTHON_VERSION = 2_7 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 @@ -40,10 +41,6 @@ RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-tempita RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-decorator RUNTIME_DEP_PKGS_CSWbuildbot += CSWpy-openssl -# This is in fact an old 0.7.10 version private to buildbot. The documentation says -# "The requirement to install SQLAlchemy-0.7.10 is due to a conflict between newer -# versions of SQLAlchemy and SQLAlchemy-Migrate." -RUNTIME_DEP_PKGS_CSWbuildbot += CSWbuildbot-sqlalchemy CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-twisted CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-zope-interface @@ -51,7 +48,6 @@ CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-tempita CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-decorator CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-openssl -CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWbuildbot-sqlalchemy # This is more like an application than a python module CHECKPKG_OVERRIDES_CSWbuildbot += pkgname-does-not-start-with-CSWpy- @@ -66,13 +62,7 @@ REINPLACE_FILES_tail += buildbot/scripts/logwatcher.py # There seems to be 'trial' missing -SKIPTEST ?= 1 +#SKIPTEST ?= 1 include gar/category.mk -post-install: - ginstall -d $(DESTDIR)$(libexecdir) - mv $(DESTDIR)$(bindir)/buildbot $(DESTDIR)$(libexecdir)/buildbot - ginstall -m 0755 $(WORKDIR)/buildbot $(DESTDIR)$(bindir)/buildbot - @$(MAKECOOKIE) - Modified: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums =================================================================== --- csw/mgar/pkg/buildbot/trunk/checksums 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/checksums 2014-07-13 08:58:40 UTC (rev 23842) @@ -1 +1 @@ -472f512584bbb18cc677ca2ec3b3a905 buildbot-0.8.8.tar.gz +b4c723d1e0324ea19511e622e420c6e7 buildbot-0.8.9.tar.gz Deleted: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot =================================================================== --- csw/mgar/pkg/buildbot/trunk/files/buildbot 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot 2014-07-13 08:58:40 UTC (rev 23842) @@ -1,5 +0,0 @@ -#!/bin/sh - -PYTHONPATH=/opt/csw/share/buildbot/lib/python2.7/site-packages -export PYTHONPATH -exec /opt/csw/libexec/buildbot "$@" Added: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml =================================================================== (Binary files differ) Index: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml =================================================================== --- csw/mgar/pkg/buildbot/trunk/files/buildbot.xml 2014-06-29 21:22:43 UTC (rev 23825) +++ csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.xml 2014-07-13 08:58:40 UTC (rev 23842) Property changes on: csw/mgar/pkg/buildbot/branches/buildbot-0.8.9/files/buildbot.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 maciej at opencsw.org Thu Jul 17 08:07:30 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 17 Jul 2014 07:07:30 +0100 Subject: SF.net SVN: gar:[23836] csw/mgar/pkg/php5/trunk In-Reply-To: <3h76Km5Mrhz8R@mail.opencsw.org> References: <3h76Km5Mrhz8R@mail.opencsw.org> Message-ID: 2014-07-08 16:00 GMT+01:00 : > +BUILD_DEP_PKGS += CSWsqlite Dago, why, whyyyyyy? :) I'm trying to kill CSWsqlite. This package is from 2005. It needs to die. Please uninstall, uninstall! Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Thu Jul 17 22:39:12 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 17 Jul 2014 22:39:12 +0200 Subject: SF.net SVN: gar:[23836] csw/mgar/pkg/php5/trunk In-Reply-To: References: <3h76Km5Mrhz8R@mail.opencsw.org> Message-ID: Hi Maciej, Am 17.07.2014 um 08:07 schrieb Maciej (Matchek) Blizi?ski : > 2014-07-08 16:00 GMT+01:00 : > +BUILD_DEP_PKGS += CSWsqlite > > Dago, why, whyyyyyy? :) Because, umh, ?h, hehe :-) > I'm trying to kill CSWsqlite. This package is from 2005. It needs to die. Please uninstall, uninstall! Ok, removed. I?ll respin php. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dmichelsen at users.sourceforge.net Sat Jul 19 14:21:05 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 19 Jul 2014 12:21:05 +0000 Subject: SF.net SVN: gar:[23845] csw/mgar/pkg/gcc4/trunk Message-ID: <3hFpG20LsFzD4@mail.opencsw.org> Revision: 23845 http://sourceforge.net/p/gar/code/23845 Author: dmichelsen Date: 2014-07-19 12:21:04 +0000 (Sat, 19 Jul 2014) Log Message: ----------- gcc4/trunk: Update to 4.9.1 Modified Paths: -------------- csw/mgar/pkg/gcc4/trunk/Makefile csw/mgar/pkg/gcc4/trunk/checksums Modified: csw/mgar/pkg/gcc4/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc4/trunk/Makefile 2014-07-16 21:35:35 UTC (rev 23844) +++ csw/mgar/pkg/gcc4/trunk/Makefile 2014-07-19 12:21:04 UTC (rev 23845) @@ -1,7 +1,7 @@ # $Id$ NAME = gcc -VERSION = 4.9.0 +VERSION = 4.9.1 GARTYPE = v2 BASE_VERSION = $(shell echo $(VERSION) | gsed -e 's/^\([0-9]\+\.[0-9]\+\)\(.*\)/\1/') PKG_VERSION_TOKEN = gcc4 Modified: csw/mgar/pkg/gcc4/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc4/trunk/checksums 2014-07-16 21:35:35 UTC (rev 23844) +++ csw/mgar/pkg/gcc4/trunk/checksums 2014-07-19 12:21:04 UTC (rev 23845) @@ -1 +1 @@ -9709b49ae0e904cbb0a6a1b62853b556 gcc-4.9.0.tar.bz2 +fddf71348546af523353bd43d34919c1 gcc-4.9.1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Jul 20 02:07:23 2014 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sun, 20 Jul 2014 00:07:23 +0000 Subject: SF.net SVN: gar:[23846] csw/mgar/gar/v2/lib Message-ID: <3hG5ww1w3pzcl@mail.opencsw.org> Revision: 23846 http://sourceforge.net/p/gar/code/23846 Author: wahwah Date: 2014-07-20 00:07:20 +0000 (Sun, 20 Jul 2014) Log Message: ----------- releases-web: Fixes for the transaction support Modified Paths: -------------- csw/mgar/gar/v2/lib/python/checkpkg_lib.py csw/mgar/gar/v2/lib/web/releases_web.py Modified: csw/mgar/gar/v2/lib/python/checkpkg_lib.py =================================================================== --- csw/mgar/gar/v2/lib/python/checkpkg_lib.py 2014-07-19 12:21:04 UTC (rev 23845) +++ csw/mgar/gar/v2/lib/python/checkpkg_lib.py 2014-07-20 00:07:20 UTC (rev 23846) @@ -1236,5 +1236,6 @@ # Files belonging to this package should not be removed from the catalog # as the package might be still present in another catalog. except sqlobject.main.SQLObjectNotFound as e: - self.logger.debug('The object went away when we were trying to delete it.') + self.logger.debug(u'The object %s was not found in %s.', + sqo_srv4, catspec) self.logger.warning(e) Modified: csw/mgar/gar/v2/lib/web/releases_web.py =================================================================== --- csw/mgar/gar/v2/lib/web/releases_web.py 2014-07-19 12:21:04 UTC (rev 23845) +++ csw/mgar/gar/v2/lib/web/releases_web.py 2014-07-20 00:07:20 UTC (rev 23846) @@ -366,12 +366,13 @@ "are not allowed" % osrel_name) srv4_to_remove = models.Srv4FileStats.selectBy(md5_sum=md5_sum).getOne() c = checkpkg_lib.Catalog() - c.RemoveSrv4(srv4_to_remove, osrel_name, arch_name, catrel_name) - msg = ('Package %s / %s removed successfully' - % (srv4_to_remove.basename, md5_sum)) - response = cjson.encode({'message': msg}) - web.header('Content-Length', len(response)) - return response + with Transaction(models.Srv4FileStats) as trans: + c.RemoveSrv4(srv4_to_remove, osrel_name, arch_name, catrel_name, trans) + msg = ('Package %s / %s removed successfully' + % (srv4_to_remove.basename, md5_sum)) + response = cjson.encode({'message': msg}) + web.header('Content-Length', len(response)) + return response except ( sqlobject.main.SQLObjectNotFound, @@ -540,13 +541,18 @@ raise web.notacceptable(exc) def HEAD(self, md5_sum): + # Will throw an exception. + payload = self.GET(md5_sum) + return '' + + def GET(self, md5_sum): try: srv4 = models.Srv4FileStats.selectBy(md5_sum=md5_sum).getOne() except sqlobject.main.SQLObjectNotFound: raise web.notfound('Stats not in the database') if not srv4.registered_level_two: raise web.notfound('Stats in the db, but not registered (level 2)') - return '' + return '{"the package is registered"}' class CatalogRelease(object): @@ -555,23 +561,25 @@ if not re.match(r'', name): raise web.conflict() with Transaction(models.Srv4FileStats) as trans: - res = models.CatalogRelease.selectBy(name=name) + res = models.CatalogRelease.selectBy(name=name, connection=trans) if res.count(): return cjson.encode('%s already exists' % name) models.CatalogRelease(name=name, connection=trans) return cjson.encode('%s has been created' % name) def DELETE(self, name): - try: - o = models.CatalogRelease.selectBy(name=name).getOne() - except sqlobject.main.SQLObjectNotFound: - raise web.notfound() - res = models.Srv4FileInCatalog.select(models.Srv4FileInCatalog.q.catrel==o) - if res.count(): - # There are pacakges in this catalog. Cannot remove. - raise web.conflict() - o.destroySelf() - return cjson.encode('%s has been deleted' % name) + with Transaction(models.Srv4FileStats) as trans: + try: + o = models.CatalogRelease.selectBy(name=name, connection=trans).getOne() + except sqlobject.main.SQLObjectNotFound: + raise web.notfound() + res = models.Srv4FileInCatalog.select(models.Srv4FileInCatalog.q.catrel==o, + connection=trans) + if res.count(): + # There still are packages in this catalog. We cannot remove it. + raise web.conflict() + o.destroySelf() + return cjson.encode('%s has been deleted' % name) def GET(self, name): try: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sun Jul 20 17:33:37 2014 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Sun, 20 Jul 2014 15:33:37 +0000 Subject: SF.net SVN: gar:[23849] csw/mgar/gar/v2/go/src/promote-packages/ promote-packages.go Message-ID: <3hGVTm2vbpz153@mail.opencsw.org> Revision: 23849 http://sourceforge.net/p/gar/code/23849 Author: wahwah Date: 2014-07-20 15:33:35 +0000 (Sun, 20 Jul 2014) Log Message: ----------- promote-packages: Persistence and report paths They are now controllable with CLI options. Modified Paths: -------------- csw/mgar/gar/v2/go/src/promote-packages/promote-packages.go Modified: csw/mgar/gar/v2/go/src/promote-packages/promote-packages.go =================================================================== --- csw/mgar/gar/v2/go/src/promote-packages/promote-packages.go 2014-07-20 13:50:42 UTC (rev 23848) +++ csw/mgar/gar/v2/go/src/promote-packages/promote-packages.go 2014-07-20 15:33:35 UTC (rev 23849) @@ -47,14 +47,25 @@ // Command line flags var from_catrel_flag string var to_catrel_flag string +var htmlReportFlag string +var packageTimesFilename string -const htmlReportPath = "/home/maciej/public_html/promote-packages.html" func init() { flag.StringVar(&from_catrel_flag, "from-catrel", "unstable", "Actually, only unstable makes sense here.") flag.StringVar(&to_catrel_flag, "to-catrel", "bratislava", "The testing release.") + flag.StringVar(&htmlReportFlag, "html-report-path", + "/home/maciej/public_html/promote-packages.html", + "Full path to the file where the HTML report will be " + + "written. If the file already exists, it will be " + + "overwritten. ") + flag.StringVar(&packageTimesFilename, "package-times-json-file", + "/home/maciej/.checkpkg/package-times.json", + "JSON file with package times state. This file is used " + + "for persistence: it remembers when each of the packages " + + "was last modified in the unstable catalog.") } type CatalogSpecTransition struct { @@ -103,8 +114,6 @@ return PackageTimeInfo{} } -const packageTimesFilename = "/home/maciej/.checkpkg/package-times.json" - func (t *CatalogReleaseTimeInfo) Load() error { log.Println("Loading", packageTimesFilename) fh, err := os.Open(packageTimesFilename) @@ -536,9 +545,9 @@ func writeReport(rd reportData) { t := template.Must(template.ParseFiles( "src/promote-packages/report-template.html")) - fo, err := os.Create(htmlReportPath) + fo, err := os.Create(htmlReportFlag) if err != nil { - log.Println("Could not open", htmlReportPath) + log.Println("Could not open", htmlReportFlag) panic(err) } defer fo.Close() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sun Jul 20 23:23:04 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sun, 20 Jul 2014 21:23:04 +0000 Subject: SF.net SVN: gar:[23850] csw/mgar/pkg/razor/trunk/Makefile Message-ID: <3hGfDp6qpfz1NX@mail.opencsw.org> Revision: 23850 http://sourceforge.net/p/gar/code/23850 Author: bonivart Date: 2014-07-20 21:22:59 +0000 (Sun, 20 Jul 2014) Log Message: ----------- razor/trunk: rebuild to fix deps Modified Paths: -------------- csw/mgar/pkg/razor/trunk/Makefile Modified: csw/mgar/pkg/razor/trunk/Makefile =================================================================== --- csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 15:33:35 UTC (rev 23849) +++ csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 21:22:59 UTC (rev 23850) @@ -6,7 +6,6 @@ DESCRIPTION = Spam detection and filtering network define BLURB - Spam detection and filtering network endef MASTER_SITES = http://prdownloads.sourceforge.net/razor/ @@ -14,12 +13,18 @@ LICENSE = LICENSE -RUNTIME_DEP_PKGS = CSWperl CSWpmuri CSWpmnetdns CSWpmdigestsha1 CSWpmdigestnilsimsa CSWpmdigesthmac +RUNTIME_DEP_PKGS = CSWperl +RUNTIME_DEP_PKGS += CSWpm-digest-hmac +RUNTIME_DEP_PKGS += CSWpm-digest-sha1 +RUNTIME_DEP_PKGS += CSWpm-net-dns +RUNTIME_DEP_PKGS += CSWpm-uri +RUNTIME_DEP_PKGS += CSWpmdigestnilsimsa # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(NAME)-agents-(\d+(?:\.\d+)*).tar.bz2 +#UFILES_REGEX = $(NAME)-agents-(\d+(?:\.\d+)*).tar.bz2 CONFIGURE_SCRIPTS = custom +TEST_SCRIPTS = EXTRA_MERGE_EXCLUDE_FILES = .*\/perllocal\.pod This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sun Jul 20 23:27:04 2014 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sun, 20 Jul 2014 21:27:04 +0000 Subject: SF.net SVN: gar:[23851] csw/mgar/pkg/razor/trunk/Makefile Message-ID: <3hGfKQ0pMxz1Rn@mail.opencsw.org> Revision: 23851 http://sourceforge.net/p/gar/code/23851 Author: bonivart Date: 2014-07-20 21:27:03 +0000 (Sun, 20 Jul 2014) Log Message: ----------- razor/trunk: add overrides Modified Paths: -------------- csw/mgar/pkg/razor/trunk/Makefile Modified: csw/mgar/pkg/razor/trunk/Makefile =================================================================== --- csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 21:22:59 UTC (rev 23850) +++ csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 21:27:03 UTC (rev 23851) @@ -20,10 +20,14 @@ RUNTIME_DEP_PKGS += CSWpm-uri RUNTIME_DEP_PKGS += CSWpmdigestnilsimsa -# We define upstream file regex so we can be notifed of new upstream software release -#UFILES_REGEX = $(NAME)-agents-(\d+(?:\.\d+)*).tar.bz2 +CHECKPKG_OVERRIDES_CSWrazor += surplus-dependency|CSWpm-digest-sha1 +CHECKPKG_OVERRIDES_CSWrazor += surplus-dependency|CSWpmdigestnilsimsa +CHECKPKG_OVERRIDES_CSWrazor += surplus-dependency|CSWpm-digest-hmac +CHECKPKG_OVERRIDES_CSWrazor += surplus-dependency|CSWpm-uri +CHECKPKG_OVERRIDES_CSWrazor += surplus-dependency|CSWpm-net-dns CONFIGURE_SCRIPTS = custom +# No tests TEST_SCRIPTS = EXTRA_MERGE_EXCLUDE_FILES = .*\/perllocal\.pod This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Sat Jul 26 10:30:15 2014 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Sat, 26 Jul 2014 08:30:15 +0000 Subject: SF.net SVN: gar:[23853] csw/mgar/pkg/postgresql/branches/postgresql-8.4/ files/changelog.CSW Message-ID: <3hL0pT6Sm6z6c@mail.opencsw.org> Revision: 23853 http://sourceforge.net/p/gar/code/23853 Author: guengel Date: 2014-07-26 08:30:13 +0000 (Sat, 26 Jul 2014) Log Message: ----------- postgresql/branches/postgresql-8.4: Inadvertently used DAM style changelog entry for new release; fixed. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2014-07-26 08:16:01 UTC (rev 23852) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2014-07-26 08:30:13 UTC (rev 23853) @@ -1,8 +1,8 @@ -postgresql84 (2014-07-26T10:14:13+0200) +postgresql84 (8.4.22,REV=2014.07.26) * New upstream release 8.4.22. - -- Rafael Ostertag Sat, 26 Jul 2014 10:14:13 +0200 + -- Rafael Ostertag Sat, 26 Jul 2014 10:22:27 +0200 postgresql84 (8.4.21,REV=2014.04.12) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jul 26 12:10:51 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 26 Jul 2014 10:10:51 +0000 Subject: SF.net SVN: gar:[23854] csw/mgar/pkg/subversion/trunk Message-ID: <3hL32P5fGGzCw@mail.opencsw.org> Revision: 23854 http://sourceforge.net/p/gar/code/23854 Author: rthurner Date: 2014-07-26 10:10:49 +0000 (Sat, 26 Jul 2014) Log Message: ----------- subversion/trunk: upgrade to svn-1.8.9 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2014-07-26 08:30:13 UTC (rev 23853) +++ csw/mgar/pkg/subversion/trunk/Makefile 2014-07-26 10:10:49 UTC (rev 23854) @@ -20,7 +20,7 @@ # http://subversion.apache.org/mailing-lists.html NAME = subversion -VERSION = 1.8.5 +VERSION = 1.8.9 GARTYPE = v2 DESCRIPTION = Version control rethought Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2014-07-26 08:30:13 UTC (rev 23853) +++ csw/mgar/pkg/subversion/trunk/checksums 2014-07-26 10:10:49 UTC (rev 23854) @@ -1 +1 @@ -77349caf0ef5a612c9718c53516a9934 subversion-1.8.5.tar.bz2 +bd495517a760ddd764ce449a891971db subversion-1.8.9.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jul 26 12:15:50 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 26 Jul 2014 10:15:50 +0000 Subject: SF.net SVN: gar:[23855] csw/mgar/pkg/mercurial/trunk Message-ID: <3hL3870ZjwzHH@mail.opencsw.org> Revision: 23855 http://sourceforge.net/p/gar/code/23855 Author: rthurner Date: 2014-07-26 10:15:47 +0000 (Sat, 26 Jul 2014) Log Message: ----------- mercurial/trunk: upgrade to hg-3.0.2 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2014-07-26 10:10:49 UTC (rev 23854) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2014-07-26 10:15:47 UTC (rev 23855) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 2.9 +VERSION = 3.0.2 CATEGORIES = python GARTYPE = v2 Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2014-07-26 10:10:49 UTC (rev 23854) +++ csw/mgar/pkg/mercurial/trunk/checksums 2014-07-26 10:15:47 UTC (rev 23855) @@ -1 +1 @@ -de902a5300beb16c778bc88949832e94 mercurial-2.9.tar.gz +c5be4265745a8140fec777a4dfc40e0e mercurial-3.0.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sat Jul 26 13:39:48 2014 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sat, 26 Jul 2014 11:39:48 +0000 Subject: SF.net SVN: gar:[23858] csw/mgar/pkg/scons/trunk Message-ID: <3hL5120grDzSm@mail.opencsw.org> Revision: 23858 http://sourceforge.net/p/gar/code/23858 Author: rthurner Date: 2014-07-26 11:39:46 +0000 (Sat, 26 Jul 2014) Log Message: ----------- scons/trunk: upgrade scons from 2.3.0 to 2.3.2 Modified Paths: -------------- csw/mgar/pkg/scons/trunk/Makefile csw/mgar/pkg/scons/trunk/checksums Modified: csw/mgar/pkg/scons/trunk/Makefile =================================================================== --- csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 11:22:25 UTC (rev 23857) +++ csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 11:39:46 UTC (rev 23858) @@ -1,7 +1,7 @@ # $Id$ NAME = scons -VERSION = 2.3.0 +VERSION = 2.3.2 CATEGORIES = python GARTYPE = v2 Modified: csw/mgar/pkg/scons/trunk/checksums =================================================================== --- csw/mgar/pkg/scons/trunk/checksums 2014-07-26 11:22:25 UTC (rev 23857) +++ csw/mgar/pkg/scons/trunk/checksums 2014-07-26 11:39:46 UTC (rev 23858) @@ -1 +1 @@ -083ce5624d6adcbdaf2526623f456ca9 scons-2.3.0.tar.gz +bbd428da35ec176575a2b0be1f8d7162 scons-2.3.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 Sat Jul 26 23:20:32 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 26 Jul 2014 21:20:32 +0000 Subject: SF.net SVN: gar:[23861] csw/mgar/pkg/scons/trunk/Makefile Message-ID: <3hLKv71LLWz13w@mail.opencsw.org> Revision: 23861 http://sourceforge.net/p/gar/code/23861 Author: dmichelsen Date: 2014-07-26 21:20:30 +0000 (Sat, 26 Jul 2014) Log Message: ----------- scons/trunk: Use python2.7 as exec-name as reported in http://lists.opencsw.org/pipermail/maintainers/2014-July/019371.html Modified Paths: -------------- csw/mgar/pkg/scons/trunk/Makefile Modified: csw/mgar/pkg/scons/trunk/Makefile =================================================================== --- csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 20:06:59 UTC (rev 23860) +++ csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 21:20:30 UTC (rev 23861) @@ -42,7 +42,7 @@ # scons needs Python 2.7 REINPLACEMENTS += python REINPLACE_MATCH_python = \#!.* -REINPLACE_WITH_python = \#!/opt/csw/bin/python27 +REINPLACE_WITH_python = \#!/opt/csw/bin/python2.7 REINPLACE_FILES_python += script/scons CONFIGURE_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Jul 27 01:36:16 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 26 Jul 2014 23:36:16 +0000 Subject: SF.net SVN: gar:[23863] csw/mgar/pkg/logwatch/trunk/Makefile Message-ID: <3hLNvj2YXxz1FC@mail.opencsw.org> Revision: 23863 http://sourceforge.net/p/gar/code/23863 Author: bdwalton Date: 2014-07-26 23:36:13 +0000 (Sat, 26 Jul 2014) Log Message: ----------- logwatch/trunk: use a variable name that does not conflict with traditional environment settings Modified Paths: -------------- csw/mgar/pkg/logwatch/trunk/Makefile Modified: csw/mgar/pkg/logwatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-26 22:10:54 UTC (rev 23862) +++ csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-26 23:36:13 UTC (rev 23863) @@ -53,7 +53,7 @@ MANDIR = $(datadir)/man DOCDIR = $(datadir)/doc/$(NAME) CONFDIR = $(sysconfdir)/$(NAME) -TMPDIR = /var/opt/csw/$(NAME) +TEMP_DIR = /var/opt/csw/$(NAME) install-custom: @(echo "A no-op installer."; \ @@ -62,7 +62,7 @@ post-install-modulated: (cd $(WORKSRC); \ - $(INSTALLDIR) $(DESTDIR)$(TMPDIR); \ + $(INSTALLDIR) $(DESTDIR)$(TEMP_DIR); \ $(INSTALLDIR) $(DESTDIR)$(BINDIR); \ $(INSTALLDIR) $(DESTDIR)$(CONFDIR); \ $(INSTALLDIR) $(DESTDIR)$(CONFDIR)/conf; \ @@ -109,8 +109,8 @@ perl -pi -e "s%/usr/bin/perl%/opt/csw/bin/perl%" $(DESTDIR)$(BINDIR)/logwatch.pl; \ perl -pi -e "s%/etc/logwatch%/etc/opt/csw/logwatch%" $(DESTDIR)$(BINDIR)/logwatch.pl; \ perl -pi -e "s%sendmail%/usr/lib/sendmail%" $(DESTDIR)$(SHAREDIR)/default.conf/logwatch.conf; \ - $(INSTALLDIR) $(DESTDIR)$(TMPDIR); \ - echo "TmpDir = $(TMPDIR)" >> $(DESTDIR)$(CONFDIR)/conf/logwatch.conf; \ + $(INSTALLDIR) $(DESTDIR)$(TEMP_DIR); \ + echo "TmpDir = $(TEMP_DIR)" >> $(DESTDIR)$(CONFDIR)/conf/logwatch.conf; \ $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man8; \ $(INSTALLDATA) logwatch.8 $(DESTDIR)$(MANDIR)/man8; \ $(INSTALLEXE) logwatch.wrapper $(DESTDIR)$(BINDIR)/logwatch; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Jul 27 11:07:11 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 27 Jul 2014 09:07:11 +0000 Subject: SF.net SVN: gar:[23864] csw/mgar/pkg/logwatch/trunk Message-ID: <3hLdZg2Jvtz1VX@mail.opencsw.org> Revision: 23864 http://sourceforge.net/p/gar/code/23864 Author: bdwalton Date: 2014-07-27 09:07:09 +0000 (Sun, 27 Jul 2014) Log Message: ----------- logwatch/trunk: covert old-style patch to git format Modified Paths: -------------- csw/mgar/pkg/logwatch/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/logwatch/trunk/files/0002-fix-manpage-paths.patch Removed Paths: ------------- csw/mgar/pkg/logwatch/trunk/files/fix-manpage-paths.patch Modified: csw/mgar/pkg/logwatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-26 23:36:13 UTC (rev 23863) +++ csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:07:09 UTC (rev 23864) @@ -14,8 +14,8 @@ MASTER_SITES = ftp://ftp.kaybee.org/pub/linux/ DISTFILES = $(NAME)-$(VERSION).tar.gz -PATCHFILES = fix-manpage-paths.patch -PATCHFILES += 0001-add-logwatch.wrapper.patch +PATCHFILES = 0001-add-logwatch.wrapper.patch +PATCHFILES += 0002-fix-manpage-paths.patch # We define upstream file regex so we can be notifed of new upstream # software release Added: csw/mgar/pkg/logwatch/trunk/files/0002-fix-manpage-paths.patch =================================================================== --- csw/mgar/pkg/logwatch/trunk/files/0002-fix-manpage-paths.patch (rev 0) +++ csw/mgar/pkg/logwatch/trunk/files/0002-fix-manpage-paths.patch 2014-07-27 09:07:09 UTC (rev 23864) @@ -0,0 +1,40 @@ +From 99ef9b4b15e2dcd8a5321ebe71d9d0419eb124fa Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Sun, 27 Jul 2014 09:59:50 +0100 +Subject: fix manpage paths + +--- + logwatch.8 | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/logwatch.8 b/logwatch.8 +index c9561d1..4f66c93 100644 +--- a/logwatch.8 ++++ b/logwatch.8 +@@ -105,12 +105,12 @@ Displays usage information + .IP "\fB--help\fR" + same as --usage. + .SH FILES +-.IP /usr/share/logwatch/ ++.IP /opt/csw/share/logwatch/ + .RS + This directory contains all the perl executables and + configuration files shipped with the logwatch distribution. + .RE +-.IP /etc/logwatch ++.IP /etc/opt/csw/logwatch + .RS + This directory contains local configuration files that override + the default configuration. See \fBMORE INFORMATION\fR below for more +@@ -127,7 +127,7 @@ xferlogs. + This will print out login information for the previous day... + .RE + .SH MORE INFORMATION +-The directory /usr/share/doc/logwatch-* contains several files with additional ++The directory /opt/csw//share/doc/logwatch contains several files with additional + documentation: + .RE + .I HOWTO-Customize-LogWatch +-- +2.0.0 + Deleted: csw/mgar/pkg/logwatch/trunk/files/fix-manpage-paths.patch =================================================================== --- csw/mgar/pkg/logwatch/trunk/files/fix-manpage-paths.patch 2014-07-26 23:36:13 UTC (rev 23863) +++ csw/mgar/pkg/logwatch/trunk/files/fix-manpage-paths.patch 2014-07-27 09:07:09 UTC (rev 23864) @@ -1,27 +0,0 @@ -diff -u -r logwatch-7.3.6.orig/logwatch.8 logwatch-7.3.6/logwatch.8 ---- logwatch-7.3.6.orig/logwatch.8 2010-01-17 22:15:53.115085073 +0100 -+++ logwatch-7.3.6/logwatch.8 2010-01-17 22:17:10.483671625 +0100 -@@ -105,12 +105,12 @@ - .IP "\fB--help\fR" - same as --usage. - .SH FILES --.IP /usr/share/logwatch/ -+.IP /opt/csw/share/logwatch/ - .RS - This directory contains all the perl executables and - configuration files shipped with the logwatch distribution. - .RE --.IP /etc/logwatch -+.IP /etc/opt/csw/logwatch - .RS - This directory contains local configuration files that override - the default configuration. See \fBMORE INFORMATION\fR below for more -@@ -127,7 +127,7 @@ - This will print out login information for the previous day... - .RE - .SH MORE INFORMATION --The directory /usr/share/doc/logwatch-* contains several files with additional -+The directory /opt/csw//share/doc/logwatch contains several files with additional - documentation: - .RE - .I HOWTO-Customize-LogWatch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Jul 27 11:16:41 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 27 Jul 2014 09:16:41 +0000 Subject: SF.net SVN: gar:[23865] csw/mgar/pkg/logwatch/trunk Message-ID: <3hLdnc0lfmz2G@mail.opencsw.org> Revision: 23865 http://sourceforge.net/p/gar/code/23865 Author: bdwalton Date: 2014-07-27 09:16:39 +0000 (Sun, 27 Jul 2014) Log Message: ----------- logwatch/trunk: change usr/share fixes to a patch instead of a perl substitution Modified Paths: -------------- csw/mgar/pkg/logwatch/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/logwatch/trunk/files/0003-Patch-out-usr-share-paths-for-opt-csw-share.patch Modified: csw/mgar/pkg/logwatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:07:09 UTC (rev 23864) +++ csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:16:39 UTC (rev 23865) @@ -16,6 +16,7 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz PATCHFILES = 0001-add-logwatch.wrapper.patch PATCHFILES += 0002-fix-manpage-paths.patch +PATCHFILES += 0003-Patch-out-usr-share-paths-for-opt-csw-share.patch # We define upstream file regex so we can be notifed of new upstream # software release @@ -105,7 +106,6 @@ touch $(DESTDIR)$(CONFDIR)/conf/logwatch.conf; \ touch $(DESTDIR)$(CONFDIR)/conf/ignore.conf; \ touch $(DESTDIR)$(CONFDIR)/conf/override.conf; \ - perl -pi -e "s%/usr/share%/opt/csw/share%" $(DESTDIR)$(BINDIR)/logwatch.pl; \ perl -pi -e "s%/usr/bin/perl%/opt/csw/bin/perl%" $(DESTDIR)$(BINDIR)/logwatch.pl; \ perl -pi -e "s%/etc/logwatch%/etc/opt/csw/logwatch%" $(DESTDIR)$(BINDIR)/logwatch.pl; \ perl -pi -e "s%sendmail%/usr/lib/sendmail%" $(DESTDIR)$(SHAREDIR)/default.conf/logwatch.conf; \ Added: csw/mgar/pkg/logwatch/trunk/files/0003-Patch-out-usr-share-paths-for-opt-csw-share.patch =================================================================== --- csw/mgar/pkg/logwatch/trunk/files/0003-Patch-out-usr-share-paths-for-opt-csw-share.patch (rev 0) +++ csw/mgar/pkg/logwatch/trunk/files/0003-Patch-out-usr-share-paths-for-opt-csw-share.patch 2014-07-27 09:16:39 UTC (rev 23865) @@ -0,0 +1,271 @@ +From 7627aebcaf10dfce65c534b4fd155ac515eddaa7 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Sun, 27 Jul 2014 10:14:48 +0100 +Subject: [PATCH] Patch out /usr/share paths for /opt/csw/share. + +Signed-off-by: Ben Walton +--- + HOWTO-Customize-LogWatch | 36 ++++++++++++++++++------------------ + conf/logfiles/clam-update.conf | 6 +++--- + conf/logwatch.conf | 2 +- + conf/services/clam-update.conf | 6 +++--- + conf/services/slon.conf | 4 ++-- + scripts/logwatch.pl | 2 +- + scripts/services/clam-update | 6 +++--- + scripts/services/slon | 4 ++-- + 8 files changed, 33 insertions(+), 33 deletions(-) + +diff --git a/HOWTO-Customize-LogWatch b/HOWTO-Customize-LogWatch +index c9bd21a..51b4f3b 100644 +--- a/HOWTO-Customize-LogWatch ++++ b/HOWTO-Customize-LogWatch +@@ -50,7 +50,7 @@ This section describes the subdirectories and files shipped + with the Logwatch distribution, using the names and locations + used by default. + +-The directory /usr/share/logwatch contains both the configuration ++The directory /opt/csw/share/logwatch contains both the configuration + and (perl) executable files. The contents of this directory are + the following subdirectories: + +@@ -76,8 +76,8 @@ The /etc/logwatch directory contains the following subdirectories: + A. Configuration Structure + -------------------------- + +-The contents of the three directories /usr/share/logwatch/default.conf, +-/usr/share/logwatch/dist.conf, and /etc/logwatch/conf, all have the ++The contents of the three directories /opt/csw/share/logwatch/default.conf, ++/opt/csw/share/logwatch/dist.conf, and /etc/logwatch/conf, all have the + same structure: + + services: This subdirectory contains the configuration +@@ -118,7 +118,7 @@ which is described in section 4, "Customizing the Configuration." + B. Executable Structure + ----------------------- + +-The contents of the two directories /usr/share/logwatch/scripts ++The contents of the two directories /opt/csw/share/logwatch/scripts + and /etc/logwatch/scripts have the same structure: + + services: This subdirectory contains the executable +@@ -156,9 +156,9 @@ Logwatch to be different. + You can customize the output of logwatch by modifying variables in the + /etc/logwatch/conf directory. + +-Default values are specified in the /usr/share/logwatch/default.conf ++Default values are specified in the /opt/csw/share/logwatch/default.conf + directory. Your distribution may have set additional defaults in the +-/usr/share/logwatch/dist.conf directory. All the variables available ++/opt/csw/share/logwatch/dist.conf directory. All the variables available + are declared in the files under these directories. You can change the + default values to modify how or what is displayed with logwatch. + +@@ -171,7 +171,7 @@ There are two mechanisms for customizing the variables: + + 1. The /etc/logwatch/conf directory is first searched for files with the + same name and relative location as the +- /usr/share/logwatch/default.conf directory. Variables declared in ++ /opt/csw/share/logwatch/default.conf directory. Variables declared in + these files override the defaults. + + For example, if file /etc/logwatch/conf/services/sendmail.conf has the +@@ -202,7 +202,7 @@ There are two mechanisms for customizing the variables: + + If an executable script is declared in an /etc/logwatch/conf file, + all of the executable script declarations in the corresponding file +- in /usr/share/logwatch/default.conf or /usr/share/logwatch/dist.conf ++ in /opt/csw/share/logwatch/default.conf or /opt/csw/share/logwatch/dist.conf + are ignored. + + Because of the way variables and executable scripts are declared, +@@ -213,7 +213,7 @@ There are two mechanisms for customizing the variables: + above, or + + - you can copy an entire configuration file from +- /usr/share/logwatch/default.conf to its corresponding location in ++ /opt/csw/share/logwatch/default.conf to its corresponding location in + /etc/logwatch/conf, and then modify those lines that require it. + Because duplicates are removed from cumulative variables, and + new executable script groups override the old ones, the output +@@ -229,19 +229,19 @@ There are two mechanisms for customizing the variables: + logwatch: + This string indicates that the rest of the line is a global + configuration option, and uses the same syntax as the +- /usr/share/logwatch/default.conf/logwatch.conf file. ++ /opt/csw/share/logwatch/default.conf/logwatch.conf file. + + services/service_name: + (Where service_name is the name of a service.) This string + indicates that the rest of the line is a configuration + option for the specified service, and uses the same syntax +- as the /usr/share/logwatch/default.conf/services files. ++ as the /opt/csw/share/logwatch/default.conf/services files. + + logfiles/service_name: + (Where service_name is the name of a service.) This string + indicates that the rest of the line is a configuration + option for the specified service, and uses the same syntax +- as the /usr/share/logwatch/default.conf/logfiles files. ++ as the /opt/csw/share/logwatch/default.conf/logfiles files. + + + For example, if the file /etc/logwatch/conf/override.conf has the single +@@ -271,10 +271,10 @@ specified in section 4, you can override the default executable + scripts. + + This is accomplished by placing an executable file with the same +-name and relative path (with respect to /usr/share/logwatch/scripts) ++name and relative path (with respect to /opt/csw/share/logwatch/scripts) + under the /etc/logwatch/scripts directory. If such a file is + found in the /etc/logwatch/scripts directory, the corresponding +-file under /usr/share/logwatch/scripts will be ignored. ++file under /opt/csw/share/logwatch/scripts will be ignored. + + + 6. Creating New Service Filters +@@ -285,7 +285,7 @@ executable files, described above, and placing them in the + /etc/logwatch directory. This section provides additional + details and examples for creating new service filters, but + it might be easier to base the new files on the existing +-configuration and script files under the /usr/share/logwatch ++configuration and script files under the /opt/csw/share/logwatch + directory. + + +@@ -323,7 +323,7 @@ Now, the general theory is that the LogFile Group should apply the date + range requested. If the logfile is in the standard syslog format, you can + use the shared script 'ApplyStdDate' to filter out only the appropriate log + entries. The way to call shared scripts (located under +-/usr/share/logwatch/scripts/shared) is: ++/opt/csw/share/logwatch/scripts/shared) is: + + *ApplyStdDate = + +@@ -332,7 +332,7 @@ Anything following the equal sign will be passed to the program as arguments + look at the current logfile group config files for examples. + + +-Finally, if the directory /usr/share/logwatch/scripts/logfiles// ++Finally, if the directory /opt/csw/share/logwatch/scripts/logfiles// + exists, any scripts in that directory will be executed. All of these + scripts take the contents of all the specified logfiles in through STDIN and + output the modified logfile trought STDOUT. +@@ -368,7 +368,7 @@ You can have commands in the form of: + + *SharedScriptName = Arguments + +-that will execute a script found in the /usr/share/logwatch/scripts/shared/ ++that will execute a script found in the /opt/csw/share/logwatch/scripts/shared/ + directory named 'SharedScriptName' with arguments 'Arguments'. + This filter will modify the input to the service's filter. + +diff --git a/conf/logfiles/clam-update.conf b/conf/logfiles/clam-update.conf +index 099c1d3..e63458b 100644 +--- a/conf/logfiles/clam-update.conf ++++ b/conf/logfiles/clam-update.conf +@@ -17,9 +17,9 @@ + ######################################################################### + # Files - all shown with default paths: + # +-# /usr/share/logwatch/default.conf/logfiles/clam-update.conf (this file) +-# /usr/share/logwatch/default.conf/services/clam-update.conf +-# /usr/share/logwatch/scripts/services/clam-update ++# /opt/csw/share/logwatch/default.conf/logfiles/clam-update.conf (this file) ++# /opt/csw/share/logwatch/default.conf/services/clam-update.conf ++# /opt/csw/share/logwatch/scripts/services/clam-update + # + # ... and of course + # +diff --git a/conf/logwatch.conf b/conf/logwatch.conf +index 9fc8573..8eea90c 100644 +--- a/conf/logwatch.conf ++++ b/conf/logwatch.conf +@@ -73,7 +73,7 @@ Detail = Low + + + # The 'Service' option expects either the name of a filter +-# (in /usr/share/logwatch/scripts/services/*) or 'All'. ++# (in /opt/csw/share/logwatch/scripts/services/*) or 'All'. + # The default service(s) to report on. This should be left as All for + # most people. + Service = All +diff --git a/conf/services/clam-update.conf b/conf/services/clam-update.conf +index 2497e3d..89bb2af 100644 +--- a/conf/services/clam-update.conf ++++ b/conf/services/clam-update.conf +@@ -17,9 +17,9 @@ + ######################################################################### + # Files - all shown with default paths: + # +-# /usr/share/logwatch/default.conf/logfiles/clam-update.conf +-# /usr/share/logwatch/default.conf/services/clam-update.conf (this file) +-# /usr/share/logwatch/scripts/services/clam-update ++# /opt/csw/share/logwatch/default.conf/logfiles/clam-update.conf ++# /opt/csw/share/logwatch/default.conf/services/clam-update.conf (this file) ++# /opt/csw/share/logwatch/scripts/services/clam-update + # + # ... and of course + # +diff --git a/conf/services/slon.conf b/conf/services/slon.conf +index 12dfdef..65a4a51 100644 +--- a/conf/services/slon.conf ++++ b/conf/services/slon.conf +@@ -12,8 +12,8 @@ + ########################################################################### + # This config file assumes that slon is + # logging to /var/log/messages, if not, you need to +-# update the /usr/share/logwatch/default.conf/services/slon.conf and +-# possibly add a new entry in /usr/share/logwatch/default.conf/logfiles ++# update the /opt/csw/share/logwatch/default.conf/services/slon.conf and ++# possibly add a new entry in /opt/csw/share/logwatch/default.conf/logfiles + # + ########################################################################### + +diff --git a/scripts/logwatch.pl b/scripts/logwatch.pl +index ca9d9ff..e5b7a85 100755 +--- a/scripts/logwatch.pl ++++ b/scripts/logwatch.pl +@@ -41,7 +41,7 @@ $ENV{'LC_ALL'} = "C"; + use POSIX qw(locale_h); + setlocale(LC_ALL, "C"); + +-my $BaseDir = "/usr/share/logwatch"; ++my $BaseDir = "/opt/csw/share/logwatch"; + my $ConfigDir = "/etc/logwatch"; + my $PerlVersion = "$^X"; + +diff --git a/scripts/services/clam-update b/scripts/services/clam-update +index 879ca45..9b279f6 100755 +--- a/scripts/services/clam-update ++++ b/scripts/services/clam-update +@@ -42,9 +42,9 @@ + ######################################################################### + # Files - all shown with default paths: + # +-# /usr/share/logwatch/default.conf/logfiles/clam-update.conf +-# /usr/share/logwatch/default.conf/services/clam-update.conf +-# /usr/share/logwatch/scripts/services/clam-update (this file) ++# /opt/csw/share/logwatch/default.conf/logfiles/clam-update.conf ++# /opt/csw/share/logwatch/default.conf/services/clam-update.conf ++# /opt/csw/share/logwatch/scripts/services/clam-update (this file) + # + # ... and of course + # +diff --git a/scripts/services/slon b/scripts/services/slon +index e4e0687..e231d78 100644 +--- a/scripts/services/slon ++++ b/scripts/services/slon +@@ -23,8 +23,8 @@ + # + # This script and config file assumes that slon is + # logging to /var/log/messages, if not, you need to +-# update the /usr/share/logwatch/default.conf/services/slon.conf and +-# possibly add a new entry in /usr/share/logwatch/default.conf/logfiles ++# update the /opt/csw/share/logwatch/default.conf/services/slon.conf and ++# possibly add a new entry in /opt/csw/share/logwatch/default.conf/logfiles + # + # Please send all comments, suggestions, bug reports, + # etc, to jeff.frost at frostconsultingllc.com and +-- +2.0.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Jul 27 11:35:14 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 27 Jul 2014 09:35:14 +0000 Subject: SF.net SVN: gar:[23868] csw/mgar/pkg/logwatch/trunk Message-ID: <3hLfBr6kr3z5c@mail.opencsw.org> Revision: 23868 http://sourceforge.net/p/gar/code/23868 Author: bdwalton Date: 2014-07-27 09:35:11 +0000 (Sun, 27 Jul 2014) Log Message: ----------- logwatch/trunk: set /usr/lib/sendmail with a patch instead of a substitution Modified Paths: -------------- csw/mgar/pkg/logwatch/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/logwatch/trunk/files/0006-Default-to-sendmail-in-the-expected-solaris-location.patch Modified: csw/mgar/pkg/logwatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:29:57 UTC (rev 23867) +++ csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:35:11 UTC (rev 23868) @@ -19,6 +19,7 @@ PATCHFILES += 0003-Patch-out-usr-share-paths-for-opt-csw-share.patch PATCHFILES += 0004-Change-usr-bin-refereces-to-opt-csw-bin.patch PATCHFILES += 0005-Change-etc-logwatch-references-to-etc-opt-csw-logwat.patch +PATCHFILES += 0006-Default-to-sendmail-in-the-expected-solaris-location.patch # We define upstream file regex so we can be notifed of new upstream # software release @@ -108,7 +109,6 @@ touch $(DESTDIR)$(CONFDIR)/conf/logwatch.conf; \ touch $(DESTDIR)$(CONFDIR)/conf/ignore.conf; \ touch $(DESTDIR)$(CONFDIR)/conf/override.conf; \ - perl -pi -e "s%sendmail%/usr/lib/sendmail%" $(DESTDIR)$(SHAREDIR)/default.conf/logwatch.conf; \ $(INSTALLDIR) $(DESTDIR)$(TEMP_DIR); \ echo "TmpDir = $(TEMP_DIR)" >> $(DESTDIR)$(CONFDIR)/conf/logwatch.conf; \ $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man8; \ Added: csw/mgar/pkg/logwatch/trunk/files/0006-Default-to-sendmail-in-the-expected-solaris-location.patch =================================================================== --- csw/mgar/pkg/logwatch/trunk/files/0006-Default-to-sendmail-in-the-expected-solaris-location.patch (rev 0) +++ csw/mgar/pkg/logwatch/trunk/files/0006-Default-to-sendmail-in-the-expected-solaris-location.patch 2014-07-27 09:35:11 UTC (rev 23868) @@ -0,0 +1,26 @@ +From 8cd7d408e9198cc5294300c3a68cd0ae88c3c257 Mon Sep 17 00:00:00 2001 +From: Ben Walton +Date: Sun, 27 Jul 2014 10:32:59 +0100 +Subject: [PATCH] Default to sendmail in the expected solaris location + +Signed-off-by: Ben Walton +--- + conf/logwatch.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/conf/logwatch.conf b/conf/logwatch.conf +index 8eea90c..3d0f5ed 100644 +--- a/conf/logwatch.conf ++++ b/conf/logwatch.conf +@@ -106,7 +106,7 @@ Service = "-eximstats" # Prevents execution of eximstats service, which + # At this point you can change the mailer to any thing else that can handle that output + # stream. TODO test variables in the mailer string to see if the To/From/Subject can be set + # From here with out breaking anything. This would allow mail/mailx/nail etc..... -mgt +-mailer = "sendmail -t" ++mailer = "/usr/lib/sendmail -t" + + # + # With this option set to 'Yes', only log entries for this particular host +-- +2.0.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Jul 27 12:03:01 2014 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 27 Jul 2014 10:03:01 +0000 Subject: SF.net SVN: gar:[23869] csw/mgar/pkg/logwatch/trunk/Makefile Message-ID: <3hLfpt34Vgz9r@mail.opencsw.org> Revision: 23869 http://sourceforge.net/p/gar/code/23869 Author: bdwalton Date: 2014-07-27 10:03:00 +0000 (Sun, 27 Jul 2014) Log Message: ----------- logwatch/trunk: sysconfdir now defaults correctly, so remove our override Modified Paths: -------------- csw/mgar/pkg/logwatch/trunk/Makefile Modified: csw/mgar/pkg/logwatch/trunk/Makefile =================================================================== --- csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 09:35:11 UTC (rev 23868) +++ csw/mgar/pkg/logwatch/trunk/Makefile 2014-07-27 10:03:00 UTC (rev 23869) @@ -43,7 +43,6 @@ include gar/category.mk -sysconfdir = /etc/opt/csw CRONDIR = $(sysconfdir)/pkg/CSW$(NAME)/crontabs CRONTABS = $(CRONDIR)/root This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sun Jul 27 18:06:41 2014 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 27 Jul 2014 16:06:41 +0000 Subject: SF.net SVN: gar:[23871] csw/mgar/pkg/scons/trunk Message-ID: <3hLptX2YSYzQC@mail.opencsw.org> Revision: 23871 http://sourceforge.net/p/gar/code/23871 Author: dmichelsen Date: 2014-07-27 16:06:37 +0000 (Sun, 27 Jul 2014) Log Message: ----------- scons/trunk: Forward-port patch for 2.3.2 Modified Paths: -------------- csw/mgar/pkg/scons/trunk/Makefile csw/mgar/pkg/scons/trunk/files/0001-Solaris-9-ld-1-needs-h-for-soname.patch Modified: csw/mgar/pkg/scons/trunk/Makefile =================================================================== --- csw/mgar/pkg/scons/trunk/Makefile 2014-07-27 10:33:37 UTC (rev 23870) +++ csw/mgar/pkg/scons/trunk/Makefile 2014-07-27 16:06:37 UTC (rev 23871) @@ -24,7 +24,7 @@ # We have only one package and that is archall, choose sparc # We need libserf on Solaris 9 for subversion and that requires a current scons -# Solaris 10 has different link options, so different packages for SOolaris 9 and 10 +# Solaris 10 has different link options, so different packages for Solaris 9 and 10 PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-sparc Modified: csw/mgar/pkg/scons/trunk/files/0001-Solaris-9-ld-1-needs-h-for-soname.patch =================================================================== --- csw/mgar/pkg/scons/trunk/files/0001-Solaris-9-ld-1-needs-h-for-soname.patch 2014-07-27 10:33:37 UTC (rev 23870) +++ csw/mgar/pkg/scons/trunk/files/0001-Solaris-9-ld-1-needs-h-for-soname.patch 2014-07-27 16:06:37 UTC (rev 23871) @@ -1,6 +1,6 @@ -From feb87c6d43dfb361f771cf4d2ddc456cd8746fef Mon Sep 17 00:00:00 2001 +From fe5c8571c54955c5803eef17671f1e7ca0688050 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Fri, 14 Feb 2014 10:14:28 +0100 +Date: Sun, 27 Jul 2014 18:02:04 +0200 Subject: [PATCH] Solaris 9 ld(1) needs -h for soname --- @@ -8,18 +8,18 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/SCons/Tool/__init__.py b/engine/SCons/Tool/__init__.py -index b12095f..344c934 100644 +index 947b7a5..9ef84f0 100644 --- a/engine/SCons/Tool/__init__.py +++ b/engine/SCons/Tool/__init__.py -@@ -306,7 +306,7 @@ symlinks for the platform we are on""" - (major, age, revision) = version.split(".") - # soname will have only the major version number in it - soname = re.sub(suffix_re, shlib_suffix, libname) + '.' + major -- shlink_flags += [ '-Wl,-Bsymbolic', '-Wl,-soname=%s' % soname ] -+ shlink_flags += [ '-Wl,-Bsymbolic', '-Wl,-h%s' % soname ] - if Verbose: - print " soname ",soname,", shlink_flags ",shlink_flags +@@ -314,7 +314,7 @@ symlinks for the platform we are on""" + (major, age, revision) = version.split(".") + # soname will have only the major version number in it + soname = re.sub(suffix_re, shlib_suffix, libname) + '.' + major +- shlink_flags += [ '-Wl,-soname=%s' % soname ] ++ shlink_flags += [ '-Wl,-h%s' % soname ] + if Verbose: + print " soname ",soname,", shlink_flags ",shlink_flags elif platform == 'cygwin': -- -1.8.4.1 +2.0.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Mon Jul 28 10:35:48 2014 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Mon, 28 Jul 2014 08:35:48 +0000 Subject: SF.net SVN: gar:[23874] csw/mgar/pkg/postgresql/branches/postgresql-9.1 Message-ID: <3hMDqr3hM0z138@mail.opencsw.org> Revision: 23874 http://sourceforge.net/p/gar/code/23874 Author: guengel Date: 2014-07-28 08:35:47 +0000 (Mon, 28 Jul 2014) Log Message: ----------- postgresql/branches/postgresql-9.1: New upstream release 9.1.14. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile 2014-07-28 05:49:57 UTC (rev 23873) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile 2014-07-28 08:35:47 UTC (rev 23874) @@ -90,7 +90,7 @@ BASE_VERSION = 9.1 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 13 +PATCHLEVEL = 14 VERSION = $(BASE_VERSION).$(PATCHLEVEL) GARTYPE = v2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums 2014-07-28 05:49:57 UTC (rev 23873) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums 2014-07-28 08:35:47 UTC (rev 23874) @@ -1 +1 @@ -f50e201b4ef7e0581bf32a1a32c9f14c postgresql-9.1.13.tar.bz2 +34474254fefba82ce09e084a3ebb008d postgresql-9.1.14.tar.bz2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW 2014-07-28 05:49:57 UTC (rev 23873) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW 2014-07-28 08:35:47 UTC (rev 23874) @@ -1,3 +1,10 @@ +postgresql91 (9.1.14,REV=2014.07.28) + + * New upstream release 9.1.14. + + -- Rafael Ostertag Mon, 28 Jul 2014 10:35:01 +0200 + + postgresql91 (9.1.13,REV=2014.04.12) * New upstream release 9.1.13. @@ -38,7 +45,7 @@ * New upstream release 9.1.7. * pg_config: do not emit compiler optimization flags (see - https://www.opencsw.org/mantis/view.php?id=5025) + https://www.opencsw.org/mantis/view.php?id=5025) -- Rafael Ostertag Sun, 09 Dec 2012 10:02:08 +0100 @@ -47,14 +54,14 @@ * New upstream release 9.1.6. - -- Rafael Ostertag Tue, 02 Oct 2012 15:14:12+0200 + -- Rafael Ostertag Tue, 02 Oct 2012 15:14:12 +0200 postgresql91 (9.1.5,REV=2012.08.22) * New upstream release 9.1.5. - -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06+0200 + -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06 +0200 postgresql91 (9.1.4,REV=2012.06.13) @@ -63,10 +70,10 @@ * Dropped support for Solaris 9 - * Include changelog.CSW in all packages, thus removing the clustering of - changelog.CSW files in CSWpostgresql + * Include changelog.CSW in all packages, thus removing the clustering + of changelog.CSW files in CSWpostgresql - -- Rafael Ostertag Wed, 13 June 2012 15:46:57+0200 + -- Rafael Ostertag Wed, 13 Jun 2012 15:46:57 +0200 postgresql91 (9.1.3,REV=2012.05.01) @@ -76,3 +83,5 @@ * Updated libssl dependencies. -- Rafael Ostertag Tue, 01 May 2012 08:48:19 +0200 + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Mon Jul 28 13:20:47 2014 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Mon, 28 Jul 2014 11:20:47 +0000 Subject: SF.net SVN: gar:[23875] csw/mgar/pkg/postgresql/branches/postgresql-9.2 Message-ID: <3hMJV969MWz1FP@mail.opencsw.org> Revision: 23875 http://sourceforge.net/p/gar/code/23875 Author: guengel Date: 2014-07-28 11:20:45 +0000 (Mon, 28 Jul 2014) Log Message: ----------- postgresql/branches/postgresql-9.2: New upstream release 9.2.9. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-9.2/Makefile csw/mgar/pkg/postgresql/branches/postgresql-9.2/checksums csw/mgar/pkg/postgresql/branches/postgresql-9.2/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.2/Makefile =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.2/Makefile 2014-07-28 08:35:47 UTC (rev 23874) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.2/Makefile 2014-07-28 11:20:45 UTC (rev 23875) @@ -90,7 +90,7 @@ BASE_VERSION = 9.2 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 8 +PATCHLEVEL = 9 VERSION = $(BASE_VERSION).$(PATCHLEVEL) GARTYPE = v2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.2/checksums =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.2/checksums 2014-07-28 08:35:47 UTC (rev 23874) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.2/checksums 2014-07-28 11:20:45 UTC (rev 23875) @@ -1 +1 @@ -c5c65a9b45ee53ead0b659be21ca1b97 postgresql-9.2.8.tar.bz2 +38b0937c86d537d5044c599273066cfc postgresql-9.2.9.tar.bz2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.2/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.2/files/changelog.CSW 2014-07-28 08:35:47 UTC (rev 23874) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.2/files/changelog.CSW 2014-07-28 11:20:45 UTC (rev 23875) @@ -1,3 +1,10 @@ +postgresql92 (9.2.9,REV=2014.07.28) + + * New upstream release 9.2.9. + + -- Rafael Ostertag Mon, 28 Jul 2014 13:19:57 +0200 + + postgresql92 (9.2.8,REV=2014.04.12) * New upstream release 9.2.8. @@ -38,7 +45,7 @@ * New upstream release 9.2.2. * pg_config: do not emit compiler optimization flags (see - https://www.opencsw.org/mantis/view.php?id=5025) + https://www.opencsw.org/mantis/view.php?id=5025) -- Rafael Ostertag Sun, 09 Dec 2012 10:02:08 +0100 @@ -55,3 +62,5 @@ * New upstream release 9.2.0 -- Rafael Ostertag Sun, 16 Sep 2012 14:55:51 +0200 + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Tue Jul 29 00:03:49 2014 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Mon, 28 Jul 2014 22:03:49 +0000 Subject: SF.net SVN: gar:[23878] csw/mgar/pkg/lang-python/requests/trunk Message-ID: <3hMZm80LMqzQ1@mail.opencsw.org> Revision: 23878 http://sourceforge.net/p/gar/code/23878 Author: wahwah Date: 2014-07-28 22:03:46 +0000 (Mon, 28 Jul 2014) Log Message: ----------- lang-python/requests/trunk: Update to 2.3.0 Modified Paths: -------------- csw/mgar/pkg/lang-python/requests/trunk/Makefile csw/mgar/pkg/lang-python/requests/trunk/checksums Modified: csw/mgar/pkg/lang-python/requests/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/requests/trunk/Makefile 2014-07-28 21:53:55 UTC (rev 23877) +++ csw/mgar/pkg/lang-python/requests/trunk/Makefile 2014-07-28 22:03:46 UTC (rev 23878) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = requests -VERSION = 2.2.1 +VERSION = 2.3.0 GARTYPE = v2 CATEGORIES = python Modified: csw/mgar/pkg/lang-python/requests/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/requests/trunk/checksums 2014-07-28 21:53:55 UTC (rev 23877) +++ csw/mgar/pkg/lang-python/requests/trunk/checksums 2014-07-28 22:03:46 UTC (rev 23878) @@ -1 +1 @@ -ac27081135f58d1a43e4fb38258d6f4e requests-2.2.1.tar.gz +7449ffdc8ec9ac37bbcd286003c80f00 requests-2.3.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Jul 29 00:19:52 2014 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 28 Jul 2014 22:19:52 +0000 Subject: SF.net SVN: gar:[23880] csw/mgar/pkg Message-ID: <3hMb6g3DX6zVQ@mail.opencsw.org> Revision: 23880 http://sourceforge.net/p/gar/code/23880 Author: rmottola Date: 2014-07-28 22:19:49 +0000 (Mon, 28 Jul 2014) Log Message: ----------- gs_terminal/trunk: gnustep terminal Added Paths: ----------- csw/mgar/pkg/gs_terminal/ csw/mgar/pkg/gs_terminal/Makefile csw/mgar/pkg/gs_terminal/branches/ csw/mgar/pkg/gs_terminal/tags/ csw/mgar/pkg/gs_terminal/trunk/ csw/mgar/pkg/gs_terminal/trunk/Makefile csw/mgar/pkg/gs_terminal/trunk/checksums csw/mgar/pkg/gs_terminal/trunk/files/ Added: csw/mgar/pkg/gs_terminal/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/Makefile (rev 0) +++ csw/mgar/pkg/gs_terminal/Makefile 2014-07-28 22:19:49 UTC (rev 23880) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/gs_terminal/trunk =================================================================== --- csw/mgar/pkg/gs_terminal/trunk 2014-07-28 22:07:21 UTC (rev 23879) +++ csw/mgar/pkg/gs_terminal/trunk 2014-07-28 22:19:49 UTC (rev 23880) Property changes on: csw/mgar/pkg/gs_terminal/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2014-07-28 22:19:49 UTC (rev 23880) @@ -0,0 +1,46 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = Terminal +VERSION = 0.9.8 +GARTYPE = v2 + +DESCRIPTION = GNUstep Terminal emulator +define BLURB + GNUstep Terminal emulator, providing also Terminal services. +endef + +BUILD_DEP_PKGS = CSWgmake CSWgcc4objc +DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui CSWgnustep-back + +MASTER_SITES = http://savannah.nongnu.org/download/gap/ +DISTFILES = $(DISTNAME).tar.gz + +#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) + +# now special targets for build and install so that we can source +# GNUstep.sh before +# configure is skipped +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = sourcegs +INSTALL_SCRIPTS = sourcegs + +# Disable test scripts for now +TEST_SCRIPTS = none +SKIPTEST = 1 + +include gar/category.mk + +build-sourcegs: + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) + @$(MAKECOOKIE) + +install-sourcegs: + . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install DESTDIR=$(DESTDIR) + @$(MAKECOOKIE) + +test-none : + @$(MAKECOOKIE) Property changes on: csw/mgar/pkg/gs_terminal/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/gs_terminal/trunk/checksums =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/checksums (rev 0) +++ csw/mgar/pkg/gs_terminal/trunk/checksums 2014-07-28 22:19:49 UTC (rev 23880) @@ -0,0 +1 @@ +e5ee38d17fc5d6840f3e6b167894d14b Terminal-0.9.8.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Tue Jul 29 07:46:25 2014 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Tue, 29 Jul 2014 05:46:25 +0000 Subject: SF.net SVN: gar:[23881] csw/mgar/pkg/postgresql/trunk Message-ID: <3hMn1x6hNdzps@mail.opencsw.org> Revision: 23881 http://sourceforge.net/p/gar/code/23881 Author: guengel Date: 2014-07-29 05:46:23 +0000 (Tue, 29 Jul 2014) Log Message: ----------- postgresql/trunk: New upstream release 9.3.5. Modified Paths: -------------- csw/mgar/pkg/postgresql/trunk/Makefile csw/mgar/pkg/postgresql/trunk/checksums csw/mgar/pkg/postgresql/trunk/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/trunk/Makefile =================================================================== --- csw/mgar/pkg/postgresql/trunk/Makefile 2014-07-28 22:19:49 UTC (rev 23880) +++ csw/mgar/pkg/postgresql/trunk/Makefile 2014-07-29 05:46:23 UTC (rev 23881) @@ -102,7 +102,7 @@ BASE_VERSION = 9.3 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 4 +PATCHLEVEL = 5 VERSION = $(BASE_VERSION).$(PATCHLEVEL) GARTYPE = v2 GARCOMPILER = SOS12U3 Modified: csw/mgar/pkg/postgresql/trunk/checksums =================================================================== --- csw/mgar/pkg/postgresql/trunk/checksums 2014-07-28 22:19:49 UTC (rev 23880) +++ csw/mgar/pkg/postgresql/trunk/checksums 2014-07-29 05:46:23 UTC (rev 23881) @@ -1 +1 @@ -d0a41f54c377b2d2fab4a003b0dac762 postgresql-9.3.4.tar.bz2 +5059857c7d7e6ad83b6d55893a121b59 postgresql-9.3.5.tar.bz2 Modified: csw/mgar/pkg/postgresql/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/trunk/files/changelog.CSW 2014-07-28 22:19:49 UTC (rev 23880) +++ csw/mgar/pkg/postgresql/trunk/files/changelog.CSW 2014-07-29 05:46:23 UTC (rev 23881) @@ -1,11 +1,20 @@ +postgresql93 (9.3.5,REV=2014.07.29) + + * New upstream release 9.3.5. + + -- Rafael Ostertag Tue, 29 Jul 2014 07:45:40 +0200 + + postgresql93 (9.3.4,REV=2014.04.12) - * New upstream release 9.3.4. + * New upstream release 9.3.4. - * /opt/csw/include/pg_config.h, /opt/csw/include/pg_config_ext.h, - /opt/csw/include/ecpg_config.h, /opt/csw/include/postgresql/server/pg_config.h, - /opt/csw/include/postgresql/server/pg_config_ext.h: are moved to _32.h, - and _64.h respectively, and a wrapper .h is put in place. + * /opt/csw/include/pg_config.h, /opt/csw/include/pg_config_ext.h, + /opt/csw/include/ecpg_config.h, + /opt/csw/include/postgresql/server/pg_config.h, + /opt/csw/include/postgresql/server/pg_config_ext.h: are moved to + _32.h, and _64.h respectively, and a wrapper + .h is put in place. -- Rafael Ostertag Sat, 12 Apr 2014 20:28:05 +0200 @@ -35,8 +44,12 @@ * New upstream release 9.3.0. - * Database cluster will be initialized using UTF-8 encoding by default. + * Database cluster will be initialized using UTF-8 encoding by + default. - * /etc/opt/csw/postgresql-93.conf has new configuration option `DATACHECKSUMS'. + * /etc/opt/csw/postgresql-93.conf has new configuration option + `DATACHECKSUMS'. -- Rafael Ostertag Sun, 06 Oct 2013 11:54:20 +0200 + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Jul 30 10:27:58 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 30 Jul 2014 08:27:58 +0000 Subject: SF.net SVN: gar:[23883] csw/mgar/pkg/cpan/Pod-Simple/trunk Message-ID: <3hNSYy1JPrzy2@mail.opencsw.org> Revision: 23883 http://sourceforge.net/p/gar/code/23883 Author: lblume Date: 2014-07-30 08:27:55 +0000 (Wed, 30 Jul 2014) Log Message: ----------- cpan/Pod-Simple/trunk: Bump to 3.28 Modified Paths: -------------- csw/mgar/pkg/cpan/Pod-Simple/trunk/Makefile csw/mgar/pkg/cpan/Pod-Simple/trunk/checksums Modified: csw/mgar/pkg/cpan/Pod-Simple/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Pod-Simple/trunk/Makefile 2014-07-29 07:28:02 UTC (rev 23882) +++ csw/mgar/pkg/cpan/Pod-Simple/trunk/Makefile 2014-07-30 08:27:55 UTC (rev 23883) @@ -1,5 +1,5 @@ NAME = Pod-Simple -VERSION = 3.15 +VERSION = 3.28 CATEGORIES = cpan GARTYPE = v2 AUTHOR = DWHEELER Modified: csw/mgar/pkg/cpan/Pod-Simple/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Pod-Simple/trunk/checksums 2014-07-29 07:28:02 UTC (rev 23882) +++ csw/mgar/pkg/cpan/Pod-Simple/trunk/checksums 2014-07-30 08:27:55 UTC (rev 23883) @@ -1 +1 @@ -2ebe2e9ce2f834d0db73c8a65258e887 Pod-Simple-3.15.tar.gz +ee65094e29924948ae02fe33229cc5e4 Pod-Simple-3.28.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Jul 30 14:15:07 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 30 Jul 2014 12:15:07 +0000 Subject: SF.net SVN: gar:[23885] csw/mgar/pkg Message-ID: <3hNYby5yPHz1Gv@mail.opencsw.org> Revision: 23885 http://sourceforge.net/p/gar/code/23885 Author: lblume Date: 2014-07-30 12:15:04 +0000 (Wed, 30 Jul 2014) Log Message: ----------- znapzend/trunk: Add znapzend Added Paths: ----------- csw/mgar/pkg/znapzend/ csw/mgar/pkg/znapzend/Makefile csw/mgar/pkg/znapzend/branches/ csw/mgar/pkg/znapzend/tags/ csw/mgar/pkg/znapzend/trunk/ csw/mgar/pkg/znapzend/trunk/Makefile csw/mgar/pkg/znapzend/trunk/checksums csw/mgar/pkg/znapzend/trunk/files/ Added: csw/mgar/pkg/znapzend/Makefile =================================================================== --- csw/mgar/pkg/znapzend/Makefile (rev 0) +++ csw/mgar/pkg/znapzend/Makefile 2014-07-30 12:15:04 UTC (rev 23885) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/znapzend/trunk =================================================================== --- csw/mgar/pkg/znapzend/trunk 2014-07-30 12:13:56 UTC (rev 23884) +++ csw/mgar/pkg/znapzend/trunk 2014-07-30 12:15:04 UTC (rev 23885) Property changes on: csw/mgar/pkg/znapzend/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/znapzend/trunk/Makefile =================================================================== --- csw/mgar/pkg/znapzend/trunk/Makefile (rev 0) +++ csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-30 12:15:04 UTC (rev 23885) @@ -0,0 +1,28 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = znapzend +VERSION = 0.8.6 +GARTYPE = v2 + +GARCOMPILER = GCC4 + +DESCRIPTION = The Multilevel Backup Tool for ZFS +define BLURB + ZnapZend is a ZFS centric backup tool. It relies on snapshot, send and receive todo its work. It has the built-in ability to to manage both local snapshots as well as remote copies by thining them out as time progresses. + The ZnapZend configuration is stored as properties in the ZFS filesystem itself. +endef + +GITHUB_USER = oetiker +#MASTER_SITES = $(GITHUB_MIRROR) +MASTER_SITES = https://github.com/$(GITHUB_USER)/$(NAME)/releases/download/v$(VERSION)/ +VENDOR_URL = http://www.znapzend.org/ + +DISTFILES = $(DISTNAME).tar.gz + +CONFIGURE_ARGS = $(DIRPATHS) + +# CSWpm-pod-simple ExtUtils::MakeMaker ExtUtils::Install 1.46 + +include gar/category.mk + Property changes on: csw/mgar/pkg/znapzend/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/znapzend/trunk/checksums =================================================================== --- csw/mgar/pkg/znapzend/trunk/checksums (rev 0) +++ csw/mgar/pkg/znapzend/trunk/checksums 2014-07-30 12:15:04 UTC (rev 23885) @@ -0,0 +1 @@ +adb2ef80a267f1bbc9b012002cbac47b znapzend-0.8.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Jul 30 14:16:56 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 30 Jul 2014 12:16:56 +0000 Subject: SF.net SVN: gar:[23886] csw/mgar/pkg/znapzend/trunk/Makefile Message-ID: <3hNYdz6XDLz1LJ@mail.opencsw.org> Revision: 23886 http://sourceforge.net/p/gar/code/23886 Author: lblume Date: 2014-07-30 12:16:54 +0000 (Wed, 30 Jul 2014) Log Message: ----------- znapzend/trunk: Add dependencies Modified Paths: -------------- csw/mgar/pkg/znapzend/trunk/Makefile Modified: csw/mgar/pkg/znapzend/trunk/Makefile =================================================================== --- csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-30 12:15:04 UTC (rev 23885) +++ csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-30 12:16:54 UTC (rev 23886) @@ -22,7 +22,11 @@ CONFIGURE_ARGS = $(DIRPATHS) -# CSWpm-pod-simple ExtUtils::MakeMaker ExtUtils::Install 1.46 +BUILD_DEP_PKGS = CSWpm-pod-simple +BUILD_DEP_PKGS = CSWpm-mojolicious +RUNTIME_DEP_PKGS = CSWpm-pod-simple +RUNTIME_DEP_PKGS = CSWpm-mojolicious + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Wed Jul 30 17:02:08 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Wed, 30 Jul 2014 15:02:08 +0000 Subject: SF.net SVN: gar:[23889] csw/mgar/pkg/znapzend/trunk/Makefile Message-ID: <3hNdJj4k79z6C@mail.opencsw.org> Revision: 23889 http://sourceforge.net/p/gar/code/23889 Author: lblume Date: 2014-07-30 15:02:05 +0000 (Wed, 30 Jul 2014) Log Message: ----------- znapzend/trunk: Update dependencies and overrides Modified Paths: -------------- csw/mgar/pkg/znapzend/trunk/Makefile Modified: csw/mgar/pkg/znapzend/trunk/Makefile =================================================================== --- csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-30 13:43:39 UTC (rev 23888) +++ csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-30 15:02:05 UTC (rev 23889) @@ -5,8 +5,6 @@ VERSION = 0.8.6 GARTYPE = v2 -GARCOMPILER = GCC4 - DESCRIPTION = The Multilevel Backup Tool for ZFS define BLURB ZnapZend is a ZFS centric backup tool. It relies on snapshot, send and receive todo its work. It has the built-in ability to to manage both local snapshots as well as remote copies by thining them out as time progresses. @@ -25,8 +23,20 @@ BUILD_DEP_PKGS = CSWpm-pod-simple BUILD_DEP_PKGS = CSWpm-mojolicious -RUNTIME_DEP_PKGS = CSWpm-pod-simple -RUNTIME_DEP_PKGS = CSWpm-mojolicious +RUNTIME_DEP_PKGS_CSWznapzend += CSWperl +RUNTIME_DEP_PKGS_CSWznapzend += CSWpm-pod-simple +CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWpm-pod-simple +RUNTIME_DEP_PKGS_CSWznapzend += CSWpm-mojolicious +CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWpm-mojolicious +ARCHALL_CSWznapzend = 1 + +# Ok: usage examples +CHECKPKG_OVERRIDES_CSWznapzend += file-with-bad-content|/usr/local|root/opt/csw/doc/znapzendzetup.pod +CHECKPKG_OVERRIDES_CSWznapzend += file-with-bad-content|/usr/local|root/opt/csw/bin/znapzendzetup + +# Ok: location of DTD +CHECKPKG_OVERRIDES_CSWznapzend += file-with-bad-content|/usr/share|root/opt/csw/init/znapzend.xml + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Thu Jul 31 09:41:05 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Thu, 31 Jul 2014 07:41:05 +0000 Subject: SF.net SVN: gar:[23891] csw/mgar/pkg/cpan/Module-Metadata/trunk Message-ID: <3hP3TJ3ph2z1LD@mail.opencsw.org> Revision: 23891 http://sourceforge.net/p/gar/code/23891 Author: lblume Date: 2014-07-31 07:41:01 +0000 (Thu, 31 Jul 2014) Log Message: ----------- cpan/Module-Metadata/trunk: Bump to 1.000024; add needed dependency Modified Paths: -------------- csw/mgar/pkg/cpan/Module-Metadata/trunk/Makefile csw/mgar/pkg/cpan/Module-Metadata/trunk/checksums Modified: csw/mgar/pkg/cpan/Module-Metadata/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Module-Metadata/trunk/Makefile 2014-07-30 21:59:54 UTC (rev 23890) +++ csw/mgar/pkg/cpan/Module-Metadata/trunk/Makefile 2014-07-31 07:41:01 UTC (rev 23891) @@ -1,15 +1,13 @@ -NAME = Module-Metadata -VERSION = 1.000009 +NAME = Module-Metadata +VERSION = 1.000024 CATEGORIES = cpan -GARTYPE = v2 -AUTHOR = DAGOLDEN +GARTYPE = v2 +AUTHOR = ETHER DESCRIPTION = Gather package and POD information from perl module files define BLURB endef -CATALOG_RELEASE = unstable - LICENSE_TEXT = This module is licensed under the perl license PACKAGES += CSWpm-module-metadata @@ -18,4 +16,6 @@ # There was no information if this is pure Perl or not. Please remove if necessary. ARCHALL_CSWpm-module-metadata = 1 +RUNTIME_DEP_PKGS += CSWpm-version + include gar/category.mk Modified: csw/mgar/pkg/cpan/Module-Metadata/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Module-Metadata/trunk/checksums 2014-07-30 21:59:54 UTC (rev 23890) +++ csw/mgar/pkg/cpan/Module-Metadata/trunk/checksums 2014-07-31 07:41:01 UTC (rev 23891) @@ -1 +1 @@ -9669dd618585de6832368043bc8c59b5 Module-Metadata-1.000009.tar.gz +e5634d73774295c3b43b819aff00473c Module-Metadata-1.000024.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Thu Jul 31 10:06:47 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Thu, 31 Jul 2014 08:06:47 +0000 Subject: SF.net SVN: gar:[23894] csw/mgar/pkg/cpan Message-ID: <3hP42w6zcnz1Pp@mail.opencsw.org> Revision: 23894 http://sourceforge.net/p/gar/code/23894 Author: lblume Date: 2014-07-31 08:06:46 +0000 (Thu, 31 Jul 2014) Log Message: ----------- cpan/IO-Pipely/trunk: Add Perl module IO-Pipely Added Paths: ----------- csw/mgar/pkg/cpan/IO-Pipely/ csw/mgar/pkg/cpan/IO-Pipely/Makefile csw/mgar/pkg/cpan/IO-Pipely/branches/ csw/mgar/pkg/cpan/IO-Pipely/tags/ csw/mgar/pkg/cpan/IO-Pipely/trunk/ csw/mgar/pkg/cpan/IO-Pipely/trunk/Makefile csw/mgar/pkg/cpan/IO-Pipely/trunk/checksums csw/mgar/pkg/cpan/IO-Pipely/trunk/files/ Added: csw/mgar/pkg/cpan/IO-Pipely/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Pipely/Makefile (rev 0) +++ csw/mgar/pkg/cpan/IO-Pipely/Makefile 2014-07-31 08:06:46 UTC (rev 23894) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/cpan/IO-Pipely/trunk =================================================================== --- csw/mgar/pkg/cpan/IO-Pipely/trunk 2014-07-31 08:05:04 UTC (rev 23893) +++ csw/mgar/pkg/cpan/IO-Pipely/trunk 2014-07-31 08:06:46 UTC (rev 23894) Property changes on: csw/mgar/pkg/cpan/IO-Pipely/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/cpan/IO-Pipely/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Pipely/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/IO-Pipely/trunk/Makefile 2014-07-31 08:06:46 UTC (rev 23894) @@ -0,0 +1,25 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = IO-Pipely +VERSION = 0.005 +GARTYPE = v2 +CATEGORIES = cpan +AUTHOR = RCAPUTO + +DESCRIPTION = Portably create pipe() or pipe-like handles, one way or another. +define BLURB +endef + +PACKAGES = CSWpm-io-pipely +CATALOGNAME = pm_io_pipely +SPKG_DESC_CSWpm-io-pipely = $(DESCRIPTION) + +BUILD_DEP_PKGS += CSWpm-test-simple + +RUNTIME_DEP_PKGS_CSWpm-io-pipely += CSWpm-test-simple + +ARCHALL = 1 + +include gar/category.mk + Property changes on: csw/mgar/pkg/cpan/IO-Pipely/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/cpan/IO-Pipely/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IO-Pipely/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/IO-Pipely/trunk/checksums 2014-07-31 08:06:46 UTC (rev 23894) @@ -0,0 +1 @@ +86781d3e2afe5f142f67ce1fed3b9ed9 IO-Pipely-0.005.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Thu Jul 31 10:27:22 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Thu, 31 Jul 2014 08:27:22 +0000 Subject: SF.net SVN: gar:[23895] csw/mgar/pkg/cpan Message-ID: <3hP4Vj4BJzz1Tp@mail.opencsw.org> Revision: 23895 http://sourceforge.net/p/gar/code/23895 Author: lblume Date: 2014-07-31 08:27:21 +0000 (Thu, 31 Jul 2014) Log Message: ----------- cpan/Mojo-IOLoop-ForkCall/trunk: Add Perl module Mojo-IOLoop-ForkCall Added Paths: ----------- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/Makefile csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/branches/ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/tags/ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/checksums csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/files/ Added: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/Makefile =================================================================== --- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/Makefile 2014-07-31 08:27:21 UTC (rev 23895) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk =================================================================== --- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk 2014-07-31 08:06:46 UTC (rev 23894) +++ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk 2014-07-31 08:27:21 UTC (rev 23895) Property changes on: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile 2014-07-31 08:27:21 UTC (rev 23895) @@ -0,0 +1,39 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = Mojo-IOLoop-ForkCall +VERSION = 0.12 +GARTYPE = v2 +CATEGORIES = cpan +AUTHOR = JBERGER + +DESCRIPTION = Run blocking functions asynchronously by forking +define BLURB + Asynchronous programming can be benefitial for performance, however not all functions are written for nonblocking interaction and external processes almost never are. Still, all is not lost. +endef + + +PACKAGES = CSWpm-mojo-ioloop-forkcall +CATALOGNAME = pm_mojo-ioloop-forkcall +SPKG_DESC_CSWpm-mojo-ioloop-forkcall = $(DESCRIPTION) + +ARCHALL = 1 + +BUILD_DEP_PKGS += CSWpm-module-build +BUILD_DEP_PKGS += CSWpm-module-metadata +BUILD_DEP_PKGS += CSWpm-io-pipely + +RUNTIME_DEP_PKGS_CSWpm-mojo-ioloop-forkcall += CSWpm-module-build +CHECKPKG_OVERRIDES_CSWpm-mojo-ioloop-forkcall += surplus-dependency|CSWpm-module-build +RUNTIME_DEP_PKGS_CSWpm-mojo-ioloop-forkcall += CSWpm-module-metadata +CHECKPKG_OVERRIDES_CSWpm-mojo-ioloop-forkcall += surplus-dependency|CSWpm-module-metadata +RUNTIME_DEP_PKGS_CSWpm-mojo-ioloop-forkcall += CSWpm-io-pipely +CHECKPKG_OVERRIDES_CSWpm-mojo-ioloop-forkcall += surplus-dependency|CSWpm-io-pipely + +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + +include gar/category.mk + Property changes on: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/checksums 2014-07-31 08:27:21 UTC (rev 23895) @@ -0,0 +1 @@ +3ceb035bcf44828ea20b96b1c82ed132 Mojo-IOLoop-ForkCall-0.12.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Thu Jul 31 15:27:41 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Thu, 31 Jul 2014 13:27:41 +0000 Subject: SF.net SVN: gar:[23896] csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/ Makefile Message-ID: <3hPC9J3Wp4zXc@mail.opencsw.org> Revision: 23896 http://sourceforge.net/p/gar/code/23896 Author: lblume Date: 2014-07-31 13:27:40 +0000 (Thu, 31 Jul 2014) Log Message: ----------- cpan/Mojo-IOLoop-ForkCall/trunk: Wrong catalog name Modified Paths: -------------- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile Modified: csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile 2014-07-31 08:27:21 UTC (rev 23895) +++ csw/mgar/pkg/cpan/Mojo-IOLoop-ForkCall/trunk/Makefile 2014-07-31 13:27:40 UTC (rev 23896) @@ -14,7 +14,7 @@ PACKAGES = CSWpm-mojo-ioloop-forkcall -CATALOGNAME = pm_mojo-ioloop-forkcall +CATALOGNAME = pm_mojo_ioloop_forkcall SPKG_DESC_CSWpm-mojo-ioloop-forkcall = $(DESCRIPTION) ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From lblume at users.sourceforge.net Thu Jul 31 16:41:30 2014 From: lblume at users.sourceforge.net (lblume at users.sourceforge.net) Date: Thu, 31 Jul 2014 14:41:30 +0000 Subject: SF.net SVN: gar:[23897] csw/mgar/pkg/znapzend/trunk Message-ID: <3hPDpQ75MxzjL@mail.opencsw.org> Revision: 23897 http://sourceforge.net/p/gar/code/23897 Author: lblume Date: 2014-07-31 14:41:29 +0000 (Thu, 31 Jul 2014) Log Message: ----------- znapzend/trunk: Add SMF; various adjustments Modified Paths: -------------- csw/mgar/pkg/znapzend/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/znapzend/trunk/files/cswznapzend Modified: csw/mgar/pkg/znapzend/trunk/Makefile =================================================================== --- csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-31 13:27:40 UTC (rev 23896) +++ csw/mgar/pkg/znapzend/trunk/Makefile 2014-07-31 14:41:29 UTC (rev 23897) @@ -17,17 +17,46 @@ VENDOR_URL = http://www.znapzend.org/ DISTFILES = $(DISTNAME).tar.gz +DISTFILES += cswznapzend -CONFIGURE_ARGS = $(DIRPATHS) +INITSMF = /etc/opt/csw/init.d/cswznapzend +REINPLACEMENTS += manifest servicename xmlloc datadir pmdir +# Bug, incorrect part in path +REINPLACE_MATCH_manifest = /oep/ +REINPLACE_WITH_manifest = / +REINPLACE_FILES_manifest = init/znapzend.xml.in +# Adjust the name for OpenCSW +REINPLACE_MATCH_servicename = name="oep/znapzend" +REINPLACE_WITH_servicename = name="system/cswznapzend" +REINPLACE_FILES_servicename = init/znapzend.xml.in +# Install that file manually in the right location +REINPLACE_MATCH_xmlloc = nobase_data_DATA = \$$\(PM\) init/znapzend.xml +REINPLACE_WITH_xmlloc = nobase_data_DATA = \$$\(PM\) +REINPLACE_FILES_xmlloc = Makefile.in +# datadir must be set +REINPLACE_MATCH_datadir = datadir = \$$\(prefix\) +REINPLACE_WITH_datadir = datadir = \@datadir\@ +REINPLACE_FILES_datadir = Makefile.in +# No need for lib/ subdir +REINPLACE_MATCH_pmdir = \$$\(DESTDIR\)\$$\(datadir\)/\$$\$$dir +REINPLACE_WITH_pmdir = \$$\(DESTDIR\)\$$\(datadir\)/ZnapZend +REINPLACE_FILES_pmdir = Makefile.in + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --datadir=$(libdir)/perl/csw/ + BUILD_DEP_PKGS += CSWpm-pod-simple BUILD_DEP_PKGS += CSWpm-mojolicious +BUILD_DEP_PKGS += CSWpm-mojo-ioloop-forkcall RUNTIME_DEP_PKGS_CSWznapzend += CSWperl RUNTIME_DEP_PKGS_CSWznapzend += CSWpm-pod-simple CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWpm-pod-simple RUNTIME_DEP_PKGS_CSWznapzend += CSWpm-mojolicious CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWpm-mojolicious +RUNTIME_DEP_PKGS_CSWznapzend += CSWpm-mojo-ioloop-forkcall +CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWpm-mojo-ioloop-forkcall # Can be used as an option RUNTIME_DEP_PKGS_CSWznapzend += CSWmbuffer CHECKPKG_OVERRIDES_CSWznapzend += surplus-dependency|CSWmbuffer @@ -43,3 +72,9 @@ include gar/category.mk +post-install: + ginstall -d $(DESTDIR)/etc/opt/csw/init.d + ginstall $(WORKDIR)/cswznapzend $(DESTDIR)/etc/opt/csw/init.d +# ginstall -d -m 755 $(DESTDIR)/var/opt/csw/svc/manifest/system +# ginstall -m 444 $(WORKSRC)/init/znapzend.xml $(DESTDIR)/var/opt/csw/svc/manifest/system/ + Added: csw/mgar/pkg/znapzend/trunk/files/cswznapzend =================================================================== --- csw/mgar/pkg/znapzend/trunk/files/cswznapzend (rev 0) +++ csw/mgar/pkg/znapzend/trunk/files/cswznapzend 2014-07-31 14:41:29 UTC (rev 23897) @@ -0,0 +1,27 @@ +#!/bin/sh +#AUTOENABLE no # Before running always manual adjustment of smb.conf is needed +#FMRI system # FMRI path for service (S10+), default is /network. + + +PATH=/bin:/sbin:/usr/bin:/usr/sbin +export PATH + +case "$1" in + start) + echo "Starting znapzend..." + /opt/csw/bin/znapzend --daemonize --pidfile=/var/run/znapzend.pid + ;; + stop) + echo "Stopping znapzend..." + /usr/bin/kill `cat /var/run/znapzend.pid` + ;; + restart) + $0 stop + $0 start + ;; + *) + echo "$0 {start | stop | restart}" + exit 1; + ;; +esac + Property changes on: csw/mgar/pkg/znapzend/trunk/files/cswznapzend ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ 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 guillomovitch at users.sourceforge.net Thu Jul 31 22:16:09 2014 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 31 Jul 2014 20:16:09 +0000 Subject: SF.net SVN: gar:[23899] csw/mgar/pkg/fusioninventory-agent/trunk Message-ID: <3hPNDX18t9z1BN@mail.opencsw.org> Revision: 23899 http://sourceforge.net/p/gar/code/23899 Author: guillomovitch Date: 2014-07-31 20:15:57 +0000 (Thu, 31 Jul 2014) Log Message: ----------- fusioninventory-agent/trunk: new version 2.3.10 Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile csw/mgar/pkg/fusioninventory-agent/trunk/checksums Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2014-07-31 18:30:46 UTC (rev 23898) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2014-07-31 20:15:57 UTC (rev 23899) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = fusioninventory-agent -VERSION = 2.3.9.1 +VERSION = 2.3.10 GARTYPE = v2 CATEGORIES = cpan Modified: csw/mgar/pkg/fusioninventory-agent/trunk/checksums =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2014-07-31 18:30:46 UTC (rev 23898) +++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2014-07-31 20:15:57 UTC (rev 23899) @@ -1 +1 @@ -75a7fbb73e538428305111733dc5643e FusionInventory-Agent-2.3.9.1.tar.gz +e2f71321216dd7a0603f6c4ebf037574 FusionInventory-Agent-2.3.10.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.