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:   11-Aug-2003 10:13:30
  Branch: HEAD                             Handle: 2003081109132802

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

  Log:
    requires gcc and make sure the included GNU getopt_long is used,
    because there are platforms like FreeBSD 5.x which have getopt_long(),
    but which isn't GNU getopt_long()

  Summary:
    Revision    Changes     Path
    1.10        +4  -2      openpkg-src/ifile/ifile.spec
    1.6117      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ifile/ifile.spec
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 ifile.spec
  --- openpkg-src/ifile/ifile.spec      28 Jul 2003 18:57:56 -0000      1.9
  +++ openpkg-src/ifile/ifile.spec      11 Aug 2003 08:13:30 -0000      1.10
  @@ -33,7 +33,7 @@
   Group:        Mail
   License:      GPL
   Version:      1.3.3
  -Release:      20030728
  +Release:      20030811
   
   #   list of sources
   Source0:      
http://savannah.nongnu.org/download/ifile/default.pkg/%{version}/ifile-%{version}.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030103, make
  +BuildPreReq:  OpenPKG, openpkg >= 20030103, make, gcc
   PreReq:       OpenPKG, openpkg >= 20030103
   AutoReq:      no
   AutoReqProv:  no
  @@ -55,9 +55,11 @@
       %setup -q
   
   %build
  +    echo "ac_cv_func_getopt_long=no" >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix}
       %{l_make} %{l_mflags -O}
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6116 -r1.6117 news.txt
  --- openpkg-web/news.txt      11 Aug 2003 08:02:18 -0000      1.6116
  +++ openpkg-web/news.txt      11 Aug 2003 08:13:28 -0000      1.6117
  @@ -1,3 +1,4 @@
  +11-Aug-2003: Upgraded package: P<ifile-1.3.3-20030811>
   11-Aug-2003: Upgraded package: P<acroread-5.08-20030811>
   11-Aug-2003: Upgraded package: P<apg-2.2.0-20030811>
   11-Aug-2003: Upgraded package: P<postfix-2.0.13-20030811>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to