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                      Date:   20-Feb-2003 19:39:00
  Branch: HEAD                             Handle: 2003022018390000

  Modified files:
    openpkg-src/php         php.spec

  Log:
    remove extra blank line; add hint to %description that this is not the
    Apache-based PHP version; fix indentation of new ORACLE_HOME stuff

  Summary:
    Revision    Changes     Path
    1.39        +6  -3      openpkg-src/php/php.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 php.spec
  --- openpkg-src/php/php.spec  20 Feb 2003 16:24:37 -0000      1.38
  +++ openpkg-src/php/php.spec  20 Feb 2003 18:39:00 -0000      1.39
  @@ -78,7 +78,6 @@
   %define       with_zlib       yes
   %endif
   
  -
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  @@ -153,6 +152,10 @@
       features thrown in. The goal of the language is to allow web
       developers to write dynamically generated pages quickly.
   
  +    This is the Command Line Interface (CLI) version, intended for
  +    use in the "shebang" line ("#!@l_prefix@/bin/php") of stand-alone
  +    webserver-independent CGI scripts.
  +
   %prep
       %setup -q
   
  @@ -166,8 +169,8 @@
       libs="$libs -lndbm -lgdbm"
   %endif
   %if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
  -      ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
  -      export ORACLE_HOME
  +    ORACLE_HOME="`%{l_prefix}/etc/rc --query oracle_home`"
  +    export ORACLE_HOME
   %endif
       CC="%{l_cc}" \
       CFLAGS="$cflags" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to