Changeset 2787

Show
Ignore:
Timestamp:
06/14/07 10:08:58 (2 years ago)
Author:
austriancoder
Message:

fixed dependencies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Depends.mk

    r2781 r2787  
    124124squid-compile: openssl-compile 
    125125ssltunnel-compile: openssl-compile ppp-compile 
    126 subversion-compile: apr-util-compile expat-compile apr-compile zlib-compile libiconv-compile neon-compile 
     126subversion-compile: apr-util-compile expat-compile apr-compile zlib-compile libiconv-compile 
    127127syslog-ng-compile: libol-compile tcp_wrappers-compile 
    128128tcpdump-compile: libpcap-compile 
     
    325325endif 
    326326 
     327ifneq ($(FWRT_PACKAGE_SUBVERSION_NEON),) 
     328subversion-compile: neon-compile 
     329endif 
     330 
    327331ulogd-compile: iptables-compile 
    328332ifneq ($(FWRT_PACKAGE_ULOGD_MOD_MYSQL),) 
  • trunk/freewrt/package/subversion/Config.in

    r2781 r2787  
    66        select FWRT_PACKAGE_APR_UTIL 
    77        select FWRT_PACKAGE_LIBICONV 
     8        select FWRT_PACKAGE_LIBEXPAT 
    89        help 
    910          Subversion is an open source application for revision control. 
  • trunk/freewrt/package/subversion/Makefile

    r2781 r2787  
    99PKG_NAME:=              subversion 
    1010PKG_VERSION:=           1.4.3 
    11 PKG_RELEASE:=           2 
     11PKG_RELEASE:=           3 
    1212PKG_MD5SUM:=            6b991b63e3e1f69670c9e15708e40176 
     13PKG_DEPENDS:=           zlib, apr, apr-util, libiconv, expat 
    1314MASTER_SITES:=          http://subversion.tigris.org/downloads/ 
    1415 
     
    3738CONFIGURE_ARGS+=        -disable-neon-version-check 
    3839LIBS+=                  -lneon 
     40PKG_DEPENDS:=           ${PKG_DEPENDS}, neon 
    3941endif 
    4042 
     
    5456        ${CP} ${WRKINST}/usr/lib/* ${IDIR_SUBVERSION}/usr/lib 
    5557        ${CP} ${WRKINST}/usr/bin/* ${IDIR_SUBVERSION}/usr/bin 
     58        echo 'Depends: ${PKG_DEPENDS}' >> ${IDIR_SUBVERSION}/CONTROL/control 
    5659 
    5760include ${TOPDIR}/mk/pkg-bottom.mk 
  • trunk/freewrt/package/subversion/ipkg/subversion.control

    r2059 r2787  
    33Section: net 
    44Description: revision control program 
    5 Depends: zlib, apr, apr-util, libiconv