From dmichelsen at users.sourceforge.net Wed Aug 1 12:49:57 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 01 Aug 2012 10:49:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[18877] csw/mgar/pkg/lsof/trunk Message-ID: Revision: 18877 http://gar.svn.sourceforge.net/gar/?rev=18877&view=rev Author: dmichelsen Date: 2012-08-01 10:49:57 +0000 (Wed, 01 Aug 2012) Log Message: ----------- lsof/trunk: Update to 4.86 Modified Paths: -------------- csw/mgar/pkg/lsof/trunk/Makefile csw/mgar/pkg/lsof/trunk/checksums Modified: csw/mgar/pkg/lsof/trunk/Makefile =================================================================== --- csw/mgar/pkg/lsof/trunk/Makefile 2012-07-31 10:57:23 UTC (rev 18876) +++ csw/mgar/pkg/lsof/trunk/Makefile 2012-08-01 10:49:57 UTC (rev 18877) @@ -1,7 +1,7 @@ # TBD: NAME = lsof -VERSION = 4.85 +VERSION = 4.86 CATEGORIES = utils GARTYPE = v2 @@ -13,19 +13,21 @@ open by each process. endef -MASTER_SITES = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +MASTER_SITES += ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +MASTER_SITES += ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ DISTNAME = $(NAME)_$(VERSION) DISTFILES = $(DISTNAME).tar.bz2 DISTFILES += lsof-license # Do not automatically use VxFS -PATCHFILES += 0002-Disable-VxFS-autodetect.patch +# PATCHFILES += 0002-Disable-VxFS-autodetect.patch SRCDIST = $(DISTNAME)_src WORKSRC = $(WORKDIR)/$(DISTNAME)/$(SRCDIST) PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 VENDOR_URL = http://people.freebsd.org/~abe/ LICENSE = lsof-license @@ -34,6 +36,8 @@ BUILD64-sparc-5.9 = 1 BUILD64-sparc-5.10 = 1 BUILD64-i386-5.10 = 1 +BUILD64-sparc-5.11 = 1 +BUILD64-i386-5.11 = 1 BUILD64 = $(BUILD64-$(GARCH)-$(GAROSREL)) EXTRA_BUILD_ISAS = sparcv8plus @@ -61,17 +65,22 @@ SOLARIS_INSTR = $(ISA) SOLARIS_KERNBITS = $(MEMORYMODEL) -BUILD_DEP_PKGS += VRTSfssdk +# No VxFS for Solaris 11 yet +BUILD_DEP_PKGS-5.9 += VRTSfssdk +BUILD_DEP_PKGS-5.10 += VRTSfssdk +BUILD_DEP_PKGS += $(BUILD_DEP_PKGS-$(GAROSREL)) # The Veritas Filesystem library libvxfsutil.a is sparcv8+, make sure to build that # specific ISA and not link when building sparcv8 SOLARIS_VXFSINCL-sparcv8plus = /opt/VRTS/include SOLARIS_VXFSINCL-sparcv9 = /opt/VRTS/include SOLARIS_VXFSINCL-i386 = /opt/VRTS/include +SOLARIS_VXFSINCL-pentium_pro = /opt/VRTS/include SOLARIS_VXFSINCL-amd64 = /opt/VRTS/include SOLARIS_VXFSLIB-sparcv8plus = /opt/VRTS/lib SOLARIS_VXFSLIB-sparcv9 = /opt/VRTS/lib SOLARIS_VXFSLIB-i386 = /opt/VRTS/lib +SOLARIS_VXFSLIB-pentium_pro = /opt/VRTS/lib SOLARIS_VXFSLIB-amd64 = /opt/VRTS/lib SOLARIS_VXFSINCL = $(SOLARIS_VXFSINCL-$(ISA)) SOLARIS_VXFSLIB = $(SOLARIS_VXFSLIB-$(ISA)) @@ -91,13 +100,16 @@ PROTOTYPE_GROUP_lsof = sys PROTOTYPE_PERMS_lsof = 2755 +# This is because the vxfs sdk contains sparcv8+ +CHECKPKG_OVERRIDES_CSWlsof += binary-architecture-does-not-match-placement|file=opt/csw/bin/sparcv8/lsof|arch_id=18|arch_name=sparcv8+ + include gar/category.mk INSTALLISADIR ?= $(WORKROOTDIR)/install-$(MODULATION) post-extract-modulated: @echo " ==> Extracting source distribution" - @$(if $(filter-out global,$(MODULATION)),( cd $(WORKDIR)/$(DISTNAME) ; tar xf $(SRCDIST).tar )) + @$(if $(filter-out global,$(MODULATION)),( cd $(WORKDIR)/$(DISTNAME) ; gtar xf $(SRCDIST).tar )) @$(MAKECOOKIE) configure-custom: Modified: csw/mgar/pkg/lsof/trunk/checksums =================================================================== --- csw/mgar/pkg/lsof/trunk/checksums 2012-07-31 10:57:23 UTC (rev 18876) +++ csw/mgar/pkg/lsof/trunk/checksums 2012-08-01 10:49:57 UTC (rev 18877) @@ -1 +1 @@ -102ee2081172bbe76dccaa6cceda8573 lsof_4.85.tar.bz2 +9f1cda41f35add068c7b81f873fa56b5 lsof_4.86.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Aug 1 13:50:20 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 01 Aug 2012 11:50:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[18878] csw/mgar/pkg/clamav/trunk Message-ID: Revision: 18878 http://gar.svn.sourceforge.net/gar/?rev=18878&view=rev Author: bonivart Date: 2012-08-01 11:50:20 +0000 (Wed, 01 Aug 2012) Log Message: ----------- clamav/trunk: test patch from bug 4987 Modified Paths: -------------- csw/mgar/pkg/clamav/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/clamav/trunk/files/CSWclamav.scanners.c.p Modified: csw/mgar/pkg/clamav/trunk/Makefile =================================================================== --- csw/mgar/pkg/clamav/trunk/Makefile 2012-08-01 10:49:57 UTC (rev 18877) +++ csw/mgar/pkg/clamav/trunk/Makefile 2012-08-01 11:50:20 UTC (rev 18878) @@ -51,6 +51,7 @@ PATCHFILES += CSWclamav.clamd.conf.p PATCHFILES += CSWclamav.clamav-milter.conf.p PATCHFILES += CSWclamav.optparser.c.p +PATCHFILES += CSWclamav.scanners.c.p # Must have 64-bit libmilter for this to work #BUILD64 = 1 Added: csw/mgar/pkg/clamav/trunk/files/CSWclamav.scanners.c.p =================================================================== --- csw/mgar/pkg/clamav/trunk/files/CSWclamav.scanners.c.p (rev 0) +++ csw/mgar/pkg/clamav/trunk/files/CSWclamav.scanners.c.p 2012-08-01 11:50:20 UTC (rev 18878) @@ -0,0 +1,22 @@ +--- /libclamav/scanners.c ++++ /libclamav/scanners.c +@@ -2369,7 +2369,19 @@ + ctx->fmap--; + cli_bitset_free(ctx->hook_lsig_matches); + ctx->hook_lsig_matches = old_hook_lsig_matches; +- ret_from_magicscan(ret); ++ /* Same switch as end of magic_scandesc function */ ++ switch(ret) { ++ case CL_EFORMAT: ++ case CL_EMAXREC: ++ case CL_EMAXSIZE: ++ case CL_EMAXFILES: ++ cli_dbgmsg("Descriptor[%d]: %s\n", desc, cl_strerror(ret)); ++ case CL_CLEAN: /* here, only from cli_checkfp() */ ++ cache_add(hash, hashed_size, ctx); ++ ret_from_magicscan(CL_CLEAN); ++ default: ++ ret_from_magicscan(ret); ++ } + } + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Wed Aug 1 18:35:06 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Wed, 01 Aug 2012 16:35:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[18879] csw/mgar/pkg/cswclassutils/trunk/files/ CSWcswclassutils.i.cswcrontab Message-ID: Revision: 18879 http://gar.svn.sourceforge.net/gar/?rev=18879&view=rev Author: bdwalton Date: 2012-08-01 16:35:06 +0000 (Wed, 01 Aug 2012) Log Message: ----------- cswclassutils/trunk: fix the umask used in cas_crontab Modified Paths: -------------- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswcrontab Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswcrontab =================================================================== --- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswcrontab 2012-08-01 11:50:20 UTC (rev 18878) +++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswcrontab 2012-08-01 16:35:06 UTC (rev 18879) @@ -69,7 +69,7 @@ TMPFILE=/tmp/cswcrontab.${PKGINST}.$$ if [ -f "/var/spool/cron/crontabs/${USERNAME}" ]; then - umask 600 + umask 177 /usr/bin/crontab -l ${USERNAME} | remove_cron_lines "${PKGINST}" "${TMPFILE}" debug "Contents of ${TMPFILE} after removing old lines from this package:" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Thu Aug 2 11:54:43 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Thu, 02 Aug 2012 09:54:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[18880] csw/mgar/pkg Message-ID: Revision: 18880 http://gar.svn.sourceforge.net/gar/?rev=18880&view=rev Author: pfelecan Date: 2012-08-02 09:54:43 +0000 (Thu, 02 Aug 2012) Log Message: ----------- texlive/trunk: - migration of tetex from a private recipe toward a GAR based recipe; - not release ready. - installs without old tetex installed on the build system Added Paths: ----------- csw/mgar/pkg/texlive/ csw/mgar/pkg/texlive/Makefile csw/mgar/pkg/texlive/branches/ csw/mgar/pkg/texlive/tags/ csw/mgar/pkg/texlive/trunk/ csw/mgar/pkg/texlive/trunk/Makefile csw/mgar/pkg/texlive/trunk/checksums csw/mgar/pkg/texlive/trunk/files/ Added: csw/mgar/pkg/texlive/Makefile =================================================================== --- csw/mgar/pkg/texlive/Makefile (rev 0) +++ csw/mgar/pkg/texlive/Makefile 2012-08-02 09:54:43 UTC (rev 18880) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/texlive/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile (rev 0) +++ csw/mgar/pkg/texlive/trunk/Makefile 2012-08-02 09:54:43 UTC (rev 18880) @@ -0,0 +1,91 @@ +# $Id$ + +NAME = texlive +YEAR = 2012 +VERSION = $(YEAR)0701 +GARTYPE = v2 +CATEGORIES = apps + +DESCRIPTION = TeX Live +define BLURB + TeX Live is an easy way to get up and running with the TeX document + production system. It provides a comprehensive TeX system with binaries + for most flavors of Unix, including GNU/Linux, and also Windows. It includes + all the major TeX-related programs, macro packages, and fonts that are free + software, including support for many languages around the world. +endef + +VENDOR_URL = http://www.tug.org/texlive/ +MASTER_SITES = ftp://tug.org/texlive/historic/$(YEAR)/ +DISTNAMEPREFIX = $(NAME)-$(VERSION) +DISTNAME = $(DISTNAMEPREFIX)-source +DISTFILES = $(DISTNAME).tar.xz +DISTFILES += $(DISTNAMEPREFIX)-extra.tar.xz +NOEXTRACT += $(DISTNAMEPREFIX)-extra.tar.xz +DISTFILES += $(DISTNAMEPREFIX)-texmf.tar.xz +NOEXTRACT += $(DISTNAMEPREFIX)-texmf.tar.xz + +BUILD_DEP_PKGS += CSWpoppler-dev +BUILD_DEP_PKGS += CSWpoppler-dev +BUILD_DEP_PKGS += CSWclisp + +EXTRA_CFLAGS += -std=gnu99 -D_XPG6 +EXTRA_CXXFLAGS += -D_XPG6 + +GARCOMPILER = GNU + +# must be a absolute path name if we don't want to have the object +# directory created relatively in the working source +OBJDIR = $(abspath $(WORKDIR)/objdir) + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --disable-debug +CONFIGURE_ARGS += --disable-devnag +CONFIGURE_ARGS += --disable-libtool-hack +CONFIGURE_ARGS += --disable-missing +CONFIGURE_ARGS += --disable-multiplatform +CONFIGURE_ARGS += --disable-native-texlive-build +CONFIGURE_ARGS += --disable-pmx +CONFIGURE_ARGS += --disable-ps2eps +CONFIGURE_ARGS += --disable-psutils +CONFIGURE_ARGS += --enable-ipc +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --enable-xindy +CONFIGURE_ARGS += --enable-xindy-docs +CONFIGURE_ARGS += --enable-xindy-rules +CONFIGURE_ARGS += --with-banner-add='/OpenCSW' +CONFIGURE_ARGS += --with-freetype2-include=$(includedir)/freetype2 +CONFIGURE_ARGS += --with-mf-x-toolkit +CONFIGURE_ARGS += --with-system-freetype2 +CONFIGURE_ARGS += --with-system-gd +CONFIGURE_ARGS += --with-system-libgs +CONFIGURE_ARGS += --with-system-libpng +# poppler, C++, is compiled with Sun Studio +# CONFIGURE_ARGS += --with-system-poppler +# CONFIGURE_ARGS += --with-system-xpdf +CONFIGURE_ARGS += --with-system-t1lib +CONFIGURE_ARGS += --with-system-zlib +CONFIGURE_ARGS += --with-system-zzlib +CONFIGURE_ARGS += --with-x +CONFIGURE_ARGS += --with-xdvi-x-toolkit=xaw + +TEST_SCRIPTS = custom + +RUNTIME_DEP_PKGS += CSWps2eps + +include gar/category.mk + +PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) + +pre-configure-modulated: + mkdir -p $(OBJDIR) + $(MAKECOOKIE) + +# this is needed only because the lacheck test fails: +test-custom: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) check + $(MAKECOOKIE) + +# this is private and not available publicly +mydependencies: + for package in $(PACKAGES); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done Property changes on: csw/mgar/pkg/texlive/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/texlive/trunk/checksums =================================================================== --- csw/mgar/pkg/texlive/trunk/checksums (rev 0) +++ csw/mgar/pkg/texlive/trunk/checksums 2012-08-02 09:54:43 UTC (rev 18880) @@ -0,0 +1,3 @@ +8906ff896913dc4be58719016d2fb777 texlive-20120701-extra.tar.xz +1d38be7dac26440fd022a4708f454a2b texlive-20120701-source.tar.xz +461ec82632654b2b34f1be3e03216bc6 texlive-20120701-texmf.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Aug 3 10:11:40 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 03 Aug 2012 08:11:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[18881] csw/mgar/pkg Message-ID: Revision: 18881 http://gar.svn.sourceforge.net/gar/?rev=18881&view=rev Author: pfelecan Date: 2012-08-03 08:11:40 +0000 (Fri, 03 Aug 2012) Log Message: ----------- apt-mirror/trunk: previously non public package, migrated from a private recipe to a GAR based recipe. Added Paths: ----------- csw/mgar/pkg/apt-mirror/ csw/mgar/pkg/apt-mirror/Makefile csw/mgar/pkg/apt-mirror/branches/ csw/mgar/pkg/apt-mirror/tags/ csw/mgar/pkg/apt-mirror/trunk/ csw/mgar/pkg/apt-mirror/trunk/Makefile csw/mgar/pkg/apt-mirror/trunk/checksums csw/mgar/pkg/apt-mirror/trunk/files/ csw/mgar/pkg/apt-mirror/trunk/files/0001-From-private-recipe.patch csw/mgar/pkg/apt-mirror/trunk/files/0002-Adapt-to-OpenCSW-file-system-layout.patch csw/mgar/pkg/apt-mirror/trunk/files/COPYING Added: csw/mgar/pkg/apt-mirror/Makefile =================================================================== --- csw/mgar/pkg/apt-mirror/Makefile (rev 0) +++ csw/mgar/pkg/apt-mirror/Makefile 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/apt-mirror/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/apt-mirror/trunk/Makefile =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/Makefile (rev 0) +++ csw/mgar/pkg/apt-mirror/trunk/Makefile 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1,51 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = apt-mirror +VERSION = 0.4.8 +GARTYPE = v2 +CATEGORIES = utils + +DESCRIPTION = Debian and Ubuntu apt sources mirroring tool +define BLURB + A small tool that provides ability to mirror any parts (or even all) of + Debian and Ubuntu GNU/Linux distributions and/or any other apt sources + which typically provided by open source developers. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(NAME)_$(VERSION).orig.tar.gz +DISTFILES += COPYING +PATCHFILES += 0001-From-private-recipe.patch +PATCHFILES += 0002-Adapt-to-OpenCSW-file-system-layout.patch + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = +TEST_SCRIPTS = +INSTALL_SCRIPTS = custom + +RUNTIME_DEP_PKGS += CSWperl +RUNTIME_DEP_PKGS += CSWgzip +RUNTIME_DEP_PKGS += CSWwget + +ARCHALL = 1 + +include gar/category.mk + +PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) + +install-custom: pkgdocdir = $(docdir)/$(NAME) +install-custom: pkgsysconfdir = $(sysconfdir)/$(NAME) +install-custom: pkglocalstatedir = $(localstatedir)/$(NAME) +install-custom: + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(bindir) + ginstall --mode=u=rwx,go=rx $(WORKSRC)/apt-mirror $(DESTDIR)/$(bindir) + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgdocdir) + ginstall --mode=u=rw,go=r $(WORKSRC)/CHANGELOG $(DESTDIR)/$(pkgdocdir) + ginstall --mode=u=rw,go=r $(WORKSRC)/postmirror.sh $(DESTDIR)/$(pkgdocdir) + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgsysconfdir) + ginstall --mode=u=rw,go=r $(WORKSRC)/mirror.list $(DESTDIR)/$(pkgsysconfdir) + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkglocalstatedir)/mirror + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkglocalstatedir)/skel + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkglocalstatedir)/var + $(MAKECOOKIE) Property changes on: csw/mgar/pkg/apt-mirror/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/apt-mirror/trunk/checksums =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/checksums (rev 0) +++ csw/mgar/pkg/apt-mirror/trunk/checksums 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1 @@ +a3b46493958fe9b6440779fbc64f650e apt-mirror_0.4.8.orig.tar.gz Added: csw/mgar/pkg/apt-mirror/trunk/files/0001-From-private-recipe.patch =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/files/0001-From-private-recipe.patch (rev 0) +++ csw/mgar/pkg/apt-mirror/trunk/files/0001-From-private-recipe.patch 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1,63 @@ +From 4e4f67cd7ee806be2caf11d9a1a10d0240c3bfbb Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Thu, 2 Aug 2012 15:40:34 +0200 +Subject: [PATCH] From private recipe + +--- + apt-mirror | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) + +diff --git a/apt-mirror b/apt-mirror +index d03fe58..f5f54b9 100755 +--- a/apt-mirror ++++ b/apt-mirror +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#! /usr/bin/env perl -w + + =pod + +@@ -90,7 +90,7 @@ use File::Basename; + my $config_file; + + my %config_variables = ( +- "defaultarch" => `dpkg --print-installation-architecture 2>/dev/null` || 'i386', ++ "defaultarch" => 'i386', + "nthreads" => 20, + "base_path" => '/var/spool/apt-mirror', + "mirror_path" => '$base_path/mirror', +@@ -235,15 +235,6 @@ sub download_urls { + } + + ###################################################################################### +-## Create the 3 needed directories if they don't exist yet +-my @needed_directories = (get_variable("mirror_path"), get_variable("skel_path"), get_variable("var_path")); +-foreach my $needed_directory (@needed_directories) { +- unless (-d $needed_directory) { +- mkdir($needed_directory) or die("apt-mirror: can't create $needed_directory directory"); +- } +-} +- +-###################################################################################### + ## Parse config + + open CONFIG, "<$config_file" or die("apt-mirror: can't open config file ($config_file)"); +@@ -295,6 +286,15 @@ close CONFIG; + + die("Please explicitly specify 'defaultarch' in mirror.list") unless get_variable("defaultarch"); + ++###################################################################################### ++## Create the 3 needed directories if they don't exist yet ++my @needed_directories = (get_variable("mirror_path"), get_variable("skel_path"), get_variable("var_path")); ++foreach my $needed_directory (@needed_directories) { ++ unless (-d $needed_directory) { ++ mkdir($needed_directory) or die("apt-mirror: can't create $needed_directory directory"); ++ } ++} ++ + check_lock(); + + $SIG{INT} = "unlock_aptmirror"; +-- +1.7.11.3 + Added: csw/mgar/pkg/apt-mirror/trunk/files/0002-Adapt-to-OpenCSW-file-system-layout.patch =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/files/0002-Adapt-to-OpenCSW-file-system-layout.patch (rev 0) +++ csw/mgar/pkg/apt-mirror/trunk/files/0002-Adapt-to-OpenCSW-file-system-layout.patch 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1,81 @@ +From 4c639c999513024a5f7022da56d7e3beefc642d9 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Thu, 2 Aug 2012 15:57:31 +0200 +Subject: [PATCH] Adapt to OpenCSW file system layout + +--- + apt-mirror | 14 +++++++------- + mirror.list | 2 +- + 2 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/apt-mirror b/apt-mirror +index f5f54b9..8d9e49a 100755 +--- a/apt-mirror ++++ b/apt-mirror +@@ -27,7 +27,7 @@ Main features: + + =head1 COMMENTS + +-apt-mirror uses F as a configuration file. ++apt-mirror uses F as a configuration file. + By default it is tuned to official Debian or Ubuntu mirrors. Change + it for your needs. + +@@ -39,19 +39,19 @@ Or uncomment line in F to enable daily mirror updates. + + =head1 FILES + +-F ++F + Main configuration file + + F + Cron configuration template + +-F ++F + Mirror places here + +-F ++F + Place for temporarily downloaded indexes + +-F ++F + Log files placed here. URLs and MD5 summs also here. + + =head1 CONFIGURATION EXAMPLES +@@ -92,7 +92,7 @@ my $config_file; + my %config_variables = ( + "defaultarch" => 'i386', + "nthreads" => 20, +- "base_path" => '/var/spool/apt-mirror', ++ "base_path" => '/var/opt/csw/apt-mirror', + "mirror_path" => '$base_path/mirror', + "skel_path" => '$base_path/skel', + "var_path" => '$base_path/var', +@@ -117,7 +117,7 @@ my %clean_directory = (); + ###################################################################################### + ## Setting up $config_file variable + +-$config_file = "/etc/apt/mirror.list"; # Default value ++$config_file = "/etc/opt/csw/apt/mirror.list"; # Default value + if($_ = shift) { + die("apt-mirror: invalid config file specified") unless -f $_; + $config_file = $_; +diff --git a/mirror.list b/mirror.list +index 3b4ee8a..e2230f7 100644 +--- a/mirror.list ++++ b/mirror.list +@@ -2,7 +2,7 @@ + # + ## default configuration options (uncomment and change to override) + # +-#set base_path /var/spool/apt-mirror ++#set base_path /var/opt/csw/apt-mirror + # + ## if you change the base path you must create the directories below with write privlages + # +-- +1.7.11.3 + Added: csw/mgar/pkg/apt-mirror/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/apt-mirror/trunk/files/COPYING 2012-08-03 08:11:40 UTC (rev 18881) @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Aug 3 10:24:13 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 03 Aug 2012 08:24:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[18882] csw/mgar/pkg/apt-mirror/trunk/Makefile Message-ID: Revision: 18882 http://gar.svn.sourceforge.net/gar/?rev=18882&view=rev Author: pfelecan Date: 2012-08-03 08:24:13 +0000 (Fri, 03 Aug 2012) Log Message: ----------- apt-mirror/trunk: verified and validated overrides Modified Paths: -------------- csw/mgar/pkg/apt-mirror/trunk/Makefile Modified: csw/mgar/pkg/apt-mirror/trunk/Makefile =================================================================== --- csw/mgar/pkg/apt-mirror/trunk/Makefile 2012-08-03 08:11:40 UTC (rev 18881) +++ csw/mgar/pkg/apt-mirror/trunk/Makefile 2012-08-03 08:24:13 UTC (rev 18882) @@ -24,9 +24,12 @@ TEST_SCRIPTS = INSTALL_SCRIPTS = custom -RUNTIME_DEP_PKGS += CSWperl -RUNTIME_DEP_PKGS += CSWgzip -RUNTIME_DEP_PKGS += CSWwget +RUNTIME_DEP_PKGS += CSWperl +CHECKPKG_OVERRIDES_CSWapt-mirror += surplus-dependency|CSWperl +RUNTIME_DEP_PKGS += CSWgzip +CHECKPKG_OVERRIDES_CSWapt-mirror += surplus-dependency|CSWgzip +RUNTIME_DEP_PKGS += CSWwget +CHECKPKG_OVERRIDES_CSWapt-mirror += surplus-dependency|CSWwget ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Sat Aug 4 12:53:10 2012 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Sat, 04 Aug 2012 10:53:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[18883] csw/mgar/pkg/munin/trunk Message-ID: Revision: 18883 http://gar.svn.sourceforge.net/gar/?rev=18883&view=rev Author: j_arndt Date: 2012-08-04 10:53:10 +0000 (Sat, 04 Aug 2012) Log Message: ----------- munin/trunk: update to 2.0.4 Modified Paths: -------------- csw/mgar/pkg/munin/trunk/Makefile csw/mgar/pkg/munin/trunk/checksums Modified: csw/mgar/pkg/munin/trunk/Makefile =================================================================== --- csw/mgar/pkg/munin/trunk/Makefile 2012-08-03 08:24:13 UTC (rev 18882) +++ csw/mgar/pkg/munin/trunk/Makefile 2012-08-04 10:53:10 UTC (rev 18883) @@ -1,5 +1,5 @@ NAME = munin -VERSION = 2.0.3 +VERSION = 2.0.4 CATEGORIES = apps GARTYPE = v2 Modified: csw/mgar/pkg/munin/trunk/checksums =================================================================== --- csw/mgar/pkg/munin/trunk/checksums 2012-08-03 08:24:13 UTC (rev 18882) +++ csw/mgar/pkg/munin/trunk/checksums 2012-08-04 10:53:10 UTC (rev 18883) @@ -1 +1 @@ -6b3d40c53baed5ead148f4e1a331e450 munin-2.0.3.tar.gz +5efd93a070159f4554242a0ba38eb0b1 munin-2.0.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 15:24:55 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 13:24:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[18884] csw/mgar/pkg/exim/trunk Message-ID: Revision: 18884 http://gar.svn.sourceforge.net/gar/?rev=18884&view=rev Author: bdwalton Date: 2012-08-04 13:24:55 +0000 (Sat, 04 Aug 2012) Log Message: ----------- exim/trunk: version bump (4.76 to 4.80); modernize build settings patch, tweak pre/post hook steps for changes in upstream file delivery Modified Paths: -------------- csw/mgar/pkg/exim/trunk/Makefile csw/mgar/pkg/exim/trunk/checksums csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch Modified: csw/mgar/pkg/exim/trunk/Makefile =================================================================== --- csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 10:53:10 UTC (rev 18883) +++ csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 13:24:55 UTC (rev 18884) @@ -1,7 +1,7 @@ # $Id$ NAME = exim -VERSION = 4.76 +VERSION = 4.80 CATEGORIES = server GARTYPE = v2 @@ -85,7 +85,7 @@ TEST_TARGET = # We use this to strip binaries after we're done building -BINS = exim exim_dbmbuild exim_dumpdb exim_fixdb exim_lock exim_tidydb +BINS = exim-$(VERSION)* exim_dbmbuild exim_dumpdb exim_fixdb exim_lock exim_tidydb BINS += eximon.bin UGPATH=/etc/opt/csw/pkg/CSWexim @@ -112,6 +112,8 @@ (cd $(WORKSRC); \ test -r Local/Makefile || cp -p src/EDITME Local/Makefile; \ test -r Local/eximon.conf || cp -p exim_monitor/EDITME Local/eximon.conf; \ + perl -pi -e 's/Local.*//' .gitignore; \ + git add .gitignore; \ git add Local/; git commit -m 'Setup Local build default files'; \ test -d spf2 || cp -pr /opt/csw/include/spf2 .; \ git add spf2; git commit -m 'import spf2 header files' ) @@ -122,12 +124,13 @@ @$(MAKECOOKIE) DOC_LIST = ChangeLog Exim3.upgrade Exim4.upgrade NewStuff OptionLists.txt -DOC_LIST += README README.SIEVE dbm.discuss.txt filter.txt pcrepattern.txt -DOC_LIST += pcretest.txt spec.txt +DOC_LIST += README README.SIEVE dbm.discuss.txt filter.txt spec.txt post-install-modulated: - (cd $(DESTDIR)$(prefix)/sbin; \ - mv exim-$(VERSION)-1 exim; \ + (mkdir -p $(DESTDIR)$(prefix)/sbin; \ + cd $(DESTDIR)$(prefix)/sbin; \ + ln -s ../bin/exim-$(VERSION)-2 exim; \ + cd ../bin; ln -s exim-$(VERSION)-* exim; \ /usr/ccs/bin/strip $(BINS); \ /usr/ccs/bin/mcs -d $(BINS)) (cd $(DESTDIR); mkdir -p var/opt/csw/svc/manifest/network; \ Modified: csw/mgar/pkg/exim/trunk/checksums =================================================================== --- csw/mgar/pkg/exim/trunk/checksums 2012-08-04 10:53:10 UTC (rev 18883) +++ csw/mgar/pkg/exim/trunk/checksums 2012-08-04 13:24:55 UTC (rev 18884) @@ -1 +1 @@ -58e784b33c7a2ab335ec6400346d6362 exim-4.76.tar.bz2 +de93a242e9e148de28d67056e5c1b34f exim-4.80.tar.bz2 Modified: csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch =================================================================== --- csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-04 10:53:10 UTC (rev 18883) +++ csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-04 13:24:55 UTC (rev 18884) @@ -1,6 +1,6 @@ -From 0ae00974e741f490e9c0613390374b1689b2d21d Mon Sep 17 00:00:00 2001 +From 8b363cf733c5537b13f4ff366e5350e618d5e25d Mon Sep 17 00:00:00 2001 From: Ben Walton -Date: Mon, 30 May 2011 03:15:26 +0200 +Date: Sat, 4 Aug 2012 15:05:15 +0200 Subject: [PATCH] Set OpenCSW build options Modify the template Local/Makefile to set the options for the csw @@ -8,15 +8,16 @@ Signed-off-by: Ben Walton --- - Local/Makefile | 101 +++++++++++++++++++++++++++++++------------------------- - 1 files changed, 56 insertions(+), 45 deletions(-) + Local/Makefile | 103 ++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 56 insertions(+), 47 deletions(-) diff --git a/Local/Makefile b/Local/Makefile -index b0335a9..d2b2630 100644 +index 95857c7..c786ed6 100644 --- a/Local/Makefile +++ b/Local/Makefile -@@ -1,5 +1,16 @@ - # $Cambridge: exim/src/src/EDITME,v 1.27 2010/06/12 15:21:25 jetmore Exp $ +@@ -78,6 +78,17 @@ + # THESE ARE THINGS YOU MUST SPECIFY # + ############################################################################### +# -I (CSW_WORKSRC).. is needed for the SPF2 hack (to pick up patched +# SPF2 headers locally) @@ -29,19 +30,19 @@ +# expect to see LDFLAGS. I don't see where it gets set though...? Typo? +LFLAGS += $(LDFLAGS) + - ################################################## - # The Exim mail transport agent # - ################################################## -@@ -100,7 +111,7 @@ + # Exim will not build unless you specify BIN_DIRECTORY, CONFIGURE_FILE, and + # EXIM_USER. You also need EXIM_GROUP if EXIM_USER specifies a uid by number. + +@@ -98,7 +109,7 @@ # /usr/local/sbin. The installation script will try to create this directory, # and any superior directories, if they do not exist. -BIN_DIRECTORY=/usr/exim/bin -+BIN_DIRECTORY=/opt/csw/sbin ++BIN_DIRECTORY=/opt/csw/bin #------------------------------------------------------------------------------ -@@ -116,7 +127,7 @@ BIN_DIRECTORY=/usr/exim/bin +@@ -114,7 +125,7 @@ BIN_DIRECTORY=/usr/exim/bin # don't exist. It will also install a default runtime configuration if this # file does not exist. @@ -50,16 +51,16 @@ # It is possible to specify a colon-separated list of files for CONFIGURE_FILE. # In this case, Exim will use the first of them that exists when it is run. -@@ -133,7 +144,7 @@ CONFIGURE_FILE=/usr/exim/configure - # deliveries. (Local deliveries run as various non-root users, typically as the - # owner of a local mailbox.) Specifying these values as root is not supported. +@@ -138,7 +149,7 @@ EXIM_USER= + # lookup is deferred until runtime. In this case, it is the name that is built + # into the binary. You can do this by a setting of the form: --EXIM_USER= +-# EXIM_USER=ref:exim +EXIM_USER=ref:exim - # If you specify EXIM_USER as a name, this is looked up at build time, and the - # uid number is built into the binary. However, you can specify that this -@@ -175,7 +186,7 @@ EXIM_USER= + # In other words, put "ref:" in front of the user name. If you set EXIM_USER + # like this, any value specified for EXIM_GROUP is also passed "by reference". +@@ -173,7 +184,7 @@ EXIM_USER= # Almost all installations choose this: @@ -68,7 +69,7 @@ -@@ -213,7 +224,7 @@ ROUTER_REDIRECT=yes +@@ -211,7 +222,7 @@ ROUTER_REDIRECT=yes # This one is very special-purpose, so is not included by default. @@ -77,7 +78,7 @@ #------------------------------------------------------------------------------ -@@ -234,7 +245,7 @@ TRANSPORT_SMTP=yes +@@ -232,7 +243,7 @@ TRANSPORT_SMTP=yes # This one is special-purpose, and commonly not required, so it is not # included by default. @@ -86,7 +87,7 @@ #------------------------------------------------------------------------------ -@@ -243,9 +254,9 @@ TRANSPORT_SMTP=yes +@@ -241,9 +252,9 @@ TRANSPORT_SMTP=yes # MBX, is included only when requested. If you do not know what this is about, # leave these settings commented out. @@ -99,7 +100,7 @@ #------------------------------------------------------------------------------ -@@ -286,16 +297,16 @@ LOOKUP_DBM=yes +@@ -296,16 +307,16 @@ LOOKUP_DBM=yes LOOKUP_LSEARCH=yes LOOKUP_DNSDB=yes @@ -122,9 +123,9 @@ +LOOKUP_PASSWD=yes +LOOKUP_PGSQL=yes # LOOKUP_SQLITE=yes + # LOOKUP_SQLITE_PC=sqlite3 # LOOKUP_WHOSON=yes - -@@ -316,7 +327,7 @@ LOOKUP_DNSDB=yes +@@ -327,7 +338,7 @@ LOOKUP_DNSDB=yes # with Solaris 7 onwards. Uncomment whichever of these you are using. # LDAP_LIB_TYPE=OPENLDAP1 @@ -133,10 +134,19 @@ # LDAP_LIB_TYPE=NETSCAPE # LDAP_LIB_TYPE=SOLARIS -@@ -345,8 +356,8 @@ PCRE_LIBS=-lpcre - # specified in INCLUDE. The settings below are just examples; -lpq is for - # PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite. +@@ -348,7 +359,7 @@ LOOKUP_DNSDB=yes + # too if needed. + PCRE_CONFIG=yes +-# PCRE_LIBS=-lpcre ++PCRE_LIBS=-lpcre + + + #------------------------------------------------------------------------------ +@@ -361,8 +372,8 @@ PCRE_CONFIG=yes + # + # You do not need to use this for any lookup information added via pkg-config. + -# LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include -# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -lgds -lsqlite3 +LOOKUP_INCLUDE=-I /opt/csw/include/mysql -I /opt/csw/postgresql/include @@ -144,7 +154,7 @@ #------------------------------------------------------------------------------ -@@ -367,14 +378,14 @@ EXIM_MONITOR=eximon.bin +@@ -383,14 +394,14 @@ EXIM_MONITOR=eximon.bin # and the MIME ACL. Please read the documentation to learn more about these # features. @@ -161,7 +171,7 @@ # If you're using ClamAV and are backporting fixes to an old version, instead # of staying current (which is the more usual approach) then you may need to -@@ -404,9 +415,9 @@ EXIM_MONITOR=eximon.bin +@@ -425,9 +436,9 @@ EXIM_MONITOR=eximon.bin # installed on your system (www.libspf2.org). Depending on where it is installed # you may have to edit the CFLAGS and LDFLAGS lines. @@ -173,109 +183,101 @@ # Uncomment the following lines to add SRS (Sender rewriting scheme) support. # You need to have libsrs_alt installed on your system (srs.mirtol.com). -@@ -493,7 +504,7 @@ FIXED_NEVER_USERS=root +@@ -519,7 +530,7 @@ FIXED_NEVER_USERS=root # configurations to be used. The prefix can be more restrictive than just a # directory (the second example). -# ALT_CONFIG_PREFIX=/some/directory/ -+ALT_CONFIG_PREFIX=/etc/opt/csw/exim/ ++ALT_CONFIG_PREFIX=/etc/opt/csw/exim # ALT_CONFIG_PREFIX=/some/directory/exim.conf- -@@ -552,11 +563,11 @@ FIXED_NEVER_USERS=root +@@ -578,15 +589,15 @@ FIXED_NEVER_USERS=root # included in the Exim binary. You will then need to set up the run time # configuration to make use of the mechanism(s) selected. -# AUTH_CRAM_MD5=yes -# AUTH_CYRUS_SASL=yes -# AUTH_DOVECOT=yes --# AUTH_PLAINTEXT=yes --# AUTH_SPA=yes +AUTH_CRAM_MD5=yes +AUTH_CYRUS_SASL=yes +AUTH_DOVECOT=yes + # AUTH_GSASL=yes + # AUTH_GSASL_PC=libgsasl + # AUTH_HEIMDAL_GSSAPI=yes + # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi +-# AUTH_PLAINTEXT=yes +-# AUTH_SPA=yes +AUTH_PLAINTEXT=yes +AUTH_SPA=yes #------------------------------------------------------------------------------ -@@ -564,7 +575,7 @@ FIXED_NEVER_USERS=root - # Cyrus SASL library installed before trying to build Exim, and you probably - # want to uncomment the following line: +@@ -596,7 +607,7 @@ FIXED_NEVER_USERS=root + # Similarly for GNU SASL, unless pkg-config is used via AUTH_GSASL_PC. + # Ditto for AUTH_HEIMDAL_GSSAPI(_PC). -# AUTH_LIBS=-lsasl2 +AUTH_LIBS=-lsasl2 + # AUTH_LIBS=-lgsasl + # AUTH_LIBS=-lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lhcrypto -lasn1 -lwind -lroken -lcrypt - - #------------------------------------------------------------------------------ -@@ -593,7 +604,7 @@ HEADERS_CHARSET="ISO-8859-1" - # the Sieve filter support. For those OS where iconv() is known to be installed - # as standard, the file in OS/Makefile-xxxx contains +@@ -634,9 +645,9 @@ HEADERS_CHARSET="ISO-8859-1" + # and its header file are not in the default places. You might need to use + # something like this: # -# HAVE_ICONV=yes +HAVE_ICONV=yes - # - # If you are not using one of those systems, but have installed iconv(), you - # need to uncomment that line above. In some cases, you may find that iconv() -@@ -602,7 +613,7 @@ HEADERS_CHARSET="ISO-8859-1" - # - # HAVE_ICONV=yes # CFLAGS=-O -I/usr/local/include -# EXTRALIBS_EXIM=-L/usr/local/lib -liconv +EXTRALIBS_EXIM=-L/opt/csw/lib -liconv -lpam -ldl # # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -655,10 +666,10 @@ HEADERS_CHARSET="ISO-8859-1" +@@ -689,11 +700,11 @@ HEADERS_CHARSET="ISO-8859-1" # leave these settings commented out. # This setting is required for any TLS support (either OpenSSL or GnuTLS) -# SUPPORT_TLS=yes +SUPPORT_TLS=yes - # Uncomment this setting if you are using OpenSSL + # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not + # USE_OPENSSL_PC=openssl -# TLS_LIBS=-lssl -lcrypto +TLS_LIBS=-lssl -lcrypto - # Uncomment these settings if you are using GnuTLS - # USE_GNUTLS=yes -@@ -677,7 +688,7 @@ HEADERS_CHARSET="ISO-8859-1" + # Uncomment the first and either the second or the third of these if you + # are using GnuTLS. If you have pkg-config, then the second, else the third. +@@ -719,7 +730,7 @@ HEADERS_CHARSET="ISO-8859-1" # with all your other libraries. If they are in a special directory, you may # need something like -# TLS_LIBS=-L/usr/local/openssl/lib -lssl -lcrypto -+TLS_LIBS=-L/opt/csw/lib/ -lssl -lcrypto ++TLS_LIBS=-L/opt/csw/lib -lssl -lcrypto # or # TLS_LIBS=-L/opt/gnu/lib -lgnutls -ltasn1 -lgcrypt -@@ -685,7 +696,7 @@ HEADERS_CHARSET="ISO-8859-1" - # auxiliary programs. If the include files are not in a standard place, you can - # set TLS_INCLUDE to specify where they are, for example: - --# TLS_INCLUDE=-I/usr/local/openssl/include/ -+TLS_INCLUDE=-I/opt/csw/include/openssl - # or - # TLS_INCLUDE=-I/opt/gnu/include - -@@ -709,7 +720,7 @@ HEADERS_CHARSET="ISO-8859-1" +@@ -751,9 +762,7 @@ HEADERS_CHARSET="ISO-8859-1" # Once you have done this, "make install" will build the info files and # install them in the directory you have defined. -# INFO_DIRECTORY=/usr/share/info +- +- +INFO_DIRECTORY=/opt/csw/share/info - - #------------------------------------------------------------------------------ -@@ -722,7 +733,7 @@ HEADERS_CHARSET="ISO-8859-1" + # Exim log directory and files: Exim creates several log files inside a + # single log directory. You can define the directory and the form of the +@@ -764,7 +773,7 @@ HEADERS_CHARSET="ISO-8859-1" # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: -# LOG_FILE_PATH=/var/log/exim_%slog -+LOG_FILE_PATH=/var/opt/csw/log/exim/%slog ++LOG_FILE_PATH=/var/opt/csw/log/%slog # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -771,7 +782,7 @@ EXICYCLOG_MAX=10 +@@ -813,7 +822,7 @@ EXICYCLOG_MAX=10 # files. Both the name of the command and the suffix that it adds to files # need to be defined here. See also the EXICYCLOG_MAX configuration. @@ -284,7 +286,7 @@ COMPRESS_SUFFIX=gz -@@ -779,7 +790,7 @@ COMPRESS_SUFFIX=gz +@@ -821,7 +830,7 @@ COMPRESS_SUFFIX=gz # If the exigrep utility is fed compressed log files, it tries to uncompress # them using this command. @@ -293,16 +295,7 @@ #------------------------------------------------------------------------------ -@@ -798,7 +809,7 @@ ZCAT_COMMAND=/usr/bin/zcat - # that the local_scan API is made available by the linker. You may also need - # to add -ldl to EXTRALIBS so that dlopen() is available to Exim. - --# EXPAND_DLFUNC=yes -+EXPAND_DLFUNC=yes - - - #------------------------------------------------------------------------------ -@@ -808,7 +819,7 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -850,7 +859,7 @@ ZCAT_COMMAND=/usr/bin/zcat # support, which is intended for use in conjunction with the SMTP AUTH # facilities, is included only when requested by the following setting: @@ -311,7 +304,7 @@ # You probably need to add -lpam to EXTRALIBS, and in some releases of # GNU/Linux -ldl is also needed. -@@ -912,7 +923,7 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -954,7 +963,7 @@ ZCAT_COMMAND=/usr/bin/zcat # (the value doesn't matter), the symbolic link is not created or moved. You # will then have to "turn Exim on" by setting up the link manually. @@ -320,7 +313,7 @@ #------------------------------------------------------------------------------ -@@ -924,7 +935,7 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -966,7 +975,7 @@ ZCAT_COMMAND=/usr/bin/zcat # aliases). The following setting can be changed to specify a different # location for the system alias file. @@ -329,6 +322,15 @@ #------------------------------------------------------------------------------ +@@ -995,7 +1004,7 @@ SYSTEM_ALIASES_FILE=/etc/aliases + #------------------------------------------------------------------------------ + # Uncomment this setting to include IPv6 support. + +-# HAVE_IPV6=yes ++HAVE_IPV6=yes + + ############################################################################### + # THINGS YOU ALMOST NEVER NEED TO MENTION # -- -1.7.3.2 +1.7.10.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 15:38:19 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 13:38:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[18885] csw/mgar/pkg/exim/trunk/files/ 0003-Set-OpenCSW-build-options.patch Message-ID: Revision: 18885 http://gar.svn.sourceforge.net/gar/?rev=18885&view=rev Author: bdwalton Date: 2012-08-04 13:38:19 +0000 (Sat, 04 Aug 2012) Log Message: ----------- exim/trunk: force the default pid file via build options; mantis 4988 Modified Paths: -------------- csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch Modified: csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch =================================================================== --- csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-04 13:24:55 UTC (rev 18884) +++ csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-04 13:38:19 UTC (rev 18885) @@ -1,4 +1,4 @@ -From 8b363cf733c5537b13f4ff366e5350e618d5e25d Mon Sep 17 00:00:00 2001 +From 09dcb4b8d3cb14218c1f26b4f017e09695a050e9 Mon Sep 17 00:00:00 2001 From: Ben Walton Date: Sat, 4 Aug 2012 15:05:15 +0200 Subject: [PATCH] Set OpenCSW build options @@ -8,11 +8,11 @@ Signed-off-by: Ben Walton --- - Local/Makefile | 103 ++++++++++++++++++++++++++++++-------------------------- - 1 file changed, 56 insertions(+), 47 deletions(-) + Local/Makefile | 105 ++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/Local/Makefile b/Local/Makefile -index 95857c7..c786ed6 100644 +index 95857c7..6c14aaf 100644 --- a/Local/Makefile +++ b/Local/Makefile @@ -78,6 +78,17 @@ @@ -331,6 +331,15 @@ ############################################################################### # THINGS YOU ALMOST NEVER NEED TO MENTION # +@@ -1222,7 +1231,7 @@ TMPDIR="/tmp" + # (process id) to a file so that it can easily be identified. The path of the + # file can be specified here. Some installations may want something like this: + +-# PID_FILE_PATH=/var/lock/exim.pid ++PID_FILE_PATH=/var/run/exim.pid + + # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory + # using the name "exim-daemon.pid". -- 1.7.10.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 15:48:17 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 13:48:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[18886] csw/mgar/pkg/exim/trunk Message-ID: Revision: 18886 http://gar.svn.sourceforge.net/gar/?rev=18886&view=rev Author: bdwalton Date: 2012-08-04 13:48:17 +0000 (Sat, 04 Aug 2012) Log Message: ----------- exim/trunk: update README.CSW and include the same text as a postmsg during installation Modified Paths: -------------- csw/mgar/pkg/exim/trunk/Makefile csw/mgar/pkg/exim/trunk/files/README.CSW Added Paths: ----------- csw/mgar/pkg/exim/trunk/files/postmsg.CSW Modified: csw/mgar/pkg/exim/trunk/Makefile =================================================================== --- csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 13:38:19 UTC (rev 18885) +++ csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 13:48:17 UTC (rev 18886) @@ -55,6 +55,8 @@ ALTERNATIVE = /opt/csw/bin/sendmail sendmail /opt/csw/bin/sendmail.exim 50 /opt/csw/bin/mailq mailq /opt/csw/bin/mailq.exim /opt/csw/bin/newaliases newaliases /opt/csw/bin/newaliases.exim +POSTMSG = /opt/csw/share/doc/$(NAME)/postmsg.CSW + # scripts/exim_install has been patched to use this variable EXIM_VERSION = $(VERSION) export EXIM_VERSION @@ -140,6 +142,7 @@ mkdir -p $(DESTDIR)$(prefix)/share/doc/exim mkdir -p $(DESTDIR)/var/$(prefix)/spool/exim cp -p files/README.CSW $(DESTDIR)$(prefix)/share/doc/exim/README.CSW + cp -p files/postmsg.CSW $(DESTDIR)$(prefix)/share/doc/exim/ cp -p files/exim-env.sh $(DESTDIR)/etc/$(prefix)/exim/ (cd $(WORKSRC)/doc; \ cp -p $(DOC_LIST) $(DESTDIR)$(prefix)/share/doc/exim) Modified: csw/mgar/pkg/exim/trunk/files/README.CSW =================================================================== --- csw/mgar/pkg/exim/trunk/files/README.CSW 2012-08-04 13:38:19 UTC (rev 18885) +++ csw/mgar/pkg/exim/trunk/files/README.CSW 2012-08-04 13:48:17 UTC (rev 18886) @@ -1,5 +1,18 @@ IMPORTANT NOTES: +Relying on sendmail-client +-------------------------- + +As of release 4.80, the exim package relies on the sendmail-client +service provided by Solaris 10 to relay mail from /usr/lib/sendmail +to localhost:25. We no longer fiddle with the system files such as +/usr/lib/sendmail, newaliases, etc. This should be more robust +against patching and will also allow exim to be installed during a +jumpstart as we no longer rely on user input during the installation. + +It will likely mean that you need to tweak either your submit.cf file +for sendmail or your exim.conf (to change domain qualifications). + Service Management Facility (SMF) --------------------------------- Added: csw/mgar/pkg/exim/trunk/files/postmsg.CSW =================================================================== --- csw/mgar/pkg/exim/trunk/files/postmsg.CSW (rev 0) +++ csw/mgar/pkg/exim/trunk/files/postmsg.CSW 2012-08-04 13:48:17 UTC (rev 18886) @@ -0,0 +1,12 @@ +Relying on sendmail-client +-------------------------- + +As of release 4.80, the exim package relies on the sendmail-client +service provided by Solaris 10 to relay mail from /usr/lib/sendmail +to localhost:25. We no longer fiddle with the system files such as +/usr/lib/sendmail, newaliases, etc. This should be more robust +against patching and will also allow exim to be installed during a +jumpstart as we no longer rely on user input during the installation. + +It will likely mean that you need to tweak either your submit.cf file +for sendmail or your exim.conf (to change domain qualifications). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 16:17:08 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 14:17:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[18887] csw/mgar/pkg/exim/trunk/Makefile Message-ID: Revision: 18887 http://gar.svn.sourceforge.net/gar/?rev=18887&view=rev Author: bdwalton Date: 2012-08-04 14:17:07 +0000 (Sat, 04 Aug 2012) Log Message: ----------- exim/trunk: update dependencies and overrides Modified Paths: -------------- csw/mgar/pkg/exim/trunk/Makefile Modified: csw/mgar/pkg/exim/trunk/Makefile =================================================================== --- csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 13:48:17 UTC (rev 18886) +++ csw/mgar/pkg/exim/trunk/Makefile 2012-08-04 14:17:07 UTC (rev 18887) @@ -35,7 +35,7 @@ RUNTIME_DEP_PKGS_CSWexim += CSWgzipextras RUNTIME_DEP_PKGS_CSWexim += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWexim += CSWlibldap2-4-2 -RUNTIME_DEP_PKGS_CSWexim += CSWlibmysqlclient15 +RUNTIME_DEP_PKGS_CSWexim += CSWlibmysqlclient18 RUNTIME_DEP_PKGS_CSWexim += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWexim += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWexim += CSWlibpcre1 @@ -96,7 +96,7 @@ CHECKPKG_OVERRIDES_CSWexim += surplus-dependency|CSWgzipextras CHECKPKG_OVERRIDES_CSWexim += surplus-dependency|CSWgzip -CHECKPKG_OVERRIDES_CSWexim += file-with-bad-content|/usr/local|root/opt/csw/sbin/exim +CHECKPKG_OVERRIDES_CSWexim += file-with-bad-content|/usr/local|root/opt/csw/bin/exim-4.80-2 CHECKPKG_OVERRIDES_CSWexim += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/network/cswexim.xml PROTOTYPE_MODIFIERS = eximsuid eximowned This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 18:43:51 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 16:43:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[18888] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 18888 http://gar.svn.sourceforge.net/gar/?rev=18888&view=rev Author: bdwalton Date: 2012-08-04 16:43:50 +0000 (Sat, 04 Aug 2012) Log Message: ----------- gettext/trunk: build on solaris 10 only Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2012-08-04 14:17:07 UTC (rev 18887) +++ csw/mgar/pkg/gettext/trunk/Makefile 2012-08-04 16:43:50 UTC (rev 18888) @@ -3,6 +3,8 @@ CATEGORIES = lib GARTYPE = v2 +PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc + DESCRIPTION = GNU locale utilities define BLURB GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sat Aug 4 21:09:17 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sat, 04 Aug 2012 19:09:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[18889] csw/mgar/pkg/gettext/trunk/Makefile Message-ID: Revision: 18889 http://gar.svn.sourceforge.net/gar/?rev=18889&view=rev Author: bdwalton Date: 2012-08-04 19:09:17 +0000 (Sat, 04 Aug 2012) Log Message: ----------- gettext/trunk: add the missing makecookie in the post-merge hook script Modified Paths: -------------- csw/mgar/pkg/gettext/trunk/Makefile Modified: csw/mgar/pkg/gettext/trunk/Makefile =================================================================== --- csw/mgar/pkg/gettext/trunk/Makefile 2012-08-04 16:43:50 UTC (rev 18888) +++ csw/mgar/pkg/gettext/trunk/Makefile 2012-08-04 19:09:17 UTC (rev 18889) @@ -239,3 +239,4 @@ -e "s#/usr/local#/opt/csw#g;" \ .$(bindir)/ggettextize \ .$(infodir)/gettext.info; ) + @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 6 09:01:50 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 06 Aug 2012 07:01:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[18890] csw/mgar/pkg/gdb/trunk/Makefile Message-ID: Revision: 18890 http://gar.svn.sourceforge.net/gar/?rev=18890&view=rev Author: pfelecan Date: 2012-08-06 07:01:49 +0000 (Mon, 06 Aug 2012) Log Message: ----------- gdb/trunk: this is the last version supporting Solaris 10; as a side effect, all the ISAs are Solaris 10 with the exception of the previous spin which provided Solaris 9 for i386 32 bit and SPARC for 32 and 64 bit. Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-04 19:09:17 UTC (rev 18889) +++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-06 07:01:49 UTC (rev 18890) @@ -37,6 +37,9 @@ GARCOMPILER = GNU +PACKAGING_PLATFORMS = solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + BUILD64 = 1 ISAEXEC = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 6 14:58:16 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 06 Aug 2012 12:58:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[18891] csw/mgar/pkg Message-ID: Revision: 18891 http://gar.svn.sourceforge.net/gar/?rev=18891&view=rev Author: pfelecan Date: 2012-08-06 12:58:16 +0000 (Mon, 06 Aug 2012) Log Message: ----------- org-mode/trunk: first public package Added Paths: ----------- csw/mgar/pkg/org-mode/ csw/mgar/pkg/org-mode/Makefile csw/mgar/pkg/org-mode/branches/ csw/mgar/pkg/org-mode/tags/ csw/mgar/pkg/org-mode/trunk/ csw/mgar/pkg/org-mode/trunk/Makefile csw/mgar/pkg/org-mode/trunk/checksums csw/mgar/pkg/org-mode/trunk/files/ csw/mgar/pkg/org-mode/trunk/files/0001-Use-Open-CSW-prefix.patch csw/mgar/pkg/org-mode/trunk/files/0002-Fix-documentation-build-target.patch csw/mgar/pkg/org-mode/trunk/files/COPYING csw/mgar/pkg/org-mode/trunk/files/README.CSW Added: csw/mgar/pkg/org-mode/Makefile =================================================================== --- csw/mgar/pkg/org-mode/Makefile (rev 0) +++ csw/mgar/pkg/org-mode/Makefile 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/org-mode/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/org-mode/trunk/Makefile =================================================================== --- csw/mgar/pkg/org-mode/trunk/Makefile (rev 0) +++ csw/mgar/pkg/org-mode/trunk/Makefile 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,75 @@ +# $Id$ + +NAME_PREFIX = org +NAME = $(NAME_PREFIX)-mode +VERSION = 7.8.11 +GARTYPE = v2 +CATEGORIES = apps + +DESCRIPTION = An Emacs Mode for Notes, Planning, and Authoring +define BLURB + Org mode is for keeping notes, maintaining TODO lists, doing project + planning, and authoring with a fast and effective plain-text system. +endef + +MASTER_SITES = http://orgmode.org/ +WORKSRC = $(WORKDIR)/$(NAME_PREFIX)-$(VERSION) +PATCHDIR = $(WORKSRC) +DISTFILES = $(NAME_PREFIX)-$(VERSION).tar.gz +DISTFILES += README.CSW +DISTFILES += COPYING +PATCHFILES += 0001-Use-Open-CSW-prefix.patch +PATCHFILES += 0002-Fix-documentation-build-target.patch + +BUILD_DEP_PKGS += CSWemacs +BUILD_DEP_PKGS += CSWgsed +BUILD_DEP_PKGS += CSWtetex + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = nominal +BUILD_SCRIPTS += doc +TEST_SCRIPTS = +INSTALL_SCRIPTS = nominal +INSTALL_SCRIPTS += info + +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWemacs +CHECKPKG_OVERRIDES_CSWorg-mode += surplus-dependency|CSWemacs + +EXTRA_TEXINFO = $(infodir)/.* + +include gar/category.mk + +PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) + +build-nominal: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) + $(MAKECOOKIE) + +build-doc: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) doc + $(MAKECOOKIE) + +install-nominal: + cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) -C $(OBJDIR) $(INSTALL_ARGS) DESTDIR=$(DESTDIR) install + $(MAKECOOKIE) + +install-info: + cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) -C $(OBJDIR) $(INSTALL_ARGS) DESTDIR=$(DESTDIR) install-info + $(MAKECOOKIE) + +post-install-modulated: pkgdoc = $(docdir)/$(NAME) +post-install-modulated: source = $(WORKSRC)/doc +post-install-modulated: contrib = $(sharedstatedir)/$(NAME) +post-install-modulated: + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgdoc) + ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/org.html $(DESTDIR)/$(pkgdoc) + ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/org.pdf $(DESTDIR)/$(pkgdoc) + ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/orgcard.pdf $(DESTDIR)/$(pkgdoc) + ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/orgcard_letter.pdf $(DESTDIR)/$(pkgdoc) + ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/orgguide.pdf $(DESTDIR)/$(pkgdoc) + mv $(DESTDIR)/$(infodir)/org $(DESTDIR)/$(infodir)/org-ocsw + gsed --in-place --expression='s/^[*] Org Mode: (org)[.] Outline-based notes management and organizer$$/* Org Mode (OCSW): (org-ocsw). Outline-based notes management and organizer as supplied by Open CSW/' $(DESTDIR)/$(infodir)/org-ocsw + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(contrib) + gtar --directory=$(WORKSRC)/contrib --create --file=- . | gtar --directory $(DESTDIR)/$(contrib) --extract --file=- + $(MAKECOOKIE) Property changes on: csw/mgar/pkg/org-mode/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/org-mode/trunk/checksums =================================================================== --- csw/mgar/pkg/org-mode/trunk/checksums (rev 0) +++ csw/mgar/pkg/org-mode/trunk/checksums 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1 @@ +e95cd63aabe246b3261ff50be84288de org-7.8.11.tar.gz Added: csw/mgar/pkg/org-mode/trunk/files/0001-Use-Open-CSW-prefix.patch =================================================================== --- csw/mgar/pkg/org-mode/trunk/files/0001-Use-Open-CSW-prefix.patch (rev 0) +++ csw/mgar/pkg/org-mode/trunk/files/0001-Use-Open-CSW-prefix.patch 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,25 @@ +From 2b51aba657dc6ca5abdb14be60637c4936eedb1a Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Mon, 6 Aug 2012 11:22:48 +0200 +Subject: [PATCH] Use Open CSW prefix + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 8a7bde1..3783bf0 100644 +--- a/Makefile ++++ b/Makefile +@@ -14,7 +14,7 @@ + EMACS=emacs + + # Where local software is found +-prefix=/usr/local ++prefix=/opt/csw + + # Where local lisp files go + lispdir = $(prefix)/share/emacs/site-lisp +-- +1.7.11.3 + Added: csw/mgar/pkg/org-mode/trunk/files/0002-Fix-documentation-build-target.patch =================================================================== --- csw/mgar/pkg/org-mode/trunk/files/0002-Fix-documentation-build-target.patch (rev 0) +++ csw/mgar/pkg/org-mode/trunk/files/0002-Fix-documentation-build-target.patch 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,40 @@ +From 6be29d8424b2bedc775139d7b62d9e01b171d4be Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Mon, 6 Aug 2012 11:32:29 +0200 +Subject: [PATCH] Fix documentation build target + +--- + Makefile | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +diff --git a/Makefile b/Makefile +index 3783bf0..9cdfbfd 100644 +--- a/Makefile ++++ b/Makefile +@@ -240,7 +240,7 @@ compile: $(ELCFILES0) $(ELCBFILES) + + install: install-lisp install-data + +-doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf doc/orgcard.txt ++doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf + + p: + ${MAKE} pdf && open doc/org.pdf +@@ -295,14 +295,10 @@ doc/orgguide.pdf: doc/orgguide.texi + + doc/org.html: doc/org.texi + (cd doc && $(TEXI2HTML) --no-split -o org.html org.texi) +- UTILITIES/manfull.pl doc/org.html + + doc/orgcard.pdf: doc/orgcard.tex + (cd doc && pdftex orgcard.tex) + +-doc/orgcard.txt: doc/orgcard.tex +- (cd doc && perl ../UTILITIES/orgcard2txt.pl orgcard.tex > orgcard.txt) +- + doc/orgcard_letter.tex: doc/orgcard.tex + perl -pe 's/\\pdflayout=\(0l\)/\\pdflayout=(1l)/' \ + doc/orgcard.tex > doc/orgcard_letter.tex +-- +1.7.11.3 + Added: csw/mgar/pkg/org-mode/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/org-mode/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/org-mode/trunk/files/COPYING 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. Added: csw/mgar/pkg/org-mode/trunk/files/README.CSW =================================================================== --- csw/mgar/pkg/org-mode/trunk/files/README.CSW (rev 0) +++ csw/mgar/pkg/org-mode/trunk/files/README.CSW 2012-08-06 12:58:16 UTC (rev 18891) @@ -0,0 +1,5 @@ +To enable contributed extensions to org-mode, simply add +"/opt/csw/share/org-mode/lisp" to your load-path, for instance in your +.emacs with: + + (setq load-path (cons "/opt/csw/share/org-mode/lisp" load-path)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 6 15:29:55 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 06 Aug 2012 13:29:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[18892] csw/mgar/pkg/org-mode/trunk/Makefile Message-ID: Revision: 18892 http://gar.svn.sourceforge.net/gar/?rev=18892&view=rev Author: pfelecan Date: 2012-08-06 13:29:55 +0000 (Mon, 06 Aug 2012) Log Message: ----------- org-mode/trunk: verified and validated overrides Modified Paths: -------------- csw/mgar/pkg/org-mode/trunk/Makefile Modified: csw/mgar/pkg/org-mode/trunk/Makefile =================================================================== --- csw/mgar/pkg/org-mode/trunk/Makefile 2012-08-06 12:58:16 UTC (rev 18891) +++ csw/mgar/pkg/org-mode/trunk/Makefile 2012-08-06 13:29:55 UTC (rev 18892) @@ -35,6 +35,8 @@ ARCHALL = 1 RUNTIME_DEP_PKGS += CSWemacs CHECKPKG_OVERRIDES_CSWorg-mode += surplus-dependency|CSWemacs +CHECKPKG_OVERRIDES_CSWorg-mode += missing-dependency|CSWemacscommon +CHECKPKG_OVERRIDES_CSWorg-mode += file-with-bad-content|/usr/local|root/opt/csw/share/org-mode/lisp/htmlize.el EXTRA_TEXINFO = $(infodir)/.* @@ -71,5 +73,5 @@ mv $(DESTDIR)/$(infodir)/org $(DESTDIR)/$(infodir)/org-ocsw gsed --in-place --expression='s/^[*] Org Mode: (org)[.] Outline-based notes management and organizer$$/* Org Mode (OCSW): (org-ocsw). Outline-based notes management and organizer as supplied by Open CSW/' $(DESTDIR)/$(infodir)/org-ocsw ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(contrib) - gtar --directory=$(WORKSRC)/contrib --create --file=- . | gtar --directory $(DESTDIR)/$(contrib) --extract --file=- + gtar --directory=$(WORKSRC)/contrib --create --exclude-vcs --file=- . | gtar --directory $(DESTDIR)/$(contrib) --extract --file=- $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Tue Aug 7 09:23:33 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Tue, 07 Aug 2012 07:23:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18893] csw/mgar/pkg/gdb/trunk/Makefile Message-ID: Revision: 18893 http://gar.svn.sourceforge.net/gar/?rev=18893&view=rev Author: pfelecan Date: 2012-08-07 07:23:33 +0000 (Tue, 07 Aug 2012) Log Message: ----------- gdb/trunk: skip the test phase until linkers upgrade Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-06 13:29:55 UTC (rev 18892) +++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-07 07:23:33 UTC (rev 18893) @@ -67,6 +67,10 @@ CONFIGURE_ARGS += --with-x CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) +# we skip the lengthy test until the linker on the build platforms are +# of the same and latest version... +SKIPTEST = 1 + RUNTIME_DEP_PKGS += CSWlibexpat1 RUNTIME_DEP_PKGS += CSWlibiconv2 RUNTIME_DEP_PKGS += CSWlibintl8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 7 11:33:16 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 07 Aug 2012 09:33:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[18894] csw/mgar/pkg/cpan Message-ID: Revision: 18894 http://gar.svn.sourceforge.net/gar/?rev=18894&view=rev Author: dmichelsen Date: 2012-08-07 09:33:15 +0000 (Tue, 07 Aug 2012) Log Message: ----------- cpan/Authen-Krb5-Admin/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Authen-Krb5-Admin/ csw/mgar/pkg/cpan/Authen-Krb5-Admin/branches/ csw/mgar/pkg/cpan/Authen-Krb5-Admin/tags/ csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/ csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/Makefile csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/checksums csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/Makefile 2012-08-07 09:33:15 UTC (rev 18894) @@ -0,0 +1,41 @@ +NAME = Authen-Krb5-Admin +VERSION = 0.13 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = SJQUINNEY + +DESCRIPTION = Perl extension for MIT Kerberos 5 admin interface +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = COPYING + +# The Krb5 module is available only for Solaris 10 because of the libcrypto part of libssl +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +PACKAGES += CSWpm-authen-krb5-admin +CATALOGNAME_CSWpm-authen-krb5-admin = pm_authen_krb5_admin +SPKG_DESC_CSWpm-authen-krb5-admin = Perl extension for MIT Kerberos 5 admin interface +RUNTIME_DEP_PKGS_CSWpm-authen-krb5-admin += CSWpm-krb5 +RUNTIME_DEP_PKGS_CSWpm-authen-krb5-admin += CSWlibkrb5-priv +RUNTIME_DEP_PKGS_CSWpm-authen-krb5-admin += CSWlibcom-err3 + +# Make sure to use OpenCSW kerberos libs +EXTRA_CONFIGURE_EXPORTS += KRB5_CONFIG +CONFIGURE_ENV_KRB5_CONFIG = $(bindir)/krb5-config + +# These are for the testsuite. If they are not preset in environment variables +# the configure step will be interactiv. +EXTRA_CONFIGURE_EXPORTS += PERL_KADM5_PRINCIPAL +CONFIGURE_ENV_PERL_KADM5_PRINCIPAL = none +EXTRA_CONFIGURE_EXPORTS += PERL_KADM5_TEST_NAME +CONFIGURE_ENV_PERL_KADM5_TEST_NAME = none +EXTRA_CONFIGURE_EXPORTS += PERL_KADM5_TEST_NAME_2 +CONFIGURE_ENV_PERL_KADM5_TEST_NAME_2 = none + +# The testsuite requires a running Kerberos server +SKIPTEST ?= 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Authen-Krb5-Admin/trunk/checksums 2012-08-07 09:33:15 UTC (rev 18894) @@ -0,0 +1 @@ +91614823b130d20e9634574eb8c8ee80 Authen-Krb5-Admin-0.13.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 7 11:33:54 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 07 Aug 2012 09:33:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[18895] csw/mgar/pkg/cpan Message-ID: Revision: 18895 http://gar.svn.sourceforge.net/gar/?rev=18895&view=rev Author: dmichelsen Date: 2012-08-07 09:33:53 +0000 (Tue, 07 Aug 2012) Log Message: ----------- cpan/Krb5/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Krb5/ csw/mgar/pkg/cpan/Krb5/branches/ csw/mgar/pkg/cpan/Krb5/tags/ csw/mgar/pkg/cpan/Krb5/trunk/ csw/mgar/pkg/cpan/Krb5/trunk/Makefile csw/mgar/pkg/cpan/Krb5/trunk/checksums csw/mgar/pkg/cpan/Krb5/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Krb5/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/Krb5/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Krb5/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Krb5/trunk/Makefile 2012-08-07 09:33:53 UTC (rev 18895) @@ -0,0 +1,24 @@ +NAME = Krb5 +VERSION = 1.9 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = JHORWITZ + +DESCRIPTION = Perl extension for Kerberos 5 +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the Perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +PACKAGES += CSWpm-krb5 +CATALOGNAME_CSWpm-krb5 = pm_krb5 +SPKG_DESC_CSWpm-krb5 = Perl extension for Kerberos 5 +RUNTIME_DEP_PKGS_CSWpm-krb5 += CSWlibkrb5-3 +RUNTIME_DEP_PKGS_CSWpm-krb5 += CSWlibcom-err3 +RUNTIME_DEP_PKGS_CSWpm-krb5 += CSWlibssl1-0-0 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Krb5/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Krb5/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Krb5/trunk/checksums 2012-08-07 09:33:53 UTC (rev 18895) @@ -0,0 +1 @@ +b8bb8feb0b79464d04d17f472872b03e Krb5-1.9.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 7 18:02:25 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 07 Aug 2012 16:02:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[18896] csw/mgar/gar/v2/gar.mk Message-ID: Revision: 18896 http://gar.svn.sourceforge.net/gar/?rev=18896&view=rev Author: dmichelsen Date: 2012-08-07 16:02:25 +0000 (Tue, 07 Aug 2012) Log Message: ----------- mGAR v2: Add build-dep-pkgs target Modified Paths: -------------- csw/mgar/gar/v2/gar.mk Modified: csw/mgar/gar/v2/gar.mk =================================================================== --- csw/mgar/gar/v2/gar.mk 2012-08-07 09:33:53 UTC (rev 18895) +++ csw/mgar/gar/v2/gar.mk 2012-08-07 16:02:25 UTC (rev 18896) @@ -314,6 +314,9 @@ $(if $(filter-out global,$(MODULATION)),$(MAKE) -s MODULATION=global prerequisite) $(DONADA) +build-dep-pkgs: + @echo $(BUILD_DEP_PKGS) + check-prereqs: @$(abspath $(GARBIN)/check_for_deps) $(ALL_PREREQ_PKGS) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 7 19:55:27 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 07 Aug 2012 17:55:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[18897] csw/mgar/pkg/bash/trunk Message-ID: Revision: 18897 http://gar.svn.sourceforge.net/gar/?rev=18897&view=rev Author: chninkel Date: 2012-08-07 17:55:26 +0000 (Tue, 07 Aug 2012) Log Message: ----------- bash/trunk: updated to 4.2.37 Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/checksums csw/mgar/pkg/bash/trunk/files/changelog.CSW Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2012-08-07 16:02:25 UTC (rev 18896) +++ csw/mgar/pkg/bash/trunk/Makefile 2012-08-07 17:55:26 UTC (rev 18897) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = bash -VERSION = 4.2.24 +VERSION = 4.2.37 CATEGORIES = devel GARTYPE = v2 Modified: csw/mgar/pkg/bash/trunk/checksums =================================================================== --- csw/mgar/pkg/bash/trunk/checksums 2012-08-07 16:02:25 UTC (rev 18896) +++ csw/mgar/pkg/bash/trunk/checksums 2012-08-07 17:55:26 UTC (rev 18897) @@ -23,3 +23,16 @@ 597bf71a2aac6feb510b7505cdd3d4f7 bash42-022 3fab459b4e09daea529cacad025b13b3 bash42-023 4ad8d11e72afc6090e701073ff034cf4 bash42-024 +c7d2493e44490f01dd20bdc8feb0a6a7 bash42-025 +9f19c199dd8d1fa9254eebe738759272 bash42-026 +a6ed82daf034587aee2f2581ba5fe829 bash42-027 +da9265aa2527fd4a7481baa3e0550287 bash42-028 +ec444d229e8899fbaaf6fc7de2d82ae6 bash42-029 +b4bc1c4dc1b508ff9cdfc44f1a5039b5 bash42-030 +89390ff6a3c2ef7e09dd4b8b097a8e56 bash42-031 +eee08003395c417f677d1a4bf8c548ee bash42-032 +2fe070dd6d75d8ff16f269184a16e9c4 bash42-033 +4e610506c1711bf3483b965800ac3d5d bash42-034 +7cd9bfdf7cbfd45274d07620ee94c8d9 bash42-035 +9c3142956064d175a880bcb186e51ef9 bash42-036 +c10692f447d4966c879f8fb8d7c8ebc9 bash42-037 Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-07 16:02:25 UTC (rev 18896) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-07 17:55:26 UTC (rev 18897) @@ -1,3 +1,9 @@ +bash (4.2.37,REV=2012.08.07) unstable + + * Added bash patches bash42-025 and bash42-037. + + -- Yann Rouillard Tue, 07 Aug 2012 19:54:51 +0200 + bash (4.2.24,REV=2012.04.20) unstable * Added bash patches bash42-011 and bash42-024. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 7 19:56:46 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 07 Aug 2012 17:56:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[18898] csw/mgar/pkg/bash/trunk/Makefile Message-ID: Revision: 18898 http://gar.svn.sourceforge.net/gar/?rev=18898&view=rev Author: chninkel Date: 2012-08-07 17:56:46 +0000 (Tue, 07 Aug 2012) Log Message: ----------- no more solaris 9 builds Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2012-08-07 17:55:26 UTC (rev 18897) +++ csw/mgar/pkg/bash/trunk/Makefile 2012-08-07 17:56:46 UTC (rev 18898) @@ -41,6 +41,8 @@ CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/share/doc/bashref.html CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/share/doc/bash.html +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + ###### Upstream and opencsw files information ####### # Patches download location This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 7 20:37:16 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 07 Aug 2012 18:37:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[18899] csw/mgar/pkg/proftpd/trunk/Makefile Message-ID: Revision: 18899 http://gar.svn.sourceforge.net/gar/?rev=18899&view=rev Author: chninkel Date: 2012-08-07 18:37:16 +0000 (Tue, 07 Aug 2012) Log Message: ----------- proftpd/trunk: rebuild against libssl 1.0.0 Modified Paths: -------------- csw/mgar/pkg/proftpd/trunk/Makefile Modified: csw/mgar/pkg/proftpd/trunk/Makefile =================================================================== --- csw/mgar/pkg/proftpd/trunk/Makefile 2012-08-07 17:56:46 UTC (rev 18898) +++ csw/mgar/pkg/proftpd/trunk/Makefile 2012-08-07 18:37:16 UTC (rev 18899) @@ -22,8 +22,10 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2 -RUNTIME_DEP_PKGS = CSWosslrt CSWlibintl8 CSWlibiconv2 CSWoldaprt CSWlibz1 CSWlibmysqlclient15 CSWlibsqlite3-0 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +RUNTIME_DEP_PKGS = CSWlibssl1-0-0 CSWlibintl8 CSWlibiconv2 CSWlibldap2-4-2 CSWliblber2-4-2 CSWlibz1 CSWlibmysqlclient18 CSWlibsqlite3-0 + EXTRA_BUILD_ISAS_i386 = amd64 EXTRA_BUILD_ISAS_sparc = sparcv9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 7 22:39:11 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 07 Aug 2012 20:39:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[18900] csw/mgar/pkg Message-ID: Revision: 18900 http://gar.svn.sourceforge.net/gar/?rev=18900&view=rev Author: dmichelsen Date: 2012-08-07 20:39:11 +0000 (Tue, 07 Aug 2012) Log Message: ----------- libao4: Sanitize directory name and fix recursive dependency Modified Paths: -------------- csw/mgar/pkg/libao4/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/libao4/ Removed Paths: ------------- csw/mgar/pkg/libao/ Modified: csw/mgar/pkg/libao4/trunk/Makefile =================================================================== --- csw/mgar/pkg/libao/trunk/Makefile 2012-08-06 13:29:55 UTC (rev 18892) +++ csw/mgar/pkg/libao4/trunk/Makefile 2012-08-07 20:39:11 UTC (rev 18900) @@ -11,7 +11,7 @@ endef MASTER_SITES = http://downloads.xiph.org/releases/ao/ -DISTFILES = $(DISTFILES).tar.gz +DISTFILES += $(DISTNAME).tar.gz VENDOR_URL = http://www.xiph.org/ao/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 7 22:52:03 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 07 Aug 2012 20:52:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[18901] csw/mgar/pkg/libao4/trunk/Makefile Message-ID: Revision: 18901 http://gar.svn.sourceforge.net/gar/?rev=18901&view=rev Author: dmichelsen Date: 2012-08-07 20:52:03 +0000 (Tue, 07 Aug 2012) Log Message: ----------- libao4/trunk: Remove implicit dependency of libesd Modified Paths: -------------- csw/mgar/pkg/libao4/trunk/Makefile Modified: csw/mgar/pkg/libao4/trunk/Makefile =================================================================== --- csw/mgar/pkg/libao4/trunk/Makefile 2012-08-07 20:39:11 UTC (rev 18900) +++ csw/mgar/pkg/libao4/trunk/Makefile 2012-08-07 20:52:03 UTC (rev 18901) @@ -26,7 +26,6 @@ PKGFILES_CSWlibao4 += $(call baseisadirs,$(libdir),ao/.*) PKGFILES_CSWlibao4 += $(sysconfdir)/.* PKGFILES_CSWlibao4 += $(mandir)/.* -RUNTIME_DEP_PKGS_CSWlibao4 += CSWlibaudiofile0 RUNTIME_DEP_PKGS_CSWlibao4 += CSWlibesd0 OBSOLETED_BY_CSWlibao4 = CSWlibao This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 7 23:10:27 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 07 Aug 2012 21:10:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[18902] csw/mgar/pkg/lang-python/pysvn/trunk/files Message-ID: Revision: 18902 http://gar.svn.sourceforge.net/gar/?rev=18902&view=rev Author: chninkel Date: 2012-08-07 21:10:27 +0000 (Tue, 07 Aug 2012) Log Message: ----------- lang-python/pysvn/trunk: several compile fixes Modified Paths: -------------- csw/mgar/pkg/lang-python/pysvn/trunk/files/0001-fixes-for-tests.patch csw/mgar/pkg/lang-python/pysvn/trunk/files/0003-bin-bash-instead-of-bin-sh.patch Added Paths: ----------- csw/mgar/pkg/lang-python/pysvn/trunk/files/0004-fixes-SVN_LIB-macro.patch csw/mgar/pkg/lang-python/pysvn/trunk/files/0005-no-rpath-with-SUN-ld.patch csw/mgar/pkg/lang-python/pysvn/trunk/files/0006-fix-test-locale-problem.patch Modified: csw/mgar/pkg/lang-python/pysvn/trunk/files/0001-fixes-for-tests.patch =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/files/0001-fixes-for-tests.patch 2012-08-07 20:52:03 UTC (rev 18901) +++ csw/mgar/pkg/lang-python/pysvn/trunk/files/0001-fixes-for-tests.patch 2012-08-07 21:10:27 UTC (rev 18902) @@ -20,8 +20,17 @@ -echo '#!/bin/sh' >${TESTROOT}/repos/hooks/pre-commit +echo '#!/opt/csw/bin/bash' >${TESTROOT}/repos/hooks/pre-commit echo export PYTHONPATH=$PYTHONPATH >>${TESTROOT}/repos/hooks/pre-commit - echo echo $PYTHON ${WORKDIR}/Tests/test_04_pre_commit_test_1.py '"$@"' ">${TESTROOT}/test_1.output" >>${TESTROOT}/repos/hooks/pre-commit - echo $PYTHON ${WORKDIR}/Tests/test_04_pre_commit_test_1.py '"$@"' ">>${TESTROOT}/test_1.output" >>${TESTROOT}/repos/hooks/pre-commit + echo export LD_LIBRARY_PATH=$LD_LIBRARY_PATH >>${TESTROOT}/repos/hooks/pre-commit + echo export PATH=$PATH >>${TESTROOT}/repos/hooks/pre-commit +@@ -38,7 +38,7 @@ echo echo $PYTHON ${WORKDIR}/Tests/test_04_commit_hook_test_1.py '"$@"' ">${TEST + echo $PYTHON ${WORKDIR}/Tests/test_04_commit_hook_test_1.py '"$@"' ">>${TESTROOT}/pre_test_1.output" >>${TESTROOT}/repos/hooks/pre-commit + chmod +x ${TESTROOT}/repos/hooks/pre-commit + +-echo '#!/bin/sh' >${TESTROOT}/repos/hooks/post-commit ++echo '#!/opt/csw/bin/bash' >${TESTROOT}/repos/hooks/post-commit + echo export PYTHONPATH=$PYTHONPATH >>${TESTROOT}/repos/hooks/post-commit + echo export LD_LIBRARY_PATH=$LD_LIBRARY_PATH >>${TESTROOT}/repos/hooks/post-commit + echo export PATH=$PATH >>${TESTROOT}/repos/hooks/post-commit diff --git a/Tests/test-05.sh b/Tests/test-05.sh index 32976c0..81f2754 100755 --- a/Tests/test-05.sh Modified: csw/mgar/pkg/lang-python/pysvn/trunk/files/0003-bin-bash-instead-of-bin-sh.patch =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/files/0003-bin-bash-instead-of-bin-sh.patch 2012-08-07 20:52:03 UTC (rev 18901) +++ csw/mgar/pkg/lang-python/pysvn/trunk/files/0003-bin-bash-instead-of-bin-sh.patch 2012-08-07 21:10:27 UTC (rev 18902) @@ -50,6 +50,7 @@ cmd () { echo Info: Command: $* +1.7.10.3 diff --git a/Tests/test-05.sh b/Tests/test-05.sh index 8e892b9..32976c0 100755 --- a/Tests/test-05.sh Added: csw/mgar/pkg/lang-python/pysvn/trunk/files/0004-fixes-SVN_LIB-macro.patch =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/files/0004-fixes-SVN_LIB-macro.patch (rev 0) +++ csw/mgar/pkg/lang-python/pysvn/trunk/files/0004-fixes-SVN_LIB-macro.patch 2012-08-07 21:10:27 UTC (rev 18902) @@ -0,0 +1,53 @@ +From b1487ee041bde06527b29fbabf636d7425d08d50 Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Tue, 7 Aug 2012 20:58:23 +0200 +Subject: [PATCH] Fixes SVN_LIB macro + +--- + Source/setup_configure.py | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/Source/setup_configure.py b/Source/setup_configure.py +index fddc636..4c3d1ae 100644 +--- a/Source/setup_configure.py ++++ b/Source/setup_configure.py +@@ -221,6 +221,7 @@ class Setup: + + print( 'Info: Using tool chain %s' % (self.c_utils.__class__.__name__,) ) + ++ + self.c_utils.setupUtilities() + self.c_pysvn.setupPySvn() + +@@ -1211,7 +1212,7 @@ class CygwinCompilerGCC(UnixCompilerGCC): + + def _getLdLibs( self ): + py_ld_libs = [ +- '-L%(svn_lib_dir)s', ++ '-L%(SVN_LIB)s', + '-L/usr/lib/python%d.%d/config -lpython%d.%d.dll' % + (sys.version_info[0], sys.version_info[1], sys.version_info[0], sys.version_info[1]), + '-lsvn_client-1', +@@ -1251,7 +1252,7 @@ class AixCompilerGCC(UnixCompilerGCC): + python_exp = 'python.exp' + + py_ld_libs = [ +- '-L%(svn_lib_dir)s', ++ '-L%(SVN_LIB)s', + '-lsvn_client-1', + '-lsvn_repos-1', + '-lsvn_subr-1', +@@ -1284,8 +1285,8 @@ class SunOsCompilerGCC(UnixCompilerGCC): + + def _getLdLibs( self ): + py_ld_libs = [ +- '-L%(svn_lib_dir)s', +- '-Wl,--rpath -Wl,%(svn_lib_dir)s', ++ '-L%(SVN_LIB)s', ++ '-Wl,--rpath -Wl,%(SVN_LIB)s', + '-lsvn_client-1', + '-lsvn_diff-1', + '-lsvn_repos-1', +-- +1.7.10.3 + Added: csw/mgar/pkg/lang-python/pysvn/trunk/files/0005-no-rpath-with-SUN-ld.patch =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/files/0005-no-rpath-with-SUN-ld.patch (rev 0) +++ csw/mgar/pkg/lang-python/pysvn/trunk/files/0005-no-rpath-with-SUN-ld.patch 2012-08-07 21:10:27 UTC (rev 18902) @@ -0,0 +1,25 @@ +From 2cd80b544670fd9ba767de3d25057458d191a732 Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Tue, 7 Aug 2012 21:11:08 +0200 +Subject: [PATCH] no rpath with SUN ld + +--- + Source/setup_configure.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Source/setup_configure.py b/Source/setup_configure.py +index 4c3d1ae..84fa6ed 100644 +--- a/Source/setup_configure.py ++++ b/Source/setup_configure.py +@@ -1286,7 +1286,7 @@ class SunOsCompilerGCC(UnixCompilerGCC): + def _getLdLibs( self ): + py_ld_libs = [ + '-L%(SVN_LIB)s', +- '-Wl,--rpath -Wl,%(SVN_LIB)s', ++ '-Wl,-R -Wl,%(SVN_LIB)s', + '-lsvn_client-1', + '-lsvn_diff-1', + '-lsvn_repos-1', +-- +1.7.10.3 + Added: csw/mgar/pkg/lang-python/pysvn/trunk/files/0006-fix-test-locale-problem.patch =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/files/0006-fix-test-locale-problem.patch (rev 0) +++ csw/mgar/pkg/lang-python/pysvn/trunk/files/0006-fix-test-locale-problem.patch 2012-08-07 21:10:27 UTC (rev 18902) @@ -0,0 +1,25 @@ +From 1bb9bbe8c922c2f48c9c17cbd2b9f9ba295eec7c Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Tue, 7 Aug 2012 21:40:59 +0200 +Subject: [PATCH] fix test locale problem + +--- + Examples/Client/svn_cmd.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Examples/Client/svn_cmd.py b/Examples/Client/svn_cmd.py +index 9c3dc36..a1c9ff8 100644 +--- a/Examples/Client/svn_cmd.py ++++ b/Examples/Client/svn_cmd.py +@@ -58,7 +58,7 @@ def main( args ): + + def initLocale(): + # init the locale +- if sys.platform in ['win32','cygwin']: ++ if sys.platform in ['win32','cygwin','sunos5']: + locale.setlocale( locale.LC_ALL, '' ) + + else: +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 7 23:11:04 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 07 Aug 2012 21:11:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[18903] csw/mgar/pkg/lang-python/pysvn/trunk/Makefile Message-ID: Revision: 18903 http://gar.svn.sourceforge.net/gar/?rev=18903&view=rev Author: chninkel Date: 2012-08-07 21:11:04 +0000 (Tue, 07 Aug 2012) Log Message: ----------- lang-python/pysvn/trunk: updated dependancies Modified Paths: -------------- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile Modified: csw/mgar/pkg/lang-python/pysvn/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-07 21:10:27 UTC (rev 18902) +++ csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-07 21:11:04 UTC (rev 18903) @@ -31,9 +31,20 @@ #PATCHFILES += 0005-Use-dash-capital-R-for-runtime-path.patch #\xC3PATCHFILES += 0006-Use-opt-csw-lib.patch PATCHFILES += 0003-bin-bash-instead-of-bin-sh.patch -# PATCHFILES += 0001-fixes-for-tests.patch +PATCHFILES += 0001-fixes-for-tests.patch PATCHFILES += 0008-gid-in-two-more-places.patch +# svn_lib_dir is incorrectly used instead of SVN_LIB +# in configure +PATCHFILES += 0004-fixes-SVN_LIB-macro.patch + +# rpath option is a gnu ld one but not a SUN ld one +PATCHFILES += 0005-no-rpath-with-SUN-ld.patch + +# pysvn tries to use en_GB.utf8 not available during a test +# let's rather use the default one +PATCHFILES += 0006-fix-test-locale-problem.patch + PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 VENDOR_URL = http://pysvn.tigris.org/ @@ -45,12 +56,14 @@ BUILD_DEP_PKGS += CSWlibexpat-dev BUILD_DEP_PKGS += CSWbash -RUNTIME_DEP_PKGS += CSWgcc4corert -RUNTIME_DEP_PKGS += CSWgcc4g++rt -RUNTIME_DEP_PKGS += CSWneon +RUNTIME_DEP_PKGS += CSWlibneon27 +RUNTIME_DEP_PKGS += CSWlibgcc-s1 +RUNTIME_DEP_PKGS += CSWlibstdc++6 RUNTIME_DEP_PKGS += CSWpython RUNTIME_DEP_PKGS += CSWsvn +RUNTIME_DEP_PKGS += CSWlibexpat1 + INCOMPATIBELE_PKGS = CSWpyxml CONFIGURE_SCRIPTS = pysvn @@ -63,6 +76,7 @@ CONFIGURE_ARGS = $(DIRPATHS) #GARCOMPILER = GNU + include gar/category.mk configure-pysvn: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Wed Aug 8 15:09:13 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Wed, 08 Aug 2012 13:09:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[18904] csw/mgar/pkg/libgc/trunk/Makefile Message-ID: Revision: 18904 http://gar.svn.sourceforge.net/gar/?rev=18904&view=rev Author: pfelecan Date: 2012-08-08 13:09:13 +0000 (Wed, 08 Aug 2012) Log Message: ----------- libgc/trunk: not release: pending review by the maintainer - symbols undefined in libgc1: GC_pthread_* used in multi-threaded clients of the garbage collector; solved by changing the compiler to gcc: anyway it's a useful transition especially for C++ code - the documentation was installed incorrectly from our standpoint - activated the C++ interface which results in a new shared library - not upgraded to upstream last version 7.2c Modified Paths: -------------- csw/mgar/pkg/libgc/trunk/Makefile Modified: csw/mgar/pkg/libgc/trunk/Makefile =================================================================== --- csw/mgar/pkg/libgc/trunk/Makefile 2012-08-07 21:11:04 UTC (rev 18903) +++ csw/mgar/pkg/libgc/trunk/Makefile 2012-08-08 13:09:13 UTC (rev 18904) @@ -21,6 +21,11 @@ LICENSE = README.QUICK +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-cplusplus + PACKAGES += CSWlibcord1 SPKG_DESC_CSWlibcord1 = A garbage collector for C and C++, libcord.so.1 PKGFILES_CSWlibcord1 += $(call pkgfiles_lib,libcord.so.1) @@ -32,11 +37,16 @@ PKGFILES_CSWlibgc1 += $(call pkgfiles_lib,libgc.so.1) OBSOLETED_BY_CSWlibgc1 += CSWlibgc +PACKAGES += CSWlibgccpp1 +SPKG_DESC_CSWlibgccpp1 = A garbage collector for C and C++, libgccpp.so.1 +PKGFILES_CSWlibgccpp1 += $(call pkgfiles_lib,libgccpp.so.1) + PACKAGES += CSWlibgc-dev -SPKG_DESC_CSWlibgc-dev = Development files for libgc.so.1 and libcord.so.1 +SPKG_DESC_CSWlibgc-dev = Development files for libgc.so.1 libcord.so.1 and libgccpp.so.1 # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibgc-dev += CSWlibcord1 RUNTIME_DEP_PKGS_CSWlibgc-dev += CSWlibgc1 +RUNTIME_DEP_PKGS_CSWlibgc-dev += CSWlibgccpp1 # This is just docs, ignore for now CHECKPKG_OVERRIDES_CSWlibgc-dev += file-with-bad-content|/usr/local|root/opt/csw/share/gc/README.autoconf @@ -45,6 +55,19 @@ # FAIL: gctest # The bugreport has been posted on # http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2012-January/004904.html +TEST_SCRIPTS = custom + # BUILD64_LIBS_ONLY = 1 include gar/category.mk + +test-custom: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) check + $(MAKECOOKIE) + +post-install-modulated: pkgdoc = $(DESTDIR)/$(docdir)/$(NAME)-dev +post-install-modulated: + ginstall --directory --mode=u=rwx,go=rx $(pkgdoc) + cd $(DESTDIR)/$(sharedstatedir)/gc && mv * $(pkgdoc) + rmdir $(DESTDIR)/$(sharedstatedir)/gc + $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 9 12:47:49 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 09 Aug 2012 10:47:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[18905] csw/mgar/gar/v2/categories Message-ID: Revision: 18905 http://gar.svn.sourceforge.net/gar/?rev=18905&view=rev Author: dmichelsen Date: 2012-08-09 10:47:49 +0000 (Thu, 09 Aug 2012) Log Message: ----------- mGAR v2: Throw out unused ENABLE_TEST, make cpan category more usable by using DISTNAME and making DISTFILES a conditional set Modified Paths: -------------- csw/mgar/gar/v2/categories/cpan/category.mk csw/mgar/gar/v2/categories/rbgems/category.mk Modified: csw/mgar/gar/v2/categories/cpan/category.mk =================================================================== --- csw/mgar/gar/v2/categories/cpan/category.mk 2012-08-08 13:09:13 UTC (rev 18904) +++ csw/mgar/gar/v2/categories/cpan/category.mk 2012-08-09 10:47:49 UTC (rev 18905) @@ -3,20 +3,16 @@ MASTER_SITES ?= $(CPAN_MIRRORS) # This is common to most modules - override in module makefile if different -MODDIST ?= $(NAME)-$(VERSION).tar.gz -DISTFILES += $(MODDIST) +MODDIST ?= $(DISTNAME).tar.gz +DISTFILES ?= $(MODDIST) CHECKPATH ?= $(firstword $(CPAN_MIRRORS)) # Tests are enabled by default, unless overridden at the test level -ENABLE_TEST ?= 1 TEST_TARGET ?= test # Test target is test by default (in CPAN category) TEST_TARGET ?= test -# Every CPAN module depends on Perl -#DEPENDS += lang/perl - # Build also for 64 bit Perl by default BUILD64 ?= $(if $(shell if test -f $(bindir_install)/$(ISA_DEFAULT64)/perl; then echo perl64; fi),1) Modified: csw/mgar/gar/v2/categories/rbgems/category.mk =================================================================== --- csw/mgar/gar/v2/categories/rbgems/category.mk 2012-08-08 13:09:13 UTC (rev 18904) +++ csw/mgar/gar/v2/categories/rbgems/category.mk 2012-08-09 10:47:49 UTC (rev 18905) @@ -24,9 +24,6 @@ # GEM_DEPENDENCY_PKGS ?= $(RUNTIME_DEP_PKGS_CSWgem-$(GEMPKGNAME)) -# Tests are enabled by default, unless overridden at the test level -ENABLE_TEST ?= 1 - # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX ?= $(GEMNAME)-(\d+(?:\.\d+)*).gem USTREAM_MASTER_SITE ?= $(SPKG_SOURCEURL) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Thu Aug 9 15:40:18 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Thu, 09 Aug 2012 13:40:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[18906] csw/mgar/pkg Message-ID: Revision: 18906 http://gar.svn.sourceforge.net/gar/?rev=18906&view=rev Author: pfelecan Date: 2012-08-09 13:40:18 +0000 (Thu, 09 Aug 2012) Log Message: ----------- asymptote/trunk: recipe complete for first release Added Paths: ----------- csw/mgar/pkg/asymptote/ csw/mgar/pkg/asymptote/Makefile csw/mgar/pkg/asymptote/branches/ csw/mgar/pkg/asymptote/tags/ csw/mgar/pkg/asymptote/trunk/ csw/mgar/pkg/asymptote/trunk/Makefile csw/mgar/pkg/asymptote/trunk/checksums csw/mgar/pkg/asymptote/trunk/files/ csw/mgar/pkg/asymptote/trunk/files/0001-Fix-implicit-std-namespace.patch csw/mgar/pkg/asymptote/trunk/files/0002-Replace-obsolete-GNUC-PREREQ.patch csw/mgar/pkg/asymptote/trunk/files/0003-Inhibit-histogram-example-infinite-loop.patch csw/mgar/pkg/asymptote/trunk/files/0004-Use-xpdf-instead-of-acroread.patch csw/mgar/pkg/asymptote/trunk/files/README.CSW Added: csw/mgar/pkg/asymptote/Makefile =================================================================== --- csw/mgar/pkg/asymptote/Makefile (rev 0) +++ csw/mgar/pkg/asymptote/Makefile 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/asymptote/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/asymptote/trunk/Makefile =================================================================== --- csw/mgar/pkg/asymptote/trunk/Makefile (rev 0) +++ csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,118 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = asymptote +VERSION = 2.16 +GARTYPE = v2 +CATEGORIES = apps + +DESCRIPTION = The Vector Graphics Language +define BLURB + Asymptote is a powerful descriptive vector graphics language that provides + a natural coordinate-based framework for technical drawing. Labels and + equations are typeset with LaTeX, for high-quality PostScript output. + + A major advantage of Asymptote over other graphics packages is that it is a + programming language, as opposed to just a graphics program. + + Features of Asymptote: + + - provides a portable standard for typesetting mathematical figures, just as + TeX/LaTeX has become the standard for typesetting equations; + + - generates high-quality PostScript, PDF, SVG, or 3D PRC vector graphics; + + - embeds 3D vector PRC graphics within PDF files; + + - inspired by MetaPost, with a much cleaner, powerful C++-like programming + syntax and IEEE floating-point numerics; + + - runs on all major platforms (UNIX, MacOS, Microsoft Windows); + + - mathematically oriented (e.g. rotation of vectors by complex + multiplication); + + - LaTeX typesetting of labels (for document consistency); + + - uses simplex method and deferred drawing to solve overall size constraint + issues between fixed-sized objects (labels and arrowheads) and objects that + should scale with figure size; + + - fully generalizes MetaPost path construction algorithms to three + dimensions; + + - compiles commands into virtual machine code for speed without sacrificing + portability; + + - high-level graphics commands are implemented in the Asymptote language + itself, allowing them to be easily tailored to specific applications. +endef + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(DISTNAME).src.tgz +DISTFILES += README.CSW +PATCHFILES += 0001-Fix-implicit-std-namespace.patch +PATCHFILES += 0002-Replace-obsolete-GNUC-PREREQ.patch +PATCHFILES += 0003-Inhibit-histogram-example-infinite-loop.patch +PATCHFILES += 0004-Use-xpdf-instead-of-acroread.patch + +GARCOMPILER = GNU + +xBUILD_DEP_PKGS += CSWfreeglut +BUILD_DEP_PKGS += CSWgsl-dev +BUILD_DEP_PKGS += CSWlibfftw-dev +BUILD_DEP_PKGS += CSWlibgc-dev +BUILD_DEP_PKGS += CSWlibncurses-dev +BUILD_DEP_PKGS += CSWlibreadline-dev +BUILD_DEP_PKGS += CSWlibsigsegv-dev +BUILD_DEP_PKGS += CSWlibz-dev +BUILD_DEP_PKGS += CSWmesa +BUILD_DEP_PKGS += CSWtetex + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --disable-gc +# stack overflow in building loggrid.asy +#CONFIGURE_ARGS += --enable-gc +# asy doesn't link with a bunch of unresolved symbols: +#CONFIGURE_ARGS += --enable-offscreen + +BUILD_SCRIPTS = nominal + +LICENSE = LICENSE + +RUNTIME_DEP_PKGS += CSWfreeglut +RUNTIME_DEP_PKGS += CSWgv +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWgv +RUNTIME_DEP_PKGS += CSWlibfftw3-3 +RUNTIME_DEP_PKGS += CSWlibgcc-s1 +RUNTIME_DEP_PKGS += CSWlibgsl0 +RUNTIME_DEP_PKGS += CSWlibgslcblas0 +RUNTIME_DEP_PKGS += CSWlibncurses5 +RUNTIME_DEP_PKGS += CSWlibreadline6 +RUNTIME_DEP_PKGS += CSWlibsigsegv2 +RUNTIME_DEP_PKGS += CSWlibstdc++6 +RUNTIME_DEP_PKGS += CSWlibz1 +RUNTIME_DEP_PKGS += CSWmesa +RUNTIME_DEP_PKGS += CSWpython-tk +RUNTIME_DEP_PKGS += CSWpy-pil +RUNTIME_DEP_PKGS += CSWtetex +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWtetex +RUNTIME_DEP_PKGS += CSWxpdf +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWxpdf + +include gar/category.mk + +PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) + +build-nominal: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) all html + $(MAKECOOKIE) + +post-install-modulated: + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(lispdir) + mv $(DESTDIR)/$(datadir)/$(NAME)/*.el $(DESTDIR)/$(lispdir) + $(MAKECOOKIE) + +# this is private and not available publicly +mydependencies: + for package in CSW$(NAME); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done Property changes on: csw/mgar/pkg/asymptote/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/asymptote/trunk/checksums =================================================================== --- csw/mgar/pkg/asymptote/trunk/checksums (rev 0) +++ csw/mgar/pkg/asymptote/trunk/checksums 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1 @@ +8504bae74bbaf589f9d7684736b358a1 asymptote-2.16.src.tgz Added: csw/mgar/pkg/asymptote/trunk/files/0001-Fix-implicit-std-namespace.patch =================================================================== --- csw/mgar/pkg/asymptote/trunk/files/0001-Fix-implicit-std-namespace.patch (rev 0) +++ csw/mgar/pkg/asymptote/trunk/files/0001-Fix-implicit-std-namespace.patch 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,39 @@ +From b3d6a238b2d2ce78158c2f77a6228a6fda6d63df Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Tue, 7 Aug 2012 09:57:54 +0200 +Subject: [PATCH] Fix implicit std namespace + +--- + algebra3.cc | 2 +- + runtime.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/algebra3.cc b/algebra3.cc +index 203b430..4b76942 100644 +--- a/algebra3.cc ++++ b/algebra3.cc +@@ -75,7 +75,7 @@ + #include "algebra3.h" + #include + +-static const double radians=acos(-1)/180.0; ++static const double radians=std::acos(-1)/180.0; + + #ifdef VEC_ERROR_FATAL + #ifndef VEC_ERROR +diff --git a/runtime.in b/runtime.in +index 49e6de4..56ab4d8 100644 +--- a/runtime.in ++++ b/runtime.in +@@ -239,7 +239,7 @@ bool :boolFalse() + + bool isnan(real x) + { +- return isnan(x); ++ return std::isnan(x); + } + + array* :pushNullArray() +-- +1.7.11.3 + Added: csw/mgar/pkg/asymptote/trunk/files/0002-Replace-obsolete-GNUC-PREREQ.patch =================================================================== --- csw/mgar/pkg/asymptote/trunk/files/0002-Replace-obsolete-GNUC-PREREQ.patch (rev 0) +++ csw/mgar/pkg/asymptote/trunk/files/0002-Replace-obsolete-GNUC-PREREQ.patch 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,53 @@ +From 9c1cd260628be20be92643c357a476058a900514 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Tue, 7 Aug 2012 13:41:06 +0200 +Subject: [PATCH] Replace obsolete GNUC PREREQ + +--- + memory.h | 2 +- + prc/writePRC.cc | 2 +- + runmath.in | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/memory.h b/memory.h +index ccf0436..50a27f4 100644 +--- a/memory.h ++++ b/memory.h +@@ -19,7 +19,7 @@ + #endif + + #ifndef NOHASH +-#if __GNUC_PREREQ(4,3) || defined(__CYGWIN__) ++#if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 3 || (__GNUC_MINOR__ == 3))) || defined(__CYGWIN__) + #include + #define EXT std::tr1 + #else +diff --git a/prc/writePRC.cc b/prc/writePRC.cc +index 9fbbc41..ffaea29 100644 +--- a/prc/writePRC.cc ++++ b/prc/writePRC.cc +@@ -42,7 +42,7 @@ using namespace std; + // Count leading zeros. + uint32_t CLZ(uint32_t a) + { +-#if __GNUC_PREREQ(3,4) ++#if __GNUC__ > 3 || (__GNUC__ == 3 && (__GNUC_MINOR__ > 4 || (__GNUC_MINOR__ == 4))) + return __builtin_clz(a); + #else + // find the log base 2 of a 32-bit integer +diff --git a/runmath.in b/runmath.in +index ed4ad9e..6641a5d 100644 +--- a/runmath.in ++++ b/runmath.in +@@ -304,7 +304,7 @@ Int CLZ(Int a) + Int CTZ(Int a) + { + if((uint32_t) a > 0xFFFFFFFF) return -1; +-#if __GNUC_PREREQ(3,4) ++#if __GNUC__ > 3 || (__GNUC__ == 3 && (__GNUC_MINOR__ > 4 || (__GNUC_MINOR__ == 4))) + return __builtin_ctz(a); + #else + // find the number of trailing zeros in a 32-bit number +-- +1.7.11.3 + Added: csw/mgar/pkg/asymptote/trunk/files/0003-Inhibit-histogram-example-infinite-loop.patch =================================================================== --- csw/mgar/pkg/asymptote/trunk/files/0003-Inhibit-histogram-example-infinite-loop.patch (rev 0) +++ csw/mgar/pkg/asymptote/trunk/files/0003-Inhibit-histogram-example-infinite-loop.patch 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,38 @@ +From 07ac5f19a74aea480d15a0f7162ff8ee92e991c0 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Wed, 8 Aug 2012 08:53:23 +0200 +Subject: [PATCH] Inhibit histogram example infinite loop + +--- + doc/histogram.asy | 12 +++++++----- + 1 file changed, 7 insertions(+), 5 deletions(-) + +diff --git a/doc/histogram.asy b/doc/histogram.asy +index ec00d66..727f757 100644 +--- a/doc/histogram.asy ++++ b/doc/histogram.asy +@@ -5,14 +5,16 @@ size(400,200,IgnoreAspect); + + int n=10000; + real[] a=new real[n]; +-for(int i=0; i < n; ++i) a[i]=Gaussrand(); ++// this example is inhibited because in the current OpenCSW port it ++// has an infinite loop in ../base/stats.asy Gaussrandpair() ++// for(int i=0; i < n; ++i) a[i]=Gaussrand(); + +-draw(graph(Gaussian,min(a),max(a)),blue); ++// draw(graph(Gaussian,min(a),max(a)),blue); + +-// Optionally calculate "optimal" number of bins a la Shimazaki and Shinomoto. +-int N=bins(a); ++// // Optionally calculate "optimal" number of bins a la Shimazaki and Shinomoto. ++// int N=bins(a); + +-histogram(a,min(a),max(a),N,normalize=true,low=0,lightred,black,bars=false); ++// histogram(a,min(a),max(a),N,normalize=true,low=0,lightred,black,bars=false); + + xaxis("$x$",BottomTop,LeftTicks); + yaxis("$dP/dx$",LeftRight,RightTicks(trailingzero)); +-- +1.7.11.3 + Added: csw/mgar/pkg/asymptote/trunk/files/0004-Use-xpdf-instead-of-acroread.patch =================================================================== --- csw/mgar/pkg/asymptote/trunk/files/0004-Use-xpdf-instead-of-acroread.patch (rev 0) +++ csw/mgar/pkg/asymptote/trunk/files/0004-Use-xpdf-instead-of-acroread.patch 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,25 @@ +From 5e0dc4ac22966d0360b606d3062e0e10e7e8e975 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Wed, 8 Aug 2012 09:06:50 +0200 +Subject: [PATCH] Use xpdf instead of acroread + +--- + settings.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/settings.cc b/settings.cc +index a97804a..9ab7375 100644 +--- a/settings.cc ++++ b/settings.cc +@@ -100,7 +100,7 @@ string defaultPSViewer="gv"; + #ifdef __APPLE__ + string defaultPDFViewer="open"; + #else +-string defaultPDFViewer="acroread"; ++string defaultPDFViewer="xpdf"; + #endif + string defaultGhostscript="gs"; + string defaultDisplay="display"; +-- +1.7.11.3 + Added: csw/mgar/pkg/asymptote/trunk/files/README.CSW =================================================================== --- csw/mgar/pkg/asymptote/trunk/files/README.CSW (rev 0) +++ csw/mgar/pkg/asymptote/trunk/files/README.CSW 2012-08-09 13:40:18 UTC (rev 18906) @@ -0,0 +1,3 @@ +- To create animations in PDF files, you will need animate.sty, which + can be found at: + http://www.ctan.org/tex-archive/macros/latex/contrib/animate/animate.sty This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Thu Aug 9 23:55:26 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 09 Aug 2012 21:55:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[18907] csw/mgar/pkg/dovecot/trunk/Makefile Message-ID: Revision: 18907 http://gar.svn.sourceforge.net/gar/?rev=18907&view=rev Author: jake_goerzen Date: 2012-08-09 21:55:26 +0000 (Thu, 09 Aug 2012) Log Message: ----------- dovecot: add PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 13:40:18 UTC (rev 18906) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 21:55:26 UTC (rev 18907) @@ -85,6 +85,8 @@ CHECKPKG_OVERRIDES_CSWdovecot += file-with-bad-content|/usr/local|root/opt/csw/share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt CHECKPKG_OVERRIDES_CSWdovecot += file-with-bad-content|/usr/local|root/opt/csw/share/doc/dovecot/wiki/LDA.Sendmail.txt +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + include gar/category.mk pre-install-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Fri Aug 10 00:38:02 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 09 Aug 2012 22:38:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[18908] csw/mgar/pkg/dovecot/trunk/Makefile Message-ID: Revision: 18908 http://gar.svn.sourceforge.net/gar/?rev=18908&view=rev Author: jake_goerzen Date: 2012-08-09 22:38:01 +0000 (Thu, 09 Aug 2012) Log Message: ----------- dovecot: update RUNTIME_DEP_PKGS += CSWlibssl1-0-0 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 21:55:26 UTC (rev 18907) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 22:38:01 UTC (rev 18908) @@ -40,7 +40,7 @@ RUNTIME_DEP_PKGS_CSWdovecot += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibpq RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl0-9-8 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWdovecot += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Fri Aug 10 00:52:02 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 09 Aug 2012 22:52:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[18909] csw/mgar/pkg/dovecot/trunk/Makefile Message-ID: Revision: 18909 http://gar.svn.sourceforge.net/gar/?rev=18909&view=rev Author: jake_goerzen Date: 2012-08-09 22:52:02 +0000 (Thu, 09 Aug 2012) Log Message: ----------- dovecot: put CSWlibssl0-9-8 back into RUNTIME_DEP_PKGS Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 22:38:01 UTC (rev 18908) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2012-08-09 22:52:02 UTC (rev 18909) @@ -40,6 +40,7 @@ RUNTIME_DEP_PKGS_CSWdovecot += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibpq RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsqlite3-0 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl0-9-8 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWdovecot += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Fri Aug 10 01:24:41 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 09 Aug 2012 23:24:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[18910] csw/mgar/pkg/tor/trunk/Makefile Message-ID: Revision: 18910 http://gar.svn.sourceforge.net/gar/?rev=18910&view=rev Author: jake_goerzen Date: 2012-08-09 23:24:41 +0000 (Thu, 09 Aug 2012) Log Message: ----------- tor: update RUNTIME_DEP_PKGS for new openssl Modified Paths: -------------- csw/mgar/pkg/tor/trunk/Makefile Modified: csw/mgar/pkg/tor/trunk/Makefile =================================================================== --- csw/mgar/pkg/tor/trunk/Makefile 2012-08-09 22:52:02 UTC (rev 18909) +++ csw/mgar/pkg/tor/trunk/Makefile 2012-08-09 23:24:41 UTC (rev 18910) @@ -18,7 +18,7 @@ LICENSE = LICENSE RUNTIME_DEP_PKGS_CSWtor += CSWlibevent2-0-5 -RUNTIME_DEP_PKGS_CSWtor += CSWlibssl0-9-8 +RUNTIME_DEP_PKGS_CSWtor += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWtor += CSWlibz1 sysconfdir = /etc/opt/csw @@ -32,4 +32,6 @@ MIGRATE_FILES += tor/tor-tsocks.conf MIGRATE_FILES += tor/torrc +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Aug 11 00:06:14 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 10 Aug 2012 22:06:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[18911] csw/mgar/pkg/bluefish/trunk Message-ID: Revision: 18911 http://gar.svn.sourceforge.net/gar/?rev=18911&view=rev Author: jake_goerzen Date: 2012-08-10 22:06:13 +0000 (Fri, 10 Aug 2012) Log Message: ----------- bluefish: update to version 2.2.3 and clean up package Makefile Modified Paths: -------------- csw/mgar/pkg/bluefish/trunk/Makefile csw/mgar/pkg/bluefish/trunk/checksums Modified: csw/mgar/pkg/bluefish/trunk/Makefile =================================================================== --- csw/mgar/pkg/bluefish/trunk/Makefile 2012-08-09 23:24:41 UTC (rev 18910) +++ csw/mgar/pkg/bluefish/trunk/Makefile 2012-08-10 22:06:13 UTC (rev 18911) @@ -1,7 +1,6 @@ NAME = bluefish -VERSION = 2.2.0 +VERSION = 2.2.3 CATEGORIES = apps -GARTYPE = v2 DESCRIPTION = Advanced Gtk+ HTML editor define BLURB @@ -19,14 +18,22 @@ RUNTIME_DEP_PKGS_CSWbluefish += CSWlibintl8 RUNTIME_DEP_PKGS_CSWbluefish += CSWenchant -RUNTIME_DEP_PKGS_CSWbluefish += CSWftype2 RUNTIME_DEP_PKGS_CSWbluefish += CSWlibcairo2 RUNTIME_DEP_PKGS_CSWbluefish += CSWlibxml2-2 -RUNTIME_DEP_PKGS_CSWbluefish += CSWgtk2 RUNTIME_DEP_PKGS_CSWbluefish += CSWlibatk1-0-0 RUNTIME_DEP_PKGS_CSWbluefish += CSWpango -RUNTIME_DEP_PKGS_CSWbluefish += CSWfconfig -RUNTIME_DEP_PKGS_CSWbluefish += CSWglib2 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgthread2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgmodule2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgdk-x11-2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWpython +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgdk-pixbuf2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibfontconfig1 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgobject2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibpython2-6-1-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgtk-x11-2-0-0 +RUNTIME_DEP_PKGS_CSWbluefish += CSWlibgio2-0-0 EXTRA_MERGE_EXCLUDE_FILES = .*treemagic.* EXTRA_MERGE_EXCLUDE_FILES += .*globs.* @@ -41,15 +48,7 @@ EXTRA_MERGE_EXCLUDE_FILES += .*XMLnamespaces.* EXTRA_MERGE_EXCLUDE_FILES += .*icons.* -# these packages have not been installed/updated on the buildfarm yet -# but they are in the unstable catalog. Temporarily overriding until -# buildfarm is updated. -CHECKPKG_OVERRIDES_CSWbluefish += missing-dependency|CSWlibglib2-0-0 -CHECKPKG_OVERRIDES_CSWbluefish += missing-dependency|CSWlibgio2-0-0 -CHECKPKG_OVERRIDES_CSWbluefish += missing-dependency|CSWlibgobject2-0-0 -CHECKPKG_OVERRIDES_CSWbluefish += missing-dependency|CSWlibgthread2-0-0 -CHECKPKG_OVERRIDES_CSWbluefish += missing-dependency|CSWlibgmodule2-0-0 -CHECKPKG_OVERRIDES_CSWbluefish += surplus-dependency|CSWglib2 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 include gar/category.mk Modified: csw/mgar/pkg/bluefish/trunk/checksums =================================================================== --- csw/mgar/pkg/bluefish/trunk/checksums 2012-08-09 23:24:41 UTC (rev 18910) +++ csw/mgar/pkg/bluefish/trunk/checksums 2012-08-10 22:06:13 UTC (rev 18911) @@ -1 +1 @@ -8fd34dcf2e305e992dd1407f827217de bluefish-2.2.0.tar.gz +d55e3db378caef00e9c178ff0c3981fd bluefish-2.2.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Aug 11 19:31:25 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 11 Aug 2012 17:31:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[18912] csw/mgar/pkg/doxygen/trunk Message-ID: Revision: 18912 http://gar.svn.sourceforge.net/gar/?rev=18912&view=rev Author: dmichelsen Date: 2012-08-11 17:31:25 +0000 (Sat, 11 Aug 2012) Log Message: ----------- doxygen/trunk: Update to 1.8.2 Modified Paths: -------------- csw/mgar/pkg/doxygen/trunk/Makefile csw/mgar/pkg/doxygen/trunk/checksums csw/mgar/pkg/doxygen/trunk/files/0001-Cannot-cast-0-to-QCString.patch Modified: csw/mgar/pkg/doxygen/trunk/Makefile =================================================================== --- csw/mgar/pkg/doxygen/trunk/Makefile 2012-08-10 22:06:13 UTC (rev 18911) +++ csw/mgar/pkg/doxygen/trunk/Makefile 2012-08-11 17:31:25 UTC (rev 18912) @@ -1,5 +1,5 @@ NAME = doxygen -VERSION = 1.8.1 +VERSION = 1.8.2 CATEGORIES = utils GARTYPE = v2 Modified: csw/mgar/pkg/doxygen/trunk/checksums =================================================================== --- csw/mgar/pkg/doxygen/trunk/checksums 2012-08-10 22:06:13 UTC (rev 18911) +++ csw/mgar/pkg/doxygen/trunk/checksums 2012-08-11 17:31:25 UTC (rev 18912) @@ -1 +1 @@ -d79e54453b313c3200d2c2bf677edd7d doxygen-1.8.1.src.tar.gz +ac77157d7051e5f2b82c749c498a17ae doxygen-1.8.2.src.tar.gz Modified: csw/mgar/pkg/doxygen/trunk/files/0001-Cannot-cast-0-to-QCString.patch =================================================================== --- csw/mgar/pkg/doxygen/trunk/files/0001-Cannot-cast-0-to-QCString.patch 2012-08-10 22:06:13 UTC (rev 18911) +++ csw/mgar/pkg/doxygen/trunk/files/0001-Cannot-cast-0-to-QCString.patch 2012-08-11 17:31:25 UTC (rev 18912) @@ -1,52 +1,34 @@ -From 25e25c8970ea31493aa247a4262a4e93319206bb Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Sat, 19 May 2012 22:44:59 +0200 +From 628dfba31d353378e2a5ff90aaf10187dfe212a2 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Sat, 11 Aug 2012 16:32:40 +0200 Subject: [PATCH] Cannot cast 0 to QCString --- - src/index.cpp | 16 ++++++++-------- - 1 file changed, 8 insertions(+), 8 deletions(-) + src/filedef.cpp | 4 ++-- + 1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+), 2 Zeilen entfernt(-) -diff --git a/src/index.cpp b/src/index.cpp -index a5f4754..8f6a819 100644 ---- a/src/index.cpp -+++ b/src/index.cpp -@@ -605,18 +605,18 @@ static void writeDirTreeNode(OutputList &ol, DirDef *dd, int level, FTVHelp* ftv - if (doc || src) - { - ol.startIndexListItem(); -- ol.startIndexItem(doc ? fd->getReference() : 0, -- doc ? fd->getOutputFileBase() : 0); -+ ol.startIndexItem(doc ? fd->getReference() : QCString(), -+ doc ? fd->getOutputFileBase() : QCString()); - ol.parseText(fd->displayName()); -- ol.endIndexItem(doc ? fd->getReference() : 0, -- doc ? fd->getOutputFileBase() : 0); -+ ol.endIndexItem(doc ? fd->getReference() : QCString(), -+ doc ? fd->getOutputFileBase() : QCString()); - ol.endIndexListItem(); - if (ftv) - { - ftv->addContentsItem(FALSE, - fd->displayName(), -- doc ? fd->getReference() : 0, -- doc ? fd->getOutputFileBase() : 0,0, -+ doc ? fd->getReference() : QCString(), -+ doc ? fd->getOutputFileBase() : QCString(),0, - FALSE,FALSE,fd); - } - } -@@ -693,8 +693,8 @@ static void writeDirHierarchy(OutputList &ol, FTVHelp* ftv,bool addToIndex) - if ((!fullPathNames || fd->getDirDef()==0) && (doc || src)) - { - ftv->addContentsItem(FALSE,fd->displayName(), -- doc ? fd->getReference() : 0, -- doc ? fd->getOutputFileBase() : 0, -+ doc ? fd->getReference() : QCString(), -+ doc ? fd->getOutputFileBase() : QCString(), - 0, - FALSE,FALSE,fd); - if (addToIndex) +diff --git a/src/filedef.cpp b/src/filedef.cpp +index dd9f125..36efc27 100644 +--- a/src/filedef.cpp ++++ b/src/filedef.cpp +@@ -807,7 +807,7 @@ void FileDef::writeSource(OutputList &ol) + { + startFile(ol,getSourceFileBase(),0,pageTitle,HLI_FileVisible, + !generateTreeView, +- !isDocFile && genSourceFile ? 0 : getOutputFileBase()); ++ !isDocFile && genSourceFile ? QCString() : getOutputFileBase()); + if (!generateTreeView) + { + getDirDef()->writeNavigationPath(ol); +@@ -820,7 +820,7 @@ void FileDef::writeSource(OutputList &ol) + else + { + startFile(ol,getSourceFileBase(),0,pageTitle,HLI_FileVisible,FALSE, +- !isDocFile && genSourceFile ? 0 : getOutputFileBase()); ++ !isDocFile && genSourceFile ? QCString() : getOutputFileBase()); + startTitle(ol,getSourceFileBase()); + ol.parseText(title); + endTitle(ol,getSourceFileBase(),0); -- -1.7.10 +1.7.10.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 12 20:04:53 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 12 Aug 2012 18:04:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[18913] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 18913 http://gar.svn.sourceforge.net/gar/?rev=18913&view=rev Author: chninkel Date: 2012-08-12 18:04:53 +0000 (Sun, 12 Aug 2012) Log Message: ----------- cadaver/trunk: removed superfluous dependencies Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/Makefile csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Added Paths: ----------- csw/mgar/pkg/cadaver/trunk/files/0001-no-curses-dependency.patch csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch Modified: csw/mgar/pkg/cadaver/trunk/Makefile =================================================================== --- csw/mgar/pkg/cadaver/trunk/Makefile 2012-08-11 17:31:25 UTC (rev 18912) +++ csw/mgar/pkg/cadaver/trunk/Makefile 2012-08-12 18:04:53 UTC (rev 18913) @@ -26,18 +26,16 @@ PACKAGES = CSWcadaver SPKG_DESC_CSWcadaver = $(DESCRIPTION) -RUNTIME_DEP_PKGS_CSWcadaver = CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWcadaver += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWcadaver = CSWlibintl8 RUNTIME_DEP_PKGS_CSWcadaver += CSWlibneon27 RUNTIME_DEP_PKGS_CSWcadaver += CSWlibreadline6 -RUNTIME_DEP_PKGS_CSWcadaver += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWcadaver += CSWlibz1 # Stub package that allow us to rename transparently the package # from CSWcadav to CSWcadaver OBSOLETED_BY_CSWcadaver = CSWcadav CATALOGNAME_CSWcadav = cadaver_stub +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 ###### Upstream and opencsw files information ####### @@ -46,6 +44,17 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += changelog.CSW +# cadaver wants to links with curses because of readline +# but it's not necessary as readline already depends on +# ncurses +PATCHFILES = 0001-no-curses-dependency.patch + +# Let's not trust neon-config until Bug 4984 is fixed +# https://www.opencsw.org/mantis/view.php?id=4984 +# This allow us to not depend directly anymore on a bunch +# of libraries +PATCHFILES += 0002-Neon-LD-option-fix.patch + ##### Build and installation information ##### CONFIGURE_ARGS = $(DIRPATHS) @@ -57,6 +66,10 @@ include gar/category.mk +pre-configure-modulated: + cd $(WORKSRC) && autoconf + @$(MAKECOOKIE) + post-merge: ginstall -D $(DOWNLOADDIR)/changelog.CSW $(PKGROOT)$(docdir)/$(NAME)/changelog.CSW Added: csw/mgar/pkg/cadaver/trunk/files/0001-no-curses-dependency.patch =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/0001-no-curses-dependency.patch (rev 0) +++ csw/mgar/pkg/cadaver/trunk/files/0001-no-curses-dependency.patch 2012-08-12 18:04:53 UTC (rev 18913) @@ -0,0 +1,25 @@ +From 089acd5c1748266e91a7dec91cfbc49c94bfd58e Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Sun, 12 Aug 2012 16:15:34 +0200 +Subject: [PATCH] no curses dependency + +--- + m4/readline.m4 | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/m4/readline.m4 b/m4/readline.m4 +index c0ab8af..5606814 100644 +--- a/m4/readline.m4 ++++ b/m4/readline.m4 +@@ -10,8 +10,6 @@ AC_ARG_ENABLE(readline, + [use_readline=yes]) dnl Defaults to ON (if found) + + if test "$use_readline" = "yes"; then +- AC_CHECK_LIB(curses, tputs, LIBS="$LIBS -lcurses", +- AC_CHECK_LIB(ncurses, tputs)) + AC_CHECK_LIB(readline, readline) + + AC_SEARCH_LIBS(add_history, history, +-- +1.7.10.3 + Added: csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch (rev 0) +++ csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch 2012-08-12 18:04:53 UTC (rev 18913) @@ -0,0 +1,34 @@ +From a2877acd081224c3c624eafa876dd7fb33e2382d Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Sun, 12 Aug 2012 16:20:27 +0200 +Subject: [PATCH] sdfksdfsdf + +--- + m4/neon/neon.m4 | 4 +- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/m4/neon/neon.m4 b/m4/neon/neon.m4 +index edff529..d06ab70 100644 +--- a/m4/neon/neon.m4 ++++ b/m4/neon/neon.m4 +@@ -181,7 +181,7 @@ m4_ifdef([ne_require_major], [ + ne_save_LIBS="$LIBS" + ne_save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`" +- LIBS="$LIBS `$NEON_CONFIG --libs`" ++ LIBS="$LIBS -lneon" + ne_libver=`$NEON_CONFIG --version | sed -e "s/neon //g"` + # Check whether it's possible to link against neon + AC_CACHE_CHECK([linking against neon], [ne_cv_lib_neon], +@@ -252,7 +252,7 @@ neon_prefix=`$NEON_CONFIG --prefix` + NEON_CHECK_VERSION([ + # Pick up CFLAGS and LIBS needed + CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`" +- NEON_LIBS="$NEON_LIBS `$NEON_CONFIG --libs`" ++ NEON_LIBS="$NEON_LIBS -lneon" + # Pick up library version + set dummy `$NEON_CONFIG --version | sed 's/\./ /g'` + NE_VERSION_MAJOR=[$]3; NE_VERSION_MINOR=[$]4; NE_VERSION_PATCH=[$]5 +-- +1.7.10.3 + Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2012-08-11 17:31:25 UTC (rev 18912) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2012-08-12 18:04:53 UTC (rev 18913) @@ -1,3 +1,10 @@ +cadaver (0.23.3,rev=2012.08.12) unstable + + * Removed superfluous dependancies: + CSWlibz1, CSWlibexpat1, CSWlibssl1-0-0 + + -- Yann rouillard Sun, 12 Aug 2012 19:51:48 +0200 + cadaver (0.23.3,rev=2012.05.17) unstable * Rebuilt against libssl 1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 12 20:37:28 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 12 Aug 2012 18:37:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[18914] csw/mgar/pkg/vsftpd/trunk Message-ID: Revision: 18914 http://gar.svn.sourceforge.net/gar/?rev=18914&view=rev Author: chninkel Date: 2012-08-12 18:37:27 +0000 (Sun, 12 Aug 2012) Log Message: ----------- vsftpd/trunk: removed superfluous resolv.so dependency Modified Paths: -------------- csw/mgar/pkg/vsftpd/trunk/Makefile csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW Added Paths: ----------- csw/mgar/pkg/vsftpd/trunk/files/removed-resolv.so-dependency.patch Modified: csw/mgar/pkg/vsftpd/trunk/Makefile =================================================================== --- csw/mgar/pkg/vsftpd/trunk/Makefile 2012-08-12 18:04:53 UTC (rev 18913) +++ csw/mgar/pkg/vsftpd/trunk/Makefile 2012-08-12 18:37:27 UTC (rev 18914) @@ -95,6 +95,10 @@ # error when compiling under Solaris with -Werror PATCHFILES += avoid_pam_conv_warning.patch +# vsftpd need to be linked against resolv.so +# only in Solaris 5.9 but not for Solaris >= 5.10 +PATCHFILES += removed-resolv.so-dependency.patch + # Documentation files DOCFILES = AUDIT BENCHMARKS BUGS COPYING COPYRIGHT Changelog FAQ INSTALL LICENSE REFS DOCFILES += REWARD SIZE SPEED TODO TUNING README README.ssl README.security @@ -105,7 +109,9 @@ DOCFILES += EXAMPLE/INTERNET_SITE/README EXAMPLE/INTERNET_SITE/vsftpd.conf DOCFILES += EXAMPLE/INTERNET_SITE_NOINETD/README EXAMPLE/INTERNET_SITE_NOINETD/vsftpd.conf +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + ##### Build and installation information ##### GARCOMPILER = SUN Modified: csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW 2012-08-12 18:04:53 UTC (rev 18913) +++ csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW 2012-08-12 18:37:27 UTC (rev 18914) @@ -1,3 +1,9 @@ +vsftpd (3.0.0,REV=2012.08.12) unstable + + * Removed superfluous dependency on libresolv.so + + -- Yann Rouillard Sun, 12 Aug 2012 20:36:24 +0200 + vsftpd (3.0.0,REV=2012.05.17) unstable * Rebuilt against libssl 1.0 Added: csw/mgar/pkg/vsftpd/trunk/files/removed-resolv.so-dependency.patch =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/removed-resolv.so-dependency.patch (rev 0) +++ csw/mgar/pkg/vsftpd/trunk/files/removed-resolv.so-dependency.patch 2012-08-12 18:37:27 UTC (rev 18914) @@ -0,0 +1,27 @@ +From 51df46ba25bdb5475a9734710fa24f65db8bc5ef Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Sun, 12 Aug 2012 20:32:38 +0200 +Subject: [PATCH] removed resolv.so dependency + +--- + vsf_findlibs.sh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/vsf_findlibs.sh b/vsf_findlibs.sh +index f5d485d..9269fb7 100755 +--- a/vsf_findlibs.sh ++++ b/vsf_findlibs.sh +@@ -38,8 +38,8 @@ locate_library /lib/libsocket.so && echo "-lsocket"; + # Look for libnsl. Solaris needs this. + locate_library /lib/libnsl.so && echo "-lnsl"; + +-# Look for libresolv. Solaris needs this. +-locate_library /lib/libresolv.so && echo "-lresolv"; ++# Look for libresolv. Solaris 5.9 needs this. ++[ `uname -r` = "5.9" ] && locate_library /lib/libresolv.so && echo "-lresolv"; + + # Look for libutil. Older FreeBSD need this for setproctitle(). + locate_library /usr/lib/libutil.so && echo "-lutil"; +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Aug 12 20:44:53 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 12 Aug 2012 18:44:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[18915] csw/mgar/pkg/exim/trunk/files/ 0003-Set-OpenCSW-build-options.patch Message-ID: Revision: 18915 http://gar.svn.sourceforge.net/gar/?rev=18915&view=rev Author: bdwalton Date: 2012-08-12 18:44:53 +0000 (Sun, 12 Aug 2012) Log Message: ----------- exim/trunk: correct the log file path to the original value Modified Paths: -------------- csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch Modified: csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch =================================================================== --- csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-12 18:37:27 UTC (rev 18914) +++ csw/mgar/pkg/exim/trunk/files/0003-Set-OpenCSW-build-options.patch 2012-08-12 18:44:53 UTC (rev 18915) @@ -1,4 +1,4 @@ -From 09dcb4b8d3cb14218c1f26b4f017e09695a050e9 Mon Sep 17 00:00:00 2001 +From 3de7065322e0a5fd8afb1932e5473b77581b8460 Mon Sep 17 00:00:00 2001 From: Ben Walton Date: Sat, 4 Aug 2012 15:05:15 +0200 Subject: [PATCH] Set OpenCSW build options @@ -12,7 +12,7 @@ 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/Local/Makefile b/Local/Makefile -index 95857c7..6c14aaf 100644 +index 95857c7..650b8ae 100644 --- a/Local/Makefile +++ b/Local/Makefile @@ -78,6 +78,17 @@ @@ -273,7 +273,7 @@ # to form the final file names. Some installations may want something like this: -# LOG_FILE_PATH=/var/log/exim_%slog -+LOG_FILE_PATH=/var/opt/csw/log/%slog ++LOG_FILE_PATH=/var/opt/csw/log/exim/%slog # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Sun Aug 12 21:20:58 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Sun, 12 Aug 2012 19:20:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[18916] csw/mgar/pkg/exim/trunk/files/cswexim Message-ID: Revision: 18916 http://gar.svn.sourceforge.net/gar/?rev=18916&view=rev Author: bdwalton Date: 2012-08-12 19:20:58 +0000 (Sun, 12 Aug 2012) Log Message: ----------- exim/trunk: ensure the pid file is nuked during the stop action in the init script Modified Paths: -------------- csw/mgar/pkg/exim/trunk/files/cswexim Modified: csw/mgar/pkg/exim/trunk/files/cswexim =================================================================== --- csw/mgar/pkg/exim/trunk/files/cswexim 2012-08-12 18:44:53 UTC (rev 18915) +++ csw/mgar/pkg/exim/trunk/files/cswexim 2012-08-12 19:20:58 UTC (rev 18916) @@ -44,6 +44,7 @@ stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` + rm "$PIDFILE" echo "exim." ;; restart) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Aug 12 21:57:32 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 12 Aug 2012 19:57:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[18917] csw/mgar/pkg/mercurial/trunk/Makefile Message-ID: Revision: 18917 http://gar.svn.sourceforge.net/gar/?rev=18917&view=rev Author: rthurner Date: 2012-08-12 19:57:32 +0000 (Sun, 12 Aug 2012) Log Message: ----------- mercurial, update to hg-2.3 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2012-08-12 19:20:58 UTC (rev 18916) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2012-08-12 19:57:32 UTC (rev 18917) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 2.2.3 +VERSION = 2.3 CATEGORIES = python GARTYPE = v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Aug 12 21:58:07 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 12 Aug 2012 19:58:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[18918] csw/mgar/pkg/libserf/trunk/Makefile Message-ID: Revision: 18918 http://gar.svn.sourceforge.net/gar/?rev=18918&view=rev Author: rthurner Date: 2012-08-12 19:58:06 +0000 (Sun, 12 Aug 2012) Log Message: ----------- libserf: update to serf-1.1.0 Modified Paths: -------------- csw/mgar/pkg/libserf/trunk/Makefile Modified: csw/mgar/pkg/libserf/trunk/Makefile =================================================================== --- csw/mgar/pkg/libserf/trunk/Makefile 2012-08-12 19:57:32 UTC (rev 18917) +++ csw/mgar/pkg/libserf/trunk/Makefile 2012-08-12 19:58:06 UTC (rev 18918) @@ -1,5 +1,5 @@ NAME = libserf -VERSION = 1.0.3 +VERSION = 1.1.0 DISTNAME = serf-$(VERSION) CATEGORIES = lib GARTYPE = v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Mon Aug 13 00:02:03 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 12 Aug 2012 22:02:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[18919] csw/mgar/pkg/imapproxy/trunk Message-ID: Revision: 18919 http://gar.svn.sourceforge.net/gar/?rev=18919&view=rev Author: chninkel Date: 2012-08-12 22:02:02 +0000 (Sun, 12 Aug 2012) Log Message: ----------- removed superfluous dependency on libwrap Modified Paths: -------------- csw/mgar/pkg/imapproxy/trunk/Makefile csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW Modified: csw/mgar/pkg/imapproxy/trunk/Makefile =================================================================== --- csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-12 19:58:06 UTC (rev 18918) +++ csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-12 22:02:02 UTC (rev 18919) @@ -28,8 +28,7 @@ PACKAGES = CSWimapproxy -RUNTIME_DEP_PKGS = CSWlibwrap1 -RUNTIME_DEP_PKGS += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS = CSWlibssl1-0-0 # Default paths referenced in documentation files, can be safely ignored CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/local|root/opt/csw/share/doc/imapproxy/README @@ -39,6 +38,7 @@ # DTD paths referenced in smf manifest file, can be safely ignored CHECKPKG_OVERRIDES_CSWimapproxy += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/network/cswimapproxy.xml +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 ###### Upstream and opencsw files information ####### @@ -76,6 +76,7 @@ ##### Build and installation information ##### CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-libwrap=no TEST_SCRIPTS = Modified: csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW 2012-08-12 19:58:06 UTC (rev 18918) +++ csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW 2012-08-12 22:02:02 UTC (rev 18919) @@ -1,5 +1,12 @@ imapproxy (1.2.7,REV=2012.05.17) unstable + * Removed superfluous dependency on CSWlibwrap1 as it + was no really used in fact. + + -- Yann Rouillard Mon, 13 Aug 2012 00:00:49 +0200 + +imapproxy (1.2.7,REV=2012.05.17) unstable + * Rebuilt against libssl 1.0 * Updated depandancy name: CSWtcpwrap -> CSWlibwrap1 * Fixed default ca certificates bundle path in configuration file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Aug 13 01:29:35 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 12 Aug 2012 23:29:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[18920] csw/mgar/pkg/libserf/trunk Message-ID: Revision: 18920 http://gar.svn.sourceforge.net/gar/?rev=18920&view=rev Author: rthurner Date: 2012-08-12 23:29:35 +0000 (Sun, 12 Aug 2012) Log Message: ----------- libserf: update serf-1.1.0 checksum, bump version Modified Paths: -------------- csw/mgar/pkg/libserf/trunk/Makefile csw/mgar/pkg/libserf/trunk/checksums Modified: csw/mgar/pkg/libserf/trunk/Makefile =================================================================== --- csw/mgar/pkg/libserf/trunk/Makefile 2012-08-12 22:02:02 UTC (rev 18919) +++ csw/mgar/pkg/libserf/trunk/Makefile 2012-08-12 23:29:35 UTC (rev 18920) @@ -18,24 +18,24 @@ LICENSE = LICENSE VENDOR_URL = http://code.google.com/p/serf/ -PACKAGES += CSWlibserf1-0 -CATALOGNAME_CSWlibserf1-0 = libserf1_0 -SPKG_DESC_CSWlibserf1-0 += HTTP client library built on APR, multiplexes connections, libserf-1.so.0 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWbdb48 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibapr1-0 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibaprutil1-0 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWliblber2-4-2 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibldap2-4-2 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWlibserf1-0 += CSWlibz1 +PACKAGES += CSWlibserf1-1 +CATALOGNAME_CSWlibserf1-1 = libserf1_1 +SPKG_DESC_CSWlibserf1-1 += HTTP client library built on APR, multiplexes connections, libserf-1.so.0 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWbdb48 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibexpat1 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWliblber2-4-2 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibldap2-4-2 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibserf1-1 += CSWlibz1 PACKAGES += CSWlibserf-dev CATALOGNAME_CSWlibserf-dev = libserf_dev SPKG_DESC_CSWlibserf-dev = Development files for libserf.so.1 PKGFILES_CSWlibserf-dev += $(PKGFILES_DEVEL) -RUNTIME_DEP_PKGS_CSWlibserf-dev = CSWlibserf1-0 +RUNTIME_DEP_PKGS_CSWlibserf-dev = CSWlibserf1-1 EXTRA_LIB = $(prefix)/bdb48/lib Modified: csw/mgar/pkg/libserf/trunk/checksums =================================================================== --- csw/mgar/pkg/libserf/trunk/checksums 2012-08-12 22:02:02 UTC (rev 18919) +++ csw/mgar/pkg/libserf/trunk/checksums 2012-08-12 23:29:35 UTC (rev 18920) @@ -1 +1 @@ -d612ef59c89c19957e5c2a16c68fd4d3 serf-1.0.3.tar.bz2 +47be946023bbd3524b5e9b1ea2703636 serf-1.1.0.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Aug 13 01:31:41 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 12 Aug 2012 23:31:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[18921] csw/mgar/pkg/mercurial/trunk/checksums Message-ID: Revision: 18921 http://gar.svn.sourceforge.net/gar/?rev=18921&view=rev Author: rthurner Date: 2012-08-12 23:31:41 +0000 (Sun, 12 Aug 2012) Log Message: ----------- mercurial, 2.3 checksums Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2012-08-12 23:29:35 UTC (rev 18920) +++ csw/mgar/pkg/mercurial/trunk/checksums 2012-08-12 23:31:41 UTC (rev 18921) @@ -1 +1 @@ -f4c70af3892d964b83b2718bde44c2f8 mercurial-2.2.3.tar.gz +8d9f776e432239571dfab2b5f88b3675 mercurial-2.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Aug 13 01:43:42 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 12 Aug 2012 23:43:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[18922] csw/mgar/pkg/mercurial/trunk/Makefile Message-ID: Revision: 18922 http://gar.svn.sourceforge.net/gar/?rev=18922&view=rev Author: rthurner Date: 2012-08-12 23:43:42 +0000 (Sun, 12 Aug 2012) Log Message: ----------- mercurial, update python dependency to 2.7 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2012-08-12 23:31:41 UTC (rev 18921) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2012-08-12 23:43:42 UTC (rev 18922) @@ -13,7 +13,7 @@ PACKAGES = CSWmercurial SPKG_DESC_CSWmercurial = Mercurial -RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-6-1-0 +RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-7-1-0 CONFIGURE_SCRIPTS = BUILD_SCRIPTS = $(WORKSRC)/setup.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 13 08:51:38 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 13 Aug 2012 06:51:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[18923] csw/mgar/pkg/asymptote/trunk/Makefile Message-ID: Revision: 18923 http://gar.svn.sourceforge.net/gar/?rev=18923&view=rev Author: pfelecan Date: 2012-08-13 06:51:38 +0000 (Mon, 13 Aug 2012) Log Message: ----------- asymptote/trunk: package only on Solaris 10 Modified Paths: -------------- csw/mgar/pkg/asymptote/trunk/Makefile Modified: csw/mgar/pkg/asymptote/trunk/Makefile =================================================================== --- csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-12 23:43:42 UTC (rev 18922) +++ csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 06:51:38 UTC (rev 18923) @@ -56,6 +56,9 @@ PATCHFILES += 0003-Inhibit-histogram-example-infinite-loop.patch PATCHFILES += 0004-Use-xpdf-instead-of-acroread.patch +PACKAGING_PLATFORMS = solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + GARCOMPILER = GNU xBUILD_DEP_PKGS += CSWfreeglut This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 13 09:08:50 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 13 Aug 2012 07:08:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[18924] csw/mgar/pkg/asymptote/trunk/Makefile Message-ID: Revision: 18924 http://gar.svn.sourceforge.net/gar/?rev=18924&view=rev Author: pfelecan Date: 2012-08-13 07:08:49 +0000 (Mon, 13 Aug 2012) Log Message: ----------- asymptote/trunk: inhibit build dependency on GC until we can configure with it Modified Paths: -------------- csw/mgar/pkg/asymptote/trunk/Makefile Modified: csw/mgar/pkg/asymptote/trunk/Makefile =================================================================== --- csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 06:51:38 UTC (rev 18923) +++ csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 07:08:49 UTC (rev 18924) @@ -64,7 +64,8 @@ xBUILD_DEP_PKGS += CSWfreeglut BUILD_DEP_PKGS += CSWgsl-dev BUILD_DEP_PKGS += CSWlibfftw-dev -BUILD_DEP_PKGS += CSWlibgc-dev +# this is not needed until we can configure with GC: +#BUILD_DEP_PKGS += CSWlibgc-dev BUILD_DEP_PKGS += CSWlibncurses-dev BUILD_DEP_PKGS += CSWlibreadline-dev BUILD_DEP_PKGS += CSWlibsigsegv-dev This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 13 10:10:54 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 13 Aug 2012 08:10:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[18925] csw/mgar/pkg/asymptote/trunk/Makefile Message-ID: Revision: 18925 http://gar.svn.sourceforge.net/gar/?rev=18925&view=rev Author: pfelecan Date: 2012-08-13 08:10:53 +0000 (Mon, 13 Aug 2012) Log Message: ----------- asymptote/trunk: verified and validated overrides Modified Paths: -------------- csw/mgar/pkg/asymptote/trunk/Makefile Modified: csw/mgar/pkg/asymptote/trunk/Makefile =================================================================== --- csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 07:08:49 UTC (rev 18924) +++ csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 08:10:53 UTC (rev 18925) @@ -61,7 +61,8 @@ GARCOMPILER = GNU -xBUILD_DEP_PKGS += CSWfreeglut +BUILD_DEP_PKGS += CSWemacs +BUILD_DEP_PKGS += CSWfreeglut BUILD_DEP_PKGS += CSWgsl-dev BUILD_DEP_PKGS += CSWlibfftw-dev # this is not needed until we can configure with GC: @@ -84,9 +85,10 @@ LICENSE = LICENSE +RUNTIME_DEP_PKGS += CSWemacscommon RUNTIME_DEP_PKGS += CSWfreeglut RUNTIME_DEP_PKGS += CSWgv -CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWgv +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWgv RUNTIME_DEP_PKGS += CSWlibfftw3-3 RUNTIME_DEP_PKGS += CSWlibgcc-s1 RUNTIME_DEP_PKGS += CSWlibgsl0 @@ -97,12 +99,16 @@ RUNTIME_DEP_PKGS += CSWlibstdc++6 RUNTIME_DEP_PKGS += CSWlibz1 RUNTIME_DEP_PKGS += CSWmesa +RUNTIME_DEP_PKGS += CSWpython RUNTIME_DEP_PKGS += CSWpython-tk +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWpython-tk RUNTIME_DEP_PKGS += CSWpy-pil +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWpy-pil RUNTIME_DEP_PKGS += CSWtetex -CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWtetex +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWtetex RUNTIME_DEP_PKGS += CSWxpdf -CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWxpdf +CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWxpdf +CHECKPKG_OVERRIDES_CSWasymptote += file-with-bad-content|/usr/local|root/opt/csw/share/info/asymptote/asymptote.info include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Mon Aug 13 11:05:09 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Mon, 13 Aug 2012 09:05:09 +0000 Subject: [csw-devel] SF.net SVN: gar:[18926] csw/mgar/pkg/asymptote/trunk/Makefile Message-ID: Revision: 18926 http://gar.svn.sourceforge.net/gar/?rev=18926&view=rev Author: pfelecan Date: 2012-08-13 09:05:09 +0000 (Mon, 13 Aug 2012) Log Message: ----------- asymptote/trunk: removed unused override Modified Paths: -------------- csw/mgar/pkg/asymptote/trunk/Makefile Modified: csw/mgar/pkg/asymptote/trunk/Makefile =================================================================== --- csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 08:10:53 UTC (rev 18925) +++ csw/mgar/pkg/asymptote/trunk/Makefile 2012-08-13 09:05:09 UTC (rev 18926) @@ -105,7 +105,6 @@ RUNTIME_DEP_PKGS += CSWpy-pil CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWpy-pil RUNTIME_DEP_PKGS += CSWtetex -CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWtetex RUNTIME_DEP_PKGS += CSWxpdf CHECKPKG_OVERRIDES_CSWasymptote += surplus-dependency|CSWxpdf CHECKPKG_OVERRIDES_CSWasymptote += file-with-bad-content|/usr/local|root/opt/csw/share/info/asymptote/asymptote.info This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Aug 13 17:39:01 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 13 Aug 2012 15:39:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[18927] csw/mgar/pkg/pkgutil/trunk Message-ID: Revision: 18927 http://gar.svn.sourceforge.net/gar/?rev=18927&view=rev Author: bonivart Date: 2012-08-13 15:39:01 +0000 (Mon, 13 Aug 2012) Log Message: ----------- pkgutil/trunk: moved sparse zone error function (Dago) Modified Paths: -------------- csw/mgar/pkg/pkgutil/trunk/Makefile csw/mgar/pkg/pkgutil/trunk/checksums Modified: csw/mgar/pkg/pkgutil/trunk/Makefile =================================================================== --- csw/mgar/pkg/pkgutil/trunk/Makefile 2012-08-13 09:05:09 UTC (rev 18926) +++ csw/mgar/pkg/pkgutil/trunk/Makefile 2012-08-13 15:39:01 UTC (rev 18927) @@ -1,5 +1,5 @@ NAME = pkgutil -VERSION = 2.6.4 +VERSION = 2.6.5b1 CATEGORIES = utils GARTYPE = v2 Modified: csw/mgar/pkg/pkgutil/trunk/checksums =================================================================== --- csw/mgar/pkg/pkgutil/trunk/checksums 2012-08-13 09:05:09 UTC (rev 18926) +++ csw/mgar/pkg/pkgutil/trunk/checksums 2012-08-13 15:39:01 UTC (rev 18927) @@ -1 +1 @@ -8e6fb8a8fddc47d4a945ca46c462cfdc pkgutil-2.6.4.zip +4e7d071dfac1cb92d87e929943f401b1 pkgutil-2.6.5b1.zip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Mon Aug 13 20:44:33 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Mon, 13 Aug 2012 18:44:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18928] csw/mgar/pkg/openssh/trunk Message-ID: Revision: 18928 http://gar.svn.sourceforge.net/gar/?rev=18928&view=rev Author: chninkel Date: 2012-08-13 18:44:33 +0000 (Mon, 13 Aug 2012) Log Message: ----------- openssh/trunk: removedd superfluous dependencies Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/Makefile csw/mgar/pkg/openssh/trunk/files/changelog.CSW Modified: csw/mgar/pkg/openssh/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2012-08-13 15:39:01 UTC (rev 18927) +++ csw/mgar/pkg/openssh/trunk/Makefile 2012-08-13 18:44:33 UTC (rev 18928) @@ -36,13 +36,12 @@ CATALOGNAME_CSWossh = openssh SPKG_DESC_CSWossh = OpenSSH Secure Shell server -RUNTIME_DEP_PKGS_CSWossh = CSWlibssl1-0-0 CSWlibwrap1 CSWlibz1 CSWlibkrb5-3 CSWlibk5crypto3 CSWlibgssapi-krb5-2 CSWlibcom-err3 CSWosshclient +RUNTIME_DEP_PKGS_CSWossh = CSWlibssl1-0-0 CSWlibwrap1 CSWlibz1 CSWlibkrb5-3 CSWlibgssapi-krb5-2 CSWlibcom-err3 CSWosshclient CATALOGNAME_CSWosshclient = openssh_client SPKG_DESC_CSWosshclient = OpenSSH Secure Shell client -RUNTIME_DEP_PKGS_CSWosshclient = CSWlibssl1-0-0 CSWlibz1 CSWlibkrb5-3 CSWlibk5crypto3 CSWlibgssapi-krb5-2 CSWlibcom-err3 +RUNTIME_DEP_PKGS_CSWosshclient = CSWlibssl1-0-0 CSWlibz1 CSWlibgssapi-krb5-2 - PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 PKGFILES_CSWossh = $(sbindir)/.* @@ -166,6 +165,8 @@ CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix) CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty +EXTRA_LDFLAGS = -z ignore + TEST_SCRIPTS = Modified: csw/mgar/pkg/openssh/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-13 15:39:01 UTC (rev 18927) +++ csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-13 18:44:33 UTC (rev 18928) @@ -1,3 +1,11 @@ +openssh (6.0p1,REV=2012.08.12) unstable + + * Removed superfluous dependencies: + openssh: libk5crypto3 + openssh-client: libkrb5_3 libk5crypto3 libcom_err3 + + -- Yann Rouillard Mon, 13 Aug 2012 20:43:54 +0200 + openssh (6.0p1,REV=2012.05.17) unstable * Rebuilt againt libssl 1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Mon Aug 13 22:41:50 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Mon, 13 Aug 2012 20:41:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[18929] csw/mgar/pkg/openssh/trunk/Makefile Message-ID: Revision: 18929 http://gar.svn.sourceforge.net/gar/?rev=18929&view=rev Author: chninkel Date: 2012-08-13 20:41:49 +0000 (Mon, 13 Aug 2012) Log Message: ----------- openssh/trunk: we now build for Solaris >= 10 Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/Makefile Modified: csw/mgar/pkg/openssh/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2012-08-13 18:44:33 UTC (rev 18928) +++ csw/mgar/pkg/openssh/trunk/Makefile 2012-08-13 20:41:49 UTC (rev 18929) @@ -42,7 +42,7 @@ SPKG_DESC_CSWosshclient = OpenSSH Secure Shell client RUNTIME_DEP_PKGS_CSWosshclient = CSWlibssl1-0-0 CSWlibz1 CSWlibgssapi-krb5-2 -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PKGFILES_CSWossh = $(sbindir)/.* PKGFILES_CSWossh += $(docdir)/openssh/.* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Tue Aug 14 11:02:07 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Tue, 14 Aug 2012 09:02:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[18930] csw/mgar/pkg/autogen/trunk/Makefile Message-ID: Revision: 18930 http://gar.svn.sourceforge.net/gar/?rev=18930&view=rev Author: pfelecan Date: 2012-08-14 09:02:06 +0000 (Tue, 14 Aug 2012) Log Message: ----------- autogen/trunk: adapted to my superior knowledge of GAR as this is one of my first packages using GAR Modified Paths: -------------- csw/mgar/pkg/autogen/trunk/Makefile Modified: csw/mgar/pkg/autogen/trunk/Makefile =================================================================== --- csw/mgar/pkg/autogen/trunk/Makefile 2012-08-13 20:41:49 UTC (rev 18929) +++ csw/mgar/pkg/autogen/trunk/Makefile 2012-08-14 09:02:06 UTC (rev 18930) @@ -1,6 +1,5 @@ # $Id$ -# TODO (release-critical prefixed with !, non release-critical with *) -# + NAME = autogen # Tried to package the last versions but encountered issues for which # I didn't found a solution: @@ -26,7 +25,6 @@ CONFIGURE_ARGS = $(DIRPATHS) GARCOMPILER = GNU -#GCC4_VERSION = 4.7 BUILD_DEP_PKGS = CSWguile BUILD_DEP_PKGS += CSWguilelib12 @@ -98,30 +96,32 @@ include gar/category.mk +PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) + build-nominal: - PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) $(MAKECOOKIE) build-dvi: - PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@) + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) $(subst build-,,$@) $(MAKECOOKIE) build-ps: - PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@) + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) $(subst build-,,$@) $(MAKECOOKIE) build-pdf: - PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@) + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) $(subst build-,,$@) $(MAKECOOKIE) # there is one test failing (keyword.test) and I choose to ignore it # as the remaining ones pass. test-custom: - -$(MAKE) -k -C $(WORKSRC) check + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) check $(MAKECOOKIE) install-nominal: - PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) DESTDIR="$(DESTDIR)" install + cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) -C $(OBJDIR) $(INSTALL_ARGS) DESTDIR=$(DESTDIR) install rm -rf "$(DESTDIR)$(datadir)/$(NAME)/"*.tar.gz $(MAKECOOKIE) @@ -142,4 +142,4 @@ # this is private and not available publicly mydependencies: - $(HOME)/bin/ocswdeplist --package $(NAME) + for package in CSW$(NAME); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Tue Aug 14 11:40:56 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Tue, 14 Aug 2012 09:40:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[18931] csw/mgar/pkg/autogen/trunk Message-ID: Revision: 18931 http://gar.svn.sourceforge.net/gar/?rev=18931&view=rev Author: pfelecan Date: 2012-08-14 09:40:56 +0000 (Tue, 14 Aug 2012) Log Message: ----------- autogen/trunk: new upstream release Modified Paths: -------------- csw/mgar/pkg/autogen/trunk/Makefile csw/mgar/pkg/autogen/trunk/checksums Modified: csw/mgar/pkg/autogen/trunk/Makefile =================================================================== --- csw/mgar/pkg/autogen/trunk/Makefile 2012-08-14 09:02:06 UTC (rev 18930) +++ csw/mgar/pkg/autogen/trunk/Makefile 2012-08-14 09:40:56 UTC (rev 18931) @@ -1,14 +1,8 @@ # $Id$ NAME = autogen -# Tried to package the last versions but encountered issues for which -# I didn't found a solution: -# -# 5.16: agen5/ag.c: zNotStr not defined -# 5.15: our guile is too old -# 5.14: syntax error in opts.c... -# 5.13: same issue as 5.14 -VERSION = 5.12 + +VERSION = 5.16.2 GARTYPE = v2 CATEGORIES = devel Modified: csw/mgar/pkg/autogen/trunk/checksums =================================================================== --- csw/mgar/pkg/autogen/trunk/checksums 2012-08-14 09:02:06 UTC (rev 18930) +++ csw/mgar/pkg/autogen/trunk/checksums 2012-08-14 09:40:56 UTC (rev 18931) @@ -1 +1 @@ -6c6671b76021fb30dd43b0d5fdb7180b autogen-5.12.tar.gz +00f51d09c7944bafe3625fdde040a1a4 autogen-5.16.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From phipsy at users.sourceforge.net Tue Aug 14 15:13:33 2012 From: phipsy at users.sourceforge.net (phipsy at users.sourceforge.net) Date: Tue, 14 Aug 2012 13:13:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18932] csw/mgar/pkg/facter/trunk Message-ID: Revision: 18932 http://gar.svn.sourceforge.net/gar/?rev=18932&view=rev Author: phipsy Date: 2012-08-14 13:13:33 +0000 (Tue, 14 Aug 2012) Log Message: ----------- facter: version bump Modified Paths: -------------- csw/mgar/pkg/facter/trunk/Makefile csw/mgar/pkg/facter/trunk/checksums Modified: csw/mgar/pkg/facter/trunk/Makefile =================================================================== --- csw/mgar/pkg/facter/trunk/Makefile 2012-08-14 09:40:56 UTC (rev 18931) +++ csw/mgar/pkg/facter/trunk/Makefile 2012-08-14 13:13:33 UTC (rev 18932) @@ -3,7 +3,7 @@ # $Id$ NAME = facter -VERSION = 1.6.6 +VERSION = 1.6.11 CATEGORIES = apps GARTYPE = v2 @@ -41,3 +41,4 @@ install-facter: (cd $(WORKDIR)/$(DISTNAME); ruby install.rb --destdir=$(DESTDIR)) + gunzip $(DESTDIR)/$(mandir)/man8/facter.8.gz Modified: csw/mgar/pkg/facter/trunk/checksums =================================================================== --- csw/mgar/pkg/facter/trunk/checksums 2012-08-14 09:40:56 UTC (rev 18931) +++ csw/mgar/pkg/facter/trunk/checksums 2012-08-14 13:13:33 UTC (rev 18932) @@ -4,3 +4,4 @@ bf7e384bf247935e973cfd7bf5592dfe facter-1.6.0.tar.gz bd7224e2f5b3743c3a81fb7680c26729 facter-1.6.4.tar.gz 47670a59301d6c3e31a1c68747b139c8 facter-1.6.6.tar.gz +945a332e46ccc59663b09fc7d3ce1086 facter-1.6.11.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 15:44:26 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 13:44:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[18933] csw/mgar/pkg/cpan Message-ID: Revision: 18933 http://gar.svn.sourceforge.net/gar/?rev=18933&view=rev Author: guillomovitch Date: 2012-08-14 13:44:26 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/XML-TreePP: initial import Added Paths: ----------- csw/mgar/pkg/cpan/XML-TreePP/ csw/mgar/pkg/cpan/XML-TreePP/branches/ csw/mgar/pkg/cpan/XML-TreePP/tags/ csw/mgar/pkg/cpan/XML-TreePP/trunk/ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile csw/mgar/pkg/cpan/XML-TreePP/trunk/checksums csw/mgar/pkg/cpan/XML-TreePP/trunk/files/ Property changes on: csw/mgar/pkg/cpan/XML-TreePP/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-14 13:44:26 UTC (rev 18933) @@ -0,0 +1,26 @@ +NAME = XML-TreePP +VERSION = 0.41 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = KAWASAKI + +DESCRIPTION = +define BLURB + XML::TreePP module parses an XML document and expands it for a hash tree. + This generates an XML document from a hash tree as the opposite way around. + This is a pure Perl implementation and requires no modules depended. This can + also fetch and parse an XML document from remote web server like the + XMLHttpRequest object does at JavaScript language. +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES += CSWpm-xml-treepp +CATALOGNAME_CSWpm-xml-treepp = pm_xml_treepp +SPKG_DESC_CSWpm-xml-treepp = +ARCHALL_CSWpm-xml-treepp = 1 +RUNTIME_DEP_PKGS_CSWpm-xml-treepp += CSWpm-libwww-perl + +include gar/category.mk Added: csw/mgar/pkg/cpan/XML-TreePP/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/checksums 2012-08-14 13:44:26 UTC (rev 18933) @@ -0,0 +1 @@ +3e999ac519163cf3cab70d3ee8d40b34 XML-TreePP-0.41.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 15:45:05 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 13:45:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[18934] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18934 http://gar.svn.sourceforge.net/gar/?rev=18934&view=rev Author: guillomovitch Date: 2012-08-14 13:45:04 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/File-Which: initial import Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 13:44:26 UTC (rev 18933) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 13:45:04 UTC (rev 18934) @@ -4,26 +4,28 @@ GARTYPE = v2 AUTHOR = ADAMK -DESCRIPTION = Portable implementation of the `which' utility +DESCRIPTION = Portable implementation of the "which" utility define BLURB - File::Which was created to be able to get the paths to executable programs - on systems under which the `which' program wasn't implemented in the shell. + File::Which was created to be able to get the paths to executable programs on + systems under which the `which' program wasn't implemented in the shell. - File::Which searches the directories of the user's PATH (as returned by - File::Spec->path()), looking for executable files having the name specified - as a parameter to which(). Under Win32 systems, which do not have a notion - of directly executable files, but uses special extensions such as .exe and - .bat to identify them, File::Which takes extra steps to assure that you will - find the correct file (so for example, you might be searching for perl, - it'll try perl.exe, perl.bat, etc.) + File::Which searches the directories of the user's PATH (as returned by + File::Spec->path()), looking for executable files having the name specified + as a parameter to which(). Under Win32 systems, which do not have a notion of + directly executable files, but uses special extensions such as .exe and .bat + to identify them, File::Which takes extra steps to assure that you will find + the correct file (so for example, you might be searching for perl, it'll try + perl.exe, perl.bat, etc.) endef -CATALOGNAME = pm_filehomedir -PACKAGES = CSWpmfilehomedir +CATALOG_RELEASE = unstable -ARCHALL_CSWpmfilehomedir = 1 +LICENSE_TEXT = This module is licensed under the perl license -LICENSE = LICENSE +PACKAGES += CSWpm-file-which +CATALOGNAME_CSWpm-file-which = pm_file_which +SPKG_DESC_CSWpm-file-which = Portable implementation of the "which" utility +ARCHALL_CSWpm-file-which = 1 +RUNTIME_DEP_PKGS_CSWpm-file-which += CSWpm-pathtools include gar/category.mk - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 15:57:41 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 13:57:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[18935] csw/mgar/pkg Message-ID: Revision: 18935 http://gar.svn.sourceforge.net/gar/?rev=18935&view=rev Author: guillomovitch Date: 2012-08-14 13:57:41 +0000 (Tue, 14 Aug 2012) Log Message: ----------- fusioninventory-agent: initial import Added Paths: ----------- csw/mgar/pkg/fusioninventory-agent/ csw/mgar/pkg/fusioninventory-agent/Makefile csw/mgar/pkg/fusioninventory-agent/branches/ csw/mgar/pkg/fusioninventory-agent/tags/ csw/mgar/pkg/fusioninventory-agent/trunk/ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile csw/mgar/pkg/fusioninventory-agent/trunk/checksums csw/mgar/pkg/fusioninventory-agent/trunk/files/ Added: csw/mgar/pkg/fusioninventory-agent/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/Makefile (rev 0) +++ csw/mgar/pkg/fusioninventory-agent/Makefile 2012-08-14 13:57:41 UTC (rev 18935) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/fusioninventory-agent/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile (rev 0) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-14 13:57:41 UTC (rev 18935) @@ -0,0 +1,49 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = fusioninventory-agent +VERSION = 2.2.4 +GARTYPE = v2 +CATEGORIES = cpan + +DESCRIPTION = FusionInventory agent +define BLURB + The FusionInventory agent is a generic management agent. It can perform a + certain number of tasks, according to its own execution plan, or on behalf of + a GLPI server with fusioninventory plugin, acting as a control point. +endef + +MASTER_SITES = $(CPAN_MIRRORS) +AUTHOR = FUSINV +DISTNAME = FusionInventory-Agent-$(VERSION) +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES = CSWfusioninventory-agent +ARCHALL = 1 + +RUNTIME_DEP_PKGS_CSWfusioninventory-agent = CSWperl +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_compress_zlib +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_digest_md5 +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_file_which +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_http_daemon +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_io_socket_ssl +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_libwww_perl +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_daemon +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_pid_file +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_cups +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_ip +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_text_template +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_universal_require +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_xml_treepp + +CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw + +# skip tests +SKIPTEST ?= 1 + +# ensure usage of gnu coreutils install +INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) + +DOCLIST = LICENSE Changes README THANKS + +include gar/category.mk Property changes on: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/fusioninventory-agent/trunk/checksums =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/checksums (rev 0) +++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2012-08-14 13:57:41 UTC (rev 18935) @@ -0,0 +1 @@ +c3ce4ad7f2215d2aa4546b186c7c8926 FusionInventory-Agent-2.2.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 17:18:15 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 15:18:15 +0000 Subject: [csw-devel] SF.net SVN: gar:[18936] csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Message-ID: Revision: 18936 http://gar.svn.sourceforge.net/gar/?rev=18936&view=rev Author: guillomovitch Date: 2012-08-14 15:18:15 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/XML-TreePP: drop implicit variables, set PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-14 13:57:41 UTC (rev 18935) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-14 15:18:15 UTC (rev 18936) @@ -14,13 +14,13 @@ endef CATALOG_RELEASE = unstable +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 LICENSE_TEXT = This module is licensed under the perl license -PACKAGES += CSWpm-xml-treepp -CATALOGNAME_CSWpm-xml-treepp = pm_xml_treepp -SPKG_DESC_CSWpm-xml-treepp = -ARCHALL_CSWpm-xml-treepp = 1 +PACKAGES = CSWpm-xml-treepp +ARCHALL = 1 + RUNTIME_DEP_PKGS_CSWpm-xml-treepp += CSWpm-libwww-perl include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 14 17:47:13 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 14 Aug 2012 15:47:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[18937] csw/mgar/pkg/freeradius/trunk/Makefile Message-ID: Revision: 18937 http://gar.svn.sourceforge.net/gar/?rev=18937&view=rev Author: dmichelsen Date: 2012-08-14 15:47:12 +0000 (Tue, 14 Aug 2012) Log Message: ----------- freeradius/trunk: Enable MySQL and PostgreSQL, build on Solaris 10 against OpenSSL 1.0 Modified Paths: -------------- csw/mgar/pkg/freeradius/trunk/Makefile Modified: csw/mgar/pkg/freeradius/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeradius/trunk/Makefile 2012-08-14 15:18:15 UTC (rev 18936) +++ csw/mgar/pkg/freeradius/trunk/Makefile 2012-08-14 15:47:12 UTC (rev 18937) @@ -18,6 +18,8 @@ LICENSE = LICENSE +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + BUILD_DEP_PKGS += CSWlibgdbm-dev BUILD_DEP_PKGS += CSWlibkrb5-dev BUILD_DEP_PKGS += CSWlibreadline-dev @@ -26,7 +28,7 @@ SPKG_DESC_CSWfreeradius = A free RADIUS server implementation RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibpython2-6-1-0 RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibpcap1 -RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibssl0-9-8 +RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibgdbm4 RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibltdl7 RUNTIME_DEP_PKGS_CSWfreeradius += CSWlibreadline6 @@ -46,7 +48,6 @@ CHECKPKG_OVERRIDES_CSWfreeradius += file-with-bad-content|/usr/share|root/opt/csw/share/doc/freeradius/mssql CHECKPKG_OVERRIDES_CSWfreeradius += file-with-bad-content|/usr/share|root/opt/csw/share/doc/freeradius/ldap_howto.rst - PACKAGES += CSWfreeradius-krb5 SPKG_DESC_CSWfreeradius-krb5 = Kerberos 5 Module rlm_krb5 for FreeRADIUS PKGFILES_CSWfreeradius-krb5 += $(raddbdir)/modules/krb5.CSW @@ -83,30 +84,36 @@ EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/example.pl EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/modules/perl -## Disabling Postgresql because it's going to take a bunch of weird -## Makefile hackery of these non-automake Makefiles to get the RPATH right -#BUILD_DEP_PKGS += CSWpostgresql -#rlm_pgsql_lib = $(shell /opt/csw/postgresql/bin/$(ISA)/pg_config --libdir) -#rlm_pgsql_inc = $(shell /opt/csw/postgresql/bin/$(ISA)/pg_config --includedir) -#CONFIGURE_ARGS += --with-rlm_sql_postgresql_lib_dir=$(rlm_pgsql_lib) -#CONFIGURE_ARGS += --with-rlm_sql_postgresql_include_dir=$(rlm_pgsql_inc) -## Comment out the following lines when building PostgreSQL support -CONFIGURE_ARGS += --without-rlm_sql_postgresql -EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/sql/postgresql -EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/sql/postgresql/.* -## End pgsql exclusion lines +BUILD_DEP_PKGS += CSWpostgresql-dev +rlm_pgsql_lib = $(shell $(bindir)/pg_config --libdir) +rlm_pgsql_inc = $(shell $(bindir)/pg_config --includedir) +CONFIGURE_ARGS += --with-rlm_sql_postgresql_lib_dir=$(rlm_pgsql_lib) +CONFIGURE_ARGS += --with-rlm_sql_postgresql_include_dir=$(rlm_pgsql_inc) +#CONFIGURE_ARGS += --without-rlm_sql_postgresql -## Disabling MySQL because it's going to take a bunch of weird -## Makefile hackery of these non-automake Makefiles to get the RPATH right -#BUILD_DEP_PKGS += CSWmysql5devel -#CONFIGURE_ARGS += --with-mysql-lib-dir=/opt/csw/mysql5/lib/$(ISA)/mysql -#CONFIGURE_ARGS += --with-mysql-include-dir=/opt/csw/mysql5/include -## Comment out the following lines when building mysql support -CONFIGURE_ARGS += --without-rlm_sql_mysql -EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/sql/mysql -EXTRA_MERGE_EXCLUDE_FILES += $(raddbdir)/sql/mysql/.* -## End mysql exclusion lines +PACKAGES += CSWfreeradius-postgresql +SPKG_DESC_CSWfreeradius-postgresql = PostgreSQL Module rlm_sql_postgresql for FreeRADIUS +PKGFILES_CSWfreeradius-postgresql += /opt/csw/lib/freeradius/rlm_sql_postgresql\.so +PKGFILES_CSWfreeradius-postgresql += /opt/csw/lib/freeradius/rlm_sql_postgresql-2\.1\.[0-9]+\.so +PKGFILES_CSWfreeradius-postgresql += $(raddbdir)/sql/postgresql +PKGFILES_CSWfreeradius-postgresql += $(raddbdir)/sql/postgresql/.* +RUNTIME_DEP_PKGS_CSWfreeradius-postgresql += CSWlibpq5 +BUILD_DEP_PKGS += CSWmysql-dev +CONFIGURE_ARGS += --with-mysql-lib-dir=$(libdir) +CONFIGURE_ARGS += --with-mysql-include-dir=$(includedir) +#CONFIGURE_ARGS += --without-rlm_sql_mysql + +PACKAGES += CSWfreeradius-mysql +SPKG_DESC_CSWfreeradius-mysql = MySQL Module rlm_sql_mysql for FreeRADIUS +PKGFILES_CSWfreeradius-mysql += /opt/csw/lib/freeradius/rlm_sql_mysql\.so +PKGFILES_CSWfreeradius-mysql += /opt/csw/lib/freeradius/rlm_sql_mysql-2\.1\.[0-9]+\.so +PKGFILES_CSWfreeradius-mysql += $(raddbdir)/sql/mysql +PKGFILES_CSWfreeradius-mysql += $(raddbdir)/sql/mysql/.* +RUNTIME_DEP_PKGS_CSWfreeradius-mysql += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWfreeradius-mysql += CSWlibz1 +RUNTIME_DEP_PKGS_CSWfreeradius-mysql += CSWlibmysqlclient18 + radius_user = radius radius_group = radius This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 14 18:00:58 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 14 Aug 2012 16:00:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[18938] csw/mgar/pkg/cpan/Probe-Perl/trunk Message-ID: Revision: 18938 http://gar.svn.sourceforge.net/gar/?rev=18938&view=rev Author: dmichelsen Date: 2012-08-14 16:00:58 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/Probe-Perl/trunk: Sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Probe-Perl/trunk/Makefile csw/mgar/pkg/cpan/Probe-Perl/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Probe-Perl/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Probe-Perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Probe-Perl/trunk/Makefile 2012-08-14 15:47:12 UTC (rev 18937) +++ csw/mgar/pkg/cpan/Probe-Perl/trunk/Makefile 2012-08-14 16:00:58 UTC (rev 18938) @@ -8,11 +8,21 @@ define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmprobeperl -CATALOGNAME = pm_probeperl +LICENSE_TEXT = This module is licensed under the perl license -ARCHALL = 1 +PACKAGES += CSWpm-probe-perl +CATALOGNAME_CSWpm-probe-perl = pm_probe_perl +SPKG_DESC_CSWpm-probe-perl = Information about the currently running perl +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-probe-perl = 1 +OBSOLETED_BY_CSWpm-probe-perl += CSWpmprobeperl +CATALOGNAME_CSWpmprobeperl = pm_probeperl_stub +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + include gar/category.mk Modified: csw/mgar/pkg/cpan/Probe-Perl/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Probe-Perl/trunk/checksums 2012-08-14 15:47:12 UTC (rev 18937) +++ csw/mgar/pkg/cpan/Probe-Perl/trunk/checksums 2012-08-14 16:00:58 UTC (rev 18938) @@ -1,2 +1 @@ -92fa468e63d72cbefa8b432c851c379e COPYING b6f613a7d07dde568a0d4b9570de47c3 Probe-Perl-0.01.tar.gz Deleted: csw/mgar/pkg/cpan/Probe-Perl/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Probe-Perl/trunk/files/COPYING 2012-08-14 15:47:12 UTC (rev 18937) +++ csw/mgar/pkg/cpan/Probe-Perl/trunk/files/COPYING 2012-08-14 16:00:58 UTC (rev 18938) @@ -1,4 +0,0 @@ -Copyright (C) 2005 Randy W. Sims - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 14 18:01:25 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 14 Aug 2012 16:01:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[18939] csw/mgar/pkg/cpan/IPC-Run3/trunk Message-ID: Revision: 18939 http://gar.svn.sourceforge.net/gar/?rev=18939&view=rev Author: dmichelsen Date: 2012-08-14 16:01:25 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/IPC-Run3/trunk: Update to 0.045 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/IPC-Run3/trunk/Makefile csw/mgar/pkg/cpan/IPC-Run3/trunk/checksums Modified: csw/mgar/pkg/cpan/IPC-Run3/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IPC-Run3/trunk/Makefile 2012-08-14 16:00:58 UTC (rev 18938) +++ csw/mgar/pkg/cpan/IPC-Run3/trunk/Makefile 2012-08-14 16:01:25 UTC (rev 18939) @@ -1,20 +1,23 @@ NAME = IPC-Run3 -VERSION = 0.043 +VERSION = 0.045 CATEGORIES = cpan GARTYPE = v2 AUTHOR = RJBS DESCRIPTION = Run a subprocess with input/ouput redirection define BLURB - This module allows you to run a subprocess and redirect stdin, stdout, - and/or stderr to files and perl data structures. It aims to satisfy 99% of - the need for using system()/qx``/open3() with a simple, extremely Perlish - API and none of the bloat and rarely used features of IPC::Run. endef -PACKAGES = CSWpmipcrun3 -CATALOGNAME = pm_ipcrun3 +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE = LICENSE +PACKAGES += CSWpm-ipc-run3 +CATALOGNAME_CSWpm-ipc-run3 = pm_ipc_run3 +SPKG_DESC_CSWpm-ipc-run3 = Run a subprocess with input/ouput redirection +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-ipc-run3 = 1 +OBSOLETED_BY_CSWpm-ipc-run3 += CSWpmipcrun3 +CATALOGNAME_CSWpmipcrun3 = pm_ipcrun3_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/IPC-Run3/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IPC-Run3/trunk/checksums 2012-08-14 16:00:58 UTC (rev 18938) +++ csw/mgar/pkg/cpan/IPC-Run3/trunk/checksums 2012-08-14 16:01:25 UTC (rev 18939) @@ -1 +1 @@ -ef3c073f900bcc9c3e30e91f1fc00fda download/IPC-Run3-0.043.tar.gz +e8913c03a8a6c6297a6e622d656e343a IPC-Run3-0.045.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 14 18:07:37 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 14 Aug 2012 16:07:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[18940] csw/mgar/pkg/cpan/Test-Script/trunk/Makefile Message-ID: Revision: 18940 http://gar.svn.sourceforge.net/gar/?rev=18940&view=rev Author: dmichelsen Date: 2012-08-14 16:07:37 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/Test-Script/trunk: Update to makemake Modified Paths: -------------- csw/mgar/pkg/cpan/Test-Script/trunk/Makefile Modified: csw/mgar/pkg/cpan/Test-Script/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Script/trunk/Makefile 2012-08-14 16:01:25 UTC (rev 18939) +++ csw/mgar/pkg/cpan/Test-Script/trunk/Makefile 2012-08-14 16:07:37 UTC (rev 18940) @@ -4,15 +4,22 @@ GARTYPE = v2 AUTHOR = ADAMK -DESCRIPTION = Cross-platform basic tests for scripts +DESCRIPTION = Basic cross-platform tests for scripts define BLURB endef -RUNTIME_DEP_PKGS = CSWpmipcrun3 +CATALOG_RELEASE = unstable -PACKAGES = CSWpmtestscript -CATALOGNAME = pm_testscript +LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-test-script +CATALOGNAME_CSWpm-test-script = pm_test_script +SPKG_DESC_CSWpm-test-script = Basic cross-platform tests for scripts +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-script = 1 +RUNTIME_DEP_PKGS_CSWpm-test-script += CSWpm-ipc-run3 +RUNTIME_DEP_PKGS_CSWpm-test-script += CSWpm-probe-perl +OBSOLETED_BY_CSWpm-test-script += CSWpmtestscript +CATALOGNAME_CSWpmtestscript = pm_testscript_stub include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 14 19:01:14 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 14 Aug 2012 17:01:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[18941] csw/mgar/pkg/cpan/Net-SSLeay/trunk Message-ID: Revision: 18941 http://gar.svn.sourceforge.net/gar/?rev=18941&view=rev Author: dmichelsen Date: 2012-08-14 17:01:14 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/Net-SSLeay/trunk: Update to 1.48 Modified Paths: -------------- csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums Modified: csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile 2012-08-14 16:07:37 UTC (rev 18940) +++ csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile 2012-08-14 17:01:14 UTC (rev 18941) @@ -1,29 +1,31 @@ NAME = Net-SSLeay -VERSION = 1.36 +VERSION = 1.48 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = FLORA +AUTHOR = MIKEM -DESCRIPTION = Extension for using OpenSSL +DESCRIPTION = Perl extension for using OpenSSL define BLURB - This module offers some high level convinience functions for accessing web - pages on SSL servers (for symmetry, same API is offered for accessing http - servers, too), a sslcat() function for writing your own clients, and finally - access to the SSL api of SSLeay/OpenSSL package so you can write servers or - clients for more complicated applications. endef -MODDIST = $(DISTNAME).tar.gz +CATALOG_RELEASE = unstable -PACKAGES = CSWpmnetssleay -CATALOGNAME = pm_netssleay +LICENSE_TEXT = This module is licensed under the unknown license -RUNTIME_DEP_PKGS = CSWosslrt -BUILD_DEP_PKGS = CSWossldevel +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -PERL_CONFIGURE_ARGS = $(prefix) INSTALLDIRS=vendor +PACKAGES += CSWpm-net-ssleay +CATALOGNAME_CSWpm-net-ssleay = pm_net_ssleay +SPKG_DESC_CSWpm-net-ssleay = Perl extension for using OpenSSL +RUNTIME_DEP_PKGS_CSWpm-net-ssleay += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWpm-net-ssleay += CSWlibz1 +OBSOLETED_BY_CSWpm-net-ssleay += CSWpmnetssleay +CATALOGNAME_CSWpmnetssleay = pm_netssleay_stub +# These are just docs +CHECKPKG_OVERRIDES_CSWpm-net-ssleay += file-with-bad-content|/usr/local|root/opt/csw/lib/perl/csw/Net/SSLeay.pod +CHECKPKG_OVERRIDES_CSWpm-net-ssleay += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Net::SSLeay.3perl + CONFIGURE_ENV = OPENSSL_PREFIX=$(prefix) AUTOMATED_TESTING=1 PERL_MM_USE_DEFAULT=1 include gar/category.mk - Modified: csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums 2012-08-14 16:07:37 UTC (rev 18940) +++ csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums 2012-08-14 17:01:14 UTC (rev 18941) @@ -1 +1 @@ -54061638720dd6a325395331c77f21d8 Net-SSLeay-1.36.tar.gz +4e10d9da28f26732e37807820bf72af5 Net-SSLeay-1.48.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 19:01:57 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 17:01:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[18942] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18942 http://gar.svn.sourceforge.net/gar/?rev=18942&view=rev Author: guillomovitch Date: 2012-08-14 17:01:57 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/File-Which: update build deps, set build targets, remove implicit variables Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 17:01:14 UTC (rev 18941) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 17:01:57 UTC (rev 18942) @@ -19,13 +19,15 @@ endef CATALOG_RELEASE = unstable +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 LICENSE_TEXT = This module is licensed under the perl license -PACKAGES += CSWpm-file-which -CATALOGNAME_CSWpm-file-which = pm_file_which -SPKG_DESC_CSWpm-file-which = Portable implementation of the "which" utility -ARCHALL_CSWpm-file-which = 1 +PACKAGES = CSWpm-file-which +ARCHALL = 1 + +BUILDIME_DEP_PKGS_CSWpm-file-which += CSWpm-test-script + RUNTIME_DEP_PKGS_CSWpm-file-which += CSWpm-pathtools include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 19:18:39 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 17:18:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[18943] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18943 http://gar.svn.sourceforge.net/gar/?rev=18943&view=rev Author: guillomovitch Date: 2012-08-14 17:18:39 +0000 (Tue, 14 Aug 2012) Log Message: ----------- fusioninventory-agent: set build targets Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-14 17:01:57 UTC (rev 18942) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-14 17:18:39 UTC (rev 18943) @@ -13,6 +13,8 @@ a GLPI server with fusioninventory plugin, acting as a control point. endef +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + MASTER_SITES = $(CPAN_MIRRORS) AUTHOR = FUSINV DISTNAME = FusionInventory-Agent-$(VERSION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 20:46:13 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 18:46:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[18944] csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Message-ID: Revision: 18944 http://gar.svn.sourceforge.net/gar/?rev=18944&view=rev Author: guillomovitch Date: 2012-08-14 18:46:13 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/XML-TreePP: fix description Modified Paths: -------------- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-14 17:18:39 UTC (rev 18943) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-14 18:46:13 UTC (rev 18944) @@ -4,7 +4,7 @@ GARTYPE = v2 AUTHOR = KAWASAKI -DESCRIPTION = +DESCRIPTION = Pure Perl implementation for parsing/writing XML documents define BLURB XML::TreePP module parses an XML document and expands it for a hash tree. This generates an XML document from a hash tree as the opposite way around. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 20:52:55 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 18:52:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[18945] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18945 http://gar.svn.sourceforge.net/gar/?rev=18945&view=rev Author: guillomovitch Date: 2012-08-14 18:52:54 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/File-Which: trim description Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 18:46:13 UTC (rev 18944) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 18:52:54 UTC (rev 18945) @@ -8,14 +8,6 @@ define BLURB File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell. - - File::Which searches the directories of the user's PATH (as returned by - File::Spec->path()), looking for executable files having the name specified - as a parameter to which(). Under Win32 systems, which do not have a notion of - directly executable files, but uses special extensions such as .exe and .bat - to identify them, File::Which takes extra steps to assure that you will find - the correct file (so for example, you might be searching for perl, it'll try - perl.exe, perl.bat, etc.) endef CATALOG_RELEASE = unstable This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 20:57:25 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 18:57:25 +0000 Subject: [csw-devel] SF.net SVN: gar:[18946] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18946 http://gar.svn.sourceforge.net/gar/?rev=18946&view=rev Author: guillomovitch Date: 2012-08-14 18:57:24 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/File-Which: no need for package-specific variables Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 18:52:54 UTC (rev 18945) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 18:57:24 UTC (rev 18946) @@ -18,8 +18,8 @@ PACKAGES = CSWpm-file-which ARCHALL = 1 -BUILDIME_DEP_PKGS_CSWpm-file-which += CSWpm-test-script +BUILDIME_DEP_PKGS += CSWpm-test-script -RUNTIME_DEP_PKGS_CSWpm-file-which += CSWpm-pathtools +RUNTIME_DEP_PKGS += CSWpm-pathtools include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Tue Aug 14 21:01:54 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Tue, 14 Aug 2012 19:01:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[18947] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18947 http://gar.svn.sourceforge.net/gar/?rev=18947&view=rev Author: guillomovitch Date: 2012-08-14 19:01:54 +0000 (Tue, 14 Aug 2012) Log Message: ----------- cpan/File-Which: oops, fix variable name Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 18:57:24 UTC (rev 18946) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 19:01:54 UTC (rev 18947) @@ -18,7 +18,7 @@ PACKAGES = CSWpm-file-which ARCHALL = 1 -BUILDIME_DEP_PKGS += CSWpm-test-script +BUILD_DEP_PKGS += CSWpm-test-script RUNTIME_DEP_PKGS += CSWpm-pathtools This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Aug 15 12:40:21 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 15 Aug 2012 10:40:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[18948] csw/mgar/pkg/pkgutil/trunk Message-ID: Revision: 18948 http://gar.svn.sourceforge.net/gar/?rev=18948&view=rev Author: bonivart Date: 2012-08-15 10:40:21 +0000 (Wed, 15 Aug 2012) Log Message: ----------- pkgutil/trunk: 2.6.5 final Modified Paths: -------------- csw/mgar/pkg/pkgutil/trunk/Makefile csw/mgar/pkg/pkgutil/trunk/checksums Modified: csw/mgar/pkg/pkgutil/trunk/Makefile =================================================================== --- csw/mgar/pkg/pkgutil/trunk/Makefile 2012-08-14 19:01:54 UTC (rev 18947) +++ csw/mgar/pkg/pkgutil/trunk/Makefile 2012-08-15 10:40:21 UTC (rev 18948) @@ -1,5 +1,5 @@ NAME = pkgutil -VERSION = 2.6.5b1 +VERSION = 2.6.5 CATEGORIES = utils GARTYPE = v2 Modified: csw/mgar/pkg/pkgutil/trunk/checksums =================================================================== --- csw/mgar/pkg/pkgutil/trunk/checksums 2012-08-14 19:01:54 UTC (rev 18947) +++ csw/mgar/pkg/pkgutil/trunk/checksums 2012-08-15 10:40:21 UTC (rev 18948) @@ -1 +1 @@ -4e7d071dfac1cb92d87e929943f401b1 pkgutil-2.6.5b1.zip +eea02e6cff965815a86386693c8b3a79 pkgutil-2.6.5.zip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 13:45:50 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 11:45:50 +0000 Subject: [csw-devel] SF.net SVN: gar:[18949] csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk Message-ID: Revision: 18949 http://gar.svn.sourceforge.net/gar/?rev=18949&view=rev Author: dmichelsen Date: 2012-08-15 11:45:49 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Class-Data-Inheritable/trunk: Sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/files/ Modified: csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile 2012-08-15 10:40:21 UTC (rev 18948) +++ csw/mgar/pkg/cpan/Class-Data-Inheritable/trunk/Makefile 2012-08-15 11:45:49 UTC (rev 18949) @@ -6,26 +6,18 @@ DESCRIPTION = Inheritable, overridable class data define BLURB - Class::Data::Inheritable is for creating accessor/mutators to class data. - That is, if you want to store something about your class as a whole (instead - of about a single object). This data is then inherited by your subclasses - and can be overriden. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmclassdatainheritable CSWpmclsdtainherit +LICENSE_TEXT = This module is licensed under the perl license -CATALOGNAME_CSWpmclassdatainheritable = pm_classdatainheritable -CATALOGNAME_CSWpmclsdtainherit = pm_clsdtainherit +PACKAGES += CSWpm-class-data-inheritable +CATALOGNAME_CSWpm-class-data-inheritable = pm_class_data_inheritable +SPKG_DESC_CSWpm-class-data-inheritable = Inheritable, overridable class data +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-class-data-inheritable = 1 +OBSOLETED_BY_CSWpm-class-data-inheritable += CSWpmclsdtainherit +CATALOGNAME_CSWpmclsdtainherit = pm_clsdtainherit_stub -SPKG_DESC_CSWpmclassdatainheritable = $(DESCRIPTION) -SPKG_DESC_CSWpmclsdtainherit = Empty stub as contents has been moved to CSWpmclassdatainheritable - -RUNTIME_DEP_PKGS_ONLY_CSWpmclsdtainherit = CSWpmclassdatainheritable - -ARCHALL = 1 - -PKGFILES_CSWpmclsdtainherit = NOFILES - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 13:47:05 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 11:47:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[18950] csw/mgar/pkg/cpan/Data-ShowTable/trunk Message-ID: Revision: 18950 http://gar.svn.sourceforge.net/gar/?rev=18950&view=rev Author: dmichelsen Date: 2012-08-15 11:47:05 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Data-ShowTable/trunk: Sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Data-ShowTable/trunk/Makefile csw/mgar/pkg/cpan/Data-ShowTable/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.gspec csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.prototype Modified: csw/mgar/pkg/cpan/Data-ShowTable/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Data-ShowTable/trunk/Makefile 2012-08-15 11:45:49 UTC (rev 18949) +++ csw/mgar/pkg/cpan/Data-ShowTable/trunk/Makefile 2012-08-15 11:47:05 UTC (rev 18950) @@ -4,14 +4,20 @@ GARTYPE = v2 AUTHOR = AKSTE -DESCRIPTION = routines to display tabular data in several formats. +DESCRIPTION = define BLURB - The ShowTable module provides subroutines to display tabular data, typially - from a database, in nicely formatted columns, in several formats. Its - arguments can either be given in a fixed order, or, as a single, anonymous - hash-array. endef -DISTFILES += $(call admfiles,CSWpmdatashowtable,prototype) +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the license + +PACKAGES += CSWpm-data-showtable +CATALOGNAME_CSWpm-data-showtable = pm_data_showtable +SPKG_DESC_CSWpm-data-showtable = Show data in nicely formatted columns +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-data-showtable = 1 +OBSOLETED_BY_CSWpm-data-showtable += CSWpmdatashowtbl +CATALOGNAME_CSWpmdatashowtbl = pm_datashowtbl_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Data-ShowTable/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Data-ShowTable/trunk/checksums 2012-08-15 11:45:49 UTC (rev 18949) +++ csw/mgar/pkg/cpan/Data-ShowTable/trunk/checksums 2012-08-15 11:47:05 UTC (rev 18950) @@ -1,3 +1 @@ -7905626727fd7ce2a47e1f54deead9eb download/CSWpmdatashowtable.gspec -d362db8839bafcccb4777ba8a1cebcaa download/CSWpmdatashowtable.prototype -e8a3060790803bdf9f0fcb73bb4e71c4 download/Data-ShowTable-3.3.tar.gz +e8a3060790803bdf9f0fcb73bb4e71c4 Data-ShowTable-3.3.tar.gz Deleted: csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.gspec =================================================================== --- csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.gspec 2012-08-15 11:45:49 UTC (rev 18949) +++ csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.gspec 2012-08-15 11:47:05 UTC (rev 18950) @@ -1,5 +0,0 @@ -%var bitname pm_datashowtable -%var pkgname CSWpmdatashowtable -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright url file://%{WORKSRC}/GNU-LICENSE Deleted: csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.prototype =================================================================== --- csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.prototype 2012-08-15 11:45:49 UTC (rev 18949) +++ csw/mgar/pkg/cpan/Data-ShowTable/trunk/files/CSWpmdatashowtable.prototype 2012-08-15 11:47:05 UTC (rev 18950) @@ -1,19 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/showtable 0555 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Data 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Data/ShowTable 0755 root bin -f none /opt/csw/lib/perl/csw/auto/Data/ShowTable/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man1 0755 root bin -f none /opt/csw/share/man/man1/showtable.1 0444 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/Data::ShowTable.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/Data 0755 root bin -f none /opt/csw/share/perl/csw/Data/ShowTable.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 13:49:26 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 11:49:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[18951] csw/mgar/pkg/cpan/Test-LongString/trunk Message-ID: Revision: 18951 http://gar.svn.sourceforge.net/gar/?rev=18951&view=rev Author: dmichelsen Date: 2012-08-15 11:49:26 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Test-LongString/trunk: Update to 0.15 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Test-LongString/trunk/Makefile csw/mgar/pkg/cpan/Test-LongString/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Test-LongString/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Test-LongString/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-LongString/trunk/Makefile 2012-08-15 11:47:05 UTC (rev 18950) +++ csw/mgar/pkg/cpan/Test-LongString/trunk/Makefile 2012-08-15 11:49:26 UTC (rev 18951) @@ -1,32 +1,23 @@ NAME = Test-LongString -VERSION = 0.14 +VERSION = 0.15 CATEGORIES = cpan GARTYPE = v2 AUTHOR = RGARCIA -DESCRIPTION = Tests strings for equality +DESCRIPTION = define BLURB - This module provides some drop-in replacements for the string comparison - functions of Test::More, but which are more suitable when you test against - long strings. If you've ever had to search for text in a multi-line string - like an HTML document, or find specific items in binary data, this is the - module for you. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmtestlongstring CSWpmtestlongstr +LICENSE_TEXT = This module is licensed under the perl license -CATALOGNAME_CSWpmtestlongstring = pm_testlongstring -CATALOGNAME_CSWpmtestlongstr = pm_testlongstr +PACKAGES += CSWpm-test-longstring +CATALOGNAME_CSWpm-test-longstring = pm_test_longstring +SPKG_DESC_CSWpm-test-longstring = Tests strings for equality, with more helpful failures +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-test-longstring = 1 +OBSOLETED_BY_CSWpm-test-longstring += CSWpmtestlongstr +CATALOGNAME_CSWpmtestlongstr = pm_testlongstr_stub -SPKG_DESC_CSWpmtestlongstring = $(DESCRIPTION) -SPKG_DESC_CSWpmtestlongstr = Empty stub as contents has been moved to CSWpmtestlongstring - -RUNTIME_DEP_PKGS_ONLY_CSWpmtestlongstr = CSWpmtestlongstring - -ARCHALL = 1 - -PKGFILES_CSWpmtestlongstr = NOFILES - include gar/category.mk Modified: csw/mgar/pkg/cpan/Test-LongString/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-LongString/trunk/checksums 2012-08-15 11:47:05 UTC (rev 18950) +++ csw/mgar/pkg/cpan/Test-LongString/trunk/checksums 2012-08-15 11:49:26 UTC (rev 18951) @@ -1 +1 @@ -d10a25c6c3f22d041d6910fae0b8f826 Test-LongString-0.14.tar.gz +e628d735b8e8f33d3992541f823491c3 Test-LongString-0.15.tar.gz Deleted: csw/mgar/pkg/cpan/Test-LongString/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Test-LongString/trunk/files/COPYING 2012-08-15 11:47:05 UTC (rev 18950) +++ csw/mgar/pkg/cpan/Test-LongString/trunk/files/COPYING 2012-08-15 11:49:26 UTC (rev 18951) @@ -1,4 +0,0 @@ -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - -Copyright (c) 2002, 2003, 2004, 2005 Rafael Garcia-Suarez This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 13:56:33 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 11:56:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18952] csw/mgar/pkg/cpan Message-ID: Revision: 18952 http://gar.svn.sourceforge.net/gar/?rev=18952&view=rev Author: dmichelsen Date: 2012-08-15 11:56:33 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/CSS-Squish/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/CSS-Squish/ csw/mgar/pkg/cpan/CSS-Squish/branches/ csw/mgar/pkg/cpan/CSS-Squish/tags/ csw/mgar/pkg/cpan/CSS-Squish/trunk/ csw/mgar/pkg/cpan/CSS-Squish/trunk/Makefile csw/mgar/pkg/cpan/CSS-Squish/trunk/checksums csw/mgar/pkg/cpan/CSS-Squish/trunk/files/ Property changes on: csw/mgar/pkg/cpan/CSS-Squish/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/CSS-Squish/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/CSS-Squish/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/CSS-Squish/trunk/Makefile 2012-08-15 11:56:33 UTC (rev 18952) @@ -0,0 +1,26 @@ +NAME = CSS-Squish +VERSION = 0.10 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = TSIBLEY + +DESCRIPTION = Compact many CSS files into one big file +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the unknown license + +BUILD_DEP_PKGS += CSWpm-test-longstring + +PACKAGES += CSWpm-css-squish +CATALOGNAME_CSWpm-css-squish = pm_css_squish +SPKG_DESC_CSWpm-css-squish = Compact many CSS files into one big file +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-css-squish = 1 +RUNTIME_DEP_PKGS_CSWpm-css-squish += CSWpm-uri +OBSOLETED_BY_CSWpm-css-squish += CSWpmcsssquish +CATALOGNAME_CSWpmcsssquish = pm_csssquish_stub + +include gar/category.mk Added: csw/mgar/pkg/cpan/CSS-Squish/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/CSS-Squish/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/CSS-Squish/trunk/checksums 2012-08-15 11:56:33 UTC (rev 18952) @@ -0,0 +1 @@ +59f8e2c26a2a89418d2274e8ca44ae97 CSS-Squish-0.10.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:00:52 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:00:52 +0000 Subject: [csw-devel] SF.net SVN: gar:[18953] csw/mgar/pkg/cpan/FreezeThaw/trunk Message-ID: Revision: 18953 http://gar.svn.sourceforge.net/gar/?rev=18953&view=rev Author: dmichelsen Date: 2012-08-15 12:00:51 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/FreezeThaw/trunk: Update to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile 2012-08-15 11:56:33 UTC (rev 18952) +++ csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile 2012-08-15 12:00:51 UTC (rev 18953) @@ -4,20 +4,21 @@ GARTYPE = v2 AUTHOR = ILYAZ -DESCRIPTION = Converting Perl structures to strings and back. +DESCRIPTION = Convert arbitrary objects to/from strings define BLURB - Converts data to/from stringified form, appropriate for saving-to and - reading-from permanent storage. Deals with objects, circular lists, - repeated appearence of the same refence. Does not deal with overloaded - stringify operator yet. endef MASTER_SITES = $(addsuffix modules/,$(CPAN_MIRRORS)) -DISTFILES = COPYING -PACKAGES = CSWpmfreezethaw -CATALOGNAME = pm_freezethaw +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE_TEXT = This module is licensed under the unknown license +PACKAGES += CSWpm-freezethaw +CATALOGNAME_CSWpm-freezethaw = pm_freezethaw +SPKG_DESC_CSWpm-freezethaw = Convert arbitrary objects to/from strings +ARCHALL_CSWpm-freezethaw = 1 +OBSOLETED_BY_CSWpm-freezethaw += CSWpmfreezethaw +CATALOGNAME_CSWpmfreezethaw = pm_freezethaw_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums 2012-08-15 11:56:33 UTC (rev 18952) +++ csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums 2012-08-15 12:00:51 UTC (rev 18953) @@ -1,2 +1 @@ -fb4a5787284fbacdc9221b845f6f2622 COPYING 6314ff39384d839a7394a3bc363e149f FreezeThaw-0.5001.tar.gz Deleted: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING 2012-08-15 11:56:33 UTC (rev 18952) +++ csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING 2012-08-15 12:00:51 UTC (rev 18953) @@ -1,18 +0,0 @@ -Copyright (c) 1995 Ilya Zakharevich. All rights reserved. -This program is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. - -You should have received a copy of the Perl license along with -Perl; see the file README in Perl distribution. - -You should have received a copy of the GNU General Public License -along with Perl; see the file Copying. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - -You should have received a copy of the Artistic License -along with Perl; see the file Artistic. - -Author of this software makes no claim whatsoever about suitability, -reliability, edability, editability or usability of this product. If -you can use it, you are in luck, if not, I should not be kept -responsible. Keep a handy copy of your backup tape at hand. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:01:24 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:01:24 +0000 Subject: [csw-devel] SF.net SVN: gar:[18954] csw/mgar/pkg/cpan/Class-ReturnValue/trunk Message-ID: Revision: 18954 http://gar.svn.sourceforge.net/gar/?rev=18954&view=rev Author: dmichelsen Date: 2012-08-15 12:01:24 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Class-ReturnValue/trunk: Update to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Class-ReturnValue/trunk/Makefile csw/mgar/pkg/cpan/Class-ReturnValue/trunk/checksums Modified: csw/mgar/pkg/cpan/Class-ReturnValue/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Class-ReturnValue/trunk/Makefile 2012-08-15 12:00:51 UTC (rev 18953) +++ csw/mgar/pkg/cpan/Class-ReturnValue/trunk/Makefile 2012-08-15 12:01:24 UTC (rev 18954) @@ -4,19 +4,21 @@ GARTYPE = v2 AUTHOR = JESSE -DESCRIPTION = Treat a return value as boolean, array or object +DESCRIPTION = A smart return value object define BLURB - Class::ReturnValue is a return value object that can allow code calling your - routine to expect: a boolean value (did it fail) or a list (what are the - return values) endef -BUILD_DEP_PKGS = CSWpmtestinline -RUNTIME_DEP_PKGS = CSWpmdevstacktrace +CATALOG_RELEASE = unstable -PACKAGES = CSWpmclassretval -CATALOGNAME = pm_classretval +LICENSE_TEXT = This module is licensed under the perl license -ARCHALL = 1 +PACKAGES += CSWpm-class-returnvalue +CATALOGNAME_CSWpm-class-returnvalue = pm_class_returnvalue +SPKG_DESC_CSWpm-class-returnvalue = A smart return value object +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-class-returnvalue = 1 +RUNTIME_DEP_PKGS_CSWpm-class-returnvalue += CSWpm-devel-stacktrace +OBSOLETED_BY_CSWpm-class-returnvalue += CSWpmclassretval +CATALOGNAME_CSWpmclassretval = pm_classretval_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/Class-ReturnValue/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Class-ReturnValue/trunk/checksums 2012-08-15 12:00:51 UTC (rev 18953) +++ csw/mgar/pkg/cpan/Class-ReturnValue/trunk/checksums 2012-08-15 12:01:24 UTC (rev 18954) @@ -1 +1 @@ -047fbbcfd90d5c399a1feba55781329e download/Class-ReturnValue-0.55.tar.gz +047fbbcfd90d5c399a1feba55781329e Class-ReturnValue-0.55.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:04:02 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:04:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[18955] csw/mgar/pkg/cpan/Want/trunk Message-ID: Revision: 18955 http://gar.svn.sourceforge.net/gar/?rev=18955&view=rev Author: dmichelsen Date: 2012-08-15 12:04:02 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Want/trunk: Update to 0.21 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Want/trunk/Makefile csw/mgar/pkg/cpan/Want/trunk/checksums Modified: csw/mgar/pkg/cpan/Want/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Want/trunk/Makefile 2012-08-15 12:01:24 UTC (rev 18954) +++ csw/mgar/pkg/cpan/Want/trunk/Makefile 2012-08-15 12:04:02 UTC (rev 18955) @@ -1,17 +1,21 @@ NAME = Want -VERSION = 0.18 +VERSION = 0.21 CATEGORIES = cpan GARTYPE = v2 AUTHOR = ROBIN -DESCRIPTION = a generalisation of wantarray +DESCRIPTION = A generalisation of wantarray define BLURB - This module generalises the mechanism of the wantarray function, allowing a - function to determine in some detail how its return value is going to be - immediately used. endef -PACKAGES = CSWpmwant -CATALOGNAME = pm_want +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-want +CATALOGNAME_CSWpm-want = pm_want +SPKG_DESC_CSWpm-want = A generalisation of wantarray +OBSOLETED_BY_CSWpm-want += CSWpmwant +CATALOGNAME_CSWpmwant = pm_want_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Want/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Want/trunk/checksums 2012-08-15 12:01:24 UTC (rev 18954) +++ csw/mgar/pkg/cpan/Want/trunk/checksums 2012-08-15 12:04:02 UTC (rev 18955) @@ -1 +1 @@ -b83e2d189781b10250133b4eb9e6ca28 Want-0.18.tar.gz +2108f983ddef4c282e54d9f4627a1672 Want-0.21.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:11:22 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:11:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[18956] csw/mgar/pkg/cpan Message-ID: Revision: 18956 http://gar.svn.sourceforge.net/gar/?rev=18956&view=rev Author: dmichelsen Date: 2012-08-15 12:11:22 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/DBIx-DBSchema/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/DBIx-DBSchema/ csw/mgar/pkg/cpan/DBIx-DBSchema/branches/ csw/mgar/pkg/cpan/DBIx-DBSchema/tags/ csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/ csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/Makefile csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/checksums csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/files/ Property changes on: csw/mgar/pkg/cpan/DBIx-DBSchema/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/Makefile 2012-08-15 12:11:22 UTC (rev 18956) @@ -0,0 +1,24 @@ +NAME = DBIx-DBSchema +VERSION = 0.40 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = IVAN + +DESCRIPTION = Database-independent schema objects +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-dbix-dbschema +CATALOGNAME_CSWpm-dbix-dbschema = pm_dbix_dbschema +SPKG_DESC_CSWpm-dbix-dbschema = Database-independent schema objects +ARCHALL_CSWpm-dbix-dbschema = 1 +RUNTIME_DEP_PKGS_CSWpm-dbix-dbschema += CSWpm-dbi +RUNTIME_DEP_PKGS_CSWpm-dbix-dbschema += CSWpm-freezethaw +OBSOLETED_BY_CSWpm-dbix-dbschema += CSWpmdbixdbschema +CATALOGNAME_CSWpmdbixdbschema = pm_dbixdbschema_stub + +include gar/category.mk Added: csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/DBIx-DBSchema/trunk/checksums 2012-08-15 12:11:22 UTC (rev 18956) @@ -0,0 +1 @@ +2b4be96f6c8301b811c3e6edd35c1aa9 DBIx-DBSchema-0.40.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:12:33 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:12:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18957] csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk Message-ID: Revision: 18957 http://gar.svn.sourceforge.net/gar/?rev=18957&view=rev Author: dmichelsen Date: 2012-08-15 12:12:33 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Cache-Simple-TimedExpiry/trunk: Sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/Makefile csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/Makefile 2012-08-15 12:11:22 UTC (rev 18956) +++ csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/Makefile 2012-08-15 12:12:33 UTC (rev 18957) @@ -8,11 +8,16 @@ define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmcachesmptimexp -CATALOGNAME = pm_cachesmptimexp +LICENSE_TEXT = This module is licensed under the perl license -ARCHALL = 1 +PACKAGES += CSWpm-cache-simple-timedexpiry +CATALOGNAME_CSWpm-cache-simple-timedexpiry = pm_cache_simple_timedexpiry +SPKG_DESC_CSWpm-cache-simple-timedexpiry = A lightweight cache with timed expiration +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-cache-simple-timedexpiry = 1 +OBSOLETED_BY_CSWpm-cache-simple-timedexpiry += CSWpmcachesmptimexp +CATALOGNAME_CSWpmcachesmptimexp = pm_cachesmptimexp_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/checksums 2012-08-15 12:11:22 UTC (rev 18956) +++ csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/checksums 2012-08-15 12:12:33 UTC (rev 18957) @@ -1,2 +1 @@ -2c5b2bf6ed505af9db5397dbae421c85 COPYING 4ef124ab7776f3c257b9ffbed917e67a Cache-Simple-TimedExpiry-0.27.tar.gz Deleted: csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/files/COPYING 2012-08-15 12:11:22 UTC (rev 18956) +++ csw/mgar/pkg/cpan/Cache-Simple-TimedExpiry/trunk/files/COPYING 2012-08-15 12:12:33 UTC (rev 18957) @@ -1,5 +0,0 @@ -Jesse Vincent -Some of the heavy lifting was designed by Robert Spier -Copyright 2004 Jesse Vincent - -Under the same license as perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:31:32 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:31:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[18958] csw/mgar/pkg/cpan/Text-Glob/trunk Message-ID: Revision: 18958 http://gar.svn.sourceforge.net/gar/?rev=18958&view=rev Author: dmichelsen Date: 2012-08-15 12:31:31 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Text-Glob/trunk: Sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Text-Glob/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cpan/Text-Glob/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Text-Glob/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Glob/trunk/Makefile 2012-08-15 12:12:33 UTC (rev 18957) +++ csw/mgar/pkg/cpan/Text-Glob/trunk/Makefile 2012-08-15 12:31:31 UTC (rev 18958) @@ -8,13 +8,21 @@ define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmtextglob -CATALOGNAME = pm_textglob +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ -ARCHALL = 1 +PACKAGES += CSWpm-text-glob +CATALOGNAME_CSWpm-text-glob = pm_text_glob +SPKG_DESC_CSWpm-text-glob = Match globbing patterns against text +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-text-glob = 1 +OBSOLETED_BY_CSWpm-text-glob += CSWpmtextglob +CATALOGNAME_CSWpmtextglob = pm_textglob_stub -CHECKPKG_OVERRIDES_CSWpmtextglob += catalogname-does-not-match-pkgname|pkgname=CSWpmtextglob|catalogname=pm_textglob|expected-catalogname=pmtextglob +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build include gar/category.mk Deleted: csw/mgar/pkg/cpan/Text-Glob/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Text-Glob/trunk/files/COPYING 2012-08-15 12:12:33 UTC (rev 18957) +++ csw/mgar/pkg/cpan/Text-Glob/trunk/files/COPYING 2012-08-15 12:31:31 UTC (rev 18958) @@ -1,5 +0,0 @@ -Copyright (C) 2002, 2003, 2006, 2007 Richard Clamp. All Rights Reserved. - -This module is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:32:19 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:32:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[18959] csw/mgar/pkg/cpan/Module-Refresh/trunk Message-ID: Revision: 18959 http://gar.svn.sourceforge.net/gar/?rev=18959&view=rev Author: dmichelsen Date: 2012-08-15 12:32:19 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Module-Refresh/trunk: Update to 0.17 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Module-Refresh/trunk/Makefile csw/mgar/pkg/cpan/Module-Refresh/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Module-Refresh/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Module-Refresh/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Module-Refresh/trunk/Makefile 2012-08-15 12:31:31 UTC (rev 18958) +++ csw/mgar/pkg/cpan/Module-Refresh/trunk/Makefile 2012-08-15 12:32:19 UTC (rev 18959) @@ -1,27 +1,25 @@ NAME = Module-Refresh -VERSION = 0.13 +VERSION = 0.17 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = JESSE +AUTHOR = ALEXMV DESCRIPTION = Refresh %INC files when updated on disk define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmmodulerefresh CSWpmmodrefresh +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ -CATALOGNAME_CSWpmmodulerefresh = pm_modulerefresh -CATALOGNAME_CSWpmmodrefresh = pm_modrefresh +BUILD_DEP_PKGS += CSWpm-path-class -SPKG_DESC_CSWpmmodulerefresh = $(DESCRIPTION) -SPKG_DESC_CSWpmmodrefresh = Empty stub as contents has been moved to CSWpmmodulerefresh +PACKAGES += CSWpm-module-refresh +CATALOGNAME_CSWpm-module-refresh = pm_module_refresh +SPKG_DESC_CSWpm-module-refresh = Refresh %INC files when updated on disk +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-module-refresh = 1 +OBSOLETED_BY_CSWpm-module-refresh += CSWpmmodrefresh +CATALOGNAME_CSWpmmodrefresh = pm_modrefresh_stub -RUNTIME_DEP_PKGS_ONLY_CSWpmmodrefresh = CSWpmmodulerefresh - -ARCHALL = 1 - -PKGFILES_CSWpmmodrefresh = NOFILES - include gar/category.mk Modified: csw/mgar/pkg/cpan/Module-Refresh/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Module-Refresh/trunk/checksums 2012-08-15 12:31:31 UTC (rev 18958) +++ csw/mgar/pkg/cpan/Module-Refresh/trunk/checksums 2012-08-15 12:32:19 UTC (rev 18959) @@ -1 +1 @@ -d968e32fc272b5a258f527504c99dc7d Module-Refresh-0.13.tar.gz +b077d06cab125aaff940d859945727f4 Module-Refresh-0.17.tar.gz Deleted: csw/mgar/pkg/cpan/Module-Refresh/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Module-Refresh/trunk/files/COPYING 2012-08-15 12:31:31 UTC (rev 18958) +++ csw/mgar/pkg/cpan/Module-Refresh/trunk/files/COPYING 2012-08-15 12:32:19 UTC (rev 18959) @@ -1,8 +0,0 @@ -Copyright 2004 by Jesse Vincent Ejesse at bestpractical.comE, -Autrijus Tang Eautrijus at autrijus.orgE - -This program is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. - -See L - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:34:57 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:34:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[18960] csw/mgar/pkg/cpan/Number-Compare/trunk Message-ID: Revision: 18960 http://gar.svn.sourceforge.net/gar/?rev=18960&view=rev Author: dmichelsen Date: 2012-08-15 12:34:57 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/Number-Compare/trunk: Update to 0.03 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Number-Compare/trunk/Makefile csw/mgar/pkg/cpan/Number-Compare/trunk/checksums Modified: csw/mgar/pkg/cpan/Number-Compare/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Number-Compare/trunk/Makefile 2012-08-15 12:32:19 UTC (rev 18959) +++ csw/mgar/pkg/cpan/Number-Compare/trunk/Makefile 2012-08-15 12:34:57 UTC (rev 18960) @@ -1,5 +1,5 @@ NAME = Number-Compare -VERSION = 0.01 +VERSION = 0.03 CATEGORIES = cpan GARTYPE = v2 AUTHOR = RCLAMP @@ -8,20 +8,16 @@ define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmnumbercompare CSWpmnbrcompare +LICENSE_TEXT = This module is licensed under the unknown license -CATALOGNAME_CSWpmnumbercompare = pm_numbercompare -CATALOGNAME_CSWpmnbrcompare = pm_nbrcompare +PACKAGES += CSWpm-number-compare +CATALOGNAME_CSWpm-number-compare = pm_number_compare +SPKG_DESC_CSWpm-number-compare = Numeric comparisons +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-number-compare = 1 +OBSOLETED_BY_CSWpm-number-compare += CSWpmnbrcompare +CATALOGNAME_CSWpmnbrcompare = pm_nbrcompare_stub -SPKG_DESC_CSWpmnumbercompare = $(DESCRIPTION) -SPKG_DESC_CSWpmnbrcompare = Empty stub as contents has been moved to CSWpmnumbercompare - -RUNTIME_DEP_PKGS_ONLY_CSWpmnbrcompare = CSWpmnumbercompare - -ARCHALL = 1 - -PKGFILES_CSWpmnbrcompare = NOFILES - include gar/category.mk Modified: csw/mgar/pkg/cpan/Number-Compare/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Number-Compare/trunk/checksums 2012-08-15 12:32:19 UTC (rev 18959) +++ csw/mgar/pkg/cpan/Number-Compare/trunk/checksums 2012-08-15 12:34:57 UTC (rev 18960) @@ -1 +1 @@ -519a4434e35033e9bd034d27cd2fd299 Number-Compare-0.01.tar.gz +ded4085a8fc96328742785574ca65208 Number-Compare-0.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 15 14:43:26 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Aug 2012 12:43:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[18961] csw/mgar/pkg/cpan Message-ID: Revision: 18961 http://gar.svn.sourceforge.net/gar/?rev=18961&view=rev Author: dmichelsen Date: 2012-08-15 12:43:25 +0000 (Wed, 15 Aug 2012) Log Message: ----------- cpan/File-Find-Rule/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/File-Find-Rule/ csw/mgar/pkg/cpan/File-Find-Rule/branches/ csw/mgar/pkg/cpan/File-Find-Rule/tags/ csw/mgar/pkg/cpan/File-Find-Rule/trunk/ csw/mgar/pkg/cpan/File-Find-Rule/trunk/Makefile csw/mgar/pkg/cpan/File-Find-Rule/trunk/checksums csw/mgar/pkg/cpan/File-Find-Rule/trunk/files/ Property changes on: csw/mgar/pkg/cpan/File-Find-Rule/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/File-Find-Rule/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Find-Rule/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/File-Find-Rule/trunk/Makefile 2012-08-15 12:43:25 UTC (rev 18961) @@ -0,0 +1,24 @@ +NAME = File-Find-Rule +VERSION = 0.33 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = RCLAMP + +DESCRIPTION = Alternative interface to File::Find +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-file-find-rule +CATALOGNAME_CSWpm-file-find-rule = pm_file_find_rule +SPKG_DESC_CSWpm-file-find-rule = Alternative interface to File::Find +ARCHALL_CSWpm-file-find-rule = 1 +RUNTIME_DEP_PKGS_CSWpm-file-find-rule += CSWpm-number-compare +RUNTIME_DEP_PKGS_CSWpm-file-find-rule += CSWpm-text-glob +OBSOLETED_BY_CSWpm-file-find-rule += CSWpmfilefindrule +CATALOGNAME_CSWpmfilefindrule = pm_filefindrule_stub + +include gar/category.mk Added: csw/mgar/pkg/cpan/File-Find-Rule/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-Find-Rule/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/File-Find-Rule/trunk/checksums 2012-08-15 12:43:25 UTC (rev 18961) @@ -0,0 +1 @@ +92c6cb88549c30f5665e39bf80f3d704 File-Find-Rule-0.33.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Wed Aug 15 23:07:43 2012 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 15 Aug 2012 21:07:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[18962] csw/mgar/pkg/gftp/trunk Message-ID: Revision: 18962 http://gar.svn.sourceforge.net/gar/?rev=18962&view=rev Author: jake_goerzen Date: 2012-08-15 21:07:43 +0000 (Wed, 15 Aug 2012) Log Message: ----------- gftp: update package Makefile Modified Paths: -------------- csw/mgar/pkg/gftp/trunk/Makefile Property Changed: ---------------- csw/mgar/pkg/gftp/trunk/ Property changes on: csw/mgar/pkg/gftp/trunk ___________________________________________________________________ Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Modified: csw/mgar/pkg/gftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/gftp/trunk/Makefile 2012-08-15 12:43:25 UTC (rev 18961) +++ csw/mgar/pkg/gftp/trunk/Makefile 2012-08-15 21:07:43 UTC (rev 18962) @@ -1,6 +1,6 @@ NAME = gftp VERSION = 2.0.19 -GARTYPE = v1 +GARTYPE = v2 CATEGORIES = utils DESCRIPTION = A file transfer client with text and graphical user interfaces. @@ -10,7 +10,6 @@ MASTER_SITES = http://www.gftp.org/ DISTFILES = $(NAME)-$(VERSION).tar.bz2 -DISTFILES += $(call admfiles,CSWgftp, depend ) UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2 PATCHFILES = lock.c.diff @@ -18,4 +17,26 @@ CONFIGURE_ARGS += LDFLAGS=-lrt CONFIGURE_ARGS += LD_OPTIONS=-L/opt/csw/lib +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgthread2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgdk-x11-2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgdk-pixbuf2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgtk-x11-2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibcairo2 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgmodule2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgobject2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWpango +RUNTIME_DEP_PKGS_CSWgftp += CSWlibfontconfig1 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibfreetype6 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibncurses5 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibgio2-0-0 +RUNTIME_DEP_PKGS_CSWgftp += CSWlibatk1-0-0 + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +CHECKPKG_OVERRIDES_CSWgftp += file-with-bad-content|/usr/share|root/opt/csw/bin/gftp-gtk + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 11:31:08 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 09:31:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[18963] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18963 http://gar.svn.sourceforge.net/gar/?rev=18963&view=rev Author: guillomovitch Date: 2012-08-16 09:31:08 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/File-Which: drop uneeded CSWpm-pathtools runtime dependency Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-15 21:07:43 UTC (rev 18962) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-16 09:31:08 UTC (rev 18963) @@ -20,6 +20,4 @@ BUILD_DEP_PKGS += CSWpm-test-script -RUNTIME_DEP_PKGS += CSWpm-pathtools - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 11:46:41 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 09:46:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[18964] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 18964 http://gar.svn.sourceforge.net/gar/?rev=18964&view=rev Author: guillomovitch Date: 2012-08-16 09:46:40 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/File-Which: drop unknown CATALOG_RELEASE variable Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-16 09:31:08 UTC (rev 18963) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-16 09:46:40 UTC (rev 18964) @@ -10,7 +10,6 @@ systems under which the `which' program wasn't implemented in the shell. endef -CATALOG_RELEASE = unstable PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 LICENSE_TEXT = This module is licensed under the perl license This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 11:48:56 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 09:48:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[18965] csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Message-ID: Revision: 18965 http://gar.svn.sourceforge.net/gar/?rev=18965&view=rev Author: guillomovitch Date: 2012-08-16 09:48:55 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/XML-TreePP: drop unknown CATALOG_RELEASE variable Modified Paths: -------------- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-16 09:46:40 UTC (rev 18964) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-16 09:48:55 UTC (rev 18965) @@ -13,7 +13,6 @@ XMLHttpRequest object does at JavaScript language. endef -CATALOG_RELEASE = unstable PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 LICENSE_TEXT = This module is licensed under the perl license This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 11:49:36 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 09:49:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[18966] csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Message-ID: Revision: 18966 http://gar.svn.sourceforge.net/gar/?rev=18966&view=rev Author: guillomovitch Date: 2012-08-16 09:49:35 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/XML-TreePP: drop excessive CSWpm-libwww-perl runtime dependency Modified Paths: -------------- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-16 09:48:55 UTC (rev 18965) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-16 09:49:35 UTC (rev 18966) @@ -20,6 +20,4 @@ PACKAGES = CSWpm-xml-treepp ARCHALL = 1 -RUNTIME_DEP_PKGS_CSWpm-xml-treepp += CSWpm-libwww-perl - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 13:51:48 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 11:51:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[18967] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18967 http://gar.svn.sourceforge.net/gar/?rev=18967&view=rev Author: guillomovitch Date: 2012-08-16 11:51:47 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: fix archall-with-arch-paths and license-missing chkpkg errors Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 09:49:35 UTC (rev 18966) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 11:51:47 UTC (rev 18967) @@ -20,6 +20,8 @@ DISTNAME = FusionInventory-Agent-$(VERSION) DISTFILES = $(DISTNAME).tar.gz +LICENSE = LICENSE + PACKAGES = CSWfusioninventory-agent ARCHALL = 1 @@ -46,6 +48,10 @@ # ensure usage of gnu coreutils install INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) +# checkpkg overrides +CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs/i386.pm +CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm + DOCLIST = LICENSE Changes README THANKS include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 13:56:17 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 11:56:17 +0000 Subject: [csw-devel] SF.net SVN: gar:[18968] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18968 http://gar.svn.sourceforge.net/gar/?rev=18968&view=rev Author: guillomovitch Date: 2012-08-16 11:56:16 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: fix dependencies names Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 11:51:47 UTC (rev 18967) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 11:56:16 UTC (rev 18968) @@ -26,19 +26,19 @@ ARCHALL = 1 RUNTIME_DEP_PKGS_CSWfusioninventory-agent = CSWperl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_compress_zlib -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_digest_md5 -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_file_which -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_http_daemon -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_io_socket_ssl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_libwww_perl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_daemon -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_proc_pid_file -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_cups -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_net_ip -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_text_template -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_universal_require -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpm_xml_treepp +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmcompresszlib +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmdigestmd5 +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmfilewhich +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmhttpdaemon +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmiosocket_ssl +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmlibwwwperl +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmprocdaemon +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmprocpidfile +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmnetcups +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmnetip +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmtexttemplate +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmuniversalrequire +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmxmltreepp CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 14:07:55 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:07:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[18969] csw/mgar/pkg/fusioninventory-agent/trunk Message-ID: Revision: 18969 http://gar.svn.sourceforge.net/gar/?rev=18969&view=rev Author: guillomovitch Date: 2012-08-16 12:07:55 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: don't install a private memconf copy Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile csw/mgar/pkg/fusioninventory-agent/trunk/checksums Added Paths: ----------- csw/mgar/pkg/fusioninventory-agent/trunk/files/0001-don-t-install-a-private-memconf-copy.patch Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 11:56:16 UTC (rev 18968) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:07:55 UTC (rev 18969) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = fusioninventory-agent -VERSION = 2.2.4 +VERSION = 2.2.5 GARTYPE = v2 CATEGORIES = cpan @@ -39,7 +39,10 @@ RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmtexttemplate RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmuniversalrequire RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmxmltreepp +RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWmemconf +PATCHFILES += 0001-don-t-install-a-private-memconf-copy.patch + CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw # skip tests Modified: csw/mgar/pkg/fusioninventory-agent/trunk/checksums =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2012-08-16 11:56:16 UTC (rev 18968) +++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2012-08-16 12:07:55 UTC (rev 18969) @@ -1 +1 @@ -c3ce4ad7f2215d2aa4546b186c7c8926 FusionInventory-Agent-2.2.4.tar.gz +73e8fd45a9f17e9ced4b94574b6c7a55 FusionInventory-Agent-2.2.5.tar.gz Added: csw/mgar/pkg/fusioninventory-agent/trunk/files/0001-don-t-install-a-private-memconf-copy.patch =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/files/0001-don-t-install-a-private-memconf-copy.patch (rev 0) +++ csw/mgar/pkg/fusioninventory-agent/trunk/files/0001-don-t-install-a-private-memconf-copy.patch 2012-08-16 12:07:55 UTC (rev 18969) @@ -0,0 +1,25 @@ +From a4828f2fc6e8d57e1fc156fb3c3619c7fa2acb74 Mon Sep 17 00:00:00 2001 +From: Guillaume Rousse +Date: Thu, 16 Aug 2012 14:01:53 +0200 +Subject: [PATCH] don't install a private memconf copy + +--- + Makefile.PL | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 93a46dc..b5c87f6 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -55,8 +55,6 @@ test_requires 'LWP::Protocol::https' => undef; + install_script 'fusioninventory-agent'; + install_script 'fusioninventory-win32-service' if $OSNAME eq 'MSWin32'; + install_script 'fusioninventory-injector'; +-# memconf is needed by Solaris backend module +-install_script 'memconf' if $OSNAME eq 'solaris'; + + makemaker_args( + test => { +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 14:08:40 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:08:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[18970] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18970 http://gar.svn.sourceforge.net/gar/?rev=18970&view=rev Author: guillomovitch Date: 2012-08-16 12:08:39 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: fix file-with-bad-content chkpkg error Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:07:55 UTC (rev 18969) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:08:39 UTC (rev 18970) @@ -54,6 +54,7 @@ # checkpkg overrides CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs/i386.pm CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm +CHECKPKG_OVERRIDES_CSWfusioninventory-agent += file-with-bad-content|/usr/local|root/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm DOCLIST = LICENSE Changes README THANKS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 14:19:18 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:19:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[18971] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18971 http://gar.svn.sourceforge.net/gar/?rev=18971&view=rev Author: guillomovitch Date: 2012-08-16 12:19:18 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: use shorter variable names Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:08:39 UTC (rev 18970) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:19:18 UTC (rev 18971) @@ -25,21 +25,21 @@ PACKAGES = CSWfusioninventory-agent ARCHALL = 1 -RUNTIME_DEP_PKGS_CSWfusioninventory-agent = CSWperl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmcompresszlib -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmdigestmd5 -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmfilewhich -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmhttpdaemon -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmiosocket_ssl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmlibwwwperl -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmprocdaemon -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmprocpidfile -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmnetcups -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmnetip -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmtexttemplate -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmuniversalrequire -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWpmxmltreepp -RUNTIME_DEP_PKGS_CSWfusioninventory-agent += CSWmemconf +RUNTIME_DEP_PKGS = CSWperl +RUNTIME_DEP_PKGS += CSWpmcompresszlib +RUNTIME_DEP_PKGS += CSWpmdigestmd5 +RUNTIME_DEP_PKGS += CSWpmfilewhich +RUNTIME_DEP_PKGS += CSWpmhttpdaemon +RUNTIME_DEP_PKGS += CSWpmiosocket_ssl +RUNTIME_DEP_PKGS += CSWpmlibwwwperl +RUNTIME_DEP_PKGS += CSWpmprocdaemon +RUNTIME_DEP_PKGS += CSWpmprocpidfile +RUNTIME_DEP_PKGS += CSWpmnetcups +RUNTIME_DEP_PKGS += CSWpmnetip +RUNTIME_DEP_PKGS += CSWpmtexttemplate +RUNTIME_DEP_PKGS += CSWpmuniversalrequire +RUNTIME_DEP_PKGS += CSWpmxmltreepp +RUNTIME_DEP_PKGS += CSWmemconf PATCHFILES += 0001-don-t-install-a-private-memconf-copy.patch @@ -52,9 +52,9 @@ INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) # checkpkg overrides -CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs/i386.pm -CHECKPKG_OVERRIDES_CSWfusioninventory-agent += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm -CHECKPKG_OVERRIDES_CSWfusioninventory-agent += file-with-bad-content|/usr/local|root/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm +CHECKPKG_OVERRIDES += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs/i386.pm +CHECKPKG_OVERRIDES += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm +CHECKPKG_OVERRIDES += file-with-bad-content|/usr/local|root/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm DOCLIST = LICENSE Changes README THANKS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 14:32:58 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:32:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[18972] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18972 http://gar.svn.sourceforge.net/gar/?rev=18972&view=rev Author: guillomovitch Date: 2012-08-16 12:32:58 +0000 (Thu, 16 Aug 2012) Log Message: ----------- fusioninventory-agent: fix dependencies name *correctly* Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:19:18 UTC (rev 18971) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-16 12:32:58 UTC (rev 18972) @@ -26,19 +26,19 @@ ARCHALL = 1 RUNTIME_DEP_PKGS = CSWperl -RUNTIME_DEP_PKGS += CSWpmcompresszlib -RUNTIME_DEP_PKGS += CSWpmdigestmd5 -RUNTIME_DEP_PKGS += CSWpmfilewhich -RUNTIME_DEP_PKGS += CSWpmhttpdaemon -RUNTIME_DEP_PKGS += CSWpmiosocket_ssl -RUNTIME_DEP_PKGS += CSWpmlibwwwperl -RUNTIME_DEP_PKGS += CSWpmprocdaemon -RUNTIME_DEP_PKGS += CSWpmprocpidfile -RUNTIME_DEP_PKGS += CSWpmnetcups -RUNTIME_DEP_PKGS += CSWpmnetip -RUNTIME_DEP_PKGS += CSWpmtexttemplate -RUNTIME_DEP_PKGS += CSWpmuniversalrequire -RUNTIME_DEP_PKGS += CSWpmxmltreepp +RUNTIME_DEP_PKGS += CSWpm-compress-zlib +RUNTIME_DEP_PKGS += CSWpm-digest-md5 +RUNTIME_DEP_PKGS += CSWpm-file-which +RUNTIME_DEP_PKGS += CSWpm-http-daemon +RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl +RUNTIME_DEP_PKGS += CSWpm-libwww-perl +RUNTIME_DEP_PKGS += CSWpm-proc-daemon +RUNTIME_DEP_PKGS += CSWpm-proc-pid-file +RUNTIME_DEP_PKGS += CSWpm-net-cups +RUNTIME_DEP_PKGS += CSWpm-net-ip +RUNTIME_DEP_PKGS += CSWpm-text-template +RUNTIME_DEP_PKGS += CSWpm-universal-require +RUNTIME_DEP_PKGS += CSWpm-xml-treepp RUNTIME_DEP_PKGS += CSWmemconf PATCHFILES += 0001-don-t-install-a-private-memconf-copy.patch @@ -55,6 +55,7 @@ CHECKPKG_OVERRIDES += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/BSD/Archs/i386.pm CHECKPKG_OVERRIDES += archall-with-arch-paths|/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm CHECKPKG_OVERRIDES += file-with-bad-content|/usr/local|root/opt/csw/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm +CHECKPKG_OVERRIDES += surplus-dependency|CSWperl DOCLIST = LICENSE Changes README THANKS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 16 14:34:38 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:34:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[18973] csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk Message-ID: Revision: 18973 http://gar.svn.sourceforge.net/gar/?rev=18973&view=rev Author: dmichelsen Date: 2012-08-16 12:34:37 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/DBIx-SearchBuilder/trunk: Update to 1.62 and makemake, sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/Makefile csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.depend csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.gspec Modified: csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/Makefile 2012-08-16 12:32:58 UTC (rev 18972) +++ csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/Makefile 2012-08-16 12:34:37 UTC (rev 18973) @@ -1,16 +1,32 @@ NAME = DBIx-SearchBuilder -VERSION = 1.45 +VERSION = 1.62 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = JESSE +AUTHOR = RUZ -DESCRIPTION = encapsulate SQL queries and rows in simple perl objects +DESCRIPTION = Encapsulate SQL queries and rows in simple perl objects define BLURB - Encapsulate SQL queries and rows in simple perl objects endef -DISTFILES += CSWpmdbixsrchbuilder.gspec CSWpmdbixsrchbuilder.depend +CATALOG_RELEASE = unstable -DEPENDS += cpan/Want cpan/Class-ReturnValue +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ +BUILD_DEP_PKGS += CSWpm-dbd-sqlite + +PACKAGES += CSWpm-dbix-searchbuilder +CATALOGNAME_CSWpm-dbix-searchbuilder = pm_dbix_searchbuilder +SPKG_DESC_CSWpm-dbix-searchbuilder = Encapsulate SQL queries and rows in simple perl objects +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-dbix-searchbuilder = 1 +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-dbi +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-clone +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-want +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-dbix-dbschema +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-cache-simple-timedexpiry +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-class-accessor +RUNTIME_DEP_PKGS_CSWpm-dbix-searchbuilder += CSWpm-class-returnvalue +OBSOLETED_BY_CSWpm-dbix-searchbuilder += CSWpmdbixsrchbuilder +CATALOGNAME_CSWpmdbixsrchbuilder = pm_dbixsrchbuilder_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/checksums 2012-08-16 12:32:58 UTC (rev 18972) +++ csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/checksums 2012-08-16 12:34:37 UTC (rev 18973) @@ -1,3 +1 @@ -9cb7117ea5c973f5cb2bc706800aa88f download/CSWpmdbixsrchbuilder.gspec -93216c083133f9312cd289a6887670ed download/CSWpmdbixsrchbuilder.depend -ee933efdd1e0478a9dea0d9cc997b8d5 download/DBIx-SearchBuilder-1.45.tar.gz +c1b847ebb9c25f7576693632cdd2f018 DBIx-SearchBuilder-1.62.tar.gz Deleted: csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.depend =================================================================== --- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.depend 2012-08-16 12:32:58 UTC (rev 18972) +++ csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.depend 2012-08-16 12:34:37 UTC (rev 18973) @@ -1,2 +0,0 @@ -P CSWpmclassretval pm_classretval - a return-value object. -P CSWpmwant pm_want - a generalisation of wantarray Deleted: csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.gspec =================================================================== --- csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.gspec 2012-08-16 12:32:58 UTC (rev 18972) +++ csw/mgar/pkg/cpan/DBIx-SearchBuilder/trunk/files/CSWpmdbixsrchbuilder.gspec 2012-08-16 12:34:37 UTC (rev 18973) @@ -1,11 +0,0 @@ -%var bitname pm_dbixsrchbuilder -%var pkgname CSWpmdbixsrchbuilder -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (c) 2001 Jesse Vincent, jesse at fsck.com. - -All rights reserved. - -This library is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 16 14:40:47 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:40:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[18974] csw/mgar/pkg/cpan/Parse-RecDescent/trunk Message-ID: Revision: 18974 http://gar.svn.sourceforge.net/gar/?rev=18974&view=rev Author: dmichelsen Date: 2012-08-16 12:40:46 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/Parse-RecDescent/trunk: Update to 1.967009 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Parse-RecDescent/trunk/Makefile csw/mgar/pkg/cpan/Parse-RecDescent/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Parse-RecDescent/trunk/files/CSWpmparserecdescent.depend Modified: csw/mgar/pkg/cpan/Parse-RecDescent/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Parse-RecDescent/trunk/Makefile 2012-08-16 12:34:37 UTC (rev 18973) +++ csw/mgar/pkg/cpan/Parse-RecDescent/trunk/Makefile 2012-08-16 12:40:46 UTC (rev 18974) @@ -1,26 +1,27 @@ NAME = Parse-RecDescent -VERSION = 1.963 +VERSION = 1.967009 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = DCONWAY +AUTHOR = JTBRAUN -DESCRIPTION = Generate recursive-descent parsers +DESCRIPTION = Generate Recursive-Descent Parsers define BLURB - Parse::RecDescent incrementally generates top-down recursive-descent text - parsers from simple yacc-like grammar specifications. endef -PACKAGES = CSWpmparserecdescent -CATALOGNAME = pm_parserecdescent +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE_TEXT = This module is licensed under the unknown license -RUNTIME_DEP_PKGS = CSWpmversion +PACKAGES += CSWpm-parse-recdescent +CATALOGNAME_CSWpm-parse-recdescent = pm_parse_recdescent +SPKG_DESC_CSWpm-parse-recdescent = Generate Recursive-Descent Parsers +ARCHALL_CSWpm-parse-recdescent = 1 +OBSOLETED_BY_CSWpm-parse-recdescent += CSWpmparserecdescent +CATALOGNAME_CSWpmparserecdescent = pm_parserecdescent_stub -LICENSE = README +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build include gar/category.mk - -post-extract: - @chmod o+r $(WORKSRC)/README - @$(MAKECOOKIE) Modified: csw/mgar/pkg/cpan/Parse-RecDescent/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Parse-RecDescent/trunk/checksums 2012-08-16 12:34:37 UTC (rev 18973) +++ csw/mgar/pkg/cpan/Parse-RecDescent/trunk/checksums 2012-08-16 12:40:46 UTC (rev 18974) @@ -1 +1 @@ -b9ff7942e8f576697e08662932acdec0 Parse-RecDescent-1.963.tar.gz +6dab60d44451a9f57a261d1b5358753c Parse-RecDescent-1.967009.tar.gz Deleted: csw/mgar/pkg/cpan/Parse-RecDescent/trunk/files/CSWpmparserecdescent.depend =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 16 14:42:46 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 16 Aug 2012 12:42:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[18975] csw/mgar/pkg/cpan Message-ID: Revision: 18975 http://gar.svn.sourceforge.net/gar/?rev=18975&view=rev Author: dmichelsen Date: 2012-08-16 12:42:45 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/Spreadsheet-WriteExcel/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/branches/ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/tags/ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/Makefile csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/checksums csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/Makefile 2012-08-16 12:42:45 UTC (rev 18975) @@ -0,0 +1,22 @@ +NAME = Spreadsheet-WriteExcel +VERSION = 2.37 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = JMCNAMARA + +DESCRIPTION = Write to a cross platform Excel binary file +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES += CSWpm-spreadsheet-writeexcel +CATALOGNAME_CSWpm-spreadsheet-writeexcel = pm_spreadsheet_writeexcel +SPKG_DESC_CSWpm-spreadsheet-writeexcel = Write to a cross platform Excel binary file +ARCHALL_CSWpm-spreadsheet-writeexcel = 1 +RUNTIME_DEP_PKGS_CSWpm-spreadsheet-writeexcel += CSWpmparserecdescent +RUNTIME_DEP_PKGS_CSWpm-spreadsheet-writeexcel += CSWpmolestoragelite + +include gar/category.mk Added: csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Spreadsheet-WriteExcel/trunk/checksums 2012-08-16 12:42:45 UTC (rev 18975) @@ -0,0 +1 @@ +07e038429dc7d7467c735e467cc1cfbe Spreadsheet-WriteExcel-2.37.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Aug 16 15:31:18 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 16 Aug 2012 13:31:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[18976] csw/mgar/pkg/memconf/trunk/Makefile Message-ID: Revision: 18976 http://gar.svn.sourceforge.net/gar/?rev=18976&view=rev Author: bonivart Date: 2012-08-16 13:31:17 +0000 (Thu, 16 Aug 2012) Log Message: ----------- memconf/trunk: update to 3.00 Modified Paths: -------------- csw/mgar/pkg/memconf/trunk/Makefile Modified: csw/mgar/pkg/memconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/memconf/trunk/Makefile 2012-08-16 12:42:45 UTC (rev 18975) +++ csw/mgar/pkg/memconf/trunk/Makefile 2012-08-16 13:31:17 UTC (rev 18976) @@ -1,5 +1,5 @@ NAME = memconf -VERSION = 2.22 +VERSION = 3.00 CATEGORIES = utils GARTYPE = v2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Aug 16 15:36:33 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 16 Aug 2012 13:36:33 +0000 Subject: [csw-devel] SF.net SVN: gar:[18977] csw/mgar/pkg/memconf/trunk/checksums Message-ID: Revision: 18977 http://gar.svn.sourceforge.net/gar/?rev=18977&view=rev Author: bonivart Date: 2012-08-16 13:36:33 +0000 (Thu, 16 Aug 2012) Log Message: ----------- memconf/trunk: fix checksums Modified Paths: -------------- csw/mgar/pkg/memconf/trunk/checksums Modified: csw/mgar/pkg/memconf/trunk/checksums =================================================================== --- csw/mgar/pkg/memconf/trunk/checksums 2012-08-16 13:31:17 UTC (rev 18976) +++ csw/mgar/pkg/memconf/trunk/checksums 2012-08-16 13:36:33 UTC (rev 18977) @@ -1,2 +1,2 @@ -06f7d35ae2b247e27087781c4a5ddb31 memconf.gz -644e16c7ed6e4e4a095d0645b038ec19 memconf.man +c8eaeecdcaa24264c6436e4ea193e5ad memconf.gz +4c40cc7485f6e1efaf37261dca883d9d memconf.man This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 16 15:48:48 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 16 Aug 2012 13:48:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[18978] csw/mgar/pkg/cpan/UNIVERSAL-require/trunk Message-ID: Revision: 18978 http://gar.svn.sourceforge.net/gar/?rev=18978&view=rev Author: guillomovitch Date: 2012-08-16 13:48:47 +0000 (Thu, 16 Aug 2012) Log Message: ----------- cpan/UNIVERSAL-require: update to 0.13, and update recipe to new standards Modified Paths: -------------- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-16 13:36:33 UTC (rev 18977) +++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-16 13:48:47 UTC (rev 18978) @@ -1,14 +1,23 @@ NAME = UNIVERSAL-require -VERSION = 0.11 +VERSION = 0.13 CATEGORIES = cpan GARTYPE = v2 AUTHOR = MSCHWERN -DESCRIPTION = require modules from a variable +DESCRIPTION = Require() modules from a variable define BLURB - get around the bareword caveats on require() + If you've ever had to do this... + eval "require $module"; + to get around the bareword caveats on require(), this module is for you. It + creates a universal require() class method that will work with every Perl + module and its secure. endef -DISTFILES += $(call admfiles,CSWpmunivrequire,depend prototype) +LICENSE_TEXT = This module is licensed under the perl license +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-universal-require +CATALOGNAME = pm_universal_require +ARCHALL = 1 + include gar/category.mk Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums 2012-08-16 13:36:33 UTC (rev 18977) +++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/checksums 2012-08-16 13:48:47 UTC (rev 18978) @@ -1,4 +1 @@ -44bfda86888d4ef8e42de3f403dd4b3a download/CSWpmunivrequire.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmunivrequire.depend -23a52e8e800194aaf3a84dcd2ad1f91f download/CSWpmunivrequire.prototype -a93b419333866dcf1e974e8079a41bd7 download/UNIVERSAL-require-0.11.tar.gz +e6ea431fac9524077414d531a8cc203c UNIVERSAL-require-0.13.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Thu Aug 16 20:43:12 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Thu, 16 Aug 2012 18:43:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[18979] csw/mgar/pkg/subversion/trunk Message-ID: Revision: 18979 http://gar.svn.sourceforge.net/gar/?rev=18979&view=rev Author: rthurner Date: 2012-08-16 18:43:11 +0000 (Thu, 16 Aug 2012) Log Message: ----------- subverison, upgrade to svn-1.7.6 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2012-08-16 13:48:47 UTC (rev 18978) +++ csw/mgar/pkg/subversion/trunk/Makefile 2012-08-16 18:43:11 UTC (rev 18979) @@ -20,7 +20,7 @@ # http://subversion.apache.org/mailing-lists.html NAME = subversion -VERSION = 1.7.5 +VERSION = 1.7.6 CATEGORIES = utils GARTYPE = v2 @@ -197,7 +197,7 @@ # installed. # SVNLIB = $(prefix)/lib SVNLIB = $(prefix)/lib/svn -JAVA_HOME = /usr/latest +JAVA_HOME = /usr/jdk/latest #EXTRA_INC += $(prefix)/apache2/include Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2012-08-16 13:48:47 UTC (rev 18978) +++ csw/mgar/pkg/subversion/trunk/checksums 2012-08-16 18:43:11 UTC (rev 18979) @@ -1 +1 @@ -f6353b9b581081cdf97299300c9eada3 subversion-1.7.5.tar.bz2 +4baa434db7709bb059b05d02a2547663 subversion-1.7.6.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Thu Aug 16 21:10:55 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Thu, 16 Aug 2012 19:10:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[18980] csw/mgar/pkg/subversion/trunk/Makefile Message-ID: Revision: 18980 http://gar.svn.sourceforge.net/gar/?rev=18980&view=rev Author: rthurner Date: 2012-08-16 19:10:55 +0000 (Thu, 16 Aug 2012) Log Message: ----------- subversion: some makefile reformatting Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2012-08-16 18:43:11 UTC (rev 18979) +++ csw/mgar/pkg/subversion/trunk/Makefile 2012-08-16 19:10:55 UTC (rev 18980) @@ -48,21 +48,21 @@ SPKG_DESC_CSWsvn = Version control rethought CATALOGNAME_CSWsvn = subversion CHECKPKG_OVERRIDES_CSWsvn += catalogname-does-not-match-pkgname|pkgname=CSWsvn|catalogname=subversion|expected-catalogname=svn -RUNTIME_DEP_PKGS_CSWsvn = CSWbdb48 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibsasl2-2 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibmagic1 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibz1 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibapr1-0 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibaprutil1-0 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibneon27 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibgnome-keyring0 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibdbus1-3 -RUNTIME_DEP_PKGS_CSWsvn += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWsvn = CSWbdb48 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibsasl2-2 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibsqlite3-0 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibexpat1 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibz1 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibneon27 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibgnome-keyring0 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibdbus1-3 +RUNTIME_DEP_PKGS_CSWsvn += CSWlibglib2-0-0 PACKAGES += CSWsvn-dev SPKG_DESC_CSWsvn-dev = Subversion Development Support @@ -70,12 +70,12 @@ PKGFILES_CSWsvn-dev += $(docdir)/$(CATALOGNAME_CSWsvn-dev)/changelog.CSW PACKAGES += CSWap2svn -SPKG_DESC_CSWap2svn = Subversion Modules for Apache 2.2 -CATALOGNAME_CSWap2svn = ap2_subversion -PKGFILES_CSWap2svn = $(prefix)/apache2.* -PKGFILES_CSWap2svn += $(docdir)/$(CATALOGNAME_CSWap2svn)/changelog.CSW -RUNTIME_DEP_PKGS_CSWap2svn = CSWsvn -RUNTIME_DEP_PKGS_CSWap2svn += CSWapache2 +SPKG_DESC_CSWap2svn = Subversion Modules for Apache 2.2 +CATALOGNAME_CSWap2svn = ap2_subversion +PKGFILES_CSWap2svn = $(prefix)/apache2.* +PKGFILES_CSWap2svn += $(docdir)/$(CATALOGNAME_CSWap2svn)/changelog.CSW +RUNTIME_DEP_PKGS_CSWap2svn = CSWsvn +RUNTIME_DEP_PKGS_CSWap2svn += CSWapache2 RUNTIME_DEP_PKGS_CSWap2svn += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWap2svn += CSWlibsqlite3-0 RUNTIME_DEP_PKGS_CSWap2svn += CSWlibexpat1 @@ -93,19 +93,19 @@ CATALOGNAME_CSWjavasvn = javasvn PKGFILES_CSWjavasvn = $(SVNLIB)/.*java.* PKGFILES_CSWjavasvn += $(docdir)/$(CATALOGNAME_CSWjavasvn)/changelog.CSW -RUNTIME_DEP_PKGS_CSWjavasvn += CSWbdb48 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibapr1-0 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibaprutil1-0 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibexpat1 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibmagic1 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibneon27 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibz1 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsasl2-2 -RUNTIME_DEP_PKGS_CSWjavasvn += CSWsvn +RUNTIME_DEP_PKGS_CSWjavasvn += CSWbdb48 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibapr1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibaprutil1-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibexpat1 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibmagic1 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibneon27 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsqlite3-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibz1 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWlibsasl2-2 +RUNTIME_DEP_PKGS_CSWjavasvn += CSWsvn CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib/rw7|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0 @@ -155,12 +155,12 @@ PACKAGES += CSWpythonsvn -SPKG_DESC_CSWpythonsvn = Subversion Python Language Binding -CATALOGNAME_CSWpythonsvn = pythonsvn -PKGFILES_CSWpythonsvn = $(libdir)/python.* -PKGFILES_CSWpythonsvn += $(SVNLIB)/python.* -PKGFILES_CSWpythonsvn += $(SVNLIB)/.*swig_py.* -PKGFILES_CSWpythonsvn += $(docdir)/$(CATALOGNAME_CSWpythonsvn)/changelog.CSW +SPKG_DESC_CSWpythonsvn = Subversion Python Language Binding +CATALOGNAME_CSWpythonsvn = pythonsvn +PKGFILES_CSWpythonsvn = $(libdir)/python.* +PKGFILES_CSWpythonsvn += $(SVNLIB)/python.* +PKGFILES_CSWpythonsvn += $(SVNLIB)/.*swig_py.* +PKGFILES_CSWpythonsvn += $(docdir)/$(CATALOGNAME_CSWpythonsvn)/changelog.CSW RUNTIME_DEP_PKGS_CSWpythonsvn += CSWlibmagic1 RUNTIME_DEP_PKGS_CSWpythonsvn += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWpythonsvn += CSWlibexpat1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Thu Aug 16 21:31:59 2012 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Thu, 16 Aug 2012 19:31:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[18981] csw/mgar/pkg/libserf/trunk/Makefile Message-ID: Revision: 18981 http://gar.svn.sourceforge.net/gar/?rev=18981&view=rev Author: rthurner Date: 2012-08-16 19:31:59 +0000 (Thu, 16 Aug 2012) Log Message: ----------- libserf, only for ssl-1.0, and solaris 10 Modified Paths: -------------- csw/mgar/pkg/libserf/trunk/Makefile Modified: csw/mgar/pkg/libserf/trunk/Makefile =================================================================== --- csw/mgar/pkg/libserf/trunk/Makefile 2012-08-16 19:10:55 UTC (rev 18980) +++ csw/mgar/pkg/libserf/trunk/Makefile 2012-08-16 19:31:59 UTC (rev 18981) @@ -18,6 +18,9 @@ LICENSE = LICENSE VENDOR_URL = http://code.google.com/p/serf/ +# openssl-1.0 only available for sol-10 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 + PACKAGES += CSWlibserf1-1 CATALOGNAME_CSWlibserf1-1 = libserf1_1 SPKG_DESC_CSWlibserf1-1 += HTTP client library built on APR, multiplexes connections, libserf-1.so.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:36:44 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:36:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[18982] csw/mgar/pkg/cpan Message-ID: Revision: 18982 http://gar.svn.sourceforge.net/gar/?rev=18982&view=rev Author: guillomovitch Date: 2012-08-17 11:36:44 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/LWP-MediaTypes: initial import Added Paths: ----------- csw/mgar/pkg/cpan/LWP-MediaTypes/ csw/mgar/pkg/cpan/LWP-MediaTypes/branches/ csw/mgar/pkg/cpan/LWP-MediaTypes/tags/ csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/ csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/checksums csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/files/ Property changes on: csw/mgar/pkg/cpan/LWP-MediaTypes/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile 2012-08-17 11:36:44 UTC (rev 18982) @@ -0,0 +1,21 @@ +NAME = LWP-MediaTypes +VERSION = 6.02 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Guess media type for a file or a URL +define BLURB + This module provides functions for handling media (also known as MIME) types + and encodings. The mapping from file extensions to media types is defined by + the media.types file. If the ~/.media.types file exists it is used instead. + For backwards compatibility we will also look for ~/.mime.types. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES += CSWpm-lwp-mediatypes +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/checksums 2012-08-17 11:36:44 UTC (rev 18982) @@ -0,0 +1 @@ +8c5f25fb64b974d22aff424476ba13c9 LWP-MediaTypes-6.02.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:37:18 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:37:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[18983] csw/mgar/pkg/cpan Message-ID: Revision: 18983 http://gar.svn.sourceforge.net/gar/?rev=18983&view=rev Author: guillomovitch Date: 2012-08-17 11:37:17 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/WWW-RobotRules: initial import Added Paths: ----------- csw/mgar/pkg/cpan/WWW-RobotRules/ csw/mgar/pkg/cpan/WWW-RobotRules/branches/ csw/mgar/pkg/cpan/WWW-RobotRules/tags/ csw/mgar/pkg/cpan/WWW-RobotRules/trunk/ csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile csw/mgar/pkg/cpan/WWW-RobotRules/trunk/checksums csw/mgar/pkg/cpan/WWW-RobotRules/trunk/files/ Property changes on: csw/mgar/pkg/cpan/WWW-RobotRules/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile 2012-08-17 11:37:17 UTC (rev 18983) @@ -0,0 +1,21 @@ +NAME = WWW-RobotRules +VERSION = 6.02 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Database of robots.txt-derived permissions +define BLURB + This module parses /robots.txt files as specified in "A Standard for Robot + Exclusion", at Webmasters can use + the /robots.txt file to forbid conforming robots from accessing parts of + their web site. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-www-robotrules +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/WWW-RobotRules/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/WWW-RobotRules/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/WWW-RobotRules/trunk/checksums 2012-08-17 11:37:17 UTC (rev 18983) @@ -0,0 +1 @@ +b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:39:07 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:39:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[18984] csw/mgar/pkg/cpan Message-ID: Revision: 18984 http://gar.svn.sourceforge.net/gar/?rev=18984&view=rev Author: guillomovitch Date: 2012-08-17 11:39:07 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/File-Listing: initial import Added Paths: ----------- csw/mgar/pkg/cpan/File-Listing/ csw/mgar/pkg/cpan/File-Listing/branches/ csw/mgar/pkg/cpan/File-Listing/tags/ csw/mgar/pkg/cpan/File-Listing/trunk/ csw/mgar/pkg/cpan/File-Listing/trunk/Makefile csw/mgar/pkg/cpan/File-Listing/trunk/checksums csw/mgar/pkg/cpan/File-Listing/trunk/files/ Property changes on: csw/mgar/pkg/cpan/File-Listing/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/File-Listing/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Listing/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/File-Listing/trunk/Makefile 2012-08-17 11:39:07 UTC (rev 18984) @@ -0,0 +1,20 @@ +NAME = File-Listing +VERSION = 6.04 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Parse directory listing +define BLURB + This module exports a single function called parse_dir(), which can be used + to parse directory listings. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-file-listing +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-http-date + +include gar/category.mk Added: csw/mgar/pkg/cpan/File-Listing/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-Listing/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/File-Listing/trunk/checksums 2012-08-17 11:39:07 UTC (rev 18984) @@ -0,0 +1 @@ +83f636b477741f3a014585bb9cc079a6 File-Listing-6.04.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:39:51 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:39:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[18985] csw/mgar/pkg/cpan Message-ID: Revision: 18985 http://gar.svn.sourceforge.net/gar/?rev=18985&view=rev Author: guillomovitch Date: 2012-08-17 11:39:50 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/HTTP-Date: initial import Added Paths: ----------- csw/mgar/pkg/cpan/HTTP-Date/ csw/mgar/pkg/cpan/HTTP-Date/branches/ csw/mgar/pkg/cpan/HTTP-Date/tags/ csw/mgar/pkg/cpan/HTTP-Date/trunk/ csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile csw/mgar/pkg/cpan/HTTP-Date/trunk/checksums csw/mgar/pkg/cpan/HTTP-Date/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTTP-Date/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile 2012-08-17 11:39:50 UTC (rev 18985) @@ -0,0 +1,21 @@ +NAME = HTTP-Date +VERSION = 6.02 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Date conversion routines +define BLURB + This module provides functions that deal the date formats used by the HTTP + protocol (and then some more). Only the first two functions, time2str() and + str2time(), are exported by default. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-http-date +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-time-local + +include gar/category.mk Added: csw/mgar/pkg/cpan/HTTP-Date/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTTP-Date/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Date/trunk/checksums 2012-08-17 11:39:50 UTC (rev 18985) @@ -0,0 +1 @@ +52b7a0d5982d61be1edb217751d7daba HTTP-Date-6.02.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:41:20 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:41:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[18986] csw/mgar/pkg/cpan Message-ID: Revision: 18986 http://gar.svn.sourceforge.net/gar/?rev=18986&view=rev Author: guillomovitch Date: 2012-08-17 11:41:20 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/HTTP-Daemon: initial import Added Paths: ----------- csw/mgar/pkg/cpan/HTTP-Daemon/ csw/mgar/pkg/cpan/HTTP-Daemon/branches/ csw/mgar/pkg/cpan/HTTP-Daemon/tags/ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums csw/mgar/pkg/cpan/HTTP-Daemon/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTTP-Daemon/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile 2012-08-17 11:41:20 UTC (rev 18986) @@ -0,0 +1,23 @@ +NAME = HTTP-Daemon +VERSION = 6.01 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = A simple http server class +define BLURB + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a + socket for incoming requests. The HTTP::Daemon is a subclass of + IO::Socket::INET, so you can perform socket operations directly on it too. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-http-daemon +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes +RUNTIME_DEP_PKGS += CSWpm-http-date +RUNTIME_DEP_PKGS += CSWpm-http-message + +include gar/category.mk Added: csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/checksums 2012-08-17 11:41:20 UTC (rev 18986) @@ -0,0 +1 @@ +ed0ae02d25d7f1e89456d4d69732adc2 HTTP-Daemon-6.01.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 13:47:38 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 11:47:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[18987] csw/mgar/pkg/cpan Message-ID: Revision: 18987 http://gar.svn.sourceforge.net/gar/?rev=18987&view=rev Author: guillomovitch Date: 2012-08-17 11:47:38 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/HTTP-Message: initial import Added Paths: ----------- csw/mgar/pkg/cpan/HTTP-Message/ csw/mgar/pkg/cpan/HTTP-Message/branches/ csw/mgar/pkg/cpan/HTTP-Message/tags/ csw/mgar/pkg/cpan/HTTP-Message/trunk/ csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile csw/mgar/pkg/cpan/HTTP-Message/trunk/checksums csw/mgar/pkg/cpan/HTTP-Message/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTTP-Message/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile 2012-08-17 11:47:38 UTC (rev 18987) @@ -0,0 +1,26 @@ +NAME = HTTP-Message +VERSION = 6.03 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = HTTP style messages +define BLURB + An HTTP::Message object contains some headers and a content body. +endef + +CATALOG_RELEASE = unstable + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-http-message +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes +RUNTIME_DEP_PKGS += CSWpm-http-date +RUNTIME_DEP_PKGS += CSWpm-io-compress +RUNTIME_DEP_PKGS += CSWpm-encode-locale +RUNTIME_DEP_PKGS += CSWpm-html-parser +RUNTIME_DEP_PKGS += CSWpm-compress-raw-zlib + +include gar/category.mk Added: csw/mgar/pkg/cpan/HTTP-Message/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTTP-Message/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Message/trunk/checksums 2012-08-17 11:47:38 UTC (rev 18987) @@ -0,0 +1 @@ +d41b22c7c01b974f2b4e85d401a6b552 HTTP-Message-6.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:07:26 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:07:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[18988] csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile Message-ID: Revision: 18988 http://gar.svn.sourceforge.net/gar/?rev=18988&view=rev Author: guillomovitch Date: 2012-08-17 12:07:26 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/UNIVERSAL-require: handle package name change Modified Paths: -------------- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-17 11:47:38 UTC (rev 18987) +++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-17 12:07:26 UTC (rev 18988) @@ -20,4 +20,8 @@ CATALOGNAME = pm_universal_require ARCHALL = 1 +# name change handling +SPKG_DESC_CSWpm-universal-require = $(DESCRIPTION) +OBSOLETED_BY_CSWpm-universal-require = CSWpmunivrequire + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:14:07 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:14:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[18989] csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Message-ID: Revision: 18989 http://gar.svn.sourceforge.net/gar/?rev=18989&view=rev Author: guillomovitch Date: 2012-08-17 12:14:07 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Proc-Daemon: use explicit build targets Modified Paths: -------------- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Modified: csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-17 12:07:26 UTC (rev 18988) +++ csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-17 12:14:07 UTC (rev 18989) @@ -18,6 +18,7 @@ DISTFILES += COPYING +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-proc-daemon CATALOGNAME = pm_proc_daemon ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:17:54 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:17:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[18990] csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile Message-ID: Revision: 18990 http://gar.svn.sourceforge.net/gar/?rev=18990&view=rev Author: guillomovitch Date: 2012-08-17 12:17:53 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Proc-PID-File: use explicit build targets Modified Paths: -------------- csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile Modified: csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile 2012-08-17 12:14:07 UTC (rev 18989) +++ csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile 2012-08-17 12:17:53 UTC (rev 18990) @@ -9,6 +9,7 @@ Module to manage process id files endef +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-proc-pid-files CATALOGNAME = pm_proc_pid_files ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:29:10 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:29:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[18991] csw/mgar/pkg/cpan/IO-Socket-SSL/trunk Message-ID: Revision: 18991 http://gar.svn.sourceforge.net/gar/?rev=18991&view=rev Author: guillomovitch Date: 2012-08-17 12:29:09 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/IO-Socket-SSL: update to 1.76, use explicit build targets, fix tarball download Modified Paths: -------------- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums Modified: csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2012-08-17 12:17:53 UTC (rev 18990) +++ csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2012-08-17 12:29:09 UTC (rev 18991) @@ -1,5 +1,5 @@ NAME = IO-Socket-SSL -VERSION = 1.39 +VERSION = 1.76 CATEGORIES = cpan GARTYPE = v2 AUTHOR = SULLR @@ -14,8 +14,10 @@ extra bonus, it works perfectly with mod_perl. endef +DISTFILES = $(DISTNAME).tar.gz DISTFILES += COPYING +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-io-socket-ssl CATALOGNAME = pm_io_socket_ssl SPKG_DESC_CSWpm-io-socket-ssl = $(DESCRIPTION) Modified: csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums 2012-08-17 12:17:53 UTC (rev 18990) +++ csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/checksums 2012-08-17 12:29:09 UTC (rev 18991) @@ -1 +1 @@ -776f36451970287c9b3c77e1d39dd7ed IO-Socket-SSL-1.39.tar.gz +27796a16df658aa3b3d2defd0fe3ac61 IO-Socket-SSL-1.76.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:37:21 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:37:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[18992] csw/mgar/pkg/cpan/Text-Template/trunk/Makefile Message-ID: Revision: 18992 http://gar.svn.sourceforge.net/gar/?rev=18992&view=rev Author: guillomovitch Date: 2012-08-17 12:37:21 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Text-Template: handle name change Modified Paths: -------------- csw/mgar/pkg/cpan/Text-Template/trunk/Makefile Modified: csw/mgar/pkg/cpan/Text-Template/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Template/trunk/Makefile 2012-08-17 12:29:09 UTC (rev 18991) +++ csw/mgar/pkg/cpan/Text-Template/trunk/Makefile 2012-08-17 12:37:21 UTC (rev 18992) @@ -13,8 +13,14 @@ values. endef -PACKAGES = CSWpmtexttemplate -CATALOGNAME = pm_texttemplate +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-text-template +CATALOGNAME = pm_text_template ARCHALL = 1 +# name change handling +SPKG_DESC_CSWpm-text-template = $(DESCRIPTION) +OBSOLETED_BY_CSWpm-text-template = CSWpmtexttemplate +CATALOGNAME_CSWpmtexttemplate = pm_texttemplate_stub + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:40:29 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:40:29 +0000 Subject: [csw-devel] SF.net SVN: gar:[18993] csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Message-ID: Revision: 18993 http://gar.svn.sourceforge.net/gar/?rev=18993&view=rev Author: guillomovitch Date: 2012-08-17 12:40:29 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Net-IP: handle name change Modified Paths: -------------- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-IP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:37:21 UTC (rev 18992) +++ csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:40:29 UTC (rev 18993) @@ -10,9 +10,15 @@ IPv6 addresses. endef -PACKAGES = CSWpmnetip -CATALOGNAME = pm_netip +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-ne-tip +CATALOGNAME = pm_net-ip +# name change handling +SPKG_DESC_CSWpm-net-ip = $(DESCRIPTION) +OBSOLETED_BY_CSWpm-net-ip = CSWpmnetip +CATALOGNAME_CSWpmnetip = pm_netip + ARCHALL = 1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:41:57 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:41:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[18994] csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Message-ID: Revision: 18994 http://gar.svn.sourceforge.net/gar/?rev=18994&view=rev Author: guillomovitch Date: 2012-08-17 12:41:57 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Net-IP: oops, fix typo Modified Paths: -------------- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-IP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:40:29 UTC (rev 18993) +++ csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:41:57 UTC (rev 18994) @@ -11,7 +11,7 @@ endef PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -PACKAGES = CSWpm-ne-tip +PACKAGES = CSWpm-net-ip CATALOGNAME = pm_net-ip # name change handling This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 14:43:48 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 12:43:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[18995] csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Message-ID: Revision: 18995 http://gar.svn.sourceforge.net/gar/?rev=18995&view=rev Author: guillomovitch Date: 2012-08-17 12:43:48 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Net-IP: oops, fix catalog name error Modified Paths: -------------- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-IP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:41:57 UTC (rev 18994) +++ csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-17 12:43:48 UTC (rev 18995) @@ -12,7 +12,7 @@ PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-net-ip -CATALOGNAME = pm_net-ip +CATALOGNAME = pm_net_ip # name change handling SPKG_DESC_CSWpm-net-ip = $(DESCRIPTION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 15:18:12 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 13:18:12 +0000 Subject: [csw-devel] SF.net SVN: gar:[18996] csw/mgar/pkg/cpan Message-ID: Revision: 18996 http://gar.svn.sourceforge.net/gar/?rev=18996&view=rev Author: guillomovitch Date: 2012-08-17 13:18:11 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Net-CUPS: initial import Added Paths: ----------- csw/mgar/pkg/cpan/Net-CUPS/ csw/mgar/pkg/cpan/Net-CUPS/branches/ csw/mgar/pkg/cpan/Net-CUPS/tags/ csw/mgar/pkg/cpan/Net-CUPS/trunk/ csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile csw/mgar/pkg/cpan/Net-CUPS/trunk/checksums csw/mgar/pkg/cpan/Net-CUPS/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Net-CUPS/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile 2012-08-17 13:18:11 UTC (rev 18996) @@ -0,0 +1,32 @@ +NAME = Net-CUPS +VERSION = 0.61 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = DHAGEMAN + +DESCRIPTION = Common Unix Printing System Interface +define BLURB + Net::CUPS is an object oriented interface to the Common Unix Printing System. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-net-cups +CATALOGNAME = pm_net_cups + +REINPLACE_MATCH = /usr/share +REINPLACE_WITH = /opt/csw/share +REINPLACE_FILES = lib/Net/CUPS.pm + +BUILD_DEP_PKGS = CSWcups-dev +RUNTIME_DEP_PKGS += CSWlibgcrypt11 +RUNTIME_DEP_PKGS += CSWlibz1 +RUNTIME_DEP_PKGS += CSWlibgpg-error0 +RUNTIME_DEP_PKGS += CSWlibcom-err3 +RUNTIME_DEP_PKGS += CSWlibkrb5-3 +RUNTIME_DEP_PKGS += CSWlibgnutls26 +RUNTIME_DEP_PKGS += CSWlibcups2 +RUNTIME_DEP_PKGS += CSWlibk5crypto3 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Net-CUPS/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-CUPS/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Net-CUPS/trunk/checksums 2012-08-17 13:18:11 UTC (rev 18996) @@ -0,0 +1 @@ +1aba74db9bcf15396005091f826b50e8 Net-CUPS-0.61.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 15:31:10 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 13:31:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[18997] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18997 http://gar.svn.sourceforge.net/gar/?rev=18997&view=rev Author: guillomovitch Date: 2012-08-17 13:31:09 +0000 (Fri, 17 Aug 2012) Log Message: ----------- fusioninventory-agent: drop dependencies on CORE modules Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-17 13:18:11 UTC (rev 18996) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-17 13:31:09 UTC (rev 18997) @@ -26,8 +26,6 @@ ARCHALL = 1 RUNTIME_DEP_PKGS = CSWperl -RUNTIME_DEP_PKGS += CSWpm-compress-zlib -RUNTIME_DEP_PKGS += CSWpm-digest-md5 RUNTIME_DEP_PKGS += CSWpm-file-which RUNTIME_DEP_PKGS += CSWpm-http-daemon RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 17 15:35:11 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 17 Aug 2012 13:35:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[18998] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 18998 http://gar.svn.sourceforge.net/gar/?rev=18998&view=rev Author: guillomovitch Date: 2012-08-17 13:35:10 +0000 (Fri, 17 Aug 2012) Log Message: ----------- fusioninventory-agent: drop redundant perl dependency Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-17 13:31:09 UTC (rev 18997) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-17 13:35:10 UTC (rev 18998) @@ -25,7 +25,6 @@ PACKAGES = CSWfusioninventory-agent ARCHALL = 1 -RUNTIME_DEP_PKGS = CSWperl RUNTIME_DEP_PKGS += CSWpm-file-which RUNTIME_DEP_PKGS += CSWpm-http-daemon RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 17 15:52:32 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 17 Aug 2012 13:52:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[18999] csw/mgar/pkg/openssh/trunk Message-ID: Revision: 18999 http://gar.svn.sourceforge.net/gar/?rev=18999&view=rev Author: chninkel Date: 2012-08-17 13:52:32 +0000 (Fri, 17 Aug 2012) Log Message: ----------- force linking against interface SUNW_1.22 of libc.so.1 Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/Makefile csw/mgar/pkg/openssh/trunk/files/changelog.CSW Added Paths: ----------- csw/mgar/pkg/openssh/trunk/files/map.openssh Modified: csw/mgar/pkg/openssh/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2012-08-17 13:35:10 UTC (rev 18998) +++ csw/mgar/pkg/openssh/trunk/Makefile 2012-08-17 13:52:32 UTC (rev 18999) @@ -116,6 +116,8 @@ DISTFILES += THIS_LOCATION_IS_DEPRECATED +DISTFILES += map.openssh + LICENSE = LICENCE # The GSSAPI key exchange patch @@ -165,7 +167,7 @@ CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix) CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty -EXTRA_LDFLAGS = -z ignore +EXTRA_LDFLAGS = -z ignore -M "$(abspath $(WORKDIR)/map.openssh)" TEST_SCRIPTS = Modified: csw/mgar/pkg/openssh/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-17 13:35:10 UTC (rev 18998) +++ csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-17 13:52:32 UTC (rev 18999) @@ -1,3 +1,10 @@ +openssh (6.0p1,REV=2012.08.17) unstable + + * Added a mapfile to force linking against interface SUNW_1.22 + of libc.so.1 so we don't work only on last solaris release. + + -- Yann Rouillard Fri, 17 Aug 2012 15:51:32 +0200 + openssh (6.0p1,REV=2012.08.12) unstable * Removed superfluous dependencies: Added: csw/mgar/pkg/openssh/trunk/files/map.openssh =================================================================== --- csw/mgar/pkg/openssh/trunk/files/map.openssh (rev 0) +++ csw/mgar/pkg/openssh/trunk/files/map.openssh 2012-08-17 13:52:32 UTC (rev 18999) @@ -0,0 +1,6 @@ +$mapfile_version 2 +DEPEND_VERSIONS libc.so { + ALLOW = SUNW_1.22.5; + ALLOW = SUNWprivate_1.1; +}; + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Aug 17 16:24:22 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 17 Aug 2012 14:24:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[19000] csw/mgar/pkg/texlive/trunk Message-ID: Revision: 19000 http://gar.svn.sourceforge.net/gar/?rev=19000&view=rev Author: pfelecan Date: 2012-08-17 14:24:22 +0000 (Fri, 17 Aug 2012) Log Message: ----------- texlive/trunk: - fully packaged - monolithic package, i.e., not splitted in sub-packages - not ready for release Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/texlive/trunk/files/0001-Fix-lacheck-buffer-overflow.patch Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2012-08-17 13:52:32 UTC (rev 18999) +++ csw/mgar/pkg/texlive/trunk/Makefile 2012-08-17 14:24:22 UTC (rev 19000) @@ -21,9 +21,8 @@ DISTNAME = $(DISTNAMEPREFIX)-source DISTFILES = $(DISTNAME).tar.xz DISTFILES += $(DISTNAMEPREFIX)-extra.tar.xz -NOEXTRACT += $(DISTNAMEPREFIX)-extra.tar.xz DISTFILES += $(DISTNAMEPREFIX)-texmf.tar.xz -NOEXTRACT += $(DISTNAMEPREFIX)-texmf.tar.xz +PATCHFILES += 0001-Fix-lacheck-buffer-overflow.patch BUILD_DEP_PKGS += CSWpoppler-dev BUILD_DEP_PKGS += CSWpoppler-dev @@ -32,6 +31,8 @@ EXTRA_CFLAGS += -std=gnu99 -D_XPG6 EXTRA_CXXFLAGS += -D_XPG6 +STRIP_LIBTOOL = 1 + GARCOMPILER = GNU # must be a absolute path name if we don't want to have the object @@ -69,23 +70,40 @@ CONFIGURE_ARGS += --with-x CONFIGURE_ARGS += --with-xdvi-x-toolkit=xaw -TEST_SCRIPTS = custom - RUNTIME_DEP_PKGS += CSWps2eps +# EXTRA_MERGE_EXCLUDE_FILES += + include gar/category.mk PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) +# we build in a directory outside the source tree and gather the +# licenses from the extra archive into one file: pre-configure-modulated: mkdir -p $(OBJDIR) + cat $(WORKDIR)/$(DISTNAMEPREFIX)-extra/LICENSE.TL $(WORKDIR)/$(DISTNAMEPREFIX)-extra/LICENSE.CTAN > $(WORKSRC)/COPYING $(MAKECOOKIE) -# this is needed only because the lacheck test fails: -test-custom: - cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) check +# this is necessary to link texk/ptexenc (libtool --mode=install) when +# the kpathsea from teTeX is installed on the build system; this will +# probably go away when teTeX is decommissioned. +pre-install-modulated: + cd $(OBJDIR)/texk/ptexenc && gsed --in-place --expression='s;-L/opt/csw/lib;;g' libptexenc.la $(MAKECOOKIE) +post-install-modulated: xdup = --exclude=texmf/doc/xindy/alphabets-doc.pdf +post-install-modulated: xdup += --exclude=texmf/doc/xindy/tex2xindy.pdf +post-install-modulated: xdup += --exclude=texmf/doc/xindy/texindy.pdf +post-install-modulated: xdup += --exclude=texmf/doc/xindy/xindy.pdf +post-install-modulated: xdup += --exclude=texmf/dvipdfmx/dvipdfmx.cfg +post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp1250.xdy +post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp437.xdy +post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp850.xdy +post-install-modulated: + gtar --directory=$(WORKDIR)/$(DISTNAMEPREFIX)-texmf --create $(xdup) --file=- . | gtar --directory=$(DESTDIR)/$(datadir) --extract --file=- + $(MAKECOOKIE) + # this is private and not available publicly mydependencies: for package in $(PACKAGES); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done Added: csw/mgar/pkg/texlive/trunk/files/0001-Fix-lacheck-buffer-overflow.patch =================================================================== --- csw/mgar/pkg/texlive/trunk/files/0001-Fix-lacheck-buffer-overflow.patch (rev 0) +++ csw/mgar/pkg/texlive/trunk/files/0001-Fix-lacheck-buffer-overflow.patch 2012-08-17 14:24:22 UTC (rev 19000) @@ -0,0 +1,58 @@ +From 6338bcdc8945730395760d207de6517161b19ef9 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Thu, 16 Aug 2012 11:16:01 +0200 +Subject: [PATCH] Fix lacheck buffer overflow + +The check target fails when the directory structure make the test +source path too long. +--- + texk/lacheck/lacheck-1.26/lacheck.l | 3 ++- + texk/lacheck/lacheck.c | 4 ++-- + 2 files changed, 4 insertions(+), 3 deletions(-) + +diff --git a/texk/lacheck/lacheck-1.26/lacheck.l b/texk/lacheck/lacheck-1.26/lacheck.l +index b6fd1ba..f3cd993 100644 +--- a/texk/lacheck/lacheck-1.26/lacheck.l ++++ b/texk/lacheck/lacheck-1.26/lacheck.l +@@ -117,6 +117,7 @@ + + #include + #include ++#include + + #if defined(WIN32) && !defined(__MINGW32__) + #include +@@ -155,7 +156,7 @@ int check_top_level_end(char *end_command, int type); + + /* global variables */ + +-char returnval[100]; ++char returnval[PATH_MAX + 1]; + int line_count = 1; + int warn_count = 0; + char *file_name; +diff --git a/texk/lacheck/lacheck.c b/texk/lacheck/lacheck.c +index e08abeb..affed80 100644 +--- a/texk/lacheck/lacheck.c ++++ b/texk/lacheck/lacheck.c +@@ -20,7 +20,7 @@ + #include + #include + #include +- ++#include + /* end standard C headers. */ + + /* flex integer type definitions */ +@@ -2131,7 +2131,7 @@ int check_top_level_end(char *end_command, int type); + + /* global variables */ + +-char returnval[100]; ++char returnval[PATH_MAX + 1]; + int line_count = 1; + int warn_count = 0; + char *file_name; +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Fri Aug 17 16:29:10 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Fri, 17 Aug 2012 14:29:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[19001] csw/mgar/pkg/texlive/trunk/Makefile Message-ID: Revision: 19001 http://gar.svn.sourceforge.net/gar/?rev=19001&view=rev Author: pfelecan Date: 2012-08-17 14:29:10 +0000 (Fri, 17 Aug 2012) Log Message: ----------- texlive/trunk: floor packaging to Solaris 10 Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2012-08-17 14:24:22 UTC (rev 19000) +++ csw/mgar/pkg/texlive/trunk/Makefile 2012-08-17 14:29:10 UTC (rev 19001) @@ -24,6 +24,9 @@ DISTFILES += $(DISTNAMEPREFIX)-texmf.tar.xz PATCHFILES += 0001-Fix-lacheck-buffer-overflow.patch +PACKAGING_PLATFORMS = solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 + BUILD_DEP_PKGS += CSWpoppler-dev BUILD_DEP_PKGS += CSWpoppler-dev BUILD_DEP_PKGS += CSWclisp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Aug 17 19:12:06 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 17 Aug 2012 17:12:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[19002] csw/mgar/pkg/php5/trunk/Makefile Message-ID: Revision: 19002 http://gar.svn.sourceforge.net/gar/?rev=19002&view=rev Author: bdwalton Date: 2012-08-17 17:12:06 +0000 (Fri, 17 Aug 2012) Log Message: ----------- php5/trunk: phpize requires gsed so the dev package should depend on it Modified Paths: -------------- csw/mgar/pkg/php5/trunk/Makefile Modified: csw/mgar/pkg/php5/trunk/Makefile =================================================================== --- csw/mgar/pkg/php5/trunk/Makefile 2012-08-17 14:29:10 UTC (rev 19001) +++ csw/mgar/pkg/php5/trunk/Makefile 2012-08-17 17:12:06 UTC (rev 19002) @@ -102,6 +102,7 @@ CATALOGNAME_CSWphp5-dev = php5_dev SPKG_DESC_CSWphp5-dev = Development files for php5 RUNTIME_DEP_PKGS_CSWphp5-dev = CSWphp5 +RUNTIME_DEP_PKGS_CSWphp5-dev = CSWgsed OBSOLETED_BY_CSWphp5-dev = CSWphp5devel PKGFILES_CSWphp5-dev = $(prefix)/php5/bin/php-config PKGFILES_CSWphp5-dev = $(prefix)/bin/php-config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Aug 17 23:17:44 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 17 Aug 2012 21:17:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[19003] csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile Message-ID: Revision: 19003 http://gar.svn.sourceforge.net/gar/?rev=19003&view=rev Author: bonivart Date: 2012-08-17 21:17:43 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Proc-PID-File/trunk: fix name Modified Paths: -------------- csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile Modified: csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile 2012-08-17 17:12:06 UTC (rev 19002) +++ csw/mgar/pkg/cpan/Proc-PID-File/trunk/Makefile 2012-08-17 21:17:43 UTC (rev 19003) @@ -9,10 +9,16 @@ Module to manage process id files endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -PACKAGES = CSWpm-proc-pid-files -CATALOGNAME = pm_proc_pid_files -ARCHALL = 1 LICENSE = LICENSE +#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +PACKAGES = CSWpm-proc-pid-file +CATALOGNAME = pm_proc_pid_file +SPKG_DESC_CSWpm-proc-pid-file = $(DESCRIPTION) +ARCHALL = 1 + +# Name change +OBSOLETED_BY_CSWpm-proc-pid-file = CSWpm-proc-pid-files +CATALOGNAME_CSWpm-proc-pid-files = pm_proc_pid_files_stub + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Fri Aug 17 23:27:47 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 17 Aug 2012 21:27:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[19004] csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Message-ID: Revision: 19004 http://gar.svn.sourceforge.net/gar/?rev=19004&view=rev Author: bonivart Date: 2012-08-17 21:27:47 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/Proc-Daemon/trunk: enable for 5.9 again Modified Paths: -------------- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Modified: csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-17 21:17:43 UTC (rev 19003) +++ csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-17 21:27:47 UTC (rev 19004) @@ -18,7 +18,7 @@ DISTFILES += COPYING -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-proc-daemon CATALOGNAME = pm_proc_daemon ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 00:10:51 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 17 Aug 2012 22:10:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[19005] csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile Message-ID: Revision: 19005 http://gar.svn.sourceforge.net/gar/?rev=19005&view=rev Author: bonivart Date: 2012-08-17 22:10:51 +0000 (Fri, 17 Aug 2012) Log Message: ----------- cpan/IO-Socket-SSL/trunk: fix name and platforms Modified Paths: -------------- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile Modified: csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2012-08-17 21:27:47 UTC (rev 19004) +++ csw/mgar/pkg/cpan/IO-Socket-SSL/trunk/Makefile 2012-08-17 22:10:51 UTC (rev 19005) @@ -17,12 +17,15 @@ DISTFILES = $(DISTNAME).tar.gz DISTFILES += COPYING -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + PACKAGES = CSWpm-io-socket-ssl CATALOGNAME = pm_io_socket_ssl SPKG_DESC_CSWpm-io-socket-ssl = $(DESCRIPTION) + +# Name change OBSOLETED_BY_CSWpm-io-socket-ssl = CSWpmiosocketssl -CATALOGNAME_CSWpmiosocketssl = pm_iosocketssl +CATALOGNAME_CSWpmiosocketssl = pm_iosocketssl_stub ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Aug 18 00:52:13 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 17 Aug 2012 22:52:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19006] csw/mgar/pkg/openssh/trunk/files/map.openssh Message-ID: Revision: 19006 http://gar.svn.sourceforge.net/gar/?rev=19006&view=rev Author: chninkel Date: 2012-08-17 22:52:13 +0000 (Fri, 17 Aug 2012) Log Message: ----------- switch to mapfile version 1 Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/files/map.openssh Modified: csw/mgar/pkg/openssh/trunk/files/map.openssh =================================================================== --- csw/mgar/pkg/openssh/trunk/files/map.openssh 2012-08-17 22:10:51 UTC (rev 19005) +++ csw/mgar/pkg/openssh/trunk/files/map.openssh 2012-08-17 22:52:13 UTC (rev 19006) @@ -1,6 +1,2 @@ -$mapfile_version 2 -DEPEND_VERSIONS libc.so { - ALLOW = SUNW_1.22.5; - ALLOW = SUNWprivate_1.1; -}; +libc.so - SUNW_1.22.5 SUNWprivate_1.1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 02:52:08 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 18 Aug 2012 00:52:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[19007] csw/mgar/pkg/cpan/Text-Template/trunk/Makefile Message-ID: Revision: 19007 http://gar.svn.sourceforge.net/gar/?rev=19007&view=rev Author: bonivart Date: 2012-08-18 00:52:07 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/Text-Template/trunk: fix platforms Modified Paths: -------------- csw/mgar/pkg/cpan/Text-Template/trunk/Makefile Modified: csw/mgar/pkg/cpan/Text-Template/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Template/trunk/Makefile 2012-08-17 22:52:13 UTC (rev 19006) +++ csw/mgar/pkg/cpan/Text-Template/trunk/Makefile 2012-08-18 00:52:07 UTC (rev 19007) @@ -13,13 +13,14 @@ values. endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-text-template CATALOGNAME = pm_text_template +SPKG_DESC_CSWpm-text-template = $(DESCRIPTION) + ARCHALL = 1 # name change handling -SPKG_DESC_CSWpm-text-template = $(DESCRIPTION) OBSOLETED_BY_CSWpm-text-template = CSWpmtexttemplate CATALOGNAME_CSWpmtexttemplate = pm_texttemplate_stub This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 02:59:10 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 18 Aug 2012 00:59:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[19008] csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Message-ID: Revision: 19008 http://gar.svn.sourceforge.net/gar/?rev=19008&view=rev Author: bonivart Date: 2012-08-18 00:59:09 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/Net-IP/trunk: fix platforms Modified Paths: -------------- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-IP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-18 00:52:07 UTC (rev 19007) +++ csw/mgar/pkg/cpan/Net-IP/trunk/Makefile 2012-08-18 00:59:09 UTC (rev 19008) @@ -10,15 +10,15 @@ IPv6 addresses. endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +#PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-net-ip CATALOGNAME = pm_net_ip +SPKG_DESC_CSWpm-net-ip = $(DESCRIPTION) +ARCHALL = 1 + # name change handling -SPKG_DESC_CSWpm-net-ip = $(DESCRIPTION) OBSOLETED_BY_CSWpm-net-ip = CSWpmnetip -CATALOGNAME_CSWpmnetip = pm_netip +CATALOGNAME_CSWpmnetip = pm_netip_stub -ARCHALL = 1 - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 11:42:53 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 09:42:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[19009] csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile Message-ID: Revision: 19009 http://gar.svn.sourceforge.net/gar/?rev=19009&view=rev Author: guillomovitch Date: 2012-08-18 09:42:53 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/UNIVERSAL-require: drop uneeded PACKAGING_PLATFORMS, fix old catalog name Modified Paths: -------------- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile Modified: csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-18 00:59:09 UTC (rev 19008) +++ csw/mgar/pkg/cpan/UNIVERSAL-require/trunk/Makefile 2012-08-18 09:42:53 UTC (rev 19009) @@ -15,7 +15,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-universal-require CATALOGNAME = pm_universal_require ARCHALL = 1 @@ -23,5 +22,6 @@ # name change handling SPKG_DESC_CSWpm-universal-require = $(DESCRIPTION) OBSOLETED_BY_CSWpm-universal-require = CSWpmunivrequire +CATALOGNAME_CSWpmunivrequire = pm_univrequire_stub include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 11:45:53 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 09:45:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[19010] csw/mgar/pkg/cpan/File-Which/trunk/Makefile Message-ID: Revision: 19010 http://gar.svn.sourceforge.net/gar/?rev=19010&view=rev Author: guillomovitch Date: 2012-08-18 09:45:52 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/File-Which: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/File-Which/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-18 09:42:53 UTC (rev 19009) +++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-18 09:45:52 UTC (rev 19010) @@ -10,8 +10,6 @@ systems under which the `which' program wasn't implemented in the shell. endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - LICENSE_TEXT = This module is licensed under the perl license PACKAGES = CSWpm-file-which This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 11:47:38 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 09:47:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[19011] csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Message-ID: Revision: 19011 http://gar.svn.sourceforge.net/gar/?rev=19011&view=rev Author: guillomovitch Date: 2012-08-18 09:47:38 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/XML-TreePP: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-18 09:45:52 UTC (rev 19010) +++ csw/mgar/pkg/cpan/XML-TreePP/trunk/Makefile 2012-08-18 09:47:38 UTC (rev 19011) @@ -13,8 +13,6 @@ XMLHttpRequest object does at JavaScript language. endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - LICENSE_TEXT = This module is licensed under the perl license PACKAGES = CSWpm-xml-treepp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 11:51:21 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 09:51:21 +0000 Subject: [csw-devel] SF.net SVN: gar:[19012] csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile Message-ID: Revision: 19012 http://gar.svn.sourceforge.net/gar/?rev=19012&view=rev Author: guillomovitch Date: 2012-08-18 09:51:21 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/Net-CUPS: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile 2012-08-18 09:47:38 UTC (rev 19011) +++ csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile 2012-08-18 09:51:21 UTC (rev 19012) @@ -11,7 +11,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-net-cups CATALOGNAME = pm_net_cups This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 12:09:42 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 10:09:42 +0000 Subject: [csw-devel] SF.net SVN: gar:[19013] csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile Message-ID: Revision: 19013 http://gar.svn.sourceforge.net/gar/?rev=19013&view=rev Author: guillomovitch Date: 2012-08-18 10:09:42 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/Net-CUPS: revert previous commit, cups is not available on 5.9 Modified Paths: -------------- csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile 2012-08-18 09:51:21 UTC (rev 19012) +++ csw/mgar/pkg/cpan/Net-CUPS/trunk/Makefile 2012-08-18 10:09:42 UTC (rev 19013) @@ -11,6 +11,7 @@ LICENSE_TEXT = This module is licensed under the perl license +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-net-cups CATALOGNAME = pm_net_cups This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 13:00:35 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 18 Aug 2012 11:00:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[19014] csw/mgar/pkg/cpan/perl-ldap/trunk Message-ID: Revision: 19014 http://gar.svn.sourceforge.net/gar/?rev=19014&view=rev Author: bonivart Date: 2012-08-18 11:00:35 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/perl-ldap/trunk: update to 0.44, fix deps Modified Paths: -------------- csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile csw/mgar/pkg/cpan/perl-ldap/trunk/checksums Modified: csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile 2012-08-18 10:09:42 UTC (rev 19013) +++ csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile 2012-08-18 11:00:35 UTC (rev 19014) @@ -1,8 +1,8 @@ NAME = perl-ldap -VERSION = 0.4001 +VERSION = 0.44 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = GBARR +AUTHOR = MARSCHAP DESCRIPTION = Lightweight Directory Access Protocol define BLURB @@ -11,20 +11,27 @@ maintenance functions such as adding, deleting or modifying entries. endef -DISTFILES = COPYING +DISTFILES += COPYING DISTFILES += CSWpm-ldap.releasenotes PACKAGES = CSWpm-ldap CATALOGNAME = pm_ldap SPKG_DESC_CSWpm-ldap = $(DESCRIPTION) ARCHALL = 1 + +# Name change OBSOLETED_BY_CSWpm-ldap = CSWpmldap CATALOGNAME_CSWpmldap = pm_ldap_stub # Harmless /usr/local references CHECKPKG_OVERRIDES_CSWpm-ldap += file-with-bad-content -RUNTIME_DEP_PKGS = CSWpmxmlsax CSWpmauthensasl CSWpmiosocketssl CSWpmuri CSWpmconvertasn1 CSWpmmimebase64 +RUNTIME_DEP_PKGS = CSWpm-xml-sax +RUNTIME_DEP_PKGS += CSWpm-authen-sasl +RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl +RUNTIME_DEP_PKGS += CSWpm-uri +RUNTIME_DEP_PKGS += CSWpmconvertasn1 +RUNTIME_DEP_PKGS += CSWpm-mime-base64 # Module version numbers defeat Sort::Versions #MANUAL_UPDATE = 1 Modified: csw/mgar/pkg/cpan/perl-ldap/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/perl-ldap/trunk/checksums 2012-08-18 10:09:42 UTC (rev 19013) +++ csw/mgar/pkg/cpan/perl-ldap/trunk/checksums 2012-08-18 11:00:35 UTC (rev 19014) @@ -1 +1 @@ -f30af2904b093fa81a42ab682ca440a6 perl-ldap-0.4001.tar.gz +707c31839de6f4717000372421464911 perl-ldap-0.44.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 13:05:58 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 18 Aug 2012 11:05:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[19015] csw/mgar/gar/v2/categories/cpan/category.mk Message-ID: Revision: 19015 http://gar.svn.sourceforge.net/gar/?rev=19015&view=rev Author: bonivart Date: 2012-08-18 11:05:58 +0000 (Sat, 18 Aug 2012) Log Message: ----------- revert change to DISTFILES Modified Paths: -------------- csw/mgar/gar/v2/categories/cpan/category.mk Modified: csw/mgar/gar/v2/categories/cpan/category.mk =================================================================== --- csw/mgar/gar/v2/categories/cpan/category.mk 2012-08-18 11:00:35 UTC (rev 19014) +++ csw/mgar/gar/v2/categories/cpan/category.mk 2012-08-18 11:05:58 UTC (rev 19015) @@ -4,7 +4,7 @@ # This is common to most modules - override in module makefile if different MODDIST ?= $(DISTNAME).tar.gz -DISTFILES ?= $(MODDIST) +DISTFILES += $(MODDIST) CHECKPATH ?= $(firstword $(CPAN_MIRRORS)) # Tests are enabled by default, unless overridden at the test level This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sat Aug 18 13:53:01 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sat, 18 Aug 2012 11:53:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[19016] csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Message-ID: Revision: 19016 http://gar.svn.sourceforge.net/gar/?rev=19016&view=rev Author: bonivart Date: 2012-08-18 11:53:01 +0000 (Sat, 18 Aug 2012) Log Message: ----------- cpan/Proc-Daemon/trunk: fix desc Modified Paths: -------------- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile Modified: csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-18 11:05:58 UTC (rev 19015) +++ csw/mgar/pkg/cpan/Proc-Daemon/trunk/Makefile 2012-08-18 11:53:01 UTC (rev 19016) @@ -7,9 +7,9 @@ CATEGORIES = cpan AUTHOR = DETI -DESCRIPTION = Run Perl program(s) as a daemon process +DESCRIPTION = Run Perl programs as a daemon process define BLURB - Run Perl program(s) as a daemon process + Run Perl programs as a daemon process endef # Weird subdir (proc) makes auto-fetch not work This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From j_arndt at users.sourceforge.net Sat Aug 18 16:30:37 2012 From: j_arndt at users.sourceforge.net (j_arndt at users.sourceforge.net) Date: Sat, 18 Aug 2012 14:30:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[19017] csw/mgar/pkg/fio/trunk Message-ID: Revision: 19017 http://gar.svn.sourceforge.net/gar/?rev=19017&view=rev Author: j_arndt Date: 2012-08-18 14:30:37 +0000 (Sat, 18 Aug 2012) Log Message: ----------- fio/trunk: update to 2.0.8 Modified Paths: -------------- csw/mgar/pkg/fio/trunk/Makefile csw/mgar/pkg/fio/trunk/checksums Added Paths: ----------- csw/mgar/pkg/fio/trunk/files/0001-shell-commands.patch Modified: csw/mgar/pkg/fio/trunk/Makefile =================================================================== --- csw/mgar/pkg/fio/trunk/Makefile 2012-08-18 11:53:01 UTC (rev 19016) +++ csw/mgar/pkg/fio/trunk/Makefile 2012-08-18 14:30:37 UTC (rev 19017) @@ -1,7 +1,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) NAME = fio -VERSION = 1.44.2 +VERSION = 2.0.8 CATEGORIES = apps GARTYPE = v2 @@ -23,34 +23,19 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz -# On Solaris 9 getopt_long isn't part of the OS, thus we pull in CSWlibgnugetopt -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 -RUNTIME_DEP_PKGS = $(RUNTIME_DEP_PKGS_$(GAROSREL)) -RUNTIME_DEP_PKGS_5.9 = CSWlibgnugetopt +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -EXTRA_BUILD_EXPORTS = EXTLIBS -EXTLIBS = $(EXTLIBS_$(GAROSREL)) -EXTLIBS_5.9 = -lgnugetopt -# / On Solaris 9 getopt_long isn't part of the OS +PATCHFILES += 0001-shell-commands.patch -PATCHFILES += 0001-Honour-GAR-CFLAGS-and-use-inttypes.h-instead-of-stdi.patch -PATCHFILES += 0006-Use-CLOCK_HIGHRES-if-CLOCK_MONOTONIC-is-missing.patch - -# These ones went upstream, should be integrated in post 1.44.2 releases -# cf. http://www.spinics.net/lists/fio/msg00580.html -# http://www.spinics.net/lists/fio/msg00582.html -PATCHFILES += 0003-Install-man-pages.patch -PATCHFILES += 0005-Warn-on-missing-direct-IO-support.patch - # fio compiler/compiler.h #errors out non gcc compilers -GARCOMPILER = GCC3 +GARCOMPILER = GCC4 # Required for PTHREAD_STACK_MIN EXTRA_CFLAGS = -D__EXTENSIONS__ CONFIGURE_SCRIPTS = -BUILD_ARGS = -f Makefile.solaris +#BUILD_ARGS = -f Makefile.solaris TEST_SCRIPTS = -INSTALL_ARGS = -f Makefile.solaris +#INSTALL_ARGS = -f Makefile.solaris INSTALL_OVERRIDE_VARS = INSTALL prefix mandir INSTALL_OVERRIDE_VAR_INSTALL = $(bindir)/ginstall Modified: csw/mgar/pkg/fio/trunk/checksums =================================================================== --- csw/mgar/pkg/fio/trunk/checksums 2012-08-18 11:53:01 UTC (rev 19016) +++ csw/mgar/pkg/fio/trunk/checksums 2012-08-18 14:30:37 UTC (rev 19017) @@ -1 +1 @@ -ea2765f6cbc5922b0b500dd7ae0f5d92 fio-1.44.2.tar.gz +b745a65ed56ef629e6d1a10b20d84c75 fio-2.0.8.tar.gz Added: csw/mgar/pkg/fio/trunk/files/0001-shell-commands.patch =================================================================== --- csw/mgar/pkg/fio/trunk/files/0001-shell-commands.patch (rev 0) +++ csw/mgar/pkg/fio/trunk/files/0001-shell-commands.patch 2012-08-18 14:30:37 UTC (rev 19017) @@ -0,0 +1,48 @@ +From aa7db00a98f42799725dc638a75952a6172c9038 Mon Sep 17 00:00:00 2001 +From: Juergen Arndt +Date: Sat, 4 Aug 2012 14:23:38 +0200 +Subject: [PATCH] shell commands + +--- + FIO-VERSION-GEN | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN +index 0d20126..ba99272 100755 +--- a/FIO-VERSION-GEN ++++ b/FIO-VERSION-GEN +@@ -10,14 +10,14 @@ LF=' + # then try git-describe, then default. + if test -f version + then +- VN=$(cat version) || VN="$DEF_VER" ++ VN=`cat version` || VN="$DEF_VER" + elif test -d .git -o -f .git && +- VN=$(git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null) && ++ VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` && + case "$VN" in + *$LF*) (exit 1) ;; + v[0-9]*) + git update-index -q --refresh +- test -z "$(git diff-index --name-only HEAD --)" || ++ test -z "`git diff-index --name-only HEAD --`" || + VN="$VN-dirty" ;; + esac + then +@@ -26,11 +26,11 @@ else + VN="$DEF_VER" + fi + +-VN=$(expr "$VN" : v*'\(.*\)') ++VN=`expr "$VN" : v*'\(.*\)'` + + if test -r $GVF + then +- VC=$(sed -e 's/^FIO_VERSION = //' <$GVF) ++ VC=`sed -e 's/^FIO_VERSION = //' <$GVF` + else + VC=unset + fi +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 20:02:07 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 18:02:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[19018] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 19018 http://gar.svn.sourceforge.net/gar/?rev=19018&view=rev Author: guillomovitch Date: 2012-08-18 18:02:07 +0000 (Sat, 18 Aug 2012) Log Message: ----------- fusioninventory-agent: no CSWpm_net_cup dependency on 5.9 Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 14:30:37 UTC (rev 19017) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:02:07 UTC (rev 19018) @@ -31,13 +31,15 @@ RUNTIME_DEP_PKGS += CSWpm-libwww-perl RUNTIME_DEP_PKGS += CSWpm-proc-daemon RUNTIME_DEP_PKGS += CSWpm-proc-pid-file -RUNTIME_DEP_PKGS += CSWpm-net-cups +# not available in 5.9 +ifneq ($(shell /usr/bin/uname -r),5.9) + RUNTIME_DEP_PKGS += CSWpm-net-cups +endif RUNTIME_DEP_PKGS += CSWpm-net-ip RUNTIME_DEP_PKGS += CSWpm-text-template RUNTIME_DEP_PKGS += CSWpm-universal-require RUNTIME_DEP_PKGS += CSWpm-xml-treepp RUNTIME_DEP_PKGS += CSWmemconf - PATCHFILES += 0001-don-t-install-a-private-memconf-copy.patch CONFIGURE_ARGS = PREFIX=/opt/csw SYSCONFDIR=/etc/opt/csw This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 20:03:08 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 18:03:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[19019] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 19019 http://gar.svn.sourceforge.net/gar/?rev=19019&view=rev Author: guillomovitch Date: 2012-08-18 18:03:07 +0000 (Sat, 18 Aug 2012) Log Message: ----------- fusioninventory-agent: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:02:07 UTC (rev 19018) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:03:07 UTC (rev 19019) @@ -13,8 +13,6 @@ a GLPI server with fusioninventory plugin, acting as a control point. endef -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - MASTER_SITES = $(CPAN_MIRRORS) AUTHOR = FUSINV DISTNAME = FusionInventory-Agent-$(VERSION) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Sat Aug 18 20:05:14 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sat, 18 Aug 2012 18:05:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[19020] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 19020 http://gar.svn.sourceforge.net/gar/?rev=19020&view=rev Author: guillomovitch Date: 2012-08-18 18:05:13 +0000 (Sat, 18 Aug 2012) Log Message: ----------- fusioninventory-agent: set MODDIST explicitely Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:03:07 UTC (rev 19019) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-18 18:05:13 UTC (rev 19020) @@ -15,6 +15,7 @@ MASTER_SITES = $(CPAN_MIRRORS) AUTHOR = FUSINV +MODDIST = DISTNAME = FusionInventory-Agent-$(VERSION) DISTFILES = $(DISTNAME).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Mon Aug 20 08:23:31 2012 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Mon, 20 Aug 2012 06:23:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[19021] csw/mgar/pkg Message-ID: Revision: 19021 http://gar.svn.sourceforge.net/gar/?rev=19021&view=rev Author: cgrzemba Date: 2012-08-20 06:23:31 +0000 (Mon, 20 Aug 2012) Log Message: ----------- gpsbabel/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/gpsbabel/ csw/mgar/pkg/gpsbabel/Makefile csw/mgar/pkg/gpsbabel/branches/ csw/mgar/pkg/gpsbabel/tags/ csw/mgar/pkg/gpsbabel/trunk/ csw/mgar/pkg/gpsbabel/trunk/Makefile csw/mgar/pkg/gpsbabel/trunk/checksums csw/mgar/pkg/gpsbabel/trunk/files/ Added: csw/mgar/pkg/gpsbabel/Makefile =================================================================== --- csw/mgar/pkg/gpsbabel/Makefile (rev 0) +++ csw/mgar/pkg/gpsbabel/Makefile 2012-08-20 06:23:31 UTC (rev 19021) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/gpsbabel/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/gpsbabel/trunk/Makefile =================================================================== --- csw/mgar/pkg/gpsbabel/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gpsbabel/trunk/Makefile 2012-08-20 06:23:31 UTC (rev 19021) @@ -0,0 +1,27 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = gpsbabel +VERSION = 1.4.3 +GARTYPE = v2 +CATEGORIES = utils + +DESCRIPTION = GPS data translator +define BLURB + GPSBabel lets you move data between popular GPS systems such as those from Garmin, Magellan or a large number of map programs. +endef + +MASTER_SITES = http://www.gpsbabel.org/ +DISTFILES = $(DISTNAME).tar.gz + +GARCOMPILER = SOS12U3 + +BUILD_DEP_PKGS += CSWlibexpat-dev +RUNTIME_DEP_PKGS_CSWgpsbabel += CSWlibexpat1 + +SKIPTEST = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/gpsbabel/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/gpsbabel/trunk/checksums =================================================================== --- csw/mgar/pkg/gpsbabel/trunk/checksums (rev 0) +++ csw/mgar/pkg/gpsbabel/trunk/checksums 2012-08-20 06:23:31 UTC (rev 19021) @@ -0,0 +1 @@ +916f7e124f6df911a24e1ea323e9c529 gpsbabel-1.4.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Mon Aug 20 09:36:05 2012 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Mon, 20 Aug 2012 07:36:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[19022] csw/mgar/pkg/gpsbabel/trunk Message-ID: Revision: 19022 http://gar.svn.sourceforge.net/gar/?rev=19022&view=rev Author: cgrzemba Date: 2012-08-20 07:36:04 +0000 (Mon, 20 Aug 2012) Log Message: ----------- gpsbabel/trunk: add patch for ini-file location Modified Paths: -------------- csw/mgar/pkg/gpsbabel/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch Modified: csw/mgar/pkg/gpsbabel/trunk/Makefile =================================================================== --- csw/mgar/pkg/gpsbabel/trunk/Makefile 2012-08-20 06:23:31 UTC (rev 19021) +++ csw/mgar/pkg/gpsbabel/trunk/Makefile 2012-08-20 07:36:04 UTC (rev 19022) @@ -16,6 +16,7 @@ GARCOMPILER = SOS12U3 +PATCHFILES += 0001-inifile.c.patch BUILD_DEP_PKGS += CSWlibexpat-dev RUNTIME_DEP_PKGS_CSWgpsbabel += CSWlibexpat1 Added: csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch =================================================================== --- csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch (rev 0) +++ csw/mgar/pkg/gpsbabel/trunk/files/0001-inifile.c.patch 2012-08-20 07:36:04 UTC (rev 19022) @@ -0,0 +1,11 @@ +--- a/inifile.c ++++ b/inifile.c +@@ -127,7 +127,7 @@ open_gpsbabel_inifile(void) + xfree(path); + } + if (name == NULL) { +- name = find_gpsbabel_inifile("/usr/local/etc"); ++ name = find_gpsbabel_inifile("/etc/opt/csw"); + } + if (name == NULL) { + name = find_gpsbabel_inifile("/etc"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Aug 20 10:04:26 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 20 Aug 2012 08:04:26 +0000 Subject: [csw-devel] SF.net SVN: gar:[19023] csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk Message-ID: Revision: 19023 http://gar.svn.sourceforge.net/gar/?rev=19023&view=rev Author: bonivart Date: 2012-08-20 08:04:25 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/OLE-Storage_Lite/trunk: fix name Modified Paths: -------------- csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/checksums Modified: csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile 2012-08-20 07:36:04 UTC (rev 19022) +++ csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile 2012-08-20 08:04:25 UTC (rev 19023) @@ -11,8 +11,14 @@ DISTFILES += COPYING -PACKAGES = CSWpmolestoragelite -CATALOGNAME = pm_olestoragelite +PACKAGES = CSWpm-ole-storage-lite +CATALOGNAME = pm_ole_storage_lite +SPKG_DESC_CSWpm-ole-storage-lite = $(DESCRIPTION) + ARCHALL = 1 +# Name change +OBSOLETED_BY_CSWpm-ole-storage-lite = CSWpmolestoragelite +CATALOGNAME_CSWpmolestoragelite = pm_olestoragelite + include gar/category.mk Modified: csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/checksums 2012-08-20 07:36:04 UTC (rev 19022) +++ csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/checksums 2012-08-20 08:04:25 UTC (rev 19023) @@ -1,2 +1 @@ -62178a1a8d0ce7d28a3e42018ae8dba4 COPYING 1a713f5342c7d90e54ab0d9659650296 OLE-Storage_Lite-0.19.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 11:30:00 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 09:30:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[19024] csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile Message-ID: Revision: 19024 http://gar.svn.sourceforge.net/gar/?rev=19024&view=rev Author: guillomovitch Date: 2012-08-20 09:29:59 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Date: drop uneeded PACKAGING_PLATFORMS and dependency Modified Paths: -------------- csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile Modified: csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile 2012-08-20 08:04:25 UTC (rev 19023) +++ csw/mgar/pkg/cpan/HTTP-Date/trunk/Makefile 2012-08-20 09:29:59 UTC (rev 19024) @@ -13,9 +13,7 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-http-date ARCHALL = 1 -RUNTIME_DEP_PKGS += CSWpm-time-local include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:33:14 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:33:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[19025] csw/mgar/pkg/cpan Message-ID: Revision: 19025 http://gar.svn.sourceforge.net/gar/?rev=19025&view=rev Author: guillomovitch Date: 2012-08-20 10:33:13 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Cookies: initial import Added Paths: ----------- csw/mgar/pkg/cpan/HTTP-Cookies/ csw/mgar/pkg/cpan/HTTP-Cookies/branches/ csw/mgar/pkg/cpan/HTTP-Cookies/tags/ csw/mgar/pkg/cpan/HTTP-Cookies/trunk/ csw/mgar/pkg/cpan/HTTP-Cookies/trunk/Makefile csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums csw/mgar/pkg/cpan/HTTP-Cookies/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTTP-Cookies/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/HTTP-Cookies/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Cookies/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Cookies/trunk/Makefile 2012-08-20 10:33:13 UTC (rev 19025) @@ -0,0 +1,22 @@ +NAME = HTTP-Cookies +VERSION = 6.01 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = HTTP cookie jars +define BLURB + This class is for objects that represent a "cookie jar" -- that is, a + database of all the HTTP cookies that a given LWP::UserAgent object knows + about. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES = CSWpm-http-cookies +CATALOGNAME = pm_http_cookies +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-http-date +RUNTIME_DEP_PKGS += CSWpm-http-message + +include gar/category.mk Added: csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:35:38 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:35:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[19026] csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums Message-ID: Revision: 19026 http://gar.svn.sourceforge.net/gar/?rev=19026&view=rev Author: guillomovitch Date: 2012-08-20 10:35:37 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Cookies: add checksums Modified Paths: -------------- csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums Modified: csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums 2012-08-20 10:33:13 UTC (rev 19025) +++ csw/mgar/pkg/cpan/HTTP-Cookies/trunk/checksums 2012-08-20 10:35:37 UTC (rev 19026) @@ -0,0 +1 @@ +ecfd0eeb88512033352c2f13c9580f03 HTTP-Cookies-6.01.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:38:13 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:38:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19027] csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile Message-ID: Revision: 19027 http://gar.svn.sourceforge.net/gar/?rev=19027&view=rev Author: guillomovitch Date: 2012-08-20 10:38:13 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/LWP-MediaTypes: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile Modified: csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile 2012-08-20 10:35:37 UTC (rev 19026) +++ csw/mgar/pkg/cpan/LWP-MediaTypes/trunk/Makefile 2012-08-20 10:38:13 UTC (rev 19027) @@ -14,8 +14,7 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -PACKAGES += CSWpm-lwp-mediatypes +PACKAGES = CSWpm-lwp-mediatypes ARCHALL = 1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:39:58 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:39:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[19028] csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile Message-ID: Revision: 19028 http://gar.svn.sourceforge.net/gar/?rev=19028&view=rev Author: guillomovitch Date: 2012-08-20 10:39:58 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/WWW-RobotRules: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile Modified: csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile 2012-08-20 10:38:13 UTC (rev 19027) +++ csw/mgar/pkg/cpan/WWW-RobotRules/trunk/Makefile 2012-08-20 10:39:58 UTC (rev 19028) @@ -14,7 +14,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-www-robotrules ARCHALL = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:42:08 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:42:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[19029] csw/mgar/pkg/cpan/File-Listing/trunk/Makefile Message-ID: Revision: 19029 http://gar.svn.sourceforge.net/gar/?rev=19029&view=rev Author: guillomovitch Date: 2012-08-20 10:42:08 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/File-Listing: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/File-Listing/trunk/Makefile Modified: csw/mgar/pkg/cpan/File-Listing/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Listing/trunk/Makefile 2012-08-20 10:39:58 UTC (rev 19028) +++ csw/mgar/pkg/cpan/File-Listing/trunk/Makefile 2012-08-20 10:42:08 UTC (rev 19029) @@ -12,7 +12,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-file-listing ARCHALL = 1 RUNTIME_DEP_PKGS += CSWpm-http-date This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:46:34 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:46:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[19030] csw/mgar/pkg/cpan Message-ID: Revision: 19030 http://gar.svn.sourceforge.net/gar/?rev=19030&view=rev Author: guillomovitch Date: 2012-08-20 10:46:34 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Negotiate: initial import Added Paths: ----------- csw/mgar/pkg/cpan/HTTP-Negotiate/ csw/mgar/pkg/cpan/HTTP-Negotiate/branches/ csw/mgar/pkg/cpan/HTTP-Negotiate/tags/ csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/ csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/Makefile csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/checksums csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/files/ Property changes on: csw/mgar/pkg/cpan/HTTP-Negotiate/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/Makefile 2012-08-20 10:46:34 UTC (rev 19030) @@ -0,0 +1,23 @@ +NAME = HTTP-Negotiate +VERSION = 6.01 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Choose a variant to serve +define BLURB + This module provides a complete implementation of the HTTP content + negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. + Content negotiation allows for the selection of a preferred content + representation based upon attributes of the negotiable variants and the value + of the various Accept* header fields in the request. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES = CSWpm-http-negotiate +CATALOGNAME = pm_http_negotiate +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-http-message + +include gar/category.mk Added: csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/HTTP-Negotiate/trunk/checksums 2012-08-20 10:46:34 UTC (rev 19030) @@ -0,0 +1 @@ +1236195250e264d7436e7bb02031671b HTTP-Negotiate-6.01.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:51:48 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:51:48 +0000 Subject: [csw-devel] SF.net SVN: gar:[19031] csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile Message-ID: Revision: 19031 http://gar.svn.sourceforge.net/gar/?rev=19031&view=rev Author: guillomovitch Date: 2012-08-20 10:51:48 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Message: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile Modified: csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile 2012-08-20 10:46:34 UTC (rev 19030) +++ csw/mgar/pkg/cpan/HTTP-Message/trunk/Makefile 2012-08-20 10:51:48 UTC (rev 19031) @@ -13,7 +13,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-http-message ARCHALL = 1 RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:53:45 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:53:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[19032] csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile Message-ID: Revision: 19032 http://gar.svn.sourceforge.net/gar/?rev=19032&view=rev Author: guillomovitch Date: 2012-08-20 10:53:44 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTTP-Daemon: drop uneeded PACKAGING_PLATFORMS Modified Paths: -------------- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile Modified: csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile 2012-08-20 10:51:48 UTC (rev 19031) +++ csw/mgar/pkg/cpan/HTTP-Daemon/trunk/Makefile 2012-08-20 10:53:44 UTC (rev 19032) @@ -13,7 +13,6 @@ LICENSE_TEXT = This module is licensed under the perl license -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PACKAGES = CSWpm-http-daemon ARCHALL = 1 RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 12:57:54 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 10:57:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[19033] csw/mgar/pkg/cpan Message-ID: Revision: 19033 http://gar.svn.sourceforge.net/gar/?rev=19033&view=rev Author: guillomovitch Date: 2012-08-20 10:57:53 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/Net-HTTP: initial import Added Paths: ----------- csw/mgar/pkg/cpan/Net-HTTP/ csw/mgar/pkg/cpan/Net-HTTP/branches/ csw/mgar/pkg/cpan/Net-HTTP/tags/ csw/mgar/pkg/cpan/Net-HTTP/trunk/ csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums csw/mgar/pkg/cpan/Net-HTTP/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Net-HTTP/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Net-HTTP/trunk/Makefile 2012-08-20 10:57:53 UTC (rev 19033) @@ -0,0 +1,22 @@ +NAME = Net-HTTP +VERSION = 6.03 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Low-level HTTP connection (client) +define BLURB + The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP + class represents a connection to an HTTP server. The HTTP protocol is + described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES = CSWpm-net-http +CATALOGNAME = pm_net_http +ARCHALL = 1 +RUNTIME_DEP_PKGS += CSWpm-compress-raw-zlib +RUNTIME_DEP_PKGS += CSWpm-io-compress + +include gar/category.mk Added: csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Net-HTTP/trunk/checksums 2012-08-20 10:57:53 UTC (rev 19033) @@ -0,0 +1 @@ +86957940d96649ca782b686686b82e7b Net-HTTP-6.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Aug 20 13:54:11 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 20 Aug 2012 11:54:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[19034] csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile Message-ID: Revision: 19034 http://gar.svn.sourceforge.net/gar/?rev=19034&view=rev Author: bonivart Date: 2012-08-20 11:54:11 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/OLE-Storage_Lite/trunk: fix stub name Modified Paths: -------------- csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile Modified: csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile 2012-08-20 10:57:53 UTC (rev 19033) +++ csw/mgar/pkg/cpan/OLE-Storage_Lite/trunk/Makefile 2012-08-20 11:54:11 UTC (rev 19034) @@ -19,6 +19,6 @@ # Name change OBSOLETED_BY_CSWpm-ole-storage-lite = CSWpmolestoragelite -CATALOGNAME_CSWpmolestoragelite = pm_olestoragelite +CATALOGNAME_CSWpmolestoragelite = pm_olestoragelite_stub include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Mon Aug 20 13:58:35 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Mon, 20 Aug 2012 11:58:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[19035] csw/mgar/pkg/cpan/libwww-perl/trunk Message-ID: Revision: 19035 http://gar.svn.sourceforge.net/gar/?rev=19035&view=rev Author: guillomovitch Date: 2012-08-20 11:58:35 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/libwww-perl: update to 6.04 Modified Paths: -------------- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile csw/mgar/pkg/cpan/libwww-perl/trunk/checksums Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-20 11:54:11 UTC (rev 19034) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-20 11:58:35 UTC (rev 19035) @@ -1,18 +1,19 @@ NAME = libwww-perl -VERSION = 5.837 +VERSION = 6.04 CATEGORIES = cpan GARTYPE = v2 AUTHOR = GAAS -DESCRIPTION = A general-purpose Web API for Perl, based on W3C libwww +DESCRIPTION = The World-Wide Web library for Perl define BLURB - The DBI is a database access module for the Perl programming language. It - defines a set of methods, variables, and conventions that provide a - consistent database interface, independent of the actual database being - used. + The libwww-perl collection is a set of Perl modules which provides a simple + and consistent application programming interface (API) to the World-Wide Web. + The main focus of the library is to provide classes and functions that allow + you to write WWW clients. The library also contain modules that are of more + general use and even classes that help you implement simple HTTP servers. endef -DISTFILES = COPYING +LICENSE_TEXT = This module is licensed under the perl license PACKAGES = CSWpm-libwww-perl CATALOGNAME = pm_libwww_perl @@ -21,6 +22,22 @@ OBSOLETED_BY_CSWpm-libwww-perl = CSWpmlibwww CATALOGNAME_CSWpmlibwww = pm_libwww -RUNTIME_DEP_PKGS = CSWpmhtmltagset CSWpmuri CSWpmhtmlparser CSWpmiocompress CSWpmhtmlfmt CSWpmmimebase64 +# avoid an error with configure-style default options +CONFIGURE_ARGS = +RUNTIME_DEP_PKGS += CSWpm-encode-locale +RUNTIME_DEP_PKGS += CSWpm-file-listing +RUNTIME_DEP_PKGS += CSWpm-html-parser +RUNTIME_DEP_PKGS += CSWpm-http-cookies +RUNTIME_DEP_PKGS += CSWpm-http-date +RUNTIME_DEP_PKGS += CSWpm-http-daemon +RUNTIME_DEP_PKGS += CSWpm-http-message +RUNTIME_DEP_PKGS += CSWpm-http-negotiate +RUNTIME_DEP_PKGS += CSWpm-libnet +RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes +RUNTIME_DEP_PKGS += CSWpm-mime-base64 +RUNTIME_DEP_PKGS += CSWpm-net-http +RUNTIME_DEP_PKGS += CSWpm-uri +RUNTIME_DEP_PKGS += CSWpm-www-robotrules + include gar/category.mk Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2012-08-20 11:54:11 UTC (rev 19034) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/checksums 2012-08-20 11:58:35 UTC (rev 19035) @@ -1 +1 @@ -9bbf1bce482b0bac98bb4f04253c03d0 libwww-perl-5.837.tar.gz +24acf2fe33b2295f048f8859e9665ee3 libwww-perl-6.04.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Aug 20 17:49:41 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Aug 2012 15:49:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[19036] csw/mgar/pkg/cpan/HTML-Tree/trunk Message-ID: Revision: 19036 http://gar.svn.sourceforge.net/gar/?rev=19036&view=rev Author: dmichelsen Date: 2012-08-20 15:49:41 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTML-Tree/trunk: Update to 5.02 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile 2012-08-20 11:58:35 UTC (rev 19035) +++ csw/mgar/pkg/cpan/HTML-Tree/trunk/Makefile 2012-08-20 15:49:41 UTC (rev 19036) @@ -1,24 +1,33 @@ NAME = HTML-Tree -VERSION = 4.1 +VERSION = 5.02 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = PETEK +AUTHOR = CJM -DESCRIPTION = Modules for making parse trees from HTML source +DESCRIPTION = Work with HTML in a DOM-like tree structure define BLURB - HTML-Tree is a suite of Perl modules for making parse trees out of HTML - source. It consists of mainly two modules, whose documentation you should - refer to: HTML::TreeBuilder and HTML::Element. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmhtmltree -CATALOGNAME = pm_htmltree +LICENSE = LICENSE -RUNTIME_DEP_PKGS_CSWpmhtmltree += CSWpmhtmlparser -RUNTIME_DEP_PKGS_CSWpmhtmltree += CSWpmhtmltagset +BUILD_DEP_PKGS += CSWpm-test-fatal +BUILD_DEP_PKGS += CSWpm-module-build -ARCHALL = 1 +PACKAGES += CSWpm-html-tree +CATALOGNAME_CSWpm-html-tree = pm_html_tree +SPKG_DESC_CSWpm-html-tree = Work with HTML in a DOM-like tree structure +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-html-tree = 1 +RUNTIME_DEP_PKGS_CSWpm-html-tree += CSWpm-html-parser +RUNTIME_DEP_PKGS_CSWpm-html-tree += CSWpm-html-tagset +OBSOLETED_BY_CSWpm-html-tree += CSWpmhtmltree +CATALOGNAME_CSWpmhtmltree = pm_htmltree_stub +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + include gar/category.mk Modified: csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums 2012-08-20 11:58:35 UTC (rev 19035) +++ csw/mgar/pkg/cpan/HTML-Tree/trunk/checksums 2012-08-20 15:49:41 UTC (rev 19036) @@ -1 +1 @@ -c339cc18ec68e9c677480d2e714b20d1 HTML-Tree-4.1.tar.gz +e82037a19710924e99acd2d14435c999 HTML-Tree-5.02.tar.gz Deleted: csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING 2012-08-20 11:58:35 UTC (rev 19035) +++ csw/mgar/pkg/cpan/HTML-Tree/trunk/files/COPYING 2012-08-20 15:49:41 UTC (rev 19036) @@ -1,15 +0,0 @@ -Copyright 1995-1998 Gisle Aas; copyright 1999-2002 Sean M. Burke. -(Except the articles contained in HTML::Tree::AboutObjects, -HTML::Tree::AboutTrees, and HTML::Tree::Scanning, which are all -copyright 2000 The Perl Journal.) - -Except for those three TPJ articles, the whole HTML-Tree distribution, -of which this file is a part, is free software; you can redistribute -it and/or modify it under the same terms as Perl itself. - -Those three TPJ articles may be distributed under the same terms as -Perl itself. - -The programs in this library are distributed in the hope that they -will be useful, but without any warranty; without even the implied -warranty of merchantability or fitness for a particular purpose. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Aug 20 17:56:57 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Aug 2012 15:56:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[19037] csw/mgar/pkg/cpan/File-Slurp/trunk Message-ID: Revision: 19037 http://gar.svn.sourceforge.net/gar/?rev=19037&view=rev Author: dmichelsen Date: 2012-08-20 15:56:57 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/File-Slurp/trunk: Update to 9999.19 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/File-Slurp/trunk/Makefile csw/mgar/pkg/cpan/File-Slurp/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/File-Slurp/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/File-Slurp/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-Slurp/trunk/Makefile 2012-08-20 15:49:41 UTC (rev 19036) +++ csw/mgar/pkg/cpan/File-Slurp/trunk/Makefile 2012-08-20 15:56:57 UTC (rev 19037) @@ -1,18 +1,22 @@ NAME = File-Slurp -VERSION = 9999.13 +VERSION = 9999.19 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = DROLSKY +AUTHOR = URI -DESCRIPTION = Efficient Reading/Writing of Complete Files +DESCRIPTION = Simple and Efficient Reading/Writing/Modifying of Complete Files define BLURB endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmfileslurp -CATALOGNAME = pm_fileslurp +LICENSE_TEXT = This module is licensed under the perl license -ARCHALL = 1 +PACKAGES += CSWpm-file-slurp +CATALOGNAME_CSWpm-file-slurp = pm_file_slurp +SPKG_DESC_CSWpm-file-slurp = Simple and Efficient Reading/Writing/Modifying of Complete Files +ARCHALL_CSWpm-file-slurp = 1 +OBSOLETED_BY_CSWpm-file-slurp += CSWpmfileslurp +CATALOGNAME_CSWpmfileslurp = pm_fileslurp_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/File-Slurp/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-Slurp/trunk/checksums 2012-08-20 15:49:41 UTC (rev 19036) +++ csw/mgar/pkg/cpan/File-Slurp/trunk/checksums 2012-08-20 15:56:57 UTC (rev 19037) @@ -1,2 +1 @@ -2085dc6907a018334a00d5bd5a798c5a COPYING -ac3cd9d466b99d1534762ff3549aaa66 File-Slurp-9999.13.tar.gz +7d584cd15c4f8b9547765eff8c4ef078 File-Slurp-9999.19.tar.gz Deleted: csw/mgar/pkg/cpan/File-Slurp/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/File-Slurp/trunk/files/COPYING 2012-08-20 15:49:41 UTC (rev 19036) +++ csw/mgar/pkg/cpan/File-Slurp/trunk/files/COPYING 2012-08-20 15:56:57 UTC (rev 19037) @@ -1,2 +0,0 @@ -Copyright (C) 2003 Uri Guttman -Licensed the same as Perl. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Aug 20 18:35:10 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 20 Aug 2012 16:35:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[19038] csw/mgar/pkg/cpan/Font-AFM/trunk/Makefile Message-ID: Revision: 19038 http://gar.svn.sourceforge.net/gar/?rev=19038&view=rev Author: bonivart Date: 2012-08-20 16:35:10 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/Font-AFM/trunk: name change Modified Paths: -------------- csw/mgar/pkg/cpan/Font-AFM/trunk/Makefile Modified: csw/mgar/pkg/cpan/Font-AFM/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Font-AFM/trunk/Makefile 2012-08-20 15:56:57 UTC (rev 19037) +++ csw/mgar/pkg/cpan/Font-AFM/trunk/Makefile 2012-08-20 16:35:10 UTC (rev 19038) @@ -13,10 +13,20 @@ DISTFILES += COPYING -PACKAGES = CSWpmfontafm -CATALOGNAME = pm_fontafm +PACKAGES = CSWpm-font-afm +CATALOGNAME = pm_font_afm +SPKG_DESC_CSWpm-font-afm = $(DESCRIPTION) + +# Name change +OBSOLETED_BY_CSWpm-font-afm = CSWpmfontafm +CATALOGNAME_CSWpmfontafm = pm_fontafm_stub + ARCHALL = 1 PATCHFILES += 0001-add-csw-font-paths.patch +# Harmless +CHECKPKG_OVERRIDES_CSWpm-font-afm += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/Font/AFM.pm +CHECKPKG_OVERRIDES_CSWpm-font-afm += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Font::AFM.3perl + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Aug 20 18:44:11 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Aug 2012 16:44:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[19039] csw/mgar/pkg/cpan/HTML-Format/trunk Message-ID: Revision: 19039 http://gar.svn.sourceforge.net/gar/?rev=19039&view=rev Author: dmichelsen Date: 2012-08-20 16:44:10 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTML-Format/trunk: Update to 2.10 and makemake, sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile csw/mgar/pkg/cpan/HTML-Format/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile 2012-08-20 16:35:10 UTC (rev 19038) +++ csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile 2012-08-20 16:44:10 UTC (rev 19039) @@ -1,33 +1,34 @@ NAME = HTML-Format -VERSION = 2.04 +VERSION = 2.10 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = SBURKE +AUTHOR = NIGELM -DESCRIPTION = Format HTML as plaintext +DESCRIPTION = Base class for HTML formatters define BLURB - The HTML::FormatText is a formatter that outputs plain latin1 text. All - character attributes (bold/italic/underline) are ignored. Formatting of HTML - tables and forms is not implemented. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmhtmlformat -CATALOGNAME_CSWpmhtmlformat = pm_htmlformat +LICENSE = LICENSE -# Legacy package -PACKAGES += CSWpmhtmlfmt -CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt +BUILD_DEP_PKGS += CSWpmfileslurp +BUILD_DEP_PKGS += CSWpm-module-build -SPKG_DESC_CSWpmhtmlformat = $(DESCRIPTION) -SPKG_DESC_CSWpmhtmlfmt = Deprecated, empty stub to CSWpmhtmlformat +PACKAGES += CSWpm-html-formatter +CATALOGNAME_CSWpm-html-formatter = pm_html_formatter +SPKG_DESC_CSWpm-html-formatter = Base class for HTML formatters +ARCHALL_CSWpm-html-formatter = 1 +RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-font-afm +RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-html-tree +OBSOLETED_BY_CSWpm-html-formatter += CSWpmhtmlformat +CATALOGNAME_CSWpmhtmlformat = pm_htmlformat_stub +OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlfmt +CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt_stub -DEP_PKGS_CSWpmhtmlformat = CSWpmfontafm CSWpmhtmltree -RUNTIME_DEP_PKGS_CSWpmhtmlfmt = CSWpmhtmlformat +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build -ARCHALL = 1 - -PKGFILES_CSWpmhtmlfmt = NOFILES - include gar/category.mk Modified: csw/mgar/pkg/cpan/HTML-Format/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/HTML-Format/trunk/checksums 2012-08-20 16:35:10 UTC (rev 19038) +++ csw/mgar/pkg/cpan/HTML-Format/trunk/checksums 2012-08-20 16:44:10 UTC (rev 19039) @@ -1 +1 @@ -2d287392b77c959f06397371116c2d7e HTML-Format-2.04.tar.gz +34831ec506eaa8a7ad5da698224cf58d HTML-Format-2.10.tar.gz Deleted: csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING 2012-08-20 16:35:10 UTC (rev 19038) +++ csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING 2012-08-20 16:44:10 UTC (rev 19039) @@ -1,4 +0,0 @@ -(c) 1995-2002 Gisle Aas and Sean M. Burke. All rights reserved. - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Aug 20 18:47:54 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Aug 2012 16:47:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[19040] csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile Message-ID: Revision: 19040 http://gar.svn.sourceforge.net/gar/?rev=19040&view=rev Author: dmichelsen Date: 2012-08-20 16:47:54 +0000 (Mon, 20 Aug 2012) Log Message: ----------- cpan/HTML-Format/trunk: Fix typos Modified Paths: -------------- csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile Modified: csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile 2012-08-20 16:44:10 UTC (rev 19039) +++ csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile 2012-08-20 16:47:54 UTC (rev 19040) @@ -12,16 +12,15 @@ LICENSE = LICENSE -BUILD_DEP_PKGS += CSWpmfileslurp +BUILD_DEP_PKGS += CSWpm-file-slurp BUILD_DEP_PKGS += CSWpm-module-build -PACKAGES += CSWpm-html-formatter -CATALOGNAME_CSWpm-html-formatter = pm_html_formatter -SPKG_DESC_CSWpm-html-formatter = Base class for HTML formatters -ARCHALL_CSWpm-html-formatter = 1 -RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-font-afm -RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-html-tree -OBSOLETED_BY_CSWpm-html-formatter += CSWpmhtmlformat +PACKAGES += CSWpm-html-format +SPKG_DESC_CSWpm-html-format = Base class for HTML formatters +ARCHALL_CSWpm-html-format = 1 +RUNTIME_DEP_PKGS_CSWpm-html-format += CSWpm-font-afm +RUNTIME_DEP_PKGS_CSWpm-html-format += CSWpm-html-tree +OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlformat CATALOGNAME_CSWpmhtmlformat = pm_htmlformat_stub OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlfmt CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt_stub This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Aug 21 13:47:20 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 21 Aug 2012 11:47:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[19041] csw/mgar/pkg/rrdtool/trunk/Makefile Message-ID: Revision: 19041 http://gar.svn.sourceforge.net/gar/?rev=19041&view=rev Author: dmichelsen Date: 2012-08-21 11:47:19 +0000 (Tue, 21 Aug 2012) Log Message: ----------- rrdtool/trunk: Strip out unnecessary dependencies Modified Paths: -------------- csw/mgar/pkg/rrdtool/trunk/Makefile Modified: csw/mgar/pkg/rrdtool/trunk/Makefile =================================================================== --- csw/mgar/pkg/rrdtool/trunk/Makefile 2012-08-20 16:47:54 UTC (rev 19040) +++ csw/mgar/pkg/rrdtool/trunk/Makefile 2012-08-21 11:47:19 UTC (rev 19041) @@ -35,14 +35,11 @@ BUILD_DEP_PKGS += CSWperl BUILD_DEP_PKGS += CSWpython-dev BUILD_DEP_PKGS += CSWruby18-dev -BUILD_DEP_PKGS += CSWlibdbi-devel +BUILD_DEP_PKGS += CSWlibdbi-dev PACKAGES += CSWrrdtool SPKG_DESC_CSWrrdtool = Time-series data logging and graphing RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibglib2-0-0 -RUNTIME_DEP_PKGS_CSWrrdtool += CSWpango -RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibxml2-2 -RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibcairo2 RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibintl8 RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibwrap1 RUNTIME_DEP_PKGS_CSWrrdtool += CSWlibdbi1 @@ -108,23 +105,6 @@ # This is crappy and needs fixing, unfortunately inside extconf.rb which is hard. CHECKPKG_OVERRIDES_CSWrb-rrdtool += bad-rpath-entry -#CHECKPKG_OVERRIDES_CSWpm-rrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/RRDp.3perl -#CHECKPKG_OVERRIDES_CSWpm-rrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/RRDp.pm -#CHECKPKG_OVERRIDES_CSWpm-rrdtool += pkginfo-opencsw-repository-uncommitted -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/rrd-beginners.1 -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/rrdcgi.1 -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/html/rrdcgi.html -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/html/rrd-beginners.html -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/html/RRDp.html -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/txt/rrdcgi.txt -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/txt/rrd-beginners.pod -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/txt/rrd-beginners.txt -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rrdtool/txt/rrdcgi.pod -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/rrdbuild.1 -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/share|root/opt/csw/share/doc/rrdtool/html/rrdbuild.html -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/share|root/opt/csw/share/doc/rrdtool/txt/rrdbuild.pod -#CHECKPKG_OVERRIDES_CSWrrdtool += file-with-bad-content|/usr/share|root/opt/csw/share/doc/rrdtool/txt/rrdbuild.txt - REINPLACE_USRLOCAL += /opt/csw/share/perl/csw/RRDp.pm REINPLACE_USRLOCAL += /opt/csw/share/man/man3/RRDp.3perl REINPLACE_USRLOCAL += /opt/csw/share/man/man1/rrd-beginners.1 @@ -150,7 +130,7 @@ EXTRA_INC += $(includedir)/glib-2.0 EXTRA_INC += $(libdir)/glib-2.0/include -EXTRA_LINKER_FLAGS = -lintl +EXTRA_LINKER_FLAGS = -lintl -z ignore BUILD64_LIBS_ONLY = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Tue Aug 21 14:19:22 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Tue, 21 Aug 2012 12:19:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[19042] csw/mgar/pkg/gdb/trunk Message-ID: Revision: 19042 http://gar.svn.sourceforge.net/gar/?rev=19042&view=rev Author: pfelecan Date: 2012-08-21 12:19:21 +0000 (Tue, 21 Aug 2012) Log Message: ----------- gdb/trunk: - version bump - when testing, use parallel make jobs to reduce at least by half the required time Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile csw/mgar/pkg/gdb/trunk/checksums Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-21 11:47:19 UTC (rev 19041) +++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-21 12:19:21 UTC (rev 19042) @@ -1,7 +1,7 @@ # $Id$ NAME = gdb -VERSION = 7.4.1 +VERSION = 7.5 GARTYPE = v2 CATEGORIES = devel @@ -50,11 +50,13 @@ BUILD_DEP_PKGS += CSWlibiconv-dev BUILD_DEP_PKGS += CSWlibncurses-dev BUILD_DEP_PKGS += CSWlibz-dev +BUILD_DEP_PKGS += CSWlibreadline-dev CONFIGURE_ARGS-32 += --with-python CONFIGURE_ARGS-64 += CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-system-readline CONFIGURE_ARGS += --enable-64-bit-bfd CONFIGURE_ARGS += --enable-tui CONFIGURE_ARGS += --with-curses @@ -70,13 +72,16 @@ # we skip the lengthy test until the linker on the build platforms are # of the same and latest version... SKIPTEST = 1 +# TEST_SCRIPTS = parallel RUNTIME_DEP_PKGS += CSWlibexpat1 RUNTIME_DEP_PKGS += CSWlibiconv2 RUNTIME_DEP_PKGS += CSWlibintl8 RUNTIME_DEP_PKGS += CSWlibncurses5 RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0 +RUNTIME_DEP_PKGS += CSWlibreadline6 RUNTIME_DEP_PKGS += CSWlibz1 + # this should be declared only for the 32 bit ISAs but I doubt that # checkpkg can deal with this subtility RUNTIME_DEP_PKGS += CSWpython @@ -89,6 +94,7 @@ EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/bfdlink.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/dis-asm.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/symcat.h +EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/charset.alias EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/bfd.info EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/configure.info EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/standards.info @@ -131,6 +137,11 @@ PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH) +# this halves at least the test time on a mono-core: +test-parallel: + cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) --jobs check + $(MAKECOOKIE) + # this is private and not available publicly mydependencies: for package in $(PACKAGES); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done Modified: csw/mgar/pkg/gdb/trunk/checksums =================================================================== --- csw/mgar/pkg/gdb/trunk/checksums 2012-08-21 11:47:19 UTC (rev 19041) +++ csw/mgar/pkg/gdb/trunk/checksums 2012-08-21 12:19:21 UTC (rev 19042) @@ -1 +1 @@ -5fb7fca9ef7a9e3cfee0e2f2c0e52051 gdb-7.4.1.tar.gz +c9f5ed81008194f8f667f131234f3ef0 gdb-7.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Tue Aug 21 15:33:13 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Tue, 21 Aug 2012 13:33:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19043] csw/mgar/pkg/gdb/trunk/Makefile Message-ID: Revision: 19043 http://gar.svn.sourceforge.net/gar/?rev=19043&view=rev Author: pfelecan Date: 2012-08-21 13:33:12 +0000 (Tue, 21 Aug 2012) Log Message: ----------- gdb/trunk: exclude from the merge all ISAs for those files which are in architectural dependent directories Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-21 12:19:21 UTC (rev 19042) +++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-21 13:33:12 UTC (rev 19043) @@ -95,6 +95,8 @@ EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/dis-asm.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/symcat.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/charset.alias +EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/amd64/charset.alias +EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/sparcv9/charset.alias EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/bfd.info EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/configure.info EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/standards.info This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Tue Aug 21 19:23:22 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Tue, 21 Aug 2012 17:23:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[19044] csw/mgar/pkg/cfengine3/trunk Message-ID: Revision: 19044 http://gar.svn.sourceforge.net/gar/?rev=19044&view=rev Author: guengel Date: 2012-08-21 17:23:21 +0000 (Tue, 21 Aug 2012) Log Message: ----------- cfengine3/trunk: New upstream release. Modified Paths: -------------- csw/mgar/pkg/cfengine3/trunk/Makefile csw/mgar/pkg/cfengine3/trunk/checksums csw/mgar/pkg/cfengine3/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cfengine3/trunk/Makefile =================================================================== --- csw/mgar/pkg/cfengine3/trunk/Makefile 2012-08-21 13:33:12 UTC (rev 19043) +++ csw/mgar/pkg/cfengine3/trunk/Makefile 2012-08-21 17:23:21 UTC (rev 19044) @@ -1,7 +1,7 @@ # $Id$ # NAME = cfengine3 -VERSION = 3.3.3 +VERSION = 3.3.5 CATEGORIES = utils GARTYPE = v2 GARCOMPILER = SOS12U1 @@ -40,7 +40,7 @@ # UPSTREAM_MASTER_SITES = PATCHFILES += 0001-Remove-unsupported-compiler-options.patch -PATCHFILES += 0002-Add-include-alloca.h-in-gcov-stub.c.patch +#PATCHFILES += 0002-Add-include-alloca.h-in-gcov-stub.c.patch PATCHFILES += 0000-Avoid-passing-NULL-pointer-to-CfOut-in-FnCallHostInN.patch PATCHFILES += 0000-Optimization-debug-flags-adjusted-for-use-with-SunSt.patch # See comment in patch Modified: csw/mgar/pkg/cfengine3/trunk/checksums =================================================================== --- csw/mgar/pkg/cfengine3/trunk/checksums 2012-08-21 13:33:12 UTC (rev 19043) +++ csw/mgar/pkg/cfengine3/trunk/checksums 2012-08-21 17:23:21 UTC (rev 19044) @@ -1 +1 @@ -f80c7002eae0c4b832f814529babe3f9 cfengine-3.3.3.tar.gz +a26eaa18f475de07f8ce122e4a4521d4 cfengine-3.3.5.tar.gz Modified: csw/mgar/pkg/cfengine3/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cfengine3/trunk/files/changelog.CSW 2012-08-21 13:33:12 UTC (rev 19043) +++ csw/mgar/pkg/cfengine3/trunk/files/changelog.CSW 2012-08-21 17:23:21 UTC (rev 19044) @@ -1,3 +1,10 @@ +cfengine3 (3.3.5,REV=2012.08.21) + + * New upstream release 3.3.5. + + -- Rafael Ostertag Tue, 21 Aug 2012 19:22:27 +0200 + + cfengine3 (3.3.3,REV=2012.06.17) * New upstream release 3.3.3. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Tue Aug 21 20:07:55 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Tue, 21 Aug 2012 18:07:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[19045] csw/mgar/pkg/cfengine3/trunk/Makefile Message-ID: Revision: 19045 http://gar.svn.sourceforge.net/gar/?rev=19045&view=rev Author: guengel Date: 2012-08-21 18:07:55 +0000 (Tue, 21 Aug 2012) Log Message: ----------- cfengine3/trunk: Re-enabled patch Modified Paths: -------------- csw/mgar/pkg/cfengine3/trunk/Makefile Modified: csw/mgar/pkg/cfengine3/trunk/Makefile =================================================================== --- csw/mgar/pkg/cfengine3/trunk/Makefile 2012-08-21 17:23:21 UTC (rev 19044) +++ csw/mgar/pkg/cfengine3/trunk/Makefile 2012-08-21 18:07:55 UTC (rev 19045) @@ -40,7 +40,7 @@ # UPSTREAM_MASTER_SITES = PATCHFILES += 0001-Remove-unsupported-compiler-options.patch -#PATCHFILES += 0002-Add-include-alloca.h-in-gcov-stub.c.patch +PATCHFILES += 0002-Add-include-alloca.h-in-gcov-stub.c.patch PATCHFILES += 0000-Avoid-passing-NULL-pointer-to-CfOut-in-FnCallHostInN.patch PATCHFILES += 0000-Optimization-debug-flags-adjusted-for-use-with-SunSt.patch # See comment in patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 08:32:58 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 06:32:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[19046] csw/mgar/pkg/postgresql/branches/postgresql-8.3 Message-ID: Revision: 19046 http://gar.svn.sourceforge.net/gar/?rev=19046&view=rev Author: guengel Date: 2012-08-22 06:32:57 +0000 (Wed, 22 Aug 2012) Log Message: ----------- postgresql/branches/postgresql-8.3: New upstream release 8.3.20. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile csw/mgar/pkg/postgresql/branches/postgresql-8.3/checksums csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2012-08-21 18:07:55 UTC (rev 19045) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2012-08-22 06:32:57 UTC (rev 19046) @@ -90,7 +90,7 @@ BASE_VERSION = 8.3 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 19 +PATCHLEVEL = 20 VERSION = $(BASE_VERSION).$(PATCHLEVEL) CATEGORIES = apps Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/checksums =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.3/checksums 2012-08-21 18:07:55 UTC (rev 19045) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/checksums 2012-08-22 06:32:57 UTC (rev 19046) @@ -1 +1 @@ -333cd3667b28f7dbc26cd2d03837527f postgresql-8.3.19.tar.bz2 +a35e7823fcd66cbd8f904711c413fd2a postgresql-8.3.20.tar.bz2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW 2012-08-21 18:07:55 UTC (rev 19045) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW 2012-08-22 06:32:57 UTC (rev 19046) @@ -1,3 +1,10 @@ +postgresql83 (8.3.20,REV=2012.08.22) + + * New upstream release 8.3.20. + + -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06+0200 + + postgresql83 (8.3.19,REV=2012.06.12) * Dropped support for Solaris 9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 08:33:36 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 06:33:36 +0000 Subject: [csw-devel] SF.net SVN: gar:[19047] csw/mgar/pkg/postgresql/branches/postgresql-8.4 Message-ID: Revision: 19047 http://gar.svn.sourceforge.net/gar/?rev=19047&view=rev Author: guengel Date: 2012-08-22 06:33:36 +0000 (Wed, 22 Aug 2012) Log Message: ----------- postgresql/branches/postgresql-8.4: New upstream release 8.4.13. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-08-22 06:32:57 UTC (rev 19046) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-08-22 06:33:36 UTC (rev 19047) @@ -90,7 +90,7 @@ BASE_VERSION = 8.4 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 12 +PATCHLEVEL = 13 VERSION = $(BASE_VERSION).$(PATCHLEVEL) CATEGORIES = apps Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-08-22 06:32:57 UTC (rev 19046) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-08-22 06:33:36 UTC (rev 19047) @@ -1 +1 @@ -e071c48d21379809542fbbe48b8414c2 postgresql-8.4.12.tar.bz2 +220657cf9c37e6688c7501d28b2ce8ef postgresql-8.4.13.tar.bz2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2012-08-22 06:32:57 UTC (rev 19046) +++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2012-08-22 06:33:36 UTC (rev 19047) @@ -1,3 +1,10 @@ +postgresql84 (8.4.13,REV=2012.08.22) + + * New upstream release 8.4.13. + + -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06+0200 + + postgresql84 (8.4.12,REV=2012.06.12) * Dropped support for Solaris 9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 08:34:10 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 06:34:10 +0000 Subject: [csw-devel] SF.net SVN: gar:[19048] csw/mgar/pkg/postgresql/branches/postgresql-9.0 Message-ID: Revision: 19048 http://gar.svn.sourceforge.net/gar/?rev=19048&view=rev Author: guengel Date: 2012-08-22 06:34:10 +0000 (Wed, 22 Aug 2012) Log Message: ----------- postgresql/branches/postgresql-9.0: New upstream release 9.0.9. Modified Paths: -------------- csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile 2012-08-22 06:33:36 UTC (rev 19047) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile 2012-08-22 06:34:10 UTC (rev 19048) @@ -90,7 +90,7 @@ BASE_VERSION = 9.0 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 8 +PATCHLEVEL = 9 VERSION = $(BASE_VERSION).$(PATCHLEVEL) CATEGORIES = apps Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums 2012-08-22 06:33:36 UTC (rev 19047) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums 2012-08-22 06:34:10 UTC (rev 19048) @@ -1 +1 @@ -0e830b0f6538e04b788c3208060256ef postgresql-9.0.8.tar.bz2 +284303098b161240fd13df7c251822a5 postgresql-9.0.9.tar.bz2 Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW 2012-08-22 06:33:36 UTC (rev 19047) +++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW 2012-08-22 06:34:10 UTC (rev 19048) @@ -1,3 +1,10 @@ +postgresql90 (9.0.9,REV=2012.08.22) + + * New upstream release 9.0.9. + + -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06+0200 + + postgresql90 (9.0.8,REV=2012.06.13) * New upstream release 9.0.8. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 08:34:40 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 06:34:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[19049] csw/mgar/pkg/postgresql/trunk Message-ID: Revision: 19049 http://gar.svn.sourceforge.net/gar/?rev=19049&view=rev Author: guengel Date: 2012-08-22 06:34:40 +0000 (Wed, 22 Aug 2012) Log Message: ----------- postgresql/trunk: New upstream release 9.1.5. Modified Paths: -------------- csw/mgar/pkg/postgresql/trunk/Makefile csw/mgar/pkg/postgresql/trunk/checksums csw/mgar/pkg/postgresql/trunk/files/changelog.CSW Modified: csw/mgar/pkg/postgresql/trunk/Makefile =================================================================== --- csw/mgar/pkg/postgresql/trunk/Makefile 2012-08-22 06:34:10 UTC (rev 19048) +++ csw/mgar/pkg/postgresql/trunk/Makefile 2012-08-22 06:34:40 UTC (rev 19049) @@ -90,7 +90,7 @@ BASE_VERSION = 9.1 VERSION_NODOT = $(subst .,_,$(BASE_VERSION)) BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION)) -PATCHLEVEL = 4 +PATCHLEVEL = 5 VERSION = $(BASE_VERSION).$(PATCHLEVEL) CATEGORIES = apps GARTYPE = v2 Modified: csw/mgar/pkg/postgresql/trunk/checksums =================================================================== --- csw/mgar/pkg/postgresql/trunk/checksums 2012-08-22 06:34:10 UTC (rev 19048) +++ csw/mgar/pkg/postgresql/trunk/checksums 2012-08-22 06:34:40 UTC (rev 19049) @@ -1 +1 @@ -a8035688dba988b782725ac1aec60186 postgresql-9.1.4.tar.bz2 +c784decb60615aa94c6a31601bc6ffd2 postgresql-9.1.5.tar.bz2 Modified: csw/mgar/pkg/postgresql/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/postgresql/trunk/files/changelog.CSW 2012-08-22 06:34:10 UTC (rev 19048) +++ csw/mgar/pkg/postgresql/trunk/files/changelog.CSW 2012-08-22 06:34:40 UTC (rev 19049) @@ -1,3 +1,10 @@ +postgresql91 (9.1.5,REV=2012.08.22) + + * New upstream release 9.1.5. + + -- Rafael Ostertag Wed, 22 Aug 2012 08:27:06+0200 + + postgresql91 (9.1.4,REV=2012.06.13) * New upstream release 9.1.4. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Aug 22 09:54:28 2012 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 22 Aug 2012 07:54:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[19050] csw/mgar/pkg/samba/trunk Message-ID: Revision: 19050 http://gar.svn.sourceforge.net/gar/?rev=19050&view=rev Author: janholzh Date: 2012-08-22 07:54:28 +0000 (Wed, 22 Aug 2012) Log Message: ----------- samba/trunk: Update to 3.6.7 and add -z ignore Modified Paths: -------------- csw/mgar/pkg/samba/trunk/Makefile csw/mgar/pkg/samba/trunk/checksums Modified: csw/mgar/pkg/samba/trunk/Makefile =================================================================== --- csw/mgar/pkg/samba/trunk/Makefile 2012-08-22 06:34:40 UTC (rev 19049) +++ csw/mgar/pkg/samba/trunk/Makefile 2012-08-22 07:54:28 UTC (rev 19050) @@ -4,7 +4,7 @@ # - Check http://src.opensolaris.org/source/xref/userland/src/components/samba/samba/ from time to time NAME = samba -VERSION = 3.6.6 +VERSION = 3.6.7 CATEGORIES = apps GARTYPE = v2 @@ -335,6 +335,8 @@ # Tests need root SKIPTEST ?= 1 +EXTRA_LINKER_FLAGS = -z ignore + INSTALL_SCRIPTS = $(WORKSRC)/source3/Makefile INITSMF += /etc/opt/csw/init.d/cswsamba Modified: csw/mgar/pkg/samba/trunk/checksums =================================================================== --- csw/mgar/pkg/samba/trunk/checksums 2012-08-22 06:34:40 UTC (rev 19049) +++ csw/mgar/pkg/samba/trunk/checksums 2012-08-22 07:54:28 UTC (rev 19050) @@ -1 +1 @@ -0bea52842d172231c0c0e23ee570d7af samba-3.6.6.tar.gz +b23be56c15dd52f64eb7ba54c0ea1ed5 samba-3.6.7.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Wed Aug 22 09:55:30 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Wed, 22 Aug 2012 07:55:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[19051] csw/mgar/pkg/gdb/trunk/Makefile Message-ID: Revision: 19051 http://gar.svn.sourceforge.net/gar/?rev=19051&view=rev Author: pfelecan Date: 2012-08-22 07:55:30 +0000 (Wed, 22 Aug 2012) Log Message: ----------- gdb/trunk: correct merge exclusion of the 64 bit undesired component Modified Paths: -------------- csw/mgar/pkg/gdb/trunk/Makefile Modified: csw/mgar/pkg/gdb/trunk/Makefile =================================================================== --- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-22 07:54:28 UTC (rev 19050) +++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-22 07:55:30 UTC (rev 19051) @@ -95,6 +95,9 @@ EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/dis-asm.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/symcat.h EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/charset.alias +EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/64/charset.alias +# the following 2 are probably not necessary as the paths are refering +# to the PKGROOT and I think that the paths must refer to DESTDIR: EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/amd64/charset.alias EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/sparcv9/charset.alias EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/bfd.info This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 11:23:34 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 09:23:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[19052] csw/mgar/pkg/cpan/DBD-Pg/trunk Message-ID: Revision: 19052 http://gar.svn.sourceforge.net/gar/?rev=19052&view=rev Author: guengel Date: 2012-08-22 09:23:34 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/DBD-Pg/trunk: Link against CSWlibpq5 instead of the old CSWlibpq. Modified Paths: -------------- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 07:55:30 UTC (rev 19051) +++ csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 09:23:34 UTC (rev 19052) @@ -10,21 +10,28 @@ to PostgreSQL databases. endef +DISTFILES += changelog.CSW + PATCHFILES = 0001-Dont-return-value-in-dequote_bytea.patch -PACKAGES = CSWpmdbdpg -CATALOGNAME = pm_dbdpg +PACKAGES = CSWpm-dbd-pg +SPKG_DESC_CSWpm-dbd-pg = $(DESCRIPTION) -PG_HOME = /opt/csw/postgresql -RUNTIME_DEP_PKGS = CSWlibpq -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) +OBSOLETED_BY_CSWpm-dbd-pg = CSWpmdbdpg +CATALOGNAME_CSWpmdbdpg = pm_dbdpg_stub +RUNTIME_DEP_PKGS += CSWlibpq5 +RUNTIME_DEP_PKGS += CSWpm-dbi +BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) +BUILD_DEP_PKGS += CSWpostgresql-dev + LICENSE = README -# we need to override pg_config, because the RPATH is missing -PERL_CONFIGURE_ARGS += LIBS="-L$(PG_HOME)/lib -R$(PG_HOME)/lib -lpq" +PERL_CONFIGURE_ARGS += cc="$(CC)" +PERL_CONFIGURE_ARGS += ld="$(CC)" include gar/category.mk -# set postgres home -CONFIGURE_ENV += POSTGRES_HOME=$(PG_HOME) +# set postgres home and lib +CONFIGURE_ENV += POSTGRES_HOME="$(prefix)" +CONFIGURE_ENV += POSTGRES_LIB="$(libdir) -lssl" Added: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW (rev 0) +++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW 2012-08-22 09:23:34 UTC (rev 19052) @@ -0,0 +1,7 @@ +DBD-Pg (2.17.2,REV=2012.08.22) + + * Linked against CSWlibpg5. + + * Renamed package from CSWpmdbdpg CSWpm-dbd-pg. + + -- Rafael Ostertag Wed, 22 Aug 2012 11:09:49 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 11:27:58 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 09:27:58 +0000 Subject: [csw-devel] SF.net SVN: gar:[19053] csw/mgar/pkg/cpan/DBD-Pg/trunk Message-ID: Revision: 19053 http://gar.svn.sourceforge.net/gar/?rev=19053&view=rev Author: guengel Date: 2012-08-22 09:27:58 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/DBD-Pg/trunk: Dropped Solaris 9 support Modified Paths: -------------- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 09:23:34 UTC (rev 19052) +++ csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 09:27:58 UTC (rev 19053) @@ -10,6 +10,8 @@ to PostgreSQL databases. endef +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + DISTFILES += changelog.CSW PATCHFILES = 0001-Dont-return-value-in-dequote_bytea.patch Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW 2012-08-22 09:23:34 UTC (rev 19052) +++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW 2012-08-22 09:27:58 UTC (rev 19053) @@ -4,4 +4,6 @@ * Renamed package from CSWpmdbdpg CSWpm-dbd-pg. + * Dropped support for Solaris 9. + -- Rafael Ostertag Wed, 22 Aug 2012 11:09:49 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Aug 22 12:01:57 2012 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 22 Aug 2012 10:01:57 +0000 Subject: [csw-devel] SF.net SVN: gar:[19054] csw/mgar/pkg/samba/trunk/Makefile Message-ID: Revision: 19054 http://gar.svn.sourceforge.net/gar/?rev=19054&view=rev Author: janholzh Date: 2012-08-22 10:01:57 +0000 (Wed, 22 Aug 2012) Log Message: ----------- samba/trunk: remove not needed deps Modified Paths: -------------- csw/mgar/pkg/samba/trunk/Makefile Modified: csw/mgar/pkg/samba/trunk/Makefile =================================================================== --- csw/mgar/pkg/samba/trunk/Makefile 2012-08-22 09:27:58 UTC (rev 19053) +++ csw/mgar/pkg/samba/trunk/Makefile 2012-08-22 10:01:57 UTC (rev 19054) @@ -40,7 +40,6 @@ RUNTIME_DEP_PKGS_CSWsamba += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWsamba += CSWlibz1 RUNTIME_DEP_PKGS_CSWsamba += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWsamba += CSWlibncurses5 RUNTIME_DEP_PKGS_CSWsamba += CSWlibfam0 RUNTIME_DEP_PKGS_CSWsamba += CSWlibgssapi-krb5-2 RUNTIME_DEP_PKGS_CSWsamba += CSWlibkrb5-3 @@ -79,7 +78,6 @@ RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibz1 RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibncurses5 RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWsamba-client += CSWlibkrb5-3 @@ -168,8 +166,6 @@ PKGFILES_CSWlibsmbsharemodes0 += $(call pkgfiles_lib,libsmbsharemodes.so.0) SPKG_DESC_CSWlibsmbsharemodes0 += Samba client library, libsmbsharemodes.so.0 RUNTIME_DEP_PKGS_CSWlibsmbsharemodes0 += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibsmbsharemodes0 += CSWlibtalloc2 -RUNTIME_DEP_PKGS_CSWlibsmbsharemodes0 += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWlibsmbsharemodes0 += CSWlibtdb1 PACKAGES += CSWlibtdb1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Aug 22 12:36:13 2012 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 22 Aug 2012 10:36:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19055] csw/mgar/pkg/sudo/trunk Message-ID: Revision: 19055 http://gar.svn.sourceforge.net/gar/?rev=19055&view=rev Author: janholzh Date: 2012-08-22 10:36:13 +0000 (Wed, 22 Aug 2012) Log Message: ----------- sudo/trunk: Update to 1.8.5p3 and add -z ignore Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2012-08-22 10:01:57 UTC (rev 19054) +++ csw/mgar/pkg/sudo/trunk/Makefile 2012-08-22 10:36:13 UTC (rev 19055) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.5p2 +VERSION = 1.8.5p3 CATEGORIES = utils GARTYPE = v2 @@ -97,6 +97,8 @@ CONFIGURE_ARGS += $(CONFIGURE_ARGS_LDAP-$(LDAP)) +EXTRA_LINKER_FLAGS = -z ignore + FIXCONFIG_DIRS = $(DESTDIR)$(libexecdir) PROTOTYPE_MODIFIERS += sudo Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2012-08-22 10:01:57 UTC (rev 19054) +++ csw/mgar/pkg/sudo/trunk/checksums 2012-08-22 10:36:13 UTC (rev 19055) @@ -1 +1 @@ -dc42ed9f0946d92273762d0ae7314d59 sudo-1.8.5p2.tar.gz +aa50e0a9ca02ac35d1020881bd3a221f sudo-1.8.5p3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Wed Aug 22 13:01:32 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Wed, 22 Aug 2012 11:01:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[19056] csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile Message-ID: Revision: 19056 http://gar.svn.sourceforge.net/gar/?rev=19056&view=rev Author: guengel Date: 2012-08-22 11:01:32 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/DBD-Pg/trunk: Added RUNTIME_DEPs and CHECK overrides. Modified Paths: -------------- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 10:36:13 UTC (rev 19055) +++ csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2012-08-22 11:01:32 UTC (rev 19056) @@ -17,14 +17,18 @@ PATCHFILES = 0001-Dont-return-value-in-dequote_bytea.patch PACKAGES = CSWpm-dbd-pg -SPKG_DESC_CSWpm-dbd-pg = $(DESCRIPTION) +SPKG_DESC_$(PACKAGES) = $(DESCRIPTION) -OBSOLETED_BY_CSWpm-dbd-pg = CSWpmdbdpg +OBSOLETED_BY_$(PACKAGES) = CSWpmdbdpg CATALOGNAME_CSWpmdbdpg = pm_dbdpg_stub +RUNTIME_DEP_PKGS_$(PACKAGES) += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_$(PACKAGES) += CSWlibpq5 +RUNTIME_DEP_PKGS_$(PACKAGES) += CSWpm-dbi -RUNTIME_DEP_PKGS += CSWlibpq5 -RUNTIME_DEP_PKGS += CSWpm-dbi -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) +CHECKPKG_OVERRIDES_CSWpm-dbd-pg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/pm_dbd_pg/license +CHECKPKG_OVERRIDES_CSWpmdbdpg += file-with-bad-content|/usr/local|root/opt/csw/share/doc/pm_dbdpg_stub/license + +BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_$(PACKAGES)) BUILD_DEP_PKGS += CSWpostgresql-dev LICENSE = README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:21:55 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:21:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[19057] csw/mgar/pkg/cpan/Tie-IxHash/trunk Message-ID: Revision: 19057 http://gar.svn.sourceforge.net/gar/?rev=19057&view=rev Author: dmichelsen Date: 2012-08-22 13:21:55 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/Tie-IxHash/trunk: Update to 1.22 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Tie-IxHash/trunk/Makefile csw/mgar/pkg/cpan/Tie-IxHash/trunk/checksums Modified: csw/mgar/pkg/cpan/Tie-IxHash/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Tie-IxHash/trunk/Makefile 2012-08-22 11:01:32 UTC (rev 19056) +++ csw/mgar/pkg/cpan/Tie-IxHash/trunk/Makefile 2012-08-22 13:21:55 UTC (rev 19057) @@ -1,21 +1,27 @@ NAME = Tie-IxHash -VERSION = 1.21 +VERSION = 1.22 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = GSAR +AUTHOR = CHORNY DESCRIPTION = Ordered associative arrays for Perl define BLURB - This Perl module implements Perl hashes that preserve the order in which the - hash elements were added. The order is not affected when values - corresponding to existing keys in the IxHash are changed. The elements can - also be set to any arbitrary supplied order. The familiar perl array - operations can also be performed on the IxHash. endef -PACKAGES = CSWpmtieixhash -CATALOGNAME = pm_tieixhash +CATALOG_RELEASE = unstable -ARCHALL = 1 +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ +PACKAGES += CSWpm-tie-ixhash +CATALOGNAME_CSWpm-tie-ixhash = pm_tie_ixhash +SPKG_DESC_CSWpm-tie-ixhash = Ordered associative arrays for Perl +ARCHALL_CSWpm-tie-ixhash = 1 +OBSOLETED_BY_CSWpm-tie-ixhash += CSWpmtieixhash +CATALOGNAME_CSWpmtieixhash = pm_tieixhash_stub + +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + include gar/category.mk Modified: csw/mgar/pkg/cpan/Tie-IxHash/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Tie-IxHash/trunk/checksums 2012-08-22 11:01:32 UTC (rev 19056) +++ csw/mgar/pkg/cpan/Tie-IxHash/trunk/checksums 2012-08-22 13:21:55 UTC (rev 19057) @@ -1 +1 @@ -567ddc13081596b52cfe3d82218cb264 Tie-IxHash-1.21.tar.gz +aae2e62df7e016fd3e8fdaaea71b0b41 Tie-IxHash-1.22.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:23:00 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:23:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[19058] csw/mgar/pkg/cpan/XML-XPath/trunk/Makefile Message-ID: Revision: 19058 http://gar.svn.sourceforge.net/gar/?rev=19058&view=rev Author: dmichelsen Date: 2012-08-22 13:23:00 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/XML-XPath/trunk: Update to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/XML-XPath/trunk/Makefile Modified: csw/mgar/pkg/cpan/XML-XPath/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-XPath/trunk/Makefile 2012-08-22 13:21:55 UTC (rev 19057) +++ csw/mgar/pkg/cpan/XML-XPath/trunk/Makefile 2012-08-22 13:23:00 UTC (rev 19058) @@ -4,19 +4,19 @@ GARTYPE = v2 AUTHOR = MSERGEANT -DESCRIPTION = A set of modules for parsing and evaluating XPath statements +DESCRIPTION = A set of modules for parsing and evaluating define BLURB - This module aims to comply exactly to the XPath specification at - http://www.w3.org/TR/xpath and yet allow extensions to be added in the form - of functions. Modules such as XSLT and XPointer may need to do this as they - support functionality beyond XPath. endef -PACKAGES = CSWpmxmlxpath -CATALOGNAME = pm_xmlxpath +CATALOG_RELEASE = unstable -RUNTIME_DEP_PKGS = CSWpmxmlparser +LICENSE_TEXT = This module is licensed under the license -ARCHALL = 1 +PACKAGES += CSWpm-xml-xpath +CATALOGNAME_CSWpm-xml-xpath = pm_xml_xpath +SPKG_DESC_CSWpm-xml-xpath = A set of modules for parsing and evaluating +ARCHALL_CSWpm-xml-xpath = 1 +OBSOLETED_BY_CSWpm-xml-xpath += CSWpmxmlxpath +CATALOGNAME_CSWpmxmlxpath = pm_xmlxpath_stub include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:23:19 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:23:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[19059] csw/mgar/pkg/cpan/XML-Parser/trunk Message-ID: Revision: 19059 http://gar.svn.sourceforge.net/gar/?rev=19059&view=rev Author: dmichelsen Date: 2012-08-22 13:23:18 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/XML-Parser/trunk: Update to 2.41 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile csw/mgar/pkg/cpan/XML-Parser/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile 2012-08-22 13:23:00 UTC (rev 19058) +++ csw/mgar/pkg/cpan/XML-Parser/trunk/Makefile 2012-08-22 13:23:18 UTC (rev 19059) @@ -1,29 +1,23 @@ NAME = XML-Parser -VERSION = 2.36 +VERSION = 2.41 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = MSERGEANT +AUTHOR = TODDR -DESCRIPTION = A module for parsing XML documents +DESCRIPTION = A perl module for parsing XML documents define BLURB - This module provides ways to parse XML documents. It is built on top of - XML::Parser::Expat, which is a lower level interface to James Clarks expat - library. Each call to one of the parsing methods creates a new instance of - XML::Parser::Expat which is then used to parse the document. Expat options - may be provided when the XML::Parser object is created. These options are - then passed on to the Expat object on each parse call. They can also be - given as extra arguments to the parse methods, in which case they override - options given at XML::Parser creation time. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmxmlparser -CATALOGNAME = pm_xmlparser +LICENSE_TEXT = This module is licensed under the perl license -RUNTIME_DEP_PKGS = CSWexpat +PACKAGES += CSWpm-xml-parser +CATALOGNAME_CSWpm-xml-parser = pm_xml_parser +SPKG_DESC_CSWpm-xml-parser = A perl module for parsing XML documents +RUNTIME_DEP_PKGS_CSWpm-xml-parser += CSWpm-libwww-perl +RUNTIME_DEP_PKGS_CSWpm-xml-parser += CSWlibexpat1 +OBSOLETED_BY_CSWpm-xml-parser += CSWpmxmlparser +CATALOGNAME_CSWpmxmlparser = pm_xmlparser_stub -CONFIGURE_ARGS = EXPATINCPATH=$(includedir) -CONFIGURE_ARGS += EXPATLIBPATH=$(libdir) - include gar/category.mk Modified: csw/mgar/pkg/cpan/XML-Parser/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-Parser/trunk/checksums 2012-08-22 13:23:00 UTC (rev 19058) +++ csw/mgar/pkg/cpan/XML-Parser/trunk/checksums 2012-08-22 13:23:18 UTC (rev 19059) @@ -1,2 +1 @@ -a6b84b59a404d69e75ad416993ad9724 COPYING -1b868962b658bd87e1563ecd56498ded XML-Parser-2.36.tar.gz +c320d2ffa459e6cdc6f9f59c1185855e XML-Parser-2.41.tar.gz Deleted: csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING 2012-08-22 13:23:00 UTC (rev 19058) +++ csw/mgar/pkg/cpan/XML-Parser/trunk/files/COPYING 2012-08-22 13:23:18 UTC (rev 19059) @@ -1,4 +0,0 @@ -Copyright (c) 1998-2000 Larry Wall and Clark Cooper. -All rights reserved. -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:31:51 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:31:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[19060] csw/mgar/pkg/cpan/Object-MultiType/trunk Message-ID: Revision: 19060 http://gar.svn.sourceforge.net/gar/?rev=19060&view=rev Author: dmichelsen Date: 2012-08-22 13:31:50 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/Object-MultiType/trunk: Update to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Object-MultiType/trunk/Makefile csw/mgar/pkg/cpan/Object-MultiType/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.depend csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.gspec csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.prototype Modified: csw/mgar/pkg/cpan/Object-MultiType/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Object-MultiType/trunk/Makefile 2012-08-22 13:23:18 UTC (rev 19059) +++ csw/mgar/pkg/cpan/Object-MultiType/trunk/Makefile 2012-08-22 13:31:50 UTC (rev 19060) @@ -4,12 +4,18 @@ GARTYPE = v2 AUTHOR = GMPASSOS -DESCRIPTION = objects as hash, array, scalar, code and glob at same time. -define BLURB - This module return an object that works like a Hash, Array, Scalar, Code and - Glob object at the same time. -endef +DESCRIPTION = Perl Objects as Hash, Array, Scalar, Code and Glob at the same time -DISTFILES = $(call admfiles,CSWpmobjmultitype,depend prototype) +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the license + +PACKAGES += CSWpm-object-multitype +CATALOGNAME_CSWpm-object-multitype = pm_object_multitype +SPKG_DESC_CSWpm-object-multitype = Perl Objects as Hash, Array, Scalar, Code and Glob at the same time +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-object-multitype = 1 +OBSOLETED_BY_CSWpm-object-multitype += CSWpmobjmultitype +CATALOGNAME_CSWpmobjmultitype = pm_objmultitype_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Object-MultiType/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Object-MultiType/trunk/checksums 2012-08-22 13:23:18 UTC (rev 19059) +++ csw/mgar/pkg/cpan/Object-MultiType/trunk/checksums 2012-08-22 13:31:50 UTC (rev 19060) @@ -1,4 +1 @@ -418a6328153ce07c7f85cda4506c7370 download/CSWpmobjmultitype.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmobjmultitype.depend -62f0759e3f8f02311f9cc1ac435a9404 download/CSWpmobjmultitype.prototype -171ed010dab19fb8b94f22a5fca97814 download/Object-MultiType-0.05.tar.gz +171ed010dab19fb8b94f22a5fca97814 Object-MultiType-0.05.tar.gz Deleted: csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.depend =================================================================== Deleted: csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.gspec =================================================================== --- csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.gspec 2012-08-22 13:23:18 UTC (rev 19059) +++ csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.gspec 2012-08-22 13:31:50 UTC (rev 19060) @@ -1,8 +0,0 @@ -%var bitname pm_objmultitype -%var pkgname CSWpmobjmultitype -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright: (c) 2003 Graciliano M. P. -Licence: This program is free software; you can redistribute it and/or - modify it under the same terms as Perl itself Deleted: csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.prototype =================================================================== --- csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.prototype 2012-08-22 13:23:18 UTC (rev 19059) +++ csw/mgar/pkg/cpan/Object-MultiType/trunk/files/CSWpmobjmultitype.prototype 2012-08-22 13:31:50 UTC (rev 19060) @@ -1,15 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Object 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Object/MultiType 0755 root bin -f none /opt/csw/lib/perl/csw/auto/Object/MultiType/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/Object::MultiType.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/Object 0755 root bin -f none /opt/csw/share/perl/csw/Object/MultiType.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:45:06 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:45:06 +0000 Subject: [csw-devel] SF.net SVN: gar:[19061] csw/mgar/pkg/cpan/XML-RegExp/trunk Message-ID: Revision: 19061 http://gar.svn.sourceforge.net/gar/?rev=19061&view=rev Author: dmichelsen Date: 2012-08-22 13:45:06 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/XML-RegExp/trunk: Update to 0.04, makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/XML-RegExp/trunk/Makefile csw/mgar/pkg/cpan/XML-RegExp/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.depend csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.gspec csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.prototype Modified: csw/mgar/pkg/cpan/XML-RegExp/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-RegExp/trunk/Makefile 2012-08-22 13:31:50 UTC (rev 19060) +++ csw/mgar/pkg/cpan/XML-RegExp/trunk/Makefile 2012-08-22 13:45:06 UTC (rev 19061) @@ -1,16 +1,22 @@ NAME = XML-RegExp -VERSION = 0.03 +VERSION = 0.04 CATEGORIES = cpan GARTYPE = v2 AUTHOR = TJMATHER -DESCRIPTION = regular expressions for XML tokens +DESCRIPTION = Regular expressions for XML tokens define BLURB - This package contains regular expressions for the following XML tokens: - BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, - EntityRef, CharRef, Reference, Name, NmToken, and AttValue. endef -DISTFILES += $(call admfiles,CSWpmxmlregexp,depend prototype) +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES += CSWpm-xml-regexp +CATALOGNAME_CSWpm-xml-regexp = pm_xml_regexp +SPKG_DESC_CSWpm-xml-regexp = Regular expressions for XML tokens +ARCHALL_CSWpm-xml-regexp = 1 +OBSOLETED_BY_CSWpm-xml-regexp += CSWpmxmlregexp +CATALOGNAME_CSWpmxmlregexp = pm_xmlregexp_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/XML-RegExp/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-RegExp/trunk/checksums 2012-08-22 13:31:50 UTC (rev 19060) +++ csw/mgar/pkg/cpan/XML-RegExp/trunk/checksums 2012-08-22 13:45:06 UTC (rev 19061) @@ -1,4 +1 @@ -25574db1812a298deeb6601e00dfdcdd download/CSWpmxmlregexp.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmxmlregexp.depend -68589ed4d335b81aed304eb99bab1fbd download/CSWpmxmlregexp.prototype -5826b24e0d05714e25c2bb04e1f1c09b download/XML-RegExp-0.03.tar.gz +2e38ea2340f2d2eb56bd81c4d739fbe0 XML-RegExp-0.04.tar.gz Deleted: csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.depend =================================================================== Deleted: csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.gspec =================================================================== --- csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.gspec 2012-08-22 13:31:50 UTC (rev 19060) +++ csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.gspec 2012-08-22 13:45:06 UTC (rev 19061) @@ -1,9 +0,0 @@ -%var bitname pm_xmlregexp -%var pkgname CSWpmxmlregexp -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (c) 1999,2000 Enno Derksen -All rights reserved. -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.prototype =================================================================== --- csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.prototype 2012-08-22 13:31:50 UTC (rev 19060) +++ csw/mgar/pkg/cpan/XML-RegExp/trunk/files/CSWpmxmlregexp.prototype 2012-08-22 13:45:06 UTC (rev 19061) @@ -1,15 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML/RegExp 0755 root bin -f none /opt/csw/lib/perl/csw/auto/XML/RegExp/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/XML::RegExp.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/XML 0755 root bin -f none /opt/csw/share/perl/csw/XML/RegExp.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:53:27 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:53:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[19062] csw/mgar/pkg/cpan/Sort-Versions/trunk Message-ID: Revision: 19062 http://gar.svn.sourceforge.net/gar/?rev=19062&view=rev Author: dmichelsen Date: 2012-08-22 13:53:26 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/Sort-Versions/trunk: Update to makemake, sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Sort-Versions/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cpan/Sort-Versions/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Sort-Versions/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Sort-Versions/trunk/Makefile 2012-08-22 13:45:06 UTC (rev 19061) +++ csw/mgar/pkg/cpan/Sort-Versions/trunk/Makefile 2012-08-22 13:53:26 UTC (rev 19062) @@ -4,30 +4,19 @@ GARTYPE = v2 AUTHOR = EDAVIS -DESCRIPTION = A module for sorting of revision-like numbers +DESCRIPTION = Sorting of revision (and similar) numbers define BLURB - Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, - like the 'version numbers' that many shared library systems and revision - control packages use. This is quite useful if you are trying to deal with - shared libraries. It can also be applied to applications that intersperse - variable-width numeric fields within text. Other applications can - undoubtedly be found. endef -DISTFILES = COPYING +CATALOG_RELEASE = unstable -PACKAGES = CSWpmsortversions CSWpmsortver +LICENSE_TEXT = This module is licensed under the license -CATALOGNAME_CSWpmsortversions = pm_sortversions -CATALOGNAME_CSWpmsortver = pm_sortver +PACKAGES += CSWpm-sort-versions +CATALOGNAME_CSWpm-sort-versions = pm_sort_versions +SPKG_DESC_CSWpm-sort-versions = Sorting of revision (and similar) numbers +ARCHALL_CSWpm-sort-versions = 1 +OBSOLETED_BY_CSWpm-sort-versions += CSWpmsortver +CATALOGNAME_CSWpmsortver = pm_sortversions_stub -SPKG_DESC_CSWpmsortversions = $(DESCRIPTION) -SPKG_DESC_CSWpmsortver = Empty stub as contents has been moved to CSWpmsortversions - -RUNTIME_DEP_PKGS_ONLY_CSWpmsortver = CSWpmsortversions - -ARCHALL = 1 - -PKGFILES_CSWpmsortver = NOFILES - include gar/category.mk Deleted: csw/mgar/pkg/cpan/Sort-Versions/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Sort-Versions/trunk/files/COPYING 2012-08-22 13:45:06 UTC (rev 19061) +++ csw/mgar/pkg/cpan/Sort-Versions/trunk/files/COPYING 2012-08-22 13:53:26 UTC (rev 19062) @@ -1,3 +0,0 @@ -The files in this package are copyright Kenneth J. Albanowski, Ed -Avis, and Matt Johnson. This package is free software; you can -redistribute it and/or modify it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 15:54:11 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 13:54:11 +0000 Subject: [csw-devel] SF.net SVN: gar:[19063] csw/mgar/pkg/cpan/XML-Smart/trunk Message-ID: Revision: 19063 http://gar.svn.sourceforge.net/gar/?rev=19063&view=rev Author: dmichelsen Date: 2012-08-22 13:54:11 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/XML-Smart/trunk: uUpdate to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/XML-Smart/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.depend csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.gspec csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.prototype Modified: csw/mgar/pkg/cpan/XML-Smart/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-Smart/trunk/Makefile 2012-08-22 13:53:26 UTC (rev 19062) +++ csw/mgar/pkg/cpan/XML-Smart/trunk/Makefile 2012-08-22 13:54:11 UTC (rev 19063) @@ -4,20 +4,23 @@ GARTYPE = v2 AUTHOR = GMPASSOS -DESCRIPTION = a smart, easy and powerful way to access/create XML files/data. +DESCRIPTION = A smart, easy and powerful way to access/create XML files/data define BLURB - This module has an easy way to access/create XML data. It's based on the - HASH tree that is made of the XML data, and enable a dynamic access to it - with the Perl syntax for Hashe and Array, without needing to care if you - have a Hashe or an Array in the tree. In other words, each point in the tree - work as a Hash and an Array at the same time! endef -DISTFILES = $(call admfiles,CSWpmxmlsmart,depend prototype) +CATALOG_RELEASE = unstable -DEPENDS += cpan/Object-MultiType +LICENSE_TEXT = This module is licensed under the license -# Disable the URL test -PATCHFILES = url_test.diff +PATCHFILES += url_test.diff +PACKAGES += CSWpm-xml-smart +CATALOGNAME_CSWpm-xml-smart = pm_xml_smart +SPKG_DESC_CSWpm-xml-smart = A smart, easy and powerful way to access/create XML files/data +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-xml-smart = 1 +RUNTIME_DEP_PKGS += CSWpm-object-multitype +OBSOLETED_BY_CSWpm-xml-smart += CSWpmxmlsmart +CATALOGNAME_CSWpmxmlsmart = pm_xmlsmart_stub + include gar/category.mk Deleted: csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.depend =================================================================== --- csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.depend 2012-08-22 13:53:26 UTC (rev 19062) +++ csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.depend 2012-08-22 13:54:11 UTC (rev 19063) @@ -1 +0,0 @@ -P CSWpmobjmultitype pm_objmultitype - objects as hash, array, scalar, code and glob at same time. Deleted: csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.gspec =================================================================== --- csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.gspec 2012-08-22 13:53:26 UTC (rev 19062) +++ csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.gspec 2012-08-22 13:54:11 UTC (rev 19063) @@ -1,7 +0,0 @@ -%var bitname pm_xmlsmart -%var pkgname CSWpmxmlsmart -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -This program is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.prototype =================================================================== --- csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.prototype 2012-08-22 13:53:26 UTC (rev 19062) +++ csw/mgar/pkg/cpan/XML-Smart/trunk/files/CSWpmxmlsmart.prototype 2012-08-22 13:54:11 UTC (rev 19063) @@ -1,32 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML/Smart 0755 root bin -f none /opt/csw/lib/perl/csw/auto/XML/Smart/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/XML::Smart.3perl 0444 root bin -f none /opt/csw/share/man/man3/XML::Smart::DTD.3perl 0444 root bin -f none /opt/csw/share/man/man3/XML::Smart::FAQ.3perl 0444 root bin -f none /opt/csw/share/man/man3/XML::Smart::Tutorial.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/XML 0755 root bin -d none /opt/csw/share/perl/csw/XML/Smart 0755 root bin -f none /opt/csw/share/perl/csw/XML/Smart.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Base64.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/DTD.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Data.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Entity.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/FAQ.epod 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/FAQ.pod 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/HTMLParser.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Parser.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Tie.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Tree.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Tutorial.epod 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/Tutorial.pod 0444 root bin -f none /opt/csw/share/perl/csw/XML/Smart/XPath.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Wed Aug 22 16:04:40 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Wed, 22 Aug 2012 14:04:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[19064] csw/mgar/pkg/texlive/trunk Message-ID: Revision: 19064 http://gar.svn.sourceforge.net/gar/?rev=19064&view=rev Author: pfelecan Date: 2012-08-22 14:04:39 +0000 (Wed, 22 Aug 2012) Log Message: ----------- texlive/trunk: - builds even on the build farm - the non splited package is too big - not ready for release Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/texlive/trunk/files/0002-Fix-ICU-link-edit.patch Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2012-08-22 13:54:11 UTC (rev 19063) +++ csw/mgar/pkg/texlive/trunk/Makefile 2012-08-22 14:04:39 UTC (rev 19064) @@ -23,6 +23,7 @@ DISTFILES += $(DISTNAMEPREFIX)-extra.tar.xz DISTFILES += $(DISTNAMEPREFIX)-texmf.tar.xz PATCHFILES += 0001-Fix-lacheck-buffer-overflow.patch +PATCHFILES += 0002-Fix-ICU-link-edit.patch PACKAGING_PLATFORMS = solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 @@ -30,6 +31,9 @@ BUILD_DEP_PKGS += CSWpoppler-dev BUILD_DEP_PKGS += CSWpoppler-dev BUILD_DEP_PKGS += CSWclisp +# when this is installed, raises undefined symbols when linking +# tools/genrb; this is the reason form 0002-Fix-ICU-link-edit.patch +# BUILD_DEP_PKGS += CSWlibicu-dev EXTRA_CFLAGS += -std=gnu99 -D_XPG6 EXTRA_CXXFLAGS += -D_XPG6 @@ -62,6 +66,8 @@ CONFIGURE_ARGS += --with-mf-x-toolkit CONFIGURE_ARGS += --with-system-freetype2 CONFIGURE_ARGS += --with-system-gd +# cannot be used as ICU delivered by OpenCSW is compiled with Sun Studio C++ +#CONFIGURE_ARGS += --with-system-icu CONFIGURE_ARGS += --with-system-libgs CONFIGURE_ARGS += --with-system-libpng # poppler, C++, is compiled with Sun Studio @@ -95,6 +101,8 @@ cd $(OBJDIR)/texk/ptexenc && gsed --in-place --expression='s;-L/opt/csw/lib;;g' libptexenc.la $(MAKECOOKIE) +# install the texmf and texmf-dist but exclude those components +# provided by the source archive: post-install-modulated: xdup = --exclude=texmf/doc/xindy/alphabets-doc.pdf post-install-modulated: xdup += --exclude=texmf/doc/xindy/tex2xindy.pdf post-install-modulated: xdup += --exclude=texmf/doc/xindy/texindy.pdf Added: csw/mgar/pkg/texlive/trunk/files/0002-Fix-ICU-link-edit.patch =================================================================== --- csw/mgar/pkg/texlive/trunk/files/0002-Fix-ICU-link-edit.patch (rev 0) +++ csw/mgar/pkg/texlive/trunk/files/0002-Fix-ICU-link-edit.patch 2012-08-22 14:04:39 UTC (rev 19064) @@ -0,0 +1,29 @@ +From f811de609d006bf6bfcc2c94f931ba994fdec962 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Wed, 22 Aug 2012 10:08:24 +0200 +Subject: [PATCH] Fix ICU link edit + +When the OpenCSW supplied ICU is installed, which is built with Sun Studio, +the link editor tries to link with the corresponding libraries and it doesn't +find the references as the mangling method is different from that used by GCC. +The same reason applies to inhibiting the usage of the system level ICU. +--- + libs/icu/icu-49.1/icudefs.mk.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libs/icu/icu-49.1/icudefs.mk.in b/libs/icu/icu-49.1/icudefs.mk.in +index d753e29..7bd616d 100644 +--- a/libs/icu/icu-49.1/icudefs.mk.in ++++ b/libs/icu/icu-49.1/icudefs.mk.in +@@ -151,7 +151,7 @@ ENABLE_RPATH = @ENABLE_RPATH@ + ifeq ($(ENABLE_RPATH),YES) + RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir) + endif +-LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS) ++LDFLAGS = $(subst -L/opt/csw/lib,, at LDFLAGS@) $(RPATHLDFLAGS) + + # What kind of libraries are we building and linking against? + ENABLE_STATIC = @ENABLE_STATIC@ +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 22 16:06:28 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 22 Aug 2012 14:06:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[19065] csw/mgar/pkg/cpan/XML-SemanticDiff/trunk Message-ID: Revision: 19065 http://gar.svn.sourceforge.net/gar/?rev=19065&view=rev Author: dmichelsen Date: 2012-08-22 14:06:28 +0000 (Wed, 22 Aug 2012) Log Message: ----------- cpan/XML-SemanticDiff/trunk: Update to 1.0000 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/Makefile csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.depend csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.gspec csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.prototype Modified: csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/Makefile 2012-08-22 14:04:39 UTC (rev 19064) +++ csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/Makefile 2012-08-22 14:06:28 UTC (rev 19065) @@ -1,18 +1,29 @@ NAME = XML-SemanticDiff -VERSION = 0.95 +VERSION = 1.0000 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = KHAMPTON +AUTHOR = SHLOMIF -DESCRIPTION = extension for comparing XML documents. +DESCRIPTION = Perl extension for comparing XML documents define BLURB - XML::SematicDiff provides a way to compare the contents and structure of two - XML documents. By default, it returns a list of hashrefs where each hashref - describes a single difference between the two docs. endef -DISTFILES += $(call admfiles,CSWpmxmlsemdiff,depend prototype) +CATALOG_RELEASE = unstable -DEPENDS += cpan/libxml-perl +LICENSE_TEXT = This module is licensed under the perl license +PACKAGES += CSWpm-xml-semanticdiff +CATALOGNAME_CSWpm-xml-semanticdiff = pm_xml_semanticdiff +SPKG_DESC_CSWpm-xml-semanticdiff = Perl extension for comparing XML documents +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-xml-semanticdiff = 1 +RUNTIME_DEP_PKGS_CSWpm-xml-semanticdiff += CSWpm-xml-parser +OBSOLETED_BY_CSWpm-xml-semanticdiff += CSWpmxmlsemdiff +CATALOGNAME_CSWpmxmlsemdiff = pm_xmlsemdiff_stub + +CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL +BUILD_SCRIPTS = $(WORKSRC)/Build +TEST_SCRIPTS = $(WORKSRC)/Build +INSTALL_SCRIPTS = $(WORKSRC)/Build + include gar/category.mk Modified: csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/checksums 2012-08-22 14:04:39 UTC (rev 19064) +++ csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/checksums 2012-08-22 14:06:28 UTC (rev 19065) @@ -1,4 +1 @@ -0ba890792ca376b415789749cb96c6bf download/CSWpmxmlsemdiff.gspec -43c47ae14d7dcf41b8d8bea6e7972038 download/CSWpmxmlsemdiff.depend -4eb9daa8d7a64fef8412e66c74f2378b download/CSWpmxmlsemdiff.prototype -48d549f37240db33e0308fed87af207b download/XML-SemanticDiff-0.95.tar.gz +013a0f5d4e5347deda12e1e90e3ab9e7 XML-SemanticDiff-1.0000.tar.gz Deleted: csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.depend =================================================================== --- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.depend 2012-08-22 14:04:39 UTC (rev 19064) +++ csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.depend 2012-08-22 14:06:28 UTC (rev 19065) @@ -1 +0,0 @@ -P CSWpmlibxmlperl pm_libxmlperl - Perl SAX parser using XML::Parser Deleted: csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.gspec =================================================================== --- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.gspec 2012-08-22 14:04:39 UTC (rev 19064) +++ csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.gspec 2012-08-22 14:06:28 UTC (rev 19065) @@ -1,7 +0,0 @@ -%var bitname pm_xmlsemdiff -%var pkgname CSWpmxmlsemdiff -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (c) 2000 Kip Hampton. All rights reserved. This program is free -software; you can redistribute under the same terms as Perl itself. Deleted: csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.prototype =================================================================== --- csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.prototype 2012-08-22 14:04:39 UTC (rev 19064) +++ csw/mgar/pkg/cpan/XML-SemanticDiff/trunk/files/CSWpmxmlsemdiff.prototype 2012-08-22 14:06:28 UTC (rev 19065) @@ -1,19 +0,0 @@ -d none /opt/csw/bin 0755 root bin -f none /opt/csw/bin/xmlsemdiff 0555 root bin -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML 0755 root bin -d none /opt/csw/lib/perl/csw/auto/XML/SemanticDiff 0755 root bin -f none /opt/csw/lib/perl/csw/auto/XML/SemanticDiff/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/XML::SemanticDiff.3perl 0444 root bin -f none /opt/csw/share/man/man3/XML::SemanticDiff::BasicHandler.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/XML/SemanticDiff 0755 root bin -f none /opt/csw/share/perl/csw/XML/SemanticDiff.pm 0444 root bin -f none /opt/csw/share/perl/csw/XML/SemanticDiff/BasicHandler.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 23 09:48:13 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 23 Aug 2012 07:48:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19066] csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Message-ID: Revision: 19066 http://gar.svn.sourceforge.net/gar/?rev=19066&view=rev Author: guillomovitch Date: 2012-08-23 07:48:12 +0000 (Thu, 23 Aug 2012) Log Message: ----------- fusioninventory-agent: no need for a dependency on CSWp-http-daemon, as it is a dependency of CSWpm-libwww-perl Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-22 14:06:28 UTC (rev 19065) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2012-08-23 07:48:12 UTC (rev 19066) @@ -25,7 +25,6 @@ ARCHALL = 1 RUNTIME_DEP_PKGS += CSWpm-file-which -RUNTIME_DEP_PKGS += CSWpm-http-daemon RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl RUNTIME_DEP_PKGS += CSWpm-libwww-perl RUNTIME_DEP_PKGS += CSWpm-proc-daemon This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 23 10:10:19 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 23 Aug 2012 08:10:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[19067] csw/mgar/pkg/cpan Message-ID: Revision: 19067 http://gar.svn.sourceforge.net/gar/?rev=19067&view=rev Author: guillomovitch Date: 2012-08-23 08:10:18 +0000 (Thu, 23 Aug 2012) Log Message: ----------- cpan/LWP-Protocol-https: initial import Added Paths: ----------- csw/mgar/pkg/cpan/LWP-Protocol-https/ csw/mgar/pkg/cpan/LWP-Protocol-https/branches/ csw/mgar/pkg/cpan/LWP-Protocol-https/tags/ csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/ csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/Makefile csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/checksums csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/files/ Property changes on: csw/mgar/pkg/cpan/LWP-Protocol-https/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/Makefile 2012-08-23 08:10:18 UTC (rev 19067) @@ -0,0 +1,24 @@ +NAME = LWP-Protocol-https +VERSION = 6.03 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = GAAS + +DESCRIPTION = Provide https support for LWP::UserAgent +define BLURB + The LWP::Protocol::https module provides support for using https schemed URLs + with LWP. This module is a plug-in to the LWP protocol handling, so you don't + use it directly. Once the module is installed LWP is able to access sites + using HTTP over SSL/TLS. +endef + +LICENSE_TEXT = This module is licensed under the perl license + +PACKAGES = CSWpm-lwp-protocol-https +CATALOGNAME = pm_lwp_protocol_https +RUNTIME_DEP_PKGS += CSWpm-io-socket-ssl +RUNTIME_DEP_PKGS += CSWpm-libwww-perl +RUNTIME_DEP_PKGS += CSWpm-net-http +RUNTIME_DEP_PKGS += CSWpm-mozilla-ca + +include gar/category.mk Added: csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/LWP-Protocol-https/trunk/checksums 2012-08-23 08:10:18 UTC (rev 19067) @@ -0,0 +1 @@ +2a9341732172da290fe1b5af98a015a7 LWP-Protocol-https-6.03.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Thu Aug 23 10:14:55 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Thu, 23 Aug 2012 08:14:55 +0000 Subject: [csw-devel] SF.net SVN: gar:[19068] csw/mgar/pkg/cpan Message-ID: Revision: 19068 http://gar.svn.sourceforge.net/gar/?rev=19068&view=rev Author: guillomovitch Date: 2012-08-23 08:14:55 +0000 (Thu, 23 Aug 2012) Log Message: ----------- cpan/Mozilla-CA: initial import Added Paths: ----------- csw/mgar/pkg/cpan/Mozilla-CA/ csw/mgar/pkg/cpan/Mozilla-CA/branches/ csw/mgar/pkg/cpan/Mozilla-CA/tags/ csw/mgar/pkg/cpan/Mozilla-CA/trunk/ csw/mgar/pkg/cpan/Mozilla-CA/trunk/Makefile csw/mgar/pkg/cpan/Mozilla-CA/trunk/checksums csw/mgar/pkg/cpan/Mozilla-CA/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Mozilla-CA/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/cpan/Mozilla-CA/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Mozilla-CA/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Mozilla-CA/trunk/Makefile 2012-08-23 08:14:55 UTC (rev 19068) @@ -0,0 +1,20 @@ +NAME = Mozilla-CA +VERSION = 20120823 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = ABH + +DESCRIPTION = Mozilla's CA cert bundle in PEM format +define BLURB + Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority + certificates in a form that can be consumed by modules and libraries based on + OpenSSL. +endef + +LICENSE_TEXT = This module is licensed under the unknown license + +PACKAGES = CSWpm-mozilla-ca +CATALOGNAME = pm_mozilla_ca +ARCHALL = 1 + +include gar/category.mk Added: csw/mgar/pkg/cpan/Mozilla-CA/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Mozilla-CA/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Mozilla-CA/trunk/checksums 2012-08-23 08:14:55 UTC (rev 19068) @@ -0,0 +1 @@ +86c4949fa7c15d24a06af662ee94865c Mozilla-CA-20120823.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Aug 23 16:31:27 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 23 Aug 2012 14:31:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[19069] csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile Message-ID: Revision: 19069 http://gar.svn.sourceforge.net/gar/?rev=19069&view=rev Author: bonivart Date: 2012-08-23 14:31:27 +0000 (Thu, 23 Aug 2012) Log Message: ----------- fix stub name and overrides for new packages Modified Paths: -------------- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-23 08:14:55 UTC (rev 19068) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-23 14:31:27 UTC (rev 19069) @@ -18,9 +18,12 @@ PACKAGES = CSWpm-libwww-perl CATALOGNAME = pm_libwww_perl SPKG_DESC_CSWpm-libwww-perl = $(DESCRIPTION) + ARCHALL = 1 + +# Name change OBSOLETED_BY_CSWpm-libwww-perl = CSWpmlibwww -CATALOGNAME_CSWpmlibwww = pm_libwww +CATALOGNAME_CSWpmlibwww = pm_libwww_stub # avoid an error with configure-style default options CONFIGURE_ARGS = @@ -40,4 +43,16 @@ RUNTIME_DEP_PKGS += CSWpm-uri RUNTIME_DEP_PKGS += CSWpm-www-robotrules +# New packages released together with libwww-perl 6, remove on next build +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-file-listing +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-cookies +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-date +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-daemon +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-message +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-negotiate +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-libnet +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-lwp-mediatypes +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-net-http +CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-www-robotrules + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 23 16:58:54 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 23 Aug 2012 14:58:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[19070] csw/mgar/pkg/lang-python Message-ID: Revision: 19070 http://gar.svn.sourceforge.net/gar/?rev=19070&view=rev Author: dmichelsen Date: 2012-08-23 14:58:54 +0000 (Thu, 23 Aug 2012) Log Message: ----------- mGAR v2: lang-python category Makefile created Added Paths: ----------- csw/mgar/pkg/lang-python/Makefile csw/mgar/pkg/lang-python/newpkg-Makefile Copied: csw/mgar/pkg/lang-python/Makefile (from rev 18981, csw/mgar/pkg/Makefile) =================================================================== --- csw/mgar/pkg/lang-python/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/Makefile 2012-08-23 14:58:54 UTC (rev 19070) @@ -0,0 +1,68 @@ +# Copyright 2009 OpenCSW +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +MY_SVN_DIR=$(shell svn info | awk -F: '$$1=="URL"{print $$2":"$$3}' ) + + +FILTER_DIRS = CVS/ + +default: + @echo "You are in the pkg/lang-python directory." + +scm-update-packages: + @echo "Updating packages..." + @svn up --ignore-externals + +scm-help: + @cat ../../gar/v2/scm-help + +%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +pkglist: + @for i in $(filter-out $(FILTER_DIRS),$(foreach D,. $(SUBDIRS),$(wildcard $D/*/))) ; do \ + $(MAKE) -s -C $$i/trunk pkglist ; \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @svn cp ../template/Makefile $*/Makefile + @python -c 'from mako.template import Template; \ + v = { "name": "$*", "version": "x.y" }; \ + t = Template(filename="newpkg-Makefile"); \ + print t.render(**v)' > $*/trunk/Makefile + @touch $*/trunk/checksums + @svn add $*/trunk/Makefile $*/trunk/checksums + @svn ps svn:keywords Id $*/trunk/Makefile + @echo "work\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo + @echo "Your package is set up for editing at $*/trunk" + + +TEMPLATES/createpkg: + @echo Checking out TEMPLATES directory... + svn --ignore-externals co $(MY_SVN_DIR)/TEMPLATES + + +createpkg-%: TEMPLATES/createpkg + @TEMPLATES/createpkg/copy_template $* + Copied: csw/mgar/pkg/lang-python/newpkg-Makefile (from rev 18981, csw/mgar/pkg/newpkg-Makefile) =================================================================== --- csw/mgar/pkg/lang-python/newpkg-Makefile (rev 0) +++ csw/mgar/pkg/lang-python/newpkg-Makefile 2012-08-23 14:58:54 UTC (rev 19070) @@ -0,0 +1,25 @@ +# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = ${name} +VERSION = ${version} +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES += CSW${name} +SPKG_DESC_CSW${name} = My package +PKGFILES_CSW${name} += $(call pkgfiles_lib,libabc.so.1) +PKGFILES_CSW${name} += $(call baseisadirs,$(bindir),myexec) +PKGFILES_CSW${name} += $(sysconfdir)/myconf + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 23 17:06:54 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 23 Aug 2012 15:06:54 +0000 Subject: [csw-devel] SF.net SVN: gar:[19071] csw/mgar/pkg/lang-java Message-ID: Revision: 19071 http://gar.svn.sourceforge.net/gar/?rev=19071&view=rev Author: dmichelsen Date: 2012-08-23 15:06:54 +0000 (Thu, 23 Aug 2012) Log Message: ----------- mGAR v2: lang-java category Makefile created Added Paths: ----------- csw/mgar/pkg/lang-java/Makefile csw/mgar/pkg/lang-java/newpkg-Makefile Copied: csw/mgar/pkg/lang-java/Makefile (from rev 19070, csw/mgar/pkg/lang-python/Makefile) =================================================================== --- csw/mgar/pkg/lang-java/Makefile (rev 0) +++ csw/mgar/pkg/lang-java/Makefile 2012-08-23 15:06:54 UTC (rev 19071) @@ -0,0 +1,68 @@ +# Copyright 2009 OpenCSW +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +# +# vim: ft=make ts=4 sw=4 noet +# This makefile is to be included from Makefiles in each category +# directory. + +MY_SVN_DIR=$(shell svn info | awk -F: '$$1=="URL"{print $$2":"$$3}' ) + + +FILTER_DIRS = CVS/ + +default: + @echo "You are in the pkg/lang-python directory." + +scm-update-packages: + @echo "Updating packages..." + @svn up --ignore-externals + +scm-help: + @cat ../../gar/v2/scm-help + +%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* ; \ + done + +paranoid-%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || exit 2; \ + done + +export BUILDLOG ?= $(shell pwd)/buildlog.txt + +report-%: + @for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \ + $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \ + done + +pkglist: + @for i in $(filter-out $(FILTER_DIRS),$(foreach D,. $(SUBDIRS),$(wildcard $D/*/))) ; do \ + $(MAKE) -s -C $$i/trunk pkglist ; \ + done + +newpkg-%: + @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files + @svn cp ../template/Makefile $*/Makefile + @python -c 'from mako.template import Template; \ + v = { "name": "$*", "version": "x.y" }; \ + t = Template(filename="newpkg-Makefile"); \ + print t.render(**v)' > $*/trunk/Makefile + @touch $*/trunk/checksums + @svn add $*/trunk/Makefile $*/trunk/checksums + @svn ps svn:keywords Id $*/trunk/Makefile + @echo "work\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo + @echo "Your package is set up for editing at $*/trunk" + + +TEMPLATES/createpkg: + @echo Checking out TEMPLATES directory... + svn --ignore-externals co $(MY_SVN_DIR)/TEMPLATES + + +createpkg-%: TEMPLATES/createpkg + @TEMPLATES/createpkg/copy_template $* + Copied: csw/mgar/pkg/lang-java/newpkg-Makefile (from rev 19070, csw/mgar/pkg/lang-python/newpkg-Makefile) =================================================================== --- csw/mgar/pkg/lang-java/newpkg-Makefile (rev 0) +++ csw/mgar/pkg/lang-java/newpkg-Makefile 2012-08-23 15:06:54 UTC (rev 19071) @@ -0,0 +1,25 @@ +# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = ${name} +VERSION = ${version} +GARTYPE = v2 +CATEGORIES = java + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES += CSW${name} +SPKG_DESC_CSW${name} = My package +PKGFILES_CSW${name} += $(call pkgfiles_lib,libabc.so.1) +PKGFILES_CSW${name} += $(call baseisadirs,$(bindir),myexec) +PKGFILES_CSW${name} += $(sysconfdir)/myconf + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 23 17:18:47 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 23 Aug 2012 15:18:47 +0000 Subject: [csw-devel] SF.net SVN: gar:[19072] csw/mgar/pkg/krb5-lib/trunk Message-ID: Revision: 19072 http://gar.svn.sourceforge.net/gar/?rev=19072&view=rev Author: dmichelsen Date: 2012-08-23 15:18:47 +0000 (Thu, 23 Aug 2012) Log Message: ----------- krb5-lib/trunk: Add mapfile Modified Paths: -------------- csw/mgar/pkg/krb5-lib/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/krb5-lib/trunk/mapfile Modified: csw/mgar/pkg/krb5-lib/trunk/Makefile =================================================================== --- csw/mgar/pkg/krb5-lib/trunk/Makefile 2012-08-23 15:06:54 UTC (rev 19071) +++ csw/mgar/pkg/krb5-lib/trunk/Makefile 2012-08-23 15:18:47 UTC (rev 19072) @@ -29,6 +29,8 @@ # PATCHFILES += krb5-1.9.2-krb5_set_password_using_ccache.patch PATCHFILES += 0005-krb5_set_password_using_ccache.patch +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + BUILD_DEP_PKGS = CSWtcl # Uncomment for a better view of file-package allocations. @@ -124,6 +126,8 @@ LICENSE = doc/copyright.texinfo +EXTRA_LD_OPTIONS += -M $(abspath mapfile) + EXTRA_CPPFLAGS += -D__EXTENSIONS__ CONFIGURE_SCRIPTS = $(WORKSRC)/src/configure @@ -167,15 +171,6 @@ CHECKPKG_OVERRIDES_CSWkrb5lib += catalogname-does-not-match-pkgname CATALOGNAME_CSWkrb5lib = krb5_lib_stub -# A temporary override -CHECKPKG_OVERRIDES_CSWlibcom-err3 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibgssapi-krb5-2 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibk5crypto3 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibkrb5-3 += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibkrb5-dev += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibkrb5-priv += binary-architecture-does-not-match-placement -CHECKPKG_OVERRIDES_CSWlibkrb5support0 += binary-architecture-does-not-match-placement - include gar/category.mk post-extract-modulated: Added: csw/mgar/pkg/krb5-lib/trunk/mapfile =================================================================== --- csw/mgar/pkg/krb5-lib/trunk/mapfile (rev 0) +++ csw/mgar/pkg/krb5-lib/trunk/mapfile 2012-08-23 15:18:47 UTC (rev 19072) @@ -0,0 +1,3 @@ +libc.so - SUNW_1.22.5 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.5; +libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2; +libnsl.so - SUNW_1.9.1 SUNWprivate_1.5 $ADDVERS=SUNW_1.9.1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Thu Aug 23 22:15:22 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Thu, 23 Aug 2012 20:15:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[19073] csw/mgar/pkg/bash_completion/trunk Message-ID: Revision: 19073 http://gar.svn.sourceforge.net/gar/?rev=19073&view=rev Author: chninkel Date: 2012-08-23 20:15:21 +0000 (Thu, 23 Aug 2012) Log Message: ----------- bash_completion/trunk: updated to 2.0 Modified Paths: -------------- csw/mgar/pkg/bash_completion/trunk/Makefile csw/mgar/pkg/bash_completion/trunk/checksums csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW csw/mgar/pkg/bash_completion/trunk/files/opencsw_paths.patch Added Paths: ----------- csw/mgar/pkg/bash_completion/trunk/files/more_opencsw_paths.patch Modified: csw/mgar/pkg/bash_completion/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 15:18:47 UTC (rev 19072) +++ csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 20:15:21 UTC (rev 19073) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = bash_completion -VERSION = 1.1 +VERSION = 2.0 CATEGORIES = xtra GARTYPE = v2 @@ -27,7 +27,28 @@ PACKAGES = CSWbashcmplt CATALOGNAME_CSWbashcmplt = bash_completion +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 +# We will not change that today +CHECKPKG_OVERRIDES_CSWbashcmplt += catalogname-does-not-match-pkgname|pkgname=CSWbashcmplt|catalogname=bash_completion|expected-catalogname=bashcmplt +# bash will complete if python s +CHECKPKG_OVERRIDES_CSWbashcmplt += missing-dependency|CSWpython + +# No remaining /usr/share, /usr/local references are ok +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/doc/bash_completion/CHANGES +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/wtf +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/openssl +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/dict +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/lintian +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/dpkg +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/share|root/opt/csw/share/bash-completion/completions/mplayer +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/local|root/opt/csw/share/bash-completion/bash_completion +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/local|root/opt/csw/share/bash-completion/completions/puppet +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/local|root/opt/csw/share/bash-completion/completions/sudo +CHECKPKG_OVERRIDES_CSWbashcmplt += file-with-bad-content|/usr/local|root/opt/csw/share/bash-completion/completions/mplayer + + + ###### Upstream and OpenCSW files information ####### MASTER_SITES = http://bash-completion.alioth.debian.org/files/ @@ -45,8 +66,8 @@ # change the paths to use opencsw ones PATCHFILES = opencsw_paths.patch +PATCHFILES += more_opencsw_paths.patch - ##### Build and installation information ##### # the configure script doesn't seem to take in account the prefix @@ -62,13 +83,13 @@ merge-opencsw-completion: @( for FILE in $(WORKDIR)/*.completion; do \ NFILE="`basename $$FILE | sed -e 's/\.completion$$//'`"; \ - ginstall -D $$FILE $(PKGROOT)$(sysconfdir)/bash_completion.d/$$NFILE; \ + ginstall -D $$FILE $(PKGROOT)$(sharedstatedir)/bash_completion.d/$$NFILE; \ done ) @$(MAKECOOKIE) merge-additional-docs: - @( for FILE in AUTHORS README TODO; do \ + @( for FILE in AUTHORS README CHANGES; do \ ginstall -D "$(WORKSRC_FIRSTMOD)/$$FILE" "$(PKGROOT)$(docdir)/$(NAME)/$$FILE"; \ done ) @$(MAKECOOKIE) Modified: csw/mgar/pkg/bash_completion/trunk/checksums =================================================================== --- csw/mgar/pkg/bash_completion/trunk/checksums 2012-08-23 15:18:47 UTC (rev 19072) +++ csw/mgar/pkg/bash_completion/trunk/checksums 2012-08-23 20:15:21 UTC (rev 19073) @@ -1,8 +1 @@ -593d3edcf287b9e9d735049bd4d3f229 bash-completion-1.1.tar.gz -075292057aa7dce8fb78dba076ee0832 changelog.CSW -4c7dc3d0486ba84c5c0bbb57ee5ac420 opencsw_paths.patch -5bc234f6060561c564a20d2a9cc552c1 pkg-get.completion -af7a63477c6e81ed5b08f195e153091e pkgadd.completion -1389a7771e34fc54fe993d442cce1524 pkgrm.completion -f922762210a6f208695c328c040ac90d pkgutil.completion -52bd6948f5cc1548c3791a969da0e5e2 smf.completion +48616c0e3704e8ff7b6d9842f6b7a2de bash-completion-2.0.tar.gz Modified: csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW 2012-08-23 15:18:47 UTC (rev 19072) +++ csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW 2012-08-23 20:15:21 UTC (rev 19073) @@ -1,3 +1,9 @@ +bash_completion (2.0,REV=2012.08.23) + + * New upstream version. + + -- Yann Rouillard Thu, 23 Aug 2012 21:16:42 +0200 + bash_completion (1.1,REV=2009.10.11) * New upstream version. Added: csw/mgar/pkg/bash_completion/trunk/files/more_opencsw_paths.patch =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/more_opencsw_paths.patch (rev 0) +++ csw/mgar/pkg/bash_completion/trunk/files/more_opencsw_paths.patch 2012-08-23 20:15:21 UTC (rev 19073) @@ -0,0 +1,131 @@ +From ee675623afd6ed49d2af21eec4553ce09ac98d41 Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Thu, 23 Aug 2012 22:06:00 +0200 +Subject: [PATCH 3/3] More opencsw paths fix + +--- + README | 4 ++-- + completions/info | 2 +- + completions/munindoc | 2 +- + completions/mysql | 6 ++++-- + completions/openssl | 4 ++-- + completions/puppet | 2 +- + completions/rdesktop | 2 +- + completions/sudo | 2 +- + 8 files changed, 13 insertions(+), 11 deletions(-) + +diff --git a/README b/README +index 1558f62..b50983f 100644 +--- a/README ++++ b/README +@@ -8,8 +8,8 @@ from either /etc/bashrc or ~/.bashrc (or any other file sourcing those). You + can do this by simply using: + + # Use bash-completion, if available +-[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ +- . /usr/share/bash-completion/bash_completion ++[[ $PS1 && -f /opt/csw/share/bash-completion/bash_completion ]] && \ ++ . /opt/csw/share/bash-completion/bash_completion + + (if you happen to have *only* bash >= 4.1 installed, see further if not) + +diff --git a/completions/info b/completions/info +index 3655044..1b164a5 100644 +--- a/completions/info ++++ b/completions/info +@@ -41,7 +41,7 @@ _info() + return + fi + +- local i infopath=/usr/share/info ++ local i infopath=/opt/csw/share/info + + if [[ $INFOPATH == *: ]]; then + infopath=${INFOPATH}${infopath} +diff --git a/completions/munindoc b/completions/munindoc +index c5a03c1..81df7d4 100644 +--- a/completions/munindoc ++++ b/completions/munindoc +@@ -6,7 +6,7 @@ _munindoc() + _init_completion || return + + COMPREPLY=( $( compgen -W \ +- '$( command ls /usr/share/munin/plugins 2>/dev/null )' -- "$cur" ) ) ++ '$( command ls /opt/csw/libexec/munin/plugins 2>/dev/null )' -- "$cur" ) ) + } && + complete -F _munindoc munindoc + +diff --git a/completions/mysql b/completions/mysql +index c41c166..710be90 100644 +--- a/completions/mysql ++++ b/completions/mysql +@@ -20,8 +20,10 @@ _mysql() + return 0 + ;; + --default-character-set) +- [[ -d /usr/share/mysql/charsets ]] && \ +- COMPREPLY=( $( compgen -W "$(command ls /usr/share/mysql/charsets|sed -e '/^\(README\|Index\.xml\)$/d' -e 's/.xml$//') utf8" -- "$cur" ) ) ++ for _PREFIX in /opt/csw /usr; do ++ [[ -d $_PREFIX/share/mysql/charsets ]] && \ ++ COMPREPLY=( $( compgen -W "$(command ls $_PREFIX/share/mysql/charsets|sed -e '/^\(README\|Index\.xml\)$/d' -e 's/.xml$//') utf8" -- "$cur" ) ) ++ done + return 0 + ;; + +diff --git a/completions/openssl b/completions/openssl +index b63d215..7319a62 100644 +--- a/completions/openssl ++++ b/completions/openssl +@@ -14,8 +14,8 @@ _openssl_sections() + + # if no config given, check some usual default locations + if [[ -z $config ]]; then +- for f in /etc/ssl/openssl.cnf /etc/pki/tls/openssl.cnf \ +- /usr/share/ssl/openssl.cnf; do ++ for f in /etc/opt/csw/ssl/openssl.cnf /etc/ssl/openssl.cnf \ ++ /etc/pki/tls/openssl.cnf /usr/share/ssl/openssl.cnf; do + [[ -f $f ]] && config=$f && break + done + fi +diff --git a/completions/puppet b/completions/puppet +index 66a81b3..085affb 100644 +--- a/completions/puppet ++++ b/completions/puppet +@@ -18,7 +18,7 @@ _puppet_digest() + _puppet_certs() + { + local puppetca="puppet cert" +- PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin type puppetca &>/dev/null \ ++ PATH=$PATH:/opt/csw/sbin:/sbin:/usr/sbin:/usr/local/sbin type puppetca &>/dev/null \ + && puppetca=puppetca + + if [[ "$1" = '--all' ]]; then +diff --git a/completions/rdesktop b/completions/rdesktop +index 48a9175..7d84677 100644 +--- a/completions/rdesktop ++++ b/completions/rdesktop +@@ -8,7 +8,7 @@ _rdesktop() + case $prev in + -k) + COMPREPLY=( $( command ls \ +- /usr/share/rdesktop/keymaps 2>/dev/null | \ ++ /opt/csw/share/rdesktop/keymaps 2>/dev/null | \ + command grep -E -v '(common|modifiers)' ) ) + COMPREPLY+=( $( command ls $HOME/.rdesktop/keymaps 2>/dev/null ) ) + COMPREPLY+=( $( command ls ./keymaps 2>/dev/null ) ) +diff --git a/completions/sudo b/completions/sudo +index b13b731..d507100 100644 +--- a/completions/sudo ++++ b/completions/sudo +@@ -11,7 +11,7 @@ _sudo() + [[ $mode == normal ]] && + for (( i=1; i <= COMP_CWORD; i++ )); do + if [[ ${COMP_WORDS[i]} != -* ]]; then +- local PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin ++ local PATH=$PATH:/opt/csw/sbin:/sbin:/usr/sbin:/usr/local/sbin + local root_command=${COMP_WORDS[i]} + _command_offset $i + return +-- +1.7.11.3 + Modified: csw/mgar/pkg/bash_completion/trunk/files/opencsw_paths.patch =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/opencsw_paths.patch 2012-08-23 15:18:47 UTC (rev 19072) +++ csw/mgar/pkg/bash_completion/trunk/files/opencsw_paths.patch 2012-08-23 20:15:21 UTC (rev 19073) @@ -1,34 +1,62 @@ -diff --speed-large-files --minimal -Nru bash-completion-1.1.orig/bash_completion bash-completion-1.1/bash_completion ---- bash-completion-1.1.orig/bash_completion 2009-10-10 23:29:39.177572555 +0200 -+++ bash-completion-1.1/bash_completion 2009-10-10 23:29:13.520556369 +0200 -@@ -40,8 +40,8 @@ +From 30f91fb677f8da10b97c60e624c5c3a9173eebff Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Thu, 23 Aug 2012 21:50:01 +0200 +Subject: [PATCH] Opencsw path addition + +--- + bash_completion | 11 +++++++---- + 1 file changed, 7 insertions(+), 4 deletions(-) + +diff --git a/bash_completion b/bash_completion +index d6ae8ae..4e9a3b5 100644 +--- a/bash_completion ++++ b/bash_completion +@@ -40,8 +40,8 @@ fi - # Alter the following to reflect the location of this file. + # Set the following to the location of the backwards compat completion dir. # --[ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=/etc/bash_completion --[ -n "$BASH_COMPLETION_DIR" ] || BASH_COMPLETION_DIR=/etc/bash_completion.d -+[ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=/opt/csw/etc/bash_completion -+[ -n "$BASH_COMPLETION_DIR" ] || BASH_COMPLETION_DIR=/opt/csw/etc/bash_completion.d - [ -n "$BASH_COMPLETION_COMPAT_DIR" ] || BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d - readonly BASH_COMPLETION BASH_COMPLETION_DIR BASH_COMPLETION_COMPAT_DIR +-: ${BASH_COMPLETION_COMPAT_DIR:=/etc/bash_completion.d} +-readonly BASH_COMPLETION_COMPAT_DIR ++: ${BASH_COMPLETION_COMPAT_DIR_LIST:=/opt/csw/etc/bash_completion.d /etc/opt/csw/bash_completion.d} ++readonly BASH_COMPLETION_COMPAT_DIR_LIST -@@ -1196,6 +1196,8 @@ - [ -r "$configfile" ] && - config=( "${config[@]}" "$configfile" ) + # Blacklisted completions, causing problems with our code. + # +@@ -1429,7 +1429,7 @@ _known_hosts_real() + if [[ -n $configfile ]]; then + [[ -r $configfile ]] && config+=( "$configfile" ) else -+ [ -r /opt/csw/etc/ssh/ssh_config ] && -+ config=( "${config[@]}" "/opt/csw/etc/ssh/ssh_config" ) - [ -r /etc/ssh/ssh_config ] && - config=( "${config[@]}" "/etc/ssh/ssh_config" ) - [ -r "${HOME}/.ssh/config" ] && -@@ -1223,6 +1225,10 @@ - [ -r "$global_kh" ] && - kh=( "${kh[@]}" "${global_kh[@]}" ) - if [ -z "$configfile" ]; then -+ [ -r /opt/csw/etc/ssh/ssh_known_hosts ] && -+ kh=( "${kh[@]}" /opt/csw/etc/ssh/ssh_known_hosts ) -+ [ -r /opt/csw/etc/ssh/ssh_known_hosts2 ] && -+ kh=( "${kh[@]}" /opt/csw/etc/ssh/ssh_known_hosts2 ) - [ -r /etc/ssh/ssh_known_hosts ] && - kh=( "${kh[@]}" /etc/ssh/ssh_known_hosts ) - [ -r /etc/ssh/ssh_known_hosts2 ] && +- for i in /etc/ssh/ssh_config ~/.ssh/config ~/.ssh2/config; do ++ for i in /etc/opt/csw/ssh/ssh_config /etc/ssh/ssh_config ~/.ssh/config ~/.ssh2/config; do + [[ -r $i ]] && config+=( "$i" ) + done + fi +@@ -1462,7 +1462,8 @@ _known_hosts_real() + + if [[ -z $configfile ]]; then + # Global and user known_hosts files +- for i in /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 \ ++ for i in /etc/opt/csw/ssh/ssh_known_hosts /etc/opt/csw/ssh/ssh_known_hosts2 \ ++ /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 \ + /etc/known_hosts /etc/known_hosts2 ~/.ssh/known_hosts \ + ~/.ssh/known_hosts2; do + [[ -r $i ]] && kh+=( "$i" ) +@@ -1947,6 +1948,7 @@ _xfunc() + } + + # source compat completion directory definitions ++for BASH_COMPLETION_COMPAT_DIR in $BASH_COMPLETION_COMPAT_DIR_LIST; do + if [[ -d $BASH_COMPLETION_COMPAT_DIR && -r $BASH_COMPLETION_COMPAT_DIR && \ + -x $BASH_COMPLETION_COMPAT_DIR ]]; then + for i in $(LC_ALL=C command ls "$BASH_COMPLETION_COMPAT_DIR"); do +@@ -1955,6 +1957,7 @@ if [[ -d $BASH_COMPLETION_COMPAT_DIR && -r $BASH_COMPLETION_COMPAT_DIR && \ + && -f $i && -r $i ]] && . "$i" + done + fi ++done + unset i _blacklist_glob + + # source user completion file +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Thu Aug 23 22:27:31 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Thu, 23 Aug 2012 20:27:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[19074] csw/mgar/pkg/bash_completion/trunk/Makefile Message-ID: Revision: 19074 http://gar.svn.sourceforge.net/gar/?rev=19074&view=rev Author: chninkel Date: 2012-08-23 20:27:31 +0000 (Thu, 23 Aug 2012) Log Message: ----------- bash_completion/trunk: added a link to maintain compatibility with previous version of the package Modified Paths: -------------- csw/mgar/pkg/bash_completion/trunk/Makefile Modified: csw/mgar/pkg/bash_completion/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 20:15:21 UTC (rev 19073) +++ csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 20:27:31 UTC (rev 19074) @@ -77,7 +77,7 @@ # no test script in bash_completion TEST_SCRIPTS = -post-merge: merge-opencsw-completion merge-additional-docs merge-changelog +post-merge: merge-opencsw-completion merge-compatibility-link merge-additional-docs merge-changelog # we add some completion scripts for Solaris merge-opencsw-completion: @@ -87,7 +87,12 @@ done ) @$(MAKECOOKIE) +# to make sure we don't break completion loading for users of previous versions of this package +merge-compatibility-link: + @(cd $(PKGROOT)$(prefix)/etc/ && ln -s profile.d/bash_completion.sh bash_completion) + @$(MAKECOOKIE) + merge-additional-docs: @( for FILE in AUTHORS README CHANGES; do \ ginstall -D "$(WORKSRC_FIRSTMOD)/$$FILE" "$(PKGROOT)$(docdir)/$(NAME)/$$FILE"; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Thu Aug 23 22:30:59 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Thu, 23 Aug 2012 20:30:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[19075] csw/mgar/pkg/bash_completion/trunk/Makefile Message-ID: Revision: 19075 http://gar.svn.sourceforge.net/gar/?rev=19075&view=rev Author: chninkel Date: 2012-08-23 20:30:59 +0000 (Thu, 23 Aug 2012) Log Message: ----------- bash_completion/trunk: fixed installation path for additionnal completion scripts Modified Paths: -------------- csw/mgar/pkg/bash_completion/trunk/Makefile Modified: csw/mgar/pkg/bash_completion/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 20:27:31 UTC (rev 19074) +++ csw/mgar/pkg/bash_completion/trunk/Makefile 2012-08-23 20:30:59 UTC (rev 19075) @@ -83,7 +83,7 @@ merge-opencsw-completion: @( for FILE in $(WORKDIR)/*.completion; do \ NFILE="`basename $$FILE | sed -e 's/\.completion$$//'`"; \ - ginstall -D $$FILE $(PKGROOT)$(sharedstatedir)/bash_completion.d/$$NFILE; \ + ginstall -D $$FILE $(PKGROOT)$(sharedstatedir)/bash-completion/completions/$$NFILE; \ done ) @$(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Thu Aug 23 22:42:40 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Thu, 23 Aug 2012 20:42:40 +0000 Subject: [csw-devel] SF.net SVN: gar:[19076] csw/mgar/pkg/bash_completion/trunk/files Message-ID: Revision: 19076 http://gar.svn.sourceforge.net/gar/?rev=19076&view=rev Author: chninkel Date: 2012-08-23 20:42:40 +0000 (Thu, 23 Aug 2012) Log Message: ----------- bash_completion/trunk: updated opencsw completion Modified Paths: -------------- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion csw/mgar/pkg/bash_completion/trunk/files/smf.completion Modified: csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion 2012-08-23 20:30:59 UTC (rev 19075) +++ csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion 2012-08-23 20:42:40 UTC (rev 19076) @@ -10,7 +10,7 @@ # pkg-get.completion - bash completion for opencsw pkg-get # -have pkg-get && +_have pkg-get && _pkg-get_get_catalog_file() { local url="$1" Modified: csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion 2012-08-23 20:30:59 UTC (rev 19075) +++ csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion 2012-08-23 20:42:40 UTC (rev 19076) @@ -8,7 +8,7 @@ # software causes damage. # -have pkgrm && +_have pkgrm && _pkgrm () { local cur prev i spool; Modified: csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion 2012-08-23 20:30:59 UTC (rev 19075) +++ csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion 2012-08-23 20:42:40 UTC (rev 19076) @@ -10,7 +10,7 @@ # pkgutil.completion - bash completion for pkgutil # -have pkgutil && +_have pkgutil && _pkgutil() { local cur prev file catalog_file url command Modified: csw/mgar/pkg/bash_completion/trunk/files/smf.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/smf.completion 2012-08-23 20:30:59 UTC (rev 19075) +++ csw/mgar/pkg/bash_completion/trunk/files/smf.completion 2012-08-23 20:42:40 UTC (rev 19076) @@ -37,7 +37,7 @@ COMPREPLY=( $(compgen -W "$frmi" -- ${cur}) ) } -have svcadm && +_have svcadm && _svcadm () { local cur prev command command_list command_option i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Thu Aug 23 22:43:20 2012 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Thu, 23 Aug 2012 20:43:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[19077] csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile Message-ID: Revision: 19077 http://gar.svn.sourceforge.net/gar/?rev=19077&view=rev Author: bonivart Date: 2012-08-23 20:43:20 +0000 (Thu, 23 Aug 2012) Log Message: ----------- cpan/libwww-perl/trunk: remove pm_libnet dep since Net::FTP is in core Perl anyway Modified Paths: -------------- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile Modified: csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-23 20:42:40 UTC (rev 19076) +++ csw/mgar/pkg/cpan/libwww-perl/trunk/Makefile 2012-08-23 20:43:20 UTC (rev 19077) @@ -32,27 +32,17 @@ RUNTIME_DEP_PKGS += CSWpm-file-listing RUNTIME_DEP_PKGS += CSWpm-html-parser RUNTIME_DEP_PKGS += CSWpm-http-cookies -RUNTIME_DEP_PKGS += CSWpm-http-date RUNTIME_DEP_PKGS += CSWpm-http-daemon -RUNTIME_DEP_PKGS += CSWpm-http-message +RUNTIME_DEP_PKGS += CSWpm-http-date +#RUNTIME_DEP_PKGS += CSWpm-http-message RUNTIME_DEP_PKGS += CSWpm-http-negotiate -RUNTIME_DEP_PKGS += CSWpm-libnet +# http-request? +# http-response? +# http-status? RUNTIME_DEP_PKGS += CSWpm-lwp-mediatypes RUNTIME_DEP_PKGS += CSWpm-mime-base64 RUNTIME_DEP_PKGS += CSWpm-net-http RUNTIME_DEP_PKGS += CSWpm-uri RUNTIME_DEP_PKGS += CSWpm-www-robotrules -# New packages released together with libwww-perl 6, remove on next build -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-file-listing -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-cookies -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-date -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-daemon -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-message -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-http-negotiate -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-libnet -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-lwp-mediatypes -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-net-http -CHECKPKG_OVERRIDES_CSWpm-libwww-perl += unidentified-dependency|CSWpm-www-robotrules - include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 09:56:01 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 07:56:01 +0000 Subject: [csw-devel] SF.net SVN: gar:[19078] csw/mgar/pkg/vsftpd/trunk Message-ID: Revision: 19078 http://gar.svn.sourceforge.net/gar/?rev=19078&view=rev Author: chninkel Date: 2012-08-24 07:56:01 +0000 (Fri, 24 Aug 2012) Log Message: ----------- vsftpd/trunk: enabled direct binding Modified Paths: -------------- csw/mgar/pkg/vsftpd/trunk/Makefile csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW Modified: csw/mgar/pkg/vsftpd/trunk/Makefile =================================================================== --- csw/mgar/pkg/vsftpd/trunk/Makefile 2012-08-23 20:43:20 UTC (rev 19077) +++ csw/mgar/pkg/vsftpd/trunk/Makefile 2012-08-24 07:56:01 UTC (rev 19078) @@ -118,6 +118,8 @@ CONFIGURE_ARGS = $(DIRPATHS) +EXTRA_LDFLAGS = -z ignore -Bdirect + CONFIGURE_SCRIPTS = TEST_SCRIPTS = Modified: csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW 2012-08-23 20:43:20 UTC (rev 19077) +++ csw/mgar/pkg/vsftpd/trunk/files/changelog.CSW 2012-08-24 07:56:01 UTC (rev 19078) @@ -1,3 +1,9 @@ +vsftpd (3.0.0,REV=2012.08.24) unstable + + * Enabled direct binding during build (ld -Bdirect option) + + -- Yann Rouillard Fri, 24 Aug 2012 09:54:44 +0200 + vsftpd (3.0.0,REV=2012.08.12) unstable * Removed superfluous dependency on libresolv.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guillomovitch at users.sourceforge.net Fri Aug 24 11:48:56 2012 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Fri, 24 Aug 2012 09:48:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[19079] csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile Message-ID: Revision: 19079 http://gar.svn.sourceforge.net/gar/?rev=19079&view=rev Author: guillomovitch Date: 2012-08-24 09:48:56 +0000 (Fri, 24 Aug 2012) Log Message: ----------- cpan/Net-SNMP: better description, fix package name, and make chkpkg silent Modified Paths: -------------- csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile Modified: csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile 2012-08-24 07:56:01 UTC (rev 19078) +++ csw/mgar/pkg/cpan/Net-SNMP/trunk/Makefile 2012-08-24 09:48:56 UTC (rev 19079) @@ -6,13 +6,20 @@ DESCRIPTION = Object oriented interface to SNMP define BLURB - Object oriented interface to SNMP + The Net::SNMP module abstracts the intricate details of the Simple Network + Management Protocol by providing a high level programming interface to the + protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl + object and a remote SNMP agent or manager. Once an object is created, it can + be used to perform the basic protocol exchange actions defined by SNMP. endef -LICENSE = LICENSE +LICENSE_TEXT = This module is licensed under the perl license -PACKAGES = CSWpmnetsnmp -CATALOGNAME = pm_netsnmp +PACKAGES = CSWpm-net-snmp +CATALOGNAME = pm_net_snmp ARCHALL = 1 +CHECKPKG_OVERRIDES_CSWpm-net-snmp += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/Net/SNMP.pm +CHECKPKG_OVERRIDES_CSWpm-net-snmp += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Net::SNMP.3perl + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 14:50:18 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 12:50:18 +0000 Subject: [csw-devel] SF.net SVN: gar:[19080] csw/mgar/pkg/openssh/trunk Message-ID: Revision: 19080 http://gar.svn.sourceforge.net/gar/?rev=19080&view=rev Author: chninkel Date: 2012-08-24 12:50:17 +0000 (Fri, 24 Aug 2012) Log Message: ----------- openssh/trunk: enabled direct binding Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/Makefile csw/mgar/pkg/openssh/trunk/files/changelog.CSW Modified: csw/mgar/pkg/openssh/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2012-08-24 09:48:56 UTC (rev 19079) +++ csw/mgar/pkg/openssh/trunk/Makefile 2012-08-24 12:50:17 UTC (rev 19080) @@ -167,7 +167,7 @@ CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix) CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty -EXTRA_LDFLAGS = -z ignore -M "$(abspath $(WORKDIR)/map.openssh)" +EXTRA_LDFLAGS = -z ignore -Bdirect -M "$(abspath $(WORKDIR)/map.openssh)" TEST_SCRIPTS = Modified: csw/mgar/pkg/openssh/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-24 09:48:56 UTC (rev 19079) +++ csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-24 12:50:17 UTC (rev 19080) @@ -1,3 +1,9 @@ +openssh (6.0p1,REV=2012.08.24) unstable + + * Enabled direct binding during build. + + -- Yann Rouillard Fri, 24 Aug 2012 14:49:44 +0200 + openssh (6.0p1,REV=2012.08.17) unstable * Added a mapfile to force linking against interface SUNW_1.22 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From laurent at elanor.org Fri Aug 24 16:51:50 2012 From: laurent at elanor.org (Laurent Blume) Date: Fri, 24 Aug 2012 16:51:50 +0200 Subject: [csw-devel] Patch for MySQL 5.5 recipe Message-ID: <50379506.3050509@elanor.org> Hello all, Maciej, I've prepared some patches for the build recipe of MySQL 5.5. I've tested them on my own system, they seem to work. I've tried to make them easy to apply in that order from the mysql-5.5.x directory, please tell me if I could do better. They are: 01_: make gsed replace all occurrences of @xxx@ on a given line. I feel it should be always like that, though it only impacts my patch 05_ so far; 02_: remove the automatic start of the service at the end of the install. It should be handled by the CAS; 03_: minor fixes in the start scrip: fixes the default datadir, cosmetic changes to the comments; 04_: replace the chkconfig bit of the comment by CAS information; 05_: that's a new feature: I've added a few lines to start MySQL in 32 or 64 bit automatically according to what the kernel supports (default), or to a configuration value in csw.conf. This makes it much easier to have an optimized MySQL running. Comments, thoughts? Laurent -------------- next part -------------- A non-text attachment was scrubbed... Name: 01_Makefile_gsed_rules.patch Type: text/x-patch Size: 674 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 02_postinstall_remove_SMF_start.patch Type: text/x-patch Size: 876 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 03_method_fix_directories.patch Type: text/x-patch Size: 1437 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 04_method_replace_chkconfig_cas_comments.patch Type: text/x-patch Size: 1146 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 05_method_add_arch_selection.patch Type: text/x-patch Size: 1828 bytes Desc: not available URL: From chninkel at users.sourceforge.net Fri Aug 24 19:31:43 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 17:31:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[19081] csw/mgar/pkg/lftp/trunk Message-ID: Revision: 19081 http://gar.svn.sourceforge.net/gar/?rev=19081&view=rev Author: chninkel Date: 2012-08-24 17:31:42 +0000 (Fri, 24 Aug 2012) Log Message: ----------- lftp/trunk: updated to 4.3.8 and enabled direct binding Modified Paths: -------------- csw/mgar/pkg/lftp/trunk/Makefile csw/mgar/pkg/lftp/trunk/checksums csw/mgar/pkg/lftp/trunk/files/changelog.CSW Modified: csw/mgar/pkg/lftp/trunk/Makefile =================================================================== --- csw/mgar/pkg/lftp/trunk/Makefile 2012-08-24 12:50:17 UTC (rev 19080) +++ csw/mgar/pkg/lftp/trunk/Makefile 2012-08-24 17:31:42 UTC (rev 19081) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = lftp -VERSION = 4.3.6 +VERSION = 4.3.8 CATEGORIES = net GARTYPE = v2 @@ -31,6 +31,8 @@ RUNTIME_DEP_PKGS += CSWlibintl8 RUNTIME_DEP_PKGS += CSWlibreadline6 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + ###### Upstream and opencsw files information ####### MASTER_SITES = http://ftp.yars.free.net/pub/source/lftp/ @@ -45,7 +47,7 @@ PATCHFILES += dont_use_csw_getopt_h.patch -# Disable the use of IPV6_V6ONLY function +# Disable the use of IPV6_V6ONLY function if it is not defined # It is not mandatory here, lftp uses the option for the torrent listen socket # it opens a socket first for ipv4 then for ipv6, so the ipv6 one will never # catch the ipv4 connection even if IPV6_V6ONLY can't be set @@ -73,6 +75,8 @@ # Requested see https://www.opencsw.org/mantis/view.php?id=4481 CONFIGURE_ARGS += --with-socksdante +EXTRA_LDFLAGS = -z ignore -Bdirect + # No test suite here TEST_SCRIPTS = Modified: csw/mgar/pkg/lftp/trunk/checksums =================================================================== --- csw/mgar/pkg/lftp/trunk/checksums 2012-08-24 12:50:17 UTC (rev 19080) +++ csw/mgar/pkg/lftp/trunk/checksums 2012-08-24 17:31:42 UTC (rev 19081) @@ -1 +1 @@ -a732dcf66a973cbeeba246053dd35f84 lftp-4.3.6.tar.gz +6f72bd50386b86939c781432c233ebdd lftp-4.3.8.tar.gz Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2012-08-24 12:50:17 UTC (rev 19080) +++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2012-08-24 17:31:42 UTC (rev 19081) @@ -1,3 +1,10 @@ +lftp (4.3.8,REV=2012.08.24) unstable + + * New upstream release. + * Enabled direct binding during build. + + -- Yann Rouillard Fri, 24 Aug 2012 19:25:02 +0200 + lftp (4.3.6,REV=2012.05.17) unstable * Rebuilt against libssl 1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bwalton at opencsw.org Fri Aug 24 19:34:53 2012 From: bwalton at opencsw.org (Ben Walton) Date: Fri, 24 Aug 2012 13:34:53 -0400 Subject: [csw-devel] Patch for MySQL 5.5 recipe In-Reply-To: <50379506.3050509@elanor.org> References: <50379506.3050509@elanor.org> Message-ID: <1345829605-sup-26@pinkfloyd.chass.utoronto.ca> Excerpts from Laurent Blume's message of Fri Aug 24 10:51:50 -0400 2012: Hi Laurent, > 01_: make gsed replace all occurrences of @xxx@ on a given line. I > feel it should be always like that, though it only impacts my patch > 05_ so far; This looks good and I think should be the default for this type of operation as you suggest. autoconf scripts use global replace so we're following that lead, which makes sense to me. > 02_: remove the automatic start of the service at the end of the > install. It should be handled by the CAS; +1. This is a good fix. > 03_: minor fixes in the start scrip: fixes the default datadir, > cosmetic changes to the comments; +1. Looks good. > 04_: replace the chkconfig bit of the comment by CAS information; +1. This also looks obviously correct. It's probably good form to put the RC_ stuff there still but this is a solaris 10 only (I think?) package so those are really only a formality. They don't hurt anything though so I'd leave them in. > 05_: that's a new feature: I've added a few lines to start MySQL in > 32 or 64 bit automatically according to what the kernel supports > (default), or to a configuration value in csw.conf. This makes it > much easier to have an optimized MySQL running. Do we still care to check /opt/csw/etc/csw.conf too? I'm ok with leaving that behind but there are sites that might use it. All of our CAS scripts check both locations too (/opt/csw/etc and then /etc/opt/csw to give local preference over possibly NFS-shared). Other than that, it looks sound to me. Thanks for sharing this! Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From chninkel at users.sourceforge.net Fri Aug 24 19:45:38 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 17:45:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[19082] csw/mgar/pkg/elinks/trunk Message-ID: Revision: 19082 http://gar.svn.sourceforge.net/gar/?rev=19082&view=rev Author: chninkel Date: 2012-08-24 17:45:37 +0000 (Fri, 24 Aug 2012) Log Message: ----------- elinks/trunk: enabled direct binding Modified Paths: -------------- csw/mgar/pkg/elinks/trunk/Makefile csw/mgar/pkg/elinks/trunk/files/changelog.CSW Modified: csw/mgar/pkg/elinks/trunk/Makefile =================================================================== --- csw/mgar/pkg/elinks/trunk/Makefile 2012-08-24 17:31:42 UTC (rev 19081) +++ csw/mgar/pkg/elinks/trunk/Makefile 2012-08-24 17:45:37 UTC (rev 19082) @@ -43,6 +43,7 @@ CHECKPKG_OVERRIDES_CSWelinks += file-with-bad-content|/usr/local|root/opt/csw/share/man/man5/elinks.conf.5 CHECKPKG_OVERRIDES_CSWelinks += file-with-bad-content|/usr/local|root/opt/csw/bin/elinks +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 ###### Upstream and opencsw files information ####### @@ -72,6 +73,8 @@ # CONFIGURE_ARGS += --enable-sm-scripting CONFIGURE_ARGS += --disable-sm-scripting +EXTRA_LDFLAGS = -z ignore -Bdirect + TEST_SCRIPTS = include gar/category.mk Modified: csw/mgar/pkg/elinks/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2012-08-24 17:31:42 UTC (rev 19081) +++ csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2012-08-24 17:45:37 UTC (rev 19082) @@ -1,3 +1,9 @@ +elinks (0.11.7,REV=2012.08.24) unstable + + * Enabled direct binding. + + -- Yann Rouillard Fri, 24 Aug 2012 19:44:59 +0200 + elinks (0.11.7,REV=2012.05.17) unstable * Rebuilt against libssl 1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 20:33:37 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 18:33:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[19083] csw/mgar/pkg/cadaver/trunk Message-ID: Revision: 19083 http://gar.svn.sourceforge.net/gar/?rev=19083&view=rev Author: chninkel Date: 2012-08-24 18:33:36 +0000 (Fri, 24 Aug 2012) Log Message: ----------- cadaver/trunk: enabled direct binding Modified Paths: -------------- csw/mgar/pkg/cadaver/trunk/Makefile csw/mgar/pkg/cadaver/trunk/files/changelog.CSW Removed Paths: ------------- csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch Modified: csw/mgar/pkg/cadaver/trunk/Makefile =================================================================== --- csw/mgar/pkg/cadaver/trunk/Makefile 2012-08-24 17:45:37 UTC (rev 19082) +++ csw/mgar/pkg/cadaver/trunk/Makefile 2012-08-24 18:33:36 UTC (rev 19083) @@ -49,12 +49,6 @@ # ncurses PATCHFILES = 0001-no-curses-dependency.patch -# Let's not trust neon-config until Bug 4984 is fixed -# https://www.opencsw.org/mantis/view.php?id=4984 -# This allow us to not depend directly anymore on a bunch -# of libraries -PATCHFILES += 0002-Neon-LD-option-fix.patch - ##### Build and installation information ##### CONFIGURE_ARGS = $(DIRPATHS) @@ -62,6 +56,8 @@ CONFIGURE_ARGS += --with-ssl=openssl CONFIGURE_ARGS += --with-expat +EXTRA_LDFLAGS = -z ignore -Bdirect + TEST_SCRIPTS = include gar/category.mk Deleted: csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch 2012-08-24 17:45:37 UTC (rev 19082) +++ csw/mgar/pkg/cadaver/trunk/files/0002-Neon-LD-option-fix.patch 2012-08-24 18:33:36 UTC (rev 19083) @@ -1,34 +0,0 @@ -From a2877acd081224c3c624eafa876dd7fb33e2382d Mon Sep 17 00:00:00 2001 -From: Yann Rouillard -Date: Sun, 12 Aug 2012 16:20:27 +0200 -Subject: [PATCH] sdfksdfsdf - ---- - m4/neon/neon.m4 | 4 +- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/m4/neon/neon.m4 b/m4/neon/neon.m4 -index edff529..d06ab70 100644 ---- a/m4/neon/neon.m4 -+++ b/m4/neon/neon.m4 -@@ -181,7 +181,7 @@ m4_ifdef([ne_require_major], [ - ne_save_LIBS="$LIBS" - ne_save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`" -- LIBS="$LIBS `$NEON_CONFIG --libs`" -+ LIBS="$LIBS -lneon" - ne_libver=`$NEON_CONFIG --version | sed -e "s/neon //g"` - # Check whether it's possible to link against neon - AC_CACHE_CHECK([linking against neon], [ne_cv_lib_neon], -@@ -252,7 +252,7 @@ neon_prefix=`$NEON_CONFIG --prefix` - NEON_CHECK_VERSION([ - # Pick up CFLAGS and LIBS needed - CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`" -- NEON_LIBS="$NEON_LIBS `$NEON_CONFIG --libs`" -+ NEON_LIBS="$NEON_LIBS -lneon" - # Pick up library version - set dummy `$NEON_CONFIG --version | sed 's/\./ /g'` - NE_VERSION_MAJOR=[$]3; NE_VERSION_MINOR=[$]4; NE_VERSION_PATCH=[$]5 --- -1.7.10.3 - Modified: csw/mgar/pkg/cadaver/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2012-08-24 17:45:37 UTC (rev 19082) +++ csw/mgar/pkg/cadaver/trunk/files/changelog.CSW 2012-08-24 18:33:36 UTC (rev 19083) @@ -1,3 +1,11 @@ +cadaver (0.23.3,rev=2012.08.24) unstable + + * Enabled direct binding during build. + * Use ld "-z ignore" option to avoid linking with useless libraries + instead of patching the configure system + + -- Yann rouillard Fri, 24 Aug 2012 20:32:21 +0200 + cadaver (0.23.3,rev=2012.08.12) unstable * Removed superfluous dependancies: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 20:40:41 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 18:40:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[19084] csw/mgar/pkg/bash/trunk Message-ID: Revision: 19084 http://gar.svn.sourceforge.net/gar/?rev=19084&view=rev Author: chninkel Date: 2012-08-24 18:40:41 +0000 (Fri, 24 Aug 2012) Log Message: ----------- bash/trunk: enabled direct binding Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/files/changelog.CSW Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2012-08-24 18:33:36 UTC (rev 19083) +++ csw/mgar/pkg/bash/trunk/Makefile 2012-08-24 18:40:41 UTC (rev 19084) @@ -84,6 +84,8 @@ CONFIGURE_ARGS = $(DIRPATHS) +EXTRA_LDFLAGS = -z ignore -Bdirect + include gar/category.mk # We touch these file to avoid aclocal/autoconf Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-24 18:33:36 UTC (rev 19083) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-24 18:40:41 UTC (rev 19084) @@ -1,3 +1,9 @@ +bash (4.2.37,REV=2012.08.24) unstable + + * Enabled direct binding. + + -- Yann Rouillard Fri, 24 Aug 2012 20:40:02 +0200 + bash (4.2.37,REV=2012.08.07) unstable * Added bash patches bash42-025 and bash42-037. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 20:44:46 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 18:44:46 +0000 Subject: [csw-devel] SF.net SVN: gar:[19085] csw/mgar/pkg/imapproxy/trunk Message-ID: Revision: 19085 http://gar.svn.sourceforge.net/gar/?rev=19085&view=rev Author: chninkel Date: 2012-08-24 18:44:46 +0000 (Fri, 24 Aug 2012) Log Message: ----------- imapproxy/trunk: enabled symbols direct binding Modified Paths: -------------- csw/mgar/pkg/imapproxy/trunk/Makefile csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW Modified: csw/mgar/pkg/imapproxy/trunk/Makefile =================================================================== --- csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-24 18:40:41 UTC (rev 19084) +++ csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-24 18:44:46 UTC (rev 19085) @@ -78,6 +78,8 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libwrap=no +EXTRA_LDFLAGS = -z ignore -Bdirect + TEST_SCRIPTS = include gar/category.mk Modified: csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW 2012-08-24 18:40:41 UTC (rev 19084) +++ csw/mgar/pkg/imapproxy/trunk/files/changelog.CSW 2012-08-24 18:44:46 UTC (rev 19085) @@ -1,3 +1,9 @@ +imapproxy (1.2.7,REV=2012.08.24) unstable + + * Enabled symbols direct binding during build. + + -- Yann Rouillard Fri, 24 Aug 2012 20:44:21 +0200 + imapproxy (1.2.7,REV=2012.05.17) unstable * Removed superfluous dependency on CSWlibwrap1 as it This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 20:46:05 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 18:46:05 +0000 Subject: [csw-devel] SF.net SVN: gar:[19086] csw/mgar/pkg/rlwrap/trunk Message-ID: Revision: 19086 http://gar.svn.sourceforge.net/gar/?rev=19086&view=rev Author: chninkel Date: 2012-08-24 18:46:05 +0000 (Fri, 24 Aug 2012) Log Message: ----------- rlwrap/trunk: enabled symbols direct binding Modified Paths: -------------- csw/mgar/pkg/rlwrap/trunk/Makefile csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW Modified: csw/mgar/pkg/rlwrap/trunk/Makefile =================================================================== --- csw/mgar/pkg/rlwrap/trunk/Makefile 2012-08-24 18:44:46 UTC (rev 19085) +++ csw/mgar/pkg/rlwrap/trunk/Makefile 2012-08-24 18:46:05 UTC (rev 19086) @@ -33,6 +33,7 @@ CHECKPKG_OVERRIDES_CSWrlwrap += file-with-bad-content|/usr/share|root/opt/csw/share/rlwrap/filters/paint_prompt CHECKPKG_OVERRIDES_CSWrlwrap += file-with-bad-content|/usr/local|root/opt/csw/share/doc/rlwrap/NEWS +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 ###### Upstream and opencsw files information ####### @@ -51,6 +52,8 @@ CONFIGURE_ARGS = $(DIRPATHS) +EXTRA_LDFLAGS = -z ignore -Bdirect + include gar/category.mk # the putenv patch modify configure.ac so we must re-generate configure Modified: csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW 2012-08-24 18:44:46 UTC (rev 19085) +++ csw/mgar/pkg/rlwrap/trunk/files/changelog.CSW 2012-08-24 18:46:05 UTC (rev 19086) @@ -1,3 +1,9 @@ +rlwrap (0.37,REV=2012.08.24) unstable + + * Enabled symbols direct binding during build. + + -- Yann Rouillard Fri, 24 Aug 2012 20:44:21 +0200 + rlwrap (0.37,REV=2011.07.19) unstable * Updated readline dependancy name (CSWreadline -> CSWlibreadline6). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 21:09:45 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 19:09:45 +0000 Subject: [csw-devel] SF.net SVN: gar:[19088] csw/mgar/pkg/imapproxy/trunk Message-ID: Revision: 19088 http://gar.svn.sourceforge.net/gar/?rev=19088&view=rev Author: chninkel Date: 2012-08-24 19:09:45 +0000 (Fri, 24 Aug 2012) Log Message: ----------- imapproxy/trunk: fixed a missing LDFLAGS in the Makefile Modified Paths: -------------- csw/mgar/pkg/imapproxy/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch Modified: csw/mgar/pkg/imapproxy/trunk/Makefile =================================================================== --- csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-24 19:09:20 UTC (rev 19087) +++ csw/mgar/pkg/imapproxy/trunk/Makefile 2012-08-24 19:09:45 UTC (rev 19088) @@ -73,6 +73,10 @@ # imapproxy makefile PATCHFILES += destdir.patch +# LDFLAGS is not present in the Makefile +# for the pimpstat compilation, this patch fixes this +PATCHFILES += 0003-Missing-LDFLAGS-in-Makefile-fix.patch + ##### Build and installation information ##### CONFIGURE_ARGS = $(DIRPATHS) Added: csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch =================================================================== --- csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch (rev 0) +++ csw/mgar/pkg/imapproxy/trunk/files/0003-Missing-LDFLAGS-in-Makefile-fix.patch 2012-08-24 19:09:45 UTC (rev 19088) @@ -0,0 +1,25 @@ +From c6deec66f1d2e1ca36786f9e5c3ca9d062764f8e Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Fri, 24 Aug 2012 20:52:22 +0200 +Subject: [PATCH] Missing LDFLAGS in Makefile fix + +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index 200dc68..9bf9c71 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -72,7 +72,7 @@ $(XYD_BIN): $(XYD_OBJ) + $(CC) -o $@ $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB) + + $(TAT_BIN): $(TAT_OBJ) +- $(CC) -o $@ $(TAT_OBJ) $(TAT_LIB) ++ $(CC) -o $@ $(TAT_OBJ) $(LDFLAGS) $(TAT_LIB) + + clean: + rm -f ./src/core $(XYD_OBJ) $(TAT_OBJ) $(XYD_BIN) $(TAT_BIN) +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Fri Aug 24 21:09:20 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Fri, 24 Aug 2012 19:09:20 +0000 Subject: [csw-devel] SF.net SVN: gar:[19087] csw/mgar/pkg/screen/trunk Message-ID: Revision: 19087 http://gar.svn.sourceforge.net/gar/?rev=19087&view=rev Author: chninkel Date: 2012-08-24 19:09:20 +0000 (Fri, 24 Aug 2012) Log Message: ----------- screen/trunk: enabled symbols direct binding + setenv prototype fix Modified Paths: -------------- csw/mgar/pkg/screen/trunk/Makefile csw/mgar/pkg/screen/trunk/files/changelog.CSW Added Paths: ----------- csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch Modified: csw/mgar/pkg/screen/trunk/Makefile =================================================================== --- csw/mgar/pkg/screen/trunk/Makefile 2012-08-24 18:46:05 UTC (rev 19086) +++ csw/mgar/pkg/screen/trunk/Makefile 2012-08-24 19:09:20 UTC (rev 19087) @@ -30,6 +30,9 @@ PACKAGES = CSWscreen +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + + # Stub package that allow us to rename transparently the package # from CSWscrn to CSWscreen # We also include the postinstall code to migrate screen session from @@ -68,6 +71,10 @@ # opencsw policy PATCHFILES += opencsw_paths.patch +# The wrong setenv prototype is used by default, this patch +# fixes the problem +PATCHFILES += 0004-solaris10-has-linux-like-setenv.patch + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-pam CONFIGURE_ARGS += --enable-telnet @@ -75,6 +82,8 @@ CONFIGURE_ARGS += --with-sys-screenrc=/etc$(prefix)/screenrc CONFIGURE_ARGS += --with-socket-dir=/var$(prefix)/run/screen +EXTRA_LDFLAGS = -z ignore -Bdirect + include gar/category.mk # we must recreate configure as we modified configure.in Added: csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch =================================================================== --- csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch (rev 0) +++ csw/mgar/pkg/screen/trunk/files/0004-solaris10-has-linux-like-setenv.patch 2012-08-24 19:09:20 UTC (rev 19087) @@ -0,0 +1,12484 @@ +From d8e0acd341275bfc830fe5135fd91325b166bf19 Mon Sep 17 00:00:00 2001 +From: Yann Rouillard +Date: Mon, 13 Aug 2012 19:59:55 +0200 +Subject: [PATCH] solaris10 has linux-like setenv + +--- + Makefile | 330 ++- + configure | 9543 ++++++++++++++++++++++++++----------------------------------- + misc.c | 2 +- + 3 files changed, 4431 insertions(+), 5444 deletions(-) + +diff --git a/Makefile b/Makefile +index 06b972a..595dce6 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,3 +1,331 @@ +-install all Makefiles and config: ++# ++# Makefile template for screen ++# ++# See machine dependant config.h for more configuration options. ++# ++ ++srcdir = . ++ ++ ++DESTDIR = ++ ++# Where to install screen. ++ ++prefix = /opt/csw ++exec_prefix = /opt/csw ++ ++# don't forget to change mandir and infodir in doc/Makefile. ++bindir = $(exec_prefix)/bin ++ ++VERSION = 4.0.3 ++SCREEN = screen-$(VERSION) ++ ++ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'` ++SCREENENCODINGS = `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'` ++ ++CC = /opt/SUNWspro/bin/cc ++CFLAGS = -xO3 -m32 -xarch=pentium_pro -xchip=pentium_pro ++CPPFLAGS = -I/opt/csw/include ++LDFLAGS = -m32 -xarch=pentium_pro -xchip=pentium_pro -L/opt/csw/lib ++LIBS = -lcurses -lelf -lsocket -lnsl -lkstat -lcrypt -lpam ++ ++CPP=/opt/SUNWspro/bin/cc -E ++CPP_DEPEND=$(CC) -MM ++ ++INSTALL = /opt/csw/bin/ginstall -c ++INSTALL_PROGRAM = ${INSTALL} ++INSTALL_DATA = ${INSTALL} -m 644 ++ ++AWK = gawk ++ ++### Chose some debug configuration options: ++# -DDEBUG ++# Turn on really heavy debug output. This is written to ++# /tmp/debug/{SCREEN,screen}.. Look at these files and quote ++# questionable sections when sending bug-reports to the author. ++# -DDUMPSHADOW ++# With shadow-pw screen would never dump core. Use this option if ++# you still want to have a core. Use only for debugging. ++OPTIONS= ++#OPTIONS= -DDEBUG ++ ++SHELL=/bin/sh ++ ++CFILES= screen.c ansi.c fileio.c mark.c misc.c resize.c socket.c \ ++ search.c tty.c term.c window.c utmp.c loadav.c putenv.c help.c \ ++ termcap.c input.c attacher.c pty.c process.c display.c comm.c \ ++ kmapdef.c acls.c braille.c braille_tsi.c logfile.c layer.c \ ++ sched.c teln.c nethack.c encoding.c ++OFILES= screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o \ ++ search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o \ ++ termcap.o input.o attacher.o pty.o process.o display.o comm.o \ ++ kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o \ ++ sched.o teln.o nethack.o encoding.o ++ ++all: screen ++ ++screen: $(OFILES) ++ $(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS) ++ ++.c.o: ++ $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< ++ ++install_bin: .version screen ++ -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \ ++ then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi ++ $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN) ++ -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN) ++# This doesn't work if $(bindir)/screen is a symlink ++ -if [ -f $(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir)/screen $(DESTDIR)$(bindir)/screen.old; fi ++ rm -f $(DESTDIR)$(bindir)/screen ++ (cd $(DESTDIR)$(bindir) && ln -sf $(SCREEN) screen) ++ cp $(srcdir)/utf8encodings/?? $(DESTDIR)$(SCREENENCODINGS) ++ ++############################################################################### ++install: installdirs install_bin ++ cd doc ; $(MAKE) install ++ -if [ -d /usr/lib/terminfo ]; then \ ++ PATH="$$PATH:/usr/5bin" tic ${srcdir}/terminfo/screeninfo.src; \ ++ chmod 644 /usr/lib/terminfo/s/screen*; \ ++ fi ++# Better do this by hand. E.g. under RCS... ++# cat ${srcdir}/terminfo/screencap >> /etc/termcap ++ @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." ++ @echo "You may also want to install $(srcdir)/etc/etcscreenrc in" $(ETCSCREENRC) ++ ++installdirs: ++# Path leading to ETCSCREENRC and Socketdirectory not checked. ++ $(srcdir)/etc/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(SCREENENCODINGS) ++ cd doc ; $(MAKE) installdirs ++ ++uninstall: .version ++ rm -f $(DESTDIR)$(bindir)/$(SCREEN) ++ rm -f $(DESTDIR)$(bindir)/screen ++ -mv $(DESTDIR)$(bindir)/screen.old $(DESTDIR)$(bindir)/screen ++ rm -f $(DESTDIR)$(ETCSCREENRC) ++ cd doc; $(MAKE) uninstall ++ ++shadow: ++ mkdir shadow; ++ cd shadow; ln -s ../*.[ch] ../*.in ../*.sh ../configure ../doc ../terminfo ../etc . ++ rm -f shadow/term.h shadow/tty.c shadow/comm.h shadow/osdef.h ++ echo "install all Makefiles and config:" > shadow/Makefile ++ echo " rm -f config.cache" >> shadow/Makefile ++ echo " sh ./configure" >> shadow/Makefile ++ ++term.h: term.c term.sh ++ AWK=$(AWK) srcdir=$(srcdir) sh $(srcdir)/term.sh ++ ++kmapdef.c: term.h ++ ++tty.c: tty.sh ++ sh $(srcdir)/tty.sh tty.c ++ ++comm.h: comm.c comm.sh config.h ++ AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh ++ ++osdef.h: osdef.sh config.h osdef.h.in ++ CPP="$(CPP) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/osdef.sh ++ ++docs: ++ cd doc; $(MAKE) dvi screen.info ++ ++dvi info screen.info: ++ -cd doc; $(MAKE) $@ ++ ++mostlyclean: ++ rm -f $(OFILES) screen config.cache osdef0.c osdef1.sed osdef2.sed ++ ++clean celan: mostlyclean ++ rm -f tty.c term.h comm.h osdef.h kmapdef.c core ++ ++# Delete all files from the current directory that are created by ++# configuring or building the program. ++# building of term.h/comm.h requires awk. Keep it in the distribution ++# we keep config.h, as this file knows where 'make dist' finds the ETCSCREENRC. ++#distclean: mostlyclean ++# rm -f $(SCREEN).tar $(SCREEN).tar.gz ++# rm -f config.status Makefile ++# rm -f osdef.h doc/Makefile ++ ++maintainer-clean: ++ @echo "This command is not even intended for maintainers to use;" ++ @echo "it deletes files that may require special tools to rebuild." ++ ++ ++# Delete everything from the current directory that can be ++# reconstructed with this Makefile. ++realclean: .version mostlyclean ++ rm -f $(SCREEN).tar $(SCREEN).tar.gz ++ rm -f config.status Makefile doc/Makefile ++ rm -f tty.c term.h comm.h osdef.h kmapdef.c ++ rm -f config.h ++ echo "install all Makefiles and config:" > Makefile ++ echo " sh ./configure" >> Makefile ++ ++tags TAGS: $(CFILES) ++ -ctags *.sh $(CFILES) *.h ++ -ctags -e *.sh $(CFILES) *.h ++ ++dist: .version $(SCREEN).tar.gz ++ ++$(SCREEN).tar: .version term.h comm.h tty.c kmapdef.c ++ -rm -rf dist ++ mkdir dist ++ mkdir dist/$(SCREEN) ++ ln acls.h ansi.h display.h extern.h logfile.h mark.h os.h \ ++ layer.h patchlevel.h screen.h window.h image.h \ ++ osdef.h.in term.sh tty.sh comm.sh osdef.sh braille.h \ ++ sched.h \ ++ $(CFILES) \ ++ ChangeLog COPYING INSTALL NEWS* TODO install.sh \ ++ dist/$(SCREEN) ++ cd dist/$(SCREEN); mv tty.c tty.c.dist ++ cd dist/$(SCREEN); mv kmapdef.c kmapdef.c.dist ++ ln configure.in configure dist/$(SCREEN) ++ sed -e 's@"/local/screens@"/tmp/screens@' -e 's@"/local@"/usr/local at g' < config.h.in > dist/$(SCREEN)/config.h.in ++ sed -e 's@[ ]/local@ /usr/local at g' -e 's/^CFLAGS = -g/CFLAGS = -O/' < Makefile.in > dist/$(SCREEN)/Makefile.in ++ ln term.h dist/$(SCREEN)/term.h.dist ++ ln comm.h dist/$(SCREEN)/comm.h.dist ++ ln README dist/$(SCREEN)/README ++ mkdir dist/$(SCREEN)/terminfo ++ cd terminfo; ln 8bits README checktc.c screencap \ ++ screeninfo.src test.txt tetris.c \ ++ ../dist/$(SCREEN)/terminfo ++ mkdir dist/$(SCREEN)/etc ++ cd etc; ln * ../dist/$(SCREEN)/etc ++ mkdir dist/$(SCREEN)/utf8encodings ++ cd utf8encodings; ln * ../dist/$(SCREEN)/utf8encodings ++ # sed -e 's/^startup/#startup/' -e 's/^autodetach/#autodetach/' < $(ETCSCREENRC) > dist/$(SCREEN)/etc/etcscreenrc ++ cp $(HOME)/.screenrc dist/$(SCREEN)/etc/screenrc ++ mkdir dist/$(SCREEN)/doc ++ sed -e 's@/local/emacs@/usr/local at g' < doc/Makefile.in > dist/$(SCREEN)/doc/Makefile.in ++ cd doc; ln FAQ README.DOTSCREEN screen.1 screen.texinfo fdpat.ps make.help window_to_display.ps \ ++ ../dist/$(SCREEN)/doc ++ cd doc; if test -f screen.info; then ln screen.info* \ ++ ../dist/$(SCREEN)/doc; fi ++ cd dist/$(SCREEN)/doc; ln -s ../install.sh . ++ cd dist/$(SCREEN); ln -s doc/FAQ . ++ echo "install all Makefiles and config:" > dist/$(SCREEN)/Makefile ++ echo " rm -f config.cache" >> dist/$(SCREEN)/Makefile ++ echo " sh ./configure" >> dist/$(SCREEN)/Makefile ++ cd dist; tar cf ../$(SCREEN).tar $(SCREEN) ++ rm -rf dist ++ ++$(SCREEN).tar.gz: $(SCREEN).tar ++ gzip -nf $(SCREEN).tar || gzip -f $(SCREEN).tar ++ ++# Perform self-tests (if any). ++check: ++ ++lint: ++ lint -I. $(CFILES) ++ ++saber: ++ #load $(CFLAGS) screen.c ansi.c $(LIBS) ++ ++config: + rm -f config.cache + sh ./configure ++ ++ ++############################################################################### ++ ++.version: ++ @rev=`sed < $(srcdir)/patchlevel.h -n -e '/#define REV/s/#define REV *//p'`; \ ++ vers=`sed < $(srcdir)/patchlevel.h -n -e '/#define VERS/s/#define VERS *//p'`; \ ++ pat=`sed < $(srcdir)/patchlevel.h -n -e '/#define PATCHLEVEL/s/#define PATCHLEVEL *//p'`; \ ++ if [ "$${rev}.$${vers}.$${pat}" != "$(VERSION)" ]; then \ ++ echo "This distribution is screen-$${rev}.$${vers}.$${pat}, but"; \ ++ echo "the Makefile is from $(VERSION). Please update!"; exit 1; fi ++ ++############################################################################### ++ ++mdepend: $(CFILES) term.h ++ @rm -f DEPEND ; \ ++ for i in ${CFILES} ; do \ ++ echo "$$i" ; \ ++ echo `echo "$$i" | sed -e 's/.c$$/.o/'`": $$i" `\ ++ cc -E $$i |\ ++ grep '^# .*"\./.*\.h"' |\ ++ (sort -t'"' -u -k 2,2 2>/dev/null || sort -t'"' -u +1 -2) |\ ++ sed -e 's/.*"\.\/\(.*\)".*/\1/'\ ++ ` >> DEPEND ; \ ++ done ++ ++ ++depend: depend.in ++ ./config.status || ./configure ++ ++depend.in: $(CFILES) term.h ++ cp Makefile.in Makefile.in~ ++ sed -e '/\#\#\# Dependencies/q' < Makefile.in > tmp_make ++ for i in $(CFILES); do echo $$i; $(CPP_DEPEND) $$i >> tmp_make; done ++ mv tmp_make Makefile.in ++ ++############################################################################### ++ ++### Dependencies: ++screen.o: screen.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h braille.h \ ++ patchlevel.h logfile.h extern.h ++ansi.o: ansi.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h braille.h extern.h \ ++ logfile.h ++fileio.o: fileio.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++mark.o: mark.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h mark.h extern.h ++misc.o: misc.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++resize.o: resize.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++socket.o: socket.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++search.o: search.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h mark.h extern.h ++tty.o: tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \ ++ layer.h term.h image.h display.h window.h extern.h ++term.o: term.c term.h ++window.o: window.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h logfile.h ++utmp.o: utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++loadav.o: loadav.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++putenv.o: putenv.c config.h ++help.o: help.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++termcap.o: termcap.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++input.o: input.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++attacher.o: attacher.c config.h screen.h os.h osdef.h ansi.h \ ++ acls.h comm.h layer.h term.h image.h display.h window.h extern.h ++pty.o: pty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \ ++ layer.h term.h image.h display.h window.h extern.h ++process.o: process.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h logfile.h ++display.o: display.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h braille.h ++comm.o: comm.c config.h acls.h comm.h ++kmapdef.o: kmapdef.c config.h ++acls.o: acls.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \ ++ layer.h term.h image.h display.h window.h extern.h ++braille.o: braille.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h braille.h ++braille_tsi.o: braille_tsi.c config.h screen.h os.h osdef.h ansi.h \ ++ acls.h comm.h layer.h term.h image.h display.h window.h extern.h \ ++ braille.h ++logfile.o: logfile.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h logfile.h ++layer.o: layer.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++sched.o: sched.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h logfile.h ++teln.o: teln.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++nethack.o: nethack.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h ++encoding.o: encoding.c config.h screen.h os.h osdef.h ansi.h acls.h \ ++ comm.h layer.h term.h image.h display.h window.h extern.h +diff --git a/configure b/configure +index 75675fc..d395c59 100755 +--- a/configure ++++ b/configure +@@ -1,82 +1,460 @@ + #! /bin/sh + # From configure.in Revision: 1.18 . + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.57. ++# Generated by GNU Autoconf 2.69. ++# ++# ++# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. ++# + # +-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 +-# Free Software Foundation, Inc. + # This configure script is free software; the Free Software Foundation + # gives unlimited permission to copy, distribute and modify it. +-## --------------------- ## +-## M4sh Initialization. ## +-## --------------------- ## ++## -------------------- ## ++## M4sh Initialization. ## ++## -------------------- ## + +-# Be Bourne compatible +-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then ++# Be more Bourne compatible ++DUALCASE=1; export DUALCASE # for MKS sh ++if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then +- set -o posix ++ setopt NO_GLOB_SUBST ++else ++ case `(set -o) 2>/dev/null` in #( ++ *posix*) : ++ set -o posix ;; #( ++ *) : ++ ;; ++esac + fi + +-# Support unset when possible. +-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then +- as_unset=unset +-else +- as_unset=false ++ ++as_nl=' ++' ++export as_nl ++# Printing a long string crashes Solaris 7 /usr/bin/printf. ++as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo ++# Prefer a ksh shell builtin over an external printf program on Solaris, ++# but without wasting forks for bash or zsh. ++if test -z "$BASH_VERSION$ZSH_VERSION" \ ++ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then ++ as_echo='print -r --' ++ as_echo_n='print -rn --' ++elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++else ++ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ++ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ++ as_echo_n='/usr/ucb/echo -n' ++ else ++ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' ++ as_echo_n_body='eval ++ arg=$1; ++ case $arg in #( ++ *"$as_nl"*) ++ expr "X$arg" : "X\\(.*\\)$as_nl"; ++ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ++ esac; ++ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ++ ' ++ export as_echo_n_body ++ as_echo_n='sh -c $as_echo_n_body as_echo' ++ fi ++ export as_echo_body ++ as_echo='sh -c $as_echo_body as_echo' ++fi ++ ++# The user is always right. ++if test "${PATH_SEPARATOR+set}" != set; then ++ PATH_SEPARATOR=: ++ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { ++ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || ++ PATH_SEPARATOR=';' ++ } + fi + + +-# Work around bugs in pre-3.0 UWIN ksh. +-$as_unset ENV MAIL MAILPATH ++# IFS ++# We need space, tab and new line, in precisely that order. Quoting is ++# there to prevent editors from complaining about space-tab. ++# (If _AS_PATH_WALK were called with IFS unset, it would disable word ++# splitting by setting IFS to empty value.) ++IFS=" "" $as_nl" ++ ++# Find who we are. Look in the path if we contain no directory separator. ++as_myself= ++case $0 in #(( ++ *[\\/]* ) as_myself=$0 ;; ++ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++for as_dir in $PATH ++do ++ IFS=$as_save_IFS ++ test -z "$as_dir" && as_dir=. ++ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break ++ done ++IFS=$as_save_IFS ++ ++ ;; ++esac ++# We did not find ourselves, most probably we were run as `sh COMMAND' ++# in which case we are not to be found in the path. ++if test "x$as_myself" = x; then ++ as_myself=$0 ++fi ++if test ! -f "$as_myself"; then ++ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 ++ exit 1 ++fi ++ ++# Unset variables that we do not need and which cause bugs (e.g. in ++# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" ++# suppresses any "Segmentation fault" message there. '((' could ++# trigger a bug in pdksh 5.2.14. ++for as_var in BASH_ENV ENV MAIL MAILPATH ++do eval test x\${$as_var+set} = xset \ ++ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : ++done + PS1='$ ' + PS2='> ' + PS4='+ ' + + # NLS nuisances. +-for as_var in \ +- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ +- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ +- LC_TELEPHONE LC_TIME ++LC_ALL=C ++export LC_ALL ++LANGUAGE=C ++export LANGUAGE ++ ++# CDPATH. ++(unset CDPATH) >/dev/null 2>&1 && unset CDPATH ++ ++# Use a proper internal environment variable to ensure we don't fall ++ # into an infinite loop, continuously re-executing ourselves. ++ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then ++ _as_can_reexec=no; export _as_can_reexec; ++ # We cannot yet assume a decent shell, so we have to provide a ++# neutralization value for shells without unset; and this also ++# works around shells that cannot unset nonexistent variables. ++# Preserve -v and -x to the replacement shell. ++BASH_ENV=/dev/null ++ENV=/dev/null ++(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV ++case $- in # (((( ++ *v*x* | *x*v* ) as_opts=-vx ;; ++ *v* ) as_opts=-v ;; ++ *x* ) as_opts=-x ;; ++ * ) as_opts= ;; ++esac ++exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} ++# Admittedly, this is quite paranoid, since all the known shells bail ++# out after a failed `exec'. ++$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 ++as_fn_exit 255 ++ fi ++ # We don't want this to propagate to other subprocesses. ++ { _as_can_reexec=; unset _as_can_reexec;} ++if test "x$CONFIG_SHELL" = x; then ++ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : ++ emulate sh ++ NULLCMD=: ++ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which ++ # is contrary to our usage. Disable this feature. ++ alias -g '\${1+\"\$@\"}'='\"\$@\"' ++ setopt NO_GLOB_SUBST ++else ++ case \`(set -o) 2>/dev/null\` in #( ++ *posix*) : ++ set -o posix ;; #( ++ *) : ++ ;; ++esac ++fi ++" ++ as_required="as_fn_return () { (exit \$1); } ++as_fn_success () { as_fn_return 0; } ++as_fn_failure () { as_fn_return 1; } ++as_fn_ret_success () { return 0; } ++as_fn_ret_failure () { return 1; } ++ ++exitcode=0 ++as_fn_success || { exitcode=1; echo as_fn_success failed.; } ++as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } ++as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } ++as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } ++if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : ++ ++else ++ exitcode=1; echo positional parameters were not saved. ++fi ++test x\$exitcode = x0 || exit 1 ++test -x / || exit 1" ++ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO ++ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO ++ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && ++ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 ++test \$(( 1 + 1 )) = 2 || exit 1" ++ if (eval "$as_required") 2>/dev/null; then : ++ as_have_required=yes ++else ++ as_have_required=no ++fi ++ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : ++ ++else ++ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++as_found=false ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH + do +- if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then +- eval $as_var=C; export $as_var ++ IFS=$as_save_IFS ++ test -z "$as_dir" && as_dir=. ++ as_found=: ++ case $as_dir in #( ++ /*) ++ for as_base in sh bash ksh sh5; do ++ # Try only shells that exist, to save several forks. ++ as_shell=$as_dir/$as_base ++ if { test -f "$as_shell" || test -f "$as_shell.exe"; } && ++ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : ++ CONFIG_SHELL=$as_shell as_have_required=yes ++ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : ++ break 2 ++fi ++fi ++ done;; ++ esac ++ as_found=false ++done ++$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && ++ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : ++ CONFIG_SHELL=$SHELL as_have_required=yes ++fi; } ++IFS=$as_save_IFS ++ ++ ++ if test "x$CONFIG_SHELL" != x; then : ++ export CONFIG_SHELL ++ # We cannot yet assume a decent shell, so we have to provide a ++# neutralization value for shells without unset; and this also ++# works around shells that cannot unset nonexistent variables. ++# Preserve -v and -x to the replacement shell. ++BASH_ENV=/dev/null ++ENV=/dev/null ++(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV ++case $- in # (((( ++ *v*x* | *x*v* ) as_opts=-vx ;; ++ *v* ) as_opts=-v ;; ++ *x* ) as_opts=-x ;; ++ * ) as_opts= ;; ++esac ++exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} ++# Admittedly, this is quite paranoid, since all the known shells bail ++# out after a failed `exec'. ++$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 ++exit 255 ++fi ++ ++ if test x$as_have_required = xno; then : ++ $as_echo "$0: This script requires a shell more modern than all" ++ $as_echo "$0: the shells that I found on your system." ++ if test x${ZSH_VERSION+set} = xset ; then ++ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" ++ $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else +- $as_unset $as_var ++ $as_echo "$0: Please tell bug-autoconf at gnu.org about your system, ++$0: including any error possibly output before this ++$0: message. Then install a modern shell, or manually run ++$0: the script under such a shell if you do have one." + fi +-done ++ exit 1 ++fi ++fi ++fi ++SHELL=${CONFIG_SHELL-/bin/sh} ++export SHELL ++# Unset more variables known to interfere with behavior of common tools. ++CLICOLOR_FORCE= GREP_OPTIONS= ++unset CLICOLOR_FORCE GREP_OPTIONS ++ ++## --------------------- ## ++## M4sh Shell Functions. ## ++## --------------------- ## ++# as_fn_unset VAR ++# --------------- ++# Portably unset VAR. ++as_fn_unset () ++{ ++ { eval $1=; unset $1;} ++} ++as_unset=as_fn_unset ++ ++# as_fn_set_status STATUS ++# ----------------------- ++# Set $? to STATUS, without forking. ++as_fn_set_status () ++{ ++ return $1 ++} # as_fn_set_status ++ ++# as_fn_exit STATUS ++# ----------------- ++# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. ++as_fn_exit () ++{ ++ set +e ++ as_fn_set_status $1 ++ exit $1 ++} # as_fn_exit ++ ++# as_fn_mkdir_p ++# ------------- ++# Create "$as_dir" as a directory, including parents if necessary. ++as_fn_mkdir_p () ++{ ++ ++ case $as_dir in #( ++ -*) as_dir=./$as_dir;; ++ esac ++ test -d "$as_dir" || eval $as_mkdir_p || { ++ as_dirs= ++ while :; do ++ case $as_dir in #( ++ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ++ *) as_qdir=$as_dir;; ++ esac ++ as_dirs="'$as_qdir' $as_dirs" ++ as_dir=`$as_dirname -- "$as_dir" || ++$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ++ X"$as_dir" : 'X\(//\)[^/]' \| \ ++ X"$as_dir" : 'X\(//\)$' \| \ ++ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || ++$as_echo X"$as_dir" | ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\/\)[^/].*/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\/\)$/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\).*/{ ++ s//\1/ ++ q ++ } ++ s/.*/./; q'` ++ test -d "$as_dir" && break ++ done ++ test -z "$as_dirs" || eval "mkdir $as_dirs" ++ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" ++ ++ ++} # as_fn_mkdir_p ++ ++# as_fn_executable_p FILE ++# ----------------------- ++# Test if FILE is an executable regular file. ++as_fn_executable_p () ++{ ++ test -f "$1" && test -x "$1" ++} # as_fn_executable_p ++# as_fn_append VAR VALUE ++# ---------------------- ++# Append the text in VALUE to the end of the definition contained in VAR. Take ++# advantage of any shell optimizations that allow amortized linear growth over ++# repeated appends, instead of the typical quadratic growth present in naive ++# implementations. ++if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : ++ eval 'as_fn_append () ++ { ++ eval $1+=\$2 ++ }' ++else ++ as_fn_append () ++ { ++ eval $1=\$$1\$2 ++ } ++fi # as_fn_append ++ ++# as_fn_arith ARG... ++# ------------------ ++# Perform arithmetic evaluation on the ARGs, and store the result in the ++# global $as_val. Take advantage of shells that can avoid forks. The arguments ++# must be portable across $(()) and expr. ++if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : ++ eval 'as_fn_arith () ++ { ++ as_val=$(( $* )) ++ }' ++else ++ as_fn_arith () ++ { ++ as_val=`expr "$@" || test $? -eq 1` ++ } ++fi # as_fn_arith ++ ++ ++# as_fn_error STATUS ERROR [LINENO LOG_FD] ++# ---------------------------------------- ++# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are ++# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ++# script with STATUS, using 1 if that was 0. ++as_fn_error () ++{ ++ as_status=$1; test $as_status -eq 0 && as_status=1 ++ if test "$4"; then ++ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 ++ fi ++ $as_echo "$as_me: error: $2" >&2 ++ as_fn_exit $as_status ++} # as_fn_error + +-# Required to use basename. +-if expr a : '\(a\)' >/dev/null 2>&1; then ++if expr a : '\(a\)' >/dev/null 2>&1 && ++ test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr + else + as_expr=false + fi + +-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then ++if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename + else + as_basename=false + fi + ++if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then ++ as_dirname=dirname ++else ++ as_dirname=false ++fi + +-# Name of the executable. +-as_me=`$as_basename "$0" || ++as_me=`$as_basename -- "$0" || + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ +- X"$0" : 'X\(/\)$' \| \ +- . : '\(.\)' 2>/dev/null || +-echo X/"$0" | +- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } +- /^X\/\(\/\/\)$/{ s//\1/; q; } +- /^X\/\(\/\).*/{ s//\1/; q; } +- s/.*/./; q'` +- ++ X"$0" : 'X\(/\)' \| . 2>/dev/null || ++$as_echo X/"$0" | ++ sed '/^.*\/\([^/][^/]*\)\/*$/{ ++ s//\1/ ++ q ++ } ++ /^X\/\(\/\/\)$/{ ++ s//\1/ ++ q ++ } ++ /^X\/\(\/\).*/{ ++ s//\1/ ++ q ++ } ++ s/.*/./; q'` + +-# PATH needs CR, and LINENO needs CR and PATH. + # Avoid depending upon Character Ranges. + as_cr_letters='abcdefghijklmnopqrstuvwxyz' + as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +@@ -84,185 +462,118 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS + as_cr_digits='0123456789' + as_cr_alnum=$as_cr_Letters$as_cr_digits + +-# The user is always right. +-if test "${PATH_SEPARATOR+set}" != set; then +- echo "#! /bin/sh" >conf$$.sh +- echo "exit 0" >>conf$$.sh +- chmod +x conf$$.sh +- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then +- PATH_SEPARATOR=';' +- else +- PATH_SEPARATOR=: +- fi +- rm -f conf$$.sh +-fi +- +- +- as_lineno_1=$LINENO +- as_lineno_2=$LINENO +- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` +- test "x$as_lineno_1" != "x$as_lineno_2" && +- test "x$as_lineno_3" = "x$as_lineno_2" || { +- # Find who we are. Look in the path if we contain no path at all +- # relative or not. +- case $0 in +- *[\\/]* ) as_myself=$0 ;; +- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $PATH +-do +- IFS=$as_save_IFS +- test -z "$as_dir" && as_dir=. +- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +-done +- +- ;; +- esac +- # We did not find ourselves, most probably we were run as `sh COMMAND' +- # in which case we are not to be found in the path. +- if test "x$as_myself" = x; then +- as_myself=$0 +- fi +- if test ! -f "$as_myself"; then +- { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 +- { (exit 1); exit 1; }; } +- fi +- case $CONFIG_SHELL in +- '') +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +-do +- IFS=$as_save_IFS +- test -z "$as_dir" && as_dir=. +- for as_base in sh bash ksh sh5; do +- case $as_dir in +- /*) +- if ("$as_dir/$as_base" -c ' +- as_lineno_1=$LINENO +- as_lineno_2=$LINENO +- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` +- test "x$as_lineno_1" != "x$as_lineno_2" && +- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then +- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } +- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } +- CONFIG_SHELL=$as_dir/$as_base +- export CONFIG_SHELL +- exec "$CONFIG_SHELL" "$0" ${1+"$@"} +- fi;; +- esac +- done +-done +-;; +- esac + +- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO +- # uniformly replaced by the line number. The first 'sed' inserts a +- # line-number line before each line; the second 'sed' does the real +- # work. The second script uses 'N' to pair each line-number line +- # with the numbered line, and appends trailing '-' during +- # substitution so that $LINENO is not a special case at line end. +- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the +- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) +- sed '=' <$as_myself | ++ as_lineno_1=$LINENO as_lineno_1a=$LINENO ++ as_lineno_2=$LINENO as_lineno_2a=$LINENO ++ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && ++ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { ++ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ++ sed -n ' ++ p ++ /[$]LINENO/= ++ ' <$as_myself | + sed ' ++ s/[$]LINENO.*/&-/ ++ t lineno ++ b ++ :lineno + N +- s,$,-, +- : loop +- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, ++ :loop ++ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop +- s,-$,, +- s,^['$as_cr_digits']*\n,, ++ s/-\n.*// + ' >$as_me.lineno && +- chmod +x $as_me.lineno || +- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 +- { (exit 1); exit 1; }; } ++ chmod +x "$as_me.lineno" || ++ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + ++ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have ++ # already done that, so ensure we don't try to do so again and fall ++ # in an infinite loop. This has already happened in practice. ++ _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the +- # original and so on. Autoconf is especially sensible to this). +- . ./$as_me.lineno ++ # original and so on. Autoconf is especially sensitive to this). ++ . "./$as_me.lineno" + # Exit status is that of the last command. + exit + } + +- +-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in +- *c*,-n*) ECHO_N= ECHO_C=' +-' ECHO_T=' ' ;; +- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; +- *) ECHO_N= ECHO_C='\c' ECHO_T= ;; ++ECHO_C= ECHO_N= ECHO_T= ++case `echo -n x` in #((((( ++-n*) ++ case `echo 'xy\c'` in ++ *c*) ECHO_T=' ';; # ECHO_T is single tab character. ++ xy) ECHO_C='\c';; ++ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ++ ECHO_T=' ';; ++ esac;; ++*) ++ ECHO_N='-n';; + esac + +-if expr a : '\(a\)' >/dev/null 2>&1; then +- as_expr=expr ++rm -f conf$$ conf$$.exe conf$$.file ++if test -d conf$$.dir; then ++ rm -f conf$$.dir/conf$$.file + else +- as_expr=false ++ rm -f conf$$.dir ++ mkdir conf$$.dir 2>/dev/null + fi +- +-rm -f conf$$ conf$$.exe conf$$.file +-echo >conf$$.file +-if ln -s conf$$.file conf$$ 2>/dev/null; then +- # We could just check for DJGPP; but this test a) works b) is more generic +- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). +- if test -f conf$$.exe; then +- # Don't use ln at all; we don't have any links +- as_ln_s='cp -p' +- else ++if (echo >conf$$.file) 2>/dev/null; then ++ if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' ++ # ... but there are two gotchas: ++ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. ++ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. ++ # In both cases, we have to default to `cp -pR'. ++ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || ++ as_ln_s='cp -pR' ++ elif ln conf$$.file conf$$ 2>/dev/null; then ++ as_ln_s=ln ++ else ++ as_ln_s='cp -pR' + fi +-elif ln conf$$.file conf$$ 2>/dev/null; then +- as_ln_s=ln + else +- as_ln_s='cp -p' ++ as_ln_s='cp -pR' + fi +-rm -f conf$$ conf$$.exe conf$$.file ++rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file ++rmdir conf$$.dir 2>/dev/null + + if mkdir -p . 2>/dev/null; then +- as_mkdir_p=: ++ as_mkdir_p='mkdir -p "$as_dir"' + else ++ test -d ./-p && rmdir ./-p + as_mkdir_p=false + fi + +-as_executable_p="test -f" ++as_test_x='test -x' ++as_executable_p=as_fn_executable_p + + # Sed expression to map a string onto a valid CPP name. +-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" ++as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + + # Sed expression to map a string onto a valid variable name. +-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" ++as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +-# IFS +-# We need space, tab and new line, in precisely that order. +-as_nl=' +-' +-IFS=" $as_nl" +- +-# CDPATH. +-$as_unset CDPATH +- ++test -n "$DJDIR" || exec 7<&0 &1 + + # Name of the host. +-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, ++# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, + # so uname gets run too. + ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +-exec 6>&1 +- + # + # Initializations. + # + ac_default_prefix=/usr/local ++ac_clean_files= + ac_config_libobj_dir=. ++LIBOBJS= + cross_compiling=no + subdirs= + MFLAGS= + MAKEFLAGS= +-SHELL=${CONFIG_SHELL-/bin/sh} +- +-# Maximum number of lines to put in a shell here document. +-# This variable seems obsolete. It should probably be removed, and +-# only ac_max_sed_lines should be used. +-: ${ac_max_here_lines=38} + + # Identity of this package. + PACKAGE_NAME= +@@ -270,51 +581,133 @@ PACKAGE_TARNAME= + PACKAGE_VERSION= + PACKAGE_STRING= + PACKAGE_BUGREPORT= ++PACKAGE_URL= + + ac_unique_file="screen.c" + # Factoring default headers for most tests. + ac_includes_default="\ + #include +-#if HAVE_SYS_TYPES_H ++#ifdef HAVE_SYS_TYPES_H + # include + #endif +-#if HAVE_SYS_STAT_H ++#ifdef HAVE_SYS_STAT_H + # include + #endif +-#if STDC_HEADERS ++#ifdef STDC_HEADERS + # include + # include + #else +-# if HAVE_STDLIB_H ++# ifdef HAVE_STDLIB_H + # include + # endif + #endif +-#if HAVE_STRING_H +-# if !STDC_HEADERS && HAVE_MEMORY_H ++#ifdef HAVE_STRING_H ++# if !defined STDC_HEADERS && defined HAVE_MEMORY_H + # include + # endif + # include + #endif +-#if HAVE_STRINGS_H ++#ifdef HAVE_STRINGS_H + # include + #endif +-#if HAVE_INTTYPES_H ++#ifdef HAVE_INTTYPES_H + # include +-#else +-# if HAVE_STDINT_H +-# include +-# endif + #endif +-#if HAVE_UNISTD_H ++#ifdef HAVE_STDINT_H ++# include ++#endif ++#ifdef HAVE_UNISTD_H + # include + #endif" + +-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS VERSION ac_prefix_program CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP AWK INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA WRITEPATH XTERMPATH LIBOBJS LTLIBOBJS' ++ac_subst_vars='LTLIBOBJS ++LIBOBJS ++XTERMPATH ++WRITEPATH ++INSTALL_DATA ++INSTALL_SCRIPT ++INSTALL_PROGRAM ++AWK ++EGREP ++GREP ++CPP ++OBJEXT ++EXEEXT ++ac_ct_CC ++CPPFLAGS ++LDFLAGS ++CFLAGS ++CC ++ac_prefix_program ++VERSION ++target_alias ++host_alias ++build_alias ++LIBS ++ECHO_T ++ECHO_N ++ECHO_C ++DEFS ++mandir ++localedir ++libdir ++psdir ++pdfdir ++dvidir ++htmldir ++infodir ++docdir ++oldincludedir ++includedir ++localstatedir ++sharedstatedir ++sysconfdir ++datadir ++datarootdir ++libexecdir ++sbindir ++bindir ++program_transform_name ++prefix ++exec_prefix ++PACKAGE_URL ++PACKAGE_BUGREPORT ++PACKAGE_STRING ++PACKAGE_VERSION ++PACKAGE_TARNAME ++PACKAGE_NAME ++PATH_SEPARATOR ++SHELL' + ac_subst_files='' ++ac_user_opts=' ++enable_option_checking ++enable_socket_dir ++with_socket_dir ++with_pty_mode ++with_pty_group ++enable_pam ++enable_use_locale ++enable_telnet ++enable_colors256 ++enable_rxvt_osc ++with_sys_screenrc ++' ++ ac_precious_vars='build_alias ++host_alias ++target_alias ++CC ++CFLAGS ++LDFLAGS ++LIBS ++CPPFLAGS ++CPP' ++ + + # Initialize some variables set by options. + ac_init_help= + ac_init_version=false ++ac_unrecognized_opts= ++ac_unrecognized_sep= + # The variables have the same names as the options, with + # dashes changed to underlines. + cache_file=/dev/null +@@ -337,34 +730,49 @@ x_libraries=NONE + # and all the variables that are supposed to be based on exec_prefix + # by default will actually change. + # Use braces instead of parens because sh, perl, etc. also accept them. ++# (The list follows the same order as the GNU Coding Standards.) + bindir='${exec_prefix}/bin' + sbindir='${exec_prefix}/sbin' + libexecdir='${exec_prefix}/libexec' +-datadir='${prefix}/share' ++datarootdir='${prefix}/share' ++datadir='${datarootdir}' + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var' +-libdir='${exec_prefix}/lib' + includedir='${prefix}/include' + oldincludedir='/usr/include' +-infodir='${prefix}/info' +-mandir='${prefix}/man' ++docdir='${datarootdir}/doc/${PACKAGE}' ++infodir='${datarootdir}/info' ++htmldir='${docdir}' ++dvidir='${docdir}' ++pdfdir='${docdir}' ++psdir='${docdir}' ++libdir='${exec_prefix}/lib' ++localedir='${datarootdir}/locale' ++mandir='${datarootdir}/man' + + ac_prev= ++ac_dashdash= + for ac_option + do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then +- eval "$ac_prev=\$ac_option" ++ eval $ac_prev=\$ac_option + ac_prev= + continue + fi + +- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` ++ case $ac_option in ++ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; ++ *=) ac_optarg= ;; ++ *) ac_optarg=yes ;; ++ esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + +- case $ac_option in ++ case $ac_dashdash$ac_option in ++ --) ++ ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; +@@ -386,33 +794,59 @@ do + --config-cache | -C) + cache_file=config.cache ;; + +- -datadir | --datadir | --datadi | --datad | --data | --dat | --da) ++ -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; +- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ +- | --da=*) ++ -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + ++ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ ++ | --dataroo | --dataro | --datar) ++ ac_prev=datarootdir ;; ++ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ ++ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) ++ datarootdir=$ac_optarg ;; ++ + -disable-* | --disable-*) +- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` ++ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. +- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && +- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 +- { (exit 1); exit 1; }; } +- ac_feature=`echo $ac_feature | sed 's/-/_/g'` +- eval "enable_$ac_feature=no" ;; ++ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && ++ as_fn_error $? "invalid feature name: $ac_useropt" ++ ac_useropt_orig=$ac_useropt ++ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ++ case $ac_user_opts in ++ *" ++"enable_$ac_useropt" ++"*) ;; ++ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ++ ac_unrecognized_sep=', ';; ++ esac ++ eval enable_$ac_useropt=no ;; ++ ++ -docdir | --docdir | --docdi | --doc | --do) ++ ac_prev=docdir ;; ++ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) ++ docdir=$ac_optarg ;; ++ ++ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ++ ac_prev=dvidir ;; ++ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) ++ dvidir=$ac_optarg ;; + + -enable-* | --enable-*) +- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` ++ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. +- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && +- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 +- { (exit 1); exit 1; }; } +- ac_feature=`echo $ac_feature | sed 's/-/_/g'` +- case $ac_option in +- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; +- *) ac_optarg=yes ;; ++ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && ++ as_fn_error $? "invalid feature name: $ac_useropt" ++ ac_useropt_orig=$ac_useropt ++ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ++ case $ac_user_opts in ++ *" ++"enable_$ac_useropt" ++"*) ;; ++ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ++ ac_unrecognized_sep=', ';; + esac +- eval "enable_$ac_feature='$ac_optarg'" ;; ++ eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ +@@ -439,6 +873,12 @@ do + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + ++ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ++ ac_prev=htmldir ;; ++ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ ++ | --ht=*) ++ htmldir=$ac_optarg ;; ++ + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; +@@ -463,13 +903,16 @@ do + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + ++ -localedir | --localedir | --localedi | --localed | --locale) ++ ac_prev=localedir ;; ++ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) ++ localedir=$ac_optarg ;; ++ + -localstatedir | --localstatedir | --localstatedi | --localstated \ +- | --localstate | --localstat | --localsta | --localst \ +- | --locals | --local | --loca | --loc | --lo) ++ | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ +- | --localstate=* | --localstat=* | --localsta=* | --localst=* \ +- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) ++ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) +@@ -534,6 +977,16 @@ do + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + ++ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ++ ac_prev=pdfdir ;; ++ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) ++ pdfdir=$ac_optarg ;; ++ ++ -psdir | --psdir | --psdi | --psd | --ps) ++ ac_prev=psdir ;; ++ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) ++ psdir=$ac_optarg ;; ++ + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; +@@ -584,26 +1037,36 @@ do + ac_init_version=: ;; + + -with-* | --with-*) +- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` ++ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. +- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && +- { echo "$as_me: error: invalid package name: $ac_package" >&2 +- { (exit 1); exit 1; }; } +- ac_package=`echo $ac_package| sed 's/-/_/g'` +- case $ac_option in +- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; +- *) ac_optarg=yes ;; ++ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && ++ as_fn_error $? "invalid package name: $ac_useropt" ++ ac_useropt_orig=$ac_useropt ++ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ++ case $ac_user_opts in ++ *" ++"with_$ac_useropt" ++"*) ;; ++ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ++ ac_unrecognized_sep=', ';; + esac +- eval "with_$ac_package='$ac_optarg'" ;; ++ eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) +- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` ++ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. +- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && +- { echo "$as_me: error: invalid package name: $ac_package" >&2 +- { (exit 1); exit 1; }; } +- ac_package=`echo $ac_package | sed 's/-/_/g'` +- eval "with_$ac_package=no" ;; ++ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && ++ as_fn_error $? "invalid package name: $ac_useropt" ++ ac_useropt_orig=$ac_useropt ++ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ++ case $ac_user_opts in ++ *" ++"with_$ac_useropt" ++"*) ;; ++ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ++ ac_unrecognized_sep=', ';; ++ esac ++ eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. +@@ -623,27 +1086,26 @@ do + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + +- -*) { echo "$as_me: error: unrecognized option: $ac_option +-Try \`$0 --help' for more information." >&2 +- { (exit 1); exit 1; }; } ++ -*) as_fn_error $? "unrecognized option: \`$ac_option' ++Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. +- expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && +- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 +- { (exit 1); exit 1; }; } +- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` +- eval "$ac_envvar='$ac_optarg'" ++ case $ac_envvar in #( ++ '' | [0-9]* | *[!_$as_cr_alnum]* ) ++ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; ++ esac ++ eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. +- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 ++ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && +- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 +- : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ++ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 ++ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +@@ -651,31 +1113,36 @@ done + + if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` +- { echo "$as_me: error: missing argument to $ac_option" >&2 +- { (exit 1); exit 1; }; } ++ as_fn_error $? "missing argument to $ac_option" + fi + +-# Be sure to have absolute paths. +-for ac_var in exec_prefix prefix +-do +- eval ac_val=$`echo $ac_var` +- case $ac_val in +- [\\/$]* | ?:[\\/]* | NONE | '' ) ;; +- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 +- { (exit 1); exit 1; }; };; ++if test -n "$ac_unrecognized_opts"; then ++ case $enable_option_checking in ++ no) ;; ++ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; ++ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +-done ++fi + +-# Be sure to have absolute paths. +-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ +- localstatedir libdir includedir oldincludedir infodir mandir ++# Check all directory arguments for consistency. ++for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ ++ datadir sysconfdir sharedstatedir localstatedir includedir \ ++ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ ++ libdir localedir mandir + do +- eval ac_val=$`echo $ac_var` ++ eval ac_val=\$$ac_var ++ # Remove trailing slashes. ++ case $ac_val in ++ */ ) ++ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` ++ eval $ac_var=\$ac_val;; ++ esac ++ # Be sure to have absolute directory names. + case $ac_val in +- [\\/$]* | ?:[\\/]* ) ;; +- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 +- { (exit 1); exit 1; }; };; ++ [\\/$]* | ?:[\\/]* ) continue;; ++ NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac ++ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" + done + + # There might be people who depend on the old broken behavior: `$host' +@@ -689,8 +1156,6 @@ target=$target_alias + if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe +- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. +- If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +@@ -702,74 +1167,72 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias- + test "$silent" = yes && exec 6>/dev/null + + ++ac_pwd=`pwd` && test -n "$ac_pwd" && ++ac_ls_di=`ls -di .` && ++ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || ++ as_fn_error $? "working directory cannot be determined" ++test "X$ac_ls_di" = "X$ac_pwd_ls_di" || ++ as_fn_error $? "pwd does not report name of working directory" ++ ++ + # Find the source files, if location was not specified. + if test -z "$srcdir"; then + ac_srcdir_defaulted=yes +- # Try the directory containing this script, then its parent. +- ac_confdir=`(dirname "$0") 2>/dev/null || +-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +- X"$0" : 'X\(//\)[^/]' \| \ +- X"$0" : 'X\(//\)$' \| \ +- X"$0" : 'X\(/\)' \| \ +- . : '\(.\)' 2>/dev/null || +-echo X"$0" | +- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } +- /^X\(\/\/\)[^/].*/{ s//\1/; q; } +- /^X\(\/\/\)$/{ s//\1/; q; } +- /^X\(\/\).*/{ s//\1/; q; } +- s/.*/./; q'` ++ # Try the directory containing this script, then the parent directory. ++ ac_confdir=`$as_dirname -- "$as_myself" || ++$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ++ X"$as_myself" : 'X\(//\)[^/]' \| \ ++ X"$as_myself" : 'X\(//\)$' \| \ ++ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || ++$as_echo X"$as_myself" | ++ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\/\)[^/].*/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\/\)$/{ ++ s//\1/ ++ q ++ } ++ /^X\(\/\).*/{ ++ s//\1/ ++ q ++ } ++ s/.*/./; q'` + srcdir=$ac_confdir +- if test ! -r $srcdir/$ac_unique_file; then ++ if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi + else + ac_srcdir_defaulted=no + fi +-if test ! -r $srcdir/$ac_unique_file; then +- if test "$ac_srcdir_defaulted" = yes; then +- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 +- { (exit 1); exit 1; }; } +- else +- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 +- { (exit 1); exit 1; }; } +- fi +-fi +-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || +- { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 +- { (exit 1); exit 1; }; } +-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` +-ac_env_build_alias_set=${build_alias+set} +-ac_env_build_alias_value=$build_alias +-ac_cv_env_build_alias_set=${build_alias+set} +-ac_cv_env_build_alias_value=$build_alias +-ac_env_host_alias_set=${host_alias+set} +-ac_env_host_alias_value=$host_alias +-ac_cv_env_host_alias_set=${host_alias+set} +-ac_cv_env_host_alias_value=$host_alias +-ac_env_target_alias_set=${target_alias+set} +-ac_env_target_alias_value=$target_alias +-ac_cv_env_target_alias_set=${target_alias+set} +-ac_cv_env_target_alias_value=$target_alias +-ac_env_CC_set=${CC+set} +-ac_env_CC_value=$CC +-ac_cv_env_CC_set=${CC+set} +-ac_cv_env_CC_value=$CC +-ac_env_CFLAGS_set=${CFLAGS+set} +-ac_env_CFLAGS_value=$CFLAGS +-ac_cv_env_CFLAGS_set=${CFLAGS+set} +-ac_cv_env_CFLAGS_value=$CFLAGS +-ac_env_LDFLAGS_set=${LDFLAGS+set} +-ac_env_LDFLAGS_value=$LDFLAGS +-ac_cv_env_LDFLAGS_set=${LDFLAGS+set} +-ac_cv_env_LDFLAGS_value=$LDFLAGS +-ac_env_CPPFLAGS_set=${CPPFLAGS+set} +-ac_env_CPPFLAGS_value=$CPPFLAGS +-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} +-ac_cv_env_CPPFLAGS_value=$CPPFLAGS +-ac_env_CPP_set=${CPP+set} +-ac_env_CPP_value=$CPP +-ac_cv_env_CPP_set=${CPP+set} +-ac_cv_env_CPP_value=$CPP ++if test ! -r "$srcdir/$ac_unique_file"; then ++ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." ++ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" ++fi ++ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ++ac_abs_confdir=`( ++ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" ++ pwd)` ++# When building in place, set srcdir=. ++if test "$ac_abs_confdir" = "$ac_pwd"; then ++ srcdir=. ++fi ++# Remove unnecessary trailing slashes from srcdir. ++# Double slashes in file names in object file debugging info ++# mess up M-x gdb in Emacs. ++case $srcdir in ++*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; ++esac ++for ac_var in $ac_precious_vars; do ++ eval ac_env_${ac_var}_set=\${${ac_var}+set} ++ eval ac_env_${ac_var}_value=\$${ac_var} ++ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} ++ eval ac_cv_env_${ac_var}_value=\$${ac_var} ++done + + # + # Report the --help message. +@@ -792,15 +1255,12 @@ Configuration: + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit +- -q, --quiet, --silent do not print \`checking...' messages ++ -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +-_ACEOF +- +- cat <<_ACEOF + Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] +@@ -815,18 +1275,25 @@ for instance \`--prefix=\$HOME'. + For better control, use the options below. + + Fine tuning of the installation directories: +- --bindir=DIR user executables [EPREFIX/bin] +- --sbindir=DIR system admin executables [EPREFIX/sbin] +- --libexecdir=DIR program executables [EPREFIX/libexec] +- --datadir=DIR read-only architecture-independent data [PREFIX/share] +- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] +- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] +- --localstatedir=DIR modifiable single-machine data [PREFIX/var] +- --libdir=DIR object code libraries [EPREFIX/lib] +- --includedir=DIR C header files [PREFIX/include] +- --oldincludedir=DIR C header files for non-gcc [/usr/include] +- --infodir=DIR info documentation [PREFIX/info] +- --mandir=DIR man documentation [PREFIX/man] ++ --bindir=DIR user executables [EPREFIX/bin] ++ --sbindir=DIR system admin executables [EPREFIX/sbin] ++ --libexecdir=DIR program executables [EPREFIX/libexec] ++ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] ++ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] ++ --localstatedir=DIR modifiable single-machine data [PREFIX/var] ++ --libdir=DIR object code libraries [EPREFIX/lib] ++ --includedir=DIR C header files [PREFIX/include] ++ --oldincludedir=DIR C header files for non-gcc [/usr/include] ++ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] ++ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] ++ --infodir=DIR info documentation [DATAROOTDIR/info] ++ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] ++ --mandir=DIR man documentation [DATAROOTDIR/man] ++ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] ++ --htmldir=DIR html documentation [DOCDIR] ++ --dvidir=DIR dvi documentation [DOCDIR] ++ --pdfdir=DIR pdf documentation [DOCDIR] ++ --psdir=DIR ps documentation [DOCDIR] + _ACEOF + + cat <<\_ACEOF +@@ -838,6 +1305,7 @@ if test -n "$ac_init_help"; then + cat <<\_ACEOF + + Optional Features: ++ --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-socket-dir disable system wide socket-dir and use ~/.screen instead +@@ -860,278 +1328,644 @@ Some influential environment variables: + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory +- CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have +- headers in a nonstandard directory ++ LIBS libraries to pass to the linker, e.g. -l ++ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if ++ you have headers in a nonstandard directory + CPP C preprocessor + + Use these variables to override the choices made by `configure' or to help + it to find libraries and programs with nonstandard names/locations. + ++Report bugs to the package provider. + _ACEOF ++ac_status=$? + fi + + if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. +- ac_popdir=`pwd` + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue +- test -d $ac_dir || continue ++ test -d "$ac_dir" || ++ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || ++ continue + ac_builddir=. + +-if test "$ac_dir" != .; then +- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` +- # A "../" for each directory in $ac_dir_suffix. +- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +-else +- ac_dir_suffix= ac_top_builddir= +-fi ++case "$ac_dir" in ++.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; ++*) ++ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` ++ # A ".." for each directory in $ac_dir_suffix. ++ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` ++ case $ac_top_builddir_sub in ++ "") ac_top_builddir_sub=. ac_top_build_prefix= ;; ++ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; ++ esac ;; ++esac ++ac_abs_top_builddir=$ac_pwd ++ac_abs_builddir=$ac_pwd$ac_dir_suffix ++# for backward compatibility: ++ac_top_builddir=$ac_top_build_prefix + + case $srcdir in +- .) # No --srcdir option. We are building in place. ++ .) # We are building in place. + ac_srcdir=. +- if test -z "$ac_top_builddir"; then +- ac_top_srcdir=. +- else +- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` +- fi ;; +- [\\/]* | ?:[\\/]* ) # Absolute path. ++ ac_top_srcdir=$ac_top_builddir_sub ++ ac_abs_top_srcdir=$ac_pwd ;; ++ [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; +- ac_top_srcdir=$srcdir ;; +- *) # Relative path. +- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix +- ac_top_srcdir=$ac_top_builddir$srcdir ;; ++ ac_top_srcdir=$srcdir ++ ac_abs_top_srcdir=$srcdir ;; ++ *) # Relative name. ++ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ++ ac_top_srcdir=$ac_top_build_prefix$srcdir ++ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; + esac +-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be +-# absolute. +-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` +-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` +-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` +-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` +- +- cd $ac_dir +- # Check for guested configure; otherwise get Cygnus style configure. +- if test -f $ac_srcdir/configure.gnu; then +- echo +- $SHELL $ac_srcdir/configure.gnu --help=recursive +- elif test -f $ac_srcdir/configure; then +- echo +- $SHELL $ac_srcdir/configure --help=recursive +- elif test -f $ac_srcdir/configure.ac || +- test -f $ac_srcdir/configure.in; then +- echo +- $ac_configure --help ++ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix ++ ++ cd "$ac_dir" || { ac_status=$?; continue; } ++ # Check for guested configure. ++ if test -f "$ac_srcdir/configure.gnu"; then ++ echo && ++ $SHELL "$ac_srcdir/configure.gnu" --help=recursive ++ elif test -f "$ac_srcdir/configure"; then ++ echo && ++ $SHELL "$ac_srcdir/configure" --help=recursive + else +- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 +- fi +- cd $ac_popdir ++ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 ++ fi || ac_status=$? ++ cd "$ac_pwd" || { ac_status=$?; break; } + done + fi + +-test -n "$ac_init_help" && exit 0 ++test -n "$ac_init_help" && exit $ac_status + if $ac_init_version; then + cat <<\_ACEOF ++configure ++generated by GNU Autoconf 2.69 + +-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 +-Free Software Foundation, Inc. ++Copyright (C) 2012 Free Software Foundation, Inc. + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + _ACEOF +- exit 0 ++ exit + fi +-exec 5>config.log +-cat >&5 <<_ACEOF +-This file contains any messages produced by compilers while +-running configure, to aid debugging if configure makes a mistake. + +-It was created by $as_me, which was +-generated by GNU Autoconf 2.57. Invocation command line was +- +- $ $0 $@ ++## ------------------------ ## ++## Autoconf initialization. ## ++## ------------------------ ## + +-_ACEOF ++# ac_fn_c_try_compile LINENO ++# -------------------------- ++# Try to compile conftest.$ac_ext, and return whether this succeeded. ++ac_fn_c_try_compile () + { +-cat <<_ASUNAME +-## --------- ## +-## Platform. ## +-## --------- ## ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ rm -f conftest.$ac_objext ++ if { { ac_try="$ac_compile" ++case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_compile") 2>conftest.err ++ ac_status=$? ++ if test -s conftest.err; then ++ grep -v '^ *+' conftest.err >conftest.er1 ++ cat conftest.er1 >&5 ++ mv -f conftest.er1 conftest.err ++ fi ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } && { ++ test -z "$ac_c_werror_flag" || ++ test ! -s conftest.err ++ } && test -s conftest.$ac_objext; then : ++ ac_retval=0 ++else ++ $as_echo "$as_me: failed program was:" >&5 ++sed 's/^/| /' conftest.$ac_ext >&5 + +-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +-uname -m = `(uname -m) 2>/dev/null || echo unknown` +-uname -r = `(uname -r) 2>/dev/null || echo unknown` +-uname -s = `(uname -s) 2>/dev/null || echo unknown` +-uname -v = `(uname -v) 2>/dev/null || echo unknown` ++ ac_retval=1 ++fi ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval + +-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +-/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` ++} # ac_fn_c_try_compile + +-/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +-/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +-hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +-/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +-/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +-/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` ++# ac_fn_c_try_cpp LINENO ++# ---------------------- ++# Try to preprocess conftest.$ac_ext, and return whether this succeeded. ++ac_fn_c_try_cpp () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ if { { ac_try="$ac_cpp conftest.$ac_ext" ++case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ++ ac_status=$? ++ if test -s conftest.err; then ++ grep -v '^ *+' conftest.err >conftest.er1 ++ cat conftest.er1 >&5 ++ mv -f conftest.er1 conftest.err ++ fi ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } > conftest.i && { ++ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || ++ test ! -s conftest.err ++ }; then : ++ ac_retval=0 ++else ++ $as_echo "$as_me: failed program was:" >&5 ++sed 's/^/| /' conftest.$ac_ext >&5 + +-_ASUNAME ++ ac_retval=1 ++fi ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval + +-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $PATH +-do +- IFS=$as_save_IFS +- test -z "$as_dir" && as_dir=. +- echo "PATH: $as_dir" +-done ++} # ac_fn_c_try_cpp + +-} >&5 ++# ac_fn_c_try_link LINENO ++# ----------------------- ++# Try to link conftest.$ac_ext, and return whether this succeeded. ++ac_fn_c_try_link () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ rm -f conftest.$ac_objext conftest$ac_exeext ++ if { { ac_try="$ac_link" ++case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_link") 2>conftest.err ++ ac_status=$? ++ if test -s conftest.err; then ++ grep -v '^ *+' conftest.err >conftest.er1 ++ cat conftest.er1 >&5 ++ mv -f conftest.er1 conftest.err ++ fi ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } && { ++ test -z "$ac_c_werror_flag" || ++ test ! -s conftest.err ++ } && test -s conftest$ac_exeext && { ++ test "$cross_compiling" = yes || ++ test -x conftest$ac_exeext ++ }; then : ++ ac_retval=0 ++else ++ $as_echo "$as_me: failed program was:" >&5 ++sed 's/^/| /' conftest.$ac_ext >&5 + +-cat >&5 <<_ACEOF ++ ac_retval=1 ++fi ++ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information ++ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would ++ # interfere with the next link command; also delete a directory that is ++ # left behind by Apple's compiler. We do this before executing the actions. ++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval + ++} # ac_fn_c_try_link + +-## ----------- ## +-## Core tests. ## +-## ----------- ## ++# ac_fn_c_try_run LINENO ++# ---------------------- ++# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes ++# that executables *can* be run. ++ac_fn_c_try_run () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ if { { ac_try="$ac_link" ++case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_link") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' ++ { { case "(($ac_try" in ++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; ++ *) ac_try_echo=$ac_try;; ++esac ++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" ++$as_echo "$ac_try_echo"; } >&5 ++ (eval "$ac_try") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; }; then : ++ ac_retval=0 ++else ++ $as_echo "$as_me: program exited with status $ac_status" >&5 ++ $as_echo "$as_me: failed program was:" >&5 ++sed 's/^/| /' conftest.$ac_ext >&5 + +-_ACEOF ++ ac_retval=$ac_status ++fi ++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ as_fn_set_status $ac_retval + ++} # ac_fn_c_try_run + +-# Keep a trace of the command line. +-# Strip out --no-create and --no-recursion so they do not pile up. +-# Strip out --silent because we don't want to record it for future runs. +-# Also quote any args containing shell meta-characters. +-# Make two passes to allow for proper duplicate-argument suppression. +-ac_configure_args= +-ac_configure_args0= +-ac_configure_args1= +-ac_sep= +-ac_must_keep_next=false +-for ac_pass in 1 2 +-do +- for ac_arg +- do +- case $ac_arg in ++# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES ++# ------------------------------------------------------- ++# Tests whether HEADER exists, giving a warning if it cannot be compiled using ++# the include files in INCLUDES and setting the cache variable VAR ++# accordingly. ++ac_fn_c_check_header_mongrel () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ if eval \${$3+:} false; then : ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 ++$as_echo_n "checking for $2... " >&6; } ++if eval \${$3+:} false; then : ++ $as_echo_n "(cached) " >&6 ++fi ++eval ac_res=\$$3 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 ++$as_echo "$ac_res" >&6; } ++else ++ # Is the header compilable? ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 ++$as_echo_n "checking $2 usability... " >&6; } ++cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++$4 ++#include <$2> ++_ACEOF ++if ac_fn_c_try_compile "$LINENO"; then : ++ ac_header_compiler=yes ++else ++ ac_header_compiler=no ++fi ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 ++$as_echo "$ac_header_compiler" >&6; } ++ ++# Is the header present? ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 ++$as_echo_n "checking $2 presence... " >&6; } ++cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++#include <$2> ++_ACEOF ++if ac_fn_c_try_cpp "$LINENO"; then : ++ ac_header_preproc=yes ++else ++ ac_header_preproc=no ++fi ++rm -f conftest.err conftest.i conftest.$ac_ext ++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 ++$as_echo "$ac_header_preproc" >&6; } ++ ++# So? What about this header? ++case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( ++ yes:no: ) ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 ++$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 ++$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ++ ;; ++ no:yes:* ) ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 ++$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 ++$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 ++$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 ++$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 ++$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ++ ;; ++esac ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 ++$as_echo_n "checking for $2... " >&6; } ++if eval \${$3+:} false; then : ++ $as_echo_n "(cached) " >&6 ++else ++ eval "$3=\$ac_header_compiler" ++fi ++eval ac_res=\$$3 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 ++$as_echo "$ac_res" >&6; } ++fi ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ ++} # ac_fn_c_check_header_mongrel ++ ++# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES ++# ------------------------------------------------------- ++# Tests whether HEADER exists and can be compiled using the include files in ++# INCLUDES, setting the cache variable VAR accordingly. ++ac_fn_c_check_header_compile () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 ++$as_echo_n "checking for $2... " >&6; } ++if eval \${$3+:} false; then : ++ $as_echo_n "(cached) " >&6 ++else ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++$4 ++#include <$2> ++_ACEOF ++if ac_fn_c_try_compile "$LINENO"; then : ++ eval "$3=yes" ++else ++ eval "$3=no" ++fi ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ++fi ++eval ac_res=\$$3 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 ++$as_echo "$ac_res" >&6; } ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ ++} # ac_fn_c_check_header_compile ++ ++# ac_fn_c_check_func LINENO FUNC VAR ++# ---------------------------------- ++# Tests whether FUNC exists, setting the cache variable VAR accordingly ++ac_fn_c_check_func () ++{ ++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 ++$as_echo_n "checking for $2... " >&6; } ++if eval \${$3+:} false; then : ++ $as_echo_n "(cached) " >&6 ++else ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++/* Define $2 to an innocuous variant, in case declares $2. ++ For example, HP-UX 11i declares gettimeofday. */ ++#define $2 innocuous_$2 ++ ++/* System header to define __stub macros and hopefully few prototypes, ++ which can conflict with char $2 (); below. ++ Prefer to if __STDC__ is defined, since ++ exists even on freestanding compilers. */ ++ ++#ifdef __STDC__ ++# include ++#else ++# include ++#endif ++ ++#undef $2 ++ ++/* Override any GCC internal prototype to avoid an error. ++ Use char because int might match the return type of a GCC ++ builtin and then its argument prototype would still apply. */ ++#ifdef __cplusplus ++extern "C" ++#endif ++char $2 (); ++/* The GNU C library defines this for functions which it implements ++ to always fail with ENOSYS. Some functions are actually named ++ something starting with __ and the normal name is an alias. */ ++#if defined __stub_$2 || defined __stub___$2 ++choke me ++#endif ++ ++int ++main () ++{ ++return $2 (); ++ ; ++ return 0; ++} ++_ACEOF ++if ac_fn_c_try_link "$LINENO"; then : ++ eval "$3=yes" ++else ++ eval "$3=no" ++fi ++rm -f core conftest.err conftest.$ac_objext \ ++ conftest$ac_exeext conftest.$ac_ext ++fi ++eval ac_res=\$$3 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 ++$as_echo "$ac_res" >&6; } ++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno ++ ++} # ac_fn_c_check_func ++cat >config.log <<_ACEOF ++This file contains any messages produced by compilers while ++running configure, to aid debugging if configure makes a mistake. ++ ++It was created by $as_me, which was ++generated by GNU Autoconf 2.69. Invocation command line was ++ ++ $ $0 $@ ++ ++_ACEOF ++exec 5>>config.log ++{ ++cat <<_ASUNAME ++## --------- ## ++## Platform. ## ++## --------- ## ++ ++hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` ++uname -m = `(uname -m) 2>/dev/null || echo unknown` ++uname -r = `(uname -r) 2>/dev/null || echo unknown` ++uname -s = `(uname -s) 2>/dev/null || echo unknown` ++uname -v = `(uname -v) 2>/dev/null || echo unknown` ++ ++/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` ++/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` ++ ++/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` ++/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` ++/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` ++/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` ++/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` ++/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` ++/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` ++ ++_ASUNAME ++ ++as_save_IFS=$IFS; IFS=$PATH_SEPARATOR ++for as_dir in $PATH ++do ++ IFS=$as_save_IFS ++ test -z "$as_dir" && as_dir=. ++ $as_echo "PATH: $as_dir" ++ done ++IFS=$as_save_IFS ++ ++} >&5 ++ ++cat >&5 <<_ACEOF ++ ++ ++## ----------- ## ++## Core tests. ## ++## ----------- ## ++ ++_ACEOF ++ ++ ++# Keep a trace of the command line. ++# Strip out --no-create and --no-recursion so they do not pile up. ++# Strip out --silent because we don't want to record it for future runs. ++# Also quote any args containing shell meta-characters. ++# Make two passes to allow for proper duplicate-argument suppression. ++ac_configure_args= ++ac_configure_args0= ++ac_configure_args1= ++ac_must_keep_next=false ++for ac_pass in 1 2 ++do ++ for ac_arg ++ do ++ case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; +- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) +- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ++ *\'*) ++ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in +- 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; ++ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) +- ac_configure_args1="$ac_configure_args1 '$ac_arg'" ++ as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then +- ac_must_keep_next=false # Got value, back to normal. ++ ac_must_keep_next=false # Got value, back to normal. + else +- case $ac_arg in +- *=* | --config-cache | -C | -disable-* | --disable-* \ +- | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ +- | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ +- | -with-* | --with-* | -without-* | --without-* | --x) +- case "$ac_configure_args0 " in +- "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; +- esac +- ;; +- -* ) ac_must_keep_next=true ;; +- esac ++ case $ac_arg in ++ *=* | --config-cache | -C | -disable-* | --disable-* \ ++ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ ++ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ ++ | -with-* | --with-* | -without-* | --without-* | --x) ++ case "$ac_configure_args0 " in ++ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; ++ esac ++ ;; ++ -* ) ac_must_keep_next=true ;; ++ esac + fi +- ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" +- # Get rid of the leading space. +- ac_sep=" " ++ as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done + done +-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } ++{ ac_configure_args0=; unset ac_configure_args0;} ++{ ac_configure_args1=; unset ac_configure_args1;} + + # When interrupted or exit'd, cleanup temporary files, and complete + # config.log. We remove comments because anyway the quotes in there + # would cause problems or look ugly. +-# WARNING: Be sure not to use single quotes in there, as some shells, +-# such as our DU 5.0 friend, will then `close' the trap. ++# WARNING: Use '\'' to represent an apostrophe within the trap. ++# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. + trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + +- cat <<\_ASBOX +-## ---------------- ## ++ $as_echo "## ---------------- ## + ## Cache variables. ## +-## ---------------- ## +-_ASBOX ++## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +-{ ++( ++ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do ++ eval ac_val=\$$ac_var ++ case $ac_val in #( ++ *${as_nl}*) ++ case $ac_var in #( ++ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 ++$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ++ esac ++ case $ac_var in #( ++ _ | IFS | as_nl) ;; #( ++ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( ++ *) { eval $ac_var=; unset $ac_var;} ;; ++ esac ;; ++ esac ++ done + (set) 2>&1 | +- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in +- *ac_space=\ *) ++ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( ++ *${as_nl}ac_space=\ *) + sed -n \ +- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; +- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" +- ;; ++ "s/'\''/'\''\\\\'\'''\''/g; ++ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ++ ;; #( + *) +- sed -n \ +- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ++ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; +- esac; +-} ++ esac | ++ sort ++) + echo + +- cat <<\_ASBOX +-## ----------------- ## ++ $as_echo "## ----------------- ## + ## Output variables. ## +-## ----------------- ## +-_ASBOX ++## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do +- eval ac_val=$`echo $ac_var` +- echo "$ac_var='"'"'$ac_val'"'"'" ++ eval ac_val=\$$ac_var ++ case $ac_val in ++ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ++ esac ++ $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then +- cat <<\_ASBOX +-## ------------- ## +-## Output files. ## +-## ------------- ## +-_ASBOX ++ $as_echo "## ------------------- ## ++## File substitutions. ## ++## ------------------- ##" + echo + for ac_var in $ac_subst_files + do +- eval ac_val=$`echo $ac_var` +- echo "$ac_var='"'"'$ac_val'"'"'" ++ eval ac_val=\$$ac_var ++ case $ac_val in ++ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ++ esac ++ $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then +- cat <<\_ASBOX +-## ----------- ## ++ $as_echo "## ----------- ## + ## confdefs.h. ## +-## ----------- ## +-_ASBOX ++## ----------- ##" + echo +- sed "/^$/d" confdefs.h | sort ++ cat confdefs.h + echo + fi + test "$ac_signal" != 0 && +- echo "$as_me: caught signal $ac_signal" +- echo "$as_me: exit $exit_status" ++ $as_echo "$as_me: caught signal $ac_signal" ++ $as_echo "$as_me: exit $exit_status" + } >&5 +- rm -f core core.* *.core && +- rm -rf conftest* confdefs* conf$$* $ac_clean_files && ++ rm -f core *.core core.conftest.* && ++ rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +- ' 0 ++' 0 + for ac_signal in 1 2 13 15; do +- trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal ++ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal + done + ac_signal=0 + + # confdefs.h avoids OS command line length limits that DEFS can exceed. +-rm -rf conftest* confdefs.h +-# AIX cpp loses on an empty file, so make sure it contains at least a newline. +-echo >confdefs.h ++rm -f -r conftest* confdefs.h ++ ++$as_echo "/* confdefs.h */" > confdefs.h + + # Predefined preprocessor variables. + +@@ -1139,112 +1973,137 @@ cat >>confdefs.h <<_ACEOF + #define PACKAGE_NAME "$PACKAGE_NAME" + _ACEOF + +- + cat >>confdefs.h <<_ACEOF + #define PACKAGE_TARNAME "$PACKAGE_TARNAME" + _ACEOF + +- + cat >>confdefs.h <<_ACEOF + #define PACKAGE_VERSION "$PACKAGE_VERSION" + _ACEOF + +- + cat >>confdefs.h <<_ACEOF + #define PACKAGE_STRING "$PACKAGE_STRING" + _ACEOF + +- + cat >>confdefs.h <<_ACEOF + #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" + _ACEOF + ++cat >>confdefs.h <<_ACEOF ++#define PACKAGE_URL "$PACKAGE_URL" ++_ACEOF ++ + + # Let the site file select an alternate cache file if it wants to. +-# Prefer explicitly selected file to automatically selected ones. +-if test -z "$CONFIG_SITE"; then +- if test "x$prefix" != xNONE; then +- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" +- else +- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +- fi ++# Prefer an explicitly selected file to automatically selected ones. ++ac_site_file1=NONE ++ac_site_file2=NONE ++if test -n "$CONFIG_SITE"; then ++ # We do not want a PATH search for config.site. ++ case $CONFIG_SITE in #(( ++ -*) ac_site_file1=./$CONFIG_SITE;; ++ */*) ac_site_file1=$CONFIG_SITE;; ++ *) ac_site_file1=./$CONFIG_SITE;; ++ esac ++elif test "x$prefix" != xNONE; then ++ ac_site_file1=$prefix/share/config.site ++ ac_site_file2=$prefix/etc/config.site ++else ++ ac_site_file1=$ac_default_prefix/share/config.site ++ ac_site_file2=$ac_default_prefix/etc/config.site + fi +-for ac_site_file in $CONFIG_SITE; do +- if test -r "$ac_site_file"; then +- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +-echo "$as_me: loading site script $ac_site_file" >&6;} ++for ac_site_file in "$ac_site_file1" "$ac_site_file2" ++do ++ test "x$ac_site_file" = xNONE && continue ++ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 ++$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 +- . "$ac_site_file" ++ . "$ac_site_file" \ ++ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 ++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ++as_fn_error $? "failed to load site script $ac_site_file ++See \`config.log' for more details" "$LINENO" 5; } + fi + done + + if test -r "$cache_file"; then +- # Some versions of bash will fail to source /dev/null (special +- # files actually), so we avoid doing that. +- if test -f "$cache_file"; then +- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +-echo "$as_me: loading cache $cache_file" >&6;} ++ # Some versions of bash will fail to source /dev/null (special files ++ # actually), so we avoid doing that. DJGPP emulates it as a regular file. ++ if test /dev/null != "$cache_file" && test -f "$cache_file"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 ++$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in +- [\\/]* | ?:[\\/]* ) . $cache_file;; +- *) . ./$cache_file;; ++ [\\/]* | ?:[\\/]* ) . "$cache_file";; ++ *) . "./$cache_file";; + esac + fi + else +- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +-echo "$as_me: creating cache $cache_file" >&6;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 ++$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file + fi + + # Check that the precious variables saved in the cache have kept the same + # value. + ac_cache_corrupted=false +-for ac_var in `(set) 2>&1 | +- sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do ++for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set +- eval ac_old_val="\$ac_cv_env_${ac_var}_value" +- eval ac_new_val="\$ac_env_${ac_var}_value" ++ eval ac_old_val=\$ac_cv_env_${ac_var}_value ++ eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) +- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 ++$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) +- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 ++$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then +- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} +- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +-echo "$as_me: former value: $ac_old_val" >&2;} +- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +-echo "$as_me: current value: $ac_new_val" >&2;} +- ac_cache_corrupted=: ++ # differences in whitespace do not lead to failure. ++ ac_old_val_w=`echo x $ac_old_val` ++ ac_new_val_w=`echo x $ac_new_val` ++ if test "$ac_old_val_w" != "$ac_new_val_w"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 ++$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ++ ac_cache_corrupted=: ++ else ++ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 ++$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} ++ eval $ac_var=\$ac_old_val ++ fi ++ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 ++$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 ++$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in +- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) +- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; ++ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. +- *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; ++ *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi + done + if $ac_cache_corrupted; then +- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +-echo "$as_me: error: changes in the environment can compromise the build" >&2;} +- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} +- { (exit 1); exit 1; }; } ++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 ++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ++ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 ++$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} ++ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 + fi ++## -------------------- ## ++## Main body of script. ## ++## -------------------- ## + + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' +@@ -1253,24 +2112,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ac_config_headers="$ac_config_headers config.h" ++ac_config_headers="$ac_config_headers config.h" + + + +@@ -1282,13 +2124,13 @@ echo "this is screen version $VERSION" 1>&6 + + + if test "x$prefix" = xNONE; then +- echo $ECHO_N "checking for prefix by $ECHO_C" >&6 ++ $as_echo_n "checking for prefix by " >&6 + # Extract the first word of "screen", so it can be a program name with args. + set dummy screen; ac_word=$2 +-echo "$as_me:$LINENO: checking for $ac_word" >&5 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +-if test "${ac_cv_path_ac_prefix_program+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ++$as_echo_n "checking for $ac_word... " >&6; } ++if ${ac_cv_path_ac_prefix_program+:} false; then : ++ $as_echo_n "(cached) " >&6 + else + case $ac_prefix_program in + [\\/]* | ?:[\\/]*) +@@ -1300,64 +2142,87 @@ for as_dir in $PATH + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. +- for ac_exec_ext in '' $ac_executable_extensions; do +- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ++ for ac_exec_ext in '' $ac_executable_extensions; do ++ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_prefix_program="$as_dir/$ac_word$ac_exec_ext" +- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ++ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi + done +-done ++ done ++IFS=$as_save_IFS + + ;; + esac + fi + ac_prefix_program=$ac_cv_path_ac_prefix_program +- + if test -n "$ac_prefix_program"; then +- echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 +-echo "${ECHO_T}$ac_prefix_program" >&6 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prefix_program" >&5 ++$as_echo "$ac_prefix_program" >&6; } + else +- echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } + fi + +- if test -n $ac_prefix_program; then +- prefix=`(dirname "$ac_prefix_program") 2>/dev/null || ++ ++ if test -n "$ac_prefix_program"; then ++ prefix=`$as_dirname -- "$ac_prefix_program" || + $as_expr X"$ac_prefix_program" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +- X"$ac_prefix_program" : 'X\(//\)[^/]' \| \ +- X"$ac_prefix_program" : 'X\(//\)$' \| \ +- X"$ac_prefix_program" : 'X\(/\)' \| \ +- . : '\(.\)' 2>/dev/null || +-echo X"$ac_prefix_program" | +- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } +- /^X\(\/\/\)[^/].*/{ s//\1/; q; } +- /^X\(\/\/\)$/{ s//\1/; q; } +- /^X\(\/\).*/{ s//\1/; q; } +- s/.*/./; q'` +- prefix=`(dirname "$prefix") 2>/dev/null || @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From wahwah at users.sourceforge.net Sat Aug 25 00:14:51 2012 From: wahwah at users.sourceforge.net (wahwah at users.sourceforge.net) Date: Fri, 24 Aug 2012 22:14:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[19089] csw/mgar/pkg/mysql5/branches/mysql-5.5.x Message-ID: Revision: 19089 http://gar.svn.sourceforge.net/gar/?rev=19089&view=rev Author: wahwah Date: 2012-08-24 22:14:50 +0000 (Fri, 24 Aug 2012) Log Message: ----------- mysql5/branches/mysql-5.5.x: version bump to 5.5.27 Modified Paths: -------------- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2012-08-24 19:09:45 UTC (rev 19088) +++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2012-08-24 22:14:50 UTC (rev 19089) @@ -13,7 +13,7 @@ PROJ_NAME = mysql NAME = $(PROJ_NAME)5 BASE_VERSION = 5.5 -PATCHLEVEL = 25a +PATCHLEVEL = 27 ALTS_PRIO = 55 VERSION = $(BASE_VERSION).$(PATCHLEVEL) CATEGORIES = server Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums =================================================================== --- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums 2012-08-24 19:09:45 UTC (rev 19088) +++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/checksums 2012-08-24 22:14:50 UTC (rev 19089) @@ -1 +1 @@ -0841fbc79872c5f467d8c8842f45257a mysql-5.5.25a.tar.gz +82baf46acfced6eef072e9d8a479c86e mysql-5.5.27.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From romeotheriault at users.sourceforge.net Sat Aug 25 05:13:49 2012 From: romeotheriault at users.sourceforge.net (romeotheriault at users.sourceforge.net) Date: Sat, 25 Aug 2012 03:13:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[19090] csw/mgar/pkg/lang-python Message-ID: Revision: 19090 http://gar.svn.sourceforge.net/gar/?rev=19090&view=rev Author: romeotheriault Date: 2012-08-25 03:13:49 +0000 (Sat, 25 Aug 2012) Log Message: ----------- lang-python/msgpack-python/trunk: Initial commit of msgpack-python Added Paths: ----------- csw/mgar/pkg/lang-python/msgpack-python/ csw/mgar/pkg/lang-python/msgpack-python/Makefile csw/mgar/pkg/lang-python/msgpack-python/branches/ csw/mgar/pkg/lang-python/msgpack-python/tags/ csw/mgar/pkg/lang-python/msgpack-python/trunk/ csw/mgar/pkg/lang-python/msgpack-python/trunk/Makefile csw/mgar/pkg/lang-python/msgpack-python/trunk/checksums csw/mgar/pkg/lang-python/msgpack-python/trunk/files/ csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0001-dont-use-stdbool-and-use-inttypes-on-solaris9.patch csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0002-Dont-use-case-range.patch Added: csw/mgar/pkg/lang-python/msgpack-python/Makefile =================================================================== --- csw/mgar/pkg/lang-python/msgpack-python/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/msgpack-python/Makefile 2012-08-25 03:13:49 UTC (rev 19090) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/lang-python/msgpack-python/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/lang-python/msgpack-python/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/msgpack-python/trunk/Makefile (rev 0) +++ csw/mgar/pkg/lang-python/msgpack-python/trunk/Makefile 2012-08-25 03:13:49 UTC (rev 19090) @@ -0,0 +1,25 @@ +NAME = msgpack-python +VERSION = 0.2.1 +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = MessagePack (de)serializer for Python. +define BLURB + MessagePack is a binary-based efficient data interchange format that is + focused on high performance. It is like JSON, but very fast and small. +endef + +MASTER_SITES = http://pypi.python.org/packages/source/m/msgpack-python/ +DISTFILES = $(DISTNAME).tar.gz + +VENDOR_URL = http://pypi.python.org/pypi/msgpack-python/ + +RUNTIME_DEP_PKGS_CSWpy-msgpack-python += CSWlibpython2-6-1-0 +#CHECKPKG_OVERRIDES_CSWpy-msgpack-python += pkginfo-opencsw-repository-uncommitted + +PATCHFILES += 0001-dont-use-stdbool-and-use-inttypes-on-solaris9.patch +PATCHFILES += 0002-Dont-use-case-range.patch + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Property changes on: csw/mgar/pkg/lang-python/msgpack-python/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/lang-python/msgpack-python/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/msgpack-python/trunk/checksums (rev 0) +++ csw/mgar/pkg/lang-python/msgpack-python/trunk/checksums 2012-08-25 03:13:49 UTC (rev 19090) @@ -0,0 +1 @@ +dbaf026487da6c5302c51a715e36a4e0 msgpack-python-0.2.1.tar.gz Added: csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0001-dont-use-stdbool-and-use-inttypes-on-solaris9.patch =================================================================== --- csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0001-dont-use-stdbool-and-use-inttypes-on-solaris9.patch (rev 0) +++ csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0001-dont-use-stdbool-and-use-inttypes-on-solaris9.patch 2012-08-25 03:13:49 UTC (rev 19090) @@ -0,0 +1,35 @@ +From e51c67de7f6e4005226ee0586b3f7df733953cdc Mon Sep 17 00:00:00 2001 +From: Romeo Theriault +Date: Sat, 25 Aug 2012 05:00:20 +0200 +Subject: [PATCH] dont use stdbool and use inttypes on solaris9 + +--- + msgpack/sysdep.h | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + +diff --git a/msgpack/sysdep.h b/msgpack/sysdep.h +index 4fedbd8..73ba45d 100644 +--- a/msgpack/sysdep.h ++++ b/msgpack/sysdep.h +@@ -32,8 +32,17 @@ typedef unsigned __int64 uint64_t; + #elif defined(_MSC_VER) // && _MSC_VER >= 1600 + #include + #else ++#ifdef HAVE_STDINT_H + #include +-#include ++#else ++#ifdef HAVE_INTTYPES_H ++#include ++#endif ++#endif ++/* #include */ ++#define bool int ++#define false 0 ++#define true 1 + #endif + + #ifdef _WIN32 +-- +1.7.11.3 + Added: csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0002-Dont-use-case-range.patch =================================================================== --- csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0002-Dont-use-case-range.patch (rev 0) +++ csw/mgar/pkg/lang-python/msgpack-python/trunk/files/0002-Dont-use-case-range.patch 2012-08-25 03:13:49 UTC (rev 19090) @@ -0,0 +1,28 @@ +From dbf9d0c63719b114bd938e5d34dd08f08c0c20d4 Mon Sep 17 00:00:00 2001 +From: Romeo Theriault +Date: Fri, 24 Aug 2012 09:42:20 +0200 +Subject: [PATCH] Dont use case range + +--- + msgpack/unpack_template.h | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/msgpack/unpack_template.h b/msgpack/unpack_template.h +index b844a24..1add413 100644 +--- a/msgpack/unpack_template.h ++++ b/msgpack/unpack_template.h +@@ -40,11 +40,6 @@ + #error msgpack_unpack_user type is not defined + #endif + +-#ifndef USE_CASE_RANGE +-#if !defined(_MSC_VER) +-#define USE_CASE_RANGE +-#endif +-#endif + + msgpack_unpack_struct_decl(_stack) { + msgpack_unpack_object obj; +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Sat Aug 25 09:46:35 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Sat, 25 Aug 2012 07:46:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[19091] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 19091 http://gar.svn.sourceforge.net/gar/?rev=19091&view=rev Author: guengel Date: 2012-08-25 07:46:35 +0000 (Sat, 25 Aug 2012) Log Message: ----------- glib2/trunk: Builds and passes tests on isa-pentium_pro. Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile csw/mgar/pkg/glib2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch Removed Paths: ------------- csw/mgar/pkg/glib2/trunk/files/0002-Make-glib-work-with-zoneinfo-version-1.patch csw/mgar/pkg/glib2/trunk/files/0007-Fix-configure-_XOPEN_SOURCE.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2012-08-25 03:13:49 UTC (rev 19090) +++ csw/mgar/pkg/glib2/trunk/Makefile 2012-08-25 07:46:35 UTC (rev 19091) @@ -6,7 +6,7 @@ # should make it pass, though. --raos NAME = glib -VERSION = 2.30.2 +VERSION = 2.32.4 CATEGORIES = lib GARTYPE = v2 GARCOMPILER = SOS12U1 @@ -21,21 +21,18 @@ MASTER_SITES = $(GNOME_MIRROR) -DISTFILES = $(NAME)-$(VERSION).tar.bz2 +DISTFILES = $(NAME)-$(VERSION).tar.xz # Reported: https://bugzilla.gnome.org/show_bug.cgi?id=668973. New in glib-2.30.2 -PATCHFILES += 0001-Disable-inf-nan-mini-test.patch +# PATCHFILES += 0001-Disable-inf-nan-mini-test.patch # The test looks for sh and expects it to be in /bin, but it is found # in /opt/csw/bin. So the patch makes it look for svcs. New in glib-2.30.2 -PATCHFILES += 0002-Replace-sh-by-svcs-in-utils-find-program.patch -# Patch from glib-2.28.8 -PATCHFILES += 0002-Make-glib-work-with-zoneinfo-version-1.patch +#PATCHFILES += 0002-Replace-sh-by-svcs-in-utils-find-program.patch # Disabled. Need to report, but wait on outcome on x86. -PATCHFILES += 0004-Disable-check-glib-642026-ec.patch +#PATCHFILES += 0004-Disable-check-glib-642026-ec.patch # PATCHFILES = 0001-Use-proper-locale-for-collate-tests.patch -# PATCHFILES += 0003-Ad-hoc-macro-for-comparing-double.patch # PATCHFILES += 0004-Use-smtp-instead-of-http-in-network-address-test.patch # PATCHFILES += 0005-Fix-hard-coded-paths.patch # PATCHFILES += 0006-Fix-path-to-dbus-machine-id.patch @@ -46,7 +43,6 @@ # PATCHFILES += 0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch # PATCHFILES += 0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch # PATCHFILES += 0012-Use-proper-locale-for-collate-tests-2.patch -# PATCHFILES += 0013-Fix-test-shell-script.patch # PATCHFILES += 0019-Fix-gdbus-peer-tests.patch # # Disable test on sparc v9 # # https://bugzilla.gnome.org/show_bug.cgi?id=660638 @@ -57,7 +53,6 @@ # PATCHFILES += 0015-Do-not-ellipses-in-switch-cases.patch # PATCHFILES += 0016-Format-string-for-Solaris-lt.-10u9.patch # PATCHFILES += 0017-Disable-gapplication-gapplication-basic-test.patch -# PATCHFILES += 0017-Fix-disable-testglib-tests.patch # PATCHFILES += 0018-Disable-gdbus-connection-large_message-on-sparc.patch # PATCHFILES += 0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch # PATCHFILES += 0019-Disable-volumemonitor-tests.patch @@ -67,6 +62,35 @@ # # SPARCv9 Specific Patches # PATCHFILES_isa-sparcv9 += 0023-Disable-run-assert-msg-test.sh.patch +# +# Build patches +# + +# New for 2.32.4 +PATCHFILES += 0001-Remove-pthread-from-LDFLAGS.patch +PATCHFILES += 0002-Include-sys-filio.h-to-provide-FIONREAD.patch + +# +# Test patches +# +PATCHFILES += 0003-Ad-hoc-macro-for-comparing-double.patch +# Needs to be reported +PATCHFILES += 0005-Disable-test-gobject-param-implement.patch +# gdbus/peer-to-peer needs to be reported +PATCHFILES += 0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch +# Needs to be reported +PATCHFILES += 0009-Disable-file-async-create-delete-checks.patch +PATCHFILES += 0008-Change-shell-to-bash-in-test-shell-scripts.patch +PATCHFILES += 0010-Fix-locale-for-unicode-collate-test.patch +# Needs to be reported +PATCHFILES += 0017-Fix-disable-testglib-tests.patch + +# +# Patches to fit glib into Solaris environment +# +PATCHFILES += 0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch +PATCHFILES += 0003-Make-glib-work-with-zoneinfo-version-1.patch + PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 @@ -155,8 +179,9 @@ CATALOGNAME_CSWglib2devel = glib2_devel_stub -BUILD_DEP_PKGS = CSWggettext CSWlibiconv-dev CSWlibffi-dev -BUILD_DEP_PKGS += CSWlibdbus-dev CSWlibgamin-dev +BUILD_DEP_PKGS = CSWggettext-dev CSWlibiconv-dev CSWlibffi-dev +BUILD_DEP_PKGS += CSWlibdbus-dev CSWdbus CSWlibgamin-dev CSWgamin +BUILD_DEP_PKGS += CSWpy-gobject CSWpkgconfig CSWlibpcre-dev CSWdskutl # To make the tests working BUILD_DEP_PKGS += CSWpython CSWdbuspython CSWsharedmimeinfo # This is used to adjust paths in documentation @@ -166,7 +191,7 @@ LD_OPTIONS = EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS) -EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 +EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 -D__EXTENSIONS__ # -D_XOPEN_SOURCE=600 #EXTRA_CFLAGS-5.10 += -xc99 -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -D_XPG6 #EXTRA_CFLAGS += $(EXTRA_CFLAGS-$(GAROSREL)) @@ -175,20 +200,28 @@ BUILD64 = 1 +# Glib 2.32.4 won't compile and abort with a message from sys/elf.h: +# +# "/usr/include/libelf.h", line 23: #error: "large files are not supported by libelf" +# +# so, I decided to disable-largefile support for 32bit libs, instead of patching up the code. +CONFIGURE_ARGS-32 = --disable-largefile +CONFIGURE_ARGS-64 = + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libiconv=gnu -CONFIGURE_ARGS += --with-pcre=included +CONFIGURE_ARGS += --with-pcre=system CONFIGURE_ARGS += --enable-included-printf -CONFIGURE_ARGS += --enable-threads CONFIGURE_ARGS += --with-threads=posix CONFIGURE_ARGS += --disable-silent-rules -# CONFIGURE_ARGS += --enable-static +CONFIGURE_ARGS += --disable-Bsymbolic +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) + # DTrace compilation fails, disable for now CONFIGURE_ARGS += --disable-dtrace -# DEBUGGING -CONFIGURE_ARGS += --enable-debug=yes +$(warning "remove when done!") EXTRA_CFLAGS += -xO0 -g # Those are to make the checks work Modified: csw/mgar/pkg/glib2/trunk/checksums =================================================================== --- csw/mgar/pkg/glib2/trunk/checksums 2012-08-25 03:13:49 UTC (rev 19090) +++ csw/mgar/pkg/glib2/trunk/checksums 2012-08-25 07:46:35 UTC (rev 19091) @@ -1 +1 @@ -b40f3889e8d24e1b367763673ca6deb5 glib-2.30.2.tar.bz2 +bf84fefd9c1a5b5a7a38736f4ddd674a glib-2.32.4.tar.xz Added: csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,25 @@ +From 8190e5963ceee1e8e85f5ed76fe34a1d5dca7491 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 14:06:14 +0200 +Subject: [PATCH] Remove -pthread from LDFLAGS. + +--- + glib/tests/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glib/tests/Makefile.in b/glib/tests/Makefile.in +index 87ed831..9da054b 100644 +--- a/glib/tests/Makefile.in ++++ b/glib/tests/Makefile.in +@@ -818,7 +818,7 @@ gwakeup_LDADD = $(progs_ldadd) + @HAVE_EVENTFD_TRUE at gwakeup_fallback_SOURCES = gwakeuptest.c ../../glib/gwakeup.c + @HAVE_EVENTFD_TRUE at gwakeup_fallback_CFLAGS = $(AM_CFLAGS) -DTEST_EVENTFD_FALLBACK + @HAVE_EVENTFD_TRUE at gwakeup_fallback_LDADD = $(progs_ldadd) +- at OS_UNIX_TRUE@private_LDFLAGS = -pthread ++ at OS_UNIX_TRUE@private_LDFLAGS = + @OS_UNIX_TRUE at unix_multithreaded_SOURCES = $(top_srcdir)/glib/tests/unix.c + @OS_UNIX_TRUE at unix_multithreaded_CFLAGS = -DTEST_THREADED + @OS_UNIX_TRUE at unix_multithreaded_LDADD = $(progs_ldadd) +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,27 @@ +From 858b0b602ea793f40fec1e60113ecc15f858d521 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 14:23:28 +0200 +Subject: [PATCH] Include sys/filio.h to provide FIONREAD + +--- + gio/gsocket.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/gio/gsocket.c b/gio/gsocket.c +index b24000f..cb252de 100644 +--- a/gio/gsocket.c ++++ b/gio/gsocket.c +@@ -48,6 +48,10 @@ + #include + #endif + ++#ifndef FIONREAD ++#include ++#endif ++ + #include "gcancellable.h" + #include "gioenumtypes.h" + #include "ginetaddress.h" +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0002-Make-glib-work-with-zoneinfo-version-1.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0002-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-25 03:13:49 UTC (rev 19090) +++ csw/mgar/pkg/glib2/trunk/files/0002-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -1,130 +0,0 @@ -From c605d3e9ec9c7f85cc80afdc6d44251943771bad Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Tue, 6 Sep 2011 21:32:16 +0200 -Subject: [PATCH] Make glib work with zoneinfo version 1 - -Glib expect zoneinfo version 2, Solaris uses zoneinfo version 1. - -See also - - * http://cs.ucla.edu/~eggert/tz/tz-link.htm - * tzfile.h in ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz - * /usr/include/tzfile.h ---- - glib/gtimezone.c | 39 ++++++++++++++++++++++++++++++++++++++- - 1 files changed, 38 insertions(+), 1 deletions(-) - -diff --git a/glib/gtimezone.c b/glib/gtimezone.c -index e882682..6ef278e 100644 ---- a/glib/gtimezone.c -+++ b/glib/gtimezone.c -@@ -121,7 +121,11 @@ struct _GTimeZone - - const struct tzhead *header; - const struct ttinfo *infos; -+#ifndef __sun - const gint64_be *trans; -+#else -+ const gint32_be *trans; -+#endif - const guint8 *indices; - const gchar *abbrs; - gint timecnt; -@@ -269,13 +273,23 @@ parse_constant_offset (const gchar *name, - static GBuffer * - zone_for_constant_offset (const gchar *name) - { -+#ifndef __sun - const gchar fake_zoneinfo_headers[] = - "TZif" "2..." "...." "...." "...." - "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" - "TZif" "2..." "...." "...." "...." - "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; -+#else -+ const gchar fake_zoneinfo_headers[] = -+ "TZif" "\0..." "...." "...." "...." -+ "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; -+#endif - struct { -+#ifndef __sun - struct tzhead headers[2]; -+#else -+ struct tzhead headers[1]; -+#endif - struct ttinfo info; - gchar abbr[8]; - } *fake; -@@ -367,7 +381,11 @@ g_time_zone_new (const gchar *identifier) - - tzdir = getenv ("TZDIR"); - if (tzdir == NULL) -+#ifndef __sun - tzdir = "/usr/share/zoneinfo"; -+#else -+ tzdir = "/usr/share/lib/zoneinfo"; -+#endif - - filename = g_build_filename (tzdir, identifier, NULL); - } -@@ -383,8 +401,15 @@ g_time_zone_new (const gchar *identifier) - const struct tzhead *header = tz->zoneinfo->data; - gsize size = tz->zoneinfo->size; - -- /* we only bother to support version 2 */ -+ /* we only bother to support version 2 -+ * -+ * Well, I don't -- raos -+ */ -+#ifndef __sun - if (size < sizeof (struct tzhead) || memcmp (header, "TZif2", 5)) -+#else -+ if (size < sizeof (struct tzhead) || memcmp (header, "TZif\0", 5)) -+#endif - { - g_buffer_unref (tz->zoneinfo); - tz->zoneinfo = NULL; -@@ -393,6 +418,7 @@ g_time_zone_new (const gchar *identifier) - { - gint typecnt; - -+#ifndef __sun - /* we trust the file completely. */ - tz->header = (const struct tzhead *) - (((const gchar *) (header + 1)) + -@@ -402,6 +428,9 @@ g_time_zone_new (const gchar *identifier) - 5 * guint32_from_be(header->tzh_timecnt) + - 6 * guint32_from_be(header->tzh_typecnt) + - guint32_from_be(header->tzh_charcnt)); -+#else -+ tz->header = header; -+#endif - - typecnt = guint32_from_be (tz->header->tzh_typecnt); - tz->timecnt = guint32_from_be (tz->header->tzh_timecnt); -@@ -480,7 +509,11 @@ interval_start (GTimeZone *tz, - gint interval) - { - if (interval) -+#ifndef __sun - return gint64_from_be (tz->trans[interval - 1]); -+#else -+ return (gint64)gint32_from_be (tz->trans[interval - 1]); -+#endif - - return G_MININT64; - } -@@ -490,7 +523,11 @@ interval_end (GTimeZone *tz, - gint interval) - { - if (interval < tz->timecnt) -+#ifndef __sun - return gint64_from_be (tz->trans[interval]) - 1; -+#else -+ return (gint64)gint32_from_be (tz->trans[interval]) - 1; -+#endif - - return G_MAXINT64; - } --- -1.7.6 - Added: csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,124 @@ +From 03edd1915e60aac86a75d4db05acf554087d17e3 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 15:33:09 +0200 +Subject: [PATCH] Make glib work with zoneinfo version 1 + +Glib expect zoneinfo version 2, Solaris uses zoneinfo version 1. + +See also + + * http://cs.ucla.edu/~eggert/tz/tz-link.htm + * tzfile.h in ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz + * /usr/include/tzfile.h +--- + glib/gtimezone.c | 35 ++++++++++++++++++++++++++++++++--- + 1 file changed, 32 insertions(+), 3 deletions(-) + +diff --git a/glib/gtimezone.c b/glib/gtimezone.c +index e513f3b..d960959 100644 +--- a/glib/gtimezone.c ++++ b/glib/gtimezone.c +@@ -122,7 +122,11 @@ struct _GTimeZone + + const struct tzhead *header; + const struct ttinfo *infos; ++#ifndef __sun + const gint64_be *trans; ++#else ++ const gint32_be *trans; ++#endif + const guint8 *indices; + const gchar *abbrs; + gint timecnt; +@@ -272,13 +276,23 @@ parse_constant_offset (const gchar *name, + static GBytes * + zone_for_constant_offset (const gchar *name) + { ++#ifndef __sun + const gchar fake_zoneinfo_headers[] = + "TZif" "2..." "...." "...." "...." + "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" + "TZif" "2..." "...." "...." "...." + "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; ++#else ++ const gchar fake_zoneinfo_headers[] = ++ "TZif" "\0..." "...." "...." "...." ++ "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; ++#endif + struct { ++#ifndef __sun + struct tzhead headers[2]; ++#else ++ struct tzhead headers[1]; ++#endif + struct ttinfo info; + gchar abbr[8]; + } *fake; +@@ -378,7 +392,11 @@ g_time_zone_new (const gchar *identifier) + + tzdir = getenv ("TZDIR"); + if (tzdir == NULL) ++#ifndef __sun + tzdir = "/usr/share/zoneinfo"; ++#else ++ tzdir = "/usr/share/lib/zoneinfo"; ++#endif + + if (*identifier == ':') + identifier ++; +@@ -408,8 +426,15 @@ g_time_zone_new (const gchar *identifier) + gsize size; + const struct tzhead *header = g_bytes_get_data (tz->zoneinfo, &size); + +- /* we only bother to support version 2 */ ++ /* we only bother to support version 2 ++ * ++ * Well, I don't --raos ++ */ ++#ifndef __sun + if (size < sizeof (struct tzhead) || memcmp (header, "TZif2", 5)) ++#else ++ if (size < sizeof (struct tzhead) || memcmp (header, "TZif\0", 5)) ++#endif + { + g_bytes_unref (tz->zoneinfo); + tz->zoneinfo = NULL; +@@ -418,6 +443,7 @@ g_time_zone_new (const gchar *identifier) + { + gint typecnt; + ++#ifndef __sun + /* we trust the file completely. */ + tz->header = (const struct tzhead *) + (((const gchar *) (header + 1)) + +@@ -427,6 +453,9 @@ g_time_zone_new (const gchar *identifier) + 5 * guint32_from_be(header->tzh_timecnt) + + 6 * guint32_from_be(header->tzh_typecnt) + + guint32_from_be(header->tzh_charcnt)); ++#else ++ tz->header = header; ++#endif + + typecnt = guint32_from_be (tz->header->tzh_typecnt); + tz->timecnt = guint32_from_be (tz->header->tzh_timecnt); +@@ -507,7 +536,7 @@ interval_start (GTimeZone *tz, + gint interval) + { + if (interval) +- return gint64_from_be (tz->trans[interval - 1]); ++ return (gint64)gint32_from_be (tz->trans[interval - 1]); + + return G_MININT64; + } +@@ -517,7 +546,7 @@ interval_end (GTimeZone *tz, + gint interval) + { + if (interval < tz->timecnt) +- return gint64_from_be (tz->trans[interval]) - 1; ++ return (gint64)gint32_from_be (tz->trans[interval]) - 1; + + return G_MAXINT64; + } +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,25 @@ +From b936bfdf3c84464552981b535ae41185027588ad Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 18:09:26 +0200 +Subject: [PATCH] Disable test gobject/param/implement + +--- + gobject/tests/param.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gobject/tests/param.c b/gobject/tests/param.c +index 671642e..80871d9 100644 +--- a/gobject/tests/param.c ++++ b/gobject/tests/param.c +@@ -797,7 +797,7 @@ main (int argc, char *argv[]) + g_test_add_func ("/param/qdata", test_param_qdata); + g_test_add_func ("/param/validate", test_param_validate); + g_test_add_func ("/param/convert", test_param_convert); +- g_test_add_func ("/param/implement", test_param_implement); ++ /* g_test_add_func ("/param/implement", test_param_implement); */ + g_test_add_func ("/value/transform", test_value_transform); + + return g_test_run (); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,87 @@ +From 03c7ac1cfe9b452099e323285fa24036871bb320 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 19:37:18 +0200 +Subject: [PATCH] Adjust hardcoded paths to match Solaris/CSW. + +--- + gio/gdbusprivate.c | 2 +- + gio/gunixmounts.c | 8 ++++++++ + gio/xdgmime/xdgmime.c | 2 +- + glib/gcharset.c | 2 +- + glib/gutils.c | 2 +- + 5 files changed, 12 insertions(+), 4 deletions(-) + +diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c +index 9b09294..90108ea 100644 +--- a/gio/gdbusprivate.c ++++ b/gio/gdbusprivate.c +@@ -2094,7 +2094,7 @@ _g_dbus_get_machine_id (GError **error) + /* TODO: use PACKAGE_LOCALSTATEDIR ? */ + ret = NULL; + first_error = NULL; +- if (!g_file_get_contents ("/var/lib/dbus/machine-id", ++ if (!g_file_get_contents ("/var/opt/csw/lib/dbus/machine-id", + &ret, + NULL, + &first_error) && +diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c +index e288e06..4edcbe4 100644 +--- a/gio/gunixmounts.c ++++ b/gio/gunixmounts.c +@@ -271,6 +271,14 @@ g_unix_is_mount_path_system_internal (const char *mount_path) + "/sbin", + "/net", + "/sys", ++ "/devices", ++ "/system/contract", ++ "/etc/mnttab", ++ "/etc/svc/volatile", ++ "/system/object", ++ "/etc/dfs/sharetab", ++ "/dev/fd", ++ "/lib/libc.so.1", + NULL + }; + +diff --git a/gio/xdgmime/xdgmime.c b/gio/xdgmime/xdgmime.c +index 846be39..1aed472 100644 +--- a/gio/xdgmime/xdgmime.c ++++ b/gio/xdgmime/xdgmime.c +@@ -257,7 +257,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func, + + xdg_data_dirs = getenv ("XDG_DATA_DIRS"); + if (xdg_data_dirs == NULL) +- xdg_data_dirs = "/usr/local/share/:/usr/share/"; ++ xdg_data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share/"; + + ptr = xdg_data_dirs; + +diff --git a/glib/gcharset.c b/glib/gcharset.c +index 4f52ab4..fca5f5e 100644 +--- a/glib/gcharset.c ++++ b/glib/gcharset.c +@@ -295,7 +295,7 @@ unalias_lang (char *lang) + int i; + + if (!alias_table) +- read_aliases ("/usr/share/locale/locale.alias"); ++ read_aliases ("/opt/csw/share/locale/locale.alias"); + + i = 0; + while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) +diff --git a/glib/gutils.c b/glib/gutils.c +index 38b5e44..e119e7b 100644 +--- a/glib/gutils.c ++++ b/glib/gutils.c +@@ -2009,7 +2009,7 @@ g_get_system_data_dirs (void) + gchar *data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); + + if (!data_dirs || !data_dirs[0]) +- data_dirs = "/usr/local/share/:/usr/share/"; ++ data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share"; + + data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); + #endif +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,35 @@ +From 723d090c560ce0668205a0ef5da4cf8a5ffe6016 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 16:39:32 +0200 +Subject: [PATCH] Disable /gdbus/peer-to-peer and /gdbus/credentials test. + +--- + gio/tests/gdbus-peer.c | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) + +diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c +index 926010a..9ca1b62 100644 +--- a/gio/tests/gdbus-peer.c ++++ b/gio/tests/gdbus-peer.c +@@ -1828,11 +1828,16 @@ main (int argc, + /* all the tests rely on a shared main loop */ + loop = g_main_loop_new (NULL, FALSE); + +- g_test_add_func ("/gdbus/peer-to-peer", test_peer); ++ /* g_test_add_func ("/gdbus/peer-to-peer", test_peer); */ + g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing); + g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp); + g_test_add_func ("/gdbus/tcp-anonymous", test_tcp_anonymous); +- g_test_add_func ("/gdbus/credentials", test_credentials); ++ /* ++ * According gcredentials.c, this is not implemented on Solaris, i.e. everything no ++ * FreeBSD, OpenBSD, or Linux. ++ * ++ */ ++ /* g_test_add_func ("/gdbus/credentials", test_credentials); */ + g_test_add_func ("/gdbus/overflow", test_overflow); + g_test_add_func ("/gdbus/codegen-peer-to-peer", codegen_test_peer); + +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0007-Fix-configure-_XOPEN_SOURCE.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0007-Fix-configure-_XOPEN_SOURCE.patch 2012-08-25 03:13:49 UTC (rev 19090) +++ csw/mgar/pkg/glib2/trunk/files/0007-Fix-configure-_XOPEN_SOURCE.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -1,25 +0,0 @@ -From 32655b53b5b27c57c36901ed5e3a0e518178427e Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 10 Sep 2011 14:01:22 +0200 -Subject: [PATCH] Fix configure _XOPEN_SOURCE - ---- - configure | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure b/configure -index 86472d5..a6831c3 100755 ---- a/configure -+++ b/configure -@@ -23497,7 +23497,7 @@ case $host in - $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h - - --$as_echo "#define _XOPEN_SOURCE 2" >>confdefs.h -+$as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h - - - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h --- -1.7.6 - Added: csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,42 @@ +From 41bbcdaf25120805a21bcbddb5c81157d96c2079 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 18:09:34 +0200 +Subject: [PATCH] Change shell to bash in test shell scripts + +--- + tests/run-assert-msg-test.sh | 4 ++-- + tests/run-collate-tests.sh | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/tests/run-assert-msg-test.sh b/tests/run-assert-msg-test.sh +index b6045d6..f08791b 100755 +--- a/tests/run-assert-msg-test.sh ++++ b/tests/run-assert-msg-test.sh +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/bin/bash + + fail () + { +@@ -21,7 +21,7 @@ fi + + echo_v "Running assert-msg-test" + OUT=$(./assert-msg-test 2>&1) && fail "assert-msg-test should abort" +-echo "$OUT" | grep -q '^ERROR:.*assert-msg-test.c:.*:.*main.*: assertion failed: (42 < 0)' || \ ++echo "$OUT" | ggrep -q '^ERROR:.*assert-msg-test.c:.*:.*main.*: assertion failed: (42 < 0)' || \ + fail "does not print assertion message" + + if ! type gdb >/dev/null 2>&1; then +diff --git a/tests/run-collate-tests.sh b/tests/run-collate-tests.sh +index 24f3d69..9fd1038 100755 +--- a/tests/run-collate-tests.sh ++++ b/tests/run-collate-tests.sh +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/bin/bash + + fail () + { +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,30 @@ +From e44f674fab8cca219bc4c4a64f720c55ab9ca9dd Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 19:53:13 +0200 +Subject: [PATCH] Disable /file/async-create-delete/* checks. + +--- + gio/tests/file.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gio/tests/file.c b/gio/tests/file.c +index c7f840b..57042a8 100644 +--- a/gio/tests/file.c ++++ b/gio/tests/file.c +@@ -603,11 +603,13 @@ main (int argc, char *argv[]) + g_test_add_func ("/file/parent", test_parent); + g_test_add_func ("/file/child", test_child); + g_test_add_func ("/file/type", test_type); ++/* + g_test_add_data_func ("/file/async-create-delete/0", GINT_TO_POINTER (0), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/1", GINT_TO_POINTER (1), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/10", GINT_TO_POINTER (10), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/25", GINT_TO_POINTER (25), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/4096", GINT_TO_POINTER (4096), test_create_delete); ++*/ + g_test_add_func ("/file/replace-load", test_replace_load); + + return g_test_run (); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch 2012-08-25 07:46:35 UTC (rev 19091) @@ -0,0 +1,28 @@ +From c7461138f1e8eb227ede2ab5ed605576e7cc7f81 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 21:25:31 +0200 +Subject: [PATCH] Fix locale for unicode-collate test + +--- + tests/unicode-collate.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/unicode-collate.c b/tests/unicode-collate.c +index 785f169..9897564 100644 +--- a/tests/unicode-collate.c ++++ b/tests/unicode-collate.c +@@ -44,9 +44,9 @@ int main (int argc, char **argv) + /* FIXME: need to modify environment here, + * since g_utf8_collate_key calls setlocal (LC_COLLATE, "") + */ +- g_setenv ("LC_ALL", "en_US", TRUE); ++ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); + locale = setlocale (LC_ALL, ""); +- if (locale == NULL || strcmp (locale, "en_US") != 0) ++ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) + { + fprintf (stderr, "No suitable locale, skipping test\n"); + return 2; +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Sat Aug 25 18:23:07 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Sat, 25 Aug 2012 16:23:07 +0000 Subject: [csw-devel] SF.net SVN: gar:[19092] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 19092 http://gar.svn.sourceforge.net/gar/?rev=19092&view=rev Author: guengel Date: 2012-08-25 16:23:07 +0000 (Sat, 25 Aug 2012) Log Message: ----------- glib2/trunk: Added more patches Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2012-08-25 07:46:35 UTC (rev 19091) +++ csw/mgar/pkg/glib2/trunk/Makefile 2012-08-25 16:23:07 UTC (rev 19092) @@ -66,6 +66,8 @@ # Build patches # +PATCHFILES += 0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch + # New for 2.32.4 PATCHFILES += 0001-Remove-pthread-from-LDFLAGS.patch PATCHFILES += 0002-Include-sys-filio.h-to-provide-FIONREAD.patch @@ -84,7 +86,12 @@ PATCHFILES += 0010-Fix-locale-for-unicode-collate-test.patch # Needs to be reported PATCHFILES += 0017-Fix-disable-testglib-tests.patch +# Needs to be reported +PATCHFILES += 0014-Disable-gvariant-varargs.patch +# Those tests will fail if no IPv6 interfaces are up +PATCHFILES += 0013-Disable-IPv6-tests.patch + # # Patches to fit glib into Solaris environment # @@ -173,6 +180,7 @@ RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibgmodule2-0-0 RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibgio2-0-0 +RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWpython PKGFILES_CSWlibglib2-dev += $(PKGFILES_DEVEL) PKGFILES_CSWlibglib2-dev += .*/glib-2.0/include/.* OBSOLETED_BY_CSWlibglib2-dev = CSWglib2devel @@ -191,11 +199,8 @@ LD_OPTIONS = EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS) -EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 -D__EXTENSIONS__ # -D_XOPEN_SOURCE=600 +EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 # -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -#EXTRA_CFLAGS-5.10 += -xc99 -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -D_XPG6 -#EXTRA_CFLAGS += $(EXTRA_CFLAGS-$(GAROSREL)) - EXTRA_LDFLAGS = -lsocket BUILD64 = 1 Added: csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch 2012-08-25 16:23:07 UTC (rev 19092) @@ -0,0 +1,25 @@ +From 2aaba5aa434faeb1726a22cf6def605fba82eb0d Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 11:56:25 +0200 +Subject: [PATCH] Set _XOPEN_SOURCE to 600 in configure script + +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure b/configure +index b7a1280..c7338ff 100755 +--- a/configure ++++ b/configure +@@ -24097,7 +24097,7 @@ case $host in + $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h + + +-$as_echo "#define _XOPEN_SOURCE 2" >>confdefs.h ++$as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h + + + $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch 2012-08-25 16:23:07 UTC (rev 19092) @@ -0,0 +1,32 @@ +From 309d26547ab3edf0e101aafefc102c30ff534eb1 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 12:05:42 +0200 +Subject: [PATCH] Disable IPv6 tests. + +They are failling if no IPv6 interfaces are up. +--- + gio/tests/socket.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/gio/tests/socket.c b/gio/tests/socket.c +index 0a61c9f..61112a1 100644 +--- a/gio/tests/socket.c ++++ b/gio/tests/socket.c +@@ -822,10 +822,14 @@ main (int argc, + + g_test_add_func ("/socket/ipv4_sync", test_ipv4_sync); + g_test_add_func ("/socket/ipv4_async", test_ipv4_async); ++ /* Those tests fail if no IPv6 interfaces are up + g_test_add_func ("/socket/ipv6_sync", test_ipv6_sync); + g_test_add_func ("/socket/ipv6_async", test_ipv6_async); ++ */ + #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY) ++ /* This tests fails if no IPv6 interfaces are up + g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped); ++ */ + #endif + g_test_add_func ("/socket/close_graceful", test_close_graceful); + g_test_add_func ("/socket/timed_wait", test_timed_wait); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch 2012-08-25 16:23:07 UTC (rev 19092) @@ -0,0 +1,26 @@ +From 5d220fcda35d51b9fae86612b44ad62214e2ddc5 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 18:21:12 +0200 +Subject: [PATCH] Disable /gvariant/varargs + +--- + glib/tests/gvariant.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c +index a6bef23..e8f5795 100644 +--- a/glib/tests/gvariant.c ++++ b/glib/tests/gvariant.c +@@ -4147,7 +4147,9 @@ main (int argc, char **argv) + g_test_add_func ("/gvariant/containers", test_containers); + g_test_add_func ("/gvariant/format-strings", test_format_strings); + g_test_add_func ("/gvariant/invalid-varargs", test_invalid_varargs); ++/* + g_test_add_func ("/gvariant/varargs", test_varargs); ++*/ + g_test_add_func ("/gvariant/valist", test_valist); + g_test_add_func ("/gvariant/builder-memory", test_builder_memory); + g_test_add_func ("/gvariant/hashing", test_hashing); +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Aug 25 18:29:53 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 25 Aug 2012 16:29:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[19093] csw/mgar/pkg/gnome-base/libgnomecups/trunk/Makefile Message-ID: Revision: 19093 http://gar.svn.sourceforge.net/gar/?rev=19093&view=rev Author: chninkel Date: 2012-08-25 16:29:53 +0000 (Sat, 25 Aug 2012) Log Message: ----------- gnome-base/libgnomecups/trunk: enabled direct binding and as-needed linking Modified Paths: -------------- csw/mgar/pkg/gnome-base/libgnomecups/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/libgnomecups/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/libgnomecups/trunk/Makefile 2012-08-25 16:23:07 UTC (rev 19092) +++ csw/mgar/pkg/gnome-base/libgnomecups/trunk/Makefile 2012-08-25 16:29:53 UTC (rev 19093) @@ -19,18 +19,12 @@ SPKG_SOURCEURL = http://ftp.gnome.org/pub/GNOME/sources/libgnomecups/ RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibgthread2-0-0 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibgcrypt11 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibz1 RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibgpg-error0 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibgobject2-0-0 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibgnutls26 RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibcups2 -RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWlibgnomecups += CSWlibglib2-0-0 + CHECKPKG_OVERRIDES_CSWlibgnomecups += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libgnomecups-1.0.so CHECKPKG_OVERRIDES_CSWlibgnomecups += shared-lib-pkgname-mismatch|file=opt/csw/lib/libgnomecups-1.0.so.1.0.0|soname=libgnomecups-1.0.so.1|pkgname=CSWlibgnomecups|expected=CSWlibgnomecups1-0-1 @@ -47,5 +41,7 @@ CONFIGURE_ARGS = $(DIRPATHS) +EXTRA_LD_OPTIONS = -z ignore -Bdirect + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sat Aug 25 18:56:43 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sat, 25 Aug 2012 16:56:43 +0000 Subject: [csw-devel] SF.net SVN: gar:[19094] csw/mgar/pkg/gnome-base/libgnomeprint/trunk/ Makefile Message-ID: Revision: 19094 http://gar.svn.sourceforge.net/gar/?rev=19094&view=rev Author: chninkel Date: 2012-08-25 16:56:43 +0000 (Sat, 25 Aug 2012) Log Message: ----------- gnome-base/libgnomeprint/trunk: enabled direct binding, as-needed linking and removed useless dependencies Modified Paths: -------------- csw/mgar/pkg/gnome-base/libgnomeprint/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/libgnomeprint/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/libgnomeprint/trunk/Makefile 2012-08-25 16:29:53 UTC (rev 19093) +++ csw/mgar/pkg/gnome-base/libgnomeprint/trunk/Makefile 2012-08-25 16:56:43 UTC (rev 19094) @@ -28,19 +28,11 @@ #BUILD_DEP_PKGS += CSWlibgnomecanvas BUILD_DEP_PKGS += CSWlibgtk2-dev -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgthread2-0-0 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibbz2-1-0 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgmodule2-0-0 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibz1 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgpg-error0 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgcrypt11 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibfreetype6 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgnutls26 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgobject2-0-0 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibk5crypto3 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWpango RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibfontconfig1 @@ -48,8 +40,8 @@ RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibart RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibgnomecups RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibxml2-2 -RUNTIME_DEP_PKGS_CSWlibgnomeprint += CSWlibssl1-0-0 + CHECKPKG_OVERRIDES_CSWlibgnomeprintdoc += surplus-dependency|CSWlibgnomeprint CHECKPKG_OVERRIDES_CSWlibgnomeprintdoc += catalogname-does-not-match-pkgname|pkgname=CSWlibgnomeprintdoc|catalogname=libgnomeprint_doc|expected-catalogname=libgnomeprintdoc @@ -91,6 +83,8 @@ CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) +EXTRA_LD_OPTIONS = -z ignore -Bdirect + include gar/category.mk PATH := /opt/csw/gnu:$(PATH) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From romeotheriault at users.sourceforge.net Sun Aug 26 07:56:35 2012 From: romeotheriault at users.sourceforge.net (romeotheriault at users.sourceforge.net) Date: Sun, 26 Aug 2012 05:56:35 +0000 Subject: [csw-devel] SF.net SVN: gar:[19095] csw/mgar/pkg/lang-python/salt/trunk Message-ID: Revision: 19095 http://gar.svn.sourceforge.net/gar/?rev=19095&view=rev Author: romeotheriault Date: 2012-08-26 05:56:35 +0000 (Sun, 26 Aug 2012) Log Message: ----------- lang-python/salt/trunk: updated to 0.10.2 and copy config files into place. Modified Paths: -------------- csw/mgar/pkg/lang-python/salt/trunk/Makefile csw/mgar/pkg/lang-python/salt/trunk/checksums Modified: csw/mgar/pkg/lang-python/salt/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/salt/trunk/Makefile 2012-08-25 16:56:43 UTC (rev 19094) +++ csw/mgar/pkg/lang-python/salt/trunk/Makefile 2012-08-26 05:56:35 UTC (rev 19095) @@ -1,8 +1,7 @@ #TODO: # * Create init scripts -# * Have mgar copy the minion.template and master.template files into place. (salt-0.10.1/conf/) NAME = salt -VERSION = 0.10.1 +VERSION = 0.10.2 GARTYPE = v2 CATEGORIES = python @@ -18,15 +17,17 @@ RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-m2crypto RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-crypto RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-jinja2 -#RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-pyzmq -#RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-msgpack +RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-pyzmq +RUNTIME_DEP_PKGS_CSWpy-salt += CSWpy-msgpack-python +#CHECKPKG_OVERRIDES_CSWpy-salt += pkginfo-opencsw-repository-uncommitted + CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-m2crypto CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-yaml CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-crypto CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-jinja2 -#CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-pyzmq -#CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-msgpack +CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-pyzmq +CHECKPKG_OVERRIDES_CSWpy-salt += surplus-dependency|CSWpy-msgpack-python CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/share/man/man7/salt.7 CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/cron.py @@ -35,6 +36,10 @@ CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/brew.py CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/pip.py CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/salt/modules/tomcat.py +CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/states/pkgng.py +CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/pkgng.py +CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/poudriere.py +CHECKPKG_OVERRIDES_CSWpy-salt += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/salt/modules/cassandra.py ARCHALL_CSWpy-salt = 1 @@ -43,3 +48,14 @@ TEST_SCRIPTS = include gar/category.mk + +post-install-modulated: CONFDEST = $(DESTDIR)$(sysconfdir)/salt +post-install-modulated: CONFS = minion.template master.template +post-install-modulated: + + # Copy config files (upstream) + ginstall -d $(CONFDEST) + cp $(addprefix $(WORKSRC)/conf/,$(CONFS)) $(CONFDEST) + + @$(MAKECOOKIE) + Modified: csw/mgar/pkg/lang-python/salt/trunk/checksums =================================================================== --- csw/mgar/pkg/lang-python/salt/trunk/checksums 2012-08-25 16:56:43 UTC (rev 19094) +++ csw/mgar/pkg/lang-python/salt/trunk/checksums 2012-08-26 05:56:35 UTC (rev 19095) @@ -1 +1 @@ -ff55b82d64429938ffe1097b77a71188 salt-0.10.1.tar.gz +fbef8746177f60caa47364f0163a393e salt-0.10.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 11:15:02 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 09:15:02 +0000 Subject: [csw-devel] SF.net SVN: gar:[19096] csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Message-ID: Revision: 19096 http://gar.svn.sourceforge.net/gar/?rev=19096&view=rev Author: chninkel Date: 2012-08-26 09:15:02 +0000 (Sun, 26 Aug 2012) Log Message: ----------- gnome-base/gnomevfs2/trunk: enabled direct binding and as-needed linking Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 05:56:35 UTC (rev 19095) +++ csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 09:15:02 UTC (rev 19096) @@ -80,6 +80,8 @@ CONFIGURE_ARGS += --enable-static=no CONFIGURE_ARGS += --enable-gtk-doc +EXTRA_LD_OPTIONS = -Bdirect -z ignore + TEST_SCRIPTS = include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 11:29:31 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 09:29:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[19097] csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Message-ID: Revision: 19097 http://gar.svn.sourceforge.net/gar/?rev=19097&view=rev Author: chninkel Date: 2012-08-26 09:29:30 +0000 (Sun, 26 Aug 2012) Log Message: ----------- gnome-base/gnomevfs2/trunk: Explicitely define gettext tools path instead of putting GNU tools first in the path, as it force GNU strip to be used and it is buggy Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 09:15:02 UTC (rev 19096) +++ csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 09:29:30 UTC (rev 19097) @@ -87,4 +87,8 @@ include gar/category.mk # For GNU gettext -PATH := /opt/csw/gnu:$(PATH) +CONFIGURE_ENV += XGETTEXT=/opt/csw/gnu/xgettext +CONFIGURE_ENV += MSGMERGE=/opt/csw/gnu/msgmerge +CONFIGURE_ENV += MSGFMT=/opt/csw/gnu/msgfmt + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 11:30:37 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 09:30:37 +0000 Subject: [csw-devel] SF.net SVN: gar:[19098] csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile Message-ID: Revision: 19098 http://gar.svn.sourceforge.net/gar/?rev=19098&view=rev Author: chninkel Date: 2012-08-26 09:30:37 +0000 (Sun, 26 Aug 2012) Log Message: ----------- gnome-base/libbonoboui/trunk: enabled direct binding and as-needed linking and removed useless dependencies Modified Paths: -------------- csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile 2012-08-26 09:29:30 UTC (rev 19097) +++ csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile 2012-08-26 09:30:37 UTC (rev 19098) @@ -14,15 +14,11 @@ # New glib only available on Solaris 10 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgthread2-0-0 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgmodule2-0-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgnome2-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgnomecanvas2-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibpopt0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibcairo2 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibfreetype6 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgtk-x11-2-0-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWorbit2 @@ -31,9 +27,6 @@ RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgdk-pixbuf2-0-0 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibglade2 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgobject2-0-0 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibgio2-0-0 -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWpango -RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibfontconfig1 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibart RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibbonobo2 RUNTIME_DEP_PKGS_CSWlibbonoboui += CSWlibatk1-0-0 @@ -51,6 +44,8 @@ #CONFIGURE_ARGS += --enable-static=no #CONFIGURE_ARGS += --enable-gtk-doc +EXTRA_LD_OPTIONS = -z ignore -Bdirect + EXTRA_TEST_EXPORTS = DISPLAY TEST_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 11:31:30 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 09:31:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[19099] csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile Message-ID: Revision: 19099 http://gar.svn.sourceforge.net/gar/?rev=19099&view=rev Author: chninkel Date: 2012-08-26 09:31:30 +0000 (Sun, 26 Aug 2012) Log Message: ----------- gnome-base/libbonoboui/trunk: Explicitely define gettext tools path instead of putting GNU tools first in the path, as the latter forces GNU strip to be used and it is buggy Modified Paths: -------------- csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile 2012-08-26 09:30:37 UTC (rev 19098) +++ csw/mgar/pkg/gnome-base/libbonoboui/trunk/Makefile 2012-08-26 09:31:30 UTC (rev 19099) @@ -52,4 +52,7 @@ include gar/category.mk # For GNU gettext -PATH := /opt/csw/gnu:$(PATH) +CONFIGURE_ENV += XGETTEXT=/opt/csw/gnu/xgettext +CONFIGURE_ENV += MSGMERGE=/opt/csw/gnu/msgmerge +CONFIGURE_ENV += MSGFMT=/opt/csw/gnu/msgfmt + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 11:33:32 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 09:33:32 +0000 Subject: [csw-devel] SF.net SVN: gar:[19100] csw/mgar/pkg/lang-python/pysvn/trunk/Makefile Message-ID: Revision: 19100 http://gar.svn.sourceforge.net/gar/?rev=19100&view=rev Author: chninkel Date: 2012-08-26 09:33:32 +0000 (Sun, 26 Aug 2012) Log Message: ----------- lang-python/pysvn/trunk: enabled direct binding and as-needed linkingn and remove useless dependencies Modified Paths: -------------- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile Modified: csw/mgar/pkg/lang-python/pysvn/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-26 09:31:30 UTC (rev 19099) +++ csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-26 09:33:32 UTC (rev 19100) @@ -51,21 +51,23 @@ LICENSE = LICENSE.txt -BUILD_DEP_PKGS += CSWsvn-devel +BUILD_DEP_PKGS += CSWsvn-dev BUILD_DEP_PKGS += CSWapache2-dev BUILD_DEP_PKGS += CSWlibexpat-dev BUILD_DEP_PKGS += CSWbash -RUNTIME_DEP_PKGS += CSWlibneon27 RUNTIME_DEP_PKGS += CSWlibgcc-s1 RUNTIME_DEP_PKGS += CSWlibstdc++6 RUNTIME_DEP_PKGS += CSWpython RUNTIME_DEP_PKGS += CSWsvn -RUNTIME_DEP_PKGS += CSWlibexpat1 -INCOMPATIBELE_PKGS = CSWpyxml +INCOMPATIBLE_PKGS = CSWpyxml +CHECKPKG_OVERRIDES_CSWpysvn += catalogname-does-not-start-with-py_ +CHECKPKG_OVERRIDES_CSWpysvn += pkgname-does-not-start-with-CSWpy- + + CONFIGURE_SCRIPTS = pysvn BUILD_SCRIPTS = pysvn INSTALL_SCRIPTS = pysvn @@ -76,6 +78,7 @@ CONFIGURE_ARGS = $(DIRPATHS) #GARCOMPILER = GNU +EXTRA_LD_OPTIONS = -Bdirect -z ignore include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 12:42:28 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 10:42:28 +0000 Subject: [csw-devel] SF.net SVN: gar:[19101] csw/mgar/pkg/postfix/trunk/Makefile Message-ID: Revision: 19101 http://gar.svn.sourceforge.net/gar/?rev=19101&view=rev Author: chninkel Date: 2012-08-26 10:42:27 +0000 (Sun, 26 Aug 2012) Log Message: ----------- postfix/trunk: enabled direct binding and as-needed linking Modified Paths: -------------- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile =================================================================== --- csw/mgar/pkg/postfix/trunk/Makefile 2012-08-26 09:33:32 UTC (rev 19100) +++ csw/mgar/pkg/postfix/trunk/Makefile 2012-08-26 10:42:27 UTC (rev 19101) @@ -243,6 +243,8 @@ # Postgres package outdated, libs aren't located below /opt/csw/lib/ CHECKPKG_OVERRIDES_CSWpostfix += bad-rpath-entry +EXTRA_LD_OPTIONS = -Bdirect -z ignore + include gar/category.mk # Postfix's build system relies on CCARGS, populate it with the defaults from This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 16:50:13 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 14:50:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19102] csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Message-ID: Revision: 19102 http://gar.svn.sourceforge.net/gar/?rev=19102&view=rev Author: chninkel Date: 2012-08-26 14:50:13 +0000 (Sun, 26 Aug 2012) Log Message: ----------- gnome-base/gnomevfs2/trunk: removed useless dependencies Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 10:42:27 UTC (rev 19101) +++ csw/mgar/pkg/gnome-base/gnomevfs2/trunk/Makefile 2012-08-26 14:50:13 UTC (rev 19102) @@ -39,13 +39,10 @@ RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibgssapi-krb5-2 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibgconf2-4 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibgobject2-0-0 -RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibdbus-glib1-2 -RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibk5crypto3 RUNTIME_DEP_PKGS_CSWgnomevfs2 += CSWlibdbus1-3 # This is an explicit fallback *after* /opt/csw/share, see xdg-reinplacement below This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Sun Aug 26 21:01:44 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Sun, 26 Aug 2012 19:01:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[19103] csw/mgar/pkg/bash_completion/trunk/files Message-ID: Revision: 19103 http://gar.svn.sourceforge.net/gar/?rev=19103&view=rev Author: chninkel Date: 2012-08-26 19:01:44 +0000 (Sun, 26 Aug 2012) Log Message: ----------- improved or fixed pkgadd, pkgrm, pkgutil and svcadm completion Modified Paths: -------------- csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW csw/mgar/pkg/bash_completion/trunk/files/pkgadd.completion csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion Added Paths: ----------- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion csw/mgar/pkg/bash_completion/trunk/files/svcadm.completion Removed Paths: ------------- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion csw/mgar/pkg/bash_completion/trunk/files/smf.completion Modified: csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/changelog.CSW 2012-08-26 19:01:44 UTC (rev 19103) @@ -1,3 +1,10 @@ +bash_completion (2.0,REV=2012.08.26) + + * Improved pkgadd, pkgrm and svcadm completion. + * Fixed pkgutil completion. + + -- Yann Rouillard Sun, 26 Aug 2012 20:59:36 +0200 + bash_completion (2.0,REV=2012.08.23) * New upstream version. Deleted: csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -1,80 +0,0 @@ -# -# Copyright 2006 Yann Rouillard -# All rights reserved. Use is subject to license terms. -# -# Redistribution and/or use, with or without modification, is -# permitted. This code is without warranty of any kind. The -# author(s) shall not be liable in the event that use of the -# software causes damage. -# -# pkg-get.completion - bash completion for opencsw pkg-get -# - -_have pkg-get && -_pkg-get_get_catalog_file() -{ - local url="$1" - local catalog_file i conffile - - for file in /etc/opt/csw/pkg-get.conf /opt/csw/etc/pkg-get.conf /etc/pkg-get.conf; do - if [[ -f $file ]]; then - conffile="$file" - break - fi - done - conffile="${conffile:-/opt/csw/etc/pkg-get.conf}" - - if [[ -z "$url" ]]; then - url=$(awk -F= ' $1=="url" { print $2 }' $conffile) - fi - - catalog_file="${url##*//}" - catalog_file="${catalog_file%%/*}" - catalog_file="/var/pkg-get/catalog-$catalog_file" - - echo "$catalog_file" -} && -_pkg-get() -{ - local cur prev file catalog_file url command - COMPREPLY=() - cur="${COMP_WORDS[COMP_CWORD]}" - prev="${COMP_WORDS[COMP_CWORD-1]}" - - if [[ "${prev}" = "-s" ]]; then - return 1 - fi - - i=${#COMP_WORDS[*]} - while [[ $i -gt 0 ]]; do - i=$((i-1)) - if [[ "${COMP_WORDS[$i]}" = "-s" ]]; then - url="${COMP_WORDS[$((i+1))]}" - fi - if [[ "${COMP_WORDS[$i]}" == @(available|-a|describe|-D|download|-d|install|-i|list|updatecatalog|-U|upgrade|-u) ]]; then - command="${COMP_WORDS[$i]}" - fi - done - - if [[ -n "$command" ]]; then - if [[ "$command" == @(describe|-D|download|-d|install|-i) ]]; then - catalog_file=$(_pkg-get_get_catalog_file "$url") - if [[ -f $catalog_file ]]; then - local packages_list=$(awk ' $0 ~ /BEGIN PGP SIGNATURE/ { exit } $1 ~ /^Hash:/ || $1 ~ /^ *(-|#|$)/ { next } { print $1 }' $catalog_file) - COMPREPLY=( $(compgen -W "${packages_list}" -- ${cur}) ) - fi - fi - return 0 - fi - - if [[ ${cur} == -* ]] ; then - local opts="-c -d -D -f -i -l -s -S -u -U -v" - COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) - return 0 - else - local commands="available describe download install list updatecatalog upgrade" - COMPREPLY=( $(compgen -W "${commands}" -- ${cur}) ) - return 0 - fi -} && -complete -F _pkg-get pkg-get Added: csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion (rev 0) +++ csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -0,0 +1,80 @@ +# +# Copyright 2006 Yann Rouillard +# All rights reserved. Use is subject to license terms. +# +# Redistribution and/or use, with or without modification, is +# permitted. This code is without warranty of any kind. The +# author(s) shall not be liable in the event that use of the +# software causes damage. +# +# pkg-get.completion - bash completion for opencsw pkg-get +# + +_have pkg-get && +_pkg-get_get_catalog_file() +{ + local url="$1" + local catalog_file i conffile + + for file in /etc/opt/csw/pkg-get.conf /opt/csw/etc/pkg-get.conf /etc/pkg-get.conf; do + if [[ -f $file ]]; then + conffile="$file" + break + fi + done + conffile="${conffile:-/opt/csw/etc/pkg-get.conf}" + + if [[ -z "$url" ]]; then + url=$(awk -F= ' $1=="url" { print $2 }' $conffile) + fi + + catalog_file="${url##*//}" + catalog_file="${catalog_file%%/*}" + catalog_file="/var/pkg-get/catalog-$catalog_file" + + echo "$catalog_file" +} && +_pkg-get() +{ + local cur prev file catalog_file url command + COMPREPLY=() + cur="${COMP_WORDS[COMP_CWORD]}" + prev="${COMP_WORDS[COMP_CWORD-1]}" + + if [[ "${prev}" = "-s" ]]; then + return 1 + fi + + i=${#COMP_WORDS[*]} + while [[ $i -gt 0 ]]; do + i=$((i-1)) + if [[ "${COMP_WORDS[$i]}" = "-s" ]]; then + url="${COMP_WORDS[$((i+1))]}" + fi + if [[ "${COMP_WORDS[$i]}" == @(available|-a|describe|-D|download|-d|install|-i|list|updatecatalog|-U|upgrade|-u) ]]; then + command="${COMP_WORDS[$i]}" + fi + done + + if [[ -n "$command" ]]; then + if [[ "$command" == @(describe|-D|download|-d|install|-i) ]]; then + catalog_file=$(_pkg-get_get_catalog_file "$url") + if [[ -f $catalog_file ]]; then + local packages_list=$(awk ' $0 ~ /BEGIN PGP SIGNATURE/ { exit } $1 ~ /^Hash:/ || $1 ~ /^ *(-|#|$)/ { next } { print $1 }' $catalog_file) + COMPREPLY=( $(compgen -W "${packages_list}" -- ${cur}) ) + fi + fi + return 0 + fi + + if [[ ${cur} == -* ]] ; then + local opts="-c -d -D -f -i -l -s -S -u -U -v" + COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) + return 0 + else + local commands="available describe download install list updatecatalog upgrade" + COMPREPLY=( $(compgen -W "${commands}" -- ${cur}) ) + return 0 + fi +} && +complete -F _pkg-get pkg-get Property changes on: csw/mgar/pkg/bash_completion/trunk/files/pkg-get.completion ___________________________________________________________________ Added: svn:executable + * Modified: csw/mgar/pkg/bash_completion/trunk/files/pkgadd.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkgadd.completion 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/pkgadd.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -8,37 +8,20 @@ # software causes damage. # -_pkgadd_complete_pkginst () -{ - local device filedir - device=$1 - - for filedir in $(/bin/ls -1 $device); do - if [[ -d "$device/$filedir" ]] && [[ -f "$device/$filedir/pkginfo" ]]; then - pkginst_list=( ${pkginst_list[@]:-} "$filedir" ) - fi - done -} - -have pkgadd && _pkgadd () { - local cur prev i device pkginst_list - COMPREPLY=() - pkginst_list=() - cur="${COMP_WORDS[COMP_CWORD]}" - prev="${COMP_WORDS[COMP_CWORD-1]}" + local cur prev words cword + _init_completion -n : || return # if a device directory was given # we must complete with the package # available in this directory - device=/var/spool/pkg; - i=${#COMP_WORDS[*]}; - while [[ $i -gt 0 ]]; do - i=$((i-1)); - case "${COMP_WORDS[$i]}" in - -d) - device="${COMP_WORDS[$((i+1))]}"; + local device=/var/spool/pkg; + local i=$cword + while [[ $((i--)) -gt 0 ]]; do + case "${words[$i]}" in + -d) + device="${words[$((i+1))]}"; break ;; esac; @@ -62,11 +45,16 @@ local opts="-a -A -d -k -n -M -P -r -R -s -v -V -x" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) else + local pkginst_list if [[ -d $device ]]; then - _pkgadd_complete_pkginst $device + for filedir in $(/bin/ls -1 $device); do + if [[ -d "$device/$filedir" ]] && [[ -f "$device/$filedir/pkginfo" ]]; then + pkginst_list+=( ${pkginst_list[@]:-} "$filedir" ) + fi + done pkginst_list="${pkginst_list[@]}" else - pkginst_list=$(strings $device | grep "^PKG=" | sort -u | cut -d= -f2) + pkginst_list=$(strings $(dequote $device) | grep "^PKG=" | sort -u | cut -d= -f2) fi COMPREPLY=( $(compgen -W "$pkginst_list" -- ${cur}) ) fi Modified: csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/pkgrm.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -11,21 +11,19 @@ _have pkgrm && _pkgrm () { - local cur prev i spool; - COMPREPLY=(); - cur="${COMP_WORDS[COMP_CWORD]}"; - prev="${COMP_WORDS[COMP_CWORD-1]}"; + local cur prev words cword + _init_completion || return # if a spool directory was given # we must complete with the package # available in this directory - spool=/var/sadm/pkg; - i=${#COMP_WORDS[*]}; - while [[ $i -gt 0 ]]; do + local spool=/var/sadm/pkg; + local i=$cword + while [[ $((i--)) -gt 0 ]]; do i=$((i-1)); - case "${COMP_WORDS[$i]}" in + case "${words[$i]}" in -s) - spool="${COMP_WORDS[$((i+1))]}"; + spool="${words[$((i+1))]}"; break ;; esac; Modified: csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/pkgutil.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -10,53 +10,95 @@ # pkgutil.completion - bash completion for pkgutil # -_have pkgutil && + +_pkgutil_url2catalog() +{ + local filename="$1" + + filename="${filename##*://}" + filename="${filename//\//_}" + filename="/var/opt/csw/pkgutil/catalog.${filename}_$(uname -p)_$(uname -r)" + + echo "$filename" +} + _pkgutil() { - local cur prev file catalog_file url command - local catalog_file="/var/opt/csw/pkgutil/catalog.`uname -p`.`uname -r`" - COMPREPLY=() - cur="${COMP_WORDS[COMP_CWORD]}" - prev="${COMP_WORDS[COMP_CWORD-1]}" + local cur prev words cword + _init_completion -n : || return - i=${#COMP_WORDS[*]} - while [[ $i -gt 1 ]]; do - i=$((i-1)) - if [[ "${COMP_WORDS[$i]}" = @(-t|--temp) ]]; then - url="${COMP_WORDS[$((i+1))]}" + local command catalog_files configuration_files + declare -a configuration_files=("/opt/csw/etc/pkgutil.conf" "/etc/opt/csw/pkgutil.conf") + declare -a catalog_files=() + + i=$cword + while [[ $((i--)) -gt 1 ]]; do + if [[ "${words[$i]}" = @(-t|--temp) ]]; then + local url="${words[$((i+1))]}" + local catalog=$(_pkgutil_url2catalog "$url") + catalog_files=("$catalog") + elif [[ "${words[$i]}" = @(--config) ]]; then + configuration_files=( "$(dequote ${words[$((i+1))]})" ) + elif [[ "${words[$i]}" == @(-i|--install|-u|--upgrade|-r|--remove|-d|--download|-a|--available|-c|--compare|-U|--catalog|-S|--stream) ]]; then + command="${words[$i]}" fi - if [[ "${COMP_WORDS[$i]}" == @(-i|--install|-u|--upgrade|-r|--remove|-d|--download|-a|--available|-c|--compare|-U|--catalog|-S|--stream) ]]; then - command="${COMP_WORDS[$i]}" - fi done - - if [[ -n "$command" ]]; then - if [[ -f $catalog_file ]]; then - if [[ "$command" == @(--download|-d|--install|-i|--upgrade|-u|s|--stream) ]]; then - local packages_list=$(awk ' $0 ~ /BEGIN PGP SIGNATURE/ { exit } $1 ~ /^Hash:/ || $1 ~ /^ *(-|#|$)/ { next } { print $1 }' $catalog_file) - COMPREPLY=( $(compgen -W "${packages_list}" -- ${cur}) ) - elif [[ "$command" == @(-r|--remove) ]]; then - local packages_list=$(pkginfo | awk ' $2 ~ /^CSW/ { printf ("%s|",$2) }') - packages_list=${packages_list%|} - packages_list=$(nawk " \$3 ~ /^$packages_list\$/ { print \$1 }" $catalog_file) - COMPREPLY=( $(compgen -W "${packages_list}" -- ${cur}) ) - fi - fi + + if [[ "$prev" = @(-W|--workdir|-P|--pkgdir|-R|--rootpath) ]]; then + _filedir -d return 0 fi - if [[ "$prev" = @(-W|--workdir) ]]; then - COMPREPLY=( $(compgen -d -- ${cur}) ) + if [[ "$prev" = @(-o|--output|--config) ]]; then + _filedir return 0 fi - if [[ "$prev" = @(-o|--output) ]]; then - COMPREPLY=( $(compgen -f -- ${cur}) ) + if [[ "$prev" = @(-p|--param) ]]; then + compopt -o nospace + COMPREPLY=( $(compgen -W "mirror: pkgaddopts: pkgrmopts: wgetopts: use_gpg: use_md5: pkgliststyle: maxpkglist: noncsw: stop_on_hook_soft_error: exclude_pattern: gpg_homedir: root_path: deptree_filter_common: show_current: catalog_not_cached: catalog_update:" -- $cur) ) return 0 fi - local commands="-i --install -u --upgrade -r --remove -d --download -a --available -c --compare -U --catalog -e --email -t --temp=site -s --stream -T --target -o --output -x --exclude -W --workdir -y --yes -n --nomod -D --debug -h --help -v --version -V --syscheck" - COMPREPLY=( $(compgen -W "${commands}" -- ${cur}) ) + if [[ "$prev" = @(-T|--target) ]]; then + # Work-around bash_completion issue where bash interprets a colon + # as a separator, borrowed from maven completion code which borrowed + # it from darcs completion code :) + local colonprefixes=${cur%"${cur##*:}"} + COMPREPLY=( $(compgen -W "sparc:5.9 sparc:5.10 sparc:5.11 i386:5.9 i386:5.10 i386:5.11" -- $cur) ) + local i=${#COMPREPLY[*]} + while [ $((--i)) -ge 0 ]; do + COMPREPLY[$i]=${COMPREPLY[$i]#"$colonprefixes"} + done + return 0 + fi + + if [[ -n "$command" ]] && [[ ! "$cur" == -* ]]; then + + local mirrors mirror_url + mirrors=$(awk -F= ' $1 ~ /^ *mirror *$/ { print $2 }' ${configuration_files[@]}) + mirrors=${mirrors:-http://mirror.opencsw.org/opencsw/testing} + for mirror_url in $mirrors; do + local catalog=$(_pkgutil_url2catalog "$mirror_url") + catalog_files=( "${catalog_files[@]}" "$catalog" ) + done + + if [[ "$command" == @(--download|-d|--install|-i|--upgrade|-u|s|--stream) ]]; then + local packages_list=$(awk ' $0 ~ /BEGIN PGP SIGNATURE/ { exit } $1 ~ /^Hash:/ || $1 ~ /^ *(-|#|$)/ { next } { print $1 }' "${catalog_files[@]}") + COMPREPLY=( $(compgen -W "${packages_list}" -- $cur) ) + + elif [[ "$command" == @(-r|--remove) ]]; then + local packages_list=$(pkginfo | awk ' $2 ~ /^CSW/ { printf ("%s|",$2) }') + packages_list=${packages_list%|} + packages_list=$(nawk " \$3 ~ /^$packages_list\$/ { print \$1 }" "${catalog_files[@]}") + COMPREPLY=( $(compgen -W "${packages_list}" -- $cur) ) + fi + return 0 + fi + + local commands="-i --install -u --upgrade -r --remove -d --download -U --catalog -a --available --describe -c --compare -C --compare-diff -A --compare-avail -e --email -t --temp -x --exclude -W --workdir -P --pkgdir -R --rootpath --config -y --yes -f --force -n --nomod -N --nodeps -D --debug --trace -h --help -v --version -V --syscheck -l --list -L --listfile -F --findfile --deptree --extract -s --stream -o --output -T --target --single -p --param --parse --cleanup --catinfo" + COMPREPLY=( $(compgen -W "${commands}" -- $cur) ) return 0 -} && +} + complete -F _pkgutil pkgutil Deleted: csw/mgar/pkg/bash_completion/trunk/files/smf.completion =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/smf.completion 2012-08-26 14:50:13 UTC (rev 19102) +++ csw/mgar/pkg/bash_completion/trunk/files/smf.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -1,104 +0,0 @@ -# -# Copyright 2006 Yann Rouillard -# All rights reserved. Use is subject to license terms. -# -# Redistribution and/or use, with or without modification, is -# permitted. This code is without warranty of any kind. The -# author(s) shall not be liable in the event that use of the -# software causes damage. -# - -_smf_complete_frmi () -{ - local cur="$1" prefix="$2" - local IFS=$'\t\n' - local colons nb_colons frmi pattern="" - - if [[ "$cur" == "$prefix"* ]]; then - prefix="$cur" - fi - - colons=${cur//[^:]/} - nb_colons=${#colons} - - # solaris sed doesn't seem to support \(pattern\)\{number\} regex - while [[ "$nb_colons" -ne 0 ]]; do - pattern="$pattern[^:]*:" - nb_colons=$(( nb_colons - 1 )) - done - - if [[ -n "$pattern" ]]; then - frmi="$(svcs -H -o FMRI "$prefix*" 2>/dev/null | sed -n -e "s/$pattern//p")" - else - frmi="$(svcs -H -o FMRI "$prefix*" 2>/dev/null)" - fi - - cur="${cur##*:}" - COMPREPLY=( $(compgen -W "$frmi" -- ${cur}) ) -} - -_have svcadm && -_svcadm () -{ - local cur prev command command_list command_option i - COMPREPLY=() - command_list="enable disable restart refresh clear mark milestone" - cur="${COMP_WORDS[COMP_CWORD]}" - prev="${COMP_WORDS[COMP_CWORD-1]}" - - for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do - if [[ ${COMP_WORDS[i]} == @(enable|disable|restart|refresh|clear|mark|milestone) ]]; then - command=${COMP_WORDS[i]} - fi - done - - if [[ -z "$command" ]]; then - if [[ ${cur} == -* ]] ; then - COMPREPLY=( $(compgen -W "-v" -- ${cur}) ) - else - COMPREPLY=( $(compgen -W "$command_list" -- ${cur}) ) - fi - else - case "$command" in - enable) - if [[ ${cur} == -* ]]; then - COMPREPLY=( $(compgen -W "-r -s -t" -- ${cur}) ) - else - _smf_complete_frmi "${cur}" "svc:" - fi;; - - disable) - if [[ ${cur} == -* ]]; then - COMPREPLY=( $(compgen -W "-s -t" -- ${cur}) ) - else - _smf_complete_frmi "${cur}" "svc:" - fi;; - - restart) - _smf_complete_frmi "${cur}" "svc:";; - refresh) - _smf_complete_frmi "${cur}" "svc:";; - clear) - _smf_complete_frmi "${cur}" "svc:";; - mark) - if [[ ${cur} == -* ]]; then - COMPREPLY=( $(compgen -W "-I -t" -- ${cur}) ) - else - if [[ "$prev" == @(degraded|maintenance) ]]; then - _smf_complete_frmi "${cur}" "svc:" - else - COMPREPLY=( $(compgen -W "degraded maintenance" -- ${cur}) ) - fi - fi;; - - milestone) - if [[ ${cur} == -* ]]; then - COMPREPLY=( $(compgen -W "-d" -- ${cur}) ) - else - _smf_complete_frmi "${cur}" "svc:/milestone/" - fi;; - esac - fi -} && -complete -F _svcadm svcadm - Copied: csw/mgar/pkg/bash_completion/trunk/files/svcadm.completion (from rev 19076, csw/mgar/pkg/bash_completion/trunk/files/smf.completion) =================================================================== --- csw/mgar/pkg/bash_completion/trunk/files/svcadm.completion (rev 0) +++ csw/mgar/pkg/bash_completion/trunk/files/svcadm.completion 2012-08-26 19:01:44 UTC (rev 19103) @@ -0,0 +1,152 @@ +# +# Copyright 2006 Yann Rouillard +# All rights reserved. Use is subject to license terms. +# +# Redistribution and/or use, with or without modification, is +# permitted. This code is without warranty of any kind. The +# author(s) shall not be liable in the event that use of the +# software causes damage. +# + + +# +# svcadm accept any complete FMRI or abreviated FMRI +# - a complete FMRI is svc:/foo/bar/bar/baz +# - abbreviated FMRI are foo/bar/bar/baz, bar/bar/baz, bar/baz or baz +# +# The goal of this function is to be able to propose all alternatives, +# but to not clutter the interface with all completions, we will only +# cut every completion alternative at the next slash. +# +# For exemple, if the user types , we will propose for svc://foo/bar/bar/baz +# the following completion: foo/, bar/ and baz +# If the user types , we will propose: bar/ and baz +# If the user types , we will propose: bar/bar/ and bar/baz +# +# By default, the function proproses only abbreviated completions except if the user already +# began to type svc:. In that case we will propose only the complete FMRI beginning with the +# pattern +# +_smf_complete_fmri () +{ + local cur="$1" prefix="$2" + local cur_prefix fmri fmri_list="" + local exact_mode pattern + + if [[ "$cur" == $prefix* ]]; then + [[ "$cur" == $prefix ]] && cur+="/" + pattern="$cur*" + exact_mode=1 + else + pattern="$prefix*/$cur*" + fi + + cur_prefix="${cur%"${cur##*/}"}" + + for fmri in $(svcs -H -o FMRI "$pattern" 2>/dev/null); do + + local fmri_part_list fmri_part + + if [[ -z "$exact_mode" ]]; then + + fmri=${fmri#$prefix/} + + # we generate all possibles abbrevations for the FMRI + # no need to have a generic loop as we will have a finite + # number of components + local OIFS="$IFS"; IFS="/"; set -- $fmri; IFS="$OIFS" + case $# in + 1) fmri_part_list=" $1";; + 2) fmri_part_list=" $2 $1/$2";; + 3) fmri_part_list=" $3 $2/$3 $1/$2/$3";; + 4) fmri_part_list=" $4 $3/$4 $2/$3/$4 $1/$2/$3/$4";; + esac + else + fmri_part_list="$fmri" + fi + + # Here we make sure the completions begins with the pattern and + # we cut them at the first slash + for fmri_part in $fmri_part_list; do + [[ "$fmri_part" == $cur* ]] || continue + local first_part=${fmri_part#$cur_prefix} + first_part=$cur_prefix${first_part%%/*} + [[ "$first_part" != "$fmri_part" ]] && first_part+="/" + fmri_list+=" $first_part" + done + done + + COMPREPLY=( $fmri_list ) + + # here we want to detect if there only one completion proposed and that + # it ends with a slash. That means the users will still have to complete + # after, so we gain him one tab keystroke by immediately proposing the + # next completion alternatives + local i=${#COMPREPLY[*]} + if [[ $i -gt 0 ]] && [[ "${COMPREPLY[$((--i))]}" == */ ]]; then + # we have to iterate throught the list as we may have duplicate + while [[ $i -ne 0 ]]; do + [[ "${COMPREPLY[$i]}" != "${COMPREPLY[$((i - 1))]}" ]] && break + ((i--)) + done + if [[ $i -eq 0 ]]; then + _smf_complete_fmri "${COMPREPLY[0]}" "$prefix" + return 0 + fi + fi + + # Work-around bash_completion issue where bash interprets a colon + # as a separator, borrowed from maven completion code which borrowed + # it from darcs completion code :) + local colonprefixes=${cur%"${cur##*:}"} + local i=${#COMPREPLY[*]} + while [ $((--i)) -ge 0 ]; do + COMPREPLY[$i]=${COMPREPLY[$i]#"$colonprefixes"} + done +} + +_svcadm () +{ + local cur prev words cword + _init_completion -n : || return + + local command_list="enable disable restart refresh clear mark milestone" + local command i + + for (( i=1; i < $cword; i++ )); do + if [[ ${words[i]} == @(enable|disable|restart|refresh|clear|mark|milestone) ]]; then + command=${words[i]} + fi + done + + if [[ -z "$command" ]]; then + if [[ ${cur} == -* ]] ; then + COMPREPLY=( $(compgen -W "-v" -- ${cur}) ) + else + COMPREPLY=( $(compgen -W "$command_list" -- ${cur}) ) + fi + else + if [[ ${cur} == -* ]]; then + case "$command" in + enable) + COMPREPLY=( $(compgen -W "-r -s -t" -- ${cur}) );; + disable) + COMPREPLY=( $(compgen -W "-s -t" -- ${cur}) );; + mark) + COMPREPLY=( $(compgen -W "-I -t" -- ${cur}) );; + milestone) + COMPREPLY=( $(compgen -W "-d" -- ${cur}) );; + esac + else + if [[ "$command" == "mark" ]] && [[ "$prev" != @(degraded|maintenance) ]]; then + COMPREPLY=( $(compgen -W "degraded maintenance" -- ${cur}) ) + elif [[ "$command" == "milestone" ]]; then + _smf_complete_fmri "${cur}" "svc:/milestone" + else + _smf_complete_fmri "${cur}" "svc:" + fi + fi + fi +} && +complete -F _svcadm svcadm + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Mon Aug 27 09:04:53 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Mon, 27 Aug 2012 07:04:53 +0000 Subject: [csw-devel] SF.net SVN: gar:[19104] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 19104 http://gar.svn.sourceforge.net/gar/?rev=19104&view=rev Author: guengel Date: 2012-08-27 07:04:52 +0000 (Mon, 27 Aug 2012) Log Message: ----------- glib2/trunk: Builds and passes tests on x86 and sparc. Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch csw/mgar/pkg/glib2/trunk/files/0013-Disable-mainloop-child_sources-test.patch csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch csw/mgar/pkg/glib2/trunk/files/0015-Fix-locale-for-collate-test.patch csw/mgar/pkg/glib2/trunk/files/0017-Disable-gdbus-connection-loss-test.patch csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch csw/mgar/pkg/glib2/trunk/files/0018-Disable-all-gdbus-thread-tests.patch csw/mgar/pkg/glib2/trunk/files/0019-Disable-some-gdbus-tests.patch csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch csw/mgar/pkg/glib2/trunk/files/0020-Disable-gsettings-strinfo-test.patch csw/mgar/pkg/glib2/trunk/files/0021-Disable-buffered-input-stream-set-buffer-size-test.patch csw/mgar/pkg/glib2/trunk/files/0021-Disable-some-gapplication-tests.patch csw/mgar/pkg/glib2/trunk/files/0022-Change-shell-to-bash-in-test-shell-scripts.patch Removed Paths: ------------- csw/mgar/pkg/glib2/trunk/files/0001-Disable-inf-nan-mini-test.patch csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch csw/mgar/pkg/glib2/trunk/files/0001-Use-proper-locale-for-collate-tests.patch csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch csw/mgar/pkg/glib2/trunk/files/0002-Replace-sh-by-svcs-in-utils-find-program.patch csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch csw/mgar/pkg/glib2/trunk/files/0004-Disable-check-glib-642026-ec.patch csw/mgar/pkg/glib2/trunk/files/0004-Use-smtp-instead-of-http-in-network-address-test.patch csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch csw/mgar/pkg/glib2/trunk/files/0005-Fix-hard-coded-paths.patch csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch csw/mgar/pkg/glib2/trunk/files/0006-Fix-path-to-dbus-machine-id.patch csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch csw/mgar/pkg/glib2/trunk/files/0009-make-gsocket.c-word-with-solaris.patch csw/mgar/pkg/glib2/trunk/files/0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch csw/mgar/pkg/glib2/trunk/files/0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch csw/mgar/pkg/glib2/trunk/files/0012-Use-proper-locale-for-collate-tests-2.patch csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch csw/mgar/pkg/glib2/trunk/files/0013-Fix-test-shell-script.patch csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch csw/mgar/pkg/glib2/trunk/files/0015-Do-not-ellipses-in-switch-cases.patch csw/mgar/pkg/glib2/trunk/files/0016-Format-string-for-Solaris-lt.-10u9.patch csw/mgar/pkg/glib2/trunk/files/0017-Disable-gapplication-gapplication-basic-test.patch csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch csw/mgar/pkg/glib2/trunk/files/0018-Disable-gdbus-connection-large_message-on-sparc.patch csw/mgar/pkg/glib2/trunk/files/0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch csw/mgar/pkg/glib2/trunk/files/0019-Disable-volumemonitor-tests.patch csw/mgar/pkg/glib2/trunk/files/0019-Fix-gdbus-peer-tests.patch csw/mgar/pkg/glib2/trunk/files/0020-Disable-buffered-input-stream-set-buffer-size-on-spa.patch csw/mgar/pkg/glib2/trunk/files/0023-Disable-data-input-stream-read-int-test-on-sparc.patch csw/mgar/pkg/glib2/trunk/files/0023-Disable-failing-gsettings-tests.patch csw/mgar/pkg/glib2/trunk/files/0023-Disable-run-assert-msg-test.sh.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/Makefile 2012-08-27 07:04:52 UTC (rev 19104) @@ -4,6 +4,8 @@ # # The test /gsettings/keyfile may fail on first attempt, rerunning the tests # should make it pass, though. --raos +# +# Set max open files to 1024 NAME = glib VERSION = 2.32.4 @@ -23,45 +25,6 @@ DISTFILES = $(NAME)-$(VERSION).tar.xz -# Reported: https://bugzilla.gnome.org/show_bug.cgi?id=668973. New in glib-2.30.2 -# PATCHFILES += 0001-Disable-inf-nan-mini-test.patch -# The test looks for sh and expects it to be in /bin, but it is found -# in /opt/csw/bin. So the patch makes it look for svcs. New in glib-2.30.2 -#PATCHFILES += 0002-Replace-sh-by-svcs-in-utils-find-program.patch -# Disabled. Need to report, but wait on outcome on x86. -#PATCHFILES += 0004-Disable-check-glib-642026-ec.patch - -# PATCHFILES = 0001-Use-proper-locale-for-collate-tests.patch - -# PATCHFILES += 0004-Use-smtp-instead-of-http-in-network-address-test.patch -# PATCHFILES += 0005-Fix-hard-coded-paths.patch -# PATCHFILES += 0006-Fix-path-to-dbus-machine-id.patch -# PATCHFILES += 0007-Fix-configure-_XOPEN_SOURCE.patch -# PATCHFILES += 0009-make-gsocket.c-word-with-solaris.patch -# # Disabled until fixed: -# # https://bugzilla.gnome.org/show_bug.cgi?id=659306 -# PATCHFILES += 0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch -# PATCHFILES += 0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch -# PATCHFILES += 0012-Use-proper-locale-for-collate-tests-2.patch -# PATCHFILES += 0019-Fix-gdbus-peer-tests.patch -# # Disable test on sparc v9 -# # https://bugzilla.gnome.org/show_bug.cgi?id=660638 -# PATCHFILES += 0020-Disable-buffered-input-stream-set-buffer-size-on-spa.patch - -# # Those patches are for tests that fail on the build farm -# # but not on other build hosts. -# PATCHFILES += 0015-Do-not-ellipses-in-switch-cases.patch -# PATCHFILES += 0016-Format-string-for-Solaris-lt.-10u9.patch -# PATCHFILES += 0017-Disable-gapplication-gapplication-basic-test.patch -# PATCHFILES += 0018-Disable-gdbus-connection-large_message-on-sparc.patch -# PATCHFILES += 0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch -# PATCHFILES += 0019-Disable-volumemonitor-tests.patch -# PATCHFILES += 0023-Disable-data-input-stream-read-int-test-on-sparc.patch -# PATCHFILES += 0023-Disable-failing-gsettings-tests.patch - -# # SPARCv9 Specific Patches -# PATCHFILES_isa-sparcv9 += 0023-Disable-run-assert-msg-test.sh.patch - # # Build patches # @@ -78,17 +41,42 @@ PATCHFILES += 0003-Ad-hoc-macro-for-comparing-double.patch # Needs to be reported PATCHFILES += 0005-Disable-test-gobject-param-implement.patch -# gdbus/peer-to-peer needs to be reported -PATCHFILES += 0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch +# gdbus/peer-to-peer and /gdbus/overflow need to be reported +PATCHFILES += 0019-Disable-some-gdbus-tests.patch # Needs to be reported PATCHFILES += 0009-Disable-file-async-create-delete-checks.patch -PATCHFILES += 0008-Change-shell-to-bash-in-test-shell-scripts.patch -PATCHFILES += 0010-Fix-locale-for-unicode-collate-test.patch + # Needs to be reported PATCHFILES += 0017-Fix-disable-testglib-tests.patch # Needs to be reported PATCHFILES += 0014-Disable-gvariant-varargs.patch +# Those need to be reported +PATCHFILES_isa-sparcv9 += 0013-Disable-mainloop-child_sources-test.patch +PATCHFILES_isa-sparcv8plus += 0013-Disable-mainloop-child_sources-test.patch + +# Investigate before reporting +PATCHFILES_isa-sparcv9 += 0020-Disable-desktop-app-info-fallback-test.patch +PATCHFILES_isa-sparcv8plus += 0020-Disable-desktop-app-info-fallback-test.patch + +# Needs to be reported +PATCHFILES += 0017-Disable-gdbus-connection-loss-test.patch + +# Needs to be reported +PATCHFILES += 0018-Disable-all-gdbus-thread-tests.patch + +# Needs to be reported +PATCHFILES += 0021-Disable-some-gapplication-tests.patch + +# Needs to be reported +PATCHFILES_isa-sparcv9 += 0021-Disable-buffered-input-stream-set-buffer-size-test.patch + +# Needs to be reported +PATCHFILES += 0020-Disable-gsettings-strinfo-test.patch + +PATCHFILES += 0010-Fix-locale-for-unicode-collate-test.patch +PATCHFILES += 0015-Fix-locale-for-collate-test.patch + # Those tests will fail if no IPv6 interfaces are up PATCHFILES += 0013-Disable-IPv6-tests.patch @@ -97,6 +85,7 @@ # PATCHFILES += 0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch PATCHFILES += 0003-Make-glib-work-with-zoneinfo-version-1.patch +PATCHFILES += 0022-Change-shell-to-bash-in-test-shell-scripts.patch PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 @@ -197,7 +186,7 @@ # We don't need it and if defined the test breaks LD_OPTIONS = -EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS) +EXTRA_LINKER_FLAGS = $(subst $$,\$$,$(RUNPATH_LINKER_FLAGS)) EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 # -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 @@ -226,17 +215,13 @@ # DTrace compilation fails, disable for now CONFIGURE_ARGS += --disable-dtrace -$(warning "remove when done!") -EXTRA_CFLAGS += -xO0 -g - # Those are to make the checks work EXTRA_COMMON_EXPORTS = TZ EXTRA_COMMON_EXPORTS += DISPLAY EXTRA_COMMON_EXPORTS += TERM EXTRA_COMMON_EXPORTS += HOME -# AFAICS Python is only used for tests -#PYCOMPILE = 1 +PYCOMPILE = 1 #provided by iconv MERGE_EXCLUDE_FILES = .*/charset.alias Deleted: csw/mgar/pkg/glib2/trunk/files/0001-Disable-inf-nan-mini-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0001-Disable-inf-nan-mini-test.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0001-Disable-inf-nan-mini-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,32 +0,0 @@ -From 66516bc1f5e1794fed30b9638060469f7c05d2b8 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sun, 29 Jan 2012 21:50:28 +0100 -Subject: [PATCH] Disable inf/nan mini test - ---- - glib/tests/gvariant.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c -index e943bb2..69eccd6 100644 ---- a/glib/tests/gvariant.c -+++ b/glib/tests/gvariant.c -@@ -3716,6 +3716,7 @@ test_parses (void) - } - - /* inf/nan mini test */ -+ /* Doesn't work. Bug reported - { - const gchar *tests[] = { "inf", "-inf", "nan" }; - GVariant *value; -@@ -3731,6 +3732,7 @@ test_parses (void) - g_free (printed); - } - } -+ */ - - g_variant_type_info_assert_no_infos (); - } --- -1.7.8.3 - Deleted: csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,25 +0,0 @@ -From 8190e5963ceee1e8e85f5ed76fe34a1d5dca7491 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 23 Aug 2012 14:06:14 +0200 -Subject: [PATCH] Remove -pthread from LDFLAGS. - ---- - glib/tests/Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/glib/tests/Makefile.in b/glib/tests/Makefile.in -index 87ed831..9da054b 100644 ---- a/glib/tests/Makefile.in -+++ b/glib/tests/Makefile.in -@@ -818,7 +818,7 @@ gwakeup_LDADD = $(progs_ldadd) - @HAVE_EVENTFD_TRUE at gwakeup_fallback_SOURCES = gwakeuptest.c ../../glib/gwakeup.c - @HAVE_EVENTFD_TRUE at gwakeup_fallback_CFLAGS = $(AM_CFLAGS) -DTEST_EVENTFD_FALLBACK - @HAVE_EVENTFD_TRUE at gwakeup_fallback_LDADD = $(progs_ldadd) -- at OS_UNIX_TRUE@private_LDFLAGS = -pthread -+ at OS_UNIX_TRUE@private_LDFLAGS = - @OS_UNIX_TRUE at unix_multithreaded_SOURCES = $(top_srcdir)/glib/tests/unix.c - @OS_UNIX_TRUE at unix_multithreaded_CFLAGS = -DTEST_THREADED - @OS_UNIX_TRUE at unix_multithreaded_LDADD = $(progs_ldadd) --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0001-Remove-pthread-from-LDFLAGS.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From 8190e5963ceee1e8e85f5ed76fe34a1d5dca7491 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 14:06:14 +0200 +Subject: [PATCH] Remove -pthread from LDFLAGS. + +--- + glib/tests/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glib/tests/Makefile.in b/glib/tests/Makefile.in +index 87ed831..9da054b 100644 +--- a/glib/tests/Makefile.in ++++ b/glib/tests/Makefile.in +@@ -818,7 +818,7 @@ gwakeup_LDADD = $(progs_ldadd) + @HAVE_EVENTFD_TRUE at gwakeup_fallback_SOURCES = gwakeuptest.c ../../glib/gwakeup.c + @HAVE_EVENTFD_TRUE at gwakeup_fallback_CFLAGS = $(AM_CFLAGS) -DTEST_EVENTFD_FALLBACK + @HAVE_EVENTFD_TRUE at gwakeup_fallback_LDADD = $(progs_ldadd) +- at OS_UNIX_TRUE@private_LDFLAGS = -pthread ++ at OS_UNIX_TRUE@private_LDFLAGS = + @OS_UNIX_TRUE at unix_multithreaded_SOURCES = $(top_srcdir)/glib/tests/unix.c + @OS_UNIX_TRUE at unix_multithreaded_CFLAGS = -DTEST_THREADED + @OS_UNIX_TRUE at unix_multithreaded_LDADD = $(progs_ldadd) +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0001-Use-proper-locale-for-collate-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0001-Use-proper-locale-for-collate-tests.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0001-Use-proper-locale-for-collate-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,28 +0,0 @@ -From 5e52aa40abe0e1089cef06517e49a5f84b1f49e0 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Mon, 5 Sep 2011 20:47:36 +0200 -Subject: [PATCH] Use proper locale for collate tests. - ---- - glib/tests/collate.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/glib/tests/collate.c b/glib/tests/collate.c -index eaae049..09da374 100644 ---- a/glib/tests/collate.c -+++ b/glib/tests/collate.c -@@ -184,9 +184,9 @@ main (int argc, char *argv[]) - - g_test_init (&argc, &argv, NULL); - -- g_setenv ("LC_ALL", "en_US", TRUE); -+ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); - locale = setlocale (LC_ALL, ""); -- if (locale == NULL || strcmp (locale, "en_US") != 0) -+ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) - { - g_test_message ("No suitable locale, skipping test"); - return 0; --- -1.7.6 - Deleted: csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,27 +0,0 @@ -From 858b0b602ea793f40fec1e60113ecc15f858d521 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 23 Aug 2012 14:23:28 +0200 -Subject: [PATCH] Include sys/filio.h to provide FIONREAD - ---- - gio/gsocket.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/gio/gsocket.c b/gio/gsocket.c -index b24000f..cb252de 100644 ---- a/gio/gsocket.c -+++ b/gio/gsocket.c -@@ -48,6 +48,10 @@ - #include - #endif - -+#ifndef FIONREAD -+#include -+#endif -+ - #include "gcancellable.h" - #include "gioenumtypes.h" - #include "ginetaddress.h" --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0002-Include-sys-filio.h-to-provide-FIONREAD.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,27 @@ +From 858b0b602ea793f40fec1e60113ecc15f858d521 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 14:23:28 +0200 +Subject: [PATCH] Include sys/filio.h to provide FIONREAD + +--- + gio/gsocket.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/gio/gsocket.c b/gio/gsocket.c +index b24000f..cb252de 100644 +--- a/gio/gsocket.c ++++ b/gio/gsocket.c +@@ -48,6 +48,10 @@ + #include + #endif + ++#ifndef FIONREAD ++#include ++#endif ++ + #include "gcancellable.h" + #include "gioenumtypes.h" + #include "ginetaddress.h" +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0002-Replace-sh-by-svcs-in-utils-find-program.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0002-Replace-sh-by-svcs-in-utils-find-program.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0002-Replace-sh-by-svcs-in-utils-find-program.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,34 +0,0 @@ -From 903ddf339228d00341b397ec4c172ca64d3b6887 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Mon, 30 Jan 2012 08:00:40 +0100 -Subject: [PATCH] Replace sh by svcs in utils/find-program - ---- - glib/tests/utils.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) - -diff --git a/glib/tests/utils.c b/glib/tests/utils.c -index 81f2706..c8344c7 100644 ---- a/glib/tests/utils.c -+++ b/glib/tests/utils.c -@@ -210,12 +210,13 @@ test_find_program (void) - { - gchar *res; - -- res = g_find_program_in_path ("sh"); -- g_assert_cmpstr (res, ==, "/bin/sh"); -+ /* sh may be ambigous on Solaris */ -+ res = g_find_program_in_path ("svcs"); -+ g_assert_cmpstr (res, ==, "/usr/bin/svcs"); - g_free (res); - -- res = g_find_program_in_path ("/bin/sh"); -- g_assert_cmpstr (res, ==, "/bin/sh"); -+ res = g_find_program_in_path ("/usr/bin/svcs"); -+ g_assert_cmpstr (res, ==, "/usr/bin/svcs"); - g_free (res); - - res = g_find_program_in_path ("this_program_does_not_exit"); --- -1.7.8.3 - Deleted: csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,59 +0,0 @@ -From 245185574891f902a86c086bc20d8a327d43b455 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Tue, 6 Sep 2011 22:21:20 +0200 -Subject: [PATCH] Ad hoc macro for comparing double - -g_assert_cmpfloat uses long double, but values checked are double. ---- - gobject/tests/binding.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) - -diff --git a/gobject/tests/binding.c b/gobject/tests/binding.c -index 31993f3..0dff9e5 100644 ---- a/gobject/tests/binding.c -+++ b/gobject/tests/binding.c -@@ -2,6 +2,15 @@ - #include - #include - -+#ifdef __sun -+#define g_assert_cmpdouble(n1,cmp,n2) \ -+ do { double __n1 = (n1), __n2 = (n2); \ -+ if (__n1 cmp __n2) ; else \ -+ g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ -+ #n1 " " #cmp " " #n2, __n1, #cmp, __n2, 'f'); } while (0) -+#endif -+ -+ - typedef struct _BindingSource - { - GObject parent_instance; -@@ -344,10 +353,10 @@ binding_transform (void) - &unused_data, data_free); - - g_object_set (source, "value", 24.0, NULL); -- g_assert_cmpfloat (target->value, ==, ((9 * 24.0 / 5) + 32.0)); -+ g_assert_cmpdouble (target->value, ==, ((9 * 24.0 / 5) + 32.0)); - - g_object_set (target, "value", 69.0, NULL); -- g_assert_cmpfloat (source->value, ==, (5 * (69.0 - 32.0) / 9)); -+ g_assert_cmpdouble (source->value, ==, (5 * (69.0 - 32.0) / 9)); - - g_object_unref (source); - g_object_unref (target); -@@ -375,10 +384,10 @@ binding_transform_closure (void) - f2c_clos); - - g_object_set (source, "value", 24.0, NULL); -- g_assert_cmpfloat (target->value, ==, ((9 * 24.0 / 5) + 32.0)); -+ g_assert_cmpdouble (target->value, ==, ((9 * 24.0 / 5) + 32.0)); - - g_object_set (target, "value", 69.0, NULL); -- g_assert_cmpfloat (source->value, ==, (5 * (69.0 - 32.0) / 9)); -+ g_assert_cmpdouble (source->value, ==, (5 * (69.0 - 32.0) / 9)); - - g_object_unref (source); - g_object_unref (target); --- -1.7.6 - Added: csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0003-Ad-hoc-macro-for-comparing-double.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,59 @@ +From 245185574891f902a86c086bc20d8a327d43b455 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Tue, 6 Sep 2011 22:21:20 +0200 +Subject: [PATCH] Ad hoc macro for comparing double + +g_assert_cmpfloat uses long double, but values checked are double. +--- + gobject/tests/binding.c | 17 +++++++++++++---- + 1 files changed, 13 insertions(+), 4 deletions(-) + +diff --git a/gobject/tests/binding.c b/gobject/tests/binding.c +index 31993f3..0dff9e5 100644 +--- a/gobject/tests/binding.c ++++ b/gobject/tests/binding.c +@@ -2,6 +2,15 @@ + #include + #include + ++#ifdef __sun ++#define g_assert_cmpdouble(n1,cmp,n2) \ ++ do { double __n1 = (n1), __n2 = (n2); \ ++ if (__n1 cmp __n2) ; else \ ++ g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ ++ #n1 " " #cmp " " #n2, __n1, #cmp, __n2, 'f'); } while (0) ++#endif ++ ++ + typedef struct _BindingSource + { + GObject parent_instance; +@@ -344,10 +353,10 @@ binding_transform (void) + &unused_data, data_free); + + g_object_set (source, "value", 24.0, NULL); +- g_assert_cmpfloat (target->value, ==, ((9 * 24.0 / 5) + 32.0)); ++ g_assert_cmpdouble (target->value, ==, ((9 * 24.0 / 5) + 32.0)); + + g_object_set (target, "value", 69.0, NULL); +- g_assert_cmpfloat (source->value, ==, (5 * (69.0 - 32.0) / 9)); ++ g_assert_cmpdouble (source->value, ==, (5 * (69.0 - 32.0) / 9)); + + g_object_unref (source); + g_object_unref (target); +@@ -375,10 +384,10 @@ binding_transform_closure (void) + f2c_clos); + + g_object_set (source, "value", 24.0, NULL); +- g_assert_cmpfloat (target->value, ==, ((9 * 24.0 / 5) + 32.0)); ++ g_assert_cmpdouble (target->value, ==, ((9 * 24.0 / 5) + 32.0)); + + g_object_set (target, "value", 69.0, NULL); +- g_assert_cmpfloat (source->value, ==, (5 * (69.0 - 32.0) / 9)); ++ g_assert_cmpdouble (source->value, ==, (5 * (69.0 - 32.0) / 9)); + + g_object_unref (source); + g_object_unref (target); +-- +1.7.6 + Deleted: csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,124 +0,0 @@ -From 03edd1915e60aac86a75d4db05acf554087d17e3 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 23 Aug 2012 15:33:09 +0200 -Subject: [PATCH] Make glib work with zoneinfo version 1 - -Glib expect zoneinfo version 2, Solaris uses zoneinfo version 1. - -See also - - * http://cs.ucla.edu/~eggert/tz/tz-link.htm - * tzfile.h in ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz - * /usr/include/tzfile.h ---- - glib/gtimezone.c | 35 ++++++++++++++++++++++++++++++++--- - 1 file changed, 32 insertions(+), 3 deletions(-) - -diff --git a/glib/gtimezone.c b/glib/gtimezone.c -index e513f3b..d960959 100644 ---- a/glib/gtimezone.c -+++ b/glib/gtimezone.c -@@ -122,7 +122,11 @@ struct _GTimeZone - - const struct tzhead *header; - const struct ttinfo *infos; -+#ifndef __sun - const gint64_be *trans; -+#else -+ const gint32_be *trans; -+#endif - const guint8 *indices; - const gchar *abbrs; - gint timecnt; -@@ -272,13 +276,23 @@ parse_constant_offset (const gchar *name, - static GBytes * - zone_for_constant_offset (const gchar *name) - { -+#ifndef __sun - const gchar fake_zoneinfo_headers[] = - "TZif" "2..." "...." "...." "...." - "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" - "TZif" "2..." "...." "...." "...." - "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; -+#else -+ const gchar fake_zoneinfo_headers[] = -+ "TZif" "\0..." "...." "...." "...." -+ "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; -+#endif - struct { -+#ifndef __sun - struct tzhead headers[2]; -+#else -+ struct tzhead headers[1]; -+#endif - struct ttinfo info; - gchar abbr[8]; - } *fake; -@@ -378,7 +392,11 @@ g_time_zone_new (const gchar *identifier) - - tzdir = getenv ("TZDIR"); - if (tzdir == NULL) -+#ifndef __sun - tzdir = "/usr/share/zoneinfo"; -+#else -+ tzdir = "/usr/share/lib/zoneinfo"; -+#endif - - if (*identifier == ':') - identifier ++; -@@ -408,8 +426,15 @@ g_time_zone_new (const gchar *identifier) - gsize size; - const struct tzhead *header = g_bytes_get_data (tz->zoneinfo, &size); - -- /* we only bother to support version 2 */ -+ /* we only bother to support version 2 -+ * -+ * Well, I don't --raos -+ */ -+#ifndef __sun - if (size < sizeof (struct tzhead) || memcmp (header, "TZif2", 5)) -+#else -+ if (size < sizeof (struct tzhead) || memcmp (header, "TZif\0", 5)) -+#endif - { - g_bytes_unref (tz->zoneinfo); - tz->zoneinfo = NULL; -@@ -418,6 +443,7 @@ g_time_zone_new (const gchar *identifier) - { - gint typecnt; - -+#ifndef __sun - /* we trust the file completely. */ - tz->header = (const struct tzhead *) - (((const gchar *) (header + 1)) + -@@ -427,6 +453,9 @@ g_time_zone_new (const gchar *identifier) - 5 * guint32_from_be(header->tzh_timecnt) + - 6 * guint32_from_be(header->tzh_typecnt) + - guint32_from_be(header->tzh_charcnt)); -+#else -+ tz->header = header; -+#endif - - typecnt = guint32_from_be (tz->header->tzh_typecnt); - tz->timecnt = guint32_from_be (tz->header->tzh_timecnt); -@@ -507,7 +536,7 @@ interval_start (GTimeZone *tz, - gint interval) - { - if (interval) -- return gint64_from_be (tz->trans[interval - 1]); -+ return (gint64)gint32_from_be (tz->trans[interval - 1]); - - return G_MININT64; - } -@@ -517,7 +546,7 @@ interval_end (GTimeZone *tz, - gint interval) - { - if (interval < tz->timecnt) -- return gint64_from_be (tz->trans[interval]) - 1; -+ return (gint64)gint32_from_be (tz->trans[interval]) - 1; - - return G_MAXINT64; - } --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0003-Make-glib-work-with-zoneinfo-version-1.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,124 @@ +From 03edd1915e60aac86a75d4db05acf554087d17e3 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 15:33:09 +0200 +Subject: [PATCH] Make glib work with zoneinfo version 1 + +Glib expect zoneinfo version 2, Solaris uses zoneinfo version 1. + +See also + + * http://cs.ucla.edu/~eggert/tz/tz-link.htm + * tzfile.h in ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz + * /usr/include/tzfile.h +--- + glib/gtimezone.c | 35 ++++++++++++++++++++++++++++++++--- + 1 file changed, 32 insertions(+), 3 deletions(-) + +diff --git a/glib/gtimezone.c b/glib/gtimezone.c +index e513f3b..d960959 100644 +--- a/glib/gtimezone.c ++++ b/glib/gtimezone.c +@@ -122,7 +122,11 @@ struct _GTimeZone + + const struct tzhead *header; + const struct ttinfo *infos; ++#ifndef __sun + const gint64_be *trans; ++#else ++ const gint32_be *trans; ++#endif + const guint8 *indices; + const gchar *abbrs; + gint timecnt; +@@ -272,13 +276,23 @@ parse_constant_offset (const gchar *name, + static GBytes * + zone_for_constant_offset (const gchar *name) + { ++#ifndef __sun + const gchar fake_zoneinfo_headers[] = + "TZif" "2..." "...." "...." "...." + "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" + "TZif" "2..." "...." "...." "...." + "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; ++#else ++ const gchar fake_zoneinfo_headers[] = ++ "TZif" "\0..." "...." "...." "...." ++ "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\0" "\0\0\0\1" "\0\0\0\7"; ++#endif + struct { ++#ifndef __sun + struct tzhead headers[2]; ++#else ++ struct tzhead headers[1]; ++#endif + struct ttinfo info; + gchar abbr[8]; + } *fake; +@@ -378,7 +392,11 @@ g_time_zone_new (const gchar *identifier) + + tzdir = getenv ("TZDIR"); + if (tzdir == NULL) ++#ifndef __sun + tzdir = "/usr/share/zoneinfo"; ++#else ++ tzdir = "/usr/share/lib/zoneinfo"; ++#endif + + if (*identifier == ':') + identifier ++; +@@ -408,8 +426,15 @@ g_time_zone_new (const gchar *identifier) + gsize size; + const struct tzhead *header = g_bytes_get_data (tz->zoneinfo, &size); + +- /* we only bother to support version 2 */ ++ /* we only bother to support version 2 ++ * ++ * Well, I don't --raos ++ */ ++#ifndef __sun + if (size < sizeof (struct tzhead) || memcmp (header, "TZif2", 5)) ++#else ++ if (size < sizeof (struct tzhead) || memcmp (header, "TZif\0", 5)) ++#endif + { + g_bytes_unref (tz->zoneinfo); + tz->zoneinfo = NULL; +@@ -418,6 +443,7 @@ g_time_zone_new (const gchar *identifier) + { + gint typecnt; + ++#ifndef __sun + /* we trust the file completely. */ + tz->header = (const struct tzhead *) + (((const gchar *) (header + 1)) + +@@ -427,6 +453,9 @@ g_time_zone_new (const gchar *identifier) + 5 * guint32_from_be(header->tzh_timecnt) + + 6 * guint32_from_be(header->tzh_typecnt) + + guint32_from_be(header->tzh_charcnt)); ++#else ++ tz->header = header; ++#endif + + typecnt = guint32_from_be (tz->header->tzh_typecnt); + tz->timecnt = guint32_from_be (tz->header->tzh_timecnt); +@@ -507,7 +536,7 @@ interval_start (GTimeZone *tz, + gint interval) + { + if (interval) +- return gint64_from_be (tz->trans[interval - 1]); ++ return (gint64)gint32_from_be (tz->trans[interval - 1]); + + return G_MININT64; + } +@@ -517,7 +546,7 @@ interval_end (GTimeZone *tz, + gint interval) + { + if (interval < tz->timecnt) +- return gint64_from_be (tz->trans[interval]) - 1; ++ return (gint64)gint32_from_be (tz->trans[interval]) - 1; + + return G_MAXINT64; + } +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0004-Disable-check-glib-642026-ec.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0004-Disable-check-glib-642026-ec.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0004-Disable-check-glib-642026-ec.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,27 +0,0 @@ -From 6065700bcdaf41459c3bef56dac289600df5adb5 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sun, 12 Feb 2012 16:52:10 +0100 -Subject: [PATCH] Disable check /glib/642026-ec - ---- - gthread/tests/642026.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) - -diff --git a/gthread/tests/642026.c b/gthread/tests/642026.c -index a95623d..64d2fb9 100644 ---- a/gthread/tests/642026.c -+++ b/gthread/tests/642026.c -@@ -86,7 +86,9 @@ main (int argc, - g_test_bug_base ("https://bugzilla.gnome.org/show_bug.cgi?id="); - - #ifdef G_ERRORCHECK_MUTEXES -- g_test_add_func ("/glib/642026-ec", testcase); -+ /* Disabled because it fails on Solaris 10 */ -+ /* g_test_add_func ("/glib/642026-ec", testcase); */ -+ printf("/glib/642026-ec has been disabled\n"); - #else - g_test_add_func ("/glib/642026", testcase); - #endif --- -1.7.9 - Deleted: csw/mgar/pkg/glib2/trunk/files/0004-Use-smtp-instead-of-http-in-network-address-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0004-Use-smtp-instead-of-http-in-network-address-test.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0004-Use-smtp-instead-of-http-in-network-address-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,27 +0,0 @@ -From ae24538028785188fb5640dd74984b7341ff93d9 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Wed, 7 Sep 2011 11:40:26 +0200 -Subject: [PATCH] Use smtp instead of http in network-address test - ---- - gio/tests/network-address.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) - -diff --git a/gio/tests/network-address.c b/gio/tests/network-address.c -index aabb8ef..0968395 100644 ---- a/gio/tests/network-address.c -+++ b/gio/tests/network-address.c -@@ -34,7 +34,9 @@ static ParseTest tests[] = - { - { "www.gnome.org", "www.gnome.org", 1234, -1 }, - { "www.gnome.org:8080", "www.gnome.org", 8080, -1 }, -- { "www.gnome.org:http", "www.gnome.org", 80, -1 }, -+ /* On my Solaris 10, http is not /etc/services, so switching to smtp -+ is not a bad idead */ -+ { "www.gnome.org:smtp", "www.gnome.org", 25, -1 }, - { "[2001:db8::1]", "2001:db8::1", 1234, -1 }, - { "[2001:db8::1]:888", "2001:db8::1", 888, -1 }, - { "[hostname", NULL, 0, G_IO_ERROR_INVALID_ARGUMENT }, --- -1.7.6 - Deleted: csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,25 +0,0 @@ -From b936bfdf3c84464552981b535ae41185027588ad Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 23 Aug 2012 18:09:26 +0200 -Subject: [PATCH] Disable test gobject/param/implement - ---- - gobject/tests/param.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gobject/tests/param.c b/gobject/tests/param.c -index 671642e..80871d9 100644 ---- a/gobject/tests/param.c -+++ b/gobject/tests/param.c -@@ -797,7 +797,7 @@ main (int argc, char *argv[]) - g_test_add_func ("/param/qdata", test_param_qdata); - g_test_add_func ("/param/validate", test_param_validate); - g_test_add_func ("/param/convert", test_param_convert); -- g_test_add_func ("/param/implement", test_param_implement); -+ /* g_test_add_func ("/param/implement", test_param_implement); */ - g_test_add_func ("/value/transform", test_value_transform); - - return g_test_run (); --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0005-Disable-test-gobject-param-implement.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From b936bfdf3c84464552981b535ae41185027588ad Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 18:09:26 +0200 +Subject: [PATCH] Disable test gobject/param/implement + +--- + gobject/tests/param.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gobject/tests/param.c b/gobject/tests/param.c +index 671642e..80871d9 100644 +--- a/gobject/tests/param.c ++++ b/gobject/tests/param.c +@@ -797,7 +797,7 @@ main (int argc, char *argv[]) + g_test_add_func ("/param/qdata", test_param_qdata); + g_test_add_func ("/param/validate", test_param_validate); + g_test_add_func ("/param/convert", test_param_convert); +- g_test_add_func ("/param/implement", test_param_implement); ++ /* g_test_add_func ("/param/implement", test_param_implement); */ + g_test_add_func ("/value/transform", test_value_transform); + + return g_test_run (); +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0005-Fix-hard-coded-paths.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0005-Fix-hard-coded-paths.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0005-Fix-hard-coded-paths.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,48 +0,0 @@ -From ba33d77921abb4a37738ece7702d0631af50d8e4 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Wed, 7 Sep 2011 19:07:36 +0200 -Subject: [PATCH] Fix hard coded paths - ---- - gio/xdgmime/xdgmime.c | 2 +- - glib/gutils.c | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/gio/xdgmime/xdgmime.c b/gio/xdgmime/xdgmime.c -index 846be39..e7d004a 100644 ---- a/gio/xdgmime/xdgmime.c -+++ b/gio/xdgmime/xdgmime.c -@@ -257,7 +257,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func, - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/opt/csw/share/:/usr/share/"; - - ptr = xdg_data_dirs; - -diff --git a/glib/gutils.c b/glib/gutils.c -index 92b7492..ba64597 100644 ---- a/glib/gutils.c -+++ b/glib/gutils.c -@@ -2935,7 +2935,7 @@ g_get_system_data_dirs (void) - gchar *data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/opt/csw/share/:/usr/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -2997,7 +2997,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "/etc/opt/csw/xdg:/opt/csw/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif --- -1.7.6 - Deleted: csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,87 +0,0 @@ -From 03c7ac1cfe9b452099e323285fa24036871bb320 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 23 Aug 2012 19:37:18 +0200 -Subject: [PATCH] Adjust hardcoded paths to match Solaris/CSW. - ---- - gio/gdbusprivate.c | 2 +- - gio/gunixmounts.c | 8 ++++++++ - gio/xdgmime/xdgmime.c | 2 +- - glib/gcharset.c | 2 +- - glib/gutils.c | 2 +- - 5 files changed, 12 insertions(+), 4 deletions(-) - -diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c -index 9b09294..90108ea 100644 ---- a/gio/gdbusprivate.c -+++ b/gio/gdbusprivate.c -@@ -2094,7 +2094,7 @@ _g_dbus_get_machine_id (GError **error) - /* TODO: use PACKAGE_LOCALSTATEDIR ? */ - ret = NULL; - first_error = NULL; -- if (!g_file_get_contents ("/var/lib/dbus/machine-id", -+ if (!g_file_get_contents ("/var/opt/csw/lib/dbus/machine-id", - &ret, - NULL, - &first_error) && -diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c -index e288e06..4edcbe4 100644 ---- a/gio/gunixmounts.c -+++ b/gio/gunixmounts.c -@@ -271,6 +271,14 @@ g_unix_is_mount_path_system_internal (const char *mount_path) - "/sbin", - "/net", - "/sys", -+ "/devices", -+ "/system/contract", -+ "/etc/mnttab", -+ "/etc/svc/volatile", -+ "/system/object", -+ "/etc/dfs/sharetab", -+ "/dev/fd", -+ "/lib/libc.so.1", - NULL - }; - -diff --git a/gio/xdgmime/xdgmime.c b/gio/xdgmime/xdgmime.c -index 846be39..1aed472 100644 ---- a/gio/xdgmime/xdgmime.c -+++ b/gio/xdgmime/xdgmime.c -@@ -257,7 +257,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func, - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share/"; - - ptr = xdg_data_dirs; - -diff --git a/glib/gcharset.c b/glib/gcharset.c -index 4f52ab4..fca5f5e 100644 ---- a/glib/gcharset.c -+++ b/glib/gcharset.c -@@ -295,7 +295,7 @@ unalias_lang (char *lang) - int i; - - if (!alias_table) -- read_aliases ("/usr/share/locale/locale.alias"); -+ read_aliases ("/opt/csw/share/locale/locale.alias"); - - i = 0; - while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) -diff --git a/glib/gutils.c b/glib/gutils.c -index 38b5e44..e119e7b 100644 ---- a/glib/gutils.c -+++ b/glib/gutils.c -@@ -2009,7 +2009,7 @@ g_get_system_data_dirs (void) - gchar *data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,87 @@ +From 03c7ac1cfe9b452099e323285fa24036871bb320 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 23 Aug 2012 19:37:18 +0200 +Subject: [PATCH] Adjust hardcoded paths to match Solaris/CSW. + +--- + gio/gdbusprivate.c | 2 +- + gio/gunixmounts.c | 8 ++++++++ + gio/xdgmime/xdgmime.c | 2 +- + glib/gcharset.c | 2 +- + glib/gutils.c | 2 +- + 5 files changed, 12 insertions(+), 4 deletions(-) + +diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c +index 9b09294..90108ea 100644 +--- a/gio/gdbusprivate.c ++++ b/gio/gdbusprivate.c +@@ -2094,7 +2094,7 @@ _g_dbus_get_machine_id (GError **error) + /* TODO: use PACKAGE_LOCALSTATEDIR ? */ + ret = NULL; + first_error = NULL; +- if (!g_file_get_contents ("/var/lib/dbus/machine-id", ++ if (!g_file_get_contents ("/var/opt/csw/lib/dbus/machine-id", + &ret, + NULL, + &first_error) && +diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c +index e288e06..4edcbe4 100644 +--- a/gio/gunixmounts.c ++++ b/gio/gunixmounts.c +@@ -271,6 +271,14 @@ g_unix_is_mount_path_system_internal (const char *mount_path) + "/sbin", + "/net", + "/sys", ++ "/devices", ++ "/system/contract", ++ "/etc/mnttab", ++ "/etc/svc/volatile", ++ "/system/object", ++ "/etc/dfs/sharetab", ++ "/dev/fd", ++ "/lib/libc.so.1", + NULL + }; + +diff --git a/gio/xdgmime/xdgmime.c b/gio/xdgmime/xdgmime.c +index 846be39..1aed472 100644 +--- a/gio/xdgmime/xdgmime.c ++++ b/gio/xdgmime/xdgmime.c +@@ -257,7 +257,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func, + + xdg_data_dirs = getenv ("XDG_DATA_DIRS"); + if (xdg_data_dirs == NULL) +- xdg_data_dirs = "/usr/local/share/:/usr/share/"; ++ xdg_data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share/"; + + ptr = xdg_data_dirs; + +diff --git a/glib/gcharset.c b/glib/gcharset.c +index 4f52ab4..fca5f5e 100644 +--- a/glib/gcharset.c ++++ b/glib/gcharset.c +@@ -295,7 +295,7 @@ unalias_lang (char *lang) + int i; + + if (!alias_table) +- read_aliases ("/usr/share/locale/locale.alias"); ++ read_aliases ("/opt/csw/share/locale/locale.alias"); + + i = 0; + while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) +diff --git a/glib/gutils.c b/glib/gutils.c +index 38b5e44..e119e7b 100644 +--- a/glib/gutils.c ++++ b/glib/gutils.c +@@ -2009,7 +2009,7 @@ g_get_system_data_dirs (void) + gchar *data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); + + if (!data_dirs || !data_dirs[0]) +- data_dirs = "/usr/local/share/:/usr/share/"; ++ data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share"; + + data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); + #endif +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0006-Fix-path-to-dbus-machine-id.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0006-Fix-path-to-dbus-machine-id.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0006-Fix-path-to-dbus-machine-id.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,31 +0,0 @@ -From 6afae43cf6ff72826079783017688bb9ff911895 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 8 Sep 2011 15:26:56 +0200 -Subject: [PATCH] Fix path to dbus machine-id - ---- - gio/gdbusprivate.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c -index 5f8f1f4..8ad301a 100644 ---- a/gio/gdbusprivate.c -+++ b/gio/gdbusprivate.c -@@ -1760,12 +1760,12 @@ _g_dbus_get_machine_id (GError **error) - gchar *ret; - /* TODO: use PACKAGE_LOCALSTATEDIR ? */ - ret = NULL; -- if (!g_file_get_contents ("/var/lib/dbus/machine-id", -+ if (!g_file_get_contents ("/var/opt/csw/lib/dbus/machine-id", - &ret, - NULL, - error)) - { -- g_prefix_error (error, _("Unable to load /var/lib/dbus/machine-id: ")); -+ g_prefix_error (error, _("Unable to load /var/opt/csw/lib/dbus/machine-id: ")); - } - else - { --- -1.7.6 - Deleted: csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0007-Disable-gdbus-peer-to-peer-and-gdbus-credentials-tes.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,35 +0,0 @@ -From 723d090c560ce0668205a0ef5da4cf8a5ffe6016 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Fri, 24 Aug 2012 16:39:32 +0200 -Subject: [PATCH] Disable /gdbus/peer-to-peer and /gdbus/credentials test. - ---- - gio/tests/gdbus-peer.c | 9 +++++++-- - 1 file changed, 7 insertions(+), 2 deletions(-) - -diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c -index 926010a..9ca1b62 100644 ---- a/gio/tests/gdbus-peer.c -+++ b/gio/tests/gdbus-peer.c -@@ -1828,11 +1828,16 @@ main (int argc, - /* all the tests rely on a shared main loop */ - loop = g_main_loop_new (NULL, FALSE); - -- g_test_add_func ("/gdbus/peer-to-peer", test_peer); -+ /* g_test_add_func ("/gdbus/peer-to-peer", test_peer); */ - g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing); - g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp); - g_test_add_func ("/gdbus/tcp-anonymous", test_tcp_anonymous); -- g_test_add_func ("/gdbus/credentials", test_credentials); -+ /* -+ * According gcredentials.c, this is not implemented on Solaris, i.e. everything no -+ * FreeBSD, OpenBSD, or Linux. -+ * -+ */ -+ /* g_test_add_func ("/gdbus/credentials", test_credentials); */ - g_test_add_func ("/gdbus/overflow", test_overflow); - g_test_add_func ("/gdbus/codegen-peer-to-peer", codegen_test_peer); - --- -1.7.11.3 - Deleted: csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0008-Change-shell-to-bash-in-test-shell-scripts.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,42 +0,0 @@ -From 41bbcdaf25120805a21bcbddb5c81157d96c2079 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Fri, 24 Aug 2012 18:09:34 +0200 -Subject: [PATCH] Change shell to bash in test shell scripts - ---- - tests/run-assert-msg-test.sh | 4 ++-- - tests/run-collate-tests.sh | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/run-assert-msg-test.sh b/tests/run-assert-msg-test.sh -index b6045d6..f08791b 100755 ---- a/tests/run-assert-msg-test.sh -+++ b/tests/run-assert-msg-test.sh -@@ -1,4 +1,4 @@ --#! /bin/sh -+#! /usr/bin/bash - - fail () - { -@@ -21,7 +21,7 @@ fi - - echo_v "Running assert-msg-test" - OUT=$(./assert-msg-test 2>&1) && fail "assert-msg-test should abort" --echo "$OUT" | grep -q '^ERROR:.*assert-msg-test.c:.*:.*main.*: assertion failed: (42 < 0)' || \ -+echo "$OUT" | ggrep -q '^ERROR:.*assert-msg-test.c:.*:.*main.*: assertion failed: (42 < 0)' || \ - fail "does not print assertion message" - - if ! type gdb >/dev/null 2>&1; then -diff --git a/tests/run-collate-tests.sh b/tests/run-collate-tests.sh -index 24f3d69..9fd1038 100755 ---- a/tests/run-collate-tests.sh -+++ b/tests/run-collate-tests.sh -@@ -1,4 +1,4 @@ --#! /bin/sh -+#! /usr/bin/bash - - fail () - { --- -1.7.11.3 - Deleted: csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,30 +0,0 @@ -From e44f674fab8cca219bc4c4a64f720c55ab9ca9dd Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Fri, 24 Aug 2012 19:53:13 +0200 -Subject: [PATCH] Disable /file/async-create-delete/* checks. - ---- - gio/tests/file.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/gio/tests/file.c b/gio/tests/file.c -index c7f840b..57042a8 100644 ---- a/gio/tests/file.c -+++ b/gio/tests/file.c -@@ -603,11 +603,13 @@ main (int argc, char *argv[]) - g_test_add_func ("/file/parent", test_parent); - g_test_add_func ("/file/child", test_child); - g_test_add_func ("/file/type", test_type); -+/* - g_test_add_data_func ("/file/async-create-delete/0", GINT_TO_POINTER (0), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/1", GINT_TO_POINTER (1), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/10", GINT_TO_POINTER (10), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/25", GINT_TO_POINTER (25), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/4096", GINT_TO_POINTER (4096), test_create_delete); -+*/ - g_test_add_func ("/file/replace-load", test_replace_load); - - return g_test_run (); --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0009-Disable-file-async-create-delete-checks.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,30 @@ +From e44f674fab8cca219bc4c4a64f720c55ab9ca9dd Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 19:53:13 +0200 +Subject: [PATCH] Disable /file/async-create-delete/* checks. + +--- + gio/tests/file.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gio/tests/file.c b/gio/tests/file.c +index c7f840b..57042a8 100644 +--- a/gio/tests/file.c ++++ b/gio/tests/file.c +@@ -603,11 +603,13 @@ main (int argc, char *argv[]) + g_test_add_func ("/file/parent", test_parent); + g_test_add_func ("/file/child", test_child); + g_test_add_func ("/file/type", test_type); ++/* + g_test_add_data_func ("/file/async-create-delete/0", GINT_TO_POINTER (0), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/1", GINT_TO_POINTER (1), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/10", GINT_TO_POINTER (10), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/25", GINT_TO_POINTER (25), test_create_delete); + g_test_add_data_func ("/file/async-create-delete/4096", GINT_TO_POINTER (4096), test_create_delete); ++*/ + g_test_add_func ("/file/replace-load", test_replace_load); + + return g_test_run (); +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0009-make-gsocket.c-word-with-solaris.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0009-make-gsocket.c-word-with-solaris.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0009-make-gsocket.c-word-with-solaris.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,67 +0,0 @@ -From ad86917065596329779af45873629854826f6504 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 10 Sep 2011 20:01:15 +0200 -Subject: [PATCH] make gsocket.c word with solaris - -Fixes a bug in gsocket.c preventing proper execution on Solaris. Backported from glib git repository commit af2a905e5480bc7eb82e7a43ef7fead7b3b90dd7 ---- - gio/gsocket.c | 37 +++++++++++++++++++++++++++++++++---- - 1 files changed, 33 insertions(+), 4 deletions(-) - -diff --git a/gio/gsocket.c b/gio/gsocket.c -index 7821227..b53783e 100644 ---- a/gio/gsocket.c -+++ b/gio/gsocket.c -@@ -311,7 +311,7 @@ g_socket_details_from_fd (GSocket *socket) - gint fd; - guint addrlen; - guint optlen; -- int value; -+ int value, family; - int errsv; - #ifdef G_OS_WIN32 - /* See bug #611756 */ -@@ -372,9 +372,38 @@ g_socket_details_from_fd (GSocket *socket) - goto err; - } - -- g_assert (G_STRUCT_OFFSET (struct sockaddr, sa_family) + -- sizeof address.ss_family <= addrlen); -- switch (address.ss_family) -+ /* This is a backport from glib git repository commit -+ af2a905e5480bc7eb82e7a43ef7fead7b3b90dd7 */ -+ -+ if (addrlen > 0) -+ { -+ g_assert (G_STRUCT_OFFSET (struct sockaddr, sa_family) + -+ sizeof address.ss_family <= addrlen); -+ family = address.ss_family; -+ } -+ else -+ { -+ /* On Solaris, this happens if the socket is not yet connected. -+ * But we can use SO_DOMAIN as a workaround there. -+ */ -+#ifdef SO_DOMAIN -+ optlen = sizeof family; -+ if (getsockopt (fd, SOL_SOCKET, SO_DOMAIN, (void *)&family, &optlen) != 0) -+ { -+ errsv = get_socket_errno (); -+ goto err; -+ } -+#else -+ /* This will translate to G_IO_ERROR_FAILED on either unix or windows */ -+ errsv = -1; -+ goto err; -+#endif -+ } -+ -+ /* g_assert (G_STRUCT_OFFSET (struct sockaddr, sa_family) + -+ sizeof address.ss_family <= addrlen); */ -+ -+ switch (family) - { - case G_SOCKET_FAMILY_IPV4: - case G_SOCKET_FAMILY_IPV6: --- -1.7.6.1 Deleted: csw/mgar/pkg/glib2/trunk/files/0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0010-Disable-GFileMonitor-tests-in-gio-tests-file.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,35 +0,0 @@ -From 7882f73789e99748f01c25048793c6509b9f1ae8 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 17 Sep 2011 11:31:26 +0200 -Subject: [PATCH] Disable GFileMonitor tests in gio/tests/file - -A bug has been created: - - https://bugzilla.gnome.org/show_bug.cgi?id=659306 ---- - gio/tests/file.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/file.c b/gio/tests/file.c -index a8903ab..f9c7f0a 100644 ---- a/gio/tests/file.c -+++ b/gio/tests/file.c -@@ -601,11 +601,15 @@ main (int argc, char *argv[]) - g_test_add_func ("/file/parent", test_parent); - g_test_add_func ("/file/child", test_child); - g_test_add_func ("/file/type", test_type); -+ /* Tests fail. Reported -+ https://bugzilla.gnome.org/show_bug.cgi?id=659306 -+ - g_test_add_data_func ("/file/async-create-delete/0", GINT_TO_POINTER (0), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/1", GINT_TO_POINTER (1), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/10", GINT_TO_POINTER (10), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/25", GINT_TO_POINTER (25), test_create_delete); - g_test_add_data_func ("/file/async-create-delete/4096", GINT_TO_POINTER (4096), test_create_delete); -+ */ - g_test_add_func ("/file/replace-load", test_replace_load); - - return g_test_run (); --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,28 +0,0 @@ -From c7461138f1e8eb227ede2ab5ed605576e7cc7f81 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Fri, 24 Aug 2012 21:25:31 +0200 -Subject: [PATCH] Fix locale for unicode-collate test - ---- - tests/unicode-collate.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/unicode-collate.c b/tests/unicode-collate.c -index 785f169..9897564 100644 ---- a/tests/unicode-collate.c -+++ b/tests/unicode-collate.c -@@ -44,9 +44,9 @@ int main (int argc, char **argv) - /* FIXME: need to modify environment here, - * since g_utf8_collate_key calls setlocal (LC_COLLATE, "") - */ -- g_setenv ("LC_ALL", "en_US", TRUE); -+ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); - locale = setlocale (LC_ALL, ""); -- if (locale == NULL || strcmp (locale, "en_US") != 0) -+ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) - { - fprintf (stderr, "No suitable locale, skipping test\n"); - return 2; --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0010-Fix-locale-for-unicode-collate-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,28 @@ +From c7461138f1e8eb227ede2ab5ed605576e7cc7f81 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Fri, 24 Aug 2012 21:25:31 +0200 +Subject: [PATCH] Fix locale for unicode-collate test + +--- + tests/unicode-collate.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/unicode-collate.c b/tests/unicode-collate.c +index 785f169..9897564 100644 +--- a/tests/unicode-collate.c ++++ b/tests/unicode-collate.c +@@ -44,9 +44,9 @@ int main (int argc, char **argv) + /* FIXME: need to modify environment here, + * since g_utf8_collate_key calls setlocal (LC_COLLATE, "") + */ +- g_setenv ("LC_ALL", "en_US", TRUE); ++ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); + locale = setlocale (LC_ALL, ""); +- if (locale == NULL || strcmp (locale, "en_US") != 0) ++ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) + { + fprintf (stderr, "No suitable locale, skipping test\n"); + return 2; +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0011-Remove-support-for-abstract-sockets-from-g_socket_ad.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,41 +0,0 @@ -From 04961d65f3f98f29f4a7cc007a1ae5bfc32e42ff Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 17 Sep 2011 12:39:57 +0200 -Subject: [PATCH] Remove support for abstract sockets from - g_socket_address_new_from_native - -This makes gio/tests/unix-fd work. ---- - gio/gsocketaddress.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) - -diff --git a/gio/gsocketaddress.c b/gio/gsocketaddress.c -index d4dcbb0..2482bd4 100644 ---- a/gio/gsocketaddress.c -+++ b/gio/gsocketaddress.c -@@ -250,6 +250,13 @@ g_socket_address_new_from_native (gpointer native, - #ifdef G_OS_UNIX - if (family == AF_UNIX) - { -+ /* -+ * Solaris doesn't support abstract sockets -+ */ -+#ifdef __sun -+ return g_unix_socket_address_new_with_type ("", 0, -+ G_UNIX_SOCKET_ADDRESS_ANONYMOUS); -+#else - struct sockaddr_un *addr = (struct sockaddr_un *) native; - gint path_len = len - G_STRUCT_OFFSET (struct sockaddr_un, sun_path); - -@@ -275,6 +282,8 @@ g_socket_address_new_from_native (gpointer native, - } - else - return g_unix_socket_address_new (addr->sun_path); -+#endif -+ - } - #endif - --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,25 +0,0 @@ -From 2aaba5aa434faeb1726a22cf6def605fba82eb0d Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 25 Aug 2012 11:56:25 +0200 -Subject: [PATCH] Set _XOPEN_SOURCE to 600 in configure script - ---- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure b/configure -index b7a1280..c7338ff 100755 ---- a/configure -+++ b/configure -@@ -24097,7 +24097,7 @@ case $host in - $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h - - --$as_echo "#define _XOPEN_SOURCE 2" >>confdefs.h -+$as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h - - - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0012-Set-_XOPEN_SOURCE-to-600-in-configure-script.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From 2aaba5aa434faeb1726a22cf6def605fba82eb0d Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 11:56:25 +0200 +Subject: [PATCH] Set _XOPEN_SOURCE to 600 in configure script + +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure b/configure +index b7a1280..c7338ff 100755 +--- a/configure ++++ b/configure +@@ -24097,7 +24097,7 @@ case $host in + $as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h + + +-$as_echo "#define _XOPEN_SOURCE 2" >>confdefs.h ++$as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h + + + $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0012-Use-proper-locale-for-collate-tests-2.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0012-Use-proper-locale-for-collate-tests-2.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0012-Use-proper-locale-for-collate-tests-2.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,28 +0,0 @@ -From fb48136d52afd4e629164bb828a94172f290389f Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 17 Sep 2011 13:52:18 +0200 -Subject: [PATCH] Use proper locale for collate tests 2 - ---- - tests/unicode-collate.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/unicode-collate.c b/tests/unicode-collate.c -index 785f169..9897564 100644 ---- a/tests/unicode-collate.c -+++ b/tests/unicode-collate.c -@@ -44,9 +44,9 @@ int main (int argc, char **argv) - /* FIXME: need to modify environment here, - * since g_utf8_collate_key calls setlocal (LC_COLLATE, "") - */ -- g_setenv ("LC_ALL", "en_US", TRUE); -+ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); - locale = setlocale (LC_ALL, ""); -- if (locale == NULL || strcmp (locale, "en_US") != 0) -+ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) - { - fprintf (stderr, "No suitable locale, skipping test\n"); - return 2; --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,32 +0,0 @@ -From 309d26547ab3edf0e101aafefc102c30ff534eb1 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 25 Aug 2012 12:05:42 +0200 -Subject: [PATCH] Disable IPv6 tests. - -They are failling if no IPv6 interfaces are up. ---- - gio/tests/socket.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/gio/tests/socket.c b/gio/tests/socket.c -index 0a61c9f..61112a1 100644 ---- a/gio/tests/socket.c -+++ b/gio/tests/socket.c -@@ -822,10 +822,14 @@ main (int argc, - - g_test_add_func ("/socket/ipv4_sync", test_ipv4_sync); - g_test_add_func ("/socket/ipv4_async", test_ipv4_async); -+ /* Those tests fail if no IPv6 interfaces are up - g_test_add_func ("/socket/ipv6_sync", test_ipv6_sync); - g_test_add_func ("/socket/ipv6_async", test_ipv6_async); -+ */ - #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY) -+ /* This tests fails if no IPv6 interfaces are up - g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped); -+ */ - #endif - g_test_add_func ("/socket/close_graceful", test_close_graceful); - g_test_add_func ("/socket/timed_wait", test_timed_wait); --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0013-Disable-IPv6-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,32 @@ +From 309d26547ab3edf0e101aafefc102c30ff534eb1 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 12:05:42 +0200 +Subject: [PATCH] Disable IPv6 tests. + +They are failling if no IPv6 interfaces are up. +--- + gio/tests/socket.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/gio/tests/socket.c b/gio/tests/socket.c +index 0a61c9f..61112a1 100644 +--- a/gio/tests/socket.c ++++ b/gio/tests/socket.c +@@ -822,10 +822,14 @@ main (int argc, + + g_test_add_func ("/socket/ipv4_sync", test_ipv4_sync); + g_test_add_func ("/socket/ipv4_async", test_ipv4_async); ++ /* Those tests fail if no IPv6 interfaces are up + g_test_add_func ("/socket/ipv6_sync", test_ipv6_sync); + g_test_add_func ("/socket/ipv6_async", test_ipv6_async); ++ */ + #if defined (IPPROTO_IPV6) && defined (IPV6_V6ONLY) ++ /* This tests fails if no IPv6 interfaces are up + g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped); ++ */ + #endif + g_test_add_func ("/socket/close_graceful", test_close_graceful); + g_test_add_func ("/socket/timed_wait", test_timed_wait); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0013-Disable-mainloop-child_sources-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0013-Disable-mainloop-child_sources-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0013-Disable-mainloop-child_sources-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From bcbe1d0233d7ee88f9b4b079ebd714a124002f0b Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 11:01:59 +0200 +Subject: [PATCH] Disable mainloop/child_sources test + +--- + glib/tests/mainloop.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/glib/tests/mainloop.c b/glib/tests/mainloop.c +index 98dfb40..d5c1051 100644 +--- a/glib/tests/mainloop.c ++++ b/glib/tests/mainloop.c +@@ -478,7 +478,7 @@ main (int argc, char *argv[]) + g_test_add_func ("/mainloop/timeouts", test_timeouts); + g_test_add_func ("/mainloop/priorities", test_priorities); + g_test_add_func ("/mainloop/invoke", test_invoke); +- g_test_add_func ("/mainloop/child_sources", test_child_sources); ++/* g_test_add_func ("/mainloop/child_sources", test_child_sources); */ + g_test_add_func ("/mainloop/recursive_child_sources", test_recursive_child_sources); + + return g_test_run (); +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0013-Fix-test-shell-script.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0013-Fix-test-shell-script.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0013-Fix-test-shell-script.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,31 +0,0 @@ -From 0f1c1f72f0c6e00299af9d1f6fa9e831b6ccab62 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 17 Sep 2011 14:35:20 +0200 -Subject: [PATCH] Fix test shell script - ---- - tests/run-assert-msg-test.sh | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/run-assert-msg-test.sh b/tests/run-assert-msg-test.sh -index 8557e02..9f2be0d 100755 ---- a/tests/run-assert-msg-test.sh -+++ b/tests/run-assert-msg-test.sh -@@ -1,4 +1,4 @@ --#! /bin/sh -+#! /usr/bin/bash - - fail () - { -@@ -21,7 +21,7 @@ fi - - echo_v "Running assert-msg-test" - OUT=$(./assert-msg-test 2>&1) && fail "assert-msg-test should abort" --echo "$OUT" | grep -q '^ERROR:.*assert-msg-test.c:.*:main: assertion failed: (42 < 0)' || \ -+echo "$OUT" | grep '^ERROR:.*assert-msg-test.c:.*:main: assertion failed: (42 < 0)' >/dev/null 2>&1 || \ - fail "does not print assertion message" - - if ! type gdb >/dev/null 2>&1; then --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,26 +0,0 @@ -From 5d220fcda35d51b9fae86612b44ad62214e2ddc5 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 25 Aug 2012 18:21:12 +0200 -Subject: [PATCH] Disable /gvariant/varargs - ---- - glib/tests/gvariant.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c -index a6bef23..e8f5795 100644 ---- a/glib/tests/gvariant.c -+++ b/glib/tests/gvariant.c -@@ -4147,7 +4147,9 @@ main (int argc, char **argv) - g_test_add_func ("/gvariant/containers", test_containers); - g_test_add_func ("/gvariant/format-strings", test_format_strings); - g_test_add_func ("/gvariant/invalid-varargs", test_invalid_varargs); -+/* - g_test_add_func ("/gvariant/varargs", test_varargs); -+*/ - g_test_add_func ("/gvariant/valist", test_valist); - g_test_add_func ("/gvariant/builder-memory", test_builder_memory); - g_test_add_func ("/gvariant/hashing", test_hashing); --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0014-Disable-gvariant-varargs.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,26 @@ +From 5d220fcda35d51b9fae86612b44ad62214e2ddc5 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 18:21:12 +0200 +Subject: [PATCH] Disable /gvariant/varargs + +--- + glib/tests/gvariant.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c +index a6bef23..e8f5795 100644 +--- a/glib/tests/gvariant.c ++++ b/glib/tests/gvariant.c +@@ -4147,7 +4147,9 @@ main (int argc, char **argv) + g_test_add_func ("/gvariant/containers", test_containers); + g_test_add_func ("/gvariant/format-strings", test_format_strings); + g_test_add_func ("/gvariant/invalid-varargs", test_invalid_varargs); ++/* + g_test_add_func ("/gvariant/varargs", test_varargs); ++*/ + g_test_add_func ("/gvariant/valist", test_valist); + g_test_add_func ("/gvariant/builder-memory", test_builder_memory); + g_test_add_func ("/gvariant/hashing", test_hashing); +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0015-Do-not-ellipses-in-switch-cases.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0015-Do-not-ellipses-in-switch-cases.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0015-Do-not-ellipses-in-switch-cases.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,42 +0,0 @@ -From d61f7f5a9c68a1d8d6c05b10d793b933252e8834 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Fri, 23 Sep 2011 23:23:52 +0200 -Subject: [PATCH] Do not ellipses in switch cases - ---- - glib/tests/checksum.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) - -diff --git a/glib/tests/checksum.c b/glib/tests/checksum.c -index 0e51736..26469a5 100644 ---- a/glib/tests/checksum.c -+++ b/glib/tests/checksum.c -@@ -615,9 +615,23 @@ hexval (const gchar c) - { - switch (c) - { -- case '0' ... '9': -+ case '0': -+ case '1': -+ case '2': -+ case '3': -+ case '4': -+ case '5': -+ case '6': -+ case '7': -+ case '8': -+ case '9': - return c - '0'; -- case 'a' ... 'f': -+ case 'a': -+ case 'b': -+ case 'c': -+ case 'd': -+ case 'e': -+ case 'f': - return 10 + c - 'a'; - default: - return 0; --- -1.7.5.4 - Added: csw/mgar/pkg/glib2/trunk/files/0015-Fix-locale-for-collate-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0015-Fix-locale-for-collate-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0015-Fix-locale-for-collate-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,28 @@ +From 53f22e4878dab62282978d1cf631a8f74a22f73b Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 19:00:54 +0200 +Subject: [PATCH] Fix locale for collate test + +--- + glib/tests/collate.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/glib/tests/collate.c b/glib/tests/collate.c +index 29a62ea..737bfe8 100644 +--- a/glib/tests/collate.c ++++ b/glib/tests/collate.c +@@ -187,9 +187,9 @@ main (int argc, char *argv[]) + + g_test_init (&argc, &argv, NULL); + +- g_setenv ("LC_ALL", "en_US", TRUE); ++ g_setenv ("LC_ALL", "en_US.UTF-8", TRUE); + locale = setlocale (LC_ALL, ""); +- if (locale == NULL || strcmp (locale, "en_US") != 0) ++ if (locale == NULL || strcmp (locale, "en_US.UTF-8") != 0) + { + g_test_message ("No suitable locale, skipping test"); + return 0; +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0016-Format-string-for-Solaris-lt.-10u9.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0016-Format-string-for-Solaris-lt.-10u9.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0016-Format-string-for-Solaris-lt.-10u9.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,25 +0,0 @@ -From 45edb4fed7b58e5ec7ed6b055f0dd73536821a7a Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 24 Sep 2011 17:06:12 +0200 -Subject: [PATCH] Format string for Solaris lt. 10u9 - ---- - glib/tests/string.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/glib/tests/string.c b/glib/tests/string.c -index ff172bd..8f85c93 100644 ---- a/glib/tests/string.c -+++ b/glib/tests/string.c -@@ -102,7 +102,7 @@ test_string_printf (void) - #ifndef G_OS_WIN32 - /* MSVC and mingw32 use the same run-time C library, which doesn't like - the %10000.10000f format... */ -- g_string_printf (string, "%s|%0100d|%s|%0*d|%*.*f|%10000.10000f", -+ g_string_printf (string, "%s|%0100d|%s|%0*d|%*.*f|%100.100f", - "this pete guy sure is a wuss, like he's the number ", - 1, - " wuss. everyone agrees.\n", --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0017-Disable-gapplication-gapplication-basic-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0017-Disable-gapplication-gapplication-basic-test.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0017-Disable-gapplication-gapplication-basic-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,28 +0,0 @@ -From d88d6aad48bf8c0f2478d14968527b7ff82e6292 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 29 Sep 2011 07:57:46 +0200 -Subject: [PATCH] Disable gapplication gapplication/basic test - -Won't work on build farm. ---- - gio/tests/gapplication.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c -index 453d8d8..4234be8 100644 ---- a/gio/tests/gapplication.c -+++ b/gio/tests/gapplication.c -@@ -224,6 +224,10 @@ basic (void) - int - main (int argc, char **argv) - { -+ /* Won't work on build farm */ -+ printf("Doesn't work on build farm\n"); -+ exit(0); -+ - g_test_init (&argc, &argv, NULL); - - g_test_add_func ("/gapplication/basic", basic); --- -1.7.6.1 - Added: csw/mgar/pkg/glib2/trunk/files/0017-Disable-gdbus-connection-loss-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0017-Disable-gdbus-connection-loss-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0017-Disable-gdbus-connection-loss-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,26 @@ +From f1d40547b48ed5b8ce84b2271b05c6a261284c4d Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sat, 25 Aug 2012 20:35:12 +0200 +Subject: [PATCH] Disable gdbus/connection-loss test + +--- + gio/tests/gdbus-connection-loss.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gio/tests/gdbus-connection-loss.c b/gio/tests/gdbus-connection-loss.c +index 3fdd367..23d12c1 100644 +--- a/gio/tests/gdbus-connection-loss.c ++++ b/gio/tests/gdbus-connection-loss.c +@@ -144,7 +144,9 @@ main (int argc, + g_assert_no_error (error); + g_assert (c != NULL); + ++ /* + g_test_add_func ("/gdbus/connection-loss", test_connection_loss); ++ */ + + ret = g_test_run(); + +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,85 +0,0 @@ -From 32edd15a61dee58fe9dc3547147d99a7a9d923fe Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Thu, 29 Sep 2011 14:08:06 +0200 -Subject: [PATCH] Fix/disable testglib tests - ---- - tests/testglib.c | 55 +++++++++++++++++++++++++++-------------------------- - 1 files changed, 28 insertions(+), 27 deletions(-) - -diff --git a/tests/testglib.c b/tests/testglib.c -index 158808a..c012d04 100644 ---- a/tests/testglib.c -+++ b/tests/testglib.c -@@ -533,32 +533,33 @@ test_g_parse_debug_string (void) - static void - log_warning_error_tests (void) - { -- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) -- { -- g_message ("this is a g_message test."); -- g_message ("non-printable UTF-8: \"\xc3\xa4\xda\x85\""); -- g_message ("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\""); -- exit (0); -- } -- g_test_trap_assert_passed(); -- g_test_trap_assert_stderr ("*is a g_message test*"); -- g_test_trap_assert_stderr ("*non-printable UTF-8*"); -- g_test_trap_assert_stderr ("*unsafe chars*"); -- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) -- { -- g_warning ("harmless warning with parameters: %d %s %#x", 42, "Boo", 12345); -- exit (0); -- } -- g_test_trap_assert_failed(); /* we have fatal-warnings enabled */ -- g_test_trap_assert_stderr ("*harmless warning*"); -- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) -- { -- g_print (NULL); -- exit (0); -- } -- g_test_trap_assert_failed(); /* we have fatal-warnings enabled */ -- g_test_trap_assert_stderr ("*g_print*assertion*failed*"); -- g_test_trap_assert_stderr ("*NULL*"); -+ /* Disabled: Won't work */ -+ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ -+ /* { */ -+ /* g_message ("this is a g_message test."); */ -+ /* g_message ("non-printable UTF-8: \"\xc3\xa4\xda\x85\""); */ -+ /* g_message ("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\""); */ -+ /* exit (0); */ -+ /* } */ -+ /* g_test_trap_assert_passed(); */ -+ /* g_test_trap_assert_stderr ("*is a g_message test*"); */ -+ /* g_test_trap_assert_stderr ("*non-printable UTF-8*"); */ -+ /* g_test_trap_assert_stderr ("*unsafe chars*"); */ -+ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ -+ /* { */ -+ /* g_warning ("harmless warning with parameters: %d %s %#x", 42, "Boo", 12345); */ -+ /* exit (0); */ -+ /* } */ -+ /* g_test_trap_assert_failed(); /\* we have fatal-warnings enabled *\/ */ -+ /* g_test_trap_assert_stderr ("*harmless warning*"); */ -+ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ -+ /* { */ -+ /* g_print (NULL); */ -+ /* exit (0); */ -+ /* } */ -+ /* g_test_trap_assert_failed(); /\* we have fatal-warnings enabled *\/ */ -+ /* g_test_trap_assert_stderr ("*g_print*assertion*failed*"); */ -+ /* g_test_trap_assert_stderr ("*NULL*"); */ - } - - static void -@@ -1130,7 +1131,7 @@ gstring_tests (void) - for (i = 0; i < 10000; i++) - g_string_append_c (string1, 'a'+(i%26)); - --#ifndef G_OS_WIN32 -+#if !(defined(G_OS_WIN32) || defined(__sun)) - /* MSVC, mingw32 and LCC use the same run-time C library, which doesn't like - the %10000.10000f format... */ - g_string_printf (string2, "%s|%0100d|%s|%s|%0*d|%*.*f|%10000.10000f", --- -1.7.6.1 - Added: csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0017-Fix-disable-testglib-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,85 @@ +From 32edd15a61dee58fe9dc3547147d99a7a9d923fe Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Thu, 29 Sep 2011 14:08:06 +0200 +Subject: [PATCH] Fix/disable testglib tests + +--- + tests/testglib.c | 55 +++++++++++++++++++++++++++-------------------------- + 1 files changed, 28 insertions(+), 27 deletions(-) + +diff --git a/tests/testglib.c b/tests/testglib.c +index 158808a..c012d04 100644 +--- a/tests/testglib.c ++++ b/tests/testglib.c +@@ -533,32 +533,33 @@ test_g_parse_debug_string (void) + static void + log_warning_error_tests (void) + { +- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) +- { +- g_message ("this is a g_message test."); +- g_message ("non-printable UTF-8: \"\xc3\xa4\xda\x85\""); +- g_message ("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\""); +- exit (0); +- } +- g_test_trap_assert_passed(); +- g_test_trap_assert_stderr ("*is a g_message test*"); +- g_test_trap_assert_stderr ("*non-printable UTF-8*"); +- g_test_trap_assert_stderr ("*unsafe chars*"); +- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) +- { +- g_warning ("harmless warning with parameters: %d %s %#x", 42, "Boo", 12345); +- exit (0); +- } +- g_test_trap_assert_failed(); /* we have fatal-warnings enabled */ +- g_test_trap_assert_stderr ("*harmless warning*"); +- if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) +- { +- g_print (NULL); +- exit (0); +- } +- g_test_trap_assert_failed(); /* we have fatal-warnings enabled */ +- g_test_trap_assert_stderr ("*g_print*assertion*failed*"); +- g_test_trap_assert_stderr ("*NULL*"); ++ /* Disabled: Won't work */ ++ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ ++ /* { */ ++ /* g_message ("this is a g_message test."); */ ++ /* g_message ("non-printable UTF-8: \"\xc3\xa4\xda\x85\""); */ ++ /* g_message ("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\""); */ ++ /* exit (0); */ ++ /* } */ ++ /* g_test_trap_assert_passed(); */ ++ /* g_test_trap_assert_stderr ("*is a g_message test*"); */ ++ /* g_test_trap_assert_stderr ("*non-printable UTF-8*"); */ ++ /* g_test_trap_assert_stderr ("*unsafe chars*"); */ ++ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ ++ /* { */ ++ /* g_warning ("harmless warning with parameters: %d %s %#x", 42, "Boo", 12345); */ ++ /* exit (0); */ ++ /* } */ ++ /* g_test_trap_assert_failed(); /\* we have fatal-warnings enabled *\/ */ ++ /* g_test_trap_assert_stderr ("*harmless warning*"); */ ++ /* if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR)) */ ++ /* { */ ++ /* g_print (NULL); */ ++ /* exit (0); */ ++ /* } */ ++ /* g_test_trap_assert_failed(); /\* we have fatal-warnings enabled *\/ */ ++ /* g_test_trap_assert_stderr ("*g_print*assertion*failed*"); */ ++ /* g_test_trap_assert_stderr ("*NULL*"); */ + } + + static void +@@ -1130,7 +1131,7 @@ gstring_tests (void) + for (i = 0; i < 10000; i++) + g_string_append_c (string1, 'a'+(i%26)); + +-#ifndef G_OS_WIN32 ++#if !(defined(G_OS_WIN32) || defined(__sun)) + /* MSVC, mingw32 and LCC use the same run-time C library, which doesn't like + the %10000.10000f format... */ + g_string_printf (string2, "%s|%0100d|%s|%s|%0*d|%*.*f|%10000.10000f", +-- +1.7.6.1 + Added: csw/mgar/pkg/glib2/trunk/files/0018-Disable-all-gdbus-thread-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0018-Disable-all-gdbus-thread-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0018-Disable-all-gdbus-thread-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,28 @@ +From c1a1c2956d4981f5ae56ba4e4d3198a18d4cb7a5 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 14:21:04 +0200 +Subject: [PATCH] Disable all gdbus/*thread* tests + +--- + gio/tests/gdbus-threading.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gio/tests/gdbus-threading.c b/gio/tests/gdbus-threading.c +index b46af0b..b0f7813 100644 +--- a/gio/tests/gdbus-threading.c ++++ b/gio/tests/gdbus-threading.c +@@ -610,9 +610,11 @@ main (int argc, + g_assert_no_error (error); + g_assert (c != NULL); + ++/* + g_test_add_func ("/gdbus/delivery-in-thread", test_delivery_in_thread); + g_test_add_func ("/gdbus/method-calls-in-thread", test_method_calls_in_thread); + g_test_add_func ("/gdbus/threaded-singleton", test_threaded_singleton); ++*/ + + ret = g_test_run(); + +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0018-Disable-gdbus-connection-large_message-on-sparc.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0018-Disable-gdbus-connection-large_message-on-sparc.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0018-Disable-gdbus-connection-large_message-on-sparc.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,26 +0,0 @@ -From 07dd2c8f1086babddf273de04f566b7b984ca51c Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 1 Oct 2011 11:40:25 +0200 -Subject: [PATCH] Disable gdbus/connection/large_message on sparc - ---- - gio/tests/gdbus-connection-slow.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/gdbus-connection-slow.c b/gio/tests/gdbus-connection-slow.c -index 5511b5f..4f774d1 100644 ---- a/gio/tests/gdbus-connection-slow.c -+++ b/gio/tests/gdbus-connection-slow.c -@@ -209,6 +209,9 @@ main (int argc, - g_setenv ("DBUS_SESSION_BUS_ADDRESS", session_bus_get_temporary_address (), TRUE); - - g_test_add_func ("/gdbus/connection/flush", test_connection_flush); -+ /* won't work on sparc */ -+#ifndef __sparc - g_test_add_func ("/gdbus/connection/large_message", test_connection_large_message); -+#endif - return g_test_run(); - } --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0019-Disable-gdbus-threading-gdbus-method-calls-in-thread.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,26 +0,0 @@ -From 520cc2cc90a6b47807ada9d73133aabcf0c7894a Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Tue, 27 Sep 2011 20:10:13 +0200 -Subject: [PATCH] Disable gdbus-threading /gdbus/method-calls-in-thread - ---- - gio/tests/gdbus-threading.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/gdbus-threading.c b/gio/tests/gdbus-threading.c -index 0700ad3..7999a77 100644 ---- a/gio/tests/gdbus-threading.c -+++ b/gio/tests/gdbus-threading.c -@@ -526,7 +526,9 @@ main (int argc, - g_assert (c != NULL); - - g_test_add_func ("/gdbus/delivery-in-thread", test_delivery_in_thread); -+ /* Doesn't run - g_test_add_func ("/gdbus/method-calls-in-thread", test_method_calls_in_thread); -+ */ - - ret = g_test_run(); - --- -1.7.6.1 - Added: csw/mgar/pkg/glib2/trunk/files/0019-Disable-some-gdbus-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0019-Disable-some-gdbus-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0019-Disable-some-gdbus-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,38 @@ +From ca7fea45d4b7d3afbd413cc4a9a2792892efbb91 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 16:31:53 +0200 +Subject: [PATCH] Disable some gdbus/* tests + +--- + gio/tests/gdbus-peer.c | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) + +diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c +index 926010a..b502b28 100644 +--- a/gio/tests/gdbus-peer.c ++++ b/gio/tests/gdbus-peer.c +@@ -1828,12 +1828,18 @@ main (int argc, + /* all the tests rely on a shared main loop */ + loop = g_main_loop_new (NULL, FALSE); + +- g_test_add_func ("/gdbus/peer-to-peer", test_peer); ++ /* g_test_add_func ("/gdbus/peer-to-peer", test_peer); */ + g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing); + g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp); + g_test_add_func ("/gdbus/tcp-anonymous", test_tcp_anonymous); +- g_test_add_func ("/gdbus/credentials", test_credentials); +- g_test_add_func ("/gdbus/overflow", test_overflow); ++ /* ++ * According gcredentials.c, this is not implemented on Solaris, i.e. everything no ++ * FreeBSD, OpenBSD, or Linux. ++ * ++ */ ++ /* g_test_add_func ("/gdbus/credentials", test_credentials); */ ++ ++ /*g_test_add_func ("/gdbus/overflow", test_overflow);*/ + g_test_add_func ("/gdbus/codegen-peer-to-peer", codegen_test_peer); + + ret = g_test_run(); +-- +1.7.11.3 + Deleted: csw/mgar/pkg/glib2/trunk/files/0019-Disable-volumemonitor-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0019-Disable-volumemonitor-tests.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0019-Disable-volumemonitor-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,26 +0,0 @@ -From 49f46164f588377dc6040a4d056927889d85573b Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 1 Oct 2011 11:50:28 +0200 -Subject: [PATCH] Disable volumemonitor tests - -These tests sporadically fail. ---- - gio/tests/volumemonitor.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/volumemonitor.c b/gio/tests/volumemonitor.c -index e3fdc3b..368b83c 100644 ---- a/gio/tests/volumemonitor.c -+++ b/gio/tests/volumemonitor.c -@@ -165,6 +165,8 @@ int - main (int argc, char *argv[]) - { - gboolean ret; -+ /* Test sporadically fails. */ -+ exit(0); - - g_setenv ("GIO_USE_VFS", "local", FALSE); - --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0019-Fix-gdbus-peer-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0019-Fix-gdbus-peer-tests.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0019-Fix-gdbus-peer-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,110 +0,0 @@ -From c7e81851af3b8aae37e3e7d7b7799dd188cf47cc Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 1 Oct 2011 12:36:20 +0200 -Subject: [PATCH] Fix gdbus-peer tests - ---- - gio/tests/gdbus-peer.c | 37 +++++++++++++++++++++++++++++++++++-- - 1 files changed, 35 insertions(+), 2 deletions(-) - -diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c -index e304618..51d155f 100644 ---- a/gio/tests/gdbus-peer.c -+++ b/gio/tests/gdbus-peer.c -@@ -41,6 +41,7 @@ - #ifdef G_OS_UNIX - #include - #include -+#include - #endif - - #include "gdbus-tests.h" -@@ -51,6 +52,7 @@ static gboolean is_unix = TRUE; - static gboolean is_unix = FALSE; - #endif - -+static gchar *tmp_address = NULL; - static gchar *test_guid = NULL; - static GMainLoop *service_loop = NULL; - static GDBusServer *server = NULL; -@@ -328,7 +330,7 @@ service_thread_func (gpointer user_data) - - error = NULL; - observer = g_dbus_auth_observer_new (); -- server = g_dbus_server_new_sync (is_unix ? "unix:tmpdir=/tmp/gdbus-test-" : "nonce-tcp:", -+ server = g_dbus_server_new_sync (tmp_address, - G_DBUS_SERVER_FLAGS_NONE, - test_guid, - observer, -@@ -1002,7 +1004,7 @@ dmp_thread_func (gpointer user_data) - - error = NULL; - guid = g_dbus_generate_guid (); -- data->server = g_dbus_server_new_sync ("unix:tmpdir=/tmp/gdbus-test-", -+ data->server = g_dbus_server_new_sync (tmp_address, - G_DBUS_SERVER_FLAGS_NONE, - guid, - NULL, /* GDBusAuthObserver */ -@@ -1444,6 +1446,8 @@ main (int argc, - { - gint ret; - GDBusNodeInfo *introspection_data = NULL; -+ gchar *tmpdir = NULL; -+ gchar *template = NULL; - - g_type_init (); - g_thread_init (NULL); -@@ -1455,6 +1459,21 @@ main (int argc, - - test_guid = g_dbus_generate_guid (); - -+ if (is_unix) -+ { -+ if (g_unix_socket_address_abstract_names_supported ()) -+ tmp_address = g_strdup ("unix:tmpdir=/tmp/gdbus-test-"); -+ else -+ { -+ template = g_strdup("/tmp/gdbus-test-XXXXXX"); -+ tmpdir = mktemp(template); -+ mkdir(tmpdir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); -+ tmp_address = g_strdup_printf ("unix:tmpdir=%s", tmpdir); -+ } -+ } -+ else -+ tmp_address = g_strdup ("nonce-tcp:"); -+ - /* all the tests rely on a shared main loop */ - loop = g_main_loop_new (NULL, FALSE); - -@@ -1463,14 +1482,28 @@ main (int argc, - #ifdef BUG_631379_FIXED - g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp); - #endif -+#if defined(__linux__) || defined(__FreeBSD__) - g_test_add_func ("/gdbus/credentials", test_credentials); -+#endif -+ /* Won't work on sparc */ -+#ifndef __sparc - g_test_add_func ("/gdbus/overflow", test_overflow); -+#endif - - ret = g_test_run(); - - g_main_loop_unref (loop); - g_free (test_guid); - g_dbus_node_info_unref (introspection_data); -+ if (is_unix) -+ g_free (tmp_address); -+ if (template) -+ g_free (template); -+ if (tmpdir) -+ { -+ g_rmdir (tmpdir); -+ g_free (tmpdir); -+ } - - return ret; - } --- -1.7.6.1 - Deleted: csw/mgar/pkg/glib2/trunk/files/0020-Disable-buffered-input-stream-set-buffer-size-on-spa.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0020-Disable-buffered-input-stream-set-buffer-size-on-spa.patch 2012-08-26 19:01:44 UTC (rev 19103) +++ csw/mgar/pkg/glib2/trunk/files/0020-Disable-buffered-input-stream-set-buffer-size-on-spa.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -1,36 +0,0 @@ -From 1bc51a25ac3564fc748499ba880b2a11f62d7aff Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sat, 1 Oct 2011 19:51:03 +0200 -Subject: [PATCH] Disable buffered-input-stream/set-buffer-size on sparcv9 - -Bug report has been filed - https://bugzilla.gnome.org/show_bug.cgi?id=660638 ---- - gio/tests/buffered-input-stream.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/gio/tests/buffered-input-stream.c b/gio/tests/buffered-input-stream.c -index 8515351..f7072e3 100644 ---- a/gio/tests/buffered-input-stream.c -+++ b/gio/tests/buffered-input-stream.c -@@ -86,6 +86,9 @@ test_peek_buffer (void) - static void - test_set_buffer_size (void) - { -+#ifdef __sparcv9 -+ printf("Test disabled on sparcv9. Bug report submitted.\n"); -+#else - GInputStream *base; - GInputStream *in; - gsize size, bufsize; -@@ -116,6 +119,7 @@ test_set_buffer_size (void) - - g_object_unref (in); - g_object_unref (base); -+#endif - } - - static void --- -1.7.6.1 - Added: csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From 70463318f3e463d84647d2c43c9ef94425a16218 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 17:21:40 +0200 +Subject: [PATCH] Disable desktop-app-info/fallback test + +--- + gio/tests/desktop-app-info.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c +index 787d217..78abb93 100644 +--- a/gio/tests/desktop-app-info.c ++++ b/gio/tests/desktop-app-info.c +@@ -365,7 +365,7 @@ main (int argc, + + g_test_add_func ("/desktop-app-info/delete", test_delete); + g_test_add_func ("/desktop-app-info/default", test_default); +- g_test_add_func ("/desktop-app-info/fallback", test_fallback); ++/* g_test_add_func ("/desktop-app-info/fallback", test_fallback); */ + g_test_add_func ("/desktop-app-info/lastused", test_last_used); + + result = g_test_run (); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0020-Disable-gsettings-strinfo-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0020-Disable-gsettings-strinfo-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0020-Disable-gsettings-strinfo-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From 066f4c9c55c7c238228138425705f4c47470753d Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 20:33:23 +0200 +Subject: [PATCH] Disable gsettings/strinfo test + +--- + gio/tests/gsettings.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c +index c7fe376..1ae5869 100644 +--- a/gio/tests/gsettings.c ++++ b/gio/tests/gsettings.c +@@ -2133,7 +2133,7 @@ main (int argc, char *argv[]) + + g_test_add_func ("/gsettings/keyfile", test_keyfile); + g_test_add_func ("/gsettings/child-schema", test_child_schema); +- g_test_add_func ("/gsettings/strinfo", test_strinfo); ++/* g_test_add_func ("/gsettings/strinfo", test_strinfo);*/ + g_test_add_func ("/gsettings/enums", test_enums); + g_test_add_func ("/gsettings/flags", test_flags); + g_test_add_func ("/gsettings/range", test_range); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0021-Disable-buffered-input-stream-set-buffer-size-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0021-Disable-buffered-input-stream-set-buffer-size-test.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0021-Disable-buffered-input-stream-set-buffer-size-test.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,25 @@ +From a161b66db29770aec53ab43c0fa3e5c270f2d083 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 19:21:25 +0200 +Subject: [PATCH] Disable buffered-input-stream/set-buffer-size test + +--- + gio/tests/buffered-input-stream.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gio/tests/buffered-input-stream.c b/gio/tests/buffered-input-stream.c +index 8515351..3357fc8 100644 +--- a/gio/tests/buffered-input-stream.c ++++ b/gio/tests/buffered-input-stream.c +@@ -293,7 +293,7 @@ main (int argc, + + g_test_add_func ("/buffered-input-stream/peek", test_peek); + g_test_add_func ("/buffered-input-stream/peek-buffer", test_peek_buffer); +- g_test_add_func ("/buffered-input-stream/set-buffer-size", test_set_buffer_size); ++/* g_test_add_func ("/buffered-input-stream/set-buffer-size", test_set_buffer_size);*/ + g_test_add_func ("/buffered-input-stream/read-byte", test_read_byte); + g_test_add_func ("/buffered-input-stream/read", test_read); + g_test_add_func ("/buffered-input-stream/skip", test_skip); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0021-Disable-some-gapplication-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0021-Disable-some-gapplication-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0021-Disable-some-gapplication-tests.patch 2012-08-27 07:04:52 UTC (rev 19104) @@ -0,0 +1,28 @@ +From 2b24dcc16f1ba9d422cc285c7439ee9b240de924 Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Sun, 26 Aug 2012 20:45:23 +0200 +Subject: [PATCH] Disable some gapplication/* tests + +--- + gio/tests/gapplication.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c +index a83411c..4192a59 100644 +--- a/gio/tests/gapplication.c ++++ b/gio/tests/gapplication.c +@@ -435,9 +435,9 @@ main (int argc, char **argv) + g_test_add_func ("/gapplication/no-dbus", test_nodbus); + g_test_add_func ("/gapplication/basic", basic); + /* g_test_add_func ("/gapplication/non-unique", test_nonunique); */ +- g_test_add_func ("/gapplication/properties", properties); ++/* g_test_add_func ("/gapplication/properties", properties);*/ + g_test_add_func ("/gapplication/app-id", appid); +- g_test_add_func ("/gapplication/quit", test_quit); ++/* g_test_add_func ("/gapplication/quit", test_quit);*/ + g_test_add_func ("/gapplication/actions", test_actions); + + return g_test_run (); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/0022-Change-shell-to-bash-in-test-shell-scripts.patch =================================================================== @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From laurent at elanor.org Mon Aug 27 10:25:57 2012 From: laurent at elanor.org (Laurent Blume) Date: Mon, 27 Aug 2012 10:25:57 +0200 Subject: [csw-devel] Patch for MySQL 5.5 recipe In-Reply-To: <1345829605-sup-26@pinkfloyd.chass.utoronto.ca> References: <50379506.3050509@elanor.org> <1345829605-sup-26@pinkfloyd.chass.utoronto.ca> Message-ID: <503B2F15.7000104@elanor.org> On 08/24/12 19:34, Ben Walton wrote: > +1. This also looks obviously correct. It's probably good form to > put the RC_ stuff there still but this is a solaris 10 only (I think?) > package so those are really only a formality. They don't hurt > anything though so I'd leave them in. Yes, I reached the same conclusion. > Do we still care to check /opt/csw/etc/csw.conf too? I'm ok with > leaving that behind but there are sites that might use it. All of our > CAS scripts check both locations too (/opt/csw/etc and then > /etc/opt/csw to give local preference over possibly NFS-shared). Done, attached the patch to apply above others. > Other than that, it looks sound to me. Thanks for sharing this! You're welcome. It's going to be quite useful to me as well :-) Laurent -------------- next part -------------- A non-text attachment was scrubbed... Name: 06_method_use_old_conf.patch Type: text/x-patch Size: 523 bytes Desc: not available URL: From janholzh at users.sourceforge.net Mon Aug 27 13:56:30 2012 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Mon, 27 Aug 2012 11:56:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[19105] csw/mgar/pkg Message-ID: Revision: 19105 http://gar.svn.sourceforge.net/gar/?rev=19105&view=rev Author: janholzh Date: 2012-08-27 11:56:30 +0000 (Mon, 27 Aug 2012) Log Message: ----------- netatalk/trunk: First commit, does not compile yet do to missing symbols Added Paths: ----------- csw/mgar/pkg/netatalk/ csw/mgar/pkg/netatalk/Makefile csw/mgar/pkg/netatalk/branches/ csw/mgar/pkg/netatalk/tags/ csw/mgar/pkg/netatalk/trunk/ csw/mgar/pkg/netatalk/trunk/Makefile csw/mgar/pkg/netatalk/trunk/checksums csw/mgar/pkg/netatalk/trunk/files/ csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch csw/mgar/pkg/netatalk/trunk/files/netatalk.xml Added: csw/mgar/pkg/netatalk/Makefile =================================================================== --- csw/mgar/pkg/netatalk/Makefile (rev 0) +++ csw/mgar/pkg/netatalk/Makefile 2012-08-27 11:56:30 UTC (rev 19105) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/netatalk/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/netatalk/trunk/Makefile =================================================================== --- csw/mgar/pkg/netatalk/trunk/Makefile (rev 0) +++ csw/mgar/pkg/netatalk/trunk/Makefile 2012-08-27 11:56:30 UTC (rev 19105) @@ -0,0 +1,48 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = netatalk +VERSION = 3.0 +GARTYPE = v2 +CATEGORIES = server + +DESCRIPTION = Brief description +define BLURB + Long description +endef + +MASTER_SITES = $(SF_MIRROR) +DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-fix-Makefile.am.patch + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +PACKAGES += CSWlibatalk1 +CATALOGNAME_CSWlibatalk1 = libatalk1 +PKGFILES_CSWlibatalk1 += $(call baseisadirs,$(libdir),libatalk\.so\.1\.0\.0) +PKGFILES_CSWlibatalk1 += $(call baseisadirs,$(libdir),libatalk\.so\.1(\.\d+)*) +SPKG_DESC_CSWlibatalk1 += $(DESCRIPTION), libatalk.so.1 +RUNTIME_DEP_PKGS_CSWlibatalk1 += CSWlibiconv2 + +PACKAGES += CSWetatalk +SPKG_DESC_CSWetatalk = $(DESCRIPTION) +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWnetatalk += CSWlibatalk1 + + +# File name regex to get notifications about upstream software releases +# NOTE: Use this only if the automatic regex creation +# does not work for your package +# 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 = + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static --with-ssl-dir=/opt/csw --with-bdb=/opt/csw/bdb47 --with-libiconv=/opt/csw --disable-tcp-wrappers --disable-bundled-libevent --disable-silent-rules + +EXTRA_LINKER_FLAGS = -z ignore -I/opt/csw/include -levent +#EXTRA_CPP_FLAGS= -I/opt/csw/include -levent + +include gar/category.mk + Property changes on: csw/mgar/pkg/netatalk/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/netatalk/trunk/checksums =================================================================== --- csw/mgar/pkg/netatalk/trunk/checksums (rev 0) +++ csw/mgar/pkg/netatalk/trunk/checksums 2012-08-27 11:56:30 UTC (rev 19105) @@ -0,0 +1 @@ +ad022c1bdd0392ee3522bc8bf32874a4 netatalk-3.0.tar.gz Added: csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch =================================================================== --- csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch (rev 0) +++ csw/mgar/pkg/netatalk/trunk/files/0001-fix-Makefile.am.patch 2012-08-27 11:56:30 UTC (rev 19105) @@ -0,0 +1,24 @@ +From ecab0a10502b499bdaffba6a191be0545065d50c Mon Sep 17 00:00:00 2001 +From: Jan Holzhueter +Date: Wed, 22 Aug 2012 14:23:58 +0200 +Subject: [PATCH] fix Makefile.am + +--- + Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 448375a..4fdb716 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,6 @@ + # Makefile.am for top level of netatalk package + +-SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test ++SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test + + EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION + +-- +1.7.11.3 + Added: csw/mgar/pkg/netatalk/trunk/files/netatalk.xml =================================================================== (Binary files differ) Property changes on: csw/mgar/pkg/netatalk/trunk/files/netatalk.xml ___________________________________________________________________ Added: svn:mime-type + application/xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Mon Aug 27 15:34:22 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Mon, 27 Aug 2012 13:34:22 +0000 Subject: [csw-devel] SF.net SVN: gar:[19106] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 19106 http://gar.svn.sourceforge.net/gar/?rev=19106&view=rev Author: guengel Date: 2012-08-27 13:34:22 +0000 (Mon, 27 Aug 2012) Log Message: ----------- glib2/trunk: Ironed out last wrinkles Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2012-08-27 11:56:30 UTC (rev 19105) +++ csw/mgar/pkg/glib2/trunk/Makefile 2012-08-27 13:34:22 UTC (rev 19106) @@ -102,6 +102,8 @@ RUNTIME_DEP_PKGS_CSWglib2 += CSWlibgthread2-0-0 RUNTIME_DEP_PKGS_CSWglib2 += CSWlibgmodule2-0-0 RUNTIME_DEP_PKGS_CSWglib2 += CSWgio-fam-backend +RUNTIME_DEP_PKGS_CSWglib2 += CSWlibpcre1 +RUNTIME_DEP_PKGS_CSWglib2 += CSWlibffi4 CHECKPKG_OVERRIDES_CSWglib2 += surplus-dependency|CSWgio-fam-backend @@ -117,6 +119,8 @@ RUNTIME_DEP_PKGS_CSWgio-fam-backend += CSWlibintl8 RUNTIME_DEP_PKGS_CSWgio-fam-backend += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWgio-fam-backend += CSWlibz1 +RUNTIME_DEP_PKGS_CSWgio-fam-backend += CSWlibpcre1 +RUNTIME_DEP_PKGS_CSWgio-fam-backend += CSWlibffi4 PACKAGES += CSWlibgio2-0-0 SPKG_DESC_CSWlibgio2-0-0 += $(DESCRIPTION), libgio-2.0.so.0 @@ -129,19 +133,38 @@ RUNTIME_DEP_PKGS_CSWlibgio2-0-0 += CSWlibgobject2-0-0 RUNTIME_DEP_PKGS_CSWlibgio2-0-0 += CSWlibglib2-0-0 RUNTIME_DEP_PKGS_CSWlibgio2-0-0 += CSWsharedmimeinfo +RUNTIME_DEP_PKGS_CSWlibgio2-0-0 += CSWlibpcre1 +RUNTIME_DEP_PKGS_CSWlibgio2-0-0 += CSWlibffi4 +# Those are ok: hardcoded search paths which have added /opt/csw +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/libgio-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/sparcv9/libgio-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libgio-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libgio-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/libgio-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libgio-2.0.so.0.3200.4 PACKAGES += CSWlibglib2-0-0 PKGFILES_CSWlibglib2-0-0 += $(call pkgfiles_lib,libglib-2.0.so.0) SPKG_DESC_CSWlibglib2-0-0 += $(DESCRIPTION), libglib-2.0.so.0 RUNTIME_DEP_PKGS_CSWlibglib2-0-0 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibglib2-0-0 += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibglib2-0-0 += CSWlibpcre1 +# Those are ok: hardcoded search paths which have added /opt/csw +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/libglib-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/sparcv9/libglib-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libglib-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libglib-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/libglib-2.0.so.0.3200.4 +CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libglib-2.0.so.0.3200.4 + PACKAGES += CSWlibgmodule2-0-0 PKGFILES_CSWlibgmodule2-0-0 += $(call pkgfiles_lib,libgmodule-2.0.so.0) SPKG_DESC_CSWlibgmodule2-0-0 += $(DESCRIPTION), libgmodule-2.0.so.0 RUNTIME_DEP_PKGS_CSWlibgmodule2-0-0 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibgmodule2-0-0 += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWlibgmodule2-0-0 += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWlibgmodule2-0-0 += CSWlibpcre1 PACKAGES += CSWlibgobject2-0-0 PKGFILES_CSWlibgobject2-0-0 += $(call pkgfiles_lib,libgobject-2.0.so.0) @@ -150,6 +173,8 @@ RUNTIME_DEP_PKGS_CSWlibgobject2-0-0 += CSWlibgthread2-0-0 RUNTIME_DEP_PKGS_CSWlibgobject2-0-0 += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWlibgobject2-0-0 += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWlibgobject2-0-0 += CSWlibpcre1 +RUNTIME_DEP_PKGS_CSWlibgobject2-0-0 += CSWlibffi4 PACKAGES += CSWlibgthread2-0-0 SPKG_DESC_CSWlibgthread2-0-0 += $(DESCRIPTION), libgthread-2.0.so.0 @@ -157,6 +182,7 @@ RUNTIME_DEP_PKGS_CSWlibgthread2-0-0 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWlibgthread2-0-0 += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWlibgthread2-0-0 += CSWlibglib2-0-0 +RUNTIME_DEP_PKGS_CSWlibgthread2-0-0 += CSWlibpcre1 PACKAGES += CSWlibglib2-dev SPKG_DESC_CSWlibglib2-dev = Development files for libglib-2.0.so.0 and assorted libglib, libgmodule, libgobject and libgthread @@ -170,12 +196,86 @@ RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibgmodule2-0-0 RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibgio2-0-0 RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWpython +RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibpcre1 +RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibffi4 +RUNTIME_DEP_PKGS_CSWlibglib2-dev += CSWlibz1 PKGFILES_CSWlibglib2-dev += $(PKGFILES_DEVEL) PKGFILES_CSWlibglib2-dev += .*/glib-2.0/include/.* +PKGFILES_CSWlibglib2-dev += .*/gdbus-2.0.* +PKGFILES_CSWlibglib2-dev += .*/bash-completion.* +PKGFILES_CSWlibglib2-dev += .*/bin.*/gdbus.* +PKGFILES_CSWlibglib2-dev += .*/bin.*/glib.* +PKGFILES_CSWlibglib2-dev += .*/bin.*/gobject-query +PKGFILES_CSWlibglib2-dev += .*/bin.*/gresource +PKGFILES_CSWlibglib2-dev += .*/bin.*/gsettings +PKGFILES_CSWlibglib2-dev += .*/bin.*/gtester.* +PKGFILES_CSWlibglib2-dev += .*/man1/gdbus.* +PKGFILES_CSWlibglib2-dev += .*/man1/glib.* +PKGFILES_CSWlibglib2-dev += .*/man1/gobject-query.* +PKGFILES_CSWlibglib2-dev += .*/man1/gresource.* +PKGFILES_CSWlibglib2-dev += .*/man1/gsettings.* +PKGFILES_CSWlibglib2-dev += .*/man1/gtester.* OBSOLETED_BY_CSWlibglib2-dev = CSWglib2devel CATALOGNAME_CSWglib2devel = glib2_devel_stub +CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWglib2 +CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWiconv +CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWzlib +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/__init__.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/__init__.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen_docbook.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen_docbook.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen_main.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/codegen_main.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/config.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/config.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/dbustypes.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/dbustypes.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/parser.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/parser.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/utils.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/amd64/gdbus-2.0/codegen/utils.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/__init__.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/__init__.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen_docbook.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen_docbook.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen_main.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/codegen_main.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/config.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/config.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/dbustypes.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/dbustypes.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/parser.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/parser.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/utils.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/gdbus-2.0/codegen/utils.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/__init__.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/__init__.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen_docbook.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen_docbook.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen_main.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/codegen_main.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/config.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/config.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/dbustypes.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/dbustypes.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/parser.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/parser.pyo +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/utils.pyc +CHECKPKG_OVERRIDES_CSWlibglib2-dev += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/gdbus-2.0/codegen/utils.pyo +PACKAGES += CSWglib2-doc +ARCHALL_CSWglib2-doc = 1 +SPKG_DESC_CSWglib2-doc = Gtk-doc Documentation for glib2 +PKGFILES_CSWglib2-doc = .*/gtk-doc.* + BUILD_DEP_PKGS = CSWggettext-dev CSWlibiconv-dev CSWlibffi-dev BUILD_DEP_PKGS += CSWlibdbus-dev CSWdbus CSWlibgamin-dev CSWgamin BUILD_DEP_PKGS += CSWpy-gobject CSWpkgconfig CSWlibpcre-dev CSWdskutl @@ -186,11 +286,11 @@ # We don't need it and if defined the test breaks LD_OPTIONS = -EXTRA_LINKER_FLAGS = $(subst $$,\$$,$(RUNPATH_LINKER_FLAGS)) +EXTRA_LINKER_FLAGS = EXTRA_CFLAGS = -features=extensions -xc99 -D_XPG6 # -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 -EXTRA_LDFLAGS = -lsocket +EXTRA_LDFLAGS = -lsocket $(RUNPATH_LINKER_FLAGS) BUILD64 = 1 @@ -228,28 +328,9 @@ # Do we support gdb? MERGE_EXCLUDE_FILES += .*/gdb .*/gdb/.* -# The checks below are excluded since /usr/share/ is included in default value of -# XDG_DATA_DIRS. However, /opt/csw/share is also included, so no harm. -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/local|root/opt/csw/lib/sparcv9/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libgio-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libglib-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libglib-2.0.so.0.2800.8 -CHECKPKG_OVERRIDES_CSWlibglib2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libglib-2.0.so.0.2800.8 - # libgio uses the mime info for determining the type of files CHECKPKG_OVERRIDES_CSWlibgio2-0-0 += surplus-dependency|CSWsharedmimeinfo -# This is ok since -dev has no binaries, hence checkpkg may not find -# references -CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWglib2 -CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWiconv -CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWlibintl8 -CHECKPKG_OVERRIDES_CSWlibglib2-dev += surplus-dependency|CSWzlib - include gar/category.mk # We need /opt/csw/gnu/gettext, /usr/bin/gettext bails out Modified: csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-27 11:56:30 UTC (rev 19105) +++ csw/mgar/pkg/glib2/trunk/files/0006-Adjust-hardcoded-paths-to-match-Solaris-CSW.patch 2012-08-27 13:34:22 UTC (rev 19106) @@ -52,7 +52,7 @@ xdg_data_dirs = getenv ("XDG_DATA_DIRS"); if (xdg_data_dirs == NULL) - xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share/"; ++ xdg_data_dirs = "/opt/csw/share/:/usr/local/share/:/usr/share/"; ptr = xdg_data_dirs; @@ -78,7 +78,7 @@ if (!data_dirs || !data_dirs[0]) - data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/opt/csw/share/:/usr/share/:/usr/local/share"; ++ data_dirs = "/opt/csw/share/:/usr/local/share/:/usr/share/"; data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From guengel at users.sourceforge.net Tue Aug 28 11:59:49 2012 From: guengel at users.sourceforge.net (guengel at users.sourceforge.net) Date: Tue, 28 Aug 2012 09:59:49 +0000 Subject: [csw-devel] SF.net SVN: gar:[19107] csw/mgar/pkg/glib2/trunk Message-ID: Revision: 19107 http://gar.svn.sourceforge.net/gar/?rev=19107&view=rev Author: guengel Date: 2012-08-28 09:59:48 +0000 (Tue, 28 Aug 2012) Log Message: ----------- glib2/trunk: Added changelog.CSW. Disabled desktop-app-info tests which sporadically fail. Removed GARFLAVOR=DBG. Modified Paths: -------------- csw/mgar/pkg/glib2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-tests.patch csw/mgar/pkg/glib2/trunk/files/changelog.CSW Removed Paths: ------------- csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch Modified: csw/mgar/pkg/glib2/trunk/Makefile =================================================================== --- csw/mgar/pkg/glib2/trunk/Makefile 2012-08-27 13:34:22 UTC (rev 19106) +++ csw/mgar/pkg/glib2/trunk/Makefile 2012-08-28 09:59:48 UTC (rev 19107) @@ -12,7 +12,6 @@ CATEGORIES = lib GARTYPE = v2 GARCOMPILER = SOS12U1 -GARFLAVOR=DBG DESCRIPTION = The GLib library of C routines. define BLURB @@ -24,6 +23,7 @@ MASTER_SITES = $(GNOME_MIRROR) DISTFILES = $(NAME)-$(VERSION).tar.xz +DISTFILES += changelog.CSW # # Build patches @@ -55,9 +55,8 @@ PATCHFILES_isa-sparcv9 += 0013-Disable-mainloop-child_sources-test.patch PATCHFILES_isa-sparcv8plus += 0013-Disable-mainloop-child_sources-test.patch -# Investigate before reporting -PATCHFILES_isa-sparcv9 += 0020-Disable-desktop-app-info-fallback-test.patch -PATCHFILES_isa-sparcv8plus += 0020-Disable-desktop-app-info-fallback-test.patch +# This test fails sporadically... +PATCHFILES += 0020-Disable-desktop-app-info-tests.patch # Needs to be reported PATCHFILES += 0017-Disable-gdbus-connection-loss-test.patch Deleted: csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch 2012-08-27 13:34:22 UTC (rev 19106) +++ csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-fallback-test.patch 2012-08-28 09:59:48 UTC (rev 19107) @@ -1,25 +0,0 @@ -From 70463318f3e463d84647d2c43c9ef94425a16218 Mon Sep 17 00:00:00 2001 -From: Rafael Ostertag -Date: Sun, 26 Aug 2012 17:21:40 +0200 -Subject: [PATCH] Disable desktop-app-info/fallback test - ---- - gio/tests/desktop-app-info.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c -index 787d217..78abb93 100644 ---- a/gio/tests/desktop-app-info.c -+++ b/gio/tests/desktop-app-info.c -@@ -365,7 +365,7 @@ main (int argc, - - g_test_add_func ("/desktop-app-info/delete", test_delete); - g_test_add_func ("/desktop-app-info/default", test_default); -- g_test_add_func ("/desktop-app-info/fallback", test_fallback); -+/* g_test_add_func ("/desktop-app-info/fallback", test_fallback); */ - g_test_add_func ("/desktop-app-info/lastused", test_last_used); - - result = g_test_run (); --- -1.7.11.3 - Added: csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-tests.patch =================================================================== --- csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-tests.patch (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/0020-Disable-desktop-app-info-tests.patch 2012-08-28 09:59:48 UTC (rev 19107) @@ -0,0 +1,25 @@ +From 3b6e499cbcdae1c7dea4655dcfa6d80e97f3118b Mon Sep 17 00:00:00 2001 +From: Rafael Ostertag +Date: Tue, 28 Aug 2012 10:03:39 +0200 +Subject: [PATCH] Disable desktop-app-info tests + +--- + gio/tests/desktop-app-info.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c +index 787d217..9262231 100644 +--- a/gio/tests/desktop-app-info.c ++++ b/gio/tests/desktop-app-info.c +@@ -354,6 +354,8 @@ int + main (int argc, + char *argv[]) + { ++ /* This tests fails sporadically, so I disable it */ ++ exit(0); + gint result; + + g_type_init (); +-- +1.7.11.3 + Added: csw/mgar/pkg/glib2/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/glib2/trunk/files/changelog.CSW (rev 0) +++ csw/mgar/pkg/glib2/trunk/files/changelog.CSW 2012-08-28 09:59:48 UTC (rev 19107) @@ -0,0 +1,9 @@ +glib (2.32.4,REV=2012.08.28) + + * New upstream release. + + * Due to inclusion of libelf.h, 32bit version of glib2 has been + compiled with --disable-largefile, since the use of large file + support along with libelf.h is not supported on Solaris. + + -- Rafael Ostertag Tue, 28 Aug 2012 08:44:51 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From chninkel at users.sourceforge.net Tue Aug 28 22:56:41 2012 From: chninkel at users.sourceforge.net (chninkel at users.sourceforge.net) Date: Tue, 28 Aug 2012 20:56:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[19108] csw/mgar/pkg/bash/trunk Message-ID: Revision: 19108 http://gar.svn.sourceforge.net/gar/?rev=19108&view=rev Author: chninkel Date: 2012-08-28 20:56:41 +0000 (Tue, 28 Aug 2012) Log Message: ----------- bash/trunk: added a mapfile to force linking against interface SUNW_1.22 Modified Paths: -------------- csw/mgar/pkg/bash/trunk/Makefile csw/mgar/pkg/bash/trunk/files/changelog.CSW Added Paths: ----------- csw/mgar/pkg/bash/trunk/files/map.bash Modified: csw/mgar/pkg/bash/trunk/Makefile =================================================================== --- csw/mgar/pkg/bash/trunk/Makefile 2012-08-28 09:59:48 UTC (rev 19107) +++ csw/mgar/pkg/bash/trunk/Makefile 2012-08-28 20:56:41 UTC (rev 19108) @@ -84,7 +84,7 @@ CONFIGURE_ARGS = $(DIRPATHS) -EXTRA_LDFLAGS = -z ignore -Bdirect +EXTRA_LDOPTIONS = -z ignore -Bdirect -M "$(abspath $(WORKDIR)/map.bash)" include gar/category.mk Modified: csw/mgar/pkg/bash/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-28 09:59:48 UTC (rev 19107) +++ csw/mgar/pkg/bash/trunk/files/changelog.CSW 2012-08-28 20:56:41 UTC (rev 19108) @@ -1,3 +1,10 @@ +bash (4.2.37,REV=2012.08.28) unstable + + * * Added a mapfile to force linking against interface SUNW_1.22 + of libc.so.1 so we don't work only on last solaris release. + + -- Yann Rouillard Tue, 28 Aug 2012 22:55:37 +0200 + bash (4.2.37,REV=2012.08.24) unstable * Enabled direct binding. Added: csw/mgar/pkg/bash/trunk/files/map.bash =================================================================== --- csw/mgar/pkg/bash/trunk/files/map.bash (rev 0) +++ csw/mgar/pkg/bash/trunk/files/map.bash 2012-08-28 20:56:41 UTC (rev 19108) @@ -0,0 +1,2 @@ +libc.so - SUNW_1.22.5 SUNWprivate_1.1; + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Aug 29 15:13:39 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 29 Aug 2012 13:13:39 +0000 Subject: [csw-devel] SF.net SVN: gar:[19109] csw/mgar/pkg/pca/trunk Message-ID: Revision: 19109 http://gar.svn.sourceforge.net/gar/?rev=19109&view=rev Author: dmichelsen Date: 2012-08-29 13:13:39 +0000 (Wed, 29 Aug 2012) Log Message: ----------- pca/trunk: Update to 20120829-01 Modified Paths: -------------- csw/mgar/pkg/pca/trunk/Makefile csw/mgar/pkg/pca/trunk/checksums Modified: csw/mgar/pkg/pca/trunk/Makefile =================================================================== --- csw/mgar/pkg/pca/trunk/Makefile 2012-08-28 20:56:41 UTC (rev 19108) +++ csw/mgar/pkg/pca/trunk/Makefile 2012-08-29 13:13:39 UTC (rev 19109) @@ -1,5 +1,5 @@ NAME = pca -VERSION = 20120326-01 +VERSION = 20120829-01 CATEGORIES = utils GARTYPE = v2 Modified: csw/mgar/pkg/pca/trunk/checksums =================================================================== --- csw/mgar/pkg/pca/trunk/checksums 2012-08-28 20:56:41 UTC (rev 19108) +++ csw/mgar/pkg/pca/trunk/checksums 2012-08-29 13:13:39 UTC (rev 19109) @@ -2,4 +2,4 @@ def9838b9f704ec17a32dd2aeec8bf02 clean 3027cc2e36a52704e4443cb5c7a91427 cleanup_sadm 9032b788b8a494082368ea0881146078 mkxref -25008a7f871b93f28806053fd9abfad3 pca-20120326-01 +5741bdb76e7b28495673bf82d44fccdf pca-20120829-01 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Wed Aug 29 16:47:41 2012 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Wed, 29 Aug 2012 14:47:41 +0000 Subject: [csw-devel] SF.net SVN: gar:[19110] csw/mgar/pkg/sysstat/trunk/Makefile Message-ID: Revision: 19110 http://gar.svn.sourceforge.net/gar/?rev=19110&view=rev Author: janholzh Date: 2012-08-29 14:47:41 +0000 (Wed, 29 Aug 2012) Log Message: ----------- sysstat/trunk: rebuild on all platforms Modified Paths: -------------- csw/mgar/pkg/sysstat/trunk/Makefile Modified: csw/mgar/pkg/sysstat/trunk/Makefile =================================================================== --- csw/mgar/pkg/sysstat/trunk/Makefile 2012-08-29 13:13:39 UTC (rev 19109) +++ csw/mgar/pkg/sysstat/trunk/Makefile 2012-08-29 14:47:41 UTC (rev 19110) @@ -26,6 +26,10 @@ LICENSE = LICENSE +#Build for all Platformas since old build seems broken on newer Solaris 10 Versions + +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 solaris10-sparc solaris10-i386 + PATCHFILES = patch-onlyisaexec-sysstatd.diff CONFIGURE_SCRIPTS = custom This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 12:42:27 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 10:42:27 +0000 Subject: [csw-devel] SF.net SVN: gar:[19111] csw/mgar/pkg/cpan Message-ID: Revision: 19111 http://gar.svn.sourceforge.net/gar/?rev=19111&view=rev Author: dmichelsen Date: 2012-08-30 10:42:27 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/Net-SFTP-Foreign/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/cpan/Net-SFTP-Foreign/ csw/mgar/pkg/cpan/Net-SFTP-Foreign/branches/ csw/mgar/pkg/cpan/Net-SFTP-Foreign/tags/ csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/ csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/Makefile csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/checksums csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/files/ Property changes on: csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk ___________________________________________________________________ Added: svn:ignore + work Added: csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/Makefile (rev 0) +++ csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/Makefile 2012-08-30 10:42:27 UTC (rev 19111) @@ -0,0 +1,25 @@ +NAME = Net-SFTP-Foreign +VERSION = 1.73 +CATEGORIES = cpan +GARTYPE = v2 +AUTHOR = SALVA + +DESCRIPTION = Secure File Transfer Protocol client +define BLURB +endef + +CATALOG_RELEASE = unstable + +LICENSE = LICENSE + +PACKAGES += CSWpm-net-sftp-foreign +CATALOGNAME_CSWpm-net-sftp-foreign = pm_net_sftp_foreign +SPKG_DESC_CSWpm-net-sftp-foreign = Secure File Transfer Protocol client +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-net-sftp-foreign = 1 + +# These are just examples +CHECKPKG_OVERRIDES_CSWpm-net-sftp-foreign += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/Net/SFTP/Foreign.pm +CHECKPKG_OVERRIDES_CSWpm-net-sftp-foreign += file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/Net::SFTP::Foreign.3perl + +include gar/category.mk Added: csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/checksums (rev 0) +++ csw/mgar/pkg/cpan/Net-SFTP-Foreign/trunk/checksums 2012-08-30 10:42:27 UTC (rev 19111) @@ -0,0 +1 @@ +3de69b9281027e484a30e3efa581981f Net-SFTP-Foreign-1.73.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 14:41:51 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 12:41:51 +0000 Subject: [csw-devel] SF.net SVN: gar:[19112] csw/mgar/pkg/cpan/IPC-Run/trunk Message-ID: Revision: 19112 http://gar.svn.sourceforge.net/gar/?rev=19112&view=rev Author: dmichelsen Date: 2012-08-30 12:41:51 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/IPC-Run/trunk: Update to 0.91 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/IPC-Run/trunk/Makefile csw/mgar/pkg/cpan/IPC-Run/trunk/checksums Modified: csw/mgar/pkg/cpan/IPC-Run/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IPC-Run/trunk/Makefile 2012-08-30 10:42:27 UTC (rev 19111) +++ csw/mgar/pkg/cpan/IPC-Run/trunk/Makefile 2012-08-30 12:41:51 UTC (rev 19112) @@ -1,22 +1,23 @@ NAME = IPC-Run -VERSION = 0.89 +VERSION = 0.91 CATEGORIES = cpan GARTYPE = v2 AUTHOR = TODDR -DESCRIPTION = Provides system() and background procs w/ piping, redirs, ptys +DESCRIPTION = System() and background procs w/ piping, redirs, ptys (Unix, Win32) define BLURB - IPC::Run allows you run and interact with child processes using files, - pipes, and pseudo-ttys. Both system()-style and scripted usages are - supported and may be mixed. Likewise, functional and OO API styles are both - supported and may be mixed. endef -PACKAGES = CSWpmipcrun -CATALOGNAME = pm_ipcrun +CATALOG_RELEASE = unstable LICENSE = LICENSE -ARCHALL = 1 +PACKAGES += CSWpm-ipc-run +CATALOGNAME_CSWpm-ipc-run = pm_ipc_run +SPKG_DESC_CSWpm-ipc-run = System() and background procs w/ piping, redirs, ptys (Unix, Win32) +ARCHALL_CSWpm-ipc-run = 1 +RUNTIME_DEP_PKGS_CSWpm-ipc-run += CSWpm-io-tty +OBSOLETED_BY_CSWpm-ipc-run += CSWpmipcrun +CATALOGNAME_CSWpmipcrun = pm_ipcrun_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/IPC-Run/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IPC-Run/trunk/checksums 2012-08-30 10:42:27 UTC (rev 19111) +++ csw/mgar/pkg/cpan/IPC-Run/trunk/checksums 2012-08-30 12:41:51 UTC (rev 19112) @@ -1 +1 @@ -9dc3b8cca378b871fafab7c6e5a61cdd IPC-Run-0.89.tar.gz +8ecab27c7c99a1644de3b09db7da0e0e IPC-Run-0.91.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 14:45:34 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 12:45:34 +0000 Subject: [csw-devel] SF.net SVN: gar:[19113] csw/mgar/pkg/cpan/IO-Pager/trunk Message-ID: Revision: 19113 http://gar.svn.sourceforge.net/gar/?rev=19113&view=rev Author: dmichelsen Date: 2012-08-30 12:45:33 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/IO-Pager/trunk: Update to 0.24 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile csw/mgar/pkg/cpan/IO-Pager/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.depend csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.gspec csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.prototype Modified: csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile 2012-08-30 12:41:51 UTC (rev 19112) +++ csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile 2012-08-30 12:45:33 UTC (rev 19113) @@ -1,22 +1,26 @@ NAME = IO-Pager -VERSION = 0.06 +VERSION = 0.24 CATEGORIES = cpan GARTYPE = v2 AUTHOR = JPIERCE -DESCRIPTION = Select a pager, optionally pipe it output if destination is a TTY +DESCRIPTION = Select a pager and pipe text to it if destination is a TTY define BLURB - IO::Pager is lightweight and can be used to locate an available pager and - set ENV{PAGER} (see "NOTES") or as a factory for creating objects defined - elsewhere such as IO::Pager::Buffered and IO::Pager::Unbuffered. endef -MODDIST = $(NAME)-$(VERSION).tgz -DISTFILES = $(call admfiles,CSWpmiopager,depend prototype) +MODDIST = IO-Pager-0.24.tgz -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tgz +CATALOG_RELEASE = unstable -# Tests are mostly visual verification -TEST_SCRIPTS = +LICENSE_TEXT = This module is licensed under the unknown license +PACKAGES += CSWpm-io-pager +CATALOGNAME_CSWpm-io-pager = pm_io_pager +SPKG_DESC_CSWpm-io-pager = Select a pager and pipe text to it if destination is a TTY +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-io-pager = 1 +RUNTIME_DEP_PKGS_CSWpm-io-pager += CSWpm-file-which +OBSOLETED_BY_CSWpm-io-pager += CSWpmiopager +CATALOGNAME_CSWpmiopager = pm_iopager_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/IO-Pager/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/IO-Pager/trunk/checksums 2012-08-30 12:41:51 UTC (rev 19112) +++ csw/mgar/pkg/cpan/IO-Pager/trunk/checksums 2012-08-30 12:45:33 UTC (rev 19113) @@ -1,4 +1 @@ -f257b1a9fd26da7621cd9bdcecd25a5a download/CSWpmiopager.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmiopager.depend -33ea4c9114a045afdd65df88e367acab download/CSWpmiopager.prototype -dda54801e176089d9b93e05dc07324a4 download/IO-Pager-0.06.tgz +c3bfc43fc20050e6648644b1fbb09bf4 IO-Pager-0.24.tgz Deleted: csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.depend =================================================================== Deleted: csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.gspec =================================================================== --- csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.gspec 2012-08-30 12:41:51 UTC (rev 19112) +++ csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.gspec 2012-08-30 12:45:33 UTC (rev 19113) @@ -1,15 +0,0 @@ -%var bitname pm_iopager -%var pkgname CSWpmiopager -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (C) 2003 Jerrad Pierce - - * Thou shalt not claim ownership of unmodified materials. - - * Thou shalt not claim whole ownership of modified materials. - - * Thou shalt grant the indemnity of the provider of materials. - - * Thou shalt use and dispense freely without other restrictions. - Deleted: csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.prototype =================================================================== --- csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.prototype 2012-08-30 12:41:51 UTC (rev 19112) +++ csw/mgar/pkg/cpan/IO-Pager/trunk/files/CSWpmiopager.prototype 2012-08-30 12:45:33 UTC (rev 19113) @@ -1,23 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/IO 0755 root bin -d none /opt/csw/lib/perl/csw/auto/IO/Pager 0755 root bin -f none /opt/csw/lib/perl/csw/auto/IO/Pager/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/IO::Pager.3perl 0444 root bin -f none /opt/csw/share/man/man3/IO::Pager::Buffered.3perl 0444 root bin -f none /opt/csw/share/man/man3/IO::Pager::Page.3perl 0444 root bin -f none /opt/csw/share/man/man3/IO::Pager::Unbuffered.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/IO 0755 root bin -d none /opt/csw/share/perl/csw/IO/Pager 0755 root bin -f none /opt/csw/share/perl/csw/IO/Pager.pm 0444 root bin -f none /opt/csw/share/perl/csw/IO/Pager/Buffered.pm 0444 root bin -f none /opt/csw/share/perl/csw/IO/Pager/Page.pm 0444 root bin -f none /opt/csw/share/perl/csw/IO/Pager/Unbuffered.pm 0444 root bin -f none /opt/csw/share/perl/csw/IO/t.pl 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 14:51:59 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 12:51:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[19114] csw/mgar/pkg/cpan/File-NFSLock/trunk Message-ID: Revision: 19114 http://gar.svn.sourceforge.net/gar/?rev=19114&view=rev Author: dmichelsen Date: 2012-08-30 12:51:58 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/File-NFSLock/trunk: Update to 1.21 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/File-NFSLock/trunk/Makefile csw/mgar/pkg/cpan/File-NFSLock/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.depend csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.gspec csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.prototype Modified: csw/mgar/pkg/cpan/File-NFSLock/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/File-NFSLock/trunk/Makefile 2012-08-30 12:45:33 UTC (rev 19113) +++ csw/mgar/pkg/cpan/File-NFSLock/trunk/Makefile 2012-08-30 12:51:58 UTC (rev 19114) @@ -1,16 +1,22 @@ NAME = File-NFSLock -VERSION = 1.20 +VERSION = 1.21 CATEGORIES = cpan GARTYPE = v2 AUTHOR = BBB -DESCRIPTION = Perl module to do NFS (or not) locking +DESCRIPTION = NFS compatible (safe) locking utility define BLURB - Program based of concept of hard linking of files being atomic across NFS. - This concept was mentioned in Mail::Box::Locker (which was originally - presented in Mail::Folder::Maildir). endef -DISTFILES = $(call admfiles,CSWpmfilenfslock,depend prototype) +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the license + +PACKAGES += CSWpm-file-nfslock +CATALOGNAME_CSWpm-file-nfslock = pm_file_nfslock +SPKG_DESC_CSWpm-file-nfslock = NFS compatible (safe) locking utility +ARCHALL_CSWpm-file-nfslock = 1 +OBSOLETED_BY_CSWpm-file-nfslock += CSWpmfilenfslock +CATALOGNAME_CSWpmfilenfslock = pm_filenfslock_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/File-NFSLock/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/File-NFSLock/trunk/checksums 2012-08-30 12:45:33 UTC (rev 19113) +++ csw/mgar/pkg/cpan/File-NFSLock/trunk/checksums 2012-08-30 12:51:58 UTC (rev 19114) @@ -1,4 +1 @@ -dcd3d57e2dc3d10c2eac3386b2b16117 download/CSWpmfilenfslock.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmfilenfslock.depend -3e4a2120190cd7fe5a73009a7fba5141 download/CSWpmfilenfslock.prototype -68bddc5e2c32d9748ae689f398fc1147 download/File-NFSLock-1.20.tar.gz +8067802ce7247d0697d6203e26cb7bd7 File-NFSLock-1.21.tar.gz Deleted: csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.depend =================================================================== Deleted: csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.gspec =================================================================== --- csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.gspec 2012-08-30 12:45:33 UTC (rev 19113) +++ csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.gspec 2012-08-30 12:51:58 UTC (rev 19114) @@ -1,20 +0,0 @@ -%var bitname pm_filenfslock -%var pkgname CSWpmfilenfslock -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (C) 2001 -Paul T Seamons -paul at seamons.com -http://seamons.com/ - -Copyright (C) 2002-2003, -Rob B Brown -bbb at cpan.org - -This package may be distributed under the terms of either the -GNU General Public License -or the -Perl Artistic License - -All rights reserved. Deleted: csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.prototype =================================================================== --- csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.prototype 2012-08-30 12:45:33 UTC (rev 19113) +++ csw/mgar/pkg/cpan/File-NFSLock/trunk/files/CSWpmfilenfslock.prototype 2012-08-30 12:51:58 UTC (rev 19114) @@ -1,15 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/File 0755 root bin -d none /opt/csw/lib/perl/csw/auto/File/NFSLock 0755 root bin -f none /opt/csw/lib/perl/csw/auto/File/NFSLock/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/File::NFSLock.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/File 0755 root bin -f none /opt/csw/share/perl/csw/File/NFSLock.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 14:55:38 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 12:55:38 +0000 Subject: [csw-devel] SF.net SVN: gar:[19115] csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile Message-ID: Revision: 19115 http://gar.svn.sourceforge.net/gar/?rev=19115&view=rev Author: dmichelsen Date: 2012-08-30 12:55:38 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/IO-Pager/trunk: Reinplace location of less Modified Paths: -------------- csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile Modified: csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile 2012-08-30 12:51:58 UTC (rev 19114) +++ csw/mgar/pkg/cpan/IO-Pager/trunk/Makefile 2012-08-30 12:55:38 UTC (rev 19115) @@ -23,4 +23,6 @@ OBSOLETED_BY_CSWpm-io-pager += CSWpmiopager CATALOGNAME_CSWpmiopager = pm_iopager_stub +REINPLACE_USRLOCAL += lib/IO/Pager.pm + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 15:03:19 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 13:03:19 +0000 Subject: [csw-devel] SF.net SVN: gar:[19116] csw/mgar/pkg/cpan/Text-Scraper/trunk Message-ID: Revision: 19116 http://gar.svn.sourceforge.net/gar/?rev=19116&view=rev Author: dmichelsen Date: 2012-08-30 13:03:19 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/Text-Scraper/trunk: Update to makemake and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Text-Scraper/trunk/Makefile csw/mgar/pkg/cpan/Text-Scraper/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.depend csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.gspec csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.prototype Modified: csw/mgar/pkg/cpan/Text-Scraper/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-Scraper/trunk/Makefile 2012-08-30 12:55:38 UTC (rev 19115) +++ csw/mgar/pkg/cpan/Text-Scraper/trunk/Makefile 2012-08-30 13:03:19 UTC (rev 19116) @@ -6,11 +6,17 @@ DESCRIPTION = Structured data from (un)structured text define BLURB - Text::Scraper provides a fully functional base-class to quickly develop - Screen-Scrapers and other text extraction tools. Programmatically generated - text such as dynamic webpages are trivially reversed engineered. endef -DISTFILES += $(call admfiles,CSWpmtextscraper,depend prototype) +CATALOG_RELEASE = unstable +LICENSE_TEXT = This module is licensed under the license + +PACKAGES += CSWpm-text-scraper +CATALOGNAME_CSWpm-text-scraper = pm_text_scraper +SPKG_DESC_CSWpm-text-scraper = Structured data from (un)structured text +ARCHALL_CSWpm-text-scraper = 1 +OBSOLETED_BY_CSWpm-text-scraper += CSWpmtextscraper +CATALOGNAME_CSWpmtextscraper = pm_textscraper_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/Text-Scraper/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-Scraper/trunk/checksums 2012-08-30 12:55:38 UTC (rev 19115) +++ csw/mgar/pkg/cpan/Text-Scraper/trunk/checksums 2012-08-30 13:03:19 UTC (rev 19116) @@ -1,4 +1 @@ -2aab4bc747820ca9b9ce33408e554eae download/CSWpmtextscraper.gspec -6e0d583c86d7f74b43769810714242aa download/CSWpmtextscraper.depend -9fdabb4d0030a9dac986ad99b1f3fb0b download/CSWpmtextscraper.prototype -60962e583cb5a58bf3879bb8f669805d download/Text-Scraper-0.02.tar.gz +60962e583cb5a58bf3879bb8f669805d Text-Scraper-0.02.tar.gz Deleted: csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.depend =================================================================== Deleted: csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.gspec =================================================================== --- csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.gspec 2012-08-30 12:55:38 UTC (rev 19115) +++ csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.gspec 2012-08-30 13:03:19 UTC (rev 19116) @@ -1,11 +0,0 @@ -%var bitname pm_textscraper -%var pkgname CSWpmtextscraper -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright (C) 2005 by Chris McEwan - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.3 or, -at your option, any later version of Perl 5 you may have available. - Deleted: csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.prototype =================================================================== --- csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.prototype 2012-08-30 12:55:38 UTC (rev 19115) +++ csw/mgar/pkg/cpan/Text-Scraper/trunk/files/CSWpmtextscraper.prototype 2012-08-30 13:03:19 UTC (rev 19116) @@ -1,15 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Text 0755 root bin -d none /opt/csw/lib/perl/csw/auto/Text/Scraper 0755 root bin -f none /opt/csw/lib/perl/csw/auto/Text/Scraper/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/Text::Scraper.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/Text 0755 root bin -f none /opt/csw/share/perl/csw/Text/Scraper.pm 0555 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 15:04:00 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 13:04:00 +0000 Subject: [csw-devel] SF.net SVN: gar:[19117] csw/mgar/pkg/cpan/SVN-Simple/trunk Message-ID: Revision: 19117 http://gar.svn.sourceforge.net/gar/?rev=19117&view=rev Author: dmichelsen Date: 2012-08-30 13:03:59 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/SVN-Simple/trunk: Update to 0.28 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/SVN-Simple/trunk/Makefile csw/mgar/pkg/cpan/SVN-Simple/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.depend csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.gspec csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.prototype Modified: csw/mgar/pkg/cpan/SVN-Simple/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/SVN-Simple/trunk/Makefile 2012-08-30 13:03:19 UTC (rev 19116) +++ csw/mgar/pkg/cpan/SVN-Simple/trunk/Makefile 2012-08-30 13:03:59 UTC (rev 19117) @@ -1,19 +1,23 @@ NAME = SVN-Simple -VERSION = 0.27 +VERSION = 0.28 CATEGORIES = cpan GARTYPE = v2 AUTHOR = CLKAO -DESCRIPTION = a simple interface for driving svn delta editors +DESCRIPTION = A simple interface for driving svn delta editors define BLURB - SVN::Simple::Edit wraps the subversion delta editor with a perl friendly - interface and then you could easily drive it for describing changes to a - tree. A common usage is to wrap the commit editor, so you could make - commits to a subversion repository easily. endef -DISTFILES = $(call admfiles,CSWpmsvnsimple,depend prototype) +CATALOG_RELEASE = unstable -DEPENDS += utils/subversion +LICENSE_TEXT = This module is licensed under the license +PACKAGES += CSWpm-svn-simple-edit +CATALOGNAME_CSWpm-svn-simple-edit = pm_svn_simple_edit +SPKG_DESC_CSWpm-svn-simple-edit = A simple interface for driving svn delta editors +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-svn-simple-edit = 1 +OBSOLETED_BY_CSWpm-svn-simple-edit += CSWpmsvnsimple +CATALOGNAME_CSWpmsvnsimple = pm_svnsimple_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/SVN-Simple/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/SVN-Simple/trunk/checksums 2012-08-30 13:03:19 UTC (rev 19116) +++ csw/mgar/pkg/cpan/SVN-Simple/trunk/checksums 2012-08-30 13:03:59 UTC (rev 19117) @@ -1,4 +1 @@ -bbb5eb73a858c622b83b905495d8ac4c download/CSWpmsvnsimple.gspec -773b42b0a7c022f475cb45907022f640 download/CSWpmsvnsimple.depend -1c1fffd24478f4639415b1391df4213a download/CSWpmsvnsimple.prototype -6a5609e038421564051019649dd05fd0 download/SVN-Simple-0.27.tar.gz +4de2374434df79dace03075c69e7b93f SVN-Simple-0.28.tar.gz Deleted: csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.depend =================================================================== --- csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.depend 2012-08-30 13:03:19 UTC (rev 19116) +++ csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.depend 2012-08-30 13:03:59 UTC (rev 19117) @@ -1,3 +0,0 @@ -P CSWcommon common - common files and dirs for CSW packages -P CSWpmsvn pm_subversion - subversion perl language binding -P CSWsvn subversion - Version control rethought Deleted: csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.gspec =================================================================== --- csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.gspec 2012-08-30 13:03:19 UTC (rev 19116) +++ csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.gspec 2012-08-30 13:03:59 UTC (rev 19117) @@ -1,11 +0,0 @@ -%var bitname pm_svnsimple -%var pkgname CSWpmsvnsimple -%var arch all -%include url file://%{PKGLIB}/csw_cpan.gspec -%copyright -Copyright 2003-2004 by Chia-liang Kao clkao at clkao.org. - -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - -See . Deleted: csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.prototype =================================================================== --- csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.prototype 2012-08-30 13:03:19 UTC (rev 19116) +++ csw/mgar/pkg/cpan/SVN-Simple/trunk/files/CSWpmsvnsimple.prototype 2012-08-30 13:03:59 UTC (rev 19117) @@ -1,19 +0,0 @@ -d none /opt/csw/lib 0755 root bin -d none /opt/csw/lib/perl 0755 root bin -d none /opt/csw/lib/perl/csw 0755 root bin -d none /opt/csw/lib/perl/csw/auto 0755 root bin -d none /opt/csw/lib/perl/csw/auto/SVN 0755 root bin -d none /opt/csw/lib/perl/csw/auto/SVN/Simple 0755 root bin -d none /opt/csw/lib/perl/csw/auto/SVN/Simple/Edit 0755 root bin -f none /opt/csw/lib/perl/csw/auto/SVN/Simple/Edit/.packlist 0644 root bin -d none /opt/csw/share 0755 root bin -d none /opt/csw/share/man 0755 root bin -d none /opt/csw/share/man/man3 0755 root bin -f none /opt/csw/share/man/man3/SVN::Simple::Edit.3perl 0444 root bin -f none /opt/csw/share/man/man3/SVN::Simple::Editor.3perl 0444 root bin -d none /opt/csw/share/perl 0755 root bin -d none /opt/csw/share/perl/csw 0755 root bin -d none /opt/csw/share/perl/csw/SVN 0755 root bin -d none /opt/csw/share/perl/csw/SVN/Simple 0755 root bin -f none /opt/csw/share/perl/csw/SVN/Simple/Edit.pm 0444 root bin -f none /opt/csw/share/perl/csw/SVN/Simple/Editor.pm 0444 root bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 15:21:44 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 13:21:44 +0000 Subject: [csw-devel] SF.net SVN: gar:[19118] csw/mgar/pkg/apg/trunk Message-ID: Revision: 19118 http://gar.svn.sourceforge.net/gar/?rev=19118&view=rev Author: dmichelsen Date: 2012-08-30 13:21:43 +0000 (Thu, 30 Aug 2012) Log Message: ----------- apg/trunk: Add some fixes Modified Paths: -------------- csw/mgar/pkg/apg/trunk/Makefile csw/mgar/pkg/apg/trunk/checksums Added Paths: ----------- csw/mgar/pkg/apg/trunk/files/0001-Fix-Makefile-for-Solaris-use.patch Removed Paths: ------------- csw/mgar/pkg/apg/trunk/files/CSWapg.gspec Modified: csw/mgar/pkg/apg/trunk/Makefile =================================================================== --- csw/mgar/pkg/apg/trunk/Makefile 2012-08-30 13:03:59 UTC (rev 19117) +++ csw/mgar/pkg/apg/trunk/Makefile 2012-08-30 13:21:43 UTC (rev 19118) @@ -1,6 +1,6 @@ NAME = apg VERSION = 2.2.3 -GARTYPE = v1 +GARTYPE = v2 CATEGORIES = utils DESCRIPTION = Automated Password Generator @@ -9,12 +9,16 @@ MASTER_SITES = http://www.adel.nursat.kz/apg/download/ DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES += $(call admfiles,CSWapg) -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = download/$(NAME)-(\d+(?:\.\d+)*).tar.gz -UPSTREAM_MASTER_SITES = http://www.adel.nursat.kz/apg/download.shtml +PATCHFILES += 0001-Fix-Makefile-for-Solaris-use.patch -CONFIGURE_ARGS = $(DIRPATHS) +# There is no configure +CONFIGURE_SCRIPTS = +# There is no testsuite +TEST_SCRIPTS = + +INSTALL_OVERRIDE_VARS += INSTALL_PREFIX +INSTALL_OVERRIDE_VAR_INSTALL_PREFIX = $(DESTDIR)$(prefix) + include gar/category.mk Modified: csw/mgar/pkg/apg/trunk/checksums =================================================================== --- csw/mgar/pkg/apg/trunk/checksums 2012-08-30 13:03:59 UTC (rev 19117) +++ csw/mgar/pkg/apg/trunk/checksums 2012-08-30 13:21:43 UTC (rev 19118) @@ -1,2 +1 @@ -3b3fc4f11e90635519fe627c1137c9ac download/apg-2.2.3.tar.gz -1619c4d431490f91c920252a65b7a263 download/CSWapg.gspec +3b3fc4f11e90635519fe627c1137c9ac apg-2.2.3.tar.gz Added: csw/mgar/pkg/apg/trunk/files/0001-Fix-Makefile-for-Solaris-use.patch =================================================================== --- csw/mgar/pkg/apg/trunk/files/0001-Fix-Makefile-for-Solaris-use.patch (rev 0) +++ csw/mgar/pkg/apg/trunk/files/0001-Fix-Makefile-for-Solaris-use.patch 2012-08-30 13:21:43 UTC (rev 19118) @@ -0,0 +1,34 @@ +From 641c70d613ebbcbb0b1a915fa3da32f68b5a71ad Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 30 Aug 2012 15:11:03 +0200 +Subject: [PATCH] Fix Makefile for Solaris use + +--- + Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile b/Makefile +index c8dab03..1caa900 100644 +--- a/Makefile ++++ b/Makefile +@@ -6,7 +6,7 @@ CC = gcc + ################################################################## + # Compilation flags + # You should comment the line below for AIX+native cc +-FLAGS = -Wall ++#FLAGS = -Wall + + ################################################################## + # Libraries +@@ -65,7 +65,7 @@ APGD_MAN_DIR = /man/man8 + # Solaris + # + # Uncoment line below for Solaris +-#CS_LIBS = -lnsl -lsocket ++CS_LIBS = -lnsl -lsocket + + #################################################################### + # QNX RTP 6.1.0 +-- +1.7.10.3 + Deleted: csw/mgar/pkg/apg/trunk/files/CSWapg.gspec =================================================================== --- csw/mgar/pkg/apg/trunk/files/CSWapg.gspec 2012-08-30 13:03:59 UTC (rev 19117) +++ csw/mgar/pkg/apg/trunk/files/CSWapg.gspec 2012-08-30 13:21:43 UTC (rev 19118) @@ -1,5 +0,0 @@ -%var bitname apg -%var pkgname CSWapg -%var arch all -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From pfelecan at users.sourceforge.net Thu Aug 30 15:25:23 2012 From: pfelecan at users.sourceforge.net (pfelecan at users.sourceforge.net) Date: Thu, 30 Aug 2012 13:25:23 +0000 Subject: [csw-devel] SF.net SVN: gar:[19119] csw/mgar/pkg/texlive/trunk Message-ID: Revision: 19119 http://gar.svn.sourceforge.net/gar/?rev=19119&view=rev Author: pfelecan Date: 2012-08-30 13:25:23 +0000 (Thu, 30 Aug 2012) Log Message: ----------- texlive/trunk: - adapt configuration to Open CSW file system layout - activate all the possible formats and add the corresponding symbolic links - change post installation merge strategy Modified Paths: -------------- csw/mgar/pkg/texlive/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/texlive/trunk/files/0003-Adapt-texmf-configuration.patch csw/mgar/pkg/texlive/trunk/files/0004-Activate-formats.patch Modified: csw/mgar/pkg/texlive/trunk/Makefile =================================================================== --- csw/mgar/pkg/texlive/trunk/Makefile 2012-08-30 13:21:43 UTC (rev 19118) +++ csw/mgar/pkg/texlive/trunk/Makefile 2012-08-30 13:25:23 UTC (rev 19119) @@ -21,9 +21,14 @@ DISTNAME = $(DISTNAMEPREFIX)-source DISTFILES = $(DISTNAME).tar.xz DISTFILES += $(DISTNAMEPREFIX)-extra.tar.xz -DISTFILES += $(DISTNAMEPREFIX)-texmf.tar.xz +TEXMFARPREFIX = $(DISTNAMEPREFIX)-texmf +TEXMFAR = $(TEXMFARPREFIX).tar.xz +DISTFILES += $(TEXMFAR) +NOEXTRACT += $(TEXMFAR) PATCHFILES += 0001-Fix-lacheck-buffer-overflow.patch PATCHFILES += 0002-Fix-ICU-link-edit.patch +PATCHFILES += 0003-Adapt-texmf-configuration.patch +PATCHFILES += 0004-Activate-formats.patch PACKAGING_PLATFORMS = solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 @@ -101,18 +106,52 @@ cd $(OBJDIR)/texk/ptexenc && gsed --in-place --expression='s;-L/opt/csw/lib;;g' libptexenc.la $(MAKECOOKIE) -# install the texmf and texmf-dist but exclude those components -# provided by the source archive: -post-install-modulated: xdup = --exclude=texmf/doc/xindy/alphabets-doc.pdf -post-install-modulated: xdup += --exclude=texmf/doc/xindy/tex2xindy.pdf -post-install-modulated: xdup += --exclude=texmf/doc/xindy/texindy.pdf -post-install-modulated: xdup += --exclude=texmf/doc/xindy/xindy.pdf -post-install-modulated: xdup += --exclude=texmf/dvipdfmx/dvipdfmx.cfg -post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp1250.xdy -post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp437.xdy -post-install-modulated: xdup += --exclude=texmf/xindy/modules/tex/inputenc/cp850.xdy +# install the texmf and texmf-dist post-install-modulated: - gtar --directory=$(WORKDIR)/$(DISTNAMEPREFIX)-texmf --create $(xdup) --file=- . | gtar --directory=$(DESTDIR)/$(datadir) --extract --file=- + : merge source and distributed texmf tree + gtar --directory=$(DESTDIR)/$(datadir) --extract --file=$(DOWNLOADDIR)/$(TEXMFAR) + gtar --directory=$(DESTDIR)/$(datadir) --create --file=- texmf texmf-dist | gtar --directory=$(DESTDIR)/$(datadir)/$(TEXMFARPREFIX) --extract --file=- + rm -rf $(DESTDIR)/$(datadir)/texmf $(DESTDIR)/$(datadir)/texmf-dist + mv $(DESTDIR)/$(datadir)/$(TEXMFARPREFIX)/texmf $(DESTDIR)/$(datadir) + mv $(DESTDIR)/$(datadir)/$(TEXMFARPREFIX)/texmf-dist $(DESTDIR)/$(datadir) + rm -rf $(DESTDIR)/$(datadir)/$(TEXMFARPREFIX) + : create additional hierarchy to reflect texmf.cnf + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(datadir)/texmf-local + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(localstatedir)/lib/texmf-var + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(localstatedir)/cache/texmf-fonts + ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(sysconfdir)/texmf + : create all the available formats: + PATH=$(DESTDIR)/$(bindir):${PATH} LD_LIBRARY_PATH=$(DESTDIR)/$(libdir) fmtutil-sys --all + : create symbolic links for available formats: + cd $(DESTDIR)/$(bindir) && ln -s -f aleph lamed + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex amstex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex cslatex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfcslatex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex csplain + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfcsplain + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex eplain + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex jadetex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfjadetex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex latex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdflatex + cd $(DESTDIR)/$(bindir) && ln -s -f luatex dvilualatex + cd $(DESTDIR)/$(bindir) && ln -s -f luatex lualatex + cd $(DESTDIR)/$(bindir) && ln -s -f luatex dviluatex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex mex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfmex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex utf8mex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex mllatex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex mltex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex etex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfetex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex cyramstex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex cyrtex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex cyrtexinfo + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex texsis + cd $(DESTDIR)/$(bindir) && ln -s -f euptex uplatex + cd $(DESTDIR)/$(bindir) && ln -s -f xetex xelatex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex xmltex + cd $(DESTDIR)/$(bindir) && ln -s -f pdftex pdfxmltex $(MAKECOOKIE) # this is private and not available publicly Added: csw/mgar/pkg/texlive/trunk/files/0003-Adapt-texmf-configuration.patch =================================================================== --- csw/mgar/pkg/texlive/trunk/files/0003-Adapt-texmf-configuration.patch (rev 0) +++ csw/mgar/pkg/texlive/trunk/files/0003-Adapt-texmf-configuration.patch 2012-08-30 13:25:23 UTC (rev 19119) @@ -0,0 +1,82 @@ +From b0ea9184681898bf7d3f581753f95375b9584621 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Wed, 29 Aug 2012 10:07:31 +0200 +Subject: [PATCH] Adapt texmf configuration + +--- + texk/kpathsea/texmf.cnf | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +diff --git a/texk/kpathsea/texmf.cnf b/texk/kpathsea/texmf.cnf +index d8569d2..903f681 100644 +--- a/texk/kpathsea/texmf.cnf ++++ b/texk/kpathsea/texmf.cnf +@@ -51,7 +51,7 @@ + % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. + % Kpathsea sets SELFAUTOLOC (the directory with the binary), + % SELFAUTODIR (its parent), and SELFAUTOPARENT (its grandparent). +-TEXMFROOT = $SELFAUTOPARENT ++TEXMFROOT = $SELFAUTODIR/share + + % The tree containing runtime files related to the specific + % distribution and version. +@@ -61,13 +61,13 @@ TEXMFMAIN = $TEXMFROOT/texmf + TEXMFDIST = $TEXMFROOT/texmf-dist + + % Local additions to the distribution trees. +-TEXMFLOCAL = $TEXMFROOT/../texmf-local ++TEXMFLOCAL = $TEXMFROOT/texmf-local + + % TEXMFSYSVAR, where *-sys store cached runtime data. +-TEXMFSYSVAR = $TEXMFROOT/texmf-var ++TEXMFSYSVAR = $SELFAUTOPARENT/../var/opt/csw/lib/texmf-var + + % TEXMFSYSCONFIG, where *-sys store configuration data. +-TEXMFSYSCONFIG = $TEXMFROOT/texmf-config ++TEXMFSYSCONFIG = $SELFAUTOPARENT/../etc/opt/csw/texmf + + % Per-user texmf tree(s) -- organized per the TDS, as usual. To define + % more than one per-user tree, set this to a list of directories in +@@ -76,10 +76,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config + TEXMFHOME = ~/texmf + + % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. +-TEXMFVAR = ~/.texlive2012/texmf-var ++TEXMFVAR = ~/.texmf-var + + % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. +-TEXMFCONFIG = ~/.texlive2012/texmf-config ++TEXMFCONFIG = ~/.texmf-config + + % List all the texmf trees. + % +@@ -94,7 +94,7 @@ TEXMFCONFIG = ~/.texlive2012/texmf-config + % versions should take precedence over those -- although it is generally + % a source of confusion to have different versions of a package + % installed, whatever the trees, so try to avoid it. +-TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} ++TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST} + + % Where to look for ls-R files. There need not be an ls-R in the + % directories in this path, but if there is one, Kpathsea will use it. +@@ -113,7 +113,7 @@ SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST + % Where generated fonts may be written. This tree is used when the sources + % were found in a system tree and either that tree wasn't writable, or the + % varfonts feature was enabled in MT_FEATURES in mktex.cnf. +-VARTEXFONTS = $TEXMFVAR/fonts ++VARTEXFONTS = $SELFAUTOPARENT/../var/opt/csw/cache/texmf-fonts + + % On some systems, there will be a system tree which contains all the font + % files that may be created as well as the formats. For example +@@ -326,7 +326,7 @@ TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}/ + % OSFONTDIR is to provide a convenient hook for allowing TeX to find + % fonts installed on the system (outside of TeX). An empty default + % value would add "//" to the search paths, so we give it a dummy value. +-OSFONTDIR = /please/set/osfontdir/in/the/environment ++OSFONTDIR = /usr/share/fonts + + % PostScript Type 1 outline fonts. + T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// +-- +1.7.11.3 + Added: csw/mgar/pkg/texlive/trunk/files/0004-Activate-formats.patch =================================================================== --- csw/mgar/pkg/texlive/trunk/files/0004-Activate-formats.patch (rev 0) +++ csw/mgar/pkg/texlive/trunk/files/0004-Activate-formats.patch 2012-08-30 13:25:23 UTC (rev 19119) @@ -0,0 +1,48 @@ +From 61cb8c637555772955bd00db2c5f1fc3cb90bdd9 Mon Sep 17 00:00:00 2001 +From: Peter Felecan +Date: Thu, 30 Aug 2012 09:09:38 +0200 +Subject: [PATCH] Activate formats + +--- + texk/tetex/fmtutil.cnf | 18 ++++++++++-------- + 1 file changed, 10 insertions(+), 8 deletions(-) + +diff --git a/texk/tetex/fmtutil.cnf b/texk/tetex/fmtutil.cnf +index 8e1ab82..fa07176 100644 +--- a/texk/tetex/fmtutil.cnf ++++ b/texk/tetex/fmtutil.cnf +@@ -45,11 +45,11 @@ amstex pdftex - -translate-file=cp227.tcx *amstex.ini + # from context: + cont-en pdftex cont-usr.tex -8bit *cont-en.ini + cont-en xetex cont-usr.tex -8bit *cont-en.ini +-#! cont-de pdftex cont-usr.tex -8bit *cont-de.ini +-#! cont-fr pdftex cont-usr.tex -8bit *cont-fr.ini +-#! cont-it pdftex cont-usr.tex -8bit *cont-it.ini +-#! cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini +-#! cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini ++cont-de pdftex cont-usr.tex -8bit *cont-de.ini ++cont-fr pdftex cont-usr.tex -8bit *cont-fr.ini ++cont-it pdftex cont-usr.tex -8bit *cont-it.ini ++cont-nl pdftex cont-usr.tex -8bit *cont-nl.ini ++cont-ro pdftex cont-usr.tex -8bit *cont-ro.ini + # + # from cslatex: + cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini +@@ -102,9 +102,11 @@ eptex eptex language.def *eptex.ini + platex eptex language.dat *platex.ini + # + # from t2: +-#! cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini +-#! cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini +-#! cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini ++cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini ++cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini ++# Peter OCSW: this doesn't build when merging installed texmf over upstream ++# one (the reverse works) ++# cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini + # + # from tex: + tex tex - tex.ini +-- +1.7.11.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 15:45:59 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 13:45:59 +0000 Subject: [csw-devel] SF.net SVN: gar:[19120] csw/mgar/pkg/apg/trunk Message-ID: Revision: 19120 http://gar.svn.sourceforge.net/gar/?rev=19120&view=rev Author: dmichelsen Date: 2012-08-30 13:45:59 +0000 (Thu, 30 Aug 2012) Log Message: ----------- apg/trunk: Final fixes Modified Paths: -------------- csw/mgar/pkg/apg/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/apg/trunk/files/0002-Do-not-change-owner-and-group.patch Modified: csw/mgar/pkg/apg/trunk/Makefile =================================================================== --- csw/mgar/pkg/apg/trunk/Makefile 2012-08-30 13:25:23 UTC (rev 19119) +++ csw/mgar/pkg/apg/trunk/Makefile 2012-08-30 13:45:59 UTC (rev 19120) @@ -11,14 +11,27 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz PATCHFILES += 0001-Fix-Makefile-for-Solaris-use.patch +PATCHFILES += 0002-Do-not-change-owner-and-group.patch +# This is the path to apg +REINPLACE_USRLOCAL += doc/man/apg.1 + # There is no configure CONFIGURE_SCRIPTS = +# We want to build both standalone and client/server +BUILD_ARGS = all + # There is no testsuite TEST_SCRIPTS = INSTALL_OVERRIDE_VARS += INSTALL_PREFIX INSTALL_OVERRIDE_VAR_INSTALL_PREFIX = $(DESTDIR)$(prefix) +INSTALL_OVERRIDE_VARS += APG_MAN_DIR +INSTALL_OVERRIDE_VAR_APG_MAN_DIR = /share/man/man1 + +INSTALL_OVERRIDE_VARS += APGD_MAN_DIR +INSTALL_OVERRIDE_VAR_APGD_MAN_DIR = /share/man/man8 + include gar/category.mk Added: csw/mgar/pkg/apg/trunk/files/0002-Do-not-change-owner-and-group.patch =================================================================== --- csw/mgar/pkg/apg/trunk/files/0002-Do-not-change-owner-and-group.patch (rev 0) +++ csw/mgar/pkg/apg/trunk/files/0002-Do-not-change-owner-and-group.patch 2012-08-30 13:45:59 UTC (rev 19120) @@ -0,0 +1,31 @@ +From d4337e85b9fdeeff342f86b9d214ed78fb36709e Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 30 Aug 2012 15:28:19 +0200 +Subject: [PATCH] Do not change owner and group + +--- + install-sh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/install-sh b/install-sh +index e9de238..cec1fa1 100755 +--- a/install-sh ++++ b/install-sh +@@ -69,12 +69,12 @@ while [ x"$1" != x ]; do + shift + continue;; + +- -o) chowncmd="$chownprog $2" ++ -o) chowncmd="" + shift + shift + continue;; + +- -g) chgrpcmd="$chgrpprog $2" ++ -g) chgrpcmd="" + shift + shift + continue;; +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 16:20:14 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 14:20:14 +0000 Subject: [csw-devel] SF.net SVN: gar:[19121] csw/mgar/pkg/cpan/Text-CSV_XS/trunk Message-ID: Revision: 19121 http://gar.svn.sourceforge.net/gar/?rev=19121&view=rev Author: dmichelsen Date: 2012-08-30 14:20:13 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/Text-CSV_XS/trunk: Update to 0.91 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Text-CSV_XS/trunk/Makefile csw/mgar/pkg/cpan/Text-CSV_XS/trunk/checksums Modified: csw/mgar/pkg/cpan/Text-CSV_XS/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Text-CSV_XS/trunk/Makefile 2012-08-30 13:45:59 UTC (rev 19120) +++ csw/mgar/pkg/cpan/Text-CSV_XS/trunk/Makefile 2012-08-30 14:20:13 UTC (rev 19121) @@ -1,27 +1,23 @@ NAME = Text-CSV_XS -VERSION = 0.81 +VERSION = 0.91 CATEGORIES = cpan GARTYPE = v2 AUTHOR = HMBRAND -DESCRIPTION = Comma-separated values manipulation routines +DESCRIPTION = Comma-Separated Values manipulation routines define BLURB - Text::CSV_XS provides facilities for the composition and decomposition of - comma-separated values. An instance of the Text::CSV_XS class can combine - fields into a CSV string and parse a CSV string into fields. endef -# This module uses .tgz instead of .tar.gz :-( -MODDIST = $(NAME)-$(VERSION).tgz +MODDIST = Text-CSV_XS-0.91.tgz -PACKAGES = CSWpm-text-csv-xs -CATALOGNAME = pm_text_csv_xs -SPKG_DESC_CSWpm-text-csv-xs = Comma-separated values manipulation routines -OBSOLETED_BY_CSWpm-text-csv-xs = CSWpmtextcsvxs -RUNTIME_DEP_PKGS_CSWpm-text-csv-xs = CSWpm-text-csv +CATALOG_RELEASE = unstable -# This was the previous name. Note the typo! -INCOMPATIBLE_PKGS = CSWpmttextcsvxs +LICENSE_TEXT = This module is licensed under the perl license, please see for details http://dev.perl.org/licenses/ +PACKAGES += CSWpm-text-csv-xs +CATALOGNAME_CSWpm-text-csv-xs = pm_text_csv_xs +SPKG_DESC_CSWpm-text-csv-xs = Comma-Separated Values manipulation routines +OBSOLETED_BY_CSWpm-text-csv-xs += CSWpmtextcsvxs +CATALOGNAME_CSWpmtextcsvxs = pm_textcsvxs_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/Text-CSV_XS/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Text-CSV_XS/trunk/checksums 2012-08-30 13:45:59 UTC (rev 19120) +++ csw/mgar/pkg/cpan/Text-CSV_XS/trunk/checksums 2012-08-30 14:20:13 UTC (rev 19121) @@ -1 +1 @@ -1819e3d443f1611c8d0a0fb0ab4a17c7 Text-CSV_XS-0.81.tgz +391fb562340969e76250bcc02bfa58fa Text-CSV_XS-0.91.tgz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 16:22:30 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 14:22:30 +0000 Subject: [csw-devel] SF.net SVN: gar:[19122] csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk Message-ID: Revision: 19122 http://gar.svn.sourceforge.net/gar/?rev=19122&view=rev Author: dmichelsen Date: 2012-08-30 14:22:30 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/UNIVERSAL-isa/trunk: Update to 1.20120726 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums Modified: csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile 2012-08-30 14:20:13 UTC (rev 19121) +++ csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile 2012-08-30 14:22:30 UTC (rev 19122) @@ -1,33 +1,23 @@ NAME = UNIVERSAL-isa -VERSION = 1.03 +VERSION = 1.20120726 CATEGORIES = cpan GARTYPE = v2 AUTHOR = CHROMATIC DESCRIPTION = Attempt to recover from people calling UNIVERSAL::isa as a function define BLURB - Whenever you use "isa" in UNIVERSAL as a function, a kitten using - Test::MockObject dies. Normally, the kittens would be helpless, but - if they use UNIVERSAL::isa (the module whose docs you are reading), - the kittens can live long and prosper. - This module replaces UNIVERSAL::isa with a version that makes sure that, - when called as a function on objects which override isa, isa will - call the appropriate method on those objects - In all other cases, the real UNIVERSAL::isa gets called directly. endef -PACKAGES = CSWpmuniversalisa -CATALOGNAME = pm_universalisa +CATALOG_RELEASE = unstable -BUILD_DEP_PKGS = CSWpmmodulebuild +LICENSE = LICENSE -CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL -BUILD_SCRIPTS = $(WORKSRC)/Build -TEST_SCRIPTS = $(WORKSRC)/Build -INSTALL_SCRIPTS = $(WORKSRC)/Build +PACKAGES += CSWpm-universal-isa +CATALOGNAME_CSWpm-universal-isa = pm_universal_isa +SPKG_DESC_CSWpm-universal-isa = Attempt to recover from people calling UNIVERSAL::isa as a function +# There was no information if this is pure Perl or not. Please remove if necessary. +ARCHALL_CSWpm-universal-isa = 1 +OBSOLETED_BY_CSWpm-universal-isa += CSWpmuniversalisa +CATALOGNAME_CSWpmuniversalisa = pm_universalisa_stub -ARCHALL = 1 - -LICENSE = $(FILEDIR)/LICENSE - include gar/category.mk Modified: csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums 2012-08-30 14:20:13 UTC (rev 19121) +++ csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums 2012-08-30 14:22:30 UTC (rev 19122) @@ -1 +1 @@ -0643f2e04cd0b5739fc0908af291c609 UNIVERSAL-isa-1.03.tar.gz +d4a001886e24221d91de889209667d1c UNIVERSAL-isa-1.20120726.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 16:23:31 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 14:23:31 +0000 Subject: [csw-devel] SF.net SVN: gar:[19123] csw/mgar/pkg/cpan/YAML-Syck/trunk Message-ID: Revision: 19123 http://gar.svn.sourceforge.net/gar/?rev=19123&view=rev Author: dmichelsen Date: 2012-08-30 14:23:31 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/YAML-Syck/trunk: Update to 1.20 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/YAML-Syck/trunk/Makefile csw/mgar/pkg/cpan/YAML-Syck/trunk/checksums Modified: csw/mgar/pkg/cpan/YAML-Syck/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/YAML-Syck/trunk/Makefile 2012-08-30 14:22:30 UTC (rev 19122) +++ csw/mgar/pkg/cpan/YAML-Syck/trunk/Makefile 2012-08-30 14:23:31 UTC (rev 19123) @@ -1,17 +1,21 @@ NAME = YAML-Syck -VERSION = 1.07 +VERSION = 1.20 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = AUDREYT +AUTHOR = TODDR DESCRIPTION = Fast, lightweight YAML loader and dumper define BLURB - This module provides a Perl interface to the libsyck data serialization - library. It exports the Dump and Load functions for converting Perl data - structures to YAML strings, and the other way around. endef -PACKAGES = CSWpmyamlsyck -CATALOGNAME = pm_yamlsyck +CATALOG_RELEASE = unstable +LICENSE = COPYING + +PACKAGES += CSWpm-yaml-syck +CATALOGNAME_CSWpm-yaml-syck = pm_yaml_syck +SPKG_DESC_CSWpm-yaml-syck = Fast, lightweight YAML loader and dumper +OBSOLETED_BY_CSWpm-yaml-syck += CSWpmyamlsyck +CATALOGNAME_CSWpmyamlsyck = pm_yamlsyck_stub + include gar/category.mk Modified: csw/mgar/pkg/cpan/YAML-Syck/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/YAML-Syck/trunk/checksums 2012-08-30 14:22:30 UTC (rev 19122) +++ csw/mgar/pkg/cpan/YAML-Syck/trunk/checksums 2012-08-30 14:23:31 UTC (rev 19123) @@ -1 +1 @@ -410ef7e24185de2a04390e0543876cad download/YAML-Syck-1.07.tar.gz +8f6d04ee5817b8479e1234264a8d458d YAML-Syck-1.20.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 16:36:16 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 14:36:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[19124] csw/mgar/pkg/cpan/Unix-Syslog/trunk Message-ID: Revision: 19124 http://gar.svn.sourceforge.net/gar/?rev=19124&view=rev Author: dmichelsen Date: 2012-08-30 14:36:16 +0000 (Thu, 30 Aug 2012) Log Message: ----------- cpan/Unix-Syslog/trunk: Update to 1.1 and sanitize package name Modified Paths: -------------- csw/mgar/pkg/cpan/Unix-Syslog/trunk/Makefile csw/mgar/pkg/cpan/Unix-Syslog/trunk/checksums Modified: csw/mgar/pkg/cpan/Unix-Syslog/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Unix-Syslog/trunk/Makefile 2012-08-30 14:23:31 UTC (rev 19123) +++ csw/mgar/pkg/cpan/Unix-Syslog/trunk/Makefile 2012-08-30 14:36:16 UTC (rev 19124) @@ -1,20 +1,21 @@ NAME = Unix-Syslog -VERSION = 1.0 +VERSION = 1.1 CATEGORIES = cpan GARTYPE = v2 AUTHOR = MHARNISCH -DESCRIPTION = Perl interface to the UNIX syslog(3) calls +DESCRIPTION = Interface to syslog functions in a C-library define BLURB - This module provides an interface to the system logger syslogd(8) via Perl's - XSUBs. The implementation attempts to resemble the native libc-functions of - your system, so that anyone being familiar with syslog.h should be able to - use this module right away. endef +CATALOG_RELEASE = unstable + LICENSE = Artistic -PACKAGES = CSWpmunixsyslog -CATALOGNAME = pm_unixsyslog +PACKAGES += CSWpm-unix-syslog +CATALOGNAME_CSWpm-unix-syslog = pm_unix_syslog +SPKG_DESC_CSWpm-unix-syslog = Interface to syslog functions in a C-library +OBSOLETED_BY_CSWpm-unix-syslog += CSWpmunixsyslog +CATALOGNAME_CSWpmunixsyslog = pm_unixsyslog_stub include gar/category.mk Modified: csw/mgar/pkg/cpan/Unix-Syslog/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Unix-Syslog/trunk/checksums 2012-08-30 14:23:31 UTC (rev 19123) +++ csw/mgar/pkg/cpan/Unix-Syslog/trunk/checksums 2012-08-30 14:36:16 UTC (rev 19124) @@ -1 +1 @@ -a9a30a08a575d210090230df446578e9 download/Unix-Syslog-1.0.tar.gz +73d78e309fe9508ffc9a54d84d79aac9 Unix-Syslog-1.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 16:52:08 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 14:52:08 +0000 Subject: [csw-devel] SF.net SVN: gar:[19125] csw/mgar/pkg/libpcap/trunk Message-ID: Revision: 19125 http://gar.svn.sourceforge.net/gar/?rev=19125&view=rev Author: dmichelsen Date: 2012-08-30 14:52:08 +0000 (Thu, 30 Aug 2012) Log Message: ----------- libpcap/trunk: Update to 1.3.0 Modified Paths: -------------- csw/mgar/pkg/libpcap/trunk/Makefile csw/mgar/pkg/libpcap/trunk/checksums Modified: csw/mgar/pkg/libpcap/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpcap/trunk/Makefile 2012-08-30 14:36:16 UTC (rev 19124) +++ csw/mgar/pkg/libpcap/trunk/Makefile 2012-08-30 14:52:08 UTC (rev 19125) @@ -1,5 +1,5 @@ NAME = libpcap -VERSION = 1.2.1 +VERSION = 1.3.0 CATEGORIES = lib GARTYPE = v2 Modified: csw/mgar/pkg/libpcap/trunk/checksums =================================================================== --- csw/mgar/pkg/libpcap/trunk/checksums 2012-08-30 14:36:16 UTC (rev 19124) +++ csw/mgar/pkg/libpcap/trunk/checksums 2012-08-30 14:52:08 UTC (rev 19125) @@ -1 +1 @@ -06046e0e81efc60566daf1cc96c77d46 libpcap-1.2.1.tar.gz +f78455a92622b7a3c05c58b6ad1cec7e libpcap-1.3.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 17:06:03 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 15:06:03 +0000 Subject: [csw-devel] SF.net SVN: gar:[19126] csw/mgar/pkg/c-ares/trunk Message-ID: Revision: 19126 http://gar.svn.sourceforge.net/gar/?rev=19126&view=rev Author: dmichelsen Date: 2012-08-30 15:06:02 +0000 (Thu, 30 Aug 2012) Log Message: ----------- c-ares/trunk: Update to 1.9.1 Modified Paths: -------------- csw/mgar/pkg/c-ares/trunk/Makefile csw/mgar/pkg/c-ares/trunk/checksums Modified: csw/mgar/pkg/c-ares/trunk/Makefile =================================================================== --- csw/mgar/pkg/c-ares/trunk/Makefile 2012-08-30 14:52:08 UTC (rev 19125) +++ csw/mgar/pkg/c-ares/trunk/Makefile 2012-08-30 15:06:02 UTC (rev 19126) @@ -1,5 +1,5 @@ NAME = c-ares -VERSION = 1.7.5 +VERSION = 1.9.1 CATEGORIES = lib GARTYPE = v2 @@ -16,18 +16,15 @@ LICENSE = README.cares PACKAGES += CSWlibcares2 -CATALOGNAME_CSWlibcares2 = libcares2 SPKG_DESC_CSWlibcares2 = C-ares library to perform DNS requests and name resolves asynchronously PKGFILES_CSWlibcares2 = $(call pkgfiles_lib,libcares.so.2) OBSOLETED_BY_CSWlibcares2 = CSWlibcares PACKAGES += CSWlibcares-dev -CATALOGNAME_CSWlibcares-dev = libcares_dev SPKG_DESC_CSWlibcares-dev = Development files for libcares.so.2 # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibcares-dev += CSWlibcares2 OBSOLETED_BY_CSWlibcares-dev = CSWlibcaresdevel - RUNTIME_DEP_PKGS_CSWlibcaresdevel = CSWlibcares BUILD64_LIBS_ONLY = 1 Modified: csw/mgar/pkg/c-ares/trunk/checksums =================================================================== --- csw/mgar/pkg/c-ares/trunk/checksums 2012-08-30 14:52:08 UTC (rev 19125) +++ csw/mgar/pkg/c-ares/trunk/checksums 2012-08-30 15:06:02 UTC (rev 19126) @@ -1 +1 @@ -800875fc23cd8e1924d8af9172ed33e7 c-ares-1.7.5.tar.gz +389db4917a3b58c4ce4ebfe961fd84c4 c-ares-1.9.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 17:10:16 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 15:10:16 +0000 Subject: [csw-devel] SF.net SVN: gar:[19127] csw/mgar/pkg/tcpdump/trunk Message-ID: Revision: 19127 http://gar.svn.sourceforge.net/gar/?rev=19127&view=rev Author: dmichelsen Date: 2012-08-30 15:10:16 +0000 (Thu, 30 Aug 2012) Log Message: ----------- tcpdump/trunk: Update to 4.3.0 Modified Paths: -------------- csw/mgar/pkg/tcpdump/trunk/Makefile csw/mgar/pkg/tcpdump/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch Modified: csw/mgar/pkg/tcpdump/trunk/Makefile =================================================================== --- csw/mgar/pkg/tcpdump/trunk/Makefile 2012-08-30 15:06:02 UTC (rev 19126) +++ csw/mgar/pkg/tcpdump/trunk/Makefile 2012-08-30 15:10:16 UTC (rev 19127) @@ -1,5 +1,5 @@ NAME = tcpdump -VERSION = 4.2.1 +VERSION = 4.3.0 CATEGORIES = utils GARTYPE = v2 @@ -10,9 +10,8 @@ MASTER_SITES = http://www.tcpdump.org/release/ DISTFILES = $(DISTNAME).tar.gz -# Use patch until this is fixed: -# https://sourceforge.net/tracker/?func=detail&aid=3494835&group_id=53066&atid=469573 -PATCHFILES += 0001-Use-expr-instead-of-bashism.patch +# For OpenSSL 1.0.0 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 VENDOR_URL = http://www.tcpdump.org/ Modified: csw/mgar/pkg/tcpdump/trunk/checksums =================================================================== --- csw/mgar/pkg/tcpdump/trunk/checksums 2012-08-30 15:06:02 UTC (rev 19126) +++ csw/mgar/pkg/tcpdump/trunk/checksums 2012-08-30 15:10:16 UTC (rev 19127) @@ -1 +1 @@ -c202878c6db054767b52651041b9e60e tcpdump-4.2.1.tar.gz +a3fe4d30ac85ff5467c889ff46b7e1e8 tcpdump-4.3.0.tar.gz Deleted: csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch =================================================================== --- csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch 2012-08-30 15:06:02 UTC (rev 19126) +++ csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch 2012-08-30 15:10:16 UTC (rev 19127) @@ -1,43 +0,0 @@ -From bb471680f4e946d252f480d0ca9ce485048cac7f Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Sun, 26 Feb 2012 22:42:53 +0100 -Subject: [PATCH] Use expr instead of bashism - ---- - tests/TESTrun.sh | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/tests/TESTrun.sh b/tests/TESTrun.sh -index 656974d..1f5fee0 100755 ---- a/tests/TESTrun.sh -+++ b/tests/TESTrun.sh -@@ -14,10 +14,10 @@ do - then - echo $i: passed. - rm -f DIFF/$i.result -- passed=$(($passed + 1)) -+ passed=`expr $passed + 1` - else - echo $i: failed. -- failed=$(($failed + 1)) -+ failed=`expr $failed + 1` - fi - done - -@@ -36,11 +36,11 @@ do - then - echo $name: passed. - rm -f DIFF/$output.diff -- passed=$(($passed + 1)) -+ passed=`expr passed + 1` - echo $passed >.passed - else - echo $name: failed. -- failed=$(($failed + 1)) -+ failed=`expr $failed + 1` - echo $failed >.failed - fi - done --- -1.7.9 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Aug 30 17:11:04 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Aug 2012 15:11:04 +0000 Subject: [csw-devel] SF.net SVN: gar:[19128] csw/mgar/pkg/iftop/trunk Message-ID: Revision: 19128 http://gar.svn.sourceforge.net/gar/?rev=19128&view=rev Author: dmichelsen Date: 2012-08-30 15:11:04 +0000 (Thu, 30 Aug 2012) Log Message: ----------- iftop/trunk: Enable ares Modified Paths: -------------- csw/mgar/pkg/iftop/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/iftop/trunk/files/0001-Add-libcares-in-addition-to-libares-redo-autoreconf.patch Modified: csw/mgar/pkg/iftop/trunk/Makefile =================================================================== --- csw/mgar/pkg/iftop/trunk/Makefile 2012-08-30 15:10:16 UTC (rev 19127) +++ csw/mgar/pkg/iftop/trunk/Makefile 2012-08-30 15:11:04 UTC (rev 19128) @@ -19,8 +19,12 @@ PATCHFILES += 0003-Add-sys-sockio.h-to-have-SIOCGIFFLAGS.patch PATCHFILES += 0004-Skip-the-parts-not-only-in-Linux-but-also-Solaris.patch +# Also look for libcares when specifying ares as resolver +PATCHFILES += 0001-Add-libcares-in-addition-to-libares-redo-autoreconf.patch + RUNTIME_DEP_PKGS_CSWiftop += CSWlibncursesw5 RUNTIME_DEP_PKGS_CSWiftop += CSWlibpcap1 +RUNTIME_DEP_PKGS_CSWiftop += CSWlibcares2 # Because of use of anonymous unions, which are invalid in C (even C99), but valid in C++ with -features=extensions GARCOMPILER = GNU @@ -28,7 +32,7 @@ EXTRA_LDFLAGS = -lpthread CONFIGURE_ARGS = $(DIRPATHS) -# CONFIGURE_ARGS += --with-resolver=netdb_1thread +CONFIGURE_ARGS += --with-resolver=ares # TEST_SCRIPTS = Added: csw/mgar/pkg/iftop/trunk/files/0001-Add-libcares-in-addition-to-libares-redo-autoreconf.patch =================================================================== --- csw/mgar/pkg/iftop/trunk/files/0001-Add-libcares-in-addition-to-libares-redo-autoreconf.patch (rev 0) +++ csw/mgar/pkg/iftop/trunk/files/0001-Add-libcares-in-addition-to-libares-redo-autoreconf.patch 2012-08-30 15:11:04 UTC (rev 19128) @@ -0,0 +1,20524 @@ +From 734fe5b8d71d6bc9da59719de4ca546014f26b2f Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Thu, 30 Aug 2012 16:59:12 +0200 +Subject: [PATCH] Add libcares in addition to libares, redo autoreconf + +--- + INSTALL | 377 +- + Makefile.in | 1077 ++++-- + aclocal.m4 | 1207 ++++-- + config.h.in | 3 + + config/Makefile.in | 327 +- + config/config.guess | 1172 +++--- + config/config.sub | 551 ++- + config/depcomp | 452 ++- + config/install-sh | 688 +++- + config/missing | 314 +- + config/mkinstalldirs | 185 +- + configure |10126 ++++++++++++++++++++------------------------------ + configure.in | 2 +- + 13 files changed, 8503 insertions(+), 7978 deletions(-) + +diff --git a/INSTALL b/INSTALL +index 880e2f4..6e90e07 100644 +--- a/INSTALL ++++ b/INSTALL +@@ -1,23 +1,370 @@ +-Installation instructions for iftop +-$Id: INSTALL,v 1.3 2002/11/04 12:54:16 chris Exp $ ++Installation Instructions ++************************* + ++Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, ++Inc. + +-iftop is now autoconf/automake-enabled. You should be able to build it on +-common platforms by typing `./configure && make'. ++ Copying and distribution of this file, with or without modification, ++are permitted in any medium without royalty provided the copyright ++notice and this notice are preserved. This file is offered as-is, ++without warranty of any kind. + +-There is one gotcha, however, which is that some systems, such as FreeBSD, +-lack a working implementation of the gethostbyaddr_r(3) C library function. On +-such systems, you may want to use the --with-resolver=ares configure option to +-build a version of iftop which uses the ARES asynchronous DNS library for name +-resolution. An alternative is to use --with-resolver=netdb_1thread, which will +-make iftop run only one name resolution thread. This is not recommended. ++Basic Installation ++================== + +-On some systems (notably Red Hat Linux) the libpcap header files are installed +-under /usr/include/pcap; on these systems, you should manually specify this +-when running configure, like this: ++ Briefly, the shell commands `./configure; make; make install' should ++configure, build, and install this package. The following ++more-detailed instructions are generic; see the `README' file for ++instructions specific to this package. Some packages provide this ++`INSTALL' file but do not implement all of the features documented ++below. The lack of an optional feature in a given package is not ++necessarily a bug. More recommendations for GNU packages can be found ++in *note Makefile Conventions: (standards)Makefile Conventions. + +- $ CPPFLAGS=-I/usr/include/pcap ./configure ++ The `configure' shell script attempts to guess correct values for ++various system-dependent variables used during compilation. It uses ++those values to create a `Makefile' in each directory of the package. ++It may also create one or more `.h' files containing system-dependent ++definitions. Finally, it creates a shell script `config.status' that ++you can run in the future to recreate the current configuration, and a ++file `config.log' containing compiler output (useful mainly for ++debugging `configure'). + ++ It can also use an optional file (typically called `config.cache' ++and enabled with `--cache-file=config.cache' or simply `-C') that saves ++the results of its tests to speed up reconfiguring. Caching is ++disabled by default to prevent problems with accidental use of stale ++cache files. + +-For historical interest, the old iftop makefile is included in Makefile.OLD. ++ If you need to do unusual things to compile the package, please try ++to figure out how `configure' could check whether to do them, and mail ++diffs or instructions to the address given in the `README' so they can ++be considered for the next release. If you are using the cache, and at ++some point `config.cache' contains results you don't want to keep, you ++may remove or edit it. + ++ The file `configure.ac' (or `configure.in') is used to create ++`configure' by a program called `autoconf'. You need `configure.ac' if ++you want to change it or regenerate `configure' using a newer version ++of `autoconf'. ++ ++ The simplest way to compile this package is: ++ ++ 1. `cd' to the directory containing the package's source code and type ++ `./configure' to configure the package for your system. ++ ++ Running `configure' might take a while. While running, it prints ++ some messages telling which features it is checking for. ++ ++ 2. Type `make' to compile the package. ++ ++ 3. Optionally, type `make check' to run any self-tests that come with ++ the package, generally using the just-built uninstalled binaries. ++ ++ 4. Type `make install' to install the programs and any data files and ++ documentation. When installing into a prefix owned by root, it is ++ recommended that the package be configured and built as a regular ++ user, and only the `make install' phase executed with root ++ privileges. ++ ++ 5. Optionally, type `make installcheck' to repeat any self-tests, but ++ this time using the binaries in their final installed location. ++ This target does not install anything. Running this target as a ++ regular user, particularly if the prior `make install' required ++ root privileges, verifies that the installation completed ++ correctly. ++ ++ 6. You can remove the program binaries and object files from the ++ source code directory by typing `make clean'. To also remove the ++ files that `configure' created (so you can compile the package for ++ a different kind of computer), type `make distclean'. There is ++ also a `make maintainer-clean' target, but that is intended mainly ++ for the package's developers. If you use it, you may have to get ++ all sorts of other programs in order to regenerate files that came ++ with the distribution. ++ ++ 7. Often, you can also type `make uninstall' to remove the installed ++ files again. In practice, not all packages have tested that ++ uninstallation works correctly, even though it is required by the ++ GNU Coding Standards. ++ ++ 8. Some packages, particularly those that use Automake, provide `make ++ distcheck', which can by used by developers to test that all other ++ targets like `make install' and `make uninstall' work correctly. ++ This target is generally not run by end users. ++ ++Compilers and Options ++===================== ++ ++ Some systems require unusual options for compilation or linking that ++the `configure' script does not know about. Run `./configure --help' ++for details on some of the pertinent environment variables. ++ ++ You can give `configure' initial values for configuration parameters ++by setting variables in the command line or in the environment. Here ++is an example: ++ ++ ./configure CC=c99 CFLAGS=-g LIBS=-lposix ++ ++ *Note Defining Variables::, for more details. ++ ++Compiling For Multiple Architectures ++==================================== ++ ++ You can compile the package for more than one kind of computer at the ++same time, by placing the object files for each architecture in their ++own directory. To do this, you can use GNU `make'. `cd' to the ++directory where you want the object files and executables to go and run ++the `configure' script. `configure' automatically checks for the ++source code in the directory that `configure' is in and in `..'. This ++is known as a "VPATH" build. ++ ++ With a non-GNU `make', it is safer to compile the package for one ++architecture at a time in the source code directory. After you have ++installed the package for one architecture, use `make distclean' before ++reconfiguring for another architecture. ++ ++ On MacOS X 10.5 and later systems, you can create libraries and ++executables that work on multiple system types--known as "fat" or ++"universal" binaries--by specifying multiple `-arch' options to the ++compiler but only a single `-arch' option to the preprocessor. Like ++this: ++ ++ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ ++ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ ++ CPP="gcc -E" CXXCPP="g++ -E" ++ ++ This is not guaranteed to produce working output in all cases, you ++may have to build one architecture at a time and combine the results ++using the `lipo' tool if you have problems. ++ ++Installation Names ++================== ++ ++ By default, `make install' installs the package's commands under ++`/usr/local/bin', include files under `/usr/local/include', etc. You ++can specify an installation prefix other than `/usr/local' by giving ++`configure' the option `--prefix=PREFIX', where PREFIX must be an ++absolute file name. ++ ++ You can specify separate installation prefixes for ++architecture-specific files and architecture-independent files. If you ++pass the option `--exec-prefix=PREFIX' to `configure', the package uses ++PREFIX as the prefix for installing programs and libraries. ++Documentation and other data files still use the regular prefix. ++ ++ In addition, if you use an unusual directory layout you can give ++options like `--bindir=DIR' to specify different values for particular ++kinds of files. Run `configure --help' for a list of the directories ++you can set and what kinds of files go in them. In general, the ++default for these options is expressed in terms of `${prefix}', so that ++specifying just `--prefix' will affect all of the other directory ++specifications that were not explicitly provided. ++ ++ The most portable way to affect installation locations is to pass the ++correct locations to `configure'; however, many packages provide one or ++both of the following shortcuts of passing variable assignments to the ++`make install' command line to change installation locations without ++having to reconfigure or recompile. ++ ++ The first method involves providing an override variable for each ++affected directory. For example, `make install ++prefix=/alternate/directory' will choose an alternate location for all ++directory configuration variables that were expressed in terms of ++`${prefix}'. Any directories that were specified during `configure', ++but not in terms of `${prefix}', must each be overridden at install ++time for the entire installation to be relocated. The approach of ++makefile variable overrides for each directory variable is required by ++the GNU Coding Standards, and ideally causes no recompilation. ++However, some platforms have known limitations with the semantics of ++shared libraries that end up requiring recompilation when using this ++method, particularly noticeable in packages that use GNU Libtool. ++ ++ The second method involves providing the `DESTDIR' variable. For ++example, `make install DESTDIR=/alternate/directory' will prepend ++`/alternate/directory' before all installation names. The approach of ++`DESTDIR' overrides is not required by the GNU Coding Standards, and ++does not work on platforms that have drive letters. On the other hand, ++it does better at avoiding recompilation issues, and works well even ++when some directory options were not specified in terms of `${prefix}' ++at `configure' time. ++ ++Optional Features ++================= ++ ++ If the package supports it, you can cause programs to be installed ++with an extra prefix or suffix on their names by giving `configure' the ++option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. ++ ++ Some packages pay attention to `--enable-FEATURE' options to ++`configure', where FEATURE indicates an optional part of the package. ++They may also pay attention to `--with-PACKAGE' options, where PACKAGE ++is something like `gnu-as' or `x' (for the X Window System). The ++`README' should mention any `--enable-' and `--with-' options that the ++package recognizes. ++ ++ For packages that use the X Window System, `configure' can usually ++find the X include and library files automatically, but if it doesn't, ++you can use the `configure' options `--x-includes=DIR' and ++`--x-libraries=DIR' to specify their locations. ++ ++ Some packages offer the ability to configure how verbose the ++execution of `make' will be. For these packages, running `./configure ++--enable-silent-rules' sets the default to minimal output, which can be ++overridden with `make V=1'; while running `./configure ++--disable-silent-rules' sets the default to verbose, which can be ++overridden with `make V=0'. ++ ++Particular systems ++================== ++ ++ On HP-UX, the default C compiler is not ANSI C compatible. If GNU ++CC is not installed, it is recommended to use the following options in ++order to use an ANSI C compiler: ++ ++ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" ++ ++and if that doesn't work, install pre-built binaries of GCC for HP-UX. ++ ++ HP-UX `make' updates targets which have the same time stamps as ++their prerequisites, which makes it generally unusable when shipped ++generated files such as `configure' are involved. Use GNU `make' ++instead. ++ ++ On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot ++parse its `' header file. The option `-nodtk' can be used as ++a workaround. If GNU CC is not installed, it is therefore recommended ++to try ++ ++ ./configure CC="cc" ++ ++and if that doesn't work, try ++ ++ ./configure CC="cc -nodtk" ++ ++ On Solaris, don't put `/usr/ucb' early in your `PATH'. This ++directory contains several dysfunctional programs; working variants of ++these programs are available in `/usr/bin'. So, if you need `/usr/ucb' ++in your `PATH', put it _after_ `/usr/bin'. ++ ++ On Haiku, software installed for all users goes in `/boot/common', ++not `/usr/local'. It is recommended to use the following options: ++ ++ ./configure --prefix=/boot/common ++ ++Specifying the System Type ++========================== ++ ++ There may be some features `configure' cannot figure out ++automatically, but needs to determine by the type of machine the package ++will run on. Usually, assuming the package is built to be run on the ++_same_ architectures, `configure' can figure that out, but if it prints ++a message saying it cannot guess the machine type, give it the ++`--build=TYPE' option. TYPE can either be a short name for the system ++type, such as `sun4', or a canonical name which has the form: ++ ++ CPU-COMPANY-SYSTEM ++ ++where SYSTEM can have one of these forms: ++ ++ OS ++ KERNEL-OS ++ ++ See the file `config.sub' for the possible values of each field. If ++`config.sub' isn't included in this package, then this package doesn't ++need to know the machine type. ++ ++ If you are _building_ compiler tools for cross-compiling, you should ++use the option `--target=TYPE' to select the type of system they will ++produce code for. ++ ++ If you want to _use_ a cross compiler, that generates code for a ++platform different from the build platform, you should specify the ++"host" platform (i.e., that on which the generated programs will ++eventually be run) with `--host=TYPE'. ++ ++Sharing Defaults ++================ ++ ++ If you want to set default values for `configure' scripts to share, ++you can create a site shell script called `config.site' that gives ++default values for variables like `CC', `cache_file', and `prefix'. ++`configure' looks for `PREFIX/share/config.site' if it exists, then ++`PREFIX/etc/config.site' if it exists. Or, you can set the ++`CONFIG_SITE' environment variable to the location of the site script. ++A warning: not all `configure' scripts look for a site script. ++ ++Defining Variables ++================== ++ ++ Variables not defined in a site shell script can be set in the ++environment passed to `configure'. However, some packages may run ++configure again during the build, and the customized values of these ++variables may be lost. In order to avoid this problem, you should set ++them in the `configure' command line, using `VAR=value'. For example: ++ ++ ./configure CC=/usr/local2/bin/gcc ++ ++causes the specified `gcc' to be used as the C compiler (unless it is ++overridden in the site shell script). ++ ++Unfortunately, this technique does not work for `CONFIG_SHELL' due to ++an Autoconf limitation. Until the limitation is lifted, you can use ++this workaround: ++ ++ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash ++ ++`configure' Invocation ++====================== ++ ++ `configure' recognizes the following options to control how it ++operates. ++ ++`--help' ++`-h' ++ Print a summary of all of the options to `configure', and exit. ++ ++`--help=short' ++`--help=recursive' ++ Print a summary of the options unique to this package's ++ `configure', and exit. The `short' variant lists options used ++ only in the top level, while the `recursive' variant lists options ++ also present in any nested packages. ++ ++`--version' ++`-V' ++ Print the version of Autoconf used to generate the `configure' ++ script, and exit. ++ ++`--cache-file=FILE' ++ Enable the cache: use and save the results of the tests in FILE, ++ traditionally `config.cache'. FILE defaults to `/dev/null' to ++ disable caching. ++ ++`--config-cache' ++`-C' ++ Alias for `--cache-file=config.cache'. ++ ++`--quiet' ++`--silent' ++`-q' ++ Do not print messages saying which checks are being made. To ++ suppress all normal output, redirect it to `/dev/null' (any error ++ messages will still be shown). ++ ++`--srcdir=DIR' ++ Look for the package's source code in directory DIR. Usually ++ `configure' can determine that directory automatically. ++ ++`--prefix=DIR' ++ Use DIR as the installation prefix. *note Installation Names:: ++ for more details, including other options available for fine-tuning ++ the installation locations. ++ ++`--no-create' ++`-n' ++ Run the configure checks, but stop before creating any output ++ files. ++ ++`configure' also accepts some other, not widely useful, options. Run ++`configure --help' for more details. +diff --git a/Makefile.in b/Makefile.in +index 2d03140..8a09953 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -1,7 +1,9 @@ +-# Makefile.in generated automatically by automake 1.5 from Makefile.am. ++# Makefile.in generated by automake 1.12 from Makefile.am. ++# @configure_input@ + +-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +-# Free Software Foundation, Inc. ++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ++# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software ++# Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -25,70 +27,277 @@ + # $Id: Makefile.am,v 1.11 2010/11/27 17:19:25 pdw Exp $ + # + +-SHELL = @SHELL@ + +-srcdir = @srcdir@ +-top_srcdir = @top_srcdir@ + VPATH = @srcdir@ +-prefix = @prefix@ +-exec_prefix = @exec_prefix@ +- +-bindir = @bindir@ +-sbindir = @sbindir@ +-libexecdir = @libexecdir@ +-datadir = @datadir@ +-sysconfdir = @sysconfdir@ +-sharedstatedir = @sharedstatedir@ +-localstatedir = @localstatedir@ +-libdir = @libdir@ +-infodir = @infodir@ +-mandir = @mandir@ +-includedir = @includedir@ +-oldincludedir = /usr/include ++am__make_dryrun = \ ++ { \ ++ am__dry=no; \ ++ case $$MAKEFLAGS in \ ++ *\\[\ \ ]*) \ ++ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ ++ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ ++ *) \ ++ for am__flg in $$MAKEFLAGS; do \ ++ case $$am__flg in \ ++ *=*|--*) ;; \ ++ *n*) am__dry=yes; break;; \ ++ esac; \ ++ done;; \ ++ esac; \ ++ test $$am__dry = yes; \ ++ } + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ +-top_builddir = . +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ +- +-INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ +-INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++pkglibdir = $(libdir)/@PACKAGE@ ++pkglibexecdir = $(libexecdir)/@PACKAGE@ ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++install_sh_DATA = $(install_sh) -c -m 644 ++install_sh_PROGRAM = $(install_sh) -c ++install_sh_SCRIPT = $(install_sh) -c + INSTALL_HEADER = $(INSTALL_DATA) +-transform = @program_transform_name@ ++transform = $(program_transform_name) + NORMAL_INSTALL = : + PRE_INSTALL = : + POST_INSTALL = : + NORMAL_UNINSTALL = : + PRE_UNINSTALL = : + POST_UNINSTALL = : +-build_alias = @build_alias@ + build_triplet = @build@ +-host_alias = @host_alias@ + host_triplet = @host@ +-target_alias = @target_alias@ + target_triplet = @target@ ++sbin_PROGRAMS = iftop$(EXEEXT) ++subdir = . ++DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \ ++ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ ++ $(srcdir)/config.h.in $(top_srcdir)/config/config.guess \ ++ $(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \ ++ $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \ ++ $(top_srcdir)/config/mkinstalldirs $(top_srcdir)/configure \ ++ AUTHORS COPYING ChangeLog INSTALL NEWS TODO ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ++am__aclocal_m4_deps = $(top_srcdir)/configure.in ++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ++ $(ACLOCAL_M4) ++am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ ++ configure.lineno config.status.lineno ++mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs ++CONFIG_HEADER = config.h ++CONFIG_CLEAN_FILES = ++CONFIG_CLEAN_VPATH_FILES = ++am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" ++PROGRAMS = $(sbin_PROGRAMS) ++am_iftop_OBJECTS = addr_hash.$(OBJEXT) edline.$(OBJEXT) hash.$(OBJEXT) \ ++ iftop.$(OBJEXT) ns_hash.$(OBJEXT) options.$(OBJEXT) \ ++ resolver.$(OBJEXT) screenfilter.$(OBJEXT) serv_hash.$(OBJEXT) \ ++ sorted_list.$(OBJEXT) threadprof.$(OBJEXT) ui.$(OBJEXT) \ ++ util.$(OBJEXT) addrs_ioctl.$(OBJEXT) addrs_dlpi.$(OBJEXT) \ ++ dlcommon.$(OBJEXT) stringmap.$(OBJEXT) cfgfile.$(OBJEXT) \ ++ vector.$(OBJEXT) ++iftop_OBJECTS = $(am_iftop_OBJECTS) ++iftop_LDADD = $(LDADD) ++DEFAULT_INCLUDES = -I. at am__isrc@ ++depcomp = $(SHELL) $(top_srcdir)/config/depcomp ++am__depfiles_maybe = depfiles ++am__mv = mv -f ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++CCLD = $(CC) ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++SOURCES = $(iftop_SOURCES) ++DIST_SOURCES = $(iftop_SOURCES) ++RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ ++ html-recursive info-recursive install-data-recursive \ ++ install-dvi-recursive install-exec-recursive \ ++ install-html-recursive install-info-recursive \ ++ install-pdf-recursive install-ps-recursive install-recursive \ ++ installcheck-recursive installdirs-recursive pdf-recursive \ ++ ps-recursive uninstall-recursive ++am__can_run_installinfo = \ ++ case $$AM_UPDATE_INFO_DIR in \ ++ n|no|NO) false;; \ ++ *) (install-info --version) >/dev/null 2>&1;; \ ++ esac ++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ++am__vpath_adj = case $$p in \ ++ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ++ *) f=$$p;; \ ++ esac; ++am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; ++am__install_max = 40 ++am__nobase_strip_setup = \ ++ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` ++am__nobase_strip = \ ++ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" ++am__nobase_list = $(am__nobase_strip_setup); \ ++ for p in $$list; do echo "$$p $$p"; done | \ ++ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ ++ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ ++ if (++n[$$2] == $(am__install_max)) \ ++ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ ++ END { for (dir in files) print dir, files[dir] }' ++am__base_list = \ ++ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ ++ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ++am__uninstall_files_from_dir = { \ ++ test -z "$$files" \ ++ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ ++ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ ++ $(am__cd) "$$dir" && rm -f $$files; }; \ ++ } ++man8dir = $(mandir)/man8 ++NROFF = nroff ++MANS = $(man_MANS) ++HEADERS = $(noinst_HEADERS) ++RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ ++ distclean-recursive maintainer-clean-recursive ++AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ ++ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ ++ cscope distdir dist dist-all distcheck ++ETAGS = etags ++CTAGS = ctags ++CSCOPE = cscope ++DIST_SUBDIRS = $(SUBDIRS) ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ++distdir = $(PACKAGE)-$(VERSION) ++top_distdir = $(distdir) ++am__remove_distdir = \ ++ if test -d "$(distdir)"; then \ ++ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ ++ && rm -rf "$(distdir)" \ ++ || { sleep 5 && rm -rf "$(distdir)"; }; \ ++ else :; fi ++am__post_remove_distdir = $(am__remove_distdir) ++am__relativize = \ ++ dir0=`pwd`; \ ++ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ ++ sed_rest='s,^[^/]*/*,,'; \ ++ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ ++ sed_butlast='s,/*[^/]*$$,,'; \ ++ while test -n "$$dir1"; do \ ++ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ ++ if test "$$first" != "."; then \ ++ if test "$$first" = ".."; then \ ++ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ ++ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ ++ else \ ++ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ ++ if test "$$first2" = "$$first"; then \ ++ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ ++ else \ ++ dir2="../$$dir2"; \ ++ fi; \ ++ dir0="$$dir0"/"$$first"; \ ++ fi; \ ++ fi; \ ++ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ ++ done; \ ++ reldir="$$dir2" ++DIST_ARCHIVES = $(distdir).tar.gz ++GZIP_ENV = --best ++DIST_TARGETS = dist-gzip ++distuninstallcheck_listfiles = find . -type f -print ++am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ ++ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' ++distcleancheck_listfiles = find . -type f -print ++ACLOCAL = aclocal -I @ac_aux_dir@ + AMTAR = @AMTAR@ ++AUTOCONF = @AUTOCONF@ ++AUTOHEADER = @AUTOHEADER@ ++AUTOMAKE = @AUTOMAKE@ + AWK = @AWK@ + CC = @CC@ ++CCDEPMODE = @CCDEPMODE@ ++CFLAGS = @CFLAGS@ ++CPP = @CPP@ ++CPPFLAGS = @CPPFLAGS@ ++CYGPATH_W = @CYGPATH_W@ ++DEFS = @DEFS@ + DEPDIR = @DEPDIR@ ++ECHO_C = @ECHO_C@ ++ECHO_N = @ECHO_N@ ++ECHO_T = @ECHO_T@ ++EGREP = @EGREP@ + EXEEXT = @EXEEXT@ ++GREP = @GREP@ ++INSTALL = @INSTALL@ ++INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ++LDFLAGS = @LDFLAGS@ ++LIBOBJS = @LIBOBJS@ ++LIBS = @LIBS@ ++LTLIBOBJS = @LTLIBOBJS@ ++MAKEINFO = @MAKEINFO@ ++MKDIR_P = @MKDIR_P@ + OBJEXT = @OBJEXT@ + PACKAGE = @PACKAGE@ ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ ++PACKAGE_NAME = @PACKAGE_NAME@ ++PACKAGE_STRING = @PACKAGE_STRING@ ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ ++PACKAGE_URL = @PACKAGE_URL@ ++PACKAGE_VERSION = @PACKAGE_VERSION@ ++PATH_SEPARATOR = @PATH_SEPARATOR@ ++SET_MAKE = @SET_MAKE@ ++SHELL = @SHELL@ ++STRIP = @STRIP@ + VERSION = @VERSION@ ++abs_builddir = @abs_builddir@ ++abs_srcdir = @abs_srcdir@ ++abs_top_builddir = @abs_top_builddir@ ++abs_top_srcdir = @abs_top_srcdir@ + ac_aux_dir = @ac_aux_dir@ ++ac_ct_CC = @ac_ct_CC@ + am__include = @am__include@ ++am__leading_dot = @am__leading_dot@ + am__quote = @am__quote@ ++am__tar = @am__tar@ ++am__untar = @am__untar@ ++bindir = @bindir@ ++build = @build@ ++build_alias = @build_alias@ ++build_cpu = @build_cpu@ ++build_os = @build_os@ ++build_vendor = @build_vendor@ ++builddir = @builddir@ ++datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ ++exec_prefix = @exec_prefix@ ++host = @host@ ++host_alias = @host_alias@ ++host_cpu = @host_cpu@ ++host_os = @host_os@ ++host_vendor = @host_vendor@ ++htmldir = @htmldir@ ++includedir = @includedir@ ++infodir = @infodir@ + install_sh = @install_sh@ +- +-ACLOCAL = aclocal -I @ac_aux_dir@ +- +-sbin_PROGRAMS = iftop +- ++libdir = @libdir@ ++libexecdir = @libexecdir@ ++localedir = @localedir@ ++localstatedir = @localstatedir@ ++mandir = @mandir@ ++mkdir_p = @mkdir_p@ ++oldincludedir = @oldincludedir@ ++pdfdir = @pdfdir@ ++prefix = @prefix@ ++program_transform_name = @program_transform_name@ ++psdir = @psdir@ ++sbindir = @sbindir@ ++sharedstatedir = @sharedstatedir@ ++srcdir = @srcdir@ ++sysconfdir = @sysconfdir@ ++target = @target@ ++target_alias = @target_alias@ ++target_cpu = @target_cpu@ ++target_os = @target_os@ ++target_vendor = @target_vendor@ ++top_build_prefix = @top_build_prefix@ ++top_builddir = @top_builddir@ ++top_srcdir = @top_srcdir@ + #iftop-dump + iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \ + options.c resolver.c screenfilter.c serv_hash.c \ +@@ -97,7 +306,6 @@ iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \ + stringmap.c cfgfile.c vector.c + + +- + #iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \ + # options.c \ + # util.c \ +@@ -109,238 +317,209 @@ noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \ + threadprof.h token.h ui.h dlcommon.h stringmap.h \ + vector.h cfgfile.h ppp.h + +- + man_MANS = iftop.8 +- + SUBDIRS = config +- + EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \ + Makefile.OLD $(man_MANS) iftop.cat iftop.spec + +- + MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \ + stamp-h.in iftop.spec + +-subdir = . +-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +-mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +-CONFIG_HEADER = config.h +-CONFIG_CLEAN_FILES = +-sbin_PROGRAMS = iftop$(EXEEXT) +-PROGRAMS = $(sbin_PROGRAMS) +- +-am_iftop_OBJECTS = addr_hash.$(OBJEXT) edline.$(OBJEXT) hash.$(OBJEXT) \ +- iftop.$(OBJEXT) ns_hash.$(OBJEXT) options.$(OBJEXT) \ +- resolver.$(OBJEXT) screenfilter.$(OBJEXT) serv_hash.$(OBJEXT) \ +- sorted_list.$(OBJEXT) threadprof.$(OBJEXT) ui.$(OBJEXT) \ +- util.$(OBJEXT) addrs_ioctl.$(OBJEXT) addrs_dlpi.$(OBJEXT) \ +- dlcommon.$(OBJEXT) stringmap.$(OBJEXT) cfgfile.$(OBJEXT) \ +- vector.$(OBJEXT) +-iftop_OBJECTS = $(am_iftop_OBJECTS) +-iftop_LDADD = $(LDADD) +-iftop_DEPENDENCIES = +-iftop_LDFLAGS = +- +-DEFS = @DEFS@ +-DEFAULT_INCLUDES = -I. -I$(srcdir) -I. +-CPPFLAGS = @CPPFLAGS@ +-LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ +-depcomp = $(SHELL) $(top_srcdir)/config/depcomp +- at AMDEP_TRUE@DEP_FILES = $(DEPDIR)/addr_hash.Po $(DEPDIR)/addrs_dlpi.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/addrs_ioctl.Po $(DEPDIR)/cfgfile.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/dlcommon.Po $(DEPDIR)/edline.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/hash.Po $(DEPDIR)/iftop.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/ns_hash.Po $(DEPDIR)/options.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/resolver.Po $(DEPDIR)/screenfilter.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/serv_hash.Po $(DEPDIR)/sorted_list.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/stringmap.Po $(DEPDIR)/threadprof.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/ui.Po $(DEPDIR)/util.Po \ +- at AMDEP_TRUE@ $(DEPDIR)/vector.Po +-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +-CCLD = $(CC) +-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +-CFLAGS = @CFLAGS@ +-DIST_SOURCES = $(iftop_SOURCES) +- +-NROFF = nroff +-MANS = $(man_MANS) +-HEADERS = $(noinst_HEADERS) +- +- +-RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ +- uninstall-info-recursive all-recursive install-data-recursive \ +- install-exec-recursive installdirs-recursive install-recursive \ +- uninstall-recursive check-recursive installcheck-recursive +-DIST_COMMON = README $(noinst_HEADERS) ./stamp-h.in AUTHORS COPYING \ +- ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO aclocal.m4 \ +- config.h.in configure configure.in +-DIST_SUBDIRS = $(SUBDIRS) +-SOURCES = $(iftop_SOURCES) +- + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + + .SUFFIXES: + .SUFFIXES: .c .o .obj +-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +- cd $(top_srcdir) && \ +- $(AUTOMAKE) --foreign Makefile +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +- cd $(top_builddir) && \ +- CONFIG_HEADERS= CONFIG_LINKS= \ +- CONFIG_FILES=$@ $(SHELL) ./config.status +- +-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ++am--refresh: Makefile ++ @: ++$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ++ @for dep in $?; do \ ++ case '$(am__configure_deps)' in \ ++ *$$dep*) \ ++ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ ++ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ ++ && exit 0; \ ++ exit 1;; \ ++ esac; \ ++ done; \ ++ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ ++ $(am__cd) $(top_srcdir) && \ ++ $(AUTOMAKE) --gnu Makefile ++.PRECIOUS: Makefile ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++ @case '$?' in \ ++ *config.status*) \ ++ echo ' $(SHELL) ./config.status'; \ ++ $(SHELL) ./config.status;; \ ++ *) \ ++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ ++ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ ++ esac; ++ ++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck +-$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) +- cd $(srcdir) && $(AUTOCONF) +- +-$(ACLOCAL_M4): configure.in +- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +-config.h: stamp-h +- @if test ! -f $@; then \ +- rm -f stamp-h; \ +- $(MAKE) stamp-h; \ +- else :; fi +-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status +- @rm -f stamp-h stamp-hT +- @echo timestamp > stamp-hT 2> /dev/null +- cd $(top_builddir) \ +- && CONFIG_FILES= CONFIG_HEADERS=config.h \ +- $(SHELL) ./config.status +- @mv stamp-hT stamp-h +-$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in +- @if test ! -f $@; then \ +- rm -f $(srcdir)/./stamp-h.in; \ +- $(MAKE) $(srcdir)/./stamp-h.in; \ +- else :; fi +-$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) +- @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT +- @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null +- cd $(top_srcdir) && $(AUTOHEADER) +- @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in ++ ++$(top_srcdir)/configure: $(am__configure_deps) ++ $(am__cd) $(srcdir) && $(AUTOCONF) ++$(ACLOCAL_M4): $(am__aclocal_m4_deps) ++ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) ++$(am__aclocal_m4_deps): ++ ++config.h: stamp-h1 ++ @if test ! -f $@; then rm -f stamp-h1; else :; fi ++ @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi ++ ++stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status ++ @rm -f stamp-h1 ++ cd $(top_builddir) && $(SHELL) ./config.status config.h ++$(srcdir)/config.h.in: $(am__configure_deps) ++ ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) ++ rm -f stamp-h1 ++ touch $@ + + distclean-hdr: +- -rm -f config.h ++ -rm -f config.h stamp-h1 + install-sbinPROGRAMS: $(sbin_PROGRAMS) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(sbindir) +- @list='$(sbin_PROGRAMS)'; for p in $$list; do \ +- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ +- if test -f $$p \ +- ; then \ +- f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \ +- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f"; \ +- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f; \ +- else :; fi; \ +- done ++ @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ ++ if test -n "$$list"; then \ ++ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ ++ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ ++ fi; \ ++ for p in $$list; do echo "$$p $$p"; done | \ ++ sed 's/$(EXEEXT)$$//' | \ ++ while read p p1; do if test -f $$p; \ ++ then echo "$$p"; echo "$$p"; else :; fi; \ ++ done | \ ++ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ ++ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ ++ sed 'N;N;N;s,\n, ,g' | \ ++ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ ++ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ ++ if ($$2 == $$4) files[d] = files[d] " " $$1; \ ++ else { print "f", $$3 "/" $$4, $$1; } } \ ++ END { for (d in files) print "f", d, files[d] }' | \ ++ while read type dir files; do \ ++ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ ++ test -z "$$files" || { \ ++ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ ++ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ ++ } \ ++ ; done + + uninstall-sbinPROGRAMS: + @$(NORMAL_UNINSTALL) +- @list='$(sbin_PROGRAMS)'; for p in $$list; do \ +- f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ +- echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \ +- rm -f $(DESTDIR)$(sbindir)/$$f; \ +- done ++ @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ ++ files=`for p in $$list; do echo "$$p"; done | \ ++ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ ++ -e 's/$$/$(EXEEXT)/' `; \ ++ test -n "$$list" || exit 0; \ ++ echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ ++ cd "$(DESTDIR)$(sbindir)" && rm -f $$files + + clean-sbinPROGRAMS: + -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) +-iftop$(EXEEXT): $(iftop_OBJECTS) $(iftop_DEPENDENCIES) ++iftop$(EXEEXT): $(iftop_OBJECTS) $(iftop_DEPENDENCIES) $(EXTRA_iftop_DEPENDENCIES) + @rm -f iftop$(EXEEXT) +- $(LINK) $(iftop_LDFLAGS) $(iftop_OBJECTS) $(iftop_LDADD) $(LIBS) ++ $(LINK) $(iftop_OBJECTS) $(iftop_LDADD) $(LIBS) + + mostlyclean-compile: +- -rm -f *.$(OBJEXT) core *.core ++ -rm -f *.$(OBJEXT) + + distclean-compile: + -rm -f *.tab.c + +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/addr_hash.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/addrs_dlpi.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/addrs_ioctl.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cfgfile.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dlcommon.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/edline.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hash.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/iftop.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ns_hash.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/options.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/resolver.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/screenfilter.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/serv_hash.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sorted_list.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stringmap.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/threadprof.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ui.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Po at am__quote@ +- at AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vector.Po at am__quote@ +- +-distclean-depend: +- -rm -rf $(DEPDIR) ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/addr_hash.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/addrs_dlpi.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/addrs_ioctl.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/cfgfile.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/dlcommon.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/edline.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/hash.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/iftop.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ns_hash.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/options.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/resolver.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/screenfilter.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/serv_hash.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sorted_list.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/stringmap.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/threadprof.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ui.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/util.Po at am__quote@ ++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/vector.Po at am__quote@ + + .c.o: +- at AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +- at AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +- at AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +- $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< ++ at am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ++ at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ ++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++ at am__fastdepCC_FALSE@ $(COMPILE) -c $< + + .c.obj: +- at AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +- at AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +- at AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +- $(COMPILE) -c `cygpath -w $<` +-CCDEPMODE = @CCDEPMODE@ +-uninstall-info-am: +- +-man8dir = $(mandir)/man8 +-install-man8: $(man8_MANS) $(man_MANS) ++ at am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ++ at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ ++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++ at am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` ++install-man8: $(man_MANS) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(man8dir) +- @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ +- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ +- for i in $$l2; do \ +- case "$$i" in \ +- *.8*) list="$$list $$i" ;; \ +- esac; \ ++ @list1=''; \ ++ list2='$(man_MANS)'; \ ++ test -n "$(man8dir)" \ ++ && test -n "`echo $$list1$$list2`" \ ++ || exit 0; \ ++ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ ++ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ ++ { for i in $$list1; do echo "$$i"; done; \ ++ if test -n "$$list2"; then \ ++ for i in $$list2; do echo "$$i"; done \ ++ | sed -n '/\.8[a-z]*$$/p'; \ ++ fi; \ ++ } | while read p; do \ ++ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ ++ echo "$$d$$p"; echo "$$p"; \ ++ done | \ ++ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ ++ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ ++ sed 'N;N;s,\n, ,g' | { \ ++ list=; while read file base inst; do \ ++ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ ++ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ ++ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ ++ fi; \ + done; \ +- for i in $$list; do \ +- if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ +- else file=$$i; fi; \ +- ext=`echo $$i | sed -e 's/^.*\\.//'`; \ +- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ +- inst=`echo $$inst | sed -e 's/^.*\///'`; \ +- inst=`echo $$inst | sed '$(transform)'`.$$ext; \ +- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ +- done ++ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ ++ while read files; do \ ++ test -z "$$files" || { \ ++ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ ++ $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ ++ done; } ++ + uninstall-man8: + @$(NORMAL_UNINSTALL) +- @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \ +- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ +- for i in $$l2; do \ +- case "$$i" in \ +- *.8*) list="$$list $$i" ;; \ +- esac; \ +- done; \ +- for i in $$list; do \ +- ext=`echo $$i | sed -e 's/^.*\\.//'`; \ +- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ +- inst=`echo $$inst | sed -e 's/^.*\///'`; \ +- inst=`echo $$inst | sed '$(transform)'`.$$ext; \ +- echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ +- rm -f $(DESTDIR)$(man8dir)/$$inst; \ +- done ++ @list=''; test -n "$(man8dir)" || exit 0; \ ++ files=`{ for i in $$list; do echo "$$i"; done; \ ++ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ ++ sed -n '/\.8[a-z]*$$/p'; \ ++ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ ++ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ ++ dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) + + # This directory's subdirectories are mostly independent; you can cd +-# into them and run `make' without going through this Makefile. +-# To change the values of `make' variables: instead of editing Makefiles, +-# (1) if the variable is set in `config.status', edit `config.status' +-# (which will cause the Makefiles to be regenerated when you run `make'); +-# (2) otherwise, pass the desired values on the `make' command line. ++# into them and run 'make' without going through this Makefile. ++# To change the values of 'make' variables: instead of editing Makefiles, ++# (1) if the variable is set in 'config.status', edit 'config.status' ++# (which will cause the Makefiles to be regenerated when you run 'make'); ++# (2) otherwise, pass the desired values on the 'make' command line. + $(RECURSIVE_TARGETS): +- @set fnord $(MAKEFLAGS); amf=$$2; \ ++ @fail= failcom='exit 1'; \ ++ for f in x $$MAKEFLAGS; do \ ++ case $$f in \ ++ *=* | --[!k]*);; \ ++ *k*) failcom='fail=yes';; \ ++ esac; \ ++ done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ +@@ -351,16 +530,21 @@ $(RECURSIVE_TARGETS): + else \ + local_target="$$target"; \ + fi; \ +- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ +- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ ++ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ ++ || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +-mostlyclean-recursive clean-recursive distclean-recursive \ +-maintainer-clean-recursive: +- @set fnord $(MAKEFLAGS); amf=$$2; \ ++$(RECURSIVE_CLEAN_TARGETS): ++ @fail= failcom='exit 1'; \ ++ for f in x $$MAKEFLAGS; do \ ++ case $$f in \ ++ *=* | --[!k]*);; \ ++ *k*) failcom='fail=yes';; \ ++ esac; \ ++ done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ +@@ -380,137 +564,313 @@ maintainer-clean-recursive: + else \ + local_target="$$target"; \ + fi; \ +- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ +- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ ++ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ ++ || eval $$failcom; \ + done && test -z "$$fail" + tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ +- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ ++ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ ++ done ++ctags-recursive: ++ list='$(SUBDIRS)'; for subdir in $$list; do \ ++ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ ++ done ++cscopelist-recursive: ++ list='$(SUBDIRS)'; for subdir in $$list; do \ ++ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ + done +- +-tags: TAGS + + ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) +- list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ +- $(AWK) ' { files[$$0] = 1; } \ +- END { for (i in files) print i; }'`; \ +- mkid -fID $$unique $(LISP) ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ mkid -fID $$unique ++tags: TAGS + + TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) +- tags=; \ ++ set x; \ + here=`pwd`; \ ++ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ ++ include_option=--etags-include; \ ++ empty_fix=.; \ ++ else \ ++ include_option=--include; \ ++ empty_fix=; \ ++ fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ +- test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ ++ test ! -f $$subdir/TAGS || \ ++ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ +- list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ ++ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ +- $(AWK) ' { files[$$0] = 1; } \ +- END { for (i in files) print i; }'`; \ +- test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ +- || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ shift; \ ++ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ ++ test -n "$$unique" || unique=$$empty_fix; \ ++ if test $$# -gt 0; then \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ "$$@" $$unique; \ ++ else \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ $$unique; \ ++ fi; \ ++ fi ++ctags: CTAGS ++CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ test -z "$(CTAGS_ARGS)$$unique" \ ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ++ $$unique + + GTAGS: +- here=`CDPATH=: && cd $(top_builddir) && pwd` \ +- && cd $(top_srcdir) \ +- && gtags -i $(GTAGS_ARGS) $$here ++ here=`$(am__cd) $(top_builddir) && pwd` \ ++ && $(am__cd) $(top_srcdir) \ ++ && gtags -i $(GTAGS_ARGS) "$$here" + +-distclean-tags: +- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH ++cscope: cscope.files ++ test ! -s cscope.files \ ++ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) + +-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ++clean-cscope: ++ -rm -f cscope.files + +-top_distdir = . +-# Avoid unsightly `./'. +-distdir = $(PACKAGE)-$(VERSION) ++cscope.files: clean-cscope cscopelist-recursive cscopelist + +-GZIP_ENV = --best ++cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) ++ list='$(SOURCES) $(HEADERS) $(LISP)'; \ ++ case "$(srcdir)" in \ ++ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ ++ *) sdir=$(subdir)/$(srcdir) ;; \ ++ esac; \ ++ for i in $$list; do \ ++ if test -f "$$i"; then \ ++ echo "$(subdir)/$$i"; \ ++ else \ ++ echo "$$sdir/$$i"; \ ++ fi; \ ++ done >> $(top_builddir)/cscope.files ++ ++distclean-tags: ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + + distdir: $(DISTFILES) +- -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) +- mkdir $(distdir) +- @for file in $(DISTFILES); do \ +- if test -f $$file; then d=.; else d=$(srcdir); fi; \ +- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ +- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ +- $(mkinstalldirs) "$(distdir)/$$dir"; \ +- fi; \ ++ @list='$(MANS)'; if test -n "$$list"; then \ ++ list=`for p in $$list; do \ ++ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ ++ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ ++ if test -n "$$list" && \ ++ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ ++ echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ ++ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ ++ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ ++ echo " typically 'make maintainer-clean' will remove them" >&2; \ ++ exit 1; \ ++ else :; fi; \ ++ else :; fi ++ $(am__remove_distdir) ++ test -d "$(distdir)" || mkdir "$(distdir)" ++ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ list='$(DISTFILES)'; \ ++ dist_files=`for file in $$list; do echo $$file; done | \ ++ sed -e "s|^$$srcdirstrip/||;t" \ ++ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ++ case $$dist_files in \ ++ */*) $(MKDIR_P) `echo "$$dist_files" | \ ++ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ++ sort -u` ;; \ ++ esac; \ ++ for file in $$dist_files; do \ ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ +- cp -pR $$d/$$file $(distdir) \ +- || exit 1; \ ++ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test -d "$(distdir)/$$file"; then \ ++ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ++ fi; \ ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ++ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ++ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ++ fi; \ ++ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ +- test -f $(distdir)/$$file \ +- || cp -p $$d/$$file $(distdir)/$$file \ ++ test -f "$(distdir)/$$file" \ ++ || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +- for subdir in $(SUBDIRS); do \ ++ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ +- test -d $(distdir)/$$subdir \ +- || mkdir $(distdir)/$$subdir \ +- || exit 1; \ +- (cd $$subdir && \ ++ $(am__make_dryrun) \ ++ || test -d "$(distdir)/$$subdir" \ ++ || $(MKDIR_P) "$(distdir)/$$subdir" \ ++ || exit 1; \ ++ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ ++ $(am__relativize); \ ++ new_distdir=$$reldir; \ ++ dir1=$$subdir; dir2="$(top_distdir)"; \ ++ $(am__relativize); \ ++ new_top_distdir=$$reldir; \ ++ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ ++ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ++ ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ +- top_distdir="$(top_distdir)" \ +- distdir=../$(distdir)/$$subdir \ ++ top_distdir="$$new_top_distdir" \ ++ distdir="$$new_distdir" \ ++ am__remove_distdir=: \ ++ am__skip_length_check=: \ ++ am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ++ -test -n "$(am__skip_mode_fix)" \ ++ || find "$(distdir)" -type d ! -perm -755 \ ++ -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ +- ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ +- || chmod -R a+r $(distdir) +-dist: distdir +- $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz +- -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) ++ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ ++ || chmod -R a+r "$(distdir)" ++dist-gzip: distdir ++ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ++ $(am__post_remove_distdir) ++ ++dist-bzip2: distdir ++ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 ++ $(am__post_remove_distdir) ++ ++dist-lzip: distdir ++ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz ++ $(am__post_remove_distdir) ++ ++dist-xz: distdir ++ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz ++ $(am__post_remove_distdir) ++ ++dist-tarZ: distdir ++ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z ++ $(am__post_remove_distdir) ++ ++dist-shar: distdir ++ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz ++ $(am__post_remove_distdir) ++ ++dist-zip: distdir ++ -rm -f $(distdir).zip ++ zip -rq $(distdir).zip $(distdir) ++ $(am__post_remove_distdir) ++ ++dist dist-all: ++ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' ++ $(am__post_remove_distdir) + + # This target untars the dist file and tries a VPATH configuration. Then + # it guarantees that the distribution is self-contained by making another + # tarfile. + distcheck: dist +- -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) +- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ++ case '$(DIST_ARCHIVES)' in \ ++ *.tar.gz*) \ ++ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ ++ *.tar.bz2*) \ ++ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ ++ *.tar.lz*) \ ++ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ ++ *.tar.xz*) \ ++ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ ++ *.tar.Z*) \ ++ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ ++ *.shar.gz*) \ ++ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ ++ *.zip*) \ ++ unzip $(distdir).zip ;;\ ++ esac + chmod -R a-w $(distdir); chmod a+w $(distdir) +- mkdir $(distdir)/=build +- mkdir $(distdir)/=inst ++ mkdir $(distdir)/_build ++ mkdir $(distdir)/_inst + chmod a-w $(distdir) +- dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ +- && cd $(distdir)/=build \ +- && ../configure --srcdir=.. --prefix=$$dc_install_base \ ++ test -d $(distdir)/_build || exit 0; \ ++ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ ++ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ++ && am__cwd=`pwd` \ ++ && $(am__cd) $(distdir)/_build \ ++ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ ++ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ ++ $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ +- && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ +- || (echo "Error: files left after uninstall" 1>&2; \ +- exit 1) ) \ ++ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ ++ distuninstallcheck \ ++ && chmod -R a-w "$$dc_install_base" \ ++ && ({ \ ++ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ ++ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ ++ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ ++ } || { rm -rf "$$dc_destdir"; exit 1; }) \ ++ && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ +- && $(MAKE) $(AM_MAKEFLAGS) distclean \ +- && rm -f $(distdir).tar.gz \ +- && (test `find . -type f -print | wc -l` -eq 0 \ +- || (echo "Error: files left after distclean" 1>&2; \ +- exit 1) ) +- -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) +- @echo "$(distdir).tar.gz is ready for distribution" | \ +- sed 'h;s/./=/g;p;x;p;x' ++ && rm -rf $(DIST_ARCHIVES) \ ++ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ ++ && cd "$$am__cwd" \ ++ || exit 1 ++ $(am__post_remove_distdir) ++ @(echo "$(distdir) archives ready for distribution: "; \ ++ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ ++ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' ++distuninstallcheck: ++ @test -n '$(distuninstallcheck_dir)' || { \ ++ echo 'ERROR: trying to run $@ with an empty' \ ++ '$$(distuninstallcheck_dir)' >&2; \ ++ exit 1; \ ++ }; \ ++ $(am__cd) '$(distuninstallcheck_dir)' || { \ ++ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ ++ exit 1; \ ++ }; \ ++ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ ++ || { echo "ERROR: files left after uninstall:" ; \ ++ if test -n "$(DESTDIR)"; then \ ++ echo " (check DESTDIR support)"; \ ++ fi ; \ ++ $(distuninstallcheck_listfiles) ; \ ++ exit 1; } >&2 ++distcleancheck: distclean ++ @if test '$(srcdir)' = . ; then \ ++ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ ++ exit 1 ; \ ++ fi ++ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ++ || { echo "ERROR: files left in build directory after distclean:" ; \ ++ $(distcleancheck_listfiles) ; \ ++ exit 1; } >&2 + check-am: all-am + check: check-recursive + all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h + installdirs: installdirs-recursive + installdirs-am: +- $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir) +- ++ for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \ ++ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ++ done + install: install-recursive + install-exec: install-exec-recursive + install-data: install-data-recursive +@@ -521,15 +881,22 @@ install-am: all-am + + installcheck: installcheck-recursive + install-strip: +- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ +- `test -z '$(STRIP)' || \ +- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ++ if test -z '$(STRIP)'; then \ ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ++ install; \ ++ else \ ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ++ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ ++ fi + mostlyclean-generic: + + clean-generic: + + distclean-generic: +- -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* ++ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + + maintainer-clean-generic: + @echo "This command is intended for maintainers to use" +@@ -538,63 +905,98 @@ clean: clean-recursive + + clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am + +-dist-all: distdir +- $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz +- -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) + distclean: distclean-recursive +- -rm -f config.status config.cache config.log +-distclean-am: clean-am distclean-compile distclean-depend \ +- distclean-generic distclean-hdr distclean-tags ++ -rm -f $(am__CONFIG_DISTCLEAN_FILES) ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile ++distclean-am: clean-am distclean-compile distclean-generic \ ++ distclean-hdr distclean-tags + + dvi: dvi-recursive + + dvi-am: + ++html: html-recursive ++ ++html-am: ++ + info: info-recursive + + info-am: + + install-data-am: install-man + ++install-dvi: install-dvi-recursive ++ ++install-dvi-am: ++ + install-exec-am: install-sbinPROGRAMS + ++install-html: install-html-recursive ++ ++install-html-am: ++ + install-info: install-info-recursive + ++install-info-am: ++ + install-man: install-man8 + ++install-pdf: install-pdf-recursive ++ ++install-pdf-am: ++ ++install-ps: install-ps-recursive ++ ++install-ps-am: ++ + installcheck-am: + + maintainer-clean: maintainer-clean-recursive +- ++ -rm -f $(am__CONFIG_DISTCLEAN_FILES) ++ -rm -rf $(top_srcdir)/autom4te.cache ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile + maintainer-clean-am: distclean-am maintainer-clean-generic + + mostlyclean: mostlyclean-recursive + + mostlyclean-am: mostlyclean-compile mostlyclean-generic + +-uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS ++pdf: pdf-recursive ++ ++pdf-am: + +-uninstall-info: uninstall-info-recursive ++ps: ps-recursive ++ ++ps-am: ++ ++uninstall-am: uninstall-man uninstall-sbinPROGRAMS + + uninstall-man: uninstall-man8 + +-.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ +- clean-generic clean-recursive clean-sbinPROGRAMS dist dist-all \ +- distcheck distclean distclean-compile distclean-depend \ +- distclean-generic distclean-hdr distclean-recursive \ +- distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ +- info-recursive install install-am install-data install-data-am \ +- install-data-recursive install-exec install-exec-am \ +- install-exec-recursive install-info install-info-am \ +- install-info-recursive install-man install-man8 \ +- install-recursive install-sbinPROGRAMS install-strip \ +- installcheck installcheck-am installdirs installdirs-am \ +- installdirs-recursive maintainer-clean maintainer-clean-generic \ +- maintainer-clean-recursive mostlyclean mostlyclean-compile \ +- mostlyclean-generic mostlyclean-recursive tags tags-recursive \ +- uninstall uninstall-am uninstall-info-am \ +- uninstall-info-recursive uninstall-man uninstall-man8 \ +- uninstall-recursive uninstall-sbinPROGRAMS ++.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ++ cscopelist-recursive ctags-recursive install-am install-strip \ ++ tags-recursive ++ ++.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ ++ all all-am am--refresh check check-am clean clean-cscope \ ++ clean-generic clean-sbinPROGRAMS cscope cscopelist \ ++ cscopelist-recursive ctags ctags-recursive dist dist-all \ ++ dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \ ++ dist-zip distcheck distclean distclean-compile \ ++ distclean-generic distclean-hdr distclean-tags distcleancheck \ ++ distdir distuninstallcheck dvi dvi-am html html-am info \ ++ info-am install install-am install-data install-data-am \ ++ install-dvi install-dvi-am install-exec install-exec-am \ ++ install-html install-html-am install-info install-info-am \ ++ install-man install-man8 install-pdf install-pdf-am install-ps \ ++ install-ps-am install-sbinPROGRAMS install-strip installcheck \ ++ installcheck-am installdirs installdirs-am maintainer-clean \ ++ maintainer-clean-generic mostlyclean mostlyclean-compile \ ++ mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ ++ uninstall uninstall-am uninstall-man uninstall-man8 \ ++ uninstall-sbinPROGRAMS + + + iftop.cat: iftop.8 +@@ -602,6 +1004,7 @@ iftop.cat: iftop.8 + + iftop.spec: iftop.spec.in configure.in + sed 's/__VERSION__/$(VERSION)/' < iftop.spec.in > iftop.spec ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: +diff --git a/aclocal.m4 b/aclocal.m4 +index c51432f..4fc18f6 100644 +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -1,7 +1,8 @@ +-# aclocal.m4 generated automatically by aclocal 1.5 ++# generated automatically by aclocal 1.12 -*- Autoconf -*- + +-# Copyright 1996, 1997, 1998, 1999, 2000, 2001 +-# Free Software Foundation, Inc. ++# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ++# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, ++# Inc. + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. +@@ -11,243 +12,65 @@ + # even the implied warranty of MERCHANTABILITY or FITNESS FOR A + # PARTICULAR PURPOSE. + +-# Like AC_CONFIG_HEADER, but automatically create stamp file. ++m4_ifndef([AC_AUTOCONF_VERSION], ++ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl ++m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, ++[m4_warning([this file was generated for autoconf 2.69. ++You have another version of autoconf. It may work, but is not guaranteed to. ++If you have problems, you may need to regenerate the build system entirely. ++To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +-# serial 3 +- +-# When config.status generates a header, we must update the stamp-h file. +-# This file resides in the same directory as the config header +-# that is generated. We must strip everything past the first ":", +-# and everything past the last "/". +- +-AC_PREREQ([2.12]) +- +-AC_DEFUN([AM_CONFIG_HEADER], +-[ifdef([AC_FOREACH],dnl +- [dnl init our file count if it isn't already +- m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0])) +- dnl prepare to store our destination file list for use in config.status +- AC_FOREACH([_AM_File], [$1], +- [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*])) +- m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index)) +- dnl and add it to the list of files AC keeps track of, along +- dnl with our hook +- AC_CONFIG_HEADERS(_AM_File, +-dnl COMMANDS, [, INIT-CMDS] +-[# update the timestamp +-echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index[" +-][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS +- m4_popdef([_AM_Dest])])],dnl +-[AC_CONFIG_HEADER([$1]) +- AC_OUTPUT_COMMANDS( +- ifelse(patsubst([$1], [[^ ]], []), +- [], +- [test -z "$CONFIG_HEADERS" || echo timestamp >dnl +- patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl +-[am_indx=1 +-for am_file in $1; do +- case " \$CONFIG_HEADERS " in +- *" \$am_file "*) +- am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\` +- if test -n "\$am_dir"; then +- am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\` +- for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do +- am_tmpdir=\$am_tmpdir\$am_subdir/ +- if test ! -d \$am_tmpdir; then +- mkdir \$am_tmpdir +- fi +- done +- fi +- echo timestamp > "\$am_dir"stamp-h\$am_indx +- ;; +- esac +- am_indx=\`expr \$am_indx + 1\` +-done]) +-])]) # AM_CONFIG_HEADER +- +-# _AM_DIRNAME(PATH) +-# ----------------- +-# Like AS_DIRNAME, only do it during macro expansion +-AC_DEFUN([_AM_DIRNAME], +- [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1, +- m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1, +- m4_if(m4_regexp([$1], [^/.*]), -1, +- [.], +- m4_patsubst([$1], [^\(/\).*], [\1])), +- m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])), +- m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl +-]) # _AM_DIRNAME +- +-# Do all the work for Automake. This macro actually does too much -- +-# some checks are only needed if your package does certain things. +-# But this isn't really a big deal. +- +-# serial 5 +- +-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +-# written in clear, in which case automake, when reading aclocal.m4, +-# will think it sees a *use*, and therefore will trigger all it's +-# C support machinery. Also note that it means that autoscan, seeing +-# CC etc. in the Makefile, will ask for an AC_PROG_CC use... +- +- +-# We require 2.13 because we rely on SHELL being computed by configure. +-AC_PREREQ([2.13]) +- +-# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +-# ----------------------------------------------------------- +-# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED. +-# The purpose of this macro is to provide the user with a means to +-# check macros which are provided without letting her know how the +-# information is coded. +-# If this macro is not defined by Autoconf, define it here. +-ifdef([AC_PROVIDE_IFELSE], +- [], +- [define([AC_PROVIDE_IFELSE], +- [ifdef([AC_PROVIDE_$1], +- [$2], [$3])])]) +- +- +-# AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE]) +-# ---------------------------------------------- +-AC_DEFUN([AM_INIT_AUTOMAKE], +-[AC_REQUIRE([AC_PROG_INSTALL])dnl +-# test to see if srcdir already configured +-if test "`cd $srcdir && pwd`" != "`pwd`" && +- test -f $srcdir/config.status; then +- AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first]) +-fi +- +-# Define the identity of the package. +-PACKAGE=$1 +-AC_SUBST(PACKAGE)dnl +-VERSION=$2 +-AC_SUBST(VERSION)dnl +-ifelse([$3],, +-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) +-AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) +- +-# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow +-# the ones we care about. +-ifdef([m4_pattern_allow], +- [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl +- +-# Autoconf 2.50 always computes EXEEXT. However we need to be +-# compatible with 2.13, for now. So we always define EXEEXT, but we +-# don't compute it. +-AC_SUBST(EXEEXT) +-# Similar for OBJEXT -- only we only use OBJEXT if the user actually +-# requests that it be used. This is a bit dumb. +-: ${OBJEXT=o} +-AC_SUBST(OBJEXT) ++# Copyright (C) 2002-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. + +-# Some tools Automake needs. +-AC_REQUIRE([AM_SANITY_CHECK])dnl +-AC_REQUIRE([AC_ARG_PROGRAM])dnl +-AM_MISSING_PROG(ACLOCAL, aclocal-1.5) +-AM_MISSING_PROG(AUTOCONF, autoconf) +-AM_MISSING_PROG(AUTOMAKE, automake-1.5) +-AM_MISSING_PROG(AUTOHEADER, autoheader) +-AM_MISSING_PROG(MAKEINFO, makeinfo) +-AM_MISSING_PROG(AMTAR, tar) +-AM_PROG_INSTALL_SH +-AM_PROG_INSTALL_STRIP +-# We need awk for the "check" target. The system "awk" is bad on +-# some platforms. +-AC_REQUIRE([AC_PROG_AWK])dnl +-AC_REQUIRE([AC_PROG_MAKE_SET])dnl +-AC_REQUIRE([AM_DEP_TRACK])dnl +-AC_REQUIRE([AM_SET_DEPDIR])dnl +-AC_PROVIDE_IFELSE([AC_PROG_][CC], +- [_AM_DEPENDENCIES(CC)], +- [define([AC_PROG_][CC], +- defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl +-AC_PROVIDE_IFELSE([AC_PROG_][CXX], +- [_AM_DEPENDENCIES(CXX)], +- [define([AC_PROG_][CXX], +- defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl ++# serial 8 ++ ++# AM_AUTOMAKE_VERSION(VERSION) ++# ---------------------------- ++# Automake X.Y traces this macro to ensure aclocal.m4 has been ++# generated from the m4 files accompanying Automake X.Y. ++# (This private macro should not be called outside this file.) ++AC_DEFUN([AM_AUTOMAKE_VERSION], ++[am__api_version='1.12' ++dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to ++dnl require some minimum version. Point them to the right macro. ++m4_if([$1], [1.12], [], ++ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + ++# _AM_AUTOCONF_VERSION(VERSION) ++# ----------------------------- ++# aclocal traces this macro to find the Autoconf version. ++# This is a private macro too. Using m4_define simplifies ++# the logic in aclocal, which can simply ignore this definition. ++m4_define([_AM_AUTOCONF_VERSION], []) ++ ++# AM_SET_CURRENT_AUTOMAKE_VERSION ++# ------------------------------- ++# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. ++# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. ++AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], ++[AM_AUTOMAKE_VERSION([1.12])dnl ++m4_ifndef([AC_AUTOCONF_VERSION], ++ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl ++_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) ++ ++# AM_AUX_DIR_EXPAND -*- Autoconf -*- ++ ++# Copyright (C) 2001-2012 Free Software Foundation, Inc. + # +-# Check to make sure that the build environment is sane. +-# +- +-# serial 3 +- +-# AM_SANITY_CHECK +-# --------------- +-AC_DEFUN([AM_SANITY_CHECK], +-[AC_MSG_CHECKING([whether build environment is sane]) +-# Just in case +-sleep 1 +-echo timestamp > conftest.file +-# Do `set' in a subshell so we don't clobber the current shell's +-# arguments. Must try -L first in case configure is actually a +-# symlink; some systems play weird games with the mod time of symlinks +-# (eg FreeBSD returns the mod time of the symlink's containing +-# directory). +-if ( +- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` +- if test "$[*]" = "X"; then +- # -L didn't work. +- set X `ls -t $srcdir/configure conftest.file` +- fi +- rm -f conftest.file +- if test "$[*]" != "X $srcdir/configure conftest.file" \ +- && test "$[*]" != "X conftest.file $srcdir/configure"; then +- +- # If neither matched, then we have a broken ls. This can happen +- # if, for instance, CONFIG_SHELL is bash and it inherits a +- # broken ls alias from the environment. This has actually +- # happened. Such a system could not be considered "sane". +- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +-alias in your environment]) +- fi +- +- test "$[2]" = conftest.file +- ) +-then +- # Ok. +- : +-else +- AC_MSG_ERROR([newly created file is older than distributed files! +-Check your system clock]) +-fi +-AC_MSG_RESULT(yes)]) +- ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. + + # serial 2 + +-# AM_MISSING_PROG(NAME, PROGRAM) +-# ------------------------------ +-AC_DEFUN([AM_MISSING_PROG], +-[AC_REQUIRE([AM_MISSING_HAS_RUN]) +-$1=${$1-"${am_missing_run}$2"} +-AC_SUBST($1)]) +- +- +-# AM_MISSING_HAS_RUN +-# ------------------ +-# Define MISSING if not defined so far and test if it supports --run. +-# If it does, set am_missing_run to use it, otherwise, to nothing. +-AC_DEFUN([AM_MISSING_HAS_RUN], +-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +-# Use eval to expand $SHELL +-if eval "$MISSING --run true"; then +- am_missing_run="$MISSING --run " +-else +- am_missing_run= +- am_backtick='`' +- AC_MSG_WARN([${am_backtick}missing' script is too old or missing]) +-fi +-]) +- +-# AM_AUX_DIR_EXPAND +- + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +-# `$srcdir', `$srcdir/..', or `$srcdir/../..'. ++# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to ++# '$srcdir', '$srcdir/..', or '$srcdir/../..'. + # + # Of course, Automake must honor this variable whenever it calls a + # tool from the auxiliary directory. The problem is that $srcdir (and +@@ -266,7 +89,7 @@ fi + # + # The reason of the latter failure is that $top_srcdir and $ac_aux_dir + # are both prefixed by $srcdir. In an in-source build this is usually +-# harmless because $srcdir is `.', but things will broke when you ++# harmless because $srcdir is '.', but things will broke when you + # start a VPATH build or use an absolute $srcdir. + # + # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +@@ -283,47 +106,67 @@ fi + # absolute PATH. The drawback is that using absolute paths prevent a + # configured tree to be moved without reconfiguration. + +-AC_DEFUN([AM_AUX_DIR_EXPAND], [ ++AC_DEFUN([AM_AUX_DIR_EXPAND], ++[dnl Rely on autoconf to set up CDPATH properly. ++AC_PREREQ([2.50])dnl + # expand $ac_aux_dir to an absolute path + am_aux_dir=`cd $ac_aux_dir && pwd` + ]) + +-# AM_PROG_INSTALL_SH +-# ------------------ +-# Define $install_sh. +-AC_DEFUN([AM_PROG_INSTALL_SH], +-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +-install_sh=${install_sh-"$am_aux_dir/install-sh"} +-AC_SUBST(install_sh)]) ++# AM_CONDITIONAL -*- Autoconf -*- + +-# One issue with vendor `install' (even GNU) is that you can't +-# specify the program used to strip binaries. This is especially +-# annoying in cross-compiling environments, where the build's strip +-# is unlikely to handle the host's binaries. +-# Fortunately install-sh will honor a STRIPPROG variable, so we +-# always use install-sh in `make install-strip', and initialize +-# STRIPPROG with the value of the STRIP variable (set by the user). +-AC_DEFUN([AM_PROG_INSTALL_STRIP], +-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +-AC_SUBST([INSTALL_STRIP_PROGRAM])]) ++# Copyright (C) 1997-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. + +-# serial 4 -*- Autoconf -*- ++# serial 10 + ++# AM_CONDITIONAL(NAME, SHELL-CONDITION) ++# ------------------------------------- ++# Define a conditional. ++AC_DEFUN([AM_CONDITIONAL], ++[AC_PREREQ([2.52])dnl ++ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], ++ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl ++AC_SUBST([$1_TRUE])dnl ++AC_SUBST([$1_FALSE])dnl ++_AM_SUBST_NOTMAKE([$1_TRUE])dnl ++_AM_SUBST_NOTMAKE([$1_FALSE])dnl ++m4_define([_AM_COND_VALUE_$1], [$2])dnl ++if $2; then ++ $1_TRUE= ++ $1_FALSE='#' ++else ++ $1_TRUE='#' ++ $1_FALSE= ++fi ++AC_CONFIG_COMMANDS_PRE( ++[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then ++ AC_MSG_ERROR([[conditional "$1" was never defined. ++Usually this means the macro was only invoked conditionally.]]) ++fi])]) + ++# Copyright (C) 1999-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# serial 16 + +-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be ++# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be + # written in clear, in which case automake, when reading aclocal.m4, + # will think it sees a *use*, and therefore will trigger all it's + # C support machinery. Also note that it means that autoscan, seeing + # CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +- + # _AM_DEPENDENCIES(NAME) +-# --------------------- ++# ---------------------- + # See how the compiler implements dependency checking. +-# NAME is "CC", "CXX" or "OBJC". ++# NAME is "CC", "CXX", "GCJ", or "OBJC". + # We try a few techniques and use that to set a single cache variable. + # + # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +@@ -336,11 +179,12 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl + AC_REQUIRE([AM_MAKE_INCLUDE])dnl + AC_REQUIRE([AM_DEP_TRACK])dnl + +-ifelse([$1], CC, [depcc="$CC" am_compiler_list=], +- [$1], CXX, [depcc="$CXX" am_compiler_list=], +- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'] +- [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], +- [depcc="$$1" am_compiler_list=]) ++m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], ++ [$1], [CXX], [depcc="$CXX" am_compiler_list=], ++ [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], ++ [$1], [UPC], [depcc="$UPC" am_compiler_list=], ++ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], ++ [depcc="$$1" am_compiler_list=]) + + AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +@@ -348,49 +192,103 @@ AC_CACHE_CHECK([dependency style of $depcc], + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up +- # making a dummy file named `D' -- because `-MD' means `put the output +- # in D'. ++ # making a dummy file named 'D' -- because '-MD' means "put the output ++ # in D". ++ rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir ++ # We will build objects and dependencies in a subdirectory because ++ # it helps to detect inapplicable dependency modes. For instance ++ # both Tru64's cc and ICC support -MD to output dependencies as a ++ # side effect of compilation, but ICC will put the dependencies in ++ # the current directory while Tru64 will put them in the object ++ # directory. ++ mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi ++ am__universal=false ++ m4_case([$1], [CC], ++ [case " $depcc " in #( ++ *\ -arch\ *\ -arch\ *) am__universal=true ;; ++ esac], ++ [CXX], ++ [case " $depcc " in #( ++ *\ -arch\ *\ -arch\ *) am__universal=true ;; ++ esac]) ++ + for depmode in $am_compiler_list; do ++ # Setup a source with many dependencies, because some compilers ++ # like to wrap large dependency lists on column 80 (with \), and ++ # we should not choose a depcomp mode which is confused by this. ++ # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. +- echo '#include "conftest.h"' > conftest.c +- echo 'int i;' > conftest.h +- echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf +- ++ : > sub/conftest.c ++ for i in 1 2 3 4 5 6; do ++ echo '#include "conftst'$i'.h"' >> sub/conftest.c ++ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with ++ # Solaris 10 /bin/sh. ++ echo '/* dummy */' > sub/conftst$i.h ++ done ++ echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf ++ ++ # We check with '-c' and '-o' for the sake of the "dashmstdout" ++ # mode. It turns out that the SunPro C++ compiler does not properly ++ # handle '-M -o', and we need to detect this. Also, some Intel ++ # versions had trouble with output in subdirs. ++ am__obj=sub/conftest.${OBJEXT-o} ++ am__minus_obj="-o $am__obj" + case $depmode in ++ gcc) ++ # This depmode causes a compiler race in universal mode. ++ test "$am__universal" = false || continue ++ ;; + nosideeffect) +- # after this tag, mechanisms are not by side-effect, so they'll +- # only be used when explicitly requested ++ # After this tag, mechanisms are not by side-effect, so they'll ++ # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; ++ msvc7 | msvc7msys | msvisualcpp | msvcmsys) ++ # This compiler won't grok '-c -o', but also, the minuso test has ++ # not run yet. These depmodes are late enough in the game, and ++ # so weak that their functioning should not be impacted. ++ am__obj=conftest.${OBJEXT-o} ++ am__minus_obj= ++ ;; + none) break ;; + esac +- # We check with `-c' and `-o' for the sake of the "dashmstdout" +- # mode. It turns out that the SunPro C++ compiler does not properly +- # handle `-M -o', and we need to detect this. + if depmode=$depmode \ +- source=conftest.c object=conftest.o \ +- depfile=conftest.Po tmpdepfile=conftest.TPo \ +- $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && +- grep conftest.h conftest.Po > /dev/null 2>&1 && ++ source=sub/conftest.c object=$am__obj \ ++ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ ++ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ ++ >/dev/null 2>conftest.err && ++ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && ++ grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && ++ grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then +- am_cv_$1_dependencies_compiler_type=$depmode +- break ++ # icc doesn't choke on unknown options, it will just issue warnings ++ # or remarks (even with -Werror). So we grep stderr for any message ++ # that says an option was ignored or not supported. ++ # When given -MP, icc 7.0 and 7.1 complain thusly: ++ # icc: Command line warning: ignoring option '-M'; no argument required ++ # The diagnosis changed in icc 8.0: ++ # icc: Command line remark: option '-MP' not supported ++ if (grep 'ignoring option' conftest.err || ++ grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else ++ am_cv_$1_dependencies_compiler_type=$depmode ++ break ++ fi + fi + done + +@@ -400,95 +298,326 @@ else + am_cv_$1_dependencies_compiler_type=none + fi + ]) +-$1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type" +-AC_SUBST([$1DEPMODE]) ++AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) ++AM_CONDITIONAL([am__fastdep$1], [ ++ test "x$enable_dependency_tracking" != xno \ ++ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) + ]) + + + # AM_SET_DEPDIR + # ------------- + # Choose a directory name for dependency files. +-# This macro is AC_REQUIREd in _AM_DEPENDENCIES ++# This macro is AC_REQUIREd in _AM_DEPENDENCIES. + AC_DEFUN([AM_SET_DEPDIR], +-[rm -f .deps 2>/dev/null +-mkdir .deps 2>/dev/null +-if test -d .deps; then +- DEPDIR=.deps +-else +- # MS-DOS does not allow filenames that begin with a dot. +- DEPDIR=_deps +-fi +-rmdir .deps 2>/dev/null +-AC_SUBST(DEPDIR) ++[AC_REQUIRE([AM_SET_LEADING_DOT])dnl ++AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl + ]) + + + # AM_DEP_TRACK + # ------------ + AC_DEFUN([AM_DEP_TRACK], +-[AC_ARG_ENABLE(dependency-tracking, +-[ --disable-dependency-tracking Speeds up one-time builds +- --enable-dependency-tracking Do not reject slow dependency extractors]) ++[AC_ARG_ENABLE([dependency-tracking], [dnl ++AS_HELP_STRING( ++ [--enable-dependency-tracking], ++ [do not reject slow dependency extractors]) ++AS_HELP_STRING( ++ [--disable-dependency-tracking], ++ [speeds up one-time build])]) + if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' ++ am__nodep='_no' + fi + AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +-pushdef([subst], defn([AC_SUBST])) +-subst(AMDEPBACKSLASH) +-popdef([subst]) ++AC_SUBST([AMDEPBACKSLASH])dnl ++_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ++AC_SUBST([am__nodep])dnl ++_AM_SUBST_NOTMAKE([am__nodep])dnl + ]) + +-# Generate code to set up dependency tracking. +-# This macro should only be invoked once -- use via AC_REQUIRE. +-# Usage: +-# AM_OUTPUT_DEPENDENCY_COMMANDS ++# Generate code to set up dependency tracking. -*- Autoconf -*- + ++# Copyright (C) 1999-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# serial 6 ++ ++# _AM_OUTPUT_DEPENDENCY_COMMANDS ++# ------------------------------ ++AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], ++[{ ++ # Autoconf 2.62 quotes --file arguments for eval, but not when files ++ # are listed without --file. Let's play safe and only enable the eval ++ # if we detect the quoting. ++ case $CONFIG_FILES in ++ *\'*) eval set x "$CONFIG_FILES" ;; ++ *) set x $CONFIG_FILES ;; ++ esac ++ shift ++ for mf ++ do ++ # Strip MF so we end up with the name of the file. ++ mf=`echo "$mf" | sed -e 's/:.*$//'` ++ # Check whether this is an Automake generated Makefile or not. ++ # We used to match only the files named 'Makefile.in', but ++ # some people rename them; so instead we look at the file content. ++ # Grep'ing the first line is not enough: some people post-process ++ # each Makefile.in and add a new line on top of each file to say so. ++ # Grep'ing the whole file is not good either: AIX grep has a line ++ # limit of 2048, but all sed's we know have understand at least 4000. ++ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then ++ dirpart=`AS_DIRNAME("$mf")` ++ else ++ continue ++ fi ++ # Extract the definition of DEPDIR, am__include, and am__quote ++ # from the Makefile without running 'make'. ++ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` ++ test -z "$DEPDIR" && continue ++ am__include=`sed -n 's/^am__include = //p' < "$mf"` ++ test -z "am__include" && continue ++ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` ++ # Find all dependency output files, they are included files with ++ # $(DEPDIR) in their names. We invoke sed twice because it is the ++ # simplest approach to changing $(DEPDIR) to its actual value in the ++ # expansion. ++ for file in `sed -n " ++ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ ++ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do ++ # Make sure the directory exists. ++ test -f "$dirpart/$file" && continue ++ fdir=`AS_DIRNAME(["$file"])` ++ AS_MKDIR_P([$dirpart/$fdir]) ++ # echo "creating $dirpart/$file" ++ echo '# dummy' > "$dirpart/$file" ++ done ++ done ++} ++])# _AM_OUTPUT_DEPENDENCY_COMMANDS ++ ++ ++# AM_OUTPUT_DEPENDENCY_COMMANDS ++# ----------------------------- ++# This macro should only be invoked once -- use via AC_REQUIRE. + # + # This code is only required when automatic dependency tracking +-# is enabled. FIXME. This creates each `.P' file that we will ++# is enabled. FIXME. This creates each '.P' file that we will + # need in order to bootstrap the dependency handling code. +-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[ +-AC_OUTPUT_COMMANDS([ +-test x"$AMDEP_TRUE" != x"" || +-for mf in $CONFIG_FILES; do +- case "$mf" in +- Makefile) dirpart=.;; +- */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; +- *) continue;; ++AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], ++[AC_CONFIG_COMMANDS([depfiles], ++ [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], ++ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ++]) ++ ++# Copyright (C) 1996-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# serial 8 ++ ++# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. ++AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) ++ ++# Do all the work for Automake. -*- Autoconf -*- ++ ++# Copyright (C) 1996-2012 Free Software Foundation, Inc. ++# ++# This file is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# serial 18 ++ ++# This macro actually does too much. Some checks are only needed if ++# your package does certain things. But this isn't really a big deal. ++ ++# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) ++# AM_INIT_AUTOMAKE([OPTIONS]) ++# ----------------------------------------------- ++# The call with PACKAGE and VERSION arguments is the old style ++# call (pre autoconf-2.50), which is being phased out. PACKAGE ++# and VERSION should now be passed to AC_INIT and removed from ++# the call to AM_INIT_AUTOMAKE. ++# We support both call styles for the transition. After ++# the next Automake release, Autoconf can make the AC_INIT ++# arguments mandatory, and then we can depend on a new Autoconf ++# release and drop the old call support. ++AC_DEFUN([AM_INIT_AUTOMAKE], ++[AC_PREREQ([2.62])dnl ++dnl Autoconf wants to disallow AM_ names. We explicitly allow ++dnl the ones we care about. ++m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl ++AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl ++AC_REQUIRE([AC_PROG_INSTALL])dnl ++if test "`cd $srcdir && pwd`" != "`pwd`"; then ++ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ++ # is not polluted with repeated "-I." ++ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl ++ # test to see if srcdir already configured ++ if test -f $srcdir/config.status; then ++ AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) ++ fi ++fi ++ ++# test whether we have cygpath ++if test -z "$CYGPATH_W"; then ++ if (cygpath --version) >/dev/null 2>/dev/null; then ++ CYGPATH_W='cygpath -w' ++ else ++ CYGPATH_W=echo ++ fi ++fi ++AC_SUBST([CYGPATH_W]) ++ ++# Define the identity of the package. ++dnl Distinguish between old-style and new-style calls. ++m4_ifval([$2], ++[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl ++ AC_SUBST([PACKAGE], [$1])dnl ++ AC_SUBST([VERSION], [$2])], ++[_AM_SET_OPTIONS([$1])dnl ++dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. ++m4_if( ++ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), ++ [ok:ok],, ++ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl ++ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl ++ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl ++ ++_AM_IF_OPTION([no-define],, ++[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) ++ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl ++ ++# Some tools Automake needs. ++AC_REQUIRE([AM_SANITY_CHECK])dnl ++AC_REQUIRE([AC_ARG_PROGRAM])dnl ++AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) ++AM_MISSING_PROG([AUTOCONF], [autoconf]) ++AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) ++AM_MISSING_PROG([AUTOHEADER], [autoheader]) ++AM_MISSING_PROG([MAKEINFO], [makeinfo]) ++AC_REQUIRE([AM_PROG_INSTALL_SH])dnl ++AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl ++AC_REQUIRE([AM_PROG_MKDIR_P])dnl ++# We need awk for the "check" target. The system "awk" is bad on ++# some platforms. ++AC_REQUIRE([AC_PROG_AWK])dnl ++AC_REQUIRE([AC_PROG_MAKE_SET])dnl ++AC_REQUIRE([AM_SET_LEADING_DOT])dnl ++_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], ++ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], ++ [_AM_PROG_TAR([v7])])]) ++_AM_IF_OPTION([no-dependencies],, ++[AC_PROVIDE_IFELSE([AC_PROG_CC], ++ [_AM_DEPENDENCIES([CC])], ++ [define([AC_PROG_CC], ++ defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl ++AC_PROVIDE_IFELSE([AC_PROG_CXX], ++ [_AM_DEPENDENCIES([CXX])], ++ [define([AC_PROG_CXX], ++ defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl ++AC_PROVIDE_IFELSE([AC_PROG_OBJC], ++ [_AM_DEPENDENCIES([OBJC])], ++ [define([AC_PROG_OBJC], ++ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl ++]) ++_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl ++dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the ++dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro ++dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. ++AC_CONFIG_COMMANDS_PRE(dnl ++[m4_provide_if([_AM_COMPILER_EXEEXT], ++ [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ++]) ++ ++dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not ++dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ Diff output truncated at 100000 characters. @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bdwalton at users.sourceforge.net Fri Aug 31 04:14:56 2012 From: bdwalton at users.sourceforge.net (bdwalton at users.sourceforge.net) Date: Fri, 31 Aug 2012 02:14:56 +0000 Subject: [csw-devel] SF.net SVN: gar:[19129] csw/mgar/pkg/git/trunk Message-ID: Revision: 19129 http://gar.svn.sourceforge.net/gar/?rev=19129&view=rev Author: bdwalton Date: 2012-08-31 02:14:56 +0000 (Fri, 31 Aug 2012) Log Message: ----------- git/trunk: version bump; patch cleanup; tweak how we inject the -lintl flag Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/git/trunk/files/0009-Makefile-Set-EXTRA_CPPFLAGS-during-the-compilation-o.patch Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2012-08-30 15:11:04 UTC (rev 19128) +++ csw/mgar/pkg/git/trunk/Makefile 2012-08-31 02:14:56 UTC (rev 19129) @@ -1,5 +1,5 @@ NAME = git -VERSION = 1.7.11.3 +VERSION = 1.7.12 #PATCHLEVEL = rc4 DISTNAME = $(NAME)-$(VERSION) CATEGORIES = devel @@ -121,10 +121,6 @@ # to the selection of available utf8 locales. PATCHFILES_isa-sparcv8 += 0005-Force-en_US.UTF-8-for-a-git-svn-test.patch PATCHFILES += 0006-Patch-out-a-few-usr-share-references.patch -PATCHFILES += 0007-on-solaris-we-need-to-use-lintl-to-allow-the-new-i18.patch -PATCHFILES += 0009-Makefile-Set-EXTRA_CPPFLAGS-during-the-compilation-o.patch -PATCHFILES += 0010-t1304-improve-setfacl-prerequisite-setup.patch -PATCHFILES += 0011-Use-getpassphrase-instead-of-getpass-when-prompting-.patch fdirs = $(bindir_install) $(mandir) $(libexecdir_install) define _git_files @@ -212,6 +208,7 @@ post-configure-modulated: @echo "Forcing GIT_TEST_CMP tool" @( cd $(WORKSRC); echo 'GIT_TEST_CMP=gdiff' > config.mak ) + @( cd $(WORKSRC); echo 'EXTLIBS += -lintl' > config.mak ) @$(MAKECOOKIE) # force the elisp extension to be built too. Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2012-08-30 15:11:04 UTC (rev 19128) +++ csw/mgar/pkg/git/trunk/checksums 2012-08-31 02:14:56 UTC (rev 19129) @@ -1 +1 @@ -23caacd9f3f421b6c05b40796df3505d git-1.7.11.3.tar.gz +ceb1a6b17a3e33bbc70eadf8fce5876c git-1.7.12.tar.gz Deleted: csw/mgar/pkg/git/trunk/files/0009-Makefile-Set-EXTRA_CPPFLAGS-during-the-compilation-o.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0009-Makefile-Set-EXTRA_CPPFLAGS-during-the-compilation-o.patch 2012-08-30 15:11:04 UTC (rev 19128) +++ csw/mgar/pkg/git/trunk/files/0009-Makefile-Set-EXTRA_CPPFLAGS-during-the-compilation-o.patch 2012-08-31 02:14:56 UTC (rev 19129) @@ -1,31 +0,0 @@ -From 108e986bc5da901b6447afb3ce9687384ad90249 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Sat, 24 Mar 2012 22:10:17 -0400 -Subject: [PATCH 2/2] Makefile: Set EXTRA_CPPFLAGS during the compilation of - run-command - -When building run-command.o, we want to pass in a define for -SHELL_PATH to ensure that the shell configured at build time is used -at run time when spawning external commands. - -Signed-off-by: Ben Walton ---- - Makefile | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/Makefile b/Makefile -index be1957a..344e2e0 100644 ---- a/Makefile -+++ b/Makefile -@@ -1913,6 +1913,8 @@ builtin/help.sp builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \ - '-DGIT_MAN_PATH="$(mandir_SQ)"' \ - '-DGIT_INFO_PATH="$(infodir_SQ)"' - -+run-command.o: EXTRA_CPPFLAGS = -DSHELL_PATH='"$(SHELL_PATH)"' -+ - $(BUILT_INS): git$X - $(QUIET_BUILT_IN)$(RM) $@ && \ - ln git$X $@ 2>/dev/null || \ --- -1.7.5.4 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Aug 31 11:25:13 2012 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 31 Aug 2012 09:25:13 +0000 Subject: [csw-devel] SF.net SVN: gar:[19130] csw/mgar/pkg Message-ID: Revision: 19130 http://gar.svn.sourceforge.net/gar/?rev=19130&view=rev Author: dmichelsen Date: 2012-08-31 09:25:13 +0000 (Fri, 31 Aug 2012) Log Message: ----------- modules/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/modules/ csw/mgar/pkg/modules/Makefile csw/mgar/pkg/modules/branches/ csw/mgar/pkg/modules/tags/ csw/mgar/pkg/modules/trunk/ csw/mgar/pkg/modules/trunk/Makefile csw/mgar/pkg/modules/trunk/checksums csw/mgar/pkg/modules/trunk/files/ Added: csw/mgar/pkg/modules/Makefile =================================================================== --- csw/mgar/pkg/modules/Makefile (rev 0) +++ csw/mgar/pkg/modules/Makefile 2012-08-31 09:25:13 UTC (rev 19130) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/modules/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: csw/mgar/pkg/modules/trunk/Makefile =================================================================== --- csw/mgar/pkg/modules/trunk/Makefile (rev 0) +++ csw/mgar/pkg/modules/trunk/Makefile 2012-08-31 09:25:13 UTC (rev 19130) @@ -0,0 +1,41 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = modules +VERSION = 3.2.9 +MINOR = c +GARTYPE = v2 +CATEGORIES = utils + +DESCRIPTION = Environment modules + +MASTER_SITES = $(SF_MIRRORS) +DISTFILES = $(DISTNAME)$(MINOR).tar.bz2 + +LICENSE = LICENSE.GPL + +# These are all optional +CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWpython +CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 +CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWtcl +CHECKPKG_OVERRIDES_CSWmodules += missing-dependency|CSWperl + +# That is the manpath to /usr/share/man +CHECKPKG_OVERRIDES_CSWmodules += file-with-bad-content|/usr/share|root/opt/csw/bin/modulecmd + +CONFIGURE_ARGS += $(DIRPATHS) +CONFIGURE_ARGS += --with-module-path=$(sharedstatedir)/Modules/modulefiles +CONFIGURE_ARGS += --with-version-path=$(sharedstatedir)/Modules/versions + +# TBD: Add TclX +#CONFIGURE_ARGS += --with-tclx-lib= +#CONFIGURE_ARGS += --with-tclx-inc= + +# Using exec_prefix prohibits the use of versioned modules +NODIRPATHS += --exec_prefix + +# For whoami +TEST_ENV_PATH = /usr/ucb:$(PATH) + +include gar/category.mk + Property changes on: csw/mgar/pkg/modules/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/modules/trunk/checksums =================================================================== --- csw/mgar/pkg/modules/trunk/checksums (rev 0) +++ csw/mgar/pkg/modules/trunk/checksums 2012-08-31 09:25:13 UTC (rev 19130) @@ -0,0 +1 @@ +a15052f88ae9254c9b7f22e664d50544 modules-3.2.9c.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.