Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] SVK change 9168 to grimoire.svk

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] SVK change 9168 to grimoire.svk
  • Date: Fri, 2 Jun 2006 18:58:21 -0500

Group: defaults
Subject: r9168 - in test/disk: . captive

Author: fbridault
Date: Fri Jun 2 18:58:21 2006
New Revision: 9168

Added:
test/disk/captive/CONFIGURE (contents, props changed)
test/disk/captive/DEPENDS (contents, props changed)
test/disk/captive/PRE_BUILD (contents, props changed)
test/disk/captive/captive-1.1.7.tar.gz.sig (contents, props changed)
test/disk/captive/prompt-removal.patch (contents, props changed)
Modified:
test/disk/ (props changed)
test/disk/captive/DETAILS
test/disk/captive/HISTORY

Log:
r9181@Frodon: vlaaad | 1970-01-01 01:00:00 +0200
Corrected bug #10899


Added: test/disk/captive/CONFIGURE
==============================================================================
--- (empty file)
+++ test/disk/captive/CONFIGURE Fri Jun 2 18:58:21 2006
@@ -0,0 +1 @@
+config_query GNOME_HELPER "Do you want to build a Gnome helper?" n

Added: test/disk/captive/DEPENDS
==============================================================================
--- (empty file)
+++ test/disk/captive/DEPENDS Fri Jun 2 18:58:21 2006
@@ -0,0 +1,6 @@
+depends fuse &&
+if [ "$GNOME_HELPER" == "y" ]; then
+ depends ntfsprogs &&
+ depends libgnomeui
+fi
+optional_depends gnome-vfs2 "" "" "For a Gnome VFS module"

Modified: test/disk/captive/DETAILS
==============================================================================
--- test/disk/captive/DETAILS (original)
+++ test/disk/captive/DETAILS Fri Jun 2 18:58:21 2006
@@ -1,8 +1,8 @@
SPELL=captive
- VERSION=1.1.5
+ VERSION=1.1.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.jankratochvil.net/project/captive/dist/$SOURCE
-
SOURCE_HASH=sha512:fe661d67fbe62216ba3160912aade4ce97407b3d2fb904e31e679cddd3425b99a7fbc35e0e3a367bf5995bd4f27086a6adcfc7954bc89c74ccd7e7f01f64ef6a
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.jankratochvil.net/project/captive/
ENTERED=20051215

Modified: test/disk/captive/HISTORY
==============================================================================
--- test/disk/captive/HISTORY (original)
+++ test/disk/captive/HISTORY Fri Jun 2 18:58:21 2006
@@ -1,3 +1,10 @@
+2006-06-03 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 1.1.7 (bug #10899)
+ * CONFIGURE: Added, prompt for gnome helper
+ * DEPENDS: Added
+ * prompt-removal.patch: Added, remove a prompt in 'install' target
+ * PRE_BUILD: Added, apply patch
+
2006-05-26 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Removed useless BUILD_API


Added: test/disk/captive/PRE_BUILD
==============================================================================
--- (empty file)
+++ test/disk/captive/PRE_BUILD Fri Jun 2 18:58:21 2006
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < $SPELL_DIRECTORY/prompt-removal.patch

Added: test/disk/captive/captive-1.1.7.tar.gz.sig
==============================================================================
Binary file. No diff available.

Added: test/disk/captive/prompt-removal.patch
==============================================================================
--- (empty file)
+++ test/disk/captive/prompt-removal.patch Fri Jun 2 18:58:21 2006
@@ -0,0 +1,17 @@
+diff -uNr captive-1.1.7.old/src/libcaptive/Makefile.in
captive-1.1.7/src/libcaptive/Makefile.in
+--- captive-1.1.7.old/src/libcaptive/Makefile.in 2006-06-03
01:27:58.000000000 +0200
++++ captive-1.1.7/src/libcaptive/Makefile.in 2006-06-03 01:28:29.000000000
+0200
+@@ -1051,12 +1051,7 @@
+ @HAVE_POD2MAN_TRUE@ $(POD2MAN) --section=8 $< >$@
+
+ install-exec-hook:
+- if test `id -u` -eq 0 -a -z "$(DESTDIR)";then \
+- if test x$(libdir) != x/lib -a x$(libdir) != x/usr/lib && !
grep -q '^$(libdir)$$' /etc/ld.so.conf;then \
+- echo -n "WARNING: Add '$(libdir)' to your
'/etc/ld.so.conf' and run ldconfig(8)! Press ENTER...";read; \
+- fi; \
+- ldconfig || echo -n "WARNING: Failed to run ldconfig(8) - run
manually! Press ENTER...";read; \
+- fi
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:



  • [SM-Commit] SVK change 9168 to grimoire.svk, Flavien Bridault, 06/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page