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:   05-Oct-2007 17:11:06
  Branch: HEAD                             Handle: 2007100516110500

  Modified files:
    openpkg-src/bind        bind.spec

  Log:
    better align to other packages than to be ultra-specific (DLZ usually
    means nothing to the average admin anyway)

  Summary:
    Revision    Changes     Path
    1.125       +10 -10     openpkg-src/bind/bind.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  ============================================================================
  $ cvs diff -u -r1.124 -r1.125 bind.spec
  --- openpkg-src/bind/bind.spec        5 Oct 2007 15:09:01 -0000       1.124
  +++ openpkg-src/bind/bind.spec        5 Oct 2007 15:11:05 -0000       1.125
  @@ -42,9 +42,9 @@
   #   package options
   %option       with_dnssec    yes
   %option       with_threads   no
  -%option       with_dlz_pgsql no
  -%option       with_dlz_mysql no
  -%option       with_dlz_ldap  no
  +%option       with_pgsql     no
  +%option       with_mysql     no
  +%option       with_ldap      no
   
   #   list of sources
   Source0:      ftp://ftp.isc.org/isc/bind9/%{V_dist}/bind-%{V_dist}.tar.gz
  @@ -66,15 +66,15 @@
   BuildPreReq:  openssl
   PreReq:       openssl
   %endif
  -%if "%{with_dlz_pgsql}" == "yes"
  +%if "%{with_pgsql}" == "yes"
   BuildPreReq:  postgresql, openssl
   PreReq:       postgresql, openssl
   %endif
  -%if "%{with_dlz_mysql}" == "yes"
  +%if "%{with_mysql}" == "yes"
   BuildPreReq:  mysql
   PreReq:       mysql
   %endif
  -%if "%{with_dlz_ldap}" == "yes"
  +%if "%{with_ldap}" == "yes"
   BuildPreReq:  openldap, openssl
   PreReq:       openldap, openssl
   %endif
  @@ -110,7 +110,7 @@
       export CFLAGS="%{l_cflags -O} %{l_cppflags}"
       export LDFLAGS="%{l_ldflags}"
       export LIBS=""
  -%if "%{with_dlz_pgsql}" == "yes"
  +%if "%{with_pgsql}" == "yes"
       CFLAGS="$CFLAGS %{l_cppflags postgresql .}"
   %endif
   %if "%{with_dnssec}" == "yes"
  @@ -130,13 +130,13 @@
   %else
           --disable-threads \
   %endif
  -%if "%{with_dlz_pgsql}" == "yes"
  +%if "%{with_pgsql}" == "yes"
           --with-dlz-postgres=%{l_prefix} \
   %endif
  -%if "%{with_dlz_mysql}" == "yes"
  +%if "%{with_mysql}" == "yes"
           --with-dlz-mysql=%{l_prefix} \
   %endif
  -%if "%{with_dlz_ldap}" == "yes"
  +%if "%{with_ldap}" == "yes"
           --with-dlz-ldap=%{l_prefix} \
   %endif
           --without-libbind \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to