wahwah | 1 Jan 2011 19:18
Picon

[csw-devel] SF.net SVN: gar:[12142] csw/mgar/pkg/mysql5/branches/mysql-5.0.x

Revision: 12142
          http://gar.svn.sourceforge.net/gar/?rev=12142&view=rev
Author:   wahwah
Date:     2011-01-01 18:18:23 +0000 (Sat, 01 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Moving my.cnf to /etc/opt/csw

Keeping the patchlevel at 87, since 90 does not build and 91 is not out yet.

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/checksums
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2010-12-30 22:21:59 UTC (rev 12141)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2011-01-01 18:18:23 UTC (rev 12142)
 <at>  <at>  -2,10 +2,14  <at>  <at> 
 # Distributed under the terms of the GNU General Public License v2
 # $Id$

+# 5.0.90 doesn't build:
+# http://bugs.mysql.com/bug.php?id=50409
+# Let's wait for 5.0.91.
+
(Continue reading)

wahwah | 2 Jan 2011 01:48
Picon

[csw-devel] SF.net SVN: gar:[12143] csw/mgar/pkg/mysql5/branches/mysql-5.0.x

Revision: 12143
          http://gar.svn.sourceforge.net/gar/?rev=12143&view=rev
Author:   wahwah
Date:     2011-01-02 00:48:02 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Using /etc/opt/csw for configuration

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/quick_start-csw

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2011-01-01 18:18:23 UTC (rev 12142)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile	2011-01-02 00:48:02 UTC (rev 12143)
 <at>  <at>  -27,8 +27,8  <at>  <at> 

 # Change prefix to /opt/csw/$(NAME)
 prefix = /opt/csw/$(NAME)
-localstatedir = /var/opt/csw/$(NAME)
-sysconfdir = /etc/opt/csw/$(NAME)
+localstatedir = /var$(prefix)
+sysconfdir = /etc$(prefix)

 # Where to put the init script
 global_sysconfdir = /etc/opt/csw
(Continue reading)

wahwah | 2 Jan 2011 11:41
Picon

[csw-devel] SF.net SVN: gar:[12144] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ cswmysql5

Revision: 12144
          http://gar.svn.sourceforge.net/gar/?rev=12144&view=rev
Author:   wahwah
Date:     2011-01-02 10:41:21 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Rename variables in the startup script

Also a little bit of cleanup

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 00:48:02 UTC (rev 12143)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 10:41:21 UTC (rev 12144)
 <at>  <at>  -16,11 +16,11  <at>  <at> 
 #

 RETVAL=0
-MYSQL_HOME="/opt/csw/mysql5"
-MYSQL_VAR="/var/opt/csw/mysql5"
-sysconfdir="/etc/opt/csw/mysql5"
-MYSQLD_DATADIR=$MYSQL_VAR
-MYSQLD_PID_FILE=$MYSQL_VAR/mysql.pid
+BASEDIR="/opt/csw/mysql5"
+MYSQL_HOME="/var${BASEDIR}"
(Continue reading)

wahwah | 2 Jan 2011 11:46
Picon

[csw-devel] SF.net SVN: gar:[12145] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ cswmysql5

Revision: 12145
          http://gar.svn.sourceforge.net/gar/?rev=12145&view=rev
Author:   wahwah
Date:     2011-01-02 10:46:54 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Fix a bug with restarts in the global zone

Using pgrep without the -z option results in processes from other zones being
printed; the restart command in the global zone would never finish unless
processes in non-global zones are stopped.

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 10:41:21 UTC (rev 12144)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 10:46:54 UTC (rev 12145)
 <at>  <at>  -173,7 +173,13  <at>  <at> 

     restart)
     stop_it
-    while pgrep mysqld > /dev/null
+    if [ -x /bin/zonename ]
+    then
+      pgrep_opts="-z `/bin/zonename`"
+    else
(Continue reading)

wahwah | 2 Jan 2011 12:53
Picon

[csw-devel] SF.net SVN: gar:[12146] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ cswmysql5

Revision: 12146
          http://gar.svn.sourceforge.net/gar/?rev=12146&view=rev
Author:   wahwah
Date:     2011-01-02 11:53:49 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Export MYSQL_HOME so that /opt/csw/mysql5/my.cnf is ignored

Reference:
http://dev.mysql.com/doc/refman/5.0/en/option-files.html

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 10:46:54 UTC (rev 12145)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5	2011-01-02 11:53:49 UTC (rev 12146)
 <at>  <at>  -28,6 +28,8  <at>  <at> 
 [ -r /opt/csw/mysql5/etc/mysql5rc ] && . /opt/csw/mysql5/etc/mysql5rc
 [ -r /etc/opt/csw/mysql5rc ] && . /etc/opt/csw/mysql5rc

+export MYSQL_HOME
+
 # To get started quickly, copy a sample configuration file from
 #   $BASEDIR/share/mysql
 # For example,

(Continue reading)

wahwah | 2 Jan 2011 12:55
Picon

[csw-devel] SF.net SVN: gar:[12147] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ CSWmysql5.postinstall

Revision: 12147
          http://gar.svn.sourceforge.net/gar/?rev=12147&view=rev
Author:   wahwah
Date:     2011-01-02 11:55:25 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mysql-5.0.x: Warn if old my.cnf file is present

Also, set BASEDIR and MYSQL_HOME the same way that MySQL's documentation uses
them.

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall	2011-01-02 11:53:49
UTC (rev 12146)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.postinstall	2011-01-02 11:55:25
UTC (rev 12147)
 <at>  <at>  -8,22 +8,31  <at>  <at> 
 # This script creates a default database with the small-memory footprint.
 # Input may be provided for DATADIR and DEFAULTS_FILE
 #
+# http://dev.mysql.com/doc/refman/5.0/en/option-files.html
+#
 prefix="/opt/csw/mysql5"
-MYSQL_HOME="${prefix}"
(Continue reading)

bdwalton | 2 Jan 2011 16:33
Picon

[csw-devel] SF.net SVN: gar:[12148] csw/mgar/pkg/coreutils/trunk

Revision: 12148
          http://gar.svn.sourceforge.net/gar/?rev=12148&view=rev
Author:   bdwalton
Date:     2011-01-02 15:33:17 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
coreutils/trunk: update version to 8.8

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile
    csw/mgar/pkg/coreutils/trunk/checksums

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-02 11:55:25 UTC (rev 12147)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-02 15:33:17 UTC (rev 12148)
 <at>  <at>  -1,5 +1,5  <at>  <at> 
 NAME = coreutils
-VERSION = 8.7
+VERSION = 8.8
 CATEGORIES = utils

 # seq has issues related to the handling of long double's with -O2.

Modified: csw/mgar/pkg/coreutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/coreutils/trunk/checksums	2011-01-02 11:55:25 UTC (rev 12147)
+++ csw/mgar/pkg/coreutils/trunk/checksums	2011-01-02 15:33:17 UTC (rev 12148)
(Continue reading)

rthurner | 2 Jan 2011 18:45
Picon

[csw-devel] SF.net SVN: gar:[12149] csw/mgar/pkg/mercurial/trunk

Revision: 12149
          http://gar.svn.sourceforge.net/gar/?rev=12149&view=rev
Author:   rthurner
Date:     2011-01-02 17:45:33 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
mercurial - upgrade to hg-1.7.3

Modified Paths:
--------------
    csw/mgar/pkg/mercurial/trunk/Makefile
    csw/mgar/pkg/mercurial/trunk/checksums

Modified: csw/mgar/pkg/mercurial/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mercurial/trunk/Makefile	2011-01-02 15:33:17 UTC (rev 12148)
+++ csw/mgar/pkg/mercurial/trunk/Makefile	2011-01-02 17:45:33 UTC (rev 12149)
 <at>  <at>  -1,5 +1,5  <at>  <at> 
 NAME = mercurial
-VERSION = 1.7.2
+VERSION = 1.7.3
 CATEGORIES = python

 DESCRIPTION = Fast, lightweight Source Control Management system

Modified: csw/mgar/pkg/mercurial/trunk/checksums
===================================================================
--- csw/mgar/pkg/mercurial/trunk/checksums	2011-01-02 15:33:17 UTC (rev 12148)
+++ csw/mgar/pkg/mercurial/trunk/checksums	2011-01-02 17:45:33 UTC (rev 12149)
(Continue reading)

bdwalton | 2 Jan 2011 19:37
Picon

[csw-devel] SF.net SVN: gar:[12150] csw/mgar/pkg/coreutils/trunk

Revision: 12150
          http://gar.svn.sourceforge.net/gar/?rev=12150&view=rev
Author:   bdwalton
Date:     2011-01-02 18:37:20 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
add a patch file to prevent known test failure from stopping the build

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/coreutils/trunk/files/0001-Import-a-patch-to-prevent-breakage-on-vasprintf-gnul.patch

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-02 17:45:33 UTC (rev 12149)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-02 18:37:20 UTC (rev 12150)
 <at>  <at>  -28,6 +28,7  <at>  <at> 

 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES = $(NAME)-$(VERSION).tar.gz
+PATCHFILES += 0001-Import-a-patch-to-prevent-breakage-on-vasprintf-gnul.patch

 # We define upstream file regex so we can be notifed of new upstream
 # software release

(Continue reading)

wbonnet | 2 Jan 2011 20:06
Picon

[csw-devel] SF.net SVN: gar:[12151] csw/mgar/pkg/cpan/Package-Constants/trunk/Makefile

Revision: 12151
          http://gar.svn.sourceforge.net/gar/?rev=12151&view=rev
Author:   wbonnet
Date:     2011-01-02 19:06:14 +0000 (Sun, 02 Jan 2011)

Log Message:
-----------
Fix bug 4568

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Package-Constants/trunk/Makefile

Modified: csw/mgar/pkg/cpan/Package-Constants/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Package-Constants/trunk/Makefile	2011-01-02 18:37:20 UTC (rev 12150)
+++ csw/mgar/pkg/cpan/Package-Constants/trunk/Makefile	2011-01-02 19:06:14 UTC (rev 12151)
 <at>  <at>  -17,6 +17,8  <at>  <at> 

 LICENSE = README

+EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.*
+
 include gar/category.mk

 post-extract:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
(Continue reading)


Gmane