Ticket #18881: patch-Portfile

File patch-Portfile, 855 bytes (added by jul_bsd@…, 14 years ago)

patch Portfile

Line 
1--- Portfile.orig       2010-08-14 18:24:55.000000000 +0200
2+++ Portfile    2010-08-14 18:46:34.000000000 +0200
3@@ -44,11 +44,18 @@
4 
5 
6 ## untested....
7-## variant fuse description {Access AFF data through FUSE} {
8-##     configure.args-append   --enable-fuse=yes
9-##     configure.args-delete   --enable-fuse=no
10-##     'port lint' is silly about trailing whitespace in comments
11-## }
12+variant fuse description {Access AFF data through FUSE} {
13+       depends_lib-append      port:macfuse
14+       configure.args-append   --enable-fuse=yes
15+       configure.args-delete   --enable-fuse=no
16+        patchfiles-append patch-fuse-configure.ac.diff
17+       use_autoconf        yes
18+#      'port lint' is silly about trailing whitespace in comments
19+       notes "
20+Please note that you enable fuse, but this is still experimental and not supported by devs.
21+Do it at your own risk and backup important data !
22+"
23+}
24 ##
25 
26 #