Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (646c1cd39e5b2db3b6515489b9a8823fb6ef2868)

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 stable-0.62 grimoire by Vlad Glagolev (646c1cd39e5b2db3b6515489b9a8823fb6ef2868)
  • Date: Mon, 21 Mar 2016 21:15:01 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-drivers/portaudio19/BUILD | 3 +++
audio-drivers/portaudio19/HISTORY | 3 +++
libs/talloc/DEPENDS | 1 +
libs/talloc/HISTORY | 3 +++
4 files changed, 10 insertions(+)

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

talloc: added missing dependency

(cherry picked from commit d54b712f8d5ca4445dd65bcf441784577de1b64f)

commit 7a2a3e3699b2dc2f0afd4edfe10f997f03327275
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

portaudio19: fixed multijob build

(cherry picked from commit 1efb8ddb0afeb7955059ad65eb4febe33aa2c120)

diff --git a/audio-drivers/portaudio19/BUILD b/audio-drivers/portaudio19/BUILD
new file mode 100755
index 0000000..d22e99f
--- /dev/null
+++ b/audio-drivers/portaudio19/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/audio-drivers/portaudio19/HISTORY
b/audio-drivers/portaudio19/HISTORY
index ed83dc3..70c2516 100644
--- a/audio-drivers/portaudio19/HISTORY
+++ b/audio-drivers/portaudio19/HISTORY
@@ -1,3 +1,6 @@
+2016-03-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: added, to fix multijob build
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version

diff --git a/libs/talloc/DEPENDS b/libs/talloc/DEPENDS
index 2fa3e39..51409c5 100755
--- a/libs/talloc/DEPENDS
+++ b/libs/talloc/DEPENDS
@@ -1,6 +1,7 @@
depends python &&
depends -sub 'SSL' ${HTTP_DL_HANDLER} &&

+optional_depends libbsd "" "" "to use secure strlcpy and strlcat" &&
optional_depends docbook-xsl "" "" "for manual pages" &&

if is_depends_enabled $SPELL docbook-xsl; then
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index c3333ed..8e263fd 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,6 @@
+2016-03-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing libbsd dependency
+
2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed bundled waf, force it to run with python2




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (646c1cd39e5b2db3b6515489b9a8823fb6ef2868), Vlad Glagolev, 03/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page