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:   08-Feb-2007 19:49:58
  Branch: HEAD                             Handle: 2007020818495700

  Modified files:
    openpkg-src/apt         apt.patch apt.spec

  Log:
    add missing dependencies and fix building under Linux

  Summary:
    Revision    Changes     Path
    1.18        +1  -1      openpkg-src/apt/apt.patch
    1.31        +5  -3      openpkg-src/apt/apt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apt/apt.patch
  ============================================================================
  $ cvs diff -u -r1.17 -r1.18 apt.patch
  --- openpkg-src/apt/apt.patch 14 Nov 2006 10:27:24 -0000      1.17
  +++ openpkg-src/apt/apt.patch 8 Feb 2007 18:49:57 -0000       1.18
  @@ -256,7 +256,7 @@
    luac_luac_CFLAGS = -DLUA_OPNAMES
    liblua_la_CFLAGS = -DUSE_DLOPEN -DWITH_POSIX
   -liblua_la_LIBADD = -lm -ldl
  -+liblua_la_LIBADD = -lm
  ++liblua_la_LIBADD = -lm `if [ -f /lib/libdl.so -o -f /usr/lib/libdl.so ]; 
then echo 'x-ldl' | sed -e 's;^x;;'; fi`
    liblua_la_SOURCES = \
                local/linit.c \
                local/linit.h \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apt/apt.spec
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 apt.spec
  --- openpkg-src/apt/apt.spec  1 Jan 2007 17:36:34 -0000       1.30
  +++ openpkg-src/apt/apt.spec  8 Feb 2007 18:49:57 -0000       1.31
  @@ -37,7 +37,7 @@
   Group:        Bootstrapping
   License:      GPL
   Version:      %{V_base}.%{V_rev}
  -Release:      20061114
  +Release:      20070208
   
   #   list of sources
   Source0:      http://apt-rpm.org/releases/apt-%{V_base}lorg%{V_rev}.tar.bz2
  @@ -53,8 +53,10 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040217, ncurses, readline, make, gcc, 
autoconf
  -PreReq:       OpenPKG, openpkg >= 20040217, ncurses, readline
  +BuildPreReq:  OpenPKG, openpkg >= 20040217, make, gcc, autoconf, pkgconfig
  +PreReq:       OpenPKG, openpkg >= 20040217
  +BuildPreReq:  ncurses, readline, libxml
  +PreReq:       ncurses, readline, libxml
   AutoReq:      no
   AutoReqProv:  no
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to