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:   12-Oct-2006 14:44:45
  Branch: HEAD                             Handle: 2006101213444500

  Added files:
    openpkg-src/hdf         hdf.patch
  Modified files:
    openpkg-src/hdf         hdf.spec

  Log:
    disable a too extreme check for a good tr(1) to get this package
    building under Solaris

  Summary:
    Revision    Changes     Path
    1.1         +19 -0      openpkg-src/hdf/hdf.patch
    1.7         +3  -1      openpkg-src/hdf/hdf.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/hdf/hdf.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 hdf.patch
  --- /dev/null 2006-10-12 14:44:00 +0200
  +++ hdf.patch 2006-10-12 14:44:45 +0200
  @@ -0,0 +1,19 @@
  +Index: configure
  +--- configure.orig   2005-11-11 01:17:39.000000000 +0100
  ++++ configure        2006-10-12 14:31:38.331363439 +0200
  +@@ -1644,6 +1644,7 @@
  + if test "X${TR}" = "X"; then
  +   TR=tr
  + fi
  ++if false; then
  + TR_TEST="`echo Test | ${TR} 'a-z,' 'A-Z '`"
  + if test "X${TR_TEST}" != "XTEST"; then
  +   { { echo "$as_me:$LINENO: error: tr program doesn't work" >&5
  +@@ -1653,6 +1654,7 @@
  +   echo "$as_me:$LINENO: result: yes" >&5
  + echo "${ECHO_T}yes" >&6
  + fi
  ++fi
  + 
  + echo "$as_me:$LINENO: checking if basename works" >&5
  + echo $ECHO_N "checking if basename works... $ECHO_C" >&6
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/hdf/hdf.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 hdf.spec
  --- openpkg-src/hdf/hdf.spec  24 Sep 2006 13:04:06 -0000      1.6
  +++ openpkg-src/hdf/hdf.spec  12 Oct 2006 12:44:45 -0000      1.7
  @@ -37,10 +37,11 @@
   Group:        Libraries
   License:      Open Source
   Version:      %{V_major}.%{V_minor}
  -Release:      20060924
  +Release:      20061012
   
   #   list of sources
   Source0:      
ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/hdf%{V_major}-%{V_minor}.tar.gz
  +Patch0:       hdf.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -71,6 +72,7 @@
   
   %prep
       %setup -q -n hdf%{V_major}-%{V_minor}
  +    %patch -p0
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to