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:   24-Oct-2006 15:32:56
  Branch: HEAD                             Handle: 2006102414325300

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

  Log:
    try to fix one more FreeBSD/amd64 problem, but downgrade to EVAL class
    as Mono is still too unportable in general

  Summary:
    Revision    Changes     Path
    1.13        +12 -0      openpkg-src/mono/mono.patch
    1.41        +1  -1      openpkg-src/mono/mono.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.patch
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 mono.patch
  --- openpkg-src/mono/mono.patch       15 Oct 2006 09:27:48 -0000      1.12
  +++ openpkg-src/mono/mono.patch       24 Oct 2006 13:32:53 -0000      1.13
  @@ -143,3 +143,15 @@
        return errno == 0 ? 0 : -1;
    }
    
  +Index: mono/utils/mono-codeman.c
  +--- mono/utils/mono-codeman.c.orig   2006-10-12 02:10:22 +0200
  ++++ mono/utils/mono-codeman.c        2006-10-24 14:47:36 +0200
  +@@ -45,7 +45,7 @@
  + #endif
  + #endif
  + 
  +-#ifdef __x86_64__
  ++#if defined(__x86_64__) && !defined(__FreeBSD__)
  + #define ARCH_MAP_FLAGS MAP_32BIT
  + #else
  + #define ARCH_MAP_FLAGS 0
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 mono.spec
  --- openpkg-src/mono/mono.spec        24 Oct 2006 10:54:52 -0000      1.40
  +++ openpkg-src/mono/mono.spec        24 Oct 2006 13:32:53 -0000      1.41
  @@ -33,7 +33,7 @@
   Vendor:       The Mono Project
   Packager:     OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  -Class:        PLUS
  +Class:        EVAL
   Group:        Language
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to