OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Dec-2004 13:31:06
Branch: HEAD Handle: 2004120912310600
Modified files:
openpkg-src/mysql mysql.patch mysql.spec
Log:
try correcting threads and signals definitions problem on Solaris 8
Summary:
Revision Changes Path
1.8 +54 -0 openpkg-src/mysql/mysql.patch
1.105 +1 -1 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 mysql.patch
--- openpkg-src/mysql/mysql.patch 18 May 2004 07:21:08 -0000 1.7
+++ openpkg-src/mysql/mysql.patch 9 Dec 2004 12:31:06 -0000 1.8
@@ -63,3 +63,57 @@
#endif
#ifdef DATADIR
DATADIR,
+--- config.h.in.orig 2004-12-09 12:21:30.331530371 +0100
++++ config.h.in 2004-12-09 12:21:33.941576868 +0100
+@@ -628,6 +628,9 @@
+ /* Define to 1 if you have the `setupterm' function. */
+ #undef HAVE_SETUPTERM
+
++/* Define to 1 if you have the <signal.h> header file. */
++#undef HAVE_SIGNAL_H
++
+ /* Define to 1 if you have the `sighold' function. */
+ #undef HAVE_SIGHOLD
+
+--- include/my_pthread.h.orig 2004-10-28 02:48:34.000000000 +0200
++++ include/my_pthread.h 2004-12-09 12:23:37.673149500 +0100
+@@ -229,7 +229,6 @@
+
+ #ifdef HAVE_rts_threads
+ #define sigwait org_sigwait
+-#include <signal.h>
+ #undef sigwait
+ #endif
+ #undef _REENTRANT /* Fix if _REENTRANT is in pthread.h */
+@@ -240,6 +239,9 @@
+ #ifdef HAVE_THR_SETCONCURRENCY
+ #include <thread.h> /* Probably solaris */
+ #endif
++#ifdef HAVE_SIGNAL_H
++#include <signal.h>
++#endif
+ #ifdef HAVE_SCHED_H
+ #include <sched.h>
+ #endif
+--- configure.in.orig 2004-10-28 02:48:38.000000000 +0200
++++ configure.in 2004-12-09 12:26:09.585078188 +0100
+@@ -735,7 +735,7 @@
+ AC_HEADER_STDC
+ AC_HEADER_SYS_WAIT
+ AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h ieeefp.h limits.h \
+- memory.h pwd.h select.h \
++ memory.h pwd.h select.h signal.h \
+ stdlib.h stddef.h \
+ strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h
arpa/inet.h \
+ sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
+--- configure.orig 2004-10-28 02:48:59.000000000 +0200
++++ configure 2004-12-09 12:22:45.602487633 +0100
+@@ -21408,7 +21408,7 @@
+
+
+ for ac_header in fcntl.h float.h floatingpoint.h ieeefp.h limits.h \
+- memory.h pwd.h select.h \
++ memory.h pwd.h select.h signal.h \
+ stdlib.h stddef.h \
+ strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h
arpa/inet.h \
+ sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.104 -r1.105 mysql.spec
--- openpkg-src/mysql/mysql.spec 7 Dec 2004 19:57:32 -0000 1.104
+++ openpkg-src/mysql/mysql.spec 9 Dec 2004 12:31:06 -0000 1.105
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20041207
+Release: 20041209
# package options
%option with_server yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]