Update of /cvsroot/fink/experimental/bcully In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12839
Modified Files: fuse.info sshfs.info Log Message: Kill -pthread; make sshfs find fuse_opt_parse Index: sshfs.info =================================================================== RCS file: /cvsroot/fink/experimental/bcully/sshfs.info,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sshfs.info 17 Jan 2007 18:49:48 -0000 1.5 +++ sshfs.info 17 Jan 2007 20:13:04 -0000 1.6 @@ -8,9 +8,11 @@ BuildDepends: fuse-dev, glib2-dev, pkgconfig, libgettext3-dev, fink (>= 0.24.12) Depends: fuse, glib2-shlibs, libgettext3-shlibs -CompileScript: << -CFLAGS="-D__FreeBSD__=10 -O -g" ./configure --prefix=%p --disable-dependency-tracking -<< +ConfigureParams: --disable-dependency-tracking +# pick up fuse_opt_parse +NoSetLDFLAGS: True +SetLDFLAGS: -L%p/lib -lfuse +#CompileScript: CFLAGS="-D__FreeBSD__=10 -O -g" ./configure --prefix=%p --disable-dependency-tracking DocFiles: README COPYING NEWS FAQ.txt Description: FUSE ssh filesystem Index: fuse.info =================================================================== RCS file: /cvsroot/fink/experimental/bcully/fuse.info,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- fuse.info 17 Jan 2007 19:06:51 -0000 1.7 +++ fuse.info 17 Jan 2007 20:13:04 -0000 1.8 @@ -15,6 +15,9 @@ sed -i.bak -e 's,/System/Library/Extensions/,%p/lib/%n/,' fusefs/load/load_fusefs.c sed -i.bak -e 's,/System/Library/Extensions/,%p/lib/%n/,' libfuse/fuse-2.6.1-macosx.patch cd ../fuse-2.6.1 && patch -p1 < ../macfuse-%v/libfuse/fuse-2.6.1-macosx.patch +sed -i.bak -e 's, -pthread,,' -e'/Cflags:/s,64,64 -D__FreeBSD__=10,' \ + ../fuse-2.6.1/fuse.pc.in +sed -i.bak -e 's,-pthread,,' ../fuse-2.6.1/configure << CompileScript: << #!/bin/sh -ev @@ -60,9 +63,6 @@ DescDetail: << These are the header and library files required for building FUSE filesystems. << - DescPort: << - Applications compiled with FUSE should include -D__FreeBSD__=10 in CPPFLAGS. - << << Description: Filesystem in Userspace ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-commits