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 openpkg-web          Date:   19-Sep-2003 16:12:07
  Branch: HEAD                             Handle: 2003091915120601

  Modified files:
    openpkg-src/ethereal    ethereal.spec
    openpkg-web             news.txt

  Log:
    add ADNS support and enable options by default because one usually
    always wants a full-featured Ethereal and only want to disable
    something like SNMP support because of too much dependencies

  Summary:
    Revision    Changes     Path
    1.25        +14 -4      openpkg-src/ethereal/ethereal.spec
    1.6653      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ethereal/ethereal.spec
  ============================================================================
  $ cvs diff -u -r1.24 -r1.25 ethereal.spec
  --- openpkg-src/ethereal/ethereal.spec        10 Sep 2003 19:25:43 -0000      1.24
  +++ openpkg-src/ethereal/ethereal.spec        19 Sep 2003 14:12:07 -0000      1.25
  @@ -33,12 +33,13 @@
   Group:        Network
   License:      GPL
   Version:      0.9.15
  -Release:      20030910
  +Release:      20030919
   
   #   package options
  -%option       with_zlib    no
  -%option       with_openssl no
  -%option       with_snmp    no
  +%option       with_zlib    yes
  +%option       with_adns    yes
  +%option       with_snmp    yes
  +%option       with_openssl yes
   
   #   list of sources
   Source0:      http://www.ethereal.com/distribution/ethereal-%{version}.tar.bz2
  @@ -61,6 +62,10 @@
   BuildPreReq:  snmp
   PreReq:       snmp
   %endif
  +%if "%{with_adns}" == "yes"
  +BuildPreReq:  adns
  +PreReq:       adns
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -102,6 +107,11 @@
           --with-ucdsnmp=%{l_prefix} \
   %else
           --without-ucdsnmp \
  +%endif
  +%if "%{with_adns}" == "yes"
  +        --with-adns=%{l_prefix} \
  +%else
  +        --without-adns \
   %endif
           --disable-ipv6
       %{l_make} %{l_mflags -O}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6652 -r1.6653 news.txt
  --- openpkg-web/news.txt      19 Sep 2003 13:03:18 -0000      1.6652
  +++ openpkg-web/news.txt      19 Sep 2003 14:12:06 -0000      1.6653
  @@ -1,3 +1,4 @@
  +19-Sep-2003: Upgraded package: P<ethereal-0.9.15-20030919>
   19-Sep-2003: Upgraded package: P<pam-20030919-20030919>
   19-Sep-2003: Upgraded package: P<pine-4.58L-20030919>
   19-Sep-2003: Upgraded package: P<analog-5.32-20030919>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to