Changeset 3120

Show
Ignore:
Timestamp:
07/04/07 13:06:01 (1 year ago)
Author:
tg
Message:

• fix davfs2 coda dependencies
• add davfs2 account plugin for fwwif
• ugly: add c_exec.c source to davfs2 too

XXX find a way to access functions of the fwwif tntnet component from
XXX other components… I wonder why this doesn't work; it even doesn't
XXX share its authentication data

• add include path to <fwwif.mk>

Files:

Legend:

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

    r3113 r3120  
    2222CXXFLAGS+=      -I${CROSSROOT}/target/usr/include 
    2323LDFLAGS+=       -L${CROSSROOT}/target/usr/lib 
     24CPPFLAGS+=      -I${TOPDIR}/package/fwwif/extra 
    2425.else 
    2526.  include <bsd.own.mk> 
  • trunk/freewrt/package/davfs2/Makefile

    r3113 r3120  
    99PKG_NAME=               davfs2 
    1010PKG_VERSION=            1.2.1 
    11 PKG_RELEASE=            4 
     11PKG_RELEASE=            5 
    1212PKG_MD5SUM=             5c962b5efe952239f715f9648508ecce 
    1313#MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=${PKG_NAME}/} # unreliable 
     
    2424INSTALL_STYLE=          auto fwwif 
    2525 
     26ifeq (${FWRT_PACKAGE_DAVFS2_FUSE},y) 
     27DEPS=                   fuse-utils, kmod-fuse, libfuse, libiconv, neon 
     28else ifeq (${FWRT_PACKAGE_DAVFS2_CODA},y) 
     29DEPS=                   kmod-fs-coda, libiconv, neon 
     30else 
     31DEPS=                   kmod-fs-coda, fuse-utils, kmod-fuse, libfuse, libiconv, neon 
     32endif 
     33 
    2634post-install: 
    2735        cd ${WRKINST}; pax -rw -pe -v \ 
     
    3139            usr/sbin/umount.davfs \ 
    3240            ${IDIR_DAVFS2}/ 
     41        echo 'Depends: ${DEPS}' >>${IDIR_DAVFS2}/CONTROL/control 
    3342 
    3443include ${TOPDIR}/mk/pkg-bottom.mk 
  • trunk/freewrt/package/davfs2/fwwif/Makefile

    r3113 r3120  
    55# for details. 
    66 
    7 OBJS=           hello.o tntnet.o 
     7OBJS=           davfs2.o c_exec.o 
     8 
     9.PATH: ${TOPDIR}/package/fwwif/extra 
    810 
    911.include "${TOPDIR}/mk/fwwif.mk" 
  • trunk/freewrt/package/davfs2/ipkg/davfs2.control

    r2613 r3120  
    22Priority: optional 
    33Section: admin 
    4 Depends: fuse-utils, kmod-fuse, libfuse, libiconv, neon 
    54Description: WebDAV filesystem