Fri Oct 28 18:29:59 CEST 2005 VMiklos <[EMAIL PROTECTED]> * shfs-0.35-15-i686 rebuilt with kernel=2.6.14-1 moved to extra diff -rN -u old-frugalware-current/extra/source/apps/shfs/FrugalBuild new-frugalware-current-1/extra/source/apps/shfs/FrugalBuild --- old-frugalware-current/extra/source/apps/shfs/FrugalBuild 1970-01-01 01:00:00.000000000 +0100 +++ new-frugalware-current-1/extra/source/apps/shfs/FrugalBuild 2005-10-28 18:43:50.000000000 +0200 @@ -0,0 +1,28 @@ +# Last Modified: Fri, 28 Oct 2005 18:25:28 +0200 +# Compiling Time: ~1 minute +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=shfs +pkgver=0.35 +pkgrel=15 +pkgdesc="Allows you to mount remote filesystems using a shell (ssh) connection" +url="http://shfs.sourceforge.net/" +depends=('glibc' 'kernel=2.6.14-1') +makedepends=('kernel-source=2.6.14-1') +groups=('apps-extra') +archs=('i686' 'x86_64') +install=$pkgname.install +up2date="lynx -dump http://sourceforge.net/projects/$pkgname|grep -1 Version|sed -n -e \"s/.*]$pkgname-\([0-9\.]*\) [A-Z].*/\1/\" -e '3 p'" +source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz \ + $pkgname-$pkgver-gcc4.patch) +sha1sums=('c34bed491d144cc91dbf0c6df73e854271b6d365' \ + '976ccb600bf31cc1177740c736d80a45ab23579f') + +build() +{ + Fpatchall + Fmake + Fmakeinstall ROOT=$Fdestdir +} + +# vim: ft=sh diff -rN -u old-frugalware-current/extra/source/apps/shfs/shfs-0.35-gcc4.patch new-frugalware-current-1/extra/source/apps/shfs/shfs-0.35-gcc4.patch --- old-frugalware-current/extra/source/apps/shfs/shfs-0.35-gcc4.patch 1970-01-01 01:00:00.000000000 +0100 +++ new-frugalware-current-1/extra/source/apps/shfs/shfs-0.35-gcc4.patch 2005-08-08 11:27:05.000000000 +0200 @@ -0,0 +1,26 @@ +Only in shfs-0.35/shfs/Linux-2.6: .dir.o.d +Only in shfs-0.35-new/shfs/Linux-2.6/.tmp_versions: shfs.mod +diff -ur shfs-0.35/shfs/Linux-2.6/dir.c shfs-0.35-new/shfs/Linux-2.6/dir.c +--- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500 +@@ -19,6 +19,8 @@ + #include "shfs_debug.h" + #include "proc.h" + ++static struct dentry_operations shfs_dentry_operations; ++ + static int + shfs_dir_open(struct inode *inode, struct file *filp) + { +diff -ur shfs-0.35/shfs/Linux-2.6/shfs_fs.h shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h +--- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500 +@@ -50,7 +50,6 @@ + #define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0) + + /* shfs/dir.c */ +-extern struct dentry_operations shfs_dentry_operations; + extern struct file_operations shfs_dir_operations; + extern struct inode_operations shfs_dir_inode_operations; + extern void shfs_new_dentry(struct dentry *dentry); +Only in shfs-0.35-new/shfs/Linux-2.6: shfs_fs.h.orig diff -rN -u old-frugalware-current/extra/source/apps/shfs/shfs.install new-frugalware-current-1/extra/source/apps/shfs/shfs.install --- old-frugalware-current/extra/source/apps/shfs/shfs.install 1970-01-01 01:00:00.000000000 +0100 +++ new-frugalware-current-1/extra/source/apps/shfs/shfs.install 2005-07-06 00:08:27.000000000 +0200 @@ -0,0 +1,15 @@ +post_install() +{ + /sbin/depmod -a +} + +post_remove() +{ + /sbin/depmod -a +} + +op=$1 +shift +$op $* + +# vim: ft=sh diff -rN -u old-frugalware-current/source/apps/shfs/FrugalBuild new-frugalware-current-1/source/apps/shfs/FrugalBuild --- old-frugalware-current/source/apps/shfs/FrugalBuild 2005-10-28 18:52:51.000000000 +0200 +++ new-frugalware-current-1/source/apps/shfs/FrugalBuild 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ -# Last Modified: Thu, 06 Oct 2005 23:10:32 +0200 -# Compiling Time: ~1 minute -# Maintainer: VMiklos <[EMAIL PROTECTED]> - -pkgname=shfs -pkgver=0.35 -pkgrel=14 -pkgdesc="Allows you to mount remote filesystems using a shell (ssh) connection" -url="http://shfs.sourceforge.net/" -depends=('glibc' 'kernel=2.6.13-2') -makedepends=('kernel-source=2.6.13-2') -groups=('apps') -archs=('i686' 'x86_64') -install=$pkgname.install -up2date="lynx -dump http://sourceforge.net/projects/$pkgname|grep -1 Version|sed -n -e \"s/.*]$pkgname-\([0-9\.]*\) [A-Z].*/\1/\" -e '3 p'" -source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz \ - $pkgname-$pkgver-gcc4.patch) -sha1sums=('c34bed491d144cc91dbf0c6df73e854271b6d365' \ - '976ccb600bf31cc1177740c736d80a45ab23579f') - -build() -{ - Fpatchall - Fmake - Fmakeinstall ROOT=$Fdestdir -} - -# vim: ft=sh diff -rN -u old-frugalware-current/source/apps/shfs/shfs-0.35-gcc4.patch new-frugalware-current-1/source/apps/shfs/shfs-0.35-gcc4.patch --- old-frugalware-current/source/apps/shfs/shfs-0.35-gcc4.patch 2005-08-08 11:27:05.000000000 +0200 +++ new-frugalware-current-1/source/apps/shfs/shfs-0.35-gcc4.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -Only in shfs-0.35/shfs/Linux-2.6: .dir.o.d -Only in shfs-0.35-new/shfs/Linux-2.6/.tmp_versions: shfs.mod -diff -ur shfs-0.35/shfs/Linux-2.6/dir.c shfs-0.35-new/shfs/Linux-2.6/dir.c ---- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400 -+++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500 -@@ -19,6 +19,8 @@ - #include "shfs_debug.h" - #include "proc.h" - -+static struct dentry_operations shfs_dentry_operations; -+ - static int - shfs_dir_open(struct inode *inode, struct file *filp) - { -diff -ur shfs-0.35/shfs/Linux-2.6/shfs_fs.h shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h ---- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400 -+++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500 -@@ -50,7 +50,6 @@ - #define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0) - - /* shfs/dir.c */ --extern struct dentry_operations shfs_dentry_operations; - extern struct file_operations shfs_dir_operations; - extern struct inode_operations shfs_dir_inode_operations; - extern void shfs_new_dentry(struct dentry *dentry); -Only in shfs-0.35-new/shfs/Linux-2.6: shfs_fs.h.orig diff -rN -u old-frugalware-current/source/apps/shfs/shfs.install new-frugalware-current-1/source/apps/shfs/shfs.install --- old-frugalware-current/source/apps/shfs/shfs.install 2005-07-06 00:08:27.000000000 +0200 +++ new-frugalware-current-1/source/apps/shfs/shfs.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ -post_install() -{ - /sbin/depmod -a -} - -post_remove() -{ - /sbin/depmod -a -} - -op=$1 -shift -$op $* - -# vim: ft=sh
_______________________________________________ Frugalware-darcs mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-darcs
