diff options
author | 2008-04-05 09:56:03 +0000 | |
---|---|---|
committer | 2008-04-05 09:56:03 +0000 | |
commit | b3d8677509d689da6227c3eb9cddf5ba2edf13ee (patch) | |
tree | 288142b556fdb0e394625e2391278973a60be9e7 /net-fs/davfs2/files | |
parent | Remove lots of obsolete versions (diff) | |
download | historical-b3d8677509d689da6227c3eb9cddf5ba2edf13ee.tar.gz historical-b3d8677509d689da6227c3eb9cddf5ba2edf13ee.tar.bz2 historical-b3d8677509d689da6227c3eb9cddf5ba2edf13ee.zip |
Version bump, bug 214497, also fix mounting in nobody's home, bug 156591
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-fs/davfs2/files')
-rw-r--r-- | net-fs/davfs2/files/davfs2-neon-0.28.patch | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/net-fs/davfs2/files/davfs2-neon-0.28.patch b/net-fs/davfs2/files/davfs2-neon-0.28.patch new file mode 100644 index 000000000000..fe1dfc407877 --- /dev/null +++ b/net-fs/davfs2/files/davfs2-neon-0.28.patch @@ -0,0 +1,58 @@ +Thanks go to debian: +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473933 + +diff -uri davfs2-1.3.0.orig/configure davfs2-1.3.0/configure +--- davfs2-1.3.0.orig/configure 2008-02-06 09:56:13.000000000 +0000 ++++ davfs2-1.3.0/configure 2008-04-02 13:28:30.000000000 +0000 +@@ -5546,7 +5546,7 @@ + echo "${ECHO_T}$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 25 26 27; do ++ for v in 25 26 27 28; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac +@@ -5741,8 +5741,8 @@ + neon_got_library=yes + + else +- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5 +-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;} ++ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5 ++echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;} + neon_got_library=no + fi + +@@ -5823,7 +5823,7 @@ + echo "${ECHO_T}$ne_cv_lib_neon" >&6; } + if test "$ne_cv_lib_neon" = "yes"; then + ne_cv_lib_neonver=no +- for v in 25 26 27; do ++ for v in 25 26 27 28; do + case $ne_libver in + 0.$v.*) ne_cv_lib_neonver=yes ;; + esac +@@ -6018,8 +6018,8 @@ + neon_got_library=yes + + else +- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5 +-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;} ++ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5 ++echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;} + neon_got_library=no + fi + +diff -uri davfs2-1.3.0.orig/configure.ac davfs2-1.3.0/configure.ac +--- davfs2-1.3.0.orig/configure.ac 2008-02-05 20:37:03.000000000 +0000 ++++ davfs2-1.3.0/configure.ac 2008-04-02 13:27:27.000000000 +0000 +@@ -17,7 +17,7 @@ + # Checks for libraries. + AM_GNU_GETTEXT_VERSION(0.14.4) + AM_GNU_GETTEXT([external]) +-NE_REQUIRE_VERSIONS([0], [25 26 27]) ++NE_REQUIRE_VERSIONS([0], [25 26 27 28]) + DAV_CHECK_NEON + + # Checks for header files. |