r2012 - crux-2.2/ports/opt/fuse
Author: jue Date: 2006-10-08 12:44:57 +0200 (Sun, 08 Oct 2006) New Revision: 2012 Removed: crux-2.2/ports/opt/fuse/udev-rules.patch Modified: crux-2.2/ports/opt/fuse/.footprint crux-2.2/ports/opt/fuse/.md5sum crux-2.2/ports/opt/fuse/Pkgfile Log: fuse: update to 2.6.0-rc2 Modified: crux-2.2/ports/opt/fuse/.footprint =================================================================== --- crux-2.2/ports/opt/fuse/.footprint 2006-10-07 16:17:25 UTC (rev 2011) +++ crux-2.2/ports/opt/fuse/.footprint 2006-10-08 10:44:57 UTC (rev 2012) @@ -1,7 +1,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/udev/ drwxr-xr-x root/root etc/udev/rules.d/ --rw-r--r-- root/root etc/udev/rules.d/40-fuse.rules +-rw-r--r-- root/root etc/udev/rules.d/60-fuse.rules drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/modules/ drwxr-xr-x root/root lib/modules/<kernel-version>/ @@ -14,20 +14,28 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwsr-xr-x root/root usr/bin/fusermount +-rwxr-xr-x root/root usr/bin/ulockmgr_server drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/fuse.h drwxr-xr-x root/root usr/include/fuse/ -rw-r--r-- root/root usr/include/fuse/fuse.h -rw-r--r-- root/root usr/include/fuse/fuse_common.h +-rw-r--r-- root/root usr/include/fuse/fuse_common_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_lowlevel.h -rw-r--r-- root/root usr/include/fuse/fuse_lowlevel_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_opt.h +-rw-r--r-- root/root usr/include/ulockmgr.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libfuse.a -rwxr-xr-x root/root usr/lib/libfuse.la -lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.5.3 -lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.5.3 --rwxr-xr-x root/root usr/lib/libfuse.so.2.5.3 +lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.6.0 +lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.6.0 +-rwxr-xr-x root/root usr/lib/libfuse.so.2.6.0 +-rw-r--r-- root/root usr/lib/libulockmgr.a +-rwxr-xr-x root/root usr/lib/libulockmgr.la +lrwxrwxrwx root/root usr/lib/libulockmgr.so -> libulockmgr.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc Modified: crux-2.2/ports/opt/fuse/.md5sum =================================================================== --- crux-2.2/ports/opt/fuse/.md5sum 2006-10-07 16:17:25 UTC (rev 2011) +++ crux-2.2/ports/opt/fuse/.md5sum 2006-10-08 10:44:57 UTC (rev 2012) @@ -1,2 +1 @@ -9c7e8b6606b9f158ae20b8521ba2867c fuse-2.5.3.tar.gz -d6c0bd18208494a23aaa69cf0496ce69 udev-rules.patch +4fa1138c955b9dba32fbf180db5a532a fuse-2.6.0-rc2.tar.gz Modified: crux-2.2/ports/opt/fuse/Pkgfile =================================================================== --- crux-2.2/ports/opt/fuse/Pkgfile 2006-10-07 16:17:25 UTC (rev 2011) +++ crux-2.2/ports/opt/fuse/Pkgfile 2006-10-08 10:44:57 UTC (rev 2012) @@ -4,16 +4,14 @@ # Packager: Jukka Heino, jukka dot heino at gmail dot com name=fuse -version=2.5.3 -release=2 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ - udev-rules.patch) +version=2.6.0-rc2 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version - patch -p1 < $SRC/udev-rules.patch ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/dev + rm -r $PKG/{dev,etc/init.d} } Deleted: crux-2.2/ports/opt/fuse/udev-rules.patch =================================================================== --- crux-2.2/ports/opt/fuse/udev-rules.patch 2006-10-07 16:17:25 UTC (rev 2011) +++ crux-2.2/ports/opt/fuse/udev-rules.patch 2006-10-08 10:44:57 UTC (rev 2012) @@ -1,6 +0,0 @@ -diff -Nru fuse-2.5.3.orig/util/udev.rules fuse-2.5.3/util/udev.rules ---- fuse-2.5.3.orig/util/udev.rules 2006-02-02 19:04:53.000000000 +0200 -+++ fuse-2.5.3/util/udev.rules 2006-05-11 21:21:08.000000000 +0300 -@@ -1 +1 @@ --KERNEL="fuse", NAME="%k", MODE="0666" -+KERNEL=="fuse", NAME="%k", MODE="0666"
participants (1)
-
crux@crux.nu