Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9a3a0e15ea7c750c6d789528534d7fae30657417)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9a3a0e15ea7c750c6d789528534d7fae30657417)
  • Date: Wed, 6 Oct 2010 20:04:38 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

audio-players/lame/BUILD | 2 ++
audio-players/lame/HISTORY | 3 +++
database/virtuoso/BUILD | 1 +
database/virtuoso/HISTORY | 3 +++
4 files changed, 9 insertions(+)

New commits:
commit 9a3a0e15ea7c750c6d789528534d7fae30657417
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Fails with multiple make jobs

commit 19fec3a9acf5b6cee7007b0d55ac4a5b9939cee6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lame: Fails with multiple make jobs

diff --git a/audio-players/lame/BUILD b/audio-players/lame/BUILD
new file mode 100755
index 0000000..589720d
--- /dev/null
+++ b/audio-players/lame/BUILD
@@ -0,0 +1,2 @@
+make_single &&
+default_build
diff --git a/audio-players/lame/HISTORY b/audio-players/lame/HISTORY
index 290e32f..2358756 100644
--- a/audio-players/lame/HISTORY
+++ b/audio-players/lame/HISTORY
@@ -1,3 +1,6 @@
+2010-10-05 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails with multiple make jobs
+
2010-03-27 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 3.98.4

diff --git a/database/virtuoso/BUILD b/database/virtuoso/BUILD
index 420b32e..6bfcac2 100755
--- a/database/virtuoso/BUILD
+++ b/database/virtuoso/BUILD
@@ -1,2 +1,3 @@
OPTS+=" $VT_KDE $VT_OPT --disable-perl" &&
+make_single &&
default_build
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index b91bacf..cdd8f28 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,3 +1,6 @@
+2010-10-05 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails with multiple make jobs
+
2010-08-09 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Fix zlib build flag




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9a3a0e15ea7c750c6d789528534d7fae30657417), Eric Sandall, 10/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page