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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Feb-2005 13:23:35
  Branch: HEAD                             Handle: 2005021812233400

  Modified files:
    openpkg-src/pdflib      pdflib.spec

  Log:
    requires an echo(1) that doesn't escape backslashes, so fulfill this
    nonportable requirement with gecho(1) from coreutils

  Summary:
    Revision    Changes     Path
    1.41        +3  -2      openpkg-src/pdflib/pdflib.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pdflib/pdflib.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 pdflib.spec
  --- openpkg-src/pdflib/pdflib.spec    17 Feb 2005 18:33:07 -0000      1.40
  +++ openpkg-src/pdflib/pdflib.spec    18 Feb 2005 12:23:34 -0000      1.41
  @@ -38,7 +38,7 @@
   Group:        Graphics
   License:      PDFlib
   Version:      %{V_long}
  -Release:      20050216
  +Release:      20050218
   
   #   list of sources
   Source0:      
http://www.pdflib.com/products/pdflib/download/%{V_comp}src/PDFlib-Lite-%{V_long}.tar.gz
  @@ -47,7 +47,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, png, zlib, jpeg, make
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, png, zlib, jpeg, coreutils, make
   PreReq:       OpenPKG, openpkg >= 20040130, png, zlib, jpeg
   AutoReq:      no
   AutoReqProv:  no
  @@ -72,6 +72,7 @@
       %patch -p0
   
   %build
  +    ECHO="%{l_prefix}/bin/gecho" \
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       INSTALL="%{l_shtool} install -c" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to