[csw-devel] SF.net SVN: gar:[15554] csw/mgar/pkg
Revision: 15554 http://gar.svn.sourceforge.net/gar/?rev=15554&view=rev Author: wilbury Date: 2011-09-07 19:10:39 + (Wed, 07 Sep 2011) Log Message: --- Add "libmemcached" stub tree as a placeholder. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile csw/mgar/pkg/libmemcached/trunk/checksums Added Paths: --- csw/mgar/pkg/libmemcached/ csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-use-Wstrict-prototypes-warning.patch Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/template/trunk/Makefile2011-09-06 16:28:44 UTC (rev 15538) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-09-07 19:10:39 UTC (rev 15554) @@ -1,188 +1,72 @@ -# Copyright 2009 OpenCSW -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -## This file contains comments to guide you through various GAR settings. -## Please remove unnecessary comments before committing your code to the code -## repository. The comments to remove are marked with double hashes. -## If you want to remove them all in-place, use: -## gsed -i -e '/^##/d' Makefile -## -## For more information about GAR variables, please see: -## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference -## -NAME = mypkg -VERSION = 1.0 -## -## The category that your software fits in. This is not a descriptive field, but -## influences the build process. Depending on the CATEGORIES setting, different -## Makefiles are included from gar/categories/ in your trunk directory, which -## adjust the build settings for the respective category. -## -## Possible settings are: -## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server, -## utils, x11, xfce, xorg, xtra +NAME = libmemcached +VERSION = 0.51 +VENDOR_URL = http://libmemcached.org/ CATEGORIES = lib -## -## A one-line description of the package, which will appear in the pkginfo. -DESCRIPTION = -## -## A longer description of the package. This is only for descriptive purposes -## inside the Makefile and is not used elsewhere. +DESCRIPTION = Library memcached interface define BLURB - + memcached url endef -## -## Upstream URL that should show up in the VENDOR field as well as on -## http://opencsw.org/packages/. -SPKG_SOURCEURL = -## -## Whitespace-separated list of URLs to download the source package from. -## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR), -## $(PYPI_MIRROR) -MASTER_SITES = -## -## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the -## Sourceforge project name differs from $(NAME). Specifies the Sourceforge -## project name of the software you wish to download. -## SF_PROJ = -## -## A list of space separated patch filenames from files/ that are to be applied -## to the extracted software before the ./configure stage. Patches need to be -## included in the DISTFILES variable as well. -## PATCHFILES = -## -## Whitespace-separated list of files which comprise this build. mGAR will look -## for the files in the $(FILEDIR) (trunk/files) directory and on the -## $(MASTER_SITES). +SPKG_SOURCEURL = http://libmemcached.org/ +MASTER_SITES = http://launchpad.net/libmemcached/1.0/$(VERSION)/+download/ +PATCHFILES = 0001-Do-not-use-Wstrict-prototypes-warning.patch +#PATCHFILES += 0002-use-stdnamespace-for-index.patch +#PATCHFILES += 0003-use-opt-csw-bin-ggrep.patch +#PATCHFILES += 0004-use-opt-csw-bin-ggrep-for-pandora.patch +#PATCHFILES += 0006-fix-tests.patch +#PATCHFILES += 0007-fix-test_h.patch + DISTFILES = $(NAME)-$(VERSION).tar.gz -## -## We define upstream file regex so we can be notifed of new upstream software -## release -## UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz -## -## Catalog name is the name to be used with pkg{-get,util} -i . -## It is different from the system package name, which by convention is CSWpkgname. -## CATALOGNAME = -## -## Set to 1 to mark the package as architecture-independent. -## ARCHALL = 0 -## -## A list of files / patterns that should be excluded from the package. Amends -## the default list of excluded filenames $(MERGE_EXCLUDE_DEFAULT), which -## contains things like libtool .la files and files with a leading ~. -## EXTRA_MERGE_EXCLUDE_FILES = -## -## A list of space separated package names that should be marked as -## incompatible with the current package. This will go into the depend file. -## When a user has one of the incompatible packages installed and installs -## your package, he will be prompted that the incompatible package must be -## removed. He will however not be prevented to install your package without -## removing the conflicting package first. -## INCOMPATIBLE_PKGS = -## -## The name of the license file that should be included in your package. Defaults -## to COPYING. See http://sourceforge.net/apps/trac/gar/wiki/CopyRight for details -## on including and displayi
[csw-devel] SF.net SVN: gar:[15555] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 1 http://gar.svn.sourceforge.net/gar/?rev=1&view=rev Author: wilbury Date: 2011-09-07 19:33:38 + (Wed, 07 Sep 2011) Log Message: --- Add $Id$ SVN tag line. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-09-07 19:10:39 UTC (rev 15554) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-09-07 19:33:38 UTC (rev 1) @@ -1,3 +1,5 @@ +# $Id$ +# NAME = libmemcached VERSION = 0.51 VENDOR_URL = http://libmemcached.org/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15583] csw/mgar/pkg/dovecot/trunk/files/patch-exampleconf. diff
Revision: 15583 http://gar.svn.sourceforge.net/gar/?rev=15583&view=rev Author: wilbury Date: 2011-09-08 20:28:30 + (Thu, 08 Sep 2011) Log Message: --- Fix the patch to apply in a clean way. Modified Paths: -- csw/mgar/pkg/dovecot/trunk/files/patch-exampleconf.diff Modified: csw/mgar/pkg/dovecot/trunk/files/patch-exampleconf.diff === --- csw/mgar/pkg/dovecot/trunk/files/patch-exampleconf.diff 2011-09-08 20:21:48 UTC (rev 15582) +++ csw/mgar/pkg/dovecot/trunk/files/patch-exampleconf.diff 2011-09-08 20:28:30 UTC (rev 15583) @@ -1,16 +1,31 @@ -diff --speed-large-files --minimal -Nru dovecot-1.1.11.orig/dovecot-example.conf dovecot-1.1.11/dovecot-example.conf dovecot-1.1.11.orig/dovecot-example.conf 2009-01-26 02:12:41.0 +0100 -+++ dovecot-1.1.11/dovecot-example.conf2009-03-18 00:26:59.345199088 +0100 -@@ -10,10 +10,8 @@ +From 60c630258052c1b5fc22ee7954e7b7328452ba0d Mon Sep 17 00:00:00 2001 +From: builder user +Date: Thu, 8 Sep 2011 22:16:41 +0200 +Subject: [PATCH] Correct patch-exampleconf.patch to make it to apply clean. + +--- + dovecot-example.conf |7 ++- + 1 files changed, 2 insertions(+), 5 deletions(-) + +diff --git a/dovecot-example.conf b/dovecot-example.conf +index efd24e5..262cf55 100644 +--- a/dovecot-example.conf b/dovecot-example.conf +@@ -10,11 +10,8 @@ # value inside quotes, eg.: key = "# char and trailing whitespace " # Default values are shown for each setting, it's not required to uncomment --# any of the lines. Exception to this are paths, they're just examples with --# the real defaults being based on configure options. The paths listed here --# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --# --with-ssldir=/etc/ssl +-# those. These are exceptions to this though: No sections (e.g. namespace {}) +-# or plugin settings are added by default, they're listed only as examples. +-# Paths are also just examples with the real defaults being based on configure +-# options. The paths listed here are for configure --prefix=/usr +-# --sysconfdir=/etc --localstatedir=/var --with-ssldir=/etc/ssl +# any of the lines. The paths have been modified to reflect the OpenCSW +# file system layout. # Base directory where to store runtime data. #base_dir = /var/run/dovecot/ +-- +1.7.6 + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15584] csw/mgar/pkg/dovecot/trunk/files
Revision: 15584 http://gar.svn.sourceforge.net/gar/?rev=15584&view=rev Author: wilbury Date: 2011-09-08 20:33:36 + (Thu, 08 Sep 2011) Log Message: --- Remove obsolete/unneeded patches Removed Paths: - csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff csw/mgar/pkg/dovecot/trunk/files/patch-enosys.diff csw/mgar/pkg/dovecot/trunk/files/patch-unsetenv.diff csw/mgar/pkg/dovecot/trunk/files/patch-utf8alloc.diff Deleted: csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff === --- csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff 2011-09-08 20:28:30 UTC (rev 15583) +++ csw/mgar/pkg/dovecot/trunk/files/patch-authcrash.diff 2011-09-08 20:33:36 UTC (rev 15584) @@ -1,47 +0,0 @@ -# HG changeset patch -# User Timo Sirainen -# Date 1234226629 18000 -# Node ID bdc5391e52dfe4590e9e291eba2603ed87caef57 -# Parent 4ddf36b9ee8182f10d8d69af6577b677cda282a0 -master: Don't crash if auth process dies too early. - a/src/master/auth-process.cThu Feb 05 18:29:06 2009 -0500 -+++ b/src/master/auth-process.cMon Feb 09 19:43:49 2009 -0500 -@@ -353,7 +353,7 @@ static void auth_process_destroy(struct - - if (!p->initialized && io_loop_is_running(ioloop) && !p->external) { - /* log the process exit and kill ourself */ -- child_processes_deinit(); -+ child_processes_flush(); - log_deinit(); - i_fatal("Auth process died too early - shutting down"); - } a/src/master/child-process.c Thu Feb 05 18:29:06 2009 -0500 -+++ b/src/master/child-process.c Mon Feb 09 19:43:49 2009 -0500 -@@ -219,10 +219,15 @@ void child_processes_init(void) - lib_signals_set_handler(SIGCHLD, TRUE, sigchld_handler, NULL); - } - --void child_processes_deinit(void) -+void child_processes_flush(void) - { - /* make sure we log if child processes died unexpectedly */ - sigchld_handler(SIGCHLD, NULL); -+} -+ -+void child_processes_deinit(void) -+{ -+ child_processes_flush(); - lib_signals_unset_handler(SIGCHLD, sigchld_handler, NULL); - hash_destroy(&processes); - } a/src/master/child-process.h Thu Feb 05 18:29:06 2009 -0500 -+++ b/src/master/child-process.h Mon Feb 09 19:43:49 2009 -0500 -@@ -40,6 +40,7 @@ void child_process_set_destroy_callback( - child_process_destroy_callback_t *cb); - - void child_processes_init(void); -+void child_processes_flush(void); - void child_processes_deinit(void); - - #endif Deleted: csw/mgar/pkg/dovecot/trunk/files/patch-enosys.diff === --- csw/mgar/pkg/dovecot/trunk/files/patch-enosys.diff 2011-09-08 20:28:30 UTC (rev 15583) +++ csw/mgar/pkg/dovecot/trunk/files/patch-enosys.diff 2011-09-08 20:33:36 UTC (rev 15584) @@ -1,12 +0,0 @@ a/src/lib/mkdir-parents.c Wed Mar 18 13:47:58 2009 -0400 -+++ b/src/lib/mkdir-parents.c Wed Mar 18 14:10:08 2009 -0400 -@@ -18,7 +18,7 @@ int mkdir_parents(const char *path, mode - - ENOSYS check is for NFS mount points. - */ -- if (errno == EISDIR && errno == ENOSYS) -+ if (errno == EISDIR || errno == ENOSYS) - errno = EEXIST; - return -1; - } else { - Deleted: csw/mgar/pkg/dovecot/trunk/files/patch-unsetenv.diff === --- csw/mgar/pkg/dovecot/trunk/files/patch-unsetenv.diff2011-09-08 20:28:30 UTC (rev 15583) +++ csw/mgar/pkg/dovecot/trunk/files/patch-unsetenv.diff2011-09-08 20:33:36 UTC (rev 15584) @@ -1,46 +0,0 @@ -# HG changeset patch -# User Timo Sirainen -# Date 1231433510 18000 -# Node ID fec8412dc1c5487d10974c18104f9ec9cbd009f1 -# Parent 30207243a4f4c3e076bea43d1e92de8e7179c72a -env_remove(): Implement a fallback method if unsetenv() doesn't exist. -Fixes compiling at least with Solaris 8. - a/configure.in Thu Jan 08 11:41:30 2009 -0500 -+++ b/configure.in Thu Jan 08 11:51:50 2009 -0500 -@@ -459,7 +459,7 @@ AC_CHECK_FUNCS(fcntl flock lockf inet_at - setrlimit setproctitle seteuid setreuid setegid setresgid \ - strtoull strtoll strtouq strtoq \ - setpriority quotactl getmntent kqueue kevent backtrace_symbols \ -- walkcontext dirfd clearenv malloc_usable_size) -+ walkcontext dirfd clearenv malloc_usable_size unsetenv) - - dnl strtoimax and strtoumax are macros in HP-UX, so inttypes.h must be included - AC_MSG_CHECKING([for strtoimax]) a/src/lib/env-util.c Thu Jan 08 11:41:30 2009 -0500 -+++ b/src/lib/env-util.c Thu Jan 08 11:51:50 2009 -0500 -@@ -19,7 +19,24 @@ void env_put(const char *env) - - void env_remove(const char *name) - { -+#ifdef HAVE_UN
[csw-devel] SF.net SVN: gar:[15653] csw/mgar/pkg/squid/branches/squid3/
Revision: 15653 http://gar.svn.sourceforge.net/gar/?rev=15653&view=rev Author: wilbury Date: 2011-09-19 12:10:05 + (Mon, 19 Sep 2011) Log Message: --- Add "squid3" branch. Added Paths: --- csw/mgar/pkg/squid/branches/squid3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15661] csw/mgar/pkg/squid/branches/squid3
Revision: 15661 http://gar.svn.sourceforge.net/gar/?rev=15661&view=rev Author: wilbury Date: 2011-09-19 14:08:48 + (Mon, 19 Sep 2011) Log Message: --- Use /opt/csw/bin/bash and /opt/csw/bin/ggrep. Added Paths: --- csw/mgar/pkg/squid/branches/squid3/Makefile csw/mgar/pkg/squid/branches/squid3/checksums csw/mgar/pkg/squid/branches/squid3/files/ csw/mgar/pkg/squid/branches/squid3/files/-Use-opt-csw-bin-bash-for-bootstrap.sh.patch csw/mgar/pkg/squid/branches/squid3/files/0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch csw/mgar/pkg/squid/branches/squid3/files/cswsquid Added: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-19 14:08:48 UTC (rev 15661) @@ -0,0 +1,89 @@ +# Squid 3 +# $Id$ +# +NAME = squid +VERSION = 3.1 +CATEGORIES = server +RELEASE = 15 +DISTVERSION = $(VERSION).$(RELEASE) +DISTNAME = $(NAME)-$(DISTVERSION) +RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') + +DESCRIPTION = High performance Web proxy cache +define BLURB + Squid is a high performance Web proxy cache that can be arranged + hierarchically for an improvement in response times and a reduction in + bandwith usage. Squid runs on all popular Unix and Windows platforms. +endef + +PACKAGES = CSWsquid +CATALOGNAME_CSWsquid = squid +RUNTIME_DEP_PKGS_CSWsquid = CSWoldaprt CSWosslrt CSWsasl +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 +INITSMF = /etc/opt/csw/init.d/csw$(NAME) +PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf +PRESERVECONF = /etc/opt/csw/$(NAME)/squid.conf +PRESERVECONF = /etc/opt/csw/$(NAME)/mime.conf + +MIGRATE_SOURCE_DIR = /opt/csw/etc +MIGRATE_DEST_DIR = /etc/opt/csw/$(NAME) +MIGRATE_FILES = cachemgr.conf +MIGRATE_FILES += mime.conf +MIGRATE_FILES += squid.conf + +MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/ +DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES += cswsquid + +PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch +PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(NAME) +CONFIGURE_ARGS += --datadir=$(datadir)/$(NAME) +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME) +CONFIGURE_ARGS += --enable-arp-acl +CONFIGURE_ARGS += --enable-auth=basic +CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA +CONFIGURE_ARGS += --enable-cache-digests +CONFIGURE_ARGS += --enable-carp +CONFIGURE_ARGS += --enable-delay-pools +CONFIGURE_ARGS += --enable-forw-via-db +CONFIGURE_ARGS += --enable-htcp +CONFIGURE_ARGS += --enable-large-cache-files +CONFIGURE_ARGS += --enable-referer-log +CONFIGURE_ARGS += --enable-removal-policies=heap,lru +CONFIGURE_ARGS += --enable-select +CONFIGURE_ARGS += --enable-snmp +CONFIGURE_ARGS += --enable-ssl +CONFIGURE_ARGS += --enable-useragent-log +CONFIGURE_ARGS += --disable-ident-lookups +CONFIGURE_ARGS += --disable-icmp +CONFIGURE_ARGS += --with-dl +CONFIGURE_ARGS += --with-large-files +CONFIGURE_ARGS += --with-openssl=$(prefix) + +TEST_TARGET = check +BUILD64=1 + +PROTOTYPE_MODIFIERS = varuser +PROTOTYPE_FILES_varuser = /var/opt/csw/squid/cache +PROTOTYPE_FILES_varuser += /var/opt/csw/squid/logs +PROTOTYPE_USER_varuser = squid +PROTOTYPE_GROUP_varuser = squid + +include gar/category.mk + +SPKG_REVSTAMP := $(SPKG_REVSTAMP)_$(RELEASE) + +pre-configure-modulated: + cd $(WORKSRC) && $(BUILD_ENV) ./bootstrap.sh + @$(MAKECOOKIE) + +post-install-modulated: + ginstall -d $(DESTDIR)/etc/opt/csw/init.d + ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/logs + ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/cache + ginstall -m 755 $(DOWNLOADDIR)/cswsquid $(DESTDIR)/etc/opt/csw/init.d/cswsquid + @$(MAKECOOKIE) + Added: csw/mgar/pkg/squid/branches/squid3/checksums === --- csw/mgar/pkg/squid/branches/squid3/checksums (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/checksums2011-09-19 14:08:48 UTC (rev 15661) @@ -0,0 +1 @@ +73d47363ddccc400bc0fb2f814c63a92 squid-3.1.15.tar.bz2 Added: csw/mgar/pkg/squid/branches/squid3/files/-Use-opt-csw-bin-bash-for-bootstrap.sh.patch === --- csw/mgar/pkg/squid/branches/squid3/files/-Use-opt-csw-bin-bash-for-bootstrap.sh.patch (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/files/-Use-opt-csw-bin-bash-for-bootstrap.sh.patch 2011-09-19 14:08:48 UTC (rev 15661) @@ -0,0 +1,22 @@ +From 9577cd3a6ec5cf5075419ebc99425236d2a61d3e Mon Sep 17 00:00:00 2001 +From: builder user +Date: Mon, 19 Sep 2011 15:53:13 +0200 +Subject: [PATCH 0/1] Use /opt/csw/bin/bash for bootstrap.sh
[csw-devel] SF.net SVN: gar:[15663] csw/mgar/pkg/squid/branches/squid3
Revision: 15663 http://gar.svn.sourceforge.net/gar/?rev=15663&view=rev Author: wilbury Date: 2011-09-19 17:10:57 + (Mon, 19 Sep 2011) Log Message: --- Added 2 patches. Modified Makefile: - Package name changed from squid to squid3 - Directory names changed from .../squid to their respective .../squid3 names Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Added Paths: --- csw/mgar/pkg/squid/branches/squid3/files/0002-Link-against-OpenSSL-from-OpenCSW.patch csw/mgar/pkg/squid/branches/squid3/files/0003-Check-for-ber_pvt_opt_on-instead-of-main-in-libber.patch Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-19 14:18:35 UTC (rev 15662) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-19 17:10:57 UTC (rev 15663) @@ -1,12 +1,12 @@ # Squid 3 # $Id$ # -NAME = squid +NAME = squid3 VERSION = 3.1 CATEGORIES = server RELEASE = 15 DISTVERSION = $(VERSION).$(RELEASE) -DISTNAME = $(NAME)-$(DISTVERSION) +DISTNAME = squid-$(DISTVERSION) RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') DESCRIPTION = High performance Web proxy cache @@ -16,9 +16,9 @@ bandwith usage. Squid runs on all popular Unix and Windows platforms. endef -PACKAGES = CSWsquid -CATALOGNAME_CSWsquid = squid -RUNTIME_DEP_PKGS_CSWsquid = CSWoldaprt CSWosslrt CSWsasl +PACKAGES = CSW$(NAME) +CATALOGNAME_CSWsquid = $(NAME) +RUNTIME_DEP_PKGS_CSW$(NAME) = CSWoldaprt CSWosslrt CSWsasl PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 INITSMF = /etc/opt/csw/init.d/csw$(NAME) PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf @@ -37,6 +37,8 @@ PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch +PATCHFILES += 0002-Link-against-OpenSSL-from-OpenCSW.patch +PATCHFILES += 0003-Check-for-ber_pvt_opt_on-instead-of-main-in-libber.patch CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(NAME) @@ -63,14 +65,58 @@ CONFIGURE_ARGS += --with-large-files CONFIGURE_ARGS += --with-openssl=$(prefix) -TEST_TARGET = check -BUILD64=1 +CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/squid_unix_group.8 +CHECKPKG_OVERRIDES_CSW$(NAME) += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/bin/squidclient +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/bin/squidclient +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/bin/squidclient +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/cachemgr.cgi +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/cachemgr.cgi +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/cachemgr.cgi +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/diskd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/diskd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/diskd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/unlinkd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/unlinkd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/unlinkd +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/sbin/squid +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/sbin/squid +CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/sbin/squid +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-initsmf +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-migrateconf +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-preserveconf +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcommon +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWoldaprt +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWosslrt +CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWsasl +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libsasl2.so.2|is|needed|by|opt/csw/libexec/sasl_auth +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|liblber-2.4.so.2|is|needed|by|opt/csw/libexec/squid_ldap_group +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libcrypto.so.0.9.8|is|needed|by|opt/csw/libexec/ncsa_auth +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/libexec/diskd +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/sbin/squid +CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libldap-2.4.so.2|is|needed|by|opt/csw/libexec/sq
[csw-devel] SF.net SVN: gar:[15664] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15664 http://gar.svn.sourceforge.net/gar/?rev=15664&view=rev Author: wilbury Date: 2011-09-19 17:19:39 + (Mon, 19 Sep 2011) Log Message: --- Added GARTYPE in order to build on buildfarm. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-19 17:10:57 UTC (rev 15663) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-19 17:19:39 UTC (rev 15664) @@ -8,6 +8,7 @@ DISTVERSION = $(VERSION).$(RELEASE) DISTNAME = squid-$(DISTVERSION) RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') +GARTPE = v2 DESCRIPTION = High performance Web proxy cache define BLURB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15665] csw/mgar/pkg/squid/branches/squid3/
Revision: 15665 http://gar.svn.sourceforge.net/gar/?rev=15665&view=rev Author: wilbury Date: 2011-09-19 17:31:45 + (Mon, 19 Sep 2011) Log Message: --- SVN properties set. Property Changed: csw/mgar/pkg/squid/branches/squid3/ Property changes on: csw/mgar/pkg/squid/branches/squid3 ___ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15676] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15676 http://gar.svn.sourceforge.net/gar/?rev=15676&view=rev Author: wilbury Date: 2011-09-20 10:43:57 + (Tue, 20 Sep 2011) Log Message: --- Clean up build. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-20 10:28:26 UTC (rev 15675) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-20 10:43:57 UTC (rev 15676) @@ -1,14 +1,14 @@ # Squid 3 # $Id$ # -NAME = squid3 +NAME = squid VERSION = 3.1 CATEGORIES = server RELEASE = 15 DISTVERSION = $(VERSION).$(RELEASE) DISTNAME = squid-$(DISTVERSION) RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') -GARTPE = v2 +GARTYPE = v2 DESCRIPTION = High performance Web proxy cache define BLURB @@ -18,7 +18,7 @@ endef PACKAGES = CSW$(NAME) -CATALOGNAME_CSWsquid = $(NAME) +CATALOGNAME_CSW$(NAME) = $(NAME) RUNTIME_DEP_PKGS_CSW$(NAME) = CSWoldaprt CSWosslrt CSWsasl PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 INITSMF = /etc/opt/csw/init.d/csw$(NAME) @@ -44,6 +44,7 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(NAME) CONFIGURE_ARGS += --datadir=$(datadir)/$(NAME) +CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME) CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME) CONFIGURE_ARGS += --enable-arp-acl CONFIGURE_ARGS += --enable-auth=basic @@ -65,54 +66,17 @@ CONFIGURE_ARGS += --with-dl CONFIGURE_ARGS += --with-large-files CONFIGURE_ARGS += --with-openssl=$(prefix) +CONFIGURE_ARGS += --with-default-user=$(NAME) +RUNTIME_DEP_PKGS_CSW$(NAME) += CSWperl +RUNTIME_DEP_PKGS_CSW$(NAME) += CSWlibltdl7 + CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/squid_unix_group.8 -CHECKPKG_OVERRIDES_CSW$(NAME) += pkginfo-opencsw-repository-uncommitted -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/bin/squidclient -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/bin/squidclient -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/bin/squidclient -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/cachemgr.cgi -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/cachemgr.cgi -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/cachemgr.cgi -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/diskd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/diskd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/diskd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/libexec/unlinkd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/libexec/unlinkd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/libexec/unlinkd -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/lib|opt/csw/sbin/squid -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib|opt/csw/sbin/squid -CHECKPKG_OVERRIDES_CSW$(NAME) += bad-rpath-entry|/opt/sunstudio12.1/lib/rw7|opt/csw/sbin/squid -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-initsmf -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-migrateconf -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcas-preserveconf -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWcommon -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWoldaprt -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWosslrt -CHECKPKG_OVERRIDES_CSW$(NAME) += unidentified-dependency|CSWsasl -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libsasl2.so.2|is|needed|by|opt/csw/libexec/sasl_auth -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|liblber-2.4.so.2|is|needed|by|opt/csw/libexec/squid_ldap_group -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libcrypto.so.0.9.8|is|needed|by|opt/csw/libexec/ncsa_auth -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/libexec/diskd -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/sbin/squid -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libldap-2.4.so.2|is|needed|by|opt/csw/libexec/squid_ldap_group -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/libexec/unlinkd -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libssl.so.0.9.8|is|needed|by|opt/csw/libexec/ncsa_auth -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libcrypto.so.0.9.8|is|needed|by|opt/csw/libexec/diskd -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-found|libcrypto.so.0.9.8|is|needed|by|opt/csw/libexec/unlinkd -CHECKPKG_OVERRIDES_CSW$(NAME) += soname-not-foun
[csw-devel] SF.net SVN: gar:[15696] csw/mgar/pkg/squid/branches/squid3
Revision: 15696 http://gar.svn.sourceforge.net/gar/?rev=15696&view=rev Author: wilbury Date: 2011-09-21 09:12:43 + (Wed, 21 Sep 2011) Log Message: --- Add user/group creation. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Added Paths: --- csw/mgar/pkg/squid/branches/squid3/files/cswusergroup Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 00:50:20 UTC (rev 15695) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 09:12:43 UTC (rev 15696) @@ -35,6 +35,7 @@ MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/ DISTFILES = $(DISTNAME).tar.bz2 DISTFILES += cswsquid +DISTFILES += cswusergroup PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch @@ -83,6 +84,9 @@ PROTOTYPE_USER_varuser = $(NAME) PROTOTYPE_GROUP_varuser = $(NAME) +USERGROUP = /var/opt/csw/$(NAME)/cache +USERGROUP += /var/opt/csw/$(NAME)/logs + include gar/category.mk SPKG_REVSTAMP := $(SPKG_REVSTAMP)_$(RELEASE) @@ -96,5 +100,6 @@ ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/logs ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/cache ginstall -m 755 $(DOWNLOADDIR)/cswsquid $(DESTDIR)/etc/opt/csw/init.d/csw$(NAME) + ginstall -m 755 $(DOWNLOADDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/$(NAME)/cswusergroup @$(MAKECOOKIE) Added: csw/mgar/pkg/squid/branches/squid3/files/cswusergroup === --- csw/mgar/pkg/squid/branches/squid3/files/cswusergroup (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/files/cswusergroup 2011-09-21 09:12:43 UTC (rev 15696) @@ -0,0 +1 @@ +squid:squid:: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15698] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15698 http://gar.svn.sourceforge.net/gar/?rev=15698&view=rev Author: wilbury Date: 2011-09-21 09:54:00 + (Wed, 21 Sep 2011) Log Message: --- squid/branches/squid3: Reorder CLASSES Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 09:12:53 UTC (rev 15697) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 09:54:00 UTC (rev 15698) @@ -26,6 +26,8 @@ PRESERVECONF = /etc/opt/csw/$(NAME)/squid.conf PRESERVECONF = /etc/opt/csw/$(NAME)/mime.conf +CLASSES = cswusergroup none cswmigrateconf cswinitsmf + MIGRATE_SOURCE_DIR = /opt/csw/etc MIGRATE_DEST_DIR = /etc/opt/csw/$(NAME) MIGRATE_FILES = cachemgr.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15700] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15700 http://gar.svn.sourceforge.net/gar/?rev=15700&view=rev Author: wilbury Date: 2011-09-21 10:23:02 + (Wed, 21 Sep 2011) Log Message: --- squid/branches/squid3: Fix ugfiles Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 10:10:57 UTC (rev 15699) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 10:23:02 UTC (rev 15700) @@ -26,8 +26,6 @@ PRESERVECONF = /etc/opt/csw/$(NAME)/squid.conf PRESERVECONF = /etc/opt/csw/$(NAME)/mime.conf -CLASSES = cswusergroup none cswmigrateconf cswinitsmf - MIGRATE_SOURCE_DIR = /opt/csw/etc MIGRATE_DEST_DIR = /etc/opt/csw/$(NAME) MIGRATE_FILES = cachemgr.conf @@ -81,13 +79,13 @@ EXTRA_LINKER_FLAGS += -norunpath PROTOTYPE_MODIFIERS = varuser -PROTOTYPE_FILES_varuser = /var/opt/csw/$(NAME)/cache -PROTOTYPE_FILES_varuser += /var/opt/csw/$(NAME)/logs +PROTOTYPE_FILES_varuser = \/var\/opt\/csw\/$(NAME)\/cache +PROTOTYPE_FILES_varuser += \/var\/opt\/csw\/$(NAME)\/logs +PROTOTYPE_CLASS_varuser = ugfiles PROTOTYPE_USER_varuser = $(NAME) PROTOTYPE_GROUP_varuser = $(NAME) -USERGROUP = /var/opt/csw/$(NAME)/cache -USERGROUP += /var/opt/csw/$(NAME)/logs +USERGROUP = /etc/opt/csw/pkg/$(NAME)/cswusergroup include gar/category.mk @@ -101,7 +99,8 @@ ginstall -d $(DESTDIR)/etc/opt/csw/init.d ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/logs ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/cache + ginstall -d $(DESTDIR)/etc/opt/csw/pkg/$(NAME) ginstall -m 755 $(DOWNLOADDIR)/cswsquid $(DESTDIR)/etc/opt/csw/init.d/csw$(NAME) - ginstall -m 755 $(DOWNLOADDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/$(NAME)/cswusergroup + ginstall -m 644 $(DOWNLOADDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME)/cswusergroup @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15702] csw/mgar/pkg/squid/branches/squid3/files
Revision: 15702 http://gar.svn.sourceforge.net/gar/?rev=15702&view=rev Author: wilbury Date: 2011-09-21 10:58:13 + (Wed, 21 Sep 2011) Log Message: --- squid/branches/squid3: Fix ugfiles. Added Paths: --- csw/mgar/pkg/squid/branches/squid3/files/CSWsquid.cswusergroup Removed Paths: - csw/mgar/pkg/squid/branches/squid3/files/cswusergroup Added: csw/mgar/pkg/squid/branches/squid3/files/CSWsquid.cswusergroup === --- csw/mgar/pkg/squid/branches/squid3/files/CSWsquid.cswusergroup (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/files/CSWsquid.cswusergroup 2011-09-21 10:58:13 UTC (rev 15702) @@ -0,0 +1 @@ +squid:squid: Deleted: csw/mgar/pkg/squid/branches/squid3/files/cswusergroup === --- csw/mgar/pkg/squid/branches/squid3/files/cswusergroup 2011-09-21 10:36:58 UTC (rev 15701) +++ csw/mgar/pkg/squid/branches/squid3/files/cswusergroup 2011-09-21 10:58:13 UTC (rev 15702) @@ -1 +0,0 @@ -squid:squid:: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15703] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15703 http://gar.svn.sourceforge.net/gar/?rev=15703&view=rev Author: wilbury Date: 2011-09-21 11:00:16 + (Wed, 21 Sep 2011) Log Message: --- squid/branches/squid3: Fix ugfiles. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 10:58:13 UTC (rev 15702) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 11:00:16 UTC (rev 15703) @@ -34,8 +34,8 @@ MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/ DISTFILES = $(DISTNAME).tar.bz2 -DISTFILES += cswsquid -DISTFILES += cswusergroup +#DISTFILES += cswsquid +#DISTFILES += CSWsquid.cswusergroup PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch @@ -101,6 +101,6 @@ ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/cache ginstall -d $(DESTDIR)/etc/opt/csw/pkg/$(NAME) ginstall -m 755 $(DOWNLOADDIR)/cswsquid $(DESTDIR)/etc/opt/csw/init.d/csw$(NAME) - ginstall -m 644 $(DOWNLOADDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME)/cswusergroup + ginstall -m 644 $(DOWNLOADDIR)/CSWsquid.cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME)/cswusergroup @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15705] csw/mgar/pkg/squid/branches/squid3
Revision: 15705 http://gar.svn.sourceforge.net/gar/?rev=15705&view=rev Author: wilbury Date: 2011-09-21 19:01:36 + (Wed, 21 Sep 2011) Log Message: --- squid/branches/squid3: Fix build, name package as CSWsquid Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Added Paths: --- csw/mgar/pkg/squid/branches/squid3/files/0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch csw/mgar/pkg/squid/branches/squid3/files/0006-Use-default-cache_dir.patch csw/mgar/pkg/squid/branches/squid3/files/CSWsquid3.cswusergroup csw/mgar/pkg/squid/branches/squid3/files/cswsquid3 Removed Paths: - csw/mgar/pkg/squid/branches/squid3/files/CSWsquid.cswusergroup csw/mgar/pkg/squid/branches/squid3/files/cswsquid Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 12:33:05 UTC (rev 15704) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 19:01:36 UTC (rev 15705) @@ -17,9 +17,11 @@ bandwith usage. Squid runs on all popular Unix and Windows platforms. endef -PACKAGES = CSW$(NAME) -CATALOGNAME_CSW$(NAME) = $(NAME) -RUNTIME_DEP_PKGS_CSW$(NAME) = CSWoldaprt CSWosslrt CSWsasl +PACKAGES = CSWsquid +RUNTIME_DEP_PKGS = CSWoldaprt CSWosslrt CSWsasl +RUNTIME_DEP_PKGS += CSWperl +RUNTIME_DEP_PKGS += CSWlibltdl7 + PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 INITSMF = /etc/opt/csw/init.d/csw$(NAME) PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf @@ -33,17 +35,19 @@ MIGRATE_FILES += squid.conf MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/ -DISTFILES = $(DISTNAME).tar.bz2 -#DISTFILES += cswsquid -#DISTFILES += CSWsquid.cswusergroup +DISTFILES = squid-$(DISTVERSION).tar.bz2 PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch PATCHFILES += 0002-Link-against-OpenSSL-from-OpenCSW.patch PATCHFILES += 0003-Check-for-ber_pvt_opt_on-instead-of-main-in-libber.patch +PATCHFILES += 0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch +PATCHFILES += 0006-Use-default-cache_dir.patch +sysconfdir = /etc/opt/csw/$(NAME) + CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(NAME) +CONFIGURE_ARGS += --sysconfdir=${sysconfdir} CONFIGURE_ARGS += --datadir=$(datadir)/$(NAME) CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME) CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME) @@ -69,15 +73,17 @@ CONFIGURE_ARGS += --with-openssl=$(prefix) CONFIGURE_ARGS += --with-default-user=$(NAME) -RUNTIME_DEP_PKGS_CSW$(NAME) += CSWperl -RUNTIME_DEP_PKGS_CSW$(NAME) += CSWlibltdl7 +# CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/squid_unix_group.8 -CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/squid_unix_group.8 - TEST_TARGET = EXTRA_LINKER_FLAGS += -norunpath +SAMPLECONF = squid.conf +SAMPLECONF += cachemgr.conf +SAMPLECONF += mime.conf +USERGROUP = /etc/opt/csw/pkg/CSW$(NAME)/cswusergroup + PROTOTYPE_MODIFIERS = varuser PROTOTYPE_FILES_varuser = \/var\/opt\/csw\/$(NAME)\/cache PROTOTYPE_FILES_varuser += \/var\/opt\/csw\/$(NAME)\/logs @@ -85,12 +91,14 @@ PROTOTYPE_USER_varuser = $(NAME) PROTOTYPE_GROUP_varuser = $(NAME) -USERGROUP = /etc/opt/csw/pkg/$(NAME)/cswusergroup include gar/category.mk SPKG_REVSTAMP := $(SPKG_REVSTAMP)_$(RELEASE) +#post-extract-modulated: +# @-[ ! -d ${WORKDIR}/${DISTNAME} ] && mv ${WORKDIR}/squid-$(DISTVERSION) ${WORKDIR}/${DISTNAME} + pre-configure-modulated: cd $(WORKSRC) && $(BUILD_ENV) ./bootstrap.sh @$(MAKECOOKIE) @@ -99,8 +107,8 @@ ginstall -d $(DESTDIR)/etc/opt/csw/init.d ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/logs ginstall -d $(DESTDIR)/var/opt/csw/$(NAME)/cache - ginstall -d $(DESTDIR)/etc/opt/csw/pkg/$(NAME) - ginstall -m 755 $(DOWNLOADDIR)/cswsquid $(DESTDIR)/etc/opt/csw/init.d/csw$(NAME) - ginstall -m 644 $(DOWNLOADDIR)/CSWsquid.cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME)/cswusergroup + ginstall -d $(DESTDIR)/etc/opt/csw/pkg/CSW$(NAME) + ginstall -m 755 $(FILEDIR)/cswsquid3 $(DESTDIR)/etc/opt/csw/init.d/csw$(NAME) + ginstall -m 644 $(FILEDIR)/CSWsquid3.cswusergroup $(DESTDIR)/etc/opt/csw/pkg/CSW$(NAME)/cswusergroup @$(MAKECOOKIE) Added: csw/mgar/pkg/squid/branches/squid3/files/0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch === --- csw/mgar/pkg/squid/branches/squid3/files/0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch (rev 0) +++ csw/mgar/pkg/squid/branches/squid3/files/0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch 2011-09-
[csw-devel] SF.net SVN: gar:[15706] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15706 http://gar.svn.sourceforge.net/gar/?rev=15706&view=rev Author: wilbury Date: 2011-09-22 07:13:35 + (Thu, 22 Sep 2011) Log Message: --- squid/branches/squid3: Clean up Makefile. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-21 19:01:36 UTC (rev 15705) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-22 07:13:35 UTC (rev 15706) @@ -73,8 +73,6 @@ CONFIGURE_ARGS += --with-openssl=$(prefix) CONFIGURE_ARGS += --with-default-user=$(NAME) -# CHECKPKG_OVERRIDES_CSW$(NAME) += file-with-bad-content|/usr/local|root/opt/csw/share/man/man8/squid_unix_group.8 - TEST_TARGET = EXTRA_LINKER_FLAGS += -norunpath @@ -96,9 +94,6 @@ SPKG_REVSTAMP := $(SPKG_REVSTAMP)_$(RELEASE) -#post-extract-modulated: -# @-[ ! -d ${WORKDIR}/${DISTNAME} ] && mv ${WORKDIR}/squid-$(DISTVERSION) ${WORKDIR}/${DISTNAME} - pre-configure-modulated: cd $(WORKSRC) && $(BUILD_ENV) ./bootstrap.sh @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15707] csw/mgar/pkg/squid/branches/squid3/files/cswsquid3
Revision: 15707 http://gar.svn.sourceforge.net/gar/?rev=15707&view=rev Author: wilbury Date: 2011-09-22 07:34:20 + (Thu, 22 Sep 2011) Log Message: --- squid/branches/squid3: Change PREFIX to CSWPREFIX Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/files/cswsquid3 Modified: csw/mgar/pkg/squid/branches/squid3/files/cswsquid3 === --- csw/mgar/pkg/squid/branches/squid3/files/cswsquid3 2011-09-22 07:13:35 UTC (rev 15706) +++ csw/mgar/pkg/squid/branches/squid3/files/cswsquid3 2011-09-22 07:34:20 UTC (rev 15707) @@ -3,7 +3,7 @@ PATH=/usr/bin CSWPREFIX=/opt/csw -CSWETC=/etc${PREFIX} +CSWETC=/etc${CSWPREFIX} CSWSBIN=${CSWPREFIX}/sbin SQUID_DAEMON=${CSWSBIN}/squid SQUID_CONF=${CSWETC}/squid/squid.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15709] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15709 http://gar.svn.sourceforge.net/gar/?rev=15709&view=rev Author: wilbury Date: 2011-09-22 08:39:31 + (Thu, 22 Sep 2011) Log Message: --- squid/branches/squid3: Build also NTLM auth helpers. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-22 08:36:40 UTC (rev 15708) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-22 08:39:31 UTC (rev 15709) @@ -23,6 +23,7 @@ RUNTIME_DEP_PKGS += CSWlibltdl7 PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 + INITSMF = /etc/opt/csw/init.d/csw$(NAME) PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf PRESERVECONF = /etc/opt/csw/$(NAME)/squid.conf @@ -52,7 +53,7 @@ CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME) CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME) CONFIGURE_ARGS += --enable-arp-acl -CONFIGURE_ARGS += --enable-auth=basic +CONFIGURE_ARGS += --enable-auth=basic,ntlm CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA CONFIGURE_ARGS += --enable-cache-digests CONFIGURE_ARGS += --enable-carp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15712] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15712 http://gar.svn.sourceforge.net/gar/?rev=15712&view=rev Author: wilbury Date: 2011-09-22 12:02:19 + (Thu, 22 Sep 2011) Log Message: --- squid/branches/squid3: svn:keywords set Property Changed: csw/mgar/pkg/squid/branches/squid3/Makefile Property changes on: csw/mgar/pkg/squid/branches/squid3/Makefile ___ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15713] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 15713 http://gar.svn.sourceforge.net/gar/?rev=15713&view=rev Author: wilbury Date: 2011-09-22 14:41:15 + (Thu, 22 Sep 2011) Log Message: --- squid/branches/squid3: Include CSWsambacommon dependency Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-22 12:02:19 UTC (rev 15712) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2011-09-22 14:41:15 UTC (rev 15713) @@ -18,9 +18,12 @@ endef PACKAGES = CSWsquid -RUNTIME_DEP_PKGS = CSWoldaprt CSWosslrt CSWsasl +RUNTIME_DEP_PKGS = CSWoldaprt +RUNTIME_DEP_PKGS += CSWosslrt +RUNTIME_DEP_PKGS += CSWsasl RUNTIME_DEP_PKGS += CSWperl RUNTIME_DEP_PKGS += CSWlibltdl7 +RUNTIME_DEP_PKGS += CSWsambacommon PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 @@ -90,6 +93,8 @@ PROTOTYPE_USER_varuser = $(NAME) PROTOTYPE_GROUP_varuser = $(NAME) +# Needed for CSWsambacommon: ntlm_auth and winbindd +CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWsambacommon include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15785] csw/mgar/pkg/libmemcached/trunk
Revision: 15785 http://gar.svn.sourceforge.net/gar/?rev=15785&view=rev Author: wilbury Date: 2011-09-27 21:22:58 + (Tue, 27 Sep 2011) Log Message: --- libmemcached/trunk: Update to 0.52, fix build. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile csw/mgar/pkg/libmemcached/trunk/checksums Added Paths: --- csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-do-PANDORA_TEST_VC_DIR.patch csw/mgar/pkg/libmemcached/trunk/files/0002-Use-opt-csw-bin-ggrep.patch Removed Paths: - csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-use-Wstrict-prototypes-warning.patch Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-09-27 19:24:55 UTC (rev 15784) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-09-27 21:22:58 UTC (rev 15785) @@ -1,7 +1,7 @@ # $Id$ # NAME = libmemcached -VERSION = 0.51 +VERSION = 0.52 VENDOR_URL = http://libmemcached.org/ CATEGORIES = lib DESCRIPTION = Library memcached interface @@ -10,18 +10,19 @@ endef SPKG_SOURCEURL = http://libmemcached.org/ MASTER_SITES = http://launchpad.net/libmemcached/1.0/$(VERSION)/+download/ -PATCHFILES = 0001-Do-not-use-Wstrict-prototypes-warning.patch -#PATCHFILES += 0002-use-stdnamespace-for-index.patch -#PATCHFILES += 0003-use-opt-csw-bin-ggrep.patch -#PATCHFILES += 0004-use-opt-csw-bin-ggrep-for-pandora.patch -#PATCHFILES += 0006-fix-tests.patch -#PATCHFILES += 0007-fix-test_h.patch +PATCHFILES += 0001-Do-not-do-PANDORA_TEST_VC_DIR.patch +PATCHFILES += 0002-Use-opt-csw-bin-ggrep.patch + +BUILD_DEP_PKGS += CSWlibevent-dev +RUNTIME_DEP_PKGS += CSWlibevent2-0-5 + DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-dtrace +CONFIGURE_ARGS += --disable-rpath BUILD64 = 1 SKIPTEST = 1 @@ -31,44 +32,5 @@ GARCOMPILER = GCC4 -LDFLAGS_32="-R/opt/csw/lib/i386" -LDFLAGS_64="-R/opt/csw/lib/amd64" - -PACKAGES = CSWlibmemcached -SPKG_DESC_CSWlibmemcached = libmemcached library -RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcached8 -RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibhashkit1 -RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcachedutil2 -RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcachedprotocol0 - -PACKAGES += CSWlibhashkit1 -CATALOGNAME_CSWlibhashkit1 = libhashkit1 -VENDOR_URL_CSWlibhashkit1 = http://libmemcached.org/libMemcached.html -PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1\.0\.0) -PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1(\.\d+)*) -SPKG_DESC_CSWlibhashkit1 += $(DESCRIPTION), libhashkit.so.1 - -PACKAGES += CSWlibmemcached8 -CATALOGNAME_CSWlibmemcached8 = libmemcached8 -VENDOR_URL_CSWlibmemcached8 = http://libmemcached.org/libMemcached.html -PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8\.0\.0) -PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8(\.\d+)*) -SPKG_DESC_CSWlibmemcached8 += $(DESCRIPTION), libmemcached.so.8 - -PACKAGES += CSWlibmemcachedprotocol0 -CATALOGNAME_CSWlibmemcachedprotocol0 = libmemcachedprotocol0 -VENDOR_URL_CSWlibmemcachedprotocol0 = http://libmemcached.org/ -PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0\.0\.0) -PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0(\.\d+)*) -SPKG_DESC_CSWlibmemcachedprotocol0 += $(DESCRIPTION), libmemcachedprotocol.so.0 - -PACKAGES += CSWlibmemcachedutil2 -CATALOGNAME_CSWlibmemcachedutil2 = libmemcachedutil2 -VENDOR_URL_CSWlibmemcachedutil2 = http://libmemcached.org/ -PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2\.0\.0) -PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2(\.\d+)*) -SPKG_DESC_CSWlibmemcachedutil2 += $(DESCRIPTION), libmemcachedutil.so.2 -RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibmemcached8 - include gar/category.mk Modified: csw/mgar/pkg/libmemcached/trunk/checksums === --- csw/mgar/pkg/libmemcached/trunk/checksums 2011-09-27 19:24:55 UTC (rev 15784) +++ csw/mgar/pkg/libmemcached/trunk/checksums 2011-09-27 21:22:58 UTC (rev 15785) @@ -1 +1 @@ -30fd0ce62a223dc5e7bd9e841f8baa4b libmemcached-0.51.tar.gz +c3a735c6db51de5ce457565179fc40f2 libmemcached-0.52.tar.gz Added: csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-do-PANDORA_TEST_VC_DIR.patch === --- csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-do-PANDORA_TEST_VC_DIR.patch (rev 0) +++ csw/mgar/pkg/libmemcached/trunk/files/0001-Do-not-do-PANDORA_TEST_VC_DIR.patch 2011-09-27 21:22:58 UTC (rev 15785
[csw-devel] SF.net SVN: gar:[15955] csw/mgar/pkg/libmemcached/trunk
Revision: 15955 http://gar.svn.sourceforge.net/gar/?rev=15955&view=rev Author: wilbury Date: 2011-10-21 21:49:13 + (Fri, 21 Oct 2011) Log Message: --- libmemcached/trunk: Fix build, another try. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Property Changed: csw/mgar/pkg/libmemcached/trunk/ Property changes on: csw/mgar/pkg/libmemcached/trunk ___ Deleted: svn:externals - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 21:13:32 UTC (rev 15954) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 21:49:13 UTC (rev 15955) @@ -15,7 +15,8 @@ PATCHFILES += 0002-Use-opt-csw-bin-ggrep.patch BUILD_DEP_PKGS += CSWlibevent-dev -RUNTIME_DEP_PKGS += CSWlibevent2-0-5 +RUNTIME_DEP_PKGS += CSWlibgcc-s1 +RUNTIME_DEP_PKGS += CSWlibstdc++6 DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -31,6 +32,16 @@ OPT_FLAGS_GCC = -O2 -pipe GARCOMPILER = GCC4 +GARTYPE = 2 +PACKAGING_PLATFORMS = solaris10-i386 solaris10-amd64 + +PACKAGES += CSWlibhashkit1 +CATALOGNAME_CSWlibhashkit1 = libhashkit1 +PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1\.0\.0) +PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1(\.\d+)*) +SPKG_DESC_CSWlibhashkit1 += $(DESCRIPTION), libhashkit.so.1 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibhashkit1 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15956] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 15956 http://gar.svn.sourceforge.net/gar/?rev=15956&view=rev Author: wilbury Date: 2011-10-21 22:09:55 + (Fri, 21 Oct 2011) Log Message: --- libmemcached/trunk: Fix build, another try. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 21:49:13 UTC (rev 15955) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 22:09:55 UTC (rev 15956) @@ -15,8 +15,6 @@ PATCHFILES += 0002-Use-opt-csw-bin-ggrep.patch BUILD_DEP_PKGS += CSWlibevent-dev -RUNTIME_DEP_PKGS += CSWlibgcc-s1 -RUNTIME_DEP_PKGS += CSWlibstdc++6 DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -36,12 +34,47 @@ PACKAGING_PLATFORMS = solaris10-i386 solaris10-amd64 +PACKAGES += CSWlibmemcached +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibstdc++6 +SPKG_DESC_CSWlibmemcached = $(DESCRIPTION), main library + PACKAGES += CSWlibhashkit1 CATALOGNAME_CSWlibhashkit1 = libhashkit1 PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1\.0\.0) PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1(\.\d+)*) SPKG_DESC_CSWlibhashkit1 += $(DESCRIPTION), libhashkit.so.1 +RUNTIME_DEP_PKGS_CSWlibhashkit1 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibhashkit1 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibhashkit1 +PACKAGES += CSWlibmemcached8 +CATALOGNAME_CSWlibmemcached8 = libmemcached8 +PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8\.0\.0) +PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8(\.\d+)*) +SPKG_DESC_CSWlibmemcached8 += $(DESCRIPTION), libmemcached.so.8 +RUNTIME_DEP_PKGS_CSWlibmemcached8 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibmemcached8 += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcached8 + +PACKAGES += CSWlibmemcachedutil2 +CATALOGNAME_CSWlibmemcachedutil2 = libmemcachedutil2 +PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2\.0\.0) +PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2(\.\d+)*) +SPKG_DESC_CSWlibmemcachedutil2 += $(DESCRIPTION), libmemcachedutil.so.2 +RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibmemcached8 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcachedutil2 + +PACKAGES += CSWlibmemcachedprotocol0 +CATALOGNAME_CSWlibmemcachedprotocol0 = libmemcachedprotocol0 +PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0\.0\.0) +PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibmemcachedprotocol0 += $(DESCRIPTION), libmemcachedprotocol.so.0 +RUNTIME_DEP_PKGS_CSWlibmemcachedprotocol0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibmemcachedprotocol0 += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcachedprotocol0 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15957] csw/mgar/pkg/libmemcached/trunk
Revision: 15957 http://gar.svn.sourceforge.net/gar/?rev=15957&view=rev Author: wilbury Date: 2011-10-21 23:40:37 + (Fri, 21 Oct 2011) Log Message: --- libmemcached/trunk: Upgrade to version 0.53 Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile csw/mgar/pkg/libmemcached/trunk/checksums Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 22:09:55 UTC (rev 15956) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-21 23:40:37 UTC (rev 15957) @@ -1,7 +1,7 @@ # $Id$ # NAME = libmemcached -VERSION = 0.52 +VERSION = 0.53 VENDOR_URL = http://libmemcached.org/ CATEGORIES = lib DESCRIPTION = Library memcached interface Modified: csw/mgar/pkg/libmemcached/trunk/checksums === --- csw/mgar/pkg/libmemcached/trunk/checksums 2011-10-21 22:09:55 UTC (rev 15956) +++ csw/mgar/pkg/libmemcached/trunk/checksums 2011-10-21 23:40:37 UTC (rev 15957) @@ -1 +1 @@ -c3a735c6db51de5ce457565179fc40f2 libmemcached-0.52.tar.gz +b22ea3698111f12075fe50a4097e2bbc libmemcached-0.53.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15961] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 15961 http://gar.svn.sourceforge.net/gar/?rev=15961&view=rev Author: wilbury Date: 2011-10-23 10:44:13 + (Sun, 23 Oct 2011) Log Message: --- libmemcached/trunk: Depend on CSWlibevent2-0-5 in runtime. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-22 20:49:59 UTC (rev 15960) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-23 10:44:13 UTC (rev 15961) @@ -37,13 +37,17 @@ PACKAGES += CSWlibmemcached RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibevent2-0-5 SPKG_DESC_CSWlibmemcached = $(DESCRIPTION), main library +SPKG_FULL_REVSTAMP_CSWlibmemcached = 1 +CHECKPKG_OVERRIDES_CSWlibmemcached += surplus-dependency|CSWlibevent2-0-5 PACKAGES += CSWlibhashkit1 CATALOGNAME_CSWlibhashkit1 = libhashkit1 PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1\.0\.0) PKGFILES_CSWlibhashkit1 += $(call baseisadirs,$(libdir),libhashkit\.so\.1(\.\d+)*) SPKG_DESC_CSWlibhashkit1 += $(DESCRIPTION), libhashkit.so.1 +SPKG_FULL_REVSTAMP_CSWlibhashkit1 = 1 RUNTIME_DEP_PKGS_CSWlibhashkit1 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibhashkit1 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibhashkit1 @@ -53,6 +57,7 @@ PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8\.0\.0) PKGFILES_CSWlibmemcached8 += $(call baseisadirs,$(libdir),libmemcached\.so\.8(\.\d+)*) SPKG_DESC_CSWlibmemcached8 += $(DESCRIPTION), libmemcached.so.8 +SPKG_FULL_REVSTAMP_CSWlibmemcached8 = 1 RUNTIME_DEP_PKGS_CSWlibmemcached8 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibmemcached8 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcached8 @@ -62,6 +67,7 @@ PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2\.0\.0) PKGFILES_CSWlibmemcachedutil2 += $(call baseisadirs,$(libdir),libmemcachedutil\.so\.2(\.\d+)*) SPKG_DESC_CSWlibmemcachedutil2 += $(DESCRIPTION), libmemcachedutil.so.2 +SPKG_FULL_REVSTAMP_CSWlibmemcachedutil2 = 1 RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibmemcachedutil2 += CSWlibmemcached8 @@ -72,6 +78,7 @@ PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0\.0\.0) PKGFILES_CSWlibmemcachedprotocol0 += $(call baseisadirs,$(libdir),libmemcachedprotocol\.so\.0(\.\d+)*) SPKG_DESC_CSWlibmemcachedprotocol0 += $(DESCRIPTION), libmemcachedprotocol.so.0 +SPKG_FULL_REVSTAMP_CSWlibmemcachedprotocol0 = 1 RUNTIME_DEP_PKGS_CSWlibmemcachedprotocol0 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibmemcachedprotocol0 += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibmemcachedprotocol0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15962] csw/mgar/pkg/memcached/trunk
Revision: 15962 http://gar.svn.sourceforge.net/gar/?rev=15962&view=rev Author: wilbury Date: 2011-10-23 12:12:01 + (Sun, 23 Oct 2011) Log Message: --- memcached/trunk: Update to 1.4.9 Modified Paths: -- csw/mgar/pkg/memcached/trunk/Makefile csw/mgar/pkg/memcached/trunk/checksums Added Paths: --- csw/mgar/pkg/memcached/trunk/files/0001-Fix-memcached_dtrace.d-and-add-touch-command.patch Modified: csw/mgar/pkg/memcached/trunk/Makefile === --- csw/mgar/pkg/memcached/trunk/Makefile 2011-10-23 10:44:13 UTC (rev 15961) +++ csw/mgar/pkg/memcached/trunk/Makefile 2011-10-23 12:12:01 UTC (rev 15962) @@ -1,5 +1,5 @@ NAME = memcached -VERSION = 1.4.5 +VERSION = 1.4.9 CATEGORIES = net DESCRIPTION = Distributed memory object caching system @@ -12,18 +12,20 @@ MASTER_SITES = http://memcached.googlecode.com/files/ DISTFILES = $(NAME)-$(VERSION).tar.gz -# Use patches until this is applied: -# https://github.com/memcached/memcached/pull/3 +## Use patches until this is applied: +## https://github.com/memcached/memcached/pull/3 PATCHFILES += 0001-Fix-alignment-check-as-84148994-0x05040302.patch PATCHFILES += 0002-Take-endianness-into-account-on-alignment-check.patch - -# The addition of more status field made the data arrive in multiple packets -# leading to broken tests when it is not waited for more packages. +# +## The addition of more status field made the data arrive in multiple packets +## leading to broken tests when it is not waited for more packages. PATCHFILES += 0003-Make-sure-to-wait-for-data.patch - -# Looks like the data structure is not clean on sparcv9 (only!) +# +## Looks like the data structure is not clean on sparcv9 (only!) PATCHFILES += 0004-Make-sure-to-clean-ai_flags-in-testsuite-or-test-fai.patch +PATCHFILES += 0001-Fix-memcached_dtrace.d-and-add-touch-command.patch + # If we enable GIT patching this makes a .git repo in $WORKSRC. # Unfortunatly this triggers maintainer mode for t/whitespace.t which # then fails because the developer GIT repo contains more things than the @@ -35,7 +37,7 @@ VENDOR_URL = http://memcached.org/ -BUILD_DEP_PKGS = CSWlibevent-devel +BUILD_DEP_PKGS = CSWlibevent-dev RUNTIME_DEP_PKGS = CSWlibevent2-0-5 PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 @@ -51,5 +53,7 @@ CONFIGURE_ARGS-sol5.10 += --enable-dtrace CONFIGURE_ARGS += $(CONFIGURE_ARGS-sol$(GAROSREL)) +PACKAGING_PLATFORMS = solaris10-i386 solaris10-amd64 + include gar/category.mk Modified: csw/mgar/pkg/memcached/trunk/checksums === --- csw/mgar/pkg/memcached/trunk/checksums 2011-10-23 10:44:13 UTC (rev 15961) +++ csw/mgar/pkg/memcached/trunk/checksums 2011-10-23 12:12:01 UTC (rev 15962) @@ -1 +1 @@ -583441a25f937360624024f2881e5ea8 memcached-1.4.5.tar.gz +e55fd8144f3a36189f42c12ceb22832b memcached-1.4.9.tar.gz Added: csw/mgar/pkg/memcached/trunk/files/0001-Fix-memcached_dtrace.d-and-add-touch-command.patch === --- csw/mgar/pkg/memcached/trunk/files/0001-Fix-memcached_dtrace.d-and-add-touch-command.patch (rev 0) +++ csw/mgar/pkg/memcached/trunk/files/0001-Fix-memcached_dtrace.d-and-add-touch-command.patch 2011-10-23 12:12:01 UTC (rev 15962) @@ -0,0 +1,34 @@ +From b8f575fd06bcb98a44d633e290358361543645f7 Mon Sep 17 00:00:00 2001 +From: Juraj Lutter +Date: Sun, 23 Oct 2011 13:59:56 +0200 +Subject: [PATCH] Fix memcached_dtrace.d and add ``touch'' command. + +--- + memcached_dtrace.d | 11 +++ + 1 files changed, 11 insertions(+), 0 deletions(-) + +diff --git a/memcached_dtrace.d b/memcached_dtrace.d +index eeffb6f..59a1a89 100644 +--- a/memcached_dtrace.d b/memcached_dtrace.d +@@ -207,6 +207,17 @@ provider memcached { +probe command__add(int connid, const char *key, int keylen, int size, int64_t casid); + +/** ++* Fired for an touch-command. ++* @param connid connection id ++* @param key requested key ++* @param keylen length of the key ++* @param size the new size of the key's data (or signed int -1 if ++* not found) ++* @param casid the casid for the item ++*/ ++ probe command__touch(int connid, const char *key, int keylen, int size, int64_t casid); ++ ++ /** + * Fired for a set-command. + * @param connid connection id + * @param key requested key +-- +1.7.6.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15978] csw/mgar/pkg/postfix/branches/postfix-2.7/
Revision: 15978 http://gar.svn.sourceforge.net/gar/?rev=15978&view=rev Author: wilbury Date: 2011-10-24 22:32:20 + (Mon, 24 Oct 2011) Log Message: --- Branch 2.7, prepare to upgrade trunk to 2.8. Added Paths: --- csw/mgar/pkg/postfix/branches/postfix-2.7/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15979] csw/mgar/pkg/postfix/trunk
Revision: 15979 http://gar.svn.sourceforge.net/gar/?rev=15979&view=rev Author: wilbury Date: 2011-10-24 22:37:03 + (Mon, 24 Oct 2011) Log Message: --- Add svn:keywords, just for sanity. Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Property Changed: csw/mgar/pkg/postfix/trunk/Makefile csw/mgar/pkg/postfix/trunk/checksums csw/mgar/pkg/postfix/trunk/files/README.upgradefrom.24 csw/mgar/pkg/postfix/trunk/files/changelog.CSW csw/mgar/pkg/postfix/trunk/files/cswpostfix csw/mgar/pkg/postfix/trunk/files/cswusergroup csw/mgar/pkg/postfix/trunk/files/migrate-queuefiles.sh Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2011-10-24 22:32:20 UTC (rev 15978) +++ csw/mgar/pkg/postfix/trunk/Makefile 2011-10-24 22:37:03 UTC (rev 15979) @@ -18,6 +18,8 @@ # - 2.4.6,REV=2008.05.28 preserves modified configuration files via # package-shipped CAS class csw_conf. # +# $Id$ +# NAME = postfix VERSION = 2.7.1 CATEGORIES = server Property changes on: csw/mgar/pkg/postfix/trunk/Makefile ___ Added: svn:keywords + Id Property changes on: csw/mgar/pkg/postfix/trunk/checksums ___ Added: svn:keywords + Id Property changes on: csw/mgar/pkg/postfix/trunk/files/README.upgradefrom.24 ___ Added: svn:keywords + files/README.CSW Property changes on: csw/mgar/pkg/postfix/trunk/files/changelog.CSW ___ Added: svn:keywords + files/README.CSW Property changes on: csw/mgar/pkg/postfix/trunk/files/cswpostfix ___ Added: svn:keywords + files/README.CSW Property changes on: csw/mgar/pkg/postfix/trunk/files/cswusergroup ___ Added: svn:keywords + files/README.CSW Property changes on: csw/mgar/pkg/postfix/trunk/files/migrate-queuefiles.sh ___ Added: svn:keywords + files/README.CSW This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15982] csw/mgar/pkg/postfix/trunk
Revision: 15982 http://gar.svn.sourceforge.net/gar/?rev=15982&view=rev Author: wilbury Date: 2011-10-25 08:02:29 + (Tue, 25 Oct 2011) Log Message: --- postfix/trunk: Fix typos, fix PCRE dependencies. Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile csw/mgar/pkg/postfix/trunk/checksums Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2011-10-25 07:34:00 UTC (rev 15981) +++ csw/mgar/pkg/postfix/trunk/Makefile 2011-10-25 08:02:29 UTC (rev 15982) @@ -21,7 +21,7 @@ # $Id$ # NAME = postfix -VERSION = 2.7.1 +VERSION = 2.8.6 CATEGORIES = server DESCRIPTION = A high-performance mail transport agent @@ -171,8 +171,8 @@ # http://www.postfix.org/PCRE_README.html FEATURES += -DHAS_PCRE AUXLIBS += -lpcre -BUILD_DEP_PKGS += CSWpcre -RUNTIME_DEP_PKGS += CSWpcrert +BUILD_DEP_PKGS += CSWlibpcre-dev +RUNTIME_DEP_PKGS += CSWlibpcre0 # Activate support for hash and btree lookup tables # http://www.postfix.org/DB_README.html. !! Takeaway: Use same DB as SASL !! @@ -211,11 +211,11 @@ # Activate support for MySQL # http://www.postfix.org/MYSQL_README.html FEATURES += -DHAS_MYSQL -INCLUDES += -I/opt/csw/mysql5/include/mysql -AUXLIBS += -L/opt/csw/mysql5/lib/mysql -R/opt/csw/mysql5/lib/mysql +INCLUDES += -I/opt/csw/include/mysql +AUXLIBS += -L/opt/csw/lib -R/opt/csw/mysql5/lib/mysql AUXLIBS += -lmysqlclient -BUILD_DEP_PKGS += CSWmysql5devel -RUNTIME_DEP_PKGS += CSWmysql5rt +BUILD_DEP_PKGS += CSWmysql-dev +RUNTIME_DEP_PKGS += CSWlibmysqlclient15 # Activate support for PostgreSQL # http://www.postfix.org/PGSQL_README.html @@ -259,7 +259,7 @@ AUXLIBS='$(AUXLIBS)' \ DEBUG= \ OPT= - @$(MAKECOOIE) + @$(MAKECOOKIE) install-custom: $(MAKE) -C $(WORKSRC) non-interactive-package install_root=$(DESTDIR) \ Modified: csw/mgar/pkg/postfix/trunk/checksums === --- csw/mgar/pkg/postfix/trunk/checksums2011-10-25 07:34:00 UTC (rev 15981) +++ csw/mgar/pkg/postfix/trunk/checksums2011-10-25 08:02:29 UTC (rev 15982) @@ -1 +1 @@ -b7a5c3ccd309156a65d6f8d2683d4fa1 postfix-2.7.1.tar.gz +c9cb89bfa660379b71fab356d2bf426e postfix-2.8.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15986] csw/mgar/pkg/postfix/trunk/Makefile
Revision: 15986 http://gar.svn.sourceforge.net/gar/?rev=15986&view=rev Author: wilbury Date: 2011-10-25 13:44:06 + (Tue, 25 Oct 2011) Log Message: --- postfix/trunk: Fix build, change /usr/local into /opt/csw Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2011-10-25 12:02:36 UTC (rev 15985) +++ csw/mgar/pkg/postfix/trunk/Makefile 2011-10-25 13:44:06 UTC (rev 15986) @@ -115,9 +115,9 @@ PROTOTYPE_PERMS_pid = 0755 PROTOTYPE_CLASS_pid = ugfiles -EXTRA_MERGE_EXCLUDE_FILES = /etc/opt/csw/postfix/LICENSE -EXTRA_MERGE_EXCLUDE_FILES += /etc/opt/csw/postfix/TLS_LICENSE -EXTRA_MERGE_EXCLUDE_FILES += /etc/opt/csw/postfix/makedefs.out +EXTRA_MERGE_EXCLUDE_FILES = $(CONFIG_BASE)/LICENSE +EXTRA_MERGE_EXCLUDE_FILES += $(CONFIG_BASE)/TLS_LICENSE +EXTRA_MERGE_EXCLUDE_FILES += $(CONFIG_BASE)/makedefs.out STRIP_DIRS = $(DESTDIR)$(libexecdir)/postfix @@ -132,7 +132,7 @@ # http://www.postfix.org/PACKAGE_README.html DEF_COMMAND_DIR= /opt/csw/sbin -DEF_CONFIG_DIR = /etc/opt/csw/postfix +DEF_CONFIG_DIR = $(CONFIG_BASE) DEF_DAEMON_DIR = /opt/csw/libexec/postfix DEF_MAILQ_PATH = /opt/csw/bin/mailq DEF_HTML_DIR = /opt/csw/share/doc/postfix/html @@ -293,6 +293,15 @@ # Instructions to replace the system's sendmail ginstall -Dm 644 $(FILEDIR)/README.CSW \ $(DESTDIR)$(docdir)/$(NAME)/README.CSW + @echo "===> Fixing /usr/local into /opt/csw" + find $(DESTDIR)/$(DEF_HTML_DIR) -type f -depth -print | \ + xargs -n 1 gsed -i -e 's|/usr/local|/opt/csw|g' + find $(DESTDIR)/$(DEF_README_DIR) -type f -depth -print | \ + xargs -n 1 gsed -i -e 's|/usr/local|/opt/csw|g' + find $(DESTDIR)/$(DEF_DAEMON_DIR) -type f -name '*.cf' -depth -print | \ + xargs -n 1 gsed -i -e 's|/usr/local|/opt/csw|g' + find $(DESTDIR)/$(CONFIG_BASE) -type f -name '*.cf' -depth -print | \ + xargs -n 1 gsed -i -e 's|/usr/local|/opt/csw|g' @$(MAKECOOKIE) # Fails. A subsequent manual verify-config run is successfull, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15998] csw/mgar/pkg/libmemcached/tags/libmemcached-0.53, REV=2011.10.26/
Revision: 15998 http://gar.svn.sourceforge.net/gar/?rev=15998&view=rev Author: wilbury Date: 2011-10-26 13:45:13 + (Wed, 26 Oct 2011) Log Message: --- libmemcached: Tag as release 0.53,REV=2011.10.26 Added Paths: --- csw/mgar/pkg/libmemcached/tags/libmemcached-0.53,REV=2011.10.26/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[15999] csw/mgar/pkg/memcached/tags/memcached-1.4.9, REV= 2011.10.26/
Revision: 15999 http://gar.svn.sourceforge.net/gar/?rev=15999&view=rev Author: wilbury Date: 2011-10-26 13:46:10 + (Wed, 26 Oct 2011) Log Message: --- memcached: Tag as release 1.4.9,REV=2011.10.26 Added Paths: --- csw/mgar/pkg/memcached/tags/memcached-1.4.9,REV=2011.10.26/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16000] csw/mgar/pkg/postfix/tags/postfix-2.8.6, REV=2011.10 .26/
Revision: 16000 http://gar.svn.sourceforge.net/gar/?rev=16000&view=rev Author: wilbury Date: 2011-10-26 13:57:41 + (Wed, 26 Oct 2011) Log Message: --- postfix: Tag as release 2.8.6,REV=2011.10.26 Added Paths: --- csw/mgar/pkg/postfix/tags/postfix-2.8.6,REV=2011.10.26/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16002] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 16002 http://gar.svn.sourceforge.net/gar/?rev=16002&view=rev Author: wilbury Date: 2011-10-26 16:22:22 + (Wed, 26 Oct 2011) Log Message: --- libmemcached/trunk: Build both SPARC and i386 platforms for release purposes. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 16:14:51 UTC (rev 16001) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 16:22:22 UTC (rev 16002) @@ -32,7 +32,7 @@ GARCOMPILER = GCC4 GARTYPE = 2 -PACKAGING_PLATFORMS = solaris10-i386 solaris10-amd64 +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc PACKAGES += CSWlibmemcached RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16004] csw/mgar/pkg/memcached/trunk/Makefile
Revision: 16004 http://gar.svn.sourceforge.net/gar/?rev=16004&view=rev Author: wilbury Date: 2011-10-26 18:56:53 + (Wed, 26 Oct 2011) Log Message: --- memcached/trunk: Build for Solaris 10 only. Modified Paths: -- csw/mgar/pkg/memcached/trunk/Makefile Modified: csw/mgar/pkg/memcached/trunk/Makefile === --- csw/mgar/pkg/memcached/trunk/Makefile 2011-10-26 16:41:56 UTC (rev 16003) +++ csw/mgar/pkg/memcached/trunk/Makefile 2011-10-26 18:56:53 UTC (rev 16004) @@ -53,7 +53,7 @@ CONFIGURE_ARGS-sol5.10 += --enable-dtrace CONFIGURE_ARGS += $(CONFIGURE_ARGS-sol$(GAROSREL)) -PACKAGING_PLATFORMS = solaris10-i386 solaris10-amd64 +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16007] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 16007 http://gar.svn.sourceforge.net/gar/?rev=16007&view=rev Author: wilbury Date: 2011-10-26 20:11:45 + (Wed, 26 Oct 2011) Log Message: --- libmemcached/trunk: Fix GARCOMPILER, GCC4 to GNU. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 19:35:18 UTC (rev 16006) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 20:11:45 UTC (rev 16007) @@ -29,7 +29,7 @@ OPT_FLAGS_SOS = -xO3 OPT_FLAGS_GCC = -O2 -pipe -GARCOMPILER = GCC4 +GARCOMPILER = GNU GARTYPE = 2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16011] csw/mgar/pkg/libmemcached/trunk/Makefile
Revision: 16011 http://gar.svn.sourceforge.net/gar/?rev=16011&view=rev Author: wilbury Date: 2011-10-26 21:33:43 + (Wed, 26 Oct 2011) Log Message: --- libmemcached/trunk: Remove surplus dependencies. Modified Paths: -- csw/mgar/pkg/libmemcached/trunk/Makefile Modified: csw/mgar/pkg/libmemcached/trunk/Makefile === --- csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 21:13:14 UTC (rev 16010) +++ csw/mgar/pkg/libmemcached/trunk/Makefile2011-10-26 21:33:43 UTC (rev 16011) @@ -23,24 +23,23 @@ CONFIGURE_ARGS += --disable-dtrace CONFIGURE_ARGS += --disable-rpath +GARCOMPILER = GNU +GARTYPE = 2 +ISAEXEC = 1 + BUILD64 = 1 SKIPTEST = 1 OPT_FLAGS_SOS = -xO3 OPT_FLAGS_GCC = -O2 -pipe -GARCOMPILER = GNU -GARTYPE = 2 - PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc PACKAGES += CSWlibmemcached RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibmemcached += CSWlibevent2-0-5 SPKG_DESC_CSWlibmemcached = $(DESCRIPTION), main library SPKG_FULL_REVSTAMP_CSWlibmemcached = 1 -CHECKPKG_OVERRIDES_CSWlibmemcached += surplus-dependency|CSWlibevent2-0-5 PACKAGES += CSWlibhashkit1 CATALOGNAME_CSWlibhashkit1 = libhashkit1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16046] csw/mgar/pkg/php5/trunk/Makefile
Revision: 16046 http://gar.svn.sourceforge.net/gar/?rev=16046&view=rev Author: wilbury Date: 2011-10-30 18:03:32 + (Sun, 30 Oct 2011) Log Message: --- php5/trunk: Fix build deps. Modified Paths: -- csw/mgar/pkg/php5/trunk/Makefile Modified: csw/mgar/pkg/php5/trunk/Makefile === --- csw/mgar/pkg/php5/trunk/Makefile2011-10-30 16:09:42 UTC (rev 16045) +++ csw/mgar/pkg/php5/trunk/Makefile2011-10-30 18:03:32 UTC (rev 16046) @@ -53,17 +53,17 @@ BUILD_DEP_PKGS += CSWlibgdbm-dev CSWlibidn-dev CSWlibgd-dev CSWcoreutils -BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibexpat1 CSWlibz-dev CSWcurldevel CSWjpeg +BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibexpat1 CSWlibz-dev CSWmysql-dev CSWjpeg BUILD_DEP_PKGS += CSWlibpng-dev CSWt1lib CSWxpm CSWlibgdbm-dev CSWlibgmp10 BUILD_DEP_PKGS += CSWggettext-dev CSWossldevel CSWlibgd2 CSWbdb42devel BUILD_DEP_PKGS += CSWlibcares-dev CSWftype2 CSWlibiconv-dev CSWimap-devel BUILD_DEP_PKGS += CSWoldapdevel CSWlibkrb5-dev CSWsasl CSWlibltdl7 -BUILD_DEP_PKGS += CSWlibmcrypt CSWfreetds CSWmysql5devel CSWunixodbc +BUILD_DEP_PKGS += CSWlibmcrypt CSWfreetds CSWmysql-dev CSWunixodbc BUILD_DEP_PKGS += CSWlibpq CSWlibreadline-dev CSWlibncurses-dev CSWnetsnmp -BUILD_DEP_PKGS += CSWsqlite3devel CSWaspell CSWhtmltidy CSWpostgresql +BUILD_DEP_PKGS += CSWlibsqlite3-dev CSWaspell CSWhtmltidy CSWpostgresql # NOTE: I think this is a leftover bug. we shouldn't depend on two versions # of sqlite... -BUILD_DEP_PKGS += CSWsqlite +BUILD_DEP_PKGS += CSWlibsqlite3-0 PRESERVECONF = $(sysconfdir)/php.ini $(sysconfdir)/pear.conf PRESERVECONF += /opt/csw/apache2/etc/extra/httpd-php5.conf @@ -217,6 +217,7 @@ NOISALIST = 1 STRIP_LIBTOOL = 1 +PACKAGING_PLATFORMS = solaris10-i386 sysconfdir = /etc$(prefix)/php5 @@ -232,6 +233,8 @@ CONFIGURE_ARGS += --with-config-file-scan-dir=$(sysconfdir)/conf.d ifeq ($(SAPI),ap2) +MYSQL_VER = 5.0 + CONFIGURE_ARGS += --enable-bcmath=shared CONFIGURE_ARGS += --enable-calendar=shared CONFIGURE_ARGS += --enable-cli @@ -289,14 +292,14 @@ CONFIGURE_ARGS += --with-mm=$(prefix) CONFIGURE_ARGS += --with-mssql=shared,$(prefix) CONFIGURE_ARGS += --with-mysql=shared,$(prefix) -CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/mysql5/bin/$(ISA_DEFAULT)/mysql_config +CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/bin/mysql_config-$(MYSQL_VER) CONFIGURE_ARGS += --with-ndbm CONFIGURE_ARGS += --with-openssl=shared,$(prefix) CONFIGURE_ARGS += --with-pcre-dir=$(prefix) CONFIGURE_ARGS += --with-pcre-regex # not documented, but you can pass the path to mysql_config directly # we need the 32-bit version, so we have to force this -CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/mysql5/bin/$(ISA_DEFAULT)/mysql_config +CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/bin/mysql_config-$(MYSQL_VER) CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix) CONFIGURE_ARGS += --with-pdo-pgsql=shared,$(prefix)/postgresql CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16047] csw/mgar/pkg/php5/trunk/Makefile
Revision: 16047 http://gar.svn.sourceforge.net/gar/?rev=16047&view=rev Author: wilbury Date: 2011-10-30 21:00:55 + (Sun, 30 Oct 2011) Log Message: --- php5/trunk: Fix build deps. Modified Paths: -- csw/mgar/pkg/php5/trunk/Makefile Modified: csw/mgar/pkg/php5/trunk/Makefile === --- csw/mgar/pkg/php5/trunk/Makefile2011-10-30 18:03:32 UTC (rev 16046) +++ csw/mgar/pkg/php5/trunk/Makefile2011-10-30 21:00:55 UTC (rev 16047) @@ -53,7 +53,7 @@ BUILD_DEP_PKGS += CSWlibgdbm-dev CSWlibidn-dev CSWlibgd-dev CSWcoreutils -BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibexpat1 CSWlibz-dev CSWmysql-dev CSWjpeg +BUILD_DEP_PKGS += CSWlibxml2-dev CSWlibexpat1 CSWlibz-dev CSWlibcurl-dev CSWjpeg BUILD_DEP_PKGS += CSWlibpng-dev CSWt1lib CSWxpm CSWlibgdbm-dev CSWlibgmp10 BUILD_DEP_PKGS += CSWggettext-dev CSWossldevel CSWlibgd2 CSWbdb42devel BUILD_DEP_PKGS += CSWlibcares-dev CSWftype2 CSWlibiconv-dev CSWimap-devel This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16048] csw/mgar/pkg/php5/trunk/Makefile
Revision: 16048 http://gar.svn.sourceforge.net/gar/?rev=16048&view=rev Author: wilbury Date: 2011-10-30 21:26:04 + (Sun, 30 Oct 2011) Log Message: --- php5/trunk: Do not specify PACKAGING_PLATFORMS in recipe. Modified Paths: -- csw/mgar/pkg/php5/trunk/Makefile Modified: csw/mgar/pkg/php5/trunk/Makefile === --- csw/mgar/pkg/php5/trunk/Makefile2011-10-30 21:00:55 UTC (rev 16047) +++ csw/mgar/pkg/php5/trunk/Makefile2011-10-30 21:26:04 UTC (rev 16048) @@ -217,7 +217,7 @@ NOISALIST = 1 STRIP_LIBTOOL = 1 -PACKAGING_PLATFORMS = solaris10-i386 +# PACKAGING_PLATFORMS = solaris10-i386 sysconfdir = /etc$(prefix)/php5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16969] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16969 http://gar.svn.sourceforge.net/gar/?rev=16969&view=rev Author: wilbury Date: 2012-02-02 12:57:05 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update to 3.1.18 Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-01 18:13:41 UTC (rev 16968) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 12:57:05 UTC (rev 16969) @@ -4,7 +4,7 @@ NAME = squid VERSION = 3.1 CATEGORIES = server -RELEASE = 15 +RELEASE = 18 DISTVERSION = $(VERSION).$(RELEASE) DISTNAME = squid-$(DISTVERSION) RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16970] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16970 http://gar.svn.sourceforge.net/gar/?rev=16970&view=rev Author: wilbury Date: 2012-02-02 12:57:57 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update PACKAGING_PLATFORMS Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 12:57:05 UTC (rev 16969) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 12:57:57 UTC (rev 16970) @@ -25,7 +25,7 @@ RUNTIME_DEP_PKGS += CSWlibltdl7 RUNTIME_DEP_PKGS += CSWsambacommon -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 INITSMF = /etc/opt/csw/init.d/csw$(NAME) PRESERVECONF = /etc/opt/csw/$(NAME)/cachemgr.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16971] csw/mgar/pkg/squid/branches/squid3
Revision: 16971 http://gar.svn.sourceforge.net/gar/?rev=16971&view=rev Author: wilbury Date: 2012-02-02 13:18:54 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile csw/mgar/pkg/squid/branches/squid3/checksums Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 12:57:57 UTC (rev 16970) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 13:18:54 UTC (rev 16971) @@ -19,8 +19,8 @@ PACKAGES = CSWsquid RUNTIME_DEP_PKGS = CSWoldaprt -RUNTIME_DEP_PKGS += CSWosslrt -RUNTIME_DEP_PKGS += CSWsasl +RUNTIME_DEP_PKGS += CSWlibssl0-9-8 +RUNTIME_DEP_PKGS += CSWlibsasl2-2 RUNTIME_DEP_PKGS += CSWperl RUNTIME_DEP_PKGS += CSWlibltdl7 RUNTIME_DEP_PKGS += CSWsambacommon Modified: csw/mgar/pkg/squid/branches/squid3/checksums === --- csw/mgar/pkg/squid/branches/squid3/checksums2012-02-02 12:57:57 UTC (rev 16970) +++ csw/mgar/pkg/squid/branches/squid3/checksums2012-02-02 13:18:54 UTC (rev 16971) @@ -1 +1 @@ -73d47363ddccc400bc0fb2f814c63a92 squid-3.1.15.tar.bz2 +b53f8fb6e22551c2a7376292df5b6ec7 squid-3.1.18.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16972] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16972 http://gar.svn.sourceforge.net/gar/?rev=16972&view=rev Author: wilbury Date: 2012-02-02 13:51:41 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 13:18:54 UTC (rev 16971) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 13:51:41 UTC (rev 16972) @@ -18,7 +18,8 @@ endef PACKAGES = CSWsquid -RUNTIME_DEP_PKGS = CSWoldaprt +RUNTIME_DEP_PKGS += CSWliblber2-4-2 +RUNTIME_DEP_PKGS += CSWlibldapr2-4-2 RUNTIME_DEP_PKGS += CSWlibssl0-9-8 RUNTIME_DEP_PKGS += CSWlibsasl2-2 RUNTIME_DEP_PKGS += CSWperl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16973] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16973 http://gar.svn.sourceforge.net/gar/?rev=16973&view=rev Author: wilbury Date: 2012-02-02 13:56:09 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 13:51:41 UTC (rev 16972) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 13:56:09 UTC (rev 16973) @@ -19,7 +19,7 @@ PACKAGES = CSWsquid RUNTIME_DEP_PKGS += CSWliblber2-4-2 -RUNTIME_DEP_PKGS += CSWlibldapr2-4-2 +RUNTIME_DEP_PKGS += CSWlibldap2-4-2 RUNTIME_DEP_PKGS += CSWlibssl0-9-8 RUNTIME_DEP_PKGS += CSWlibsasl2-2 RUNTIME_DEP_PKGS += CSWperl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16975] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16975 http://gar.svn.sourceforge.net/gar/?rev=16975&view=rev Author: wilbury Date: 2012-02-02 14:35:08 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:25:57 UTC (rev 16974) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:35:08 UTC (rev 16975) @@ -24,7 +24,7 @@ RUNTIME_DEP_PKGS += CSWlibsasl2-2 RUNTIME_DEP_PKGS += CSWperl RUNTIME_DEP_PKGS += CSWlibltdl7 -RUNTIME_DEP_PKGS += CSWsambacommon +RUNTIME_DEP_PKGS += CSWlibsmbclient0 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16976] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16976 http://gar.svn.sourceforge.net/gar/?rev=16976&view=rev Author: wilbury Date: 2012-02-02 14:39:36 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:35:08 UTC (rev 16975) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:39:36 UTC (rev 16976) @@ -95,7 +95,7 @@ PROTOTYPE_GROUP_varuser = $(NAME) # Needed for CSWsambacommon: ntlm_auth and winbindd -CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWsambacommon +CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWlibsmbclient0 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[16978] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 16978 http://gar.svn.sourceforge.net/gar/?rev=16978&view=rev Author: wilbury Date: 2012-02-02 14:52:28 + (Thu, 02 Feb 2012) Log Message: --- squid/branches/squid3: Update runtime deps Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:41:37 UTC (rev 16977) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-02-02 14:52:28 UTC (rev 16978) @@ -24,7 +24,6 @@ RUNTIME_DEP_PKGS += CSWlibsasl2-2 RUNTIME_DEP_PKGS += CSWperl RUNTIME_DEP_PKGS += CSWlibltdl7 -RUNTIME_DEP_PKGS += CSWlibsmbclient0 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 @@ -94,8 +93,8 @@ PROTOTYPE_USER_varuser = $(NAME) PROTOTYPE_GROUP_varuser = $(NAME) -# Needed for CSWsambacommon: ntlm_auth and winbindd -CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWlibsmbclient0 +# Needed for CSWlibsmbclient0: ntlm_auth and winbindd +# CHECKPKG_OVERRIDES_CSWsquid += surplus-dependency|CSWlibsmbclient0 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17386] csw/mgar/pkg/pidentd/trunk/Makefile
Revision: 17386 http://gar.svn.sourceforge.net/gar/?rev=17386&view=rev Author: wilbury Date: 2012-03-12 11:34:11 + (Mon, 12 Mar 2012) Log Message: --- pidentd/trunk: Add -b option to daemon, making it run as standalone Modified Paths: -- csw/mgar/pkg/pidentd/trunk/Makefile Modified: csw/mgar/pkg/pidentd/trunk/Makefile === --- csw/mgar/pkg/pidentd/trunk/Makefile 2012-03-12 10:58:49 UTC (rev 17385) +++ csw/mgar/pkg/pidentd/trunk/Makefile 2012-03-12 11:34:11 UTC (rev 17386) @@ -64,7 +64,7 @@ REINPLACEMENTS += daemon REINPLACE_MATCH_daemon = /usr/sbin/in.identd -REINPLACE_WITH_daemon = $(sbindir)/identd +REINPLACE_WITH_daemon = $(sbindir)/identd -b REINPLACE_FILES_daemon = etc/identd.xml REINPLACEMENTS += customsmf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17414] csw/mgar/pkg/re2c/trunk/Makefile
Revision: 17414 http://gar.svn.sourceforge.net/gar/?rev=17414&view=rev Author: wilbury Date: 2012-03-15 10:55:07 + (Thu, 15 Mar 2012) Log Message: --- re2c/trunk: Update PACKAGING_PLATFORMS Modified Paths: -- csw/mgar/pkg/re2c/trunk/Makefile Modified: csw/mgar/pkg/re2c/trunk/Makefile === --- csw/mgar/pkg/re2c/trunk/Makefile2012-03-15 10:52:02 UTC (rev 17413) +++ csw/mgar/pkg/re2c/trunk/Makefile2012-03-15 10:55:07 UTC (rev 17414) @@ -26,6 +26,7 @@ # Compiling with GNU based on upstream bug-id # [ 2535084 ] re2c 0.13.5 not compile with Sun C GARCOMPILER = GNU +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17415] csw/mgar/pkg/re2c/trunk/Makefile
Revision: 17415 http://gar.svn.sourceforge.net/gar/?rev=17415&view=rev Author: wilbury Date: 2012-03-15 11:04:02 + (Thu, 15 Mar 2012) Log Message: --- re2c/trunk: Update dependencies and overrides Modified Paths: -- csw/mgar/pkg/re2c/trunk/Makefile Modified: csw/mgar/pkg/re2c/trunk/Makefile === --- csw/mgar/pkg/re2c/trunk/Makefile2012-03-15 10:55:07 UTC (rev 17414) +++ csw/mgar/pkg/re2c/trunk/Makefile2012-03-15 11:04:02 UTC (rev 17415) @@ -21,8 +21,11 @@ DISTFILES = $(DISTNAME).tar.gz CATALOGNAME_CSWre2c = re2c SPKG_DESC_CSWre2c = $(DESCRIPTION) -RUNTIME_DEP_PKGS_CSWre2c = CSWgcc4corert CSWgcc4g++rt +RUNTIME_DEP_PKGS_CSWre2c += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWre2c += CSWlibstdc++6 +CHECKPKG_OVERRIDES_CSWre2c += license-missing|/opt/csw/share/doc/re2c/license + # Compiling with GNU based on upstream bug-id # [ 2535084 ] re2c 0.13.5 not compile with Sun C GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17416] csw/mgar/pkg/re2c/trunk/
Revision: 17416 http://gar.svn.sourceforge.net/gar/?rev=17416&view=rev Author: wilbury Date: 2012-03-15 11:21:55 + (Thu, 15 Mar 2012) Log Message: --- re2c/trunk: Update svn:ignore Property Changed: csw/mgar/pkg/re2c/trunk/ Property changes on: csw/mgar/pkg/re2c/trunk ___ Added: svn:ignore + cookies work download This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17417] csw/mgar/pkg/postfix/trunk
Revision: 17417 http://gar.svn.sourceforge.net/gar/?rev=17417&view=rev Author: wilbury Date: 2012-03-15 12:09:31 + (Thu, 15 Mar 2012) Log Message: --- postfix/trunk: Update to 2.8.9 Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile csw/mgar/pkg/postfix/trunk/checksums Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 11:21:55 UTC (rev 17416) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 12:09:31 UTC (rev 17417) @@ -21,7 +21,7 @@ # $Id$ # NAME = postfix -VERSION = 2.8.6 +VERSION = 2.8.9 CATEGORIES = server GARTYPE = v2 Modified: csw/mgar/pkg/postfix/trunk/checksums === --- csw/mgar/pkg/postfix/trunk/checksums2012-03-15 11:21:55 UTC (rev 17416) +++ csw/mgar/pkg/postfix/trunk/checksums2012-03-15 12:09:31 UTC (rev 17417) @@ -1 +1 @@ -c9cb89bfa660379b71fab356d2bf426e postfix-2.8.6.tar.gz +512e2d13da6d25ba64fdf3a1c62190a1 postfix-2.8.9.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17418] csw/mgar/pkg/postfix/trunk/Makefile
Revision: 17418 http://gar.svn.sourceforge.net/gar/?rev=17418&view=rev Author: wilbury Date: 2012-03-15 12:10:46 + (Thu, 15 Mar 2012) Log Message: --- postfix/trunk: Update PACKAGING_PLATFORMS Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 12:09:31 UTC (rev 17417) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 12:10:46 UTC (rev 17418) @@ -42,6 +42,8 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = LICENSE TLS_LICENSE +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc + # Tag configuration files for handling via cswclassutils CONFIG_BASE := /etc/opt/csw/postfix/ CONFIG_FILES := access This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17419] csw/mgar/pkg/postfix/trunk/Makefile
Revision: 17419 http://gar.svn.sourceforge.net/gar/?rev=17419&view=rev Author: wilbury Date: 2012-03-15 13:44:48 + (Thu, 15 Mar 2012) Log Message: --- postfix/trunk: Remove PACKAGING_PLATFORMS so we will give Solaris 9 a try Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 12:10:46 UTC (rev 17418) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 13:44:48 UTC (rev 17419) @@ -42,8 +42,6 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = LICENSE TLS_LICENSE -PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc - # Tag configuration files for handling via cswclassutils CONFIG_BASE := /etc/opt/csw/postfix/ CONFIG_FILES := access This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17420] csw/mgar/pkg/postfix/trunk/Makefile
Revision: 17420 http://gar.svn.sourceforge.net/gar/?rev=17420&view=rev Author: wilbury Date: 2012-03-15 13:56:08 + (Thu, 15 Mar 2012) Log Message: --- postfix/trunk: Build for Solaris 9 as well as for Solaris 10. Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 13:44:48 UTC (rev 17419) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 13:56:08 UTC (rev 17420) @@ -42,6 +42,9 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = LICENSE TLS_LICENSE +PACKAGING_PLATFORMS += solaris9-i386 solaris9-sparc +PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc + # Tag configuration files for handling via cswclassutils CONFIG_BASE := /etc/opt/csw/postfix/ CONFIG_FILES := access This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17421] csw/mgar/pkg/postfix/trunk/Makefile
Revision: 17421 http://gar.svn.sourceforge.net/gar/?rev=17421&view=rev Author: wilbury Date: 2012-03-15 13:58:14 + (Thu, 15 Mar 2012) Log Message: --- postfix/trunk: Build for Solaris 9 as well as for Solaris 10, try #2. Modified Paths: -- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile === --- csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 13:56:08 UTC (rev 17420) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-03-15 13:58:14 UTC (rev 17421) @@ -42,9 +42,6 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = LICENSE TLS_LICENSE -PACKAGING_PLATFORMS += solaris9-i386 solaris9-sparc -PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc - # Tag configuration files for handling via cswclassutils CONFIG_BASE := /etc/opt/csw/postfix/ CONFIG_FILES := access This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17530] csw/mgar/pkg/powerdns/trunk
Revision: 17530 http://gar.svn.sourceforge.net/gar/?rev=17530&view=rev Author: wilbury Date: 2012-03-23 13:52:27 + (Fri, 23 Mar 2012) Log Message: --- powerdns/trunk: Update to 3.0.1 Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile csw/mgar/pkg/powerdns/trunk/checksums Property Changed: csw/mgar/pkg/powerdns/trunk/ Property changes on: csw/mgar/pkg/powerdns/trunk ___ Added: svn:ignore + work download cookies Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-03-23 13:46:26 UTC (rev 17529) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-03-23 13:52:27 UTC (rev 17530) @@ -1,5 +1,5 @@ NAME = pdns -VERSION = 2.9.22 +VERSION = 3.0.1 CATEGORIES = server GARTYPE = v2 @@ -14,7 +14,7 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += LICENSE DISTFILES += cswpdns -PATCHFILES += 0001-stdint.h-patch.patch +# PATCHFILES += 0001-stdint.h-patch.patch # File name regex to get notifications about upstream software releases UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -26,19 +26,25 @@ CATALOGNAME = powerdns LICENSE = $(FILEDIR)/LICENSE -GARCOMPILER = GCC3 -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +GARCOMPILER = GNU +# PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 SKIPTEST = 1 -EXTRA_LD_OPTIONS = -R/opt/csw/mysql5/lib/mysql +BUILD64_ONLY = 1 +BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/pdns -CONFIGURE_ARGS += --with-mysql=/opt/csw/mysql5 +CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns +CONFIGURE_ARGS += --with-mysql=$(prefix) +CONFIGURE_ARGS += --with-boost=/opt/csw/gxx RUNTIME_DEP_PKGS_CSWpdns += CSWzlib -RUNTIME_DEP_PKGS_CSWpdns += CSWgcc3core -RUNTIME_DEP_PKGS_CSWpdns += CSWgcc3g++ -RUNTIME_DEP_PKGS_CSWpdns += CSWmysql5rt +RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 +RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4corert +RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4g++rt +RUNTIME_DEP_PKGS_CSWpdns += CSWboostrt +BUILD_DEP_PKGS = CSWmysql5devel CSWboostdevel INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf Modified: csw/mgar/pkg/powerdns/trunk/checksums === --- csw/mgar/pkg/powerdns/trunk/checksums 2012-03-23 13:46:26 UTC (rev 17529) +++ csw/mgar/pkg/powerdns/trunk/checksums 2012-03-23 13:52:27 UTC (rev 17530) @@ -1,4 +1 @@ -532949f5046c424fc6e8970e0e269d24 0001-stdint.h-patch.patch -b234ee4d69f5fce4486a80fdaf4a4263 LICENSE -8bf1c6c58ca47f3accb98b71e9af8024 cswpdns -8a6ff842733aca885577eb54e983a1ff pdns-2.9.22.tar.gz +a67763b2b45d9f3504a24607c5b4068d pdns-3.0.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17531] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17531 http://gar.svn.sourceforge.net/gar/?rev=17531&view=rev Author: wilbury Date: 2012-03-23 13:54:47 + (Fri, 23 Mar 2012) Log Message: --- powerdns/trunk: Update build dependencies Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-03-23 13:52:27 UTC (rev 17530) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-03-23 13:54:47 UTC (rev 17531) @@ -44,7 +44,7 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4corert RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4g++rt RUNTIME_DEP_PKGS_CSWpdns += CSWboostrt -BUILD_DEP_PKGS = CSWmysql5devel CSWboostdevel +BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17595] csw/mgar/pkg/powerdns/trunk
Revision: 17595 http://gar.svn.sourceforge.net/gar/?rev=17595&view=rev Author: wilbury Date: 2012-04-03 20:43:00 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Build for (at the moment) Solaris 10/i386 Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0003-Make-checking-for-LUA-behave-correctly.patch csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch csw/mgar/pkg/powerdns/trunk/files/0005-Include-correct-sys-ethernet.h.patch Removed Paths: - csw/mgar/pkg/powerdns/trunk/files/0001-stdint.h-patch.patch Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 19:46:17 UTC (rev 17594) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 20:43:00 UTC (rev 17595) @@ -9,13 +9,20 @@ backends. Current backends include MySQL, PostgreSQL, bind, etc. endef +# XXX: Open Issues: +# - build recursor + MASTER_SITES = http://downloads.powerdns.com/releases/ SPKG_SOURCEURL = http://www.powerdns.com/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += LICENSE DISTFILES += cswpdns -# PATCHFILES += 0001-stdint.h-patch.patch +PATCHFILES += 0003-Make-checking-for-LUA-behave-correctly.patch +PATCHFILES += 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch +PATCHFILES += 0005-Include-correct-sys-ethernet.h.patch +WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) + # File name regex to get notifications about upstream software releases UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -27,23 +34,31 @@ LICENSE = $(FILEDIR)/LICENSE GARCOMPILER = GNU -# PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +#PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +#PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris10-i386 + +# PowerDNS does not have any "test" target SKIPTEST = 1 -BUILD64_ONLY = 1 -BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns +CONFIGURE_ARGS += --disable-recursor +CONFIGURE_ARGS += --with-lua=no +CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) -CONFIGURE_ARGS += --with-boost=/opt/csw/gxx +CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib +CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include/mysql +EXTRA_INC = /opt/csw/gxx/include +LDFLAGS += -L/opt/csw/gxx/lib RUNTIME_DEP_PKGS_CSWpdns += CSWzlib RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4corert RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4g++rt -RUNTIME_DEP_PKGS_CSWpdns += CSWboostrt +RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx +RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel INITSMF = /etc/opt/csw/init.d/cswpdns Deleted: csw/mgar/pkg/powerdns/trunk/files/0001-stdint.h-patch.patch === --- csw/mgar/pkg/powerdns/trunk/files/0001-stdint.h-patch.patch 2012-04-03 19:46:17 UTC (rev 17594) +++ csw/mgar/pkg/powerdns/trunk/files/0001-stdint.h-patch.patch 2012-04-03 20:43:00 UTC (rev 17595) @@ -1,109 +0,0 @@ -From fffc4da5956c09a85d9b2f749c015af973212488 Mon Sep 17 00:00:00 2001 -From: Ihsan Dogan -Date: Wed, 14 Jul 2010 10:27:42 +0200 -Subject: [PATCH] stdint.h patch - - modules/geobackend/ippreftree.hh |2 +- - pdns/aes/brg_types.h |2 +- - pdns/dnspbench.cc|2 +- - pdns/dnswriter.hh|2 +- - pdns/misc.hh |2 +- - pdns/rcpgenerator.hh |2 +- - pdns/rec_channel.hh |2 +- - 7 files changed, 7 insertions(+), 7 deletions(-) - -diff --git a/modules/geobackend/ippreftree.hh b/modules/geobackend/ippreftree.hh -index d1196c1..d4f970a 100644 a/modules/geobackend/ippreftree.hh -+++ b/modules/geobackend/ippreftree.hh -@@ -8,7 +8,7 @@ - #include - #include - #include --#include -+#include - - using namespace std; - -diff --git a/pdns/aes/brg_types.h b/pdns/aes/brg_types.h -index 5911581..755b3e8 100644 a/pdns/aes/brg_types.h -+++ b/pdns/aes/brg_types.h -@@ -47,7 +47,7 @@ extern "C" { - # include - # define ptrint_t intptr_t - #elif defined( __GNUC__ ) && ( __GNUC__ >= 3 ) --# include -+#include - # define ptrint_t intptr_t - #else - # define ptrint_t int -diff --git a/pdns/dnspbench.cc b/pdns/dnspbench.cc -index ae62fe3..c422c31 100644 a/pdns/dnspbench.cc -+++ b/pdns/dnspbench.cc -@@ -8,7 +8,7 @@ Logger L("dnspbench"); - #include "dnsrecords.hh" - - #include "statbag.hh" --#include -+#include - #include - - using namespace boost; -diff --git a/pdns/dnswriter.hh b/pdns/dns
[csw-devel] SF.net SVN: gar:[17596] csw/mgar/pkg/powerdns/trunk/files/ 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch
Revision: 17596 http://gar.svn.sourceforge.net/gar/?rev=17596&view=rev Author: wilbury Date: 2012-04-03 21:02:38 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Build for (at the moment) Solaris 10/i386 Modified Paths: -- csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch Modified: csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch === --- csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch 2012-04-03 20:43:00 UTC (rev 17595) +++ csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch 2012-04-03 21:02:38 UTC (rev 17596) @@ -4,253 +4,9 @@ Subject: [PATCH 4/5] Use sys/isa_defs.h instead of endian.h --- - codedocs/Makefile | 160 +++--- pdns/ext/polarssl/library/net.c |2 + - 2 files changed, 82 insertions(+), 80 deletions(-) + 1 file changed, 2 insertions(+), 0 deletions(-) -diff --git a/codedocs/Makefile b/codedocs/Makefile -index a8dc049..279bc07 100644 a/codedocs/Makefile -+++ b/codedocs/Makefile -@@ -31,8 +31,8 @@ POST_INSTALL = : - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : --build_triplet = x86_64-unknown-linux-gnu --host_triplet = x86_64-unknown-linux-gnu -+build_triplet = i386-pc-solaris2.10 -+host_triplet = i386-pc-solaris2.10 - subdir = codedocs - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -47,70 +47,70 @@ CONFIG_CLEAN_VPATH_FILES = - SOURCES = - DIST_SOURCES = - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) --ACLOCAL = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run aclocal-1.11 --AMTAR = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run tar -+ACLOCAL = ${SHELL} /home/wilbury/b/powerdns/trunk/work/solaris10-i386/build-isa-pentium_pro/pdns-3.0.1/missing --run aclocal-1.11 -+AMTAR = ${SHELL} /home/wilbury/b/powerdns/trunk/work/solaris10-i386/build-isa-pentium_pro/pdns-3.0.1/missing --run tar - AR = ar --AUTOCONF = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run autoconf --AUTOHEADER = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run autoheader --AUTOMAKE = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run automake-1.11 --AWK = mawk --BOOST_CPPFLAGS = --BOOST_PROGRAM_OPTIONS_LDFLAGS = -L/usr/local/lib -R/usr/local/lib --BOOST_PROGRAM_OPTIONS_LIBS = -lboost_program_options-mt -+AUTOCONF = ${SHELL} /home/wilbury/b/powerdns/trunk/work/solaris10-i386/build-isa-pentium_pro/pdns-3.0.1/missing --run autoconf -+AUTOHEADER = ${SHELL} /home/wilbury/b/powerdns/trunk/work/solaris10-i386/build-isa-pentium_pro/pdns-3.0.1/missing --run autoheader -+AUTOMAKE = ${SHELL} /home/wilbury/b/powerdns/trunk/work/solaris10-i386/build-isa-pentium_pro/pdns-3.0.1/missing --run automake-1.11 -+AWK = gawk -+BOOST_CPPFLAGS = -I/opt/csw/gxx/include -+BOOST_PROGRAM_OPTIONS_LDFLAGS = -L/opt/csw/gxx/lib -R/opt/csw/gxx/lib -+BOOST_PROGRAM_OPTIONS_LIBS = -lboost_program_options - BOOST_ROOT = --BOOST_SERIALIZATION_LDFLAGS = -L/usr/local/lib -R/usr/local/lib --BOOST_SERIALIZATION_LIBS = -lboost_serialization-mt --CC = gcc -+BOOST_SERIALIZATION_LDFLAGS = -L/opt/csw/gxx/lib -R/opt/csw/gxx/lib -+BOOST_SERIALIZATION_LIBS = -lboost_serialization -+CC = /opt/csw/bin/gcc-4.6 - CCDEPMODE = depmode=gcc3 --CFLAGS = -g -O2 --CPP = gcc -E --CPPFLAGS = --CXX = g++ --CXXCPP = g++ -E -+CFLAGS = -O2 -pipe -m32 -march=pentiumpro -+CPP = /opt/csw/bin/gcc-4.6 -E -+CPPFLAGS = -I/opt/csw/gxx/include -I/opt/csw/include -+CXX = /opt/csw/bin/g++-4.6 -+CXXCPP = /opt/csw/bin/g++-4.6 -E - CXXDEPMODE = depmode=gcc3 --CXXFLAGS = -D_GNU_SOURCE -Wall -O2 -+CXXFLAGS = -D_REENTRANT -O2 -pipe -m32 -march=pentiumpro -Wall -O2 - CYGPATH_W = echo - DEFS = -DHAVE_CONFIG_H - DEPDIR = .deps --DISTCHECK_CONFIGURE_FLAGS = '--with-boost=' -+DISTCHECK_CONFIGURE_FLAGS = '--with-boost=/opt/csw/gxx' - DSYMUTIL = - DUMPBIN = --DYNLINKFLAGS = -rdynamic -+DYNLINKFLAGS = - ECHO_C = - ECHO_N = -n - ECHO_T = --EGREP = /bin/grep -E -+EGREP = /opt/csw/bin/ggrep -E - EXEEXT = --FGREP = /bin/grep -F --GREP = /bin/grep --INSTALL = /usr/bin/install -c -+FGREP = /opt/csw/bin/ggrep -F -+GREP = /opt/csw/bin/ggrep -+INSTALL = /opt/csw/bin/ginstall -c - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} - INSTALL_STRIP_PROGRAM = $(install_sh) -c -s --LD = /usr/bin/ld -m elf_x86_64 --LDFLAGS = -L/opt/postgresql/lib -Wl,-rpath,/opt/postgresql/lib -+LD = /usr/ccs/bin/ld -+LDFLAGS = -L/opt/csw/lib -L/opt/csw/gxx/lib - LEX = flex - LEXLIB = -lfl - LEX_OUTPUT_ROOT = lex.yy - LIBDL = -ldl --LIBLDAP = ldap_r -+LIBLDAP = - LIBOBJS = --LIBOPENDBX = opendbx --LIBS = -lz -+LIBOPENDBX = -+LIBS = -lposix4 -lresolv -lnsl -lsocket -lpthread -lrt -lz - LIBTOOL = $(SHELL) $(top_builddir)/libtool - LIPO = -
[csw-devel] SF.net SVN: gar:[17597] csw/mgar/pkg/powerdns/trunk
Revision: 17597 http://gar.svn.sourceforge.net/gar/?rev=17597&view=rev Author: wilbury Date: 2012-04-03 21:25:28 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Build only stub LUA hooks in pdns recursor. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:02:38 UTC (rev 17596) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:25:28 UTC (rev 17597) @@ -19,6 +19,7 @@ DISTFILES += cswpdns PATCHFILES += 0003-Make-checking-for-LUA-behave-correctly.patch PATCHFILES += 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch +PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch PATCHFILES += 0005-Include-correct-sys-ethernet.h.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) @@ -43,7 +44,6 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns -CONFIGURE_ARGS += --disable-recursor CONFIGURE_ARGS += --with-lua=no CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) Added: csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch === --- csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch (rev 0) +++ csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch 2012-04-03 21:25:28 UTC (rev 17597) @@ -0,0 +1,25 @@ +From 0fa2d44583c27e481565a38c8f8c331cb9c858e1 Mon Sep 17 00:00:00 2001 +From: Juraj Lutter +Date: Tue, 3 Apr 2012 23:19:42 +0200 +Subject: [PATCH] Build only stub LUA pdns recursor implementation. Do not + check for LIBDIR + +--- + pdns/lua-pdns-recursor.cc |2 +- + 1 file changed, 1 insertion(+), 0 deletions(-) + +diff --git a/pdns/lua-pdns-recursor.cc b/pdns/lua-pdns-recursor.cc +index 5e0dd7f..eb6c380 100644 +--- a/pdns/lua-pdns-recursor.cc b/pdns/lua-pdns-recursor.cc +@@ -1,6 +1,6 @@ + #include "lua-pdns-recursor.hh" + +-#if !defined(PDNS_ENABLE_LUA) && !defined(LIBDIR) ++#if !defined(PDNS_ENABLE_LUA) + + // stub implementation + +-- +1.7.9 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17598] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17598 http://gar.svn.sourceforge.net/gar/?rev=17598&view=rev Author: wilbury Date: 2012-04-03 21:27:16 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct patchfile numbering Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:25:28 UTC (rev 17597) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:27:16 UTC (rev 17598) @@ -19,7 +19,7 @@ DISTFILES += cswpdns PATCHFILES += 0003-Make-checking-for-LUA-behave-correctly.patch PATCHFILES += 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch +PATCHFILES += 0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch PATCHFILES += 0005-Include-correct-sys-ethernet.h.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17599] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17599 http://gar.svn.sourceforge.net/gar/?rev=17599&view=rev Author: wilbury Date: 2012-04-03 21:50:35 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct PACKAGES and dependencies Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:27:16 UTC (rev 17598) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:50:35 UTC (rev 17599) @@ -52,15 +52,46 @@ EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib -RUNTIME_DEP_PKGS_CSWpdns += CSWzlib +RUNTIME_DEP_PKGS_CSWpdns += CSWlibz1 RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4corert -RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4g++rt +RUNTIME_DEP_PKGS_CSWpdns += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel +PACKAGES += CSWlibgeobackend +CATALOGNAME_CSWlibgeobackend = libgeobackend +PKGFILES_CSWlibgeobackend += $(call baseisadirs,$(libdir),libgeobackend\.so) +PKGFILES_CSWlibgeobackend += $(call baseisadirs,$(libdir),libgeobackend\.so(\.\d+)*) +RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibz1 +SPKG_DESC_CSWlibgeobackend += $(DESCRIPTION), libgeobackend.so +RUNTIME_DEP_PKGS_CSWpdns += CSWlibgeobackend + +PACKAGES += CSWlibgmysqlbackend +CATALOGNAME_CSWlibgmysqlbackend = libgmysqlbackend +PKGFILES_CSWlibgmysqlbackend += $(call baseisadirs,$(libdir),libgmysqlbackend\.so) +PKGFILES_CSWlibgmysqlbackend += $(call baseisadirs,$(libdir),libgmysqlbackend\.so(\.\d+)*) +RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibmysqlclient15 +RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibz1 +SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so +RUNTIME_DEP_PKGS_CSWpdns += CSWlibgmysqlbackend + +PACKAGES += CSWlibpipebackend +CATALOGNAME_CSWlibpipebackend = libpipebackend +PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so) +PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so(\.\d+)*) +RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibz1 +SPKG_DESC_CSWlibpipebackend += $(DESCRIPTION), libpipebackend.so +RUNTIME_DEP_PKGS_CSWpdns += CSWlibpipebackend + INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17600] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17600 http://gar.svn.sourceforge.net/gar/?rev=17600&view=rev Author: wilbury Date: 2012-04-03 22:51:31 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 21:50:35 UTC (rev 17599) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 22:51:31 UTC (rev 17600) @@ -48,7 +48,7 @@ CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib -CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include/mysql +CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib @@ -82,15 +82,9 @@ SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so RUNTIME_DEP_PKGS_CSWpdns += CSWlibgmysqlbackend -PACKAGES += CSWlibpipebackend -CATALOGNAME_CSWlibpipebackend = libpipebackend -PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so) -PKGFILES_CSWlibpipebackend += $(call baseisadirs,$(libdir),libpipebackend\.so(\.\d+)*) -RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibpipebackend += CSWlibz1 -SPKG_DESC_CSWlibpipebackend += $(DESCRIPTION), libpipebackend.so -RUNTIME_DEP_PKGS_CSWpdns += CSWlibpipebackend +# These are not errors! +CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so +CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17601] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17601 http://gar.svn.sourceforge.net/gar/?rev=17601&view=rev Author: wilbury Date: 2012-04-03 23:07:51 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 22:51:31 UTC (rev 17600) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 23:07:51 UTC (rev 17601) @@ -84,7 +84,9 @@ # These are not errors! CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so +CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so +CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17602] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17602 http://gar.svn.sourceforge.net/gar/?rev=17602&view=rev Author: wilbury Date: 2012-04-03 23:30:12 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 23:07:51 UTC (rev 17601) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 23:30:12 UTC (rev 17602) @@ -83,10 +83,10 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWlibgmysqlbackend # These are not errors! -CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so -CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted -CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so -CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted +#CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so +#CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted +#CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so +#CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17603] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17603 http://gar.svn.sourceforge.net/gar/?rev=17603&view=rev Author: wilbury Date: 2012-04-03 23:40:26 + (Tue, 03 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 23:30:12 UTC (rev 17602) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-03 23:40:26 UTC (rev 17603) @@ -31,7 +31,6 @@ # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES # UPSTREAM_MASTER_SITES = -CATALOGNAME = powerdns LICENSE = $(FILEDIR)/LICENSE GARCOMPILER = GNU @@ -52,10 +51,12 @@ EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib +PACKAGES = CSWpdns +CATALOGNAME_CSWpdns = powerdns +SPKG_DESC_CSWpdns = PowerDNS RUNTIME_DEP_PKGS_CSWpdns += CSWlibz1 RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 -RUNTIME_DEP_PKGS_CSWpdns += CSWgcc4corert RUNTIME_DEP_PKGS_CSWpdns += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx @@ -69,7 +70,6 @@ RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibz1 SPKG_DESC_CSWlibgeobackend += $(DESCRIPTION), libgeobackend.so -RUNTIME_DEP_PKGS_CSWpdns += CSWlibgeobackend PACKAGES += CSWlibgmysqlbackend CATALOGNAME_CSWlibgmysqlbackend = libgmysqlbackend @@ -80,7 +80,6 @@ RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibz1 SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so -RUNTIME_DEP_PKGS_CSWpdns += CSWlibgmysqlbackend # These are not errors! #CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17605] csw/mgar/pkg/powerdns/trunk
Revision: 17605 http://gar.svn.sourceforge.net/gar/?rev=17605&view=rev Author: wilbury Date: 2012-04-04 15:48:30 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies and reinplacements. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0001-Make-checking-for-LUA-behave-correctly.patch csw/mgar/pkg/powerdns/trunk/files/0002-Use-sys-isa_defs.h-instead-of-endian.h.patch csw/mgar/pkg/powerdns/trunk/files/0003-Include-correct-sys-ethernet.h.patch csw/mgar/pkg/powerdns/trunk/files/0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch csw/mgar/pkg/powerdns/trunk/files/0005-Use-correct-namespace-for-timegm.patch Removed Paths: - csw/mgar/pkg/powerdns/trunk/files/0003-Make-checking-for-LUA-behave-correctly.patch csw/mgar/pkg/powerdns/trunk/files/0004-Use-sys-isa_defs.h-instead-of-endian.h.patch csw/mgar/pkg/powerdns/trunk/files/0005-Include-correct-sys-ethernet.h.patch csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 06:35:21 UTC (rev 17604) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 15:48:30 UTC (rev 17605) @@ -9,18 +9,16 @@ backends. Current backends include MySQL, PostgreSQL, bind, etc. endef -# XXX: Open Issues: -# - build recursor - MASTER_SITES = http://downloads.powerdns.com/releases/ SPKG_SOURCEURL = http://www.powerdns.com/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += LICENSE DISTFILES += cswpdns -PATCHFILES += 0003-Make-checking-for-LUA-behave-correctly.patch -PATCHFILES += 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch -PATCHFILES += 0005-Include-correct-sys-ethernet.h.patch +PATCHFILES += 0001-Make-checking-for-LUA-behave-correctly.patch +PATCHFILES += 0002-Use-sys-isa_defs.h-instead-of-endian.h.patch +PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch +PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch +PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) @@ -37,18 +35,30 @@ #PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 #PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 PACKAGING_PLATFORMS += solaris10-i386 +NORUNPATH = 1 +REINPLACEMENTS += usrlocaletc +REINPLACE_MATCH_usrlocaletc = /usr/local/etc +REINPLACE_WITH_usrlocaletc = /etc/$(prefix)/pdns +REINPLACE_FILES_usrlocaletc = /etc/$(prefix)/pdns/pdns.conf.CSW + # PowerDNS does not have any "test" target SKIPTEST = 1 CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns +CONFIGURE_ARGS += --disable-recursor CONFIGURE_ARGS += --with-lua=no CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include +CONFIGURE_ARGS += --with-modules="ldap geo gmysql" EXTRA_INC = /opt/csw/gxx/include + +# Extra libs for LDAP backend +EXTRA_LIB = lber + LDFLAGS += -L/opt/csw/gxx/lib PACKAGES = CSWpdns @@ -60,6 +70,8 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx +RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2 +RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel PACKAGES += CSWlibgeobackend @@ -82,10 +94,11 @@ SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so # These are not errors! -#CHECKPKG_OVERRIDES_CSWlibgeobackend += soname-equals-filename|file=/opt/csw/lib/libgeobackend.so -#CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted -#CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += soname-equals-filename|file=/opt/csw/lib/libgmysqlbackend.so -#CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSWpdns += file-with-bad-content|/usr/local|root/etc/opt/csw/pdns/pdns.conf.CSW +CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns +CHECKPKG_OVERRIDES_CSWpdns += pkginfo-opencsw-repository-uncommitted +CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf Copied: csw/mgar/pkg/powerdns/trunk/files/0001-Make-checking-for-LUA-behave-correctly.patch (from rev 17601, csw/mgar/pkg/powerdns/trunk/files/0003-Make-checking-for-LU
[csw-devel] SF.net SVN: gar:[17606] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17606 http://gar.svn.sourceforge.net/gar/?rev=17606&view=rev Author: wilbury Date: 2012-04-04 18:20:52 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Correct dependencies and reinplacements and libdir. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 15:48:30 UTC (rev 17605) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 18:20:52 UTC (rev 17606) @@ -30,23 +30,19 @@ # UPSTREAM_MASTER_SITES = LICENSE = $(FILEDIR)/LICENSE +PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc GARCOMPILER = GNU -#PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 -#PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 -PACKAGING_PLATFORMS += solaris10-i386 NORUNPATH = 1 REINPLACEMENTS += usrlocaletc REINPLACE_MATCH_usrlocaletc = /usr/local/etc -REINPLACE_WITH_usrlocaletc = /etc/$(prefix)/pdns -REINPLACE_FILES_usrlocaletc = /etc/$(prefix)/pdns/pdns.conf.CSW +REINPLACE_WITH_usrlocaletc = /etc$(prefix)/pdns +REINPLACE_FILES_usrlocaletc = pdns/pdns.conf-dist -# PowerDNS does not have any "test" target -SKIPTEST = 1 - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns +CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns CONFIGURE_ARGS += --disable-recursor CONFIGURE_ARGS += --with-lua=no CONFIGURE_ARGS += --with-boost=/opt/csw/gxx @@ -58,9 +54,11 @@ # Extra libs for LDAP backend EXTRA_LIB = lber - LDFLAGS += -L/opt/csw/gxx/lib +# PowerDNS does not have any "test" target +SKIPTEST = 1 + PACKAGES = CSWpdns CATALOGNAME_CSWpdns = powerdns SPKG_DESC_CSWpdns = PowerDNS @@ -74,31 +72,8 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel -PACKAGES += CSWlibgeobackend -CATALOGNAME_CSWlibgeobackend = libgeobackend -PKGFILES_CSWlibgeobackend += $(call baseisadirs,$(libdir),libgeobackend\.so) -PKGFILES_CSWlibgeobackend += $(call baseisadirs,$(libdir),libgeobackend\.so(\.\d+)*) -RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibgeobackend += CSWlibz1 -SPKG_DESC_CSWlibgeobackend += $(DESCRIPTION), libgeobackend.so - -PACKAGES += CSWlibgmysqlbackend -CATALOGNAME_CSWlibgmysqlbackend = libgmysqlbackend -PKGFILES_CSWlibgmysqlbackend += $(call baseisadirs,$(libdir),libgmysqlbackend\.so) -PKGFILES_CSWlibgmysqlbackend += $(call baseisadirs,$(libdir),libgmysqlbackend\.so(\.\d+)*) -RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibmysqlclient15 -RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibgmysqlbackend += CSWlibz1 -SPKG_DESC_CSWlibgmysqlbackend += $(DESCRIPTION), libgmysqlbackend.so - # These are not errors! -CHECKPKG_OVERRIDES_CSWlibgeobackend += pkginfo-opencsw-repository-uncommitted -CHECKPKG_OVERRIDES_CSWpdns += file-with-bad-content|/usr/local|root/etc/opt/csw/pdns/pdns.conf.CSW CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns -CHECKPKG_OVERRIDES_CSWpdns += pkginfo-opencsw-repository-uncommitted -CHECKPKG_OVERRIDES_CSWlibgmysqlbackend += pkginfo-opencsw-repository-uncommitted INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17607] csw/mgar/pkg/powerdns/trunk
Revision: 17607 http://gar.svn.sourceforge.net/gar/?rev=17607&view=rev Author: wilbury Date: 2012-04-04 20:56:46 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Correct reinplacements, patches. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile csw/mgar/pkg/powerdns/trunk/files/0005-Use-correct-namespace-for-timegm.patch Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 18:20:52 UTC (rev 17606) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 20:56:46 UTC (rev 17607) @@ -19,6 +19,7 @@ PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch +PATCHFILES += 0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) @@ -38,8 +39,13 @@ REINPLACEMENTS += usrlocaletc REINPLACE_MATCH_usrlocaletc = /usr/local/etc REINPLACE_WITH_usrlocaletc = /etc$(prefix)/pdns -REINPLACE_FILES_usrlocaletc = pdns/pdns.conf-dist +REINPLACE_FILES_usrlocaletc = pdns/pdns.conf +REINPLACEMENTS += usrlocallib +REINPLACE_MATCH_usrlocallib = /usr/local/lib +REINPLACE_WITH_usrlocallib = $(prefix)/lib/pdns +REINPLACE_FILES_usrlocallib = pdns/pdns.conf + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns @@ -50,10 +56,9 @@ CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include CONFIGURE_ARGS += --with-modules="ldap geo gmysql" + +# Prepend Boost 1.49 installation in paths so we pick up the correct one EXTRA_INC = /opt/csw/gxx/include - -# Extra libs for LDAP backend -EXTRA_LIB = lber LDFLAGS += -L/opt/csw/gxx/lib # PowerDNS does not have any "test" target Modified: csw/mgar/pkg/powerdns/trunk/files/0005-Use-correct-namespace-for-timegm.patch === --- csw/mgar/pkg/powerdns/trunk/files/0005-Use-correct-namespace-for-timegm.patch 2012-04-04 18:20:52 UTC (rev 17606) +++ csw/mgar/pkg/powerdns/trunk/files/0005-Use-correct-namespace-for-timegm.patch 2012-04-04 20:56:46 UTC (rev 17607) @@ -15,8 +15,8 @@ if( tmp != NULL && *tmp == 0 ) { -- return timegm( &tm ); -+ return Utility::timegm( &tm ); +- return timegm( &tm ); ++ return Utility::timegm( &tm ); } return 0; Added: csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch === --- csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch (rev 0) +++ csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch 2012-04-04 20:56:46 UTC (rev 17607) @@ -0,0 +1,36 @@ +From e72393802b2f4f786f7b7383c8a25a80ff289f33 Mon Sep 17 00:00:00 2001 +From: Juraj Lutter +Date: Wed, 4 Apr 2012 22:26:31 +0200 +Subject: [PATCH] Add -llber to -lldap for ldapbackend to make OpenLDAP happy. + +--- + modules/ldapbackend/Makefile.am |2 +- + modules/ldapbackend/Makefile.in |2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/modules/ldapbackend/Makefile.am b/modules/ldapbackend/Makefile.am +index 8709848..abf762e 100644 +--- a/modules/ldapbackend/Makefile.am b/modules/ldapbackend/Makefile.am +@@ -5,4 +5,4 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS + lib_LTLIBRARIES = libldapbackend.la + libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh powerldap.hh powerldap.cc utils.hh + libldapbackend_la_LDFLAGS =-module -avoid-version +-libldapbackend_la_LIBADD =-l@LIBLDAP@ ++libldapbackend_la_LIBADD =-l@LIBLDAP@ -llber +diff --git a/modules/ldapbackend/Makefile.in b/modules/ldapbackend/Makefile.in +index 8d3b0d9..ccf27c5 100644 +--- a/modules/ldapbackend/Makefile.in b/modules/ldapbackend/Makefile.in +@@ -257,7 +257,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS + lib_LTLIBRARIES = libldapbackend.la + libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh powerldap.hh powerldap.cc utils.hh + libldapbackend_la_LDFLAGS = -module -avoid-version +-libldapbackend_la_LIBADD = -l@LIBLDAP@ ++libldapbackend_la_LIBADD = -l@LIBLDAP@ -llber + all: all-am + + .SUFFIXES: +-- +1.7.9 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17608] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17608 http://gar.svn.sourceforge.net/gar/?rev=17608&view=rev Author: wilbury Date: 2012-04-04 21:03:48 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Correct reinplacements, patches. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Property Changed: csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 20:56:46 UTC (rev 17607) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:03:48 UTC (rev 17608) @@ -1,3 +1,6 @@ +# PowerDNS +# $Id$ +# NAME = pdns VERSION = 3.0.1 CATEGORIES = server Property changes on: csw/mgar/pkg/powerdns/trunk/Makefile ___ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17609] csw/mgar/pkg/powerdns/trunk
Revision: 17609 http://gar.svn.sourceforge.net/gar/?rev=17609&view=rev Author: wilbury Date: 2012-04-04 21:28:08 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Tweak patch for OpenLDAP usage. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0006-Use-also-llber-with-lldap.patch Removed Paths: - csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch Property Changed: csw/mgar/pkg/powerdns/trunk/ Property changes on: csw/mgar/pkg/powerdns/trunk ___ Modified: svn:ignore - work download cookies + cookies download work Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:03:48 UTC (rev 17608) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:28:08 UTC (rev 17609) @@ -22,7 +22,7 @@ PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch -PATCHFILES += 0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch +PATCHFILES += 0006-Use-also-llber-with-lldap.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) Added: csw/mgar/pkg/powerdns/trunk/files/0006-Use-also-llber-with-lldap.patch === --- csw/mgar/pkg/powerdns/trunk/files/0006-Use-also-llber-with-lldap.patch (rev 0) +++ csw/mgar/pkg/powerdns/trunk/files/0006-Use-also-llber-with-lldap.patch 2012-04-04 21:28:08 UTC (rev 17609) @@ -0,0 +1,20 @@ +From f1b652f0be4c9f5ef6512a7d2207920bbe74179f Mon Sep 17 00:00:00 2001 +From: Juraj Lutter +Date: Wed, 4 Apr 2012 23:17:47 +0200 +Subject: [PATCH] Use also -llber with -lldap + +--- + modules/ldapbackend/OBJECTLIBS |2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/modules/ldapbackend/OBJECTLIBS b/modules/ldapbackend/OBJECTLIBS +index a787b8d..4adc2f0 100644 +--- a/modules/ldapbackend/OBJECTLIBS b/modules/ldapbackend/OBJECTLIBS +@@ -1 +1 @@ +--lldap_r +\ No newline at end of file ++-lldap_r -llber +-- +1.7.9 + Deleted: csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch === --- csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch 2012-04-04 21:03:48 UTC (rev 17608) +++ csw/mgar/pkg/powerdns/trunk/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch 2012-04-04 21:28:08 UTC (rev 17609) @@ -1,36 +0,0 @@ -From e72393802b2f4f786f7b7383c8a25a80ff289f33 Mon Sep 17 00:00:00 2001 -From: Juraj Lutter -Date: Wed, 4 Apr 2012 22:26:31 +0200 -Subject: [PATCH] Add -llber to -lldap for ldapbackend to make OpenLDAP happy. - - modules/ldapbackend/Makefile.am |2 +- - modules/ldapbackend/Makefile.in |2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/modules/ldapbackend/Makefile.am b/modules/ldapbackend/Makefile.am -index 8709848..abf762e 100644 a/modules/ldapbackend/Makefile.am -+++ b/modules/ldapbackend/Makefile.am -@@ -5,4 +5,4 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS - lib_LTLIBRARIES = libldapbackend.la - libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh powerldap.hh powerldap.cc utils.hh - libldapbackend_la_LDFLAGS =-module -avoid-version --libldapbackend_la_LIBADD =-l@LIBLDAP@ -+libldapbackend_la_LIBADD =-l@LIBLDAP@ -llber -diff --git a/modules/ldapbackend/Makefile.in b/modules/ldapbackend/Makefile.in -index 8d3b0d9..ccf27c5 100644 a/modules/ldapbackend/Makefile.in -+++ b/modules/ldapbackend/Makefile.in -@@ -257,7 +257,7 @@ EXTRA_DIST = OBJECTFILES OBJECTLIBS - lib_LTLIBRARIES = libldapbackend.la - libldapbackend_la_SOURCES = ldapbackend.cc ldapbackend.hh powerldap.hh powerldap.cc utils.hh - libldapbackend_la_LDFLAGS = -module -avoid-version --libldapbackend_la_LIBADD = -l@LIBLDAP@ -+libldapbackend_la_LIBADD = -l@LIBLDAP@ -llber - all: all-am - - .SUFFIXES: --- -1.7.9 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17610] csw/mgar/pkg/powerdns/trunk/work/
Revision: 17610 http://gar.svn.sourceforge.net/gar/?rev=17610&view=rev Author: wilbury Date: 2012-04-04 21:34:23 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Delete work directory from versioning Removed Paths: - csw/mgar/pkg/powerdns/trunk/work/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17611] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17611 http://gar.svn.sourceforge.net/gar/?rev=17611&view=rev Author: wilbury Date: 2012-04-04 21:59:21 + (Wed, 04 Apr 2012) Log Message: --- powerdns/trunk: Adjust reinplacements Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:34:23 UTC (rev 17610) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:59:21 UTC (rev 17611) @@ -42,12 +42,12 @@ REINPLACEMENTS += usrlocaletc REINPLACE_MATCH_usrlocaletc = /usr/local/etc REINPLACE_WITH_usrlocaletc = /etc$(prefix)/pdns -REINPLACE_FILES_usrlocaletc = pdns/pdns.conf +REINPLACE_FILES_usrlocaletc = pdns/pdns.conf-dist REINPLACEMENTS += usrlocallib REINPLACE_MATCH_usrlocallib = /usr/local/lib REINPLACE_WITH_usrlocallib = $(prefix)/lib/pdns -REINPLACE_FILES_usrlocallib = pdns/pdns.conf +REINPLACE_FILES_usrlocallib = pdns/pdns.conf-dist CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17613] csw/mgar/pkg/powerdns/trunk
Revision: 17613 http://gar.svn.sourceforge.net/gar/?rev=17613&view=rev Author: wilbury Date: 2012-04-05 11:39:17 + (Thu, 05 Apr 2012) Log Message: --- powerdns/trunk: Expand @@SYSCONFDIR@@ properly in some source files. Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Added Paths: --- csw/mgar/pkg/powerdns/trunk/files/0009-Expand-SYSCONFDIR-properly.patch Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-05 08:19:47 UTC (rev 17612) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-04-05 11:39:17 UTC (rev 17613) @@ -23,6 +23,7 @@ PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch PATCHFILES += 0006-Use-also-llber-with-lldap.patch +PATCHFILES += 0009-Expand-SYSCONFDIR-properly.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) Added: csw/mgar/pkg/powerdns/trunk/files/0009-Expand-SYSCONFDIR-properly.patch === --- csw/mgar/pkg/powerdns/trunk/files/0009-Expand-SYSCONFDIR-properly.patch (rev 0) +++ csw/mgar/pkg/powerdns/trunk/files/0009-Expand-SYSCONFDIR-properly.patch 2012-04-05 11:39:17 UTC (rev 17613) @@ -0,0 +1,45 @@ +From 788b727662983e877d1ea7c0762212a4a11e7ea6 Mon Sep 17 00:00:00 2001 +From: Juraj Lutter +Date: Thu, 5 Apr 2012 13:36:22 +0200 +Subject: [PATCH] Expand @@SYSCONFDIR@@ properly. + +--- + pdns/dynloader.cc |4 ++-- + pdns/receiver.cc |4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/pdns/dynloader.cc b/pdns/dynloader.cc +index d810278..b7691a7 100644 +--- a/pdns/dynloader.cc b/pdns/dynloader.cc +@@ -53,9 +53,9 @@ int main(int argc, char **argv) + string s_programname="pdns"; + string localdir; + +- static char pietje[128]="!@@SYSCONFDIR@@:"; ++ static char pietje[128]="!/etc/opt/csw/pdns:"; + ::arg().set("config-dir","Location of configuration directory (pdns.conf)")= +-strcmp(pietje+1,"@@SYSCONFDIR@@:") ? pietje+strlen("@@SYSCONFDIR@@:")+1 : SYSCONFDIR; ++strcmp(pietje+1,"/etc/opt/csw/pdns:") ? pietje+strlen("/etc/opt/csw/pdns:")+1 : SYSCONFDIR; + + ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR; + ::arg().set("remote-address","Remote address to query"); +diff --git a/pdns/receiver.cc b/pdns/receiver.cc +index e92e67e..887b3eb 100644 +--- a/pdns/receiver.cc b/pdns/receiver.cc +@@ -333,9 +333,9 @@ static int guardian(int argc, char **argv) + + static void UNIX_declareArguments() + { +- static char pietje[128]="!@@SYSCONFDIR@@:"; ++ static char pietje[128]="!/etc/opt/csw/pdns:"; + ::arg().set("config-dir","Location of configuration directory (pdns.conf)")= +-strcmp(pietje+1,"@@SYSCONFDIR@@:") ? pietje+strlen("@@SYSCONFDIR@@:")+1 : SYSCONFDIR; ++strcmp(pietje+1,"/etc/opt/csw/pdns:") ? pietje+strlen("/etc/opt/csw/pdns:")+1 : SYSCONFDIR; + + ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")=""; + ::arg().set("socket-dir","Where the controlsocket will live")=LOCALSTATEDIR; +-- +1.7.9 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17614] csw/mgar/pkg/powerdns/branches
Revision: 17614 http://gar.svn.sourceforge.net/gar/?rev=17614&view=rev Author: wilbury Date: 2012-04-05 15:09:54 + (Thu, 05 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: PowerDNS 3.1-RC1. Work in progress. Added Paths: --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0006-Use-also-llber-with-lldap.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0009-Expand-SYSCONFDIR-properly.patch Removed Paths: - csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0007-Add-llber-to-lldap-for-ldapbackend-to-make-OpenLDAP-.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/work/ Deleted: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-04-04 21:28:08 UTC (rev 17609) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-05 15:09:54 UTC (rev 17614) @@ -1,97 +0,0 @@ -# PowerDNS -# $Id$ -# -NAME = pdns -VERSION = 3.0.1 -CATEGORIES = server -GARTYPE = v2 - -DESCRIPTION = An advanced DNS server with multiple backends -define BLURB - PowerDNS is an advanced DNS server, which allows for several different - backends. Current backends include MySQL, PostgreSQL, bind, etc. -endef - -MASTER_SITES = http://downloads.powerdns.com/releases/ -SPKG_SOURCEURL = http://www.powerdns.com/ -DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += LICENSE -DISTFILES += cswpdns -PATCHFILES += 0001-Make-checking-for-LUA-behave-correctly.patch -PATCHFILES += 0002-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch -PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch -PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch -PATCHFILES += 0006-Use-also-llber-with-lldap.patch - -WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) - -# File name regex to get notifications about upstream software releases -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz - -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - -LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc - -GARCOMPILER = GNU -NORUNPATH = 1 - -REINPLACEMENTS += usrlocaletc -REINPLACE_MATCH_usrlocaletc = /usr/local/etc -REINPLACE_WITH_usrlocaletc = /etc$(prefix)/pdns -REINPLACE_FILES_usrlocaletc = pdns/pdns.conf - -REINPLACEMENTS += usrlocallib -REINPLACE_MATCH_usrlocallib = /usr/local/lib -REINPLACE_WITH_usrlocallib = $(prefix)/lib/pdns -REINPLACE_FILES_usrlocallib = pdns/pdns.conf - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns -CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns -CONFIGURE_ARGS += --disable-recursor -CONFIGURE_ARGS += --with-lua=no -CONFIGURE_ARGS += --with-boost=/opt/csw/gxx -CONFIGURE_ARGS += --with-mysql=$(prefix) -CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib -CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql" - -# Prepend Boost 1.49 installation in paths so we pick up the correct one -EXTRA_INC = /opt/csw/gxx/include -LDFLAGS += -L/opt/csw/gxx/lib - -# PowerDNS does not have any "test" target -SKIPTEST = 1 - -PACKAGES = CSWpdns -CATALOGNAME_CSWpdns = powerdns -SPKG_DESC_CSWpdns = PowerDNS -RUNTIME_DEP_PKGS_CSWpdns += CSWlibz1 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx -RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx -RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 -BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel - -# These are not errors! -CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns - -INITSMF = /etc/opt/csw/init.d/cswpdns -PRESERVECONF = /etc/opt/csw/pdns/pdns.conf - -post-install-modulated: - @echo " ==> Installing Init Script" - @ginstall -d $(DESTDIR)/etc/opt/csw/init.d - @ginstall -m 755 $(FILEDIR)/cswpdns $(DESTDIR)/etc/opt/csw/init.d/cswpdns - @echo " ==> Moving config file" - @mv $(DESTDIR)/etc/opt/csw/pdns/pdns.conf-dist $(DESTDIR)/etc/opt/csw/pdns/pdns.conf - @$(MAKECOOKIE) - -include gar/category.mk Copied: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc
[csw-devel] SF.net SVN: gar:[17616] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1
Revision: 17616 http://gar.svn.sourceforge.net/gar/?rev=17616&view=rev Author: wilbury Date: 2012-04-05 21:20:22 + (Thu, 05 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: PowerDNS 3.1-RC1 WIP - adjust PATCHFILES Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums Added Paths: --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0003-Patch-for-Solaris-compilation.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0004-Add-llber-to-make-OpenLDAP-happy.patch Removed Paths: - csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0001-Make-checking-for-LUA-behave-correctly.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0002-Use-sys-isa_defs.h-instead-of-endian.h.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0003-Include-correct-sys-ethernet.h.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0005-Use-correct-namespace-for-timegm.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0006-Use-also-llber-with-lldap.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0009-Expand-SYSCONFDIR-properly.patch Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-05 19:40:28 UTC (rev 17615) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-05 21:20:22 UTC (rev 17616) @@ -2,7 +2,7 @@ # $Id$ # NAME = pdns -VERSION = 3.0.1 +VERSION = 3.1-rc1 CATEGORIES = server GARTYPE = v2 @@ -12,28 +12,32 @@ backends. Current backends include MySQL, PostgreSQL, bind, etc. endef -MASTER_SITES = http://downloads.powerdns.com/releases/ +# Open issues: +# -llber +# timegm() in utils.hh ldapbackend +# endian.h net.c +# +# ARlibpolarssl.a +# ar: creating libpolarssl.a +# RLlibpolarssl.a +# ar: one of [drqtpmx] must be specified +# gmake[5]: *** [libpolarssl.a] Error 1 +# ^^^ treba pouzit ranlib +# +# @@SYSCONFDIR@@ +# asprintf http://blogs.everycity.co.uk/alasdair/2011/07/vasprintf-and-asprintf-on-solaris-10/ +# +MASTER_SITES = http://powerdnssec.org/downloads/ SPKG_SOURCEURL = http://www.powerdns.com/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += LICENSE DISTFILES += cswpdns -PATCHFILES += 0001-Make-checking-for-LUA-behave-correctly.patch -PATCHFILES += 0002-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch -PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch -PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch -PATCHFILES += 0006-Use-also-llber-with-lldap.patch -PATCHFILES += 0009-Expand-SYSCONFDIR-properly.patch WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) -# File name regex to get notifications about upstream software releases -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz +PATCHFILES = 0003-Patch-for-Solaris-compilation.patch +PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - LICENSE = $(FILEDIR)/LICENSE PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums 2012-04-05 19:40:28 UTC (rev 17615) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/checksums 2012-04-05 21:20:22 UTC (rev 17616) @@ -1 +1 @@ -a67763b2b45d9f3504a24607c5b4068d pdns-3.0.1.tar.gz +3e1ac551b4fb9d75be513e9dcfe59115 pdns-3.1-rc1.tar.gz Deleted: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0001-Make-checking-for-LUA-behave-correctly.patch === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0001-Make-checking-for-LUA-behave-correctly.patch 2012-04-05 19:40:28 UTC (rev 17615) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/files/0001-Make-checking-for-LUA-behave-correctly.patch 2012-04-05 21:20:22 UTC (rev 17616) @@ -1,25 +0,0 @@ -From fa26498bf683e466fcbcf8b21c2bce06d9024423 Mon Sep 17 00:00:00 2001 -From: Juraj Lutter -Date: Tue, 3 Apr 2012 22:06:09 +0200 -Subject: [PATCH 1/4] Make checking for LUA behave correctly. - - configure |2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure b/configure -index 1067417..55b5d20 100755 a/configure -+++ b/configure -@@ -16494,7 +16494,7 @@ $as_echo_n "checking if with lua... " >&6; } - - # Check whether --with-lua was given.
[csw-devel] SF.net SVN: gar:[17617] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17617 http://gar.svn.sourceforge.net/gar/?rev=17617&view=rev Author: wilbury Date: 2012-04-06 20:18:20 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: Try to build for all platforms we support. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-05 21:20:22 UTC (rev 17616) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:18:20 UTC (rev 17617) @@ -39,7 +39,7 @@ PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc +# PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc GARCOMPILER = GNU NORUNPATH = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17618] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17618 http://gar.svn.sourceforge.net/gar/?rev=17618&view=rev Author: wilbury Date: 2012-04-06 20:23:09 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: Enable recursor, build also PostgreSQL backend. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:18:20 UTC (rev 17617) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:23:09 UTC (rev 17618) @@ -57,13 +57,16 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns -CONFIGURE_ARGS += --disable-recursor +CONFIGURE_ARGS += --enable-recursor CONFIGURE_ARGS += --with-lua=no CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql" +CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql +CONFIGURE_ARGS += --with-pgsql-lib=$(prefix)/postgresql/lib +CONFIGURE_ARGS += --with-pgsql-includes=$(prefix)/postgresql/include +CONFIGURE_ARGS += --with-modules="ldap geo gmysql gpgsql" # Prepend Boost 1.49 installation in paths so we pick up the correct one EXTRA_INC = /opt/csw/gxx/include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17619] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17619 http://gar.svn.sourceforge.net/gar/?rev=17619&view=rev Author: wilbury Date: 2012-04-06 20:29:17 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: Build for Solaris 10 only, no Boost 1.49 for Solaris 9 on our buildfarm. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:23:09 UTC (rev 17618) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:29:17 UTC (rev 17619) @@ -39,7 +39,7 @@ PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch LICENSE = $(FILEDIR)/LICENSE -# PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc GARCOMPILER = GNU NORUNPATH = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17620] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17620 http://gar.svn.sourceforge.net/gar/?rev=17620&view=rev Author: wilbury Date: 2012-04-06 20:36:18 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: No PgSQL backend, build system still broken. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:29:17 UTC (rev 17619) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:36:18 UTC (rev 17620) @@ -63,10 +63,7 @@ CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-pgsql=$(prefix)/postgresql -CONFIGURE_ARGS += --with-pgsql-lib=$(prefix)/postgresql/lib -CONFIGURE_ARGS += --with-pgsql-includes=$(prefix)/postgresql/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql gpgsql" +CONFIGURE_ARGS += --with-modules="ldap geo gmysql" # Prepend Boost 1.49 installation in paths so we pick up the correct one EXTRA_INC = /opt/csw/gxx/include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17621] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17621 http://gar.svn.sourceforge.net/gar/?rev=17621&view=rev Author: wilbury Date: 2012-04-06 21:15:39 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: At last, build for Solaris 10 x86 only, no Boost libraries on unstable10s box. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 20:36:18 UTC (rev 17620) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 21:15:39 UTC (rev 17621) @@ -39,7 +39,7 @@ PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc +PACKAGING_PLATFORMS = solaris10-i386 GARCOMPILER = GNU NORUNPATH = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17622] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/ Makefile
Revision: 17622 http://gar.svn.sourceforge.net/gar/?rev=17622&view=rev Author: wilbury Date: 2012-04-06 22:13:14 + (Fri, 06 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc1: Build also gsqlite3 backend for dnssec. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 21:15:39 UTC (rev 17621) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-06 22:13:14 UTC (rev 17622) @@ -39,7 +39,7 @@ PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS = solaris10-i386 +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc GARCOMPILER = GNU NORUNPATH = 1 @@ -63,8 +63,15 @@ CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql" +CONFIGURE_ARGS += --with-sqlite3 +CONFIGURE_ARGS += --with-sqlite=$(prefix) +CONFIGURE_ARGS += --with-sqlite-lib=$(prefix)/lib +CONFIGURE_ARGS += --with-sqlite-includes=$(prefix)/include +CONFIGURE_ARGS += --with-modules="ldap geo gmysql gsqlite3" +EXTRA_CONFIGURE_ENV += "PKG_CONFIG=/opt/csw/bin/pkg-config" +EXTRA_CONFIGURE_ENV += "PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig" + # Prepend Boost 1.49 installation in paths so we pick up the correct one EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib @@ -83,7 +90,8 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 -BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel +RUNTIME_DEP_PKGS_CSWpdns += CSWlibsqlite3-0 +BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel CSWlibsqlite3-dev CSWopenldap-dev CSWlibz-dev # These are not errors! CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17637] csw/mgar/pkg/powerdns/branches
Revision: 17637 http://gar.svn.sourceforge.net/gar/?rev=17637&view=rev Author: wilbury Date: 2012-04-09 21:31:48 + (Mon, 09 Apr 2012) Log Message: --- powerdns/branches/pdns-current: PowerDNS 3-CURRENT Added Paths: --- csw/mgar/pkg/powerdns/branches/pdns-current/ csw/mgar/pkg/powerdns/branches/pdns-current/Makefile csw/mgar/pkg/powerdns/branches/pdns-current/checksums Removed Paths: - csw/mgar/pkg/powerdns/branches/pdns-current/Makefile csw/mgar/pkg/powerdns/branches/pdns-current/checksums csw/mgar/pkg/powerdns/branches/pdns-current/files/0001-Make-checking-for-LUA-behave-correctly.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0002-Use-sys-isa_defs.h-instead-of-endian.h.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0003-Include-correct-sys-ethernet.h.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0005-Use-correct-namespace-for-timegm.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0006-Use-also-llber-with-lldap.patch csw/mgar/pkg/powerdns/branches/pdns-current/files/0009-Expand-SYSCONFDIR-properly.patch Deleted: csw/mgar/pkg/powerdns/branches/pdns-current/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-05 15:09:54 UTC (rev 17614) +++ csw/mgar/pkg/powerdns/branches/pdns-current/Makefile2012-04-09 21:31:48 UTC (rev 17637) @@ -1,98 +0,0 @@ -# PowerDNS -# $Id$ -# -NAME = pdns -VERSION = 3.0.1 -CATEGORIES = server -GARTYPE = v2 - -DESCRIPTION = An advanced DNS server with multiple backends -define BLURB - PowerDNS is an advanced DNS server, which allows for several different - backends. Current backends include MySQL, PostgreSQL, bind, etc. -endef - -MASTER_SITES = http://downloads.powerdns.com/releases/ -SPKG_SOURCEURL = http://www.powerdns.com/ -DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += LICENSE -DISTFILES += cswpdns -PATCHFILES += 0001-Make-checking-for-LUA-behave-correctly.patch -PATCHFILES += 0002-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch -PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch -PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch -PATCHFILES += 0006-Use-also-llber-with-lldap.patch -PATCHFILES += 0009-Expand-SYSCONFDIR-properly.patch - -WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) - -# File name regex to get notifications about upstream software releases -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz - -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - -LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc - -GARCOMPILER = GNU -NORUNPATH = 1 - -REINPLACEMENTS += usrlocaletc -REINPLACE_MATCH_usrlocaletc = /usr/local/etc -REINPLACE_WITH_usrlocaletc = /etc$(prefix)/pdns -REINPLACE_FILES_usrlocaletc = pdns/pdns.conf-dist - -REINPLACEMENTS += usrlocallib -REINPLACE_MATCH_usrlocallib = /usr/local/lib -REINPLACE_WITH_usrlocallib = $(prefix)/lib/pdns -REINPLACE_FILES_usrlocallib = pdns/pdns.conf-dist - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns -CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns -CONFIGURE_ARGS += --disable-recursor -CONFIGURE_ARGS += --with-lua=no -CONFIGURE_ARGS += --with-boost=/opt/csw/gxx -CONFIGURE_ARGS += --with-mysql=$(prefix) -CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib -CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql" - -# Prepend Boost 1.49 installation in paths so we pick up the correct one -EXTRA_INC = /opt/csw/gxx/include -LDFLAGS += -L/opt/csw/gxx/lib - -# PowerDNS does not have any "test" target -SKIPTEST = 1 - -PACKAGES = CSWpdns -CATALOGNAME_CSWpdns = powerdns -SPKG_DESC_CSWpdns = PowerDNS -RUNTIME_DEP_PKGS_CSWpdns += CSWlibz1 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibmysqlclient15 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-prog-opts1-49-0-gxx -RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx -RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2 -RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 -BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel - -# These are not errors! -CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns - -INITSMF = /etc/opt/csw/init.d/cswpdns -PRESERVECONF = /etc/opt/csw/pdns/pdns.conf - -post-install-modulated: - @echo " ==> Installing Init Script" - @ginstall -d $(DESTDIR)/etc/opt/csw/init.d - @ginstall -m 755 $(FIL
[csw-devel] SF.net SVN: gar:[17640] csw/mgar/pkg
Revision: 17640 http://gar.svn.sourceforge.net/gar/?rev=17640&view=rev Author: wilbury Date: 2012-04-10 08:21:10 + (Tue, 10 Apr 2012) Log Message: --- ragel/trunk: Initial commit. Added Paths: --- csw/mgar/pkg/ragel/ csw/mgar/pkg/ragel/Makefile csw/mgar/pkg/ragel/branches/ csw/mgar/pkg/ragel/tags/ csw/mgar/pkg/ragel/trunk/ csw/mgar/pkg/ragel/trunk/Makefile csw/mgar/pkg/ragel/trunk/checksums csw/mgar/pkg/ragel/trunk/files/ Added: csw/mgar/pkg/ragel/Makefile === --- csw/mgar/pkg/ragel/Makefile (rev 0) +++ csw/mgar/pkg/ragel/Makefile 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/ragel/trunk ___ Added: svn:ignore + work Added: csw/mgar/pkg/ragel/trunk/Makefile === --- csw/mgar/pkg/ragel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/ragel/trunk/Makefile 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1,32 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = ragel +VERSION = 6.7 +GARTYPE = v2 +CATEGORIES = devel + +DESCRIPTION = Ragel State Machine Compiler +define BLURB +Ragel compiles executable finite state machines from regular languages. +Ragel targets C, C++, Objective-C, D, Java and Ruby. Ragel state machines +can not only recognize byte sequences as regular expression machines do, +but can also execute code at arbitrary points in the recognition of a +regular language. Code embedding is done using inline operators that +do not disrupt the regular language syntax. +endef + +MASTER_SITES = http://www.complang.org/ragel/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +GARCOMPILER = GNU +CONFIGURE_ARGS = $(DIRPATHS) + +RUNTIME_DEP_PKGS += CSWlibgcc-s1 +RUNTIME_DEP_PKGS += CSWlibstdc++6 + +include gar/category.mk + Property changes on: csw/mgar/pkg/ragel/trunk/Makefile ___ Added: svn:keywords + Id Added: csw/mgar/pkg/ragel/trunk/checksums === --- csw/mgar/pkg/ragel/trunk/checksums (rev 0) +++ csw/mgar/pkg/ragel/trunk/checksums 2012-04-10 08:21:10 UTC (rev 17640) @@ -0,0 +1 @@ +f4423e0d8a6538dd4e61498fcfad3cec ragel-6.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17670] csw/mgar/pkg/powerdns/branches
Revision: 17670 http://gar.svn.sourceforge.net/gar/?rev=17670&view=rev Author: wilbury Date: 2012-04-14 14:07:00 + (Sat, 14 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc2: Adjusted ARCHFLAGS for SPARC Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile Added Paths: --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/ Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc1/Makefile2012-04-14 11:34:11 UTC (rev 17669) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile2012-04-14 14:07:00 UTC (rev 17670) @@ -2,7 +2,7 @@ # $Id$ # NAME = pdns -VERSION = 3.1-rc1 +VERSION = 3.1-rc2 CATEGORIES = server GARTYPE = v2 @@ -36,7 +36,6 @@ WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) PATCHFILES = 0003-Patch-for-Solaris-compilation.patch -PATCHFILES += 0004-Add-llber-to-make-OpenLDAP-happy.patch LICENSE = $(FILEDIR)/LICENSE PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc @@ -76,6 +75,9 @@ EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib +# Needed for BOOST on SPARC +ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 + # PowerDNS does not have any "test" target SKIPTEST = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17681] csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2
Revision: 17681 http://gar.svn.sourceforge.net/gar/?rev=17681&view=rev Author: wilbury Date: 2012-04-14 23:46:10 + (Sat, 14 Apr 2012) Log Message: --- powerdns/branches/pdns-3.1-rc2: More Solaris specific patches. Modified Paths: -- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/checksums Added Paths: --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0003-Use-opt-csw-bin-gar.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0004-Use-gethrtime-on-SPARC.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0006-Use-empty-epollmplexer.cc-on-Solaris.patch Removed Paths: - csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0003-Patch-for-Solaris-compilation.patch csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0004-Add-llber-to-make-OpenLDAP-happy.patch Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile2012-04-14 22:58:20 UTC (rev 17680) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/Makefile2012-04-14 23:46:10 UTC (rev 17681) @@ -33,10 +33,12 @@ DISTFILES += LICENSE DISTFILES += cswpdns +PATCHFILES += 0003-Use-opt-csw-bin-gar.patch +PATCHFILES += 0004-Use-gethrtime-on-SPARC.patch +PATCHFILES += 0006-Use-empty-epollmplexer.cc-on-Solaris.patch + WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) -PATCHFILES = 0003-Patch-for-Solaris-compilation.patch - LICENSE = $(FILEDIR)/LICENSE PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc @@ -78,6 +80,12 @@ # Needed for BOOST on SPARC ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 +EXTRA_CFLAGS_sparc = -D__SPARC__ +EXTRA_CFLAGS = $(EXTRA_CFLAGS_$(GARCH)) + +EXTRA_CXXFLAGS_sparc = -D__SPARC__ +EXTRA_CXXFLAGS = $(EXTRA_CXXFLAGS_$(GARCH)) + # PowerDNS does not have any "test" target SKIPTEST = 1 Modified: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/checksums === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/checksums 2012-04-14 22:58:20 UTC (rev 17680) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/checksums 2012-04-14 23:46:10 UTC (rev 17681) @@ -1 +1 @@ -3e1ac551b4fb9d75be513e9dcfe59115 pdns-3.1-rc1.tar.gz +9b0eda4c8b202e4f7a907da6e5ee1d2e pdns-3.1-rc2.tar.gz Deleted: csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0003-Patch-for-Solaris-compilation.patch === --- csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0003-Patch-for-Solaris-compilation.patch 2012-04-14 22:58:20 UTC (rev 17680) +++ csw/mgar/pkg/powerdns/branches/pdns-3.1-rc2/files/0003-Patch-for-Solaris-compilation.patch 2012-04-14 23:46:10 UTC (rev 17681) @@ -1,160 +0,0 @@ -From 050de1b8fdc43e512e71b1e1c3119f8a07d60f89 Mon Sep 17 00:00:00 2001 -From: Juraj Lutter -Date: Thu, 5 Apr 2012 22:45:30 +0200 -Subject: [PATCH] Patch for Solaris compilation. - - modules/ldapbackend/utils.hh |2 +- - pdns/backends/gsql/gsqlbackend.cc| 71 ++ - pdns/dnspcap.hh |4 + - pdns/ext/polarssl-1.1.1/library/Makefile |2 +- - pdns/ext/polarssl-1.1.1/library/net.c|2 + - 5 files changed, 157 insertions(+), 80 deletions(-) - -diff --git a/modules/ldapbackend/utils.hh b/modules/ldapbackend/utils.hh -index ba60f9f..25392c3 100644 a/modules/ldapbackend/utils.hh -+++ b/modules/ldapbackend/utils.hh -@@ -147,7 +147,7 @@ inline time_t str2tstamp( const string& str ) - - if( tmp != NULL && *tmp == 0 ) - { -- return timegm( &tm ); -+ return Utility::timegm( &tm ); - } - - return 0; -diff --git a/pdns/backends/gsql/gsqlbackend.cc b/pdns/backends/gsql/gsqlbackend.cc -index 2bd8ffc..aede8e6 100644 a/pdns/backends/gsql/gsqlbackend.cc -+++ b/pdns/backends/gsql/gsqlbackend.cc -@@ -21,6 +21,7 @@ - # pragma warning ( disable: 4786 ) - #endif // WIN32 - -+#include - #include - #include - -@@ -760,6 +761,76 @@ bool GSQLBackend::get(DNSResourceRecord &r) - return false; - } - -+#if (defined (__SVR4) && defined (__sun)) -+ -+extern "C" { -+#define INIT_SZ 128 -+ -+/* VARARGS2 */ -+int -+vasprintf(char **str, const char *format, va_list ap) -+{ -+ char string[INIT_SZ]; -+ char *newstr; -+ int ret; -+ size_t len; -+ -+ *str = NULL; -+ ret = vsnprintf(string, INIT_SZ, format, ap); -+ if (ret < 0) /* retain the value of errno from vsnprintf() */ -+ return (-1); -+ if (ret < INIT_SZ) { -+ len = ret + 1; -+ if ((newstr = (char*) malloc(len)) == NULL) -+ return (-1); /* retain errno from malloc() */ -+ (void) strlcpy(newstr, string, len); -+ *str = newstr; -+ return (ret); -+ } -+ /* -+* We will perf
[csw-devel] SF.net SVN: gar:[17696] csw/mgar/gar/v2
Revision: 17696 http://gar.svn.sourceforge.net/gar/?rev=17696&view=rev Author: wilbury Date: 2012-04-15 14:17:16 + (Sun, 15 Apr 2012) Log Message: --- Removed warning on line 921. Requested by D. Michelsen. Modified Paths: -- csw/mgar/gar/v2/gar.conf.mk csw/mgar/gar/v2/gar.lib.mk csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.conf.mk === --- csw/mgar/gar/v2/gar.conf.mk 2012-04-15 13:53:45 UTC (rev 17695) +++ csw/mgar/gar/v2/gar.conf.mk 2012-04-15 14:17:16 UTC (rev 17696) @@ -293,7 +293,7 @@ ARCHFLAGS_SOS12U2_sparcv8plus = -m32 -xarch=sparc ARCHFLAGS_SOS12U3_sparcv8plus = -m32 -xarch=sparc ARCHFLAGS_GCC3_sparcv8plus = -mcpu=v8 -mv8plus - ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v8 -mv8plus + ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 MEMORYMODEL_sparcv8plus = 32 ARCHFLAGS_SOS11_sparcv8 = -xarch=v8 Modified: csw/mgar/gar/v2/gar.lib.mk === --- csw/mgar/gar/v2/gar.lib.mk 2012-04-15 13:53:45 UTC (rev 17695) +++ csw/mgar/gar/v2/gar.lib.mk 2012-04-15 14:17:16 UTC (rev 17696) @@ -971,12 +971,12 @@ # just run make install and hope for the best. install-%/Makefile: @echo " ==> Running make install in $*" - @cd $* && /usr/bin/env -i $(INSTALL_ENV) $(MAKE) DESTDIR=$(DESTDIR) $(foreach TTT,$(INSTALL_OVERRIDE_VARS),$(TTT)="$(INSTALL_OVERRIDE_VAR_$(TTT))") $(foreach TTT,$(INSTALL_OVERRIDE_DIRS),$(TTT)="$(DESTDIR)$($(TTT))") -C $(OBJDIR) $(INSTALL_ARGS) install + cd $* && /usr/bin/env -i $(INSTALL_ENV) /opt/csw/bin/gmake DESTDIR=$(DESTDIR) $(foreach TTT,$(INSTALL_OVERRIDE_VARS),$(TTT)="$(INSTALL_OVERRIDE_VAR_$(TTT))") $(foreach TTT,$(INSTALL_OVERRIDE_DIRS),$(TTT)="$(DESTDIR)$($(TTT))") -C $(OBJDIR) $(INSTALL_ARGS) install @$(MAKECOOKIE) install-%/makefile: @echo " ==> Running make install in $*" - @cd $* && $(INSTALL_ENV) $(MAKE) DESTDIR=$(DESTDIR) $(foreach TTT,$(INSTALL_OVERRIDE_VARS),$(TTT)="$(INSTALL_OVERRIDE_VAR_$(TTT))") $(foreach TTT,$(INSTALL_OVERRIDE_DIRS),$(TTT)="$(DESTDIR)$($(TTT))") -C $(OBJDIR) $(INSTALL_ARGS) install + @cd $* && $(INSTALL_ENV) /opt/csw/bin/gmake DESTDIR=$(DESTDIR) $(foreach TTT,$(INSTALL_OVERRIDE_VARS),$(TTT)="$(INSTALL_OVERRIDE_VAR_$(TTT))") $(foreach TTT,$(INSTALL_OVERRIDE_DIRS),$(TTT)="$(DESTDIR)$($(TTT))") -C $(OBJDIR) $(INSTALL_ARGS) install @$(MAKECOOKIE) install-%/GNUmakefile: Modified: csw/mgar/gar/v2/gar.mk === --- csw/mgar/gar/v2/gar.mk 2012-04-15 13:53:45 UTC (rev 17695) +++ csw/mgar/gar/v2/gar.mk 2012-04-15 14:17:16 UTC (rev 17696) @@ -918,7 +918,6 @@ # This merges the merge-modulated: install-modulated pre-merge-modulated pre-merge-$(MODULATION) $(MERGE_TARGETS) post-merge-$(MODULATION) post-merge-modulated - $(warning M: $(MERGE_DIRS)) @$(MAKECOOKIE) # Copy the whole tree verbatim This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17699] csw/mgar/pkg
Revision: 17699 http://gar.svn.sourceforge.net/gar/?rev=17699&view=rev Author: wilbury Date: 2012-04-15 15:18:28 + (Sun, 15 Apr 2012) Log Message: --- jboss/trunk: Initial commit. JBoss 7.1.1 Added Paths: --- csw/mgar/pkg/jboss/ csw/mgar/pkg/jboss/Makefile csw/mgar/pkg/jboss/branches/ csw/mgar/pkg/jboss/tags/ csw/mgar/pkg/jboss/trunk/ csw/mgar/pkg/jboss/trunk/Makefile csw/mgar/pkg/jboss/trunk/checksums csw/mgar/pkg/jboss/trunk/files/ csw/mgar/pkg/jboss/trunk/files/jboss4 csw/mgar/pkg/jboss/trunk/files/jboss4.conf csw/mgar/pkg/jboss/trunk/files/jboss4.xml csw/mgar/pkg/jboss/trunk/files/svc-jboss4 Added: csw/mgar/pkg/jboss/Makefile === --- csw/mgar/pkg/jboss/Makefile (rev 0) +++ csw/mgar/pkg/jboss/Makefile 2012-04-15 15:18:28 UTC (rev 17699) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/jboss/trunk ___ Added: svn:ignore + work Added: csw/mgar/pkg/jboss/trunk/Makefile === --- csw/mgar/pkg/jboss/trunk/Makefile (rev 0) +++ csw/mgar/pkg/jboss/trunk/Makefile 2012-04-15 15:18:28 UTC (rev 17699) @@ -0,0 +1,41 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = jboss +VERSION = 7.1.1.Final +GARTYPE = v2 +CATEGORIES = java + +DESCRIPTION = JBoss Application Server +define BLURB + JBoss Application Server +endef + +JBOSS_MAJMIN = $(shell echo $(VERSION) | awk -F. '{print $$1"."$$2}') + +MASTER_SITES = http://download.jboss.org/jbossas/$(JBOSS_MAJMIN)/jboss-as-$(VERSION)/ +DISTNAME = jboss-as-$(VERSION) + +DISTFILES = $(DISTNAME).tar.gz + +CONFIGURE_SCRIPTS = none +BUILD_SCRIPTS = none +TEST_SCRIPTS = none +INSTALL_SCRIPTS = jboss +prefix= / + +configure-none: + @$(MAKECOOKIE) + +test-none: + @$(MAKECOOKIE) + +build-none: + @$(MAKECOOKIE) + +install-jboss: + @echo "Installing into $(DESTDIR)" + @$(MAKECOOKIE) + +include gar/category.mk + Property changes on: csw/mgar/pkg/jboss/trunk/Makefile ___ Added: svn:keywords + Id Added: csw/mgar/pkg/jboss/trunk/checksums === --- csw/mgar/pkg/jboss/trunk/checksums (rev 0) +++ csw/mgar/pkg/jboss/trunk/checksums 2012-04-15 15:18:28 UTC (rev 17699) @@ -0,0 +1 @@ +1e33096182ac7cac96089e39f7479b35 jboss-as-7.1.1.Final.tar.gz Added: csw/mgar/pkg/jboss/trunk/files/jboss4 === --- csw/mgar/pkg/jboss/trunk/files/jboss4 (rev 0) +++ csw/mgar/pkg/jboss/trunk/files/jboss4 2012-04-15 15:18:28 UTC (rev 17699) @@ -0,0 +1,58 @@ +# Environment variables documentation +# +# JAVA_HOME +# +# JAVA_HOME specify which version of Java should be used +# by JBOSS. You can supered the default value in the jboss4 +# configuration file. The value of this variable must be a path +# pointing to the root of a valid JRE or JDK (the root dir not +# the bin dir !). The default value is /usr/java. +# + +# JAVA_HOME=/usr/java + +# JBOSS_USER +# +# JBOSS_USER variable defines the Solaris user running the +# JBOSS server. You can supered the default valude in the +# jboss4 configuration file. The value of this variable must +# be a valid Solaris user (ie: root, nobody). The default value +# is jboss. +# +# WARNING : By default the directory permissions are set for +# the JBOSS user (no write access for 'nobody'). +# The logs are stored in /opt/csw/jboss4/server//log, and +# do belong to root user. If you change the JBOSS_USER, be sure +# that this user can write in the log directory. +# + +JBOSS_USER=jboss + +# RUN_CONF +# +# RUN_CONF variable defines the optionnal configuration file +# used by the JBOSS server. + +# RUN_CONF= /opt/csw/jboss4/bin/run.conf + +# JBOSS_RUN_ARGS +# +# JBOSS_RUN_ARGS variable defines the optionnal arguments +# passed to run.sh command line. According to JBoss documentation +# the followings switches are availables : +# +# -d, --bootdir= Set the boot patch directory; Must be absolute or url +# -p, --patchdir= Set the patch directory; Must be absolute or url +# -n, --netboot= Boot from net with the given url as base +# -c, --configuration=Set the server configuration name +# -B, --bootlib= Add an extra library to the front bootclasspath +# -L, --library= Add an extra library to the loaders classpath +# -C, --classpath= Add an extra url to the loaders classpath
[csw-devel] SF.net SVN: gar:[17716] csw/mgar/pkg/cpan
Revision: 17716 http://gar.svn.sourceforge.net/gar/?rev=17716&view=rev Author: wilbury Date: 2012-04-16 22:28:15 + (Mon, 16 Apr 2012) Log Message: --- Add MIME::EncWords Modified Paths: -- csw/mgar/pkg/cpan/MIME-EncWords/trunk/Makefile Added Paths: --- csw/mgar/pkg/cpan/MIME-EncWords/ Modified: csw/mgar/pkg/cpan/MIME-EncWords/trunk/Makefile === --- csw/mgar/pkg/cpan/MIME-Types/trunk/Makefile 2012-04-16 06:17:52 UTC (rev 17710) +++ csw/mgar/pkg/cpan/MIME-EncWords/trunk/Makefile 2012-04-16 22:28:15 UTC (rev 17716) @@ -1,21 +1,20 @@ -NAME = MIME-Types -VERSION = 1.29 +NAME = MIME-EncWords +VERSION = 1.012 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = MARKOV +AUTHOR = NEZUMI -DESCRIPTION = Perl MIME::Types module +DESCRIPTION = Perl MIME::EncWords module define BLURB - This module maintains a set of MIME::Type objects, which each describe one - known mime type. There are many types defined by RFCs and vendors, so the - list is long but not complete. Please don't hestitate to ask to add - additional information. + MIME::EncWords is aimed to be another implimentation of MIME::Words so + that it will achive more exact conformance with RFC 2047 (former RFC + 1522) specifications. Additionally, it contains some improvements. endef DISTFILES = COPYING -PACKAGES = CSWpmmimetypes -CATALOGNAME = pm_mimetypes +PACKAGES = CSWpmmimeencwords +CATALOGNAME = pm_mimeencwords BUILD_DEP_PKGS = CSWpmtestpod This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17717] csw/mgar/pkg/cpan
Revision: 17717 http://gar.svn.sourceforge.net/gar/?rev=17717&view=rev Author: wilbury Date: 2012-04-16 22:37:16 + (Mon, 16 Apr 2012) Log Message: --- Add MIME::Charset Modified Paths: -- csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums Added Paths: --- csw/mgar/pkg/cpan/MIME-Charset/ Modified: csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile === --- csw/mgar/pkg/cpan/MIME-EncWords/trunk/Makefile 2012-04-16 22:28:15 UTC (rev 17716) +++ csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile 2012-04-16 22:37:16 UTC (rev 17717) @@ -1,20 +1,18 @@ -NAME = MIME-EncWords -VERSION = 1.012 +NAME = MIME-Charset +VERSION = 1.009.1 CATEGORIES = cpan GARTYPE = v2 AUTHOR = NEZUMI -DESCRIPTION = Perl MIME::EncWords module +DESCRIPTION = Perl MIME::Charset module define BLURB - MIME::EncWords is aimed to be another implimentation of MIME::Words so - that it will achive more exact conformance with RFC 2047 (former RFC - 1522) specifications. Additionally, it contains some improvements. + MIME::Charset - Charset Informations for MIME endef DISTFILES = COPYING -PACKAGES = CSWpmmimeencwords -CATALOGNAME = pm_mimeencwords +PACKAGES = CSWpmmimecharset +CATALOGNAME = pm_mimecharset BUILD_DEP_PKGS = CSWpmtestpod Modified: csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums === --- csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums 2012-04-16 22:28:15 UTC (rev 17716) +++ csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums 2012-04-16 22:37:16 UTC (rev 17717) @@ -1,2 +1 @@ -b80cd735a88df5731be29b11ecae5497 COPYING -4944fea4b6f2be96745fde90607c43f7 MIME-Types-1.29.tar.gz +ee982e66423738b1b13f45cdde4fe1cf MIME-Charset-1.009.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17718] csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile
Revision: 17718 http://gar.svn.sourceforge.net/gar/?rev=17718&view=rev Author: wilbury Date: 2012-04-16 22:48:22 + (Mon, 16 Apr 2012) Log Message: --- cpan/MIME-Charset/trunk: Correct CATALOGNAME. Modified Paths: -- csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile Modified: csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile === --- csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile 2012-04-16 22:37:16 UTC (rev 17717) +++ csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile 2012-04-16 22:48:22 UTC (rev 17718) @@ -11,11 +11,9 @@ DISTFILES = COPYING -PACKAGES = CSWpmmimecharset -CATALOGNAME = pm_mimecharset +PACKAGES += CSWpm-mimecharset +BUILD_DEP_PKGS_CSWpm-mimecharset = CSWpmtestpod -BUILD_DEP_PKGS = CSWpmtestpod - ARCHALL = 1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17730] csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums
Revision: 17730 http://gar.svn.sourceforge.net/gar/?rev=17730&view=rev Author: wilbury Date: 2012-04-17 21:34:57 + (Tue, 17 Apr 2012) Log Message: --- Add MIME::EncWords Modified Paths: -- csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums Modified: csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums === --- csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums 2012-04-17 20:55:20 UTC (rev 17729) +++ csw/mgar/pkg/cpan/MIME-EncWords/trunk/checksums 2012-04-17 21:34:57 UTC (rev 17730) @@ -1,2 +1 @@ -b80cd735a88df5731be29b11ecae5497 COPYING -4944fea4b6f2be96745fde90607c43f7 MIME-Types-1.29.tar.gz +aa0651a8a970d0fb35aa24b080ca6ee6 MIME-EncWords-1.012.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17731] csw/mgar/pkg/cpan/MIME-Charset/
Revision: 17731 http://gar.svn.sourceforge.net/gar/?rev=17731&view=rev Author: wilbury Date: 2012-04-17 21:41:11 + (Tue, 17 Apr 2012) Log Message: --- Remove MIME-Charset Removed Paths: - csw/mgar/pkg/cpan/MIME-Charset/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17732] csw/mgar/pkg/cpan
Revision: 17732 http://gar.svn.sourceforge.net/gar/?rev=17732&view=rev Author: wilbury Date: 2012-04-17 22:25:49 + (Tue, 17 Apr 2012) Log Message: --- Re-add MIME::Charset Added Paths: --- csw/mgar/pkg/cpan/MIME-Charset/ csw/mgar/pkg/cpan/MIME-Charset/branches/ csw/mgar/pkg/cpan/MIME-Charset/tags/ csw/mgar/pkg/cpan/MIME-Charset/trunk/ csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums csw/mgar/pkg/cpan/MIME-Charset/trunk/files/ Property changes on: csw/mgar/pkg/cpan/MIME-Charset/trunk ___ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile === --- csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/MIME-Charset/trunk/Makefile 2012-04-17 22:25:49 UTC (rev 17732) @@ -0,0 +1,24 @@ +NAME = MIME-Charset +VERSION = 1.009.1 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = NEZUMI + +DESCRIPTION = Charset Informations for MIME +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = ARTISTIC + +BUILD_DEP_PKGS += CSWpm-test-simple + +PACKAGES += CSWpm-mime-charset +CATALOGNAME_CSWpm-mime-charset = pm_mime_charset +SPKG_DESC_CSWpm-mime-charset = Charset Informations for MIME +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-mime-charset = 1 +RUNTIME_DEP_PKGS_CSWpm-mime-charset += CSWpm-encode + +include gar/category.mk Added: csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums === --- csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/MIME-Charset/trunk/checksums 2012-04-17 22:25:49 UTC (rev 17732) @@ -0,0 +1 @@ +ee982e66423738b1b13f45cdde4fe1cf MIME-Charset-1.009.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17782] csw/mgar/pkg/squid/branches/squid3/Makefile
Revision: 17782 http://gar.svn.sourceforge.net/gar/?rev=17782&view=rev Author: wilbury Date: 2012-04-20 00:03:53 + (Fri, 20 Apr 2012) Log Message: --- squid/branches/squid3: Upgrade to 3.1.19, work in progress. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/Makefile Modified: csw/mgar/pkg/squid/branches/squid3/Makefile === --- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-04-19 23:11:24 UTC (rev 17781) +++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-04-20 00:03:53 UTC (rev 17782) @@ -4,7 +4,7 @@ NAME = squid VERSION = 3.1 CATEGORIES = server -RELEASE = 18 +RELEASE = 19 DISTVERSION = $(VERSION).$(RELEASE) DISTNAME = squid-$(DISTVERSION) RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9]\).*\.[0-9]*/\1/') @@ -41,12 +41,12 @@ MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(VERSION)/ DISTFILES = squid-$(DISTVERSION).tar.bz2 -PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch -PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch -PATCHFILES += 0002-Link-against-OpenSSL-from-OpenCSW.patch -PATCHFILES += 0003-Check-for-ber_pvt_opt_on-instead-of-main-in-libber.patch -PATCHFILES += 0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch -PATCHFILES += 0006-Use-default-cache_dir.patch +#PATCHFILES = -Use-opt-csw-bin-bash-for-bootstrap.sh.patch +#PATCHFILES += 0001-Use-opt-csw-bin-ggrep-instead-of-egrep.patch +#PATCHFILES += 0002-Link-against-OpenSSL-from-OpenCSW.patch +#PATCHFILES += 0003-Check-for-ber_pvt_opt_on-instead-of-main-in-libber.patch +#PATCHFILES += 0006-Replace-usr-local-squid-libexec-with-opt-csw-libexec.patch +#PATCHFILES += 0006-Use-default-cache_dir.patch sysconfdir = /etc/opt/csw/$(NAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17783] csw/mgar/pkg/squid/branches/squid3/checksums
Revision: 17783 http://gar.svn.sourceforge.net/gar/?rev=17783&view=rev Author: wilbury Date: 2012-04-20 00:07:04 + (Fri, 20 Apr 2012) Log Message: --- squid/branches/squid3: Upgrade to 3.1.19, work in progress. Modified Paths: -- csw/mgar/pkg/squid/branches/squid3/checksums Modified: csw/mgar/pkg/squid/branches/squid3/checksums === --- csw/mgar/pkg/squid/branches/squid3/checksums2012-04-20 00:03:53 UTC (rev 17782) +++ csw/mgar/pkg/squid/branches/squid3/checksums2012-04-20 00:07:04 UTC (rev 17783) @@ -1 +1 @@ -b53f8fb6e22551c2a7376292df5b6ec7 squid-3.1.18.tar.bz2 +9b6ffaf96bee8f05f0085bc6361d7c94 squid-3.1.19.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[17937] csw/mgar/pkg/powerdns/trunk/Makefile
Revision: 17937 http://gar.svn.sourceforge.net/gar/?rev=17937&view=rev Author: wilbury Date: 2012-05-05 09:55:11 + (Sat, 05 May 2012) Log Message: --- powerdns/trunk: Update to 3.1, work in progress Modified Paths: -- csw/mgar/pkg/powerdns/trunk/Makefile Modified: csw/mgar/pkg/powerdns/trunk/Makefile === --- csw/mgar/pkg/powerdns/trunk/Makefile2012-05-04 21:30:59 UTC (rev 17936) +++ csw/mgar/pkg/powerdns/trunk/Makefile2012-05-05 09:55:11 UTC (rev 17937) @@ -2,7 +2,7 @@ # $Id$ # NAME = pdns -VERSION = 3.0.1 +VERSION = 3.1 CATEGORIES = server GARTYPE = v2 @@ -12,30 +12,31 @@ backends. Current backends include MySQL, PostgreSQL, bind, etc. endef +# Open issues: +# -llber +# timegm() in utils.hh ldapbackend +# endian.h net.c +# +# ARlibpolarssl.a +# ar: creating libpolarssl.a +# RLlibpolarssl.a +# ar: one of [drqtpmx] must be specified +# gmake[5]: *** [libpolarssl.a] Error 1 +# ^^^ treba pouzit ranlib +# +# @@SYSCONFDIR@@ +# asprintf http://blogs.everycity.co.uk/alasdair/2011/07/vasprintf-and-asprintf-on-solaris-10/ +# MASTER_SITES = http://downloads.powerdns.com/releases/ SPKG_SOURCEURL = http://www.powerdns.com/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += LICENSE DISTFILES += cswpdns -PATCHFILES += 0001-Make-checking-for-LUA-behave-correctly.patch -PATCHFILES += 0002-Use-sys-isa_defs.h-instead-of-endian.h.patch -PATCHFILES += 0003-Include-correct-sys-ethernet.h.patch -PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch -PATCHFILES += 0005-Use-correct-namespace-for-timegm.patch -PATCHFILES += 0006-Use-also-llber-with-lldap.patch -PATCHFILES += 0009-Expand-SYSCONFDIR-properly.patch -WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION) +WORKSRC = $(WORKDIR)/$(NAME) -# File name regex to get notifications about upstream software releases -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz - -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - LICENSE = $(FILEDIR)/LICENSE -PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc +PACKAGING_PLATFORMS = solaris10-i386 GARCOMPILER = GNU NORUNPATH = 1 @@ -53,14 +54,21 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns CONFIGURE_ARGS += --libdir=$(prefix)/lib/pdns -CONFIGURE_ARGS += --disable-recursor +CONFIGURE_ARGS += --enable-recursor CONFIGURE_ARGS += --with-lua=no CONFIGURE_ARGS += --with-boost=/opt/csw/gxx CONFIGURE_ARGS += --with-mysql=$(prefix) CONFIGURE_ARGS += --with-mysql-lib=$(prefix)/lib CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include -CONFIGURE_ARGS += --with-modules="ldap geo gmysql" +CONFIGURE_ARGS += --with-sqlite3 +CONFIGURE_ARGS += --with-sqlite=$(prefix) +CONFIGURE_ARGS += --with-sqlite-lib=$(prefix)/lib +CONFIGURE_ARGS += --with-sqlite-includes=$(prefix)/include +CONFIGURE_ARGS += --with-modules="ldap geo gmysql gsqlite3" +EXTRA_CONFIGURE_ENV += "PKG_CONFIG=/opt/csw/bin/pkg-config" +EXTRA_CONFIGURE_ENV += "PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig" + # Prepend Boost 1.49 installation in paths so we pick up the correct one EXTRA_INC = /opt/csw/gxx/include LDFLAGS += -L/opt/csw/gxx/lib @@ -79,7 +87,8 @@ RUNTIME_DEP_PKGS_CSWpdns += CSWlibboost-s13n1-49-0-gxx RUNTIME_DEP_PKGS_CSWpdns += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWpdns += CSWlibldap-r2-4-2 -BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel +RUNTIME_DEP_PKGS_CSWpdns += CSWlibsqlite3-0 +BUILD_DEP_PKGS = CSWmysql-dev CSWboostdevel CSWlibsqlite3-dev CSWopenldap-dev CSWlibz-dev # These are not errors! CHECKPKG_OVERRIDES_CSWpdns += catalogname-does-not-match-pkgname|pkgname=CSWpdns|catalogname=powerdns|expected-catalogname=pdns @@ -87,6 +96,10 @@ INITSMF = /etc/opt/csw/init.d/cswpdns PRESERVECONF = /etc/opt/csw/pdns/pdns.conf +pre-configure-modulated: + (cd $(WORKSRC) && autoreconf -i && ./bootstrap) + @$(MAKECOOKIE) + post-install-modulated: @echo " ==> Installing Init Script" @ginstall -d $(DESTDIR)/etc/opt/csw/init.d This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel