Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad368c7e9f8a0fbbe8069cd9e168e052fa73efe3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad368c7e9f8a0fbbe8069cd9e168e052fa73efe3)
  • Date: Tue, 3 Mar 2015 04:53:58 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/avfs/CONFIGURE | 23 ++++++++++++++---------
disk/avfs/DETAILS | 2 ++
disk/avfs/HISTORY | 4 ++++
3 files changed, 20 insertions(+), 9 deletions(-)

New commits:
commit ad368c7e9f8a0fbbe8069cd9e168e052fa73efe3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

avfs: configuration fixes

diff --git a/disk/avfs/CONFIGURE b/disk/avfs/CONFIGURE
index 2eeb30b..deb395d 100755
--- a/disk/avfs/CONFIGURE
+++ b/disk/avfs/CONFIGURE
@@ -1,22 +1,27 @@
-config_query_option AVFS_OPTS "Compile avfs as a shared or static library?"
y \
+config_query_option AVFS_OPTS "Compile avfs as a shared and static library?"
y \
"--enable-library" \
"--disable-library" &&

-config_query_option AVFS_OPTS "Compile the preloaded library and server?" n \
- "--enable-preload" \
- "--disable-preload" &&
-
config_query_option AVFS_OPTS "Compile in debug information?" n \
"--enable-debug" \
"--disable-debug" &&

+# preload doesn't work on glibc systems
+list_add "AVFS_OPTS" "--disable-preload" &&
+#config_query_option AVFS_OPTS "Compile the preloaded library and server?" n
\
+# "--enable-preload" \
+# "--disable-preload" &&
+
# dav support is broken
-message "${MESSAGE_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
+message "${PROBLEM_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
list_add "AVFS_OPTS" "--disable-dav" &&
#config_query_option AVFS_OPTS "Compile the dav module?" n \
# "--enable-dav" \
# "--disable-dav" &&

-config_query_option AVFS_OPTS "Compile avfscoda daemon and kernel module?" n
\
- "--enable-avfscoda" \
- "--disable-avfscoda"
+# coda support is broken
+message "${PROBLEM_COLOR}Coda module is incompatible with modern kernels,
disabling it...${DEFAULT_COLOR}" &&
+list_add "AVFS_OPTS" "--disable-avfscoda"
+#config_query_option AVFS_OPTS "Compile avfscoda daemon and kernel module?"
n \
+# "--enable-avfscoda" \
+# "--disable-avfscoda"
diff --git a/disk/avfs/DETAILS b/disk/avfs/DETAILS
index 489a0f2..e25c9b4 100755
--- a/disk/avfs/DETAILS
+++ b/disk/avfs/DETAILS
@@ -7,6 +7,8 @@
SOURCE_GPG=6623F6B4.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
+ DOCS="AUTHORS COPYING.LIB ChangeLog TODO doc/INSTALL.*
doc/README.* doc/FORMAT doc/api-overview doc/background $DOCS"
WEB_SITE=http://avf.sourceforge.net/
LICENSE[0]=GPL
ENTERED=20071205
diff --git a/disk/avfs/HISTORY b/disk/avfs/HISTORY
index a9c8ac8..c20c596 100644
--- a/disk/avfs/HISTORY
+++ b/disk/avfs/HISTORY
@@ -1,3 +1,7 @@
+2015-03-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: do not install Makefile's in docs, gather more docs instead
+ * CONFIGURE: disable coda/preload support; use PROBLEM_COLOR
+
2014-12-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ad368c7e9f8a0fbbe8069cd9e168e052fa73efe3), Vlad Glagolev, 03/03/2015

Archive powered by MHonArc 2.6.24.

Top of Page