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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   15-Mar-2007 08:53:03
  Branch: HEAD                             Handle: 2007031507530200

  Modified files:
    openpkg-src/postgresql  postgresql.spec

  Log:
    build time option 'with_setproctitle' became obsolete with the 8.2
    release which offers the 'update_process_title' configuration
    parameter (->
    
http://www.postgresql.org/docs/current/static/runtime-config-statistics.html#GUC-UPDATE-PROCESS-TITLE)

  Summary:
    Revision    Changes     Path
    1.235       +2  -9      openpkg-src/postgresql/postgresql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.234 -r1.235 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    2 Mar 2007 06:54:34 -0000       
1.234
  +++ openpkg-src/postgresql/postgresql.spec    15 Mar 2007 07:53:02 -0000      
1.235
  @@ -47,7 +47,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20070302
  +Release:      20070315
   
   #   package options
   %option       with_server       yes
  @@ -61,7 +61,6 @@
   %option       with_kerberos     no
   %option       with_mysqlcompat  no
   %option       with_int_datetime no
  -%option       with_setproctitle no
   
   #   list of sources
   Source0:      
ftp://ftp.postgresql.org/pub/source/v%{V_postgresql}/postgresql-%{V_postgresql}.tar.bz2
  @@ -234,13 +233,7 @@
       rm -rf $RPM_BUILD_ROOT
   
       #   configure package
  -    ( echo "ac_cv_func_isinf=no"
  -%if "%{with_setproctitle}" == "no"
  -      echo "ac_cv_lib_util_setproctitle=no"
  -      echo "ac_cv_func_setproctitle=no"
  -      echo "ac_cv_func_setproctitle_func=no"
  -%endif
  -    ) >config.cache
  +    echo "ac_cv_func_isinf=no" >config.cache
       export CC="%{l_cc}"
       export CFLAGS="%{l_cflags -O}"
       export CPPFLAGS="%{l_cppflags readline}"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to