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:33:46
  Branch: OPENPKG_2_STABLE                 Handle: 2006102414334600

  Modified files:           (Branch: OPENPKG_2_STABLE)
    openpkg-src/mono        mono.patch mono.spec

  Log:
    MFC: 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.12.2.3    +12 -0      openpkg-src/mono/mono.patch
    1.39.2.4    +1  -1      openpkg-src/mono/mono.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.patch
  ============================================================================
  $ cvs diff -u -r1.12.2.2 -r1.12.2.3 mono.patch
  --- openpkg-src/mono/mono.patch       16 Oct 2006 14:52:55 -0000      1.12.2.2
  +++ openpkg-src/mono/mono.patch       24 Oct 2006 13:33:46 -0000      1.12.2.3
  @@ -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.39.2.3 -r1.39.2.4 mono.spec
  --- openpkg-src/mono/mono.spec        24 Oct 2006 11:06:41 -0000      1.39.2.3
  +++ openpkg-src/mono/mono.spec        24 Oct 2006 13:33:46 -0000      1.39.2.4
  @@ -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                     [email protected]

Reply via email to