OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Oct-2005 09:28:07
  Branch: HEAD                             Handle: 2005100708280700

  Modified files:
    openpkg-src/mono        mono.patch mono.spec

  Log:
    upgrading package: mono 1.0.6 -> 1.1.9.2

  Summary:
    Revision    Changes     Path
    1.6         +29 -48     openpkg-src/mono/mono.patch
    1.17        +10 -6      openpkg-src/mono/mono.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 mono.patch
  --- openpkg-src/mono/mono.patch       1 Feb 2005 15:10:23 -0000       1.5
  +++ openpkg-src/mono/mono.patch       7 Oct 2005 07:28:07 -0000       1.6
  @@ -1,8 +1,8 @@
   Index: configure
  ---- configure.orig   2004-06-25 01:28:02 +0200
  -+++ configure        2004-06-26 09:30:14 +0200
  -@@ -14005,6 +14005,11 @@
  - JIT_SUPPORTED=no
  +--- configure.orig   2005-10-05 18:43:26 +0200
  ++++ configure        2005-10-07 09:05:24 +0200
  +@@ -34527,6 +34527,11 @@
  + INTERP_SUPPORTED=no
    LIBC="libc.so.6"
    INTL="libc.so.6"
   +case "$host" in
  @@ -10,54 +10,35 @@
   +        LIBC="libc.so"
   +        ;;
   +esac
  - 
  - jit_wanted=false
  - case "$host" in
  -Index: libc/include/private/gcconfig.h
  -diff -Nau libgc/include/private/gcconfig.h.orig 
libgc/include/private/gcconfig.h
  ---- libgc/include/private/gcconfig.h.orig    2004-05-18 20:43:11 +0200
  -+++ libgc/include/private/gcconfig.h 2004-06-16 20:17:58 +0200
  -@@ -1186,8 +1186,8 @@
  - #   ifndef GC_FREEBSD_THREADS
  - #       define MPROTECT_VDB
  - #   endif
  --#   define SIG_SUSPEND SIGUSR1
  --#   define SIG_THR_RESTART SIGUSR2
  -+#   define SIG_SUSPEND SIGTSTP
  -+#   define SIG_THR_RESTART SIGCONT
  - #   define FREEBSD_STACKBOTTOM
  - #   ifdef __ELF__
  - #       define DYNAMIC_LOADING
  -@@ -1501,8 +1501,8 @@
  - #   ifdef FREEBSD
  - #   define OS_TYPE "FREEBSD"
  - /* MPROTECT_VDB is not yet supported at all on FreeBSD/alpha. */
  --#   define SIG_SUSPEND SIGUSR1
  --#   define SIG_THR_RESTART SIGUSR2
  -+#   define SIG_SUSPEND SIGTSTP
  -+#   define SIG_THR_RESTART SIGCONT
  - #   define FREEBSD_STACKBOTTOM
  - #   ifdef __ELF__
  - #       define DYNAMIC_LOADING
  + SQLITE="libsqlite.so.0"
  + SQLITE3="libsqlite3.so.0"
  + X11="libX11.so"
   Index: mono/Makefile.in
  -diff -Nau mono/Makefile.in.orig mono/Makefile.in
  ---- mono/Makefile.in.orig    2004-06-14 19:28:59 +0200
  -+++ mono/Makefile.in 2004-06-16 20:17:58 +0200
  -@@ -126,7 +126,7 @@
  - @PLATFORM_WIN32_TRUE@       arch monograph interpreter mini tests benchmark 
profiler
  +--- mono/Makefile.in.orig    2005-10-05 18:43:16 +0200
  ++++ mono/Makefile.in 2005-10-07 09:10:21 +0200
  +@@ -56,7 +56,7 @@
  + ETAGS = etags
  + CTAGS = ctags
  + DIST_SUBDIRS = utils io-layer monoburg os cil metadata arch \
  +-    interpreter mini dis monograph tests benchmark handles \
  ++    interpreter mini dis monograph benchmark handles \
  +     profiler
  + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  + ACLOCAL = @ACLOCAL@
  +@@ -259,7 +259,7 @@
  + # the handles dir doesn't apply to windows
  + @[EMAIL PROTECTED] = handles
  + SUBDIRS = utils io-layer monoburg os cil metadata \
  +-      arch interpreter mini dis monograph tests benchmark $(HANDLES) 
profiler
  ++      arch interpreter mini dis monograph benchmark $(HANDLES) profiler
    
  - @[EMAIL PROTECTED] = utils io-layer monoburg os metadata cil dis \
  [EMAIL PROTECTED]@    arch monograph interpreter mini tests benchmark handles 
profiler
  [EMAIL PROTECTED]@    arch monograph interpreter mini benchmark handles 
profiler
  + all: all-recursive
    
  - subdir = mono
  - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   Index: mono/mini/mini-x86.c
  -diff -Nau mono/mini/mini-x86.c.orig mono/mini/mini-x86.c
  ---- mono/mini/mini-x86.c.orig        2004-05-27 05:06:43 +0200
  -+++ mono/mini/mini-x86.c     2004-06-16 20:17:58 +0200
  -@@ -47,6 +47,34 @@
  -     return "unknown";
  +--- mono/mini/mini-x86.c.orig        2005-08-25 11:14:53 +0200
  ++++ mono/mini/mini-x86.c     2005-10-07 09:05:01 +0200
  +@@ -388,6 +388,34 @@
  +     return cinfo;
    }
    
   +#ifndef signbit
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.spec
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 mono.spec
  --- openpkg-src/mono/mono.spec        20 Apr 2005 09:47:59 -0000      1.16
  +++ openpkg-src/mono/mono.spec        7 Oct 2005 07:28:07 -0000       1.17
  @@ -22,21 +22,25 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_major 1.1
  +%define       V_minor 9.2
  +
   #   package information
   Name:         mono
   Summary:      Unix .NET Development Framework
  -URL:          http://www.go-mono.com/
  +URL:          http://go-mono.com/
   Vendor:       The Mono Project
   Packager:     OpenPKG
   Distribution: OpenPKG
   Class:        EVAL
   Group:        Language
   License:      GPL
  -Version:      1.0.6
  -Release:      20050420
  +Version:      %{V_major}.%{V_minor}
  +Release:      20051007
   
   #   list of sources
  -Source0:      
http://www.go-mono.com/archive/%{version}/mono-%{version}.tar.gz
  +Source0:      
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
   Patch0:       mono.patch
   
   #   build information
  @@ -61,8 +65,8 @@
   %track
       prog mono = {
           version   = %{version}
  -        url       = http://www.go-mono.com/download.html
  -        regex     = /mono-(\d+\.[02468](\.\d+)*)\.tar\.gz
  +        url       = http://go-mono.com/sources/
  +        regex     = mono-(\d+\.\d+(\.\d+)*)\.tar\.gz
       }
   
   %prep
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to