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:   17-Mar-2003 13:46:35
  Branch: HEAD                             Handle: 2003031712463301

  Modified files:
    openpkg-src/binutils    binutils.spec
    openpkg-web             news.txt

  Log:
    simplify logic

  Summary:
    Revision    Changes     Path
    1.35        +3  -8      openpkg-src/binutils/binutils.spec
    1.3707      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  ============================================================================
  $ cvs diff -u -r1.34 -r1.35 binutils.spec
  --- openpkg-src/binutils/binutils.spec        17 Mar 2003 11:59:42 -0000      1.34
  +++ openpkg-src/binutils/binutils.spec        17 Mar 2003 12:46:34 -0000      1.35
  @@ -75,16 +75,11 @@
           *-linux*   ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX"   ;;
           *-solaris* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
       esac
  -
  -    #   override host type for specific platforms
  +    opts="--prefix=%{l_prefix}"
       case "%{l_target}" in
  -        *-darwin*  ) host="--host=powerpc-apple-macos" ;;
  -        *          ) ;;
  +        *-darwin* ) opts="$opts --host=powerpc-apple-macos" ;;
       esac
  -
  -    ./configure \
  -        --prefix=%{l_prefix} \
  -        $host
  +    ./configure $opts
       %{l_make} %{l_mflags}
   
   %install
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3706 -r1.3707 news.txt
  --- openpkg-web/news.txt      17 Mar 2003 08:59:48 -0000      1.3706
  +++ openpkg-web/news.txt      17 Mar 2003 12:46:33 -0000      1.3707
  @@ -1,3 +1,4 @@
  +17-Mar-2003: Upgraded package: P<binutils-2.13.2.1-20030317>
   17-Mar-2003: Upgraded package: P<awk-20030314-20030317>
   16-Mar-2003: Upgraded package: P<iozone-3.164-20030316>
   16-Mar-2003: Upgraded package: P<whois-4.6.3-20030316>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to