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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   20-Oct-2003 14:47:38
  Branch: HEAD                             Handle: 2003102013473502

  Modified files:
    openpkg-src/openpkg     HISTORY openpkg.spec rpm.patch.bugfix
                            rpm.patch.feature rpm.patch.porting
                            rpm.patch.regen
    openpkg-web             news.txt

  Log:
    finish porting to SCO UnixWare 7.1.3

  Summary:
    Revision    Changes     Path
    1.75        +1  -0      openpkg-src/openpkg/HISTORY
    1.233       +1  -1      openpkg-src/openpkg/openpkg.spec
    1.31        +1  -1      openpkg-src/openpkg/rpm.patch.bugfix
    1.32        +1  -1      openpkg-src/openpkg/rpm.patch.feature
    1.39        +26 -1      openpkg-src/openpkg/rpm.patch.porting
    1.30        +20 -2      openpkg-src/openpkg/rpm.patch.regen
    1.7083      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.74 -r1.75 HISTORY
  --- openpkg-src/openpkg/HISTORY       19 Oct 2003 19:36:26 -0000      1.74
  +++ openpkg-src/openpkg/HISTORY       20 Oct 2003 12:47:37 -0000      1.75
  @@ -2,6 +2,7 @@
   2003
   ====
   
  +20031020 finish porting to SCO UnixWare 7.1.3
   20031019 port mostly to SCO UnixWare 7.1.3 (only some libtool issues remaining)
   20031019 provide %{l_cppflags -i} for platform identification defines
   20031019 use <prefix>/lib/openpkg/bash for rpmtool and lsync for better portability
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.232 -r1.233 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  19 Oct 2003 19:00:45 -0000      1.232
  +++ openpkg-src/openpkg/openpkg.spec  20 Oct 2003 12:47:37 -0000      1.233
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg  20031019
  +%define       V_openpkg  20031020
   
   #   the used software versions
   %define       V_rpm      4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.bugfix
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 rpm.patch.bugfix
  --- openpkg-src/openpkg/rpm.patch.bugfix      19 Oct 2003 19:36:26 -0000      1.30
  +++ openpkg-src/openpkg/rpm.patch.bugfix      20 Oct 2003 12:47:37 -0000      1.31
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 19-Oct-2003
  +##  Created on: 20-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.feature
  ============================================================================
  $ cvs diff -u -r1.31 -r1.32 rpm.patch.feature
  --- openpkg-src/openpkg/rpm.patch.feature     19 Oct 2003 19:36:26 -0000      1.31
  +++ openpkg-src/openpkg/rpm.patch.feature     20 Oct 2003 12:47:37 -0000      1.32
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 19-Oct-2003
  +##  Created on: 20-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.porting
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 rpm.patch.porting
  --- openpkg-src/openpkg/rpm.patch.porting     19 Oct 2003 19:36:26 -0000      1.38
  +++ openpkg-src/openpkg/rpm.patch.porting     20 Oct 2003 12:47:37 -0000      1.39
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 19-Oct-2003
  +##  Created on: 20-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ -1026,3 +1026,28 @@
            xx = madvise(mapped, nmapped, MADV_DONTNEED);
    #endif
            /[EMAIL PROTECTED]@*/ xx = munmap(mapped, nmapped) /[EMAIL PROTECTED]@*/;
  +
  ++---------------------------------------------------------------------------
  +| Support UnixWare 7.1.3, too.
  ++---------------------------------------------------------------------------
  +Index: aclocal.m4
  +--- aclocal.m4       16 Jul 2003 17:05:28 -0000      1.1.1.10
  ++++ aclocal.m4       20 Oct 2003 12:43:23 -0000
  +@@ -2838,7 +2838,7 @@
  +     runpath_var=LD_RUN_PATH
  +     ;;
  + 
  +-  sysv5uw7* | unixware7*)
  ++  sysv5uw7* | unixware7* | sysv5UnixWare7* )
  +     no_undefined_flag='${wl}-z ${wl}text'
  +     if test "$GCC" = yes; then
  +       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs 
$compiler_flags'
  +@@ -4414,7 +4414,7 @@
  +   lt_cv_file_magic_test_file=/lib/libc.so
  +   ;;
  + 
  +-sysv5uw[[78]]* | sysv4*uw2*)
  ++sysv5uw[[78]]* | sysv4*uw2* | sysv5UnixWare7* )
  +   lt_cv_deplibs_check_method=pass_all
  +   ;;
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.regen
  ============================================================================
  $ cvs diff -u -r1.29 -r1.30 rpm.patch.regen
  --- openpkg-src/openpkg/rpm.patch.regen       19 Oct 2003 19:36:27 -0000      1.29
  +++ openpkg-src/openpkg/rpm.patch.regen       20 Oct 2003 12:47:37 -0000      1.30
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 19-Oct-2003
  +##  Created on: 20-Oct-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ##             RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ -105,7 +105,7 @@
   +---------------------------------------------------------------------------
   Index: configure
   --- configure        16 Jul 2003 17:05:55 -0000      1.1.1.23
  -+++ configure        19 Oct 2003 19:19:25 -0000
  ++++ configure        20 Oct 2003 12:45:26 -0000
   @@ -1,6 +1,6 @@
    #! /bin/sh
    # Guess values for system-dependent variables and create Makefiles.
  @@ -158,6 +158,15 @@
    else
        echo "$as_me:$LINENO: result: yes" >&5
    echo "${ECHO_T}yes" >&6
  +@@ -5981,7 +5982,7 @@
  +   lt_cv_file_magic_test_file=/lib/libc.so
  +   ;;
  + 
  +-sysv5uw[78]* | sysv4*uw2*)
  ++sysv5uw[78]* | sysv4*uw2* | sysv5UnixWare7* )
  +   lt_cv_deplibs_check_method=pass_all
  +   ;;
  + 
   @@ -6682,7 +6683,7 @@
    case $host in
    *-*-irix6*)
  @@ -176,6 +185,15 @@
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
      if test -s out/conftest.err; then
  +@@ -8069,7 +8070,7 @@
  +     runpath_var=LD_RUN_PATH
  +     ;;
  + 
  +-  sysv5uw7* | unixware7*)
  ++  sysv5uw7* | unixware7* | sysv5UnixWare7* )
  +     no_undefined_flag='${wl}-z ${wl}text'
  +     if test "$GCC" = yes; then
  +       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs 
$compiler_flags'
   @@ -8395,7 +8396,7 @@
      libsuff=
      case "$host_cpu" in
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.7082 -r1.7083 news.txt
  --- openpkg-web/news.txt      20 Oct 2003 12:09:45 -0000      1.7082
  +++ openpkg-web/news.txt      20 Oct 2003 12:47:35 -0000      1.7083
  @@ -1,3 +1,4 @@
  +20-Oct-2003: Upgraded package: P<openpkg-20031020-20031020>
   20-Oct-2003: Upgraded package: P<sendmail-8.12.9-1.3.2>
   20-Oct-2003: Upgraded package: P<sendmail-8.12.10-20031020>
   20-Oct-2003: Upgraded package: P<delegate-8.7.4-20031020>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to