Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (827607eeec1c51c1f3b5ae003f094865d9ddee62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (827607eeec1c51c1f3b5ae003f094865d9ddee62)
  • Date: Mon, 23 Sep 2019 20:49:47 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 +
audio-drivers/portaudio/BUILD | 5 -
audio-drivers/portaudio/CONFLICTS | 2
audio-drivers/portaudio/DETAILS | 25 -------
audio-drivers/portaudio/HISTORY | 39 -----------
audio-drivers/portaudio/INSTALL | 2
audio-drivers/portaudio/PRE_BUILD | 3
audio-drivers/portaudio/PROVIDES | 2
audio-drivers/portaudio19/BUILD | 3
audio-drivers/portaudio19/CONFLICTS | 1
audio-drivers/portaudio19/DEPENDS | 12 ---
audio-drivers/portaudio19/DETAILS | 40 -----------
audio-drivers/portaudio19/HISTORY | 53 ---------------
audio-drivers/portaudio19/PREPARE | 2
audio-drivers/portaudio19/PROVIDES | 2
audio-libs/portaudio/BUILD | 5 +
audio-libs/portaudio/CONFLICTS | 2
audio-libs/portaudio/DETAILS | 25 +++++++
audio-libs/portaudio/HISTORY | 39 +++++++++++
audio-libs/portaudio/INSTALL | 2
audio-libs/portaudio/PRE_BUILD | 3
audio-libs/portaudio/PROVIDES | 2
audio-libs/portaudio19/BUILD | 3
audio-libs/portaudio19/CONFLICTS | 1
audio-libs/portaudio19/DEPENDS | 12 +++
audio-libs/portaudio19/DETAILS | 40 +++++++++++
audio-libs/portaudio19/HISTORY | 53 +++++++++++++++
audio-libs/portaudio19/PREPARE | 2
audio-libs/portaudio19/PROVIDES | 2
devel/llvm/0001-fix-compile-error.patch | 107
+++++++++++++++-----------------
devel/llvm/DETAILS | 4 -
devel/llvm/HISTORY | 8 --
libs/boost/BUILD | 2
libs/boost/CONFIGURE | 1
libs/boost/DETAILS | 10 +-
libs/boost/HISTORY | 6 +
libs/boost/INSTALL | 6 -
libs/boost/PRE_SUB_DEPENDS | 3
libs/boost/SUB_DEPENDS | 3
39 files changed, 270 insertions(+), 266 deletions(-)

New commits:
commit 827607eeec1c51c1f3b5ae003f094865d9ddee62
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

portaudio, portaudio19: Move to audio-libs, these are not drivers

commit a6da1590841de31afe8801a9d9ab0b595796135e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

boost 1.71.0

Add ASIO to the list of libraries, and fix the version number to use
periods, which is how upstream presents it, despite the file name.

In this version bjam was renamed to b2.

commit a706be41273f35e05913ed01394b76de8d3daaaf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "llvm: => 9.0.0"

This reverts commits:
63590fa6b5f260d49475ba330ee80309cc6fe4a7,
fad5c97232179ae666c8adfd856714f056f13363, and
d0815972a00290e6f5e8ccdcb7a0dc7500976463.

diff --git a/ChangeLog b/ChangeLog
index daba6b7..586a531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-23 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-libs/portaudio, audio-libs/portaudio19: moved from
+ audio-drivers
+
2019-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* crypto/libsodium: moved from libs

diff --git a/audio-drivers/portaudio/BUILD b/audio-drivers/portaudio/BUILD
deleted file mode 100755
index 05fb3ad..0000000
--- a/audio-drivers/portaudio/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-sedit "s:/usr/local:${INSTALL_ROOT}/usr:" Makefile.linux &&
-# dependent apps should be able to link without specifying -lpthread
-sedit 's:gcc -shared -o:gcc -shared $(LIBS) -o:' Makefile.linux &&
-sedit 's:CFLAGS = :CFLAGS = -fPIC :' Makefile.linux &&
-make -f Makefile.linux sharedlib
diff --git a/audio-drivers/portaudio/CONFLICTS
b/audio-drivers/portaudio/CONFLICTS
deleted file mode 100755
index 52950f6..0000000
--- a/audio-drivers/portaudio/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts portaudio-cvs y &&
-conflicts portaudio19 y
diff --git a/audio-drivers/portaudio/DETAILS b/audio-drivers/portaudio/DETAILS
deleted file mode 100755
index 914811d..0000000
--- a/audio-drivers/portaudio/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
- SPELL=portaudio
- VERSION=v18_1
- SOURCE=${SPELL}_${VERSION}.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
- SOURCE_URL[0]=http://www.portaudio.com/archives/$SOURCE
-
SOURCE_HASH=sha512:991be0640101bb3ec75d8168db81288f66cf876bdd3029317bc29f8711770cf93ec680bb084a3e61a9cb58258b8f08e4e1d9d84e8b7adf10f03a0f7c01dfd306
- WEB_SITE=http://www.portaudio.com
- ENTERED=20031118
- UPDATED=20040421
- PATCHLEVEL=1
- ARCHIVE="off"
- LICENSE[0]=http://www.portaudio.com/license.html
- KEYWORDS="drivers audio"
- SHORT="PortAudio is a free, cross platform, open-source, audio I/O
library"
-cat << EOF
-PortAudio is a free, cross platform, open-source, audio I/O library.
-It lets you write simple audio programs in 'C' that will compile and
-run on many platforms including Windows, Macintosh (8,9,X), Unix
-(OSS), SGI, and BeOS. PortAudio is intended to promote the exchange
-of audio synthesis software between developers on different
-platforms, and was recently selected as the audio component of a
-larger PortMusic project that includes MIDI and sound file support.
-EOF
-
-
diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
deleted file mode 100644
index 782164a..0000000
--- a/audio-drivers/portaudio/HISTORY
+++ /dev/null
@@ -1,39 +0,0 @@
-2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
- * CONFLICTS: conflicts with portaudio19
-
-2019-08-07 Ismael Luceno <ismael AT sourcemage.org>
- * PRE_BUILD: fixed install when there is no ldconfig
-
-2008-12-16 Ethan Grammatikidis <eekee57 AT fastmail.fm>
- * BUILD: added -fPIC to CFLAGS, needed for compilation on x86_64.
- Tested with x86_64 and i386.
-
-2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
- * PROVIDES: added PORTAUDIO provider (for mpg123)
-
-2006-08-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS, BUILD, INSTALL: converted to build api 2 and fixed
- the build to actually link with pthread like it intended
-
-2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-04-21 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Install portaudio.h so it's actually useable
- Formatting cleanup
- * DETAILS: Updated UPDATED
- Removed MAINTAINER
- Formatting cleanup
-
-2003-12-07 Unet <audio AT sourcemage.org>
- * CONFLICTS: with portaudio-cvs
-
-2003-11-18 Unet <audio AT sourcemage.org>
- * DETAILS, BUILD, HISTORY: Created
-
diff --git a/audio-drivers/portaudio/INSTALL b/audio-drivers/portaudio/INSTALL
deleted file mode 100755
index a9e9a66..0000000
--- a/audio-drivers/portaudio/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-make -f Makefile.linux libinstall &&
-cp pa_common/portaudio.h ${INSTAL_ROOT}/usr/include
diff --git a/audio-drivers/portaudio/PRE_BUILD
b/audio-drivers/portaudio/PRE_BUILD
deleted file mode 100755
index 0eae884..0000000
--- a/audio-drivers/portaudio/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-sedit '/\t@[/]sbin[/]ldconfig/s/@/-@/' Makefile.linux
diff --git a/audio-drivers/portaudio/PROVIDES
b/audio-drivers/portaudio/PROVIDES
deleted file mode 100755
index abb7a99..0000000
--- a/audio-drivers/portaudio/PROVIDES
+++ /dev/null
@@ -1,2 +0,0 @@
-PORTAUDIO
-
diff --git a/audio-drivers/portaudio19/BUILD b/audio-drivers/portaudio19/BUILD
deleted file mode 100755
index d22e99f..0000000
--- a/audio-drivers/portaudio19/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-make_single &&
-default_build &&
-make_normal
diff --git a/audio-drivers/portaudio19/CONFLICTS
b/audio-drivers/portaudio19/CONFLICTS
deleted file mode 100755
index 609b7af..0000000
--- a/audio-drivers/portaudio19/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts portaudio y
diff --git a/audio-drivers/portaudio19/DEPENDS
b/audio-drivers/portaudio19/DEPENDS
deleted file mode 100755
index d331cd5..0000000
--- a/audio-drivers/portaudio19/DEPENDS
+++ /dev/null
@@ -1,12 +0,0 @@
-if [[ $PORTAUDIO19_BRANCH == scm ]]; then
- depends subversion
-fi &&
-
-optional_depends -sub CXX gcc "--enable-cxx" "--disable-cxx" \
- "Enable C++ bindings" &&
-
-optional_depends alsa-lib "--with-alsa" "--without-alsa" \
- "for alsa sound support" &&
-
-optional_depends JACK-DRIVER "--with-jack" "--without-jack" \
- "for jack support"
diff --git a/audio-drivers/portaudio19/DETAILS
b/audio-drivers/portaudio19/DETAILS
deleted file mode 100755
index 8dd56cc..0000000
--- a/audio-drivers/portaudio19/DETAILS
+++ /dev/null
@@ -1,40 +0,0 @@
-. "$GRIMOIRE/FUNCTIONS"
- SPELL=portaudio19
-case ${PORTAUDIO19_BRANCH} in
- scm)
- VERSION=$(get_scm_version)
-# SOURCE_URL=svn://www.portaudio.com/repos/portaudio/branches/v19-devel
- SOURCE=${SPELL}_cvs.tar.bz2
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
-;;
- snapshot)
- VERSION=snapshot_v19
- SOURCE=pa_$VERSION.tar.gz
- SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
-;;
- *)
- VERSION=stable_v190600_20161030
- SOURCE=pa_${VERSION}.tgz
-
SOURCE_HASH=sha512:7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
- SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
-;;
-esac
- WEB_SITE=http://www.portaudio.com
- ENTERED=20060725
- LICENSE[0]=http://www.portaudio.com/license.html
- KEYWORDS="drivers audio"
- SHORT="PortAudio is a free, cross platform, open-source, audio I/O
library"
-cat << EOF
-PortAudio is a free, cross platform, open-source, audio I/O library.
-It lets you write simple audio programs in 'C' that will compile and
-run on many platforms including Windows, Macintosh (8,9,X), Unix
-(OSS), SGI, and BeOS. PortAudio is intended to promote the exchange
-of audio synthesis software between developers on different
-platforms, and was recently selected as the audio component of a
-larger PortMusic project that includes MIDI and sound file support.
-EOF
diff --git a/audio-drivers/portaudio19/HISTORY
b/audio-drivers/portaudio19/HISTORY
deleted file mode 100644
index b40b170..0000000
--- a/audio-drivers/portaudio19/HISTORY
+++ /dev/null
@@ -1,53 +0,0 @@
-2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
- * CONFLICTS: conflicts with portaudio
-
-2016-11-23 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated to stable_v190600_20161030
-
-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
-
-2014-02-17 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: stable_v19_20140130
-
-2011-11-27 Robin Cook <rcook AT wyrms.net>
- * DETAILS: udated stable to v19_20110326
- * DEPENDS: added C++ option
- added missing &&
-
-2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
- * DOWNLOAD: Removed, now sorcery supports Subversion URLs
- * DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
-
-2009-01-30 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: stable_v19_20071207
-
-2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
- * PROVIDES: added PORTAUDIO provider (for mpg123)
-
-2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * CONFLICTS: removed, deprecation complete
-
-2007-01-10 Treeve Jelbert <treeve AT sourcemage.org>
- * PREPARE, DEPENDS, DOWNLOAD, DETAILS: support multiple versions
- (stable/snapshot)
- disable svn checkout, does not work (invalid certificate)
- * DETAILS: version stable_v19_061121
-
-2007-01-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DEPENDS: Added depends subversion (bug #13372).
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-08-28 Eric Sandall <sandalle AT sourcemage.org>
- * PREPARE: Query for CVS auto-update
- * DETAILS: Check for CVS auto-update
- SOURCE uses -cvs suffix
-
-2006-07-25 Unet <unet AT sourcemage.org>
- * ALL: Created spell
-
diff --git a/audio-drivers/portaudio19/PREPARE
b/audio-drivers/portaudio19/PREPARE
deleted file mode 100755
index 6c4e533..0000000
--- a/audio-drivers/portaudio19/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable snapshot scm
diff --git a/audio-drivers/portaudio19/PROVIDES
b/audio-drivers/portaudio19/PROVIDES
deleted file mode 100755
index abb7a99..0000000
--- a/audio-drivers/portaudio19/PROVIDES
+++ /dev/null
@@ -1,2 +0,0 @@
-PORTAUDIO
-
diff --git a/audio-libs/portaudio/BUILD b/audio-libs/portaudio/BUILD
new file mode 100755
index 0000000..05fb3ad
--- /dev/null
+++ b/audio-libs/portaudio/BUILD
@@ -0,0 +1,5 @@
+sedit "s:/usr/local:${INSTALL_ROOT}/usr:" Makefile.linux &&
+# dependent apps should be able to link without specifying -lpthread
+sedit 's:gcc -shared -o:gcc -shared $(LIBS) -o:' Makefile.linux &&
+sedit 's:CFLAGS = :CFLAGS = -fPIC :' Makefile.linux &&
+make -f Makefile.linux sharedlib
diff --git a/audio-libs/portaudio/CONFLICTS b/audio-libs/portaudio/CONFLICTS
new file mode 100755
index 0000000..52950f6
--- /dev/null
+++ b/audio-libs/portaudio/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts portaudio-cvs y &&
+conflicts portaudio19 y
diff --git a/audio-libs/portaudio/DETAILS b/audio-libs/portaudio/DETAILS
new file mode 100755
index 0000000..914811d
--- /dev/null
+++ b/audio-libs/portaudio/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=portaudio
+ VERSION=v18_1
+ SOURCE=${SPELL}_${VERSION}.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
+ SOURCE_URL[0]=http://www.portaudio.com/archives/$SOURCE
+
SOURCE_HASH=sha512:991be0640101bb3ec75d8168db81288f66cf876bdd3029317bc29f8711770cf93ec680bb084a3e61a9cb58258b8f08e4e1d9d84e8b7adf10f03a0f7c01dfd306
+ WEB_SITE=http://www.portaudio.com
+ ENTERED=20031118
+ UPDATED=20040421
+ PATCHLEVEL=1
+ ARCHIVE="off"
+ LICENSE[0]=http://www.portaudio.com/license.html
+ KEYWORDS="drivers audio"
+ SHORT="PortAudio is a free, cross platform, open-source, audio I/O
library"
+cat << EOF
+PortAudio is a free, cross platform, open-source, audio I/O library.
+It lets you write simple audio programs in 'C' that will compile and
+run on many platforms including Windows, Macintosh (8,9,X), Unix
+(OSS), SGI, and BeOS. PortAudio is intended to promote the exchange
+of audio synthesis software between developers on different
+platforms, and was recently selected as the audio component of a
+larger PortMusic project that includes MIDI and sound file support.
+EOF
+
+
diff --git a/audio-libs/portaudio/HISTORY b/audio-libs/portaudio/HISTORY
new file mode 100644
index 0000000..782164a
--- /dev/null
+++ b/audio-libs/portaudio/HISTORY
@@ -0,0 +1,39 @@
+2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFLICTS: conflicts with portaudio19
+
+2019-08-07 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: fixed install when there is no ldconfig
+
+2008-12-16 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * BUILD: added -fPIC to CFLAGS, needed for compilation on x86_64.
+ Tested with x86_64 and i386.
+
+2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * PROVIDES: added PORTAUDIO provider (for mpg123)
+
+2006-08-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: converted to build api 2 and fixed
+ the build to actually link with pthread like it intended
+
+2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-04-21 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Install portaudio.h so it's actually useable
+ Formatting cleanup
+ * DETAILS: Updated UPDATED
+ Removed MAINTAINER
+ Formatting cleanup
+
+2003-12-07 Unet <audio AT sourcemage.org>
+ * CONFLICTS: with portaudio-cvs
+
+2003-11-18 Unet <audio AT sourcemage.org>
+ * DETAILS, BUILD, HISTORY: Created
+
diff --git a/audio-libs/portaudio/INSTALL b/audio-libs/portaudio/INSTALL
new file mode 100755
index 0000000..a9e9a66
--- /dev/null
+++ b/audio-libs/portaudio/INSTALL
@@ -0,0 +1,2 @@
+make -f Makefile.linux libinstall &&
+cp pa_common/portaudio.h ${INSTAL_ROOT}/usr/include
diff --git a/audio-libs/portaudio/PRE_BUILD b/audio-libs/portaudio/PRE_BUILD
new file mode 100755
index 0000000..0eae884
--- /dev/null
+++ b/audio-libs/portaudio/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/\t@[/]sbin[/]ldconfig/s/@/-@/' Makefile.linux
diff --git a/audio-libs/portaudio/PROVIDES b/audio-libs/portaudio/PROVIDES
new file mode 100755
index 0000000..abb7a99
--- /dev/null
+++ b/audio-libs/portaudio/PROVIDES
@@ -0,0 +1,2 @@
+PORTAUDIO
+
diff --git a/audio-libs/portaudio19/BUILD b/audio-libs/portaudio19/BUILD
new file mode 100755
index 0000000..d22e99f
--- /dev/null
+++ b/audio-libs/portaudio19/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/audio-libs/portaudio19/CONFLICTS
b/audio-libs/portaudio19/CONFLICTS
new file mode 100755
index 0000000..609b7af
--- /dev/null
+++ b/audio-libs/portaudio19/CONFLICTS
@@ -0,0 +1 @@
+conflicts portaudio y
diff --git a/audio-libs/portaudio19/DEPENDS b/audio-libs/portaudio19/DEPENDS
new file mode 100755
index 0000000..d331cd5
--- /dev/null
+++ b/audio-libs/portaudio19/DEPENDS
@@ -0,0 +1,12 @@
+if [[ $PORTAUDIO19_BRANCH == scm ]]; then
+ depends subversion
+fi &&
+
+optional_depends -sub CXX gcc "--enable-cxx" "--disable-cxx" \
+ "Enable C++ bindings" &&
+
+optional_depends alsa-lib "--with-alsa" "--without-alsa" \
+ "for alsa sound support" &&
+
+optional_depends JACK-DRIVER "--with-jack" "--without-jack" \
+ "for jack support"
diff --git a/audio-libs/portaudio19/DETAILS b/audio-libs/portaudio19/DETAILS
new file mode 100755
index 0000000..8dd56cc
--- /dev/null
+++ b/audio-libs/portaudio19/DETAILS
@@ -0,0 +1,40 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=portaudio19
+case ${PORTAUDIO19_BRANCH} in
+ scm)
+ VERSION=$(get_scm_version)
+# SOURCE_URL=svn://www.portaudio.com/repos/portaudio/branches/v19-devel
+ SOURCE=${SPELL}_cvs.tar.bz2
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
+;;
+ snapshot)
+ VERSION=snapshot_v19
+ SOURCE=pa_$VERSION.tar.gz
+ SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
+;;
+ *)
+ VERSION=stable_v190600_20161030
+ SOURCE=pa_${VERSION}.tgz
+
SOURCE_HASH=sha512:7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
+ SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
+;;
+esac
+ WEB_SITE=http://www.portaudio.com
+ ENTERED=20060725
+ LICENSE[0]=http://www.portaudio.com/license.html
+ KEYWORDS="drivers audio"
+ SHORT="PortAudio is a free, cross platform, open-source, audio I/O
library"
+cat << EOF
+PortAudio is a free, cross platform, open-source, audio I/O library.
+It lets you write simple audio programs in 'C' that will compile and
+run on many platforms including Windows, Macintosh (8,9,X), Unix
+(OSS), SGI, and BeOS. PortAudio is intended to promote the exchange
+of audio synthesis software between developers on different
+platforms, and was recently selected as the audio component of a
+larger PortMusic project that includes MIDI and sound file support.
+EOF
diff --git a/audio-libs/portaudio19/HISTORY b/audio-libs/portaudio19/HISTORY
new file mode 100644
index 0000000..b40b170
--- /dev/null
+++ b/audio-libs/portaudio19/HISTORY
@@ -0,0 +1,53 @@
+2019-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFLICTS: conflicts with portaudio
+
+2016-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated to stable_v190600_20161030
+
+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
+
+2014-02-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: stable_v19_20140130
+
+2011-11-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: udated stable to v19_20110326
+ * DEPENDS: added C++ option
+ added missing &&
+
+2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DOWNLOAD: Removed, now sorcery supports Subversion URLs
+ * DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
+
+2009-01-30 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: stable_v19_20071207
+
+2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * PROVIDES: added PORTAUDIO provider (for mpg123)
+
+2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFLICTS: removed, deprecation complete
+
+2007-01-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * PREPARE, DEPENDS, DOWNLOAD, DETAILS: support multiple versions
+ (stable/snapshot)
+ disable svn checkout, does not work (invalid certificate)
+ * DETAILS: version stable_v19_061121
+
+2007-01-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added depends subversion (bug #13372).
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-08-28 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Query for CVS auto-update
+ * DETAILS: Check for CVS auto-update
+ SOURCE uses -cvs suffix
+
+2006-07-25 Unet <unet AT sourcemage.org>
+ * ALL: Created spell
+
diff --git a/audio-libs/portaudio19/PREPARE b/audio-libs/portaudio19/PREPARE
new file mode 100755
index 0000000..6c4e533
--- /dev/null
+++ b/audio-libs/portaudio19/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable snapshot scm
diff --git a/audio-libs/portaudio19/PROVIDES b/audio-libs/portaudio19/PROVIDES
new file mode 100755
index 0000000..abb7a99
--- /dev/null
+++ b/audio-libs/portaudio19/PROVIDES
@@ -0,0 +1,2 @@
+PORTAUDIO
+
diff --git a/devel/llvm/0001-fix-compile-error.patch
b/devel/llvm/0001-fix-compile-error.patch
index 4e7317e..2223c15 100644
--- a/devel/llvm/0001-fix-compile-error.patch
+++ b/devel/llvm/0001-fix-compile-error.patch
@@ -54,56 +54,55 @@ diff --git a/lib/Transforms/Scalar/LICM.cpp
b/lib/Transforms/Scalar/LICM.cpp
index 37b9c4b..19742d2 100644
--- a/lib/Transforms/Scalar/LICM.cpp
+++ b/lib/Transforms/Scalar/LICM.cpp
-@@ -416,7 +416,7 @@
- MSSAInsertPts.push_back(nullptr);
- }
+@@ -348,7 +348,7 @@
+ for (BasicBlock *ExitBlock : ExitBlocks)
+ InsertPts.push_back(&*ExitBlock->getFirstInsertionPt());

- PredIteratorCache PIC;
+ PredIteratorCache pic;

bool Promoted = false;

-@@ -442,7 +442,7 @@
- PointerMustAliases.insert(ASI.getValue());
+@@ -371,7 +371,7 @@
+ PointerMustAliases.insert(ASI.getValue());

- Promoted |= promoteLoopAccessesToScalars(
-- PointerMustAliases, ExitBlocks, InsertPts, MSSAInsertPts, PIC,
LI,
-+ PointerMustAliases, ExitBlocks, InsertPts, MSSAInsertPts, pic,
LI,
- DT, TLI, L, CurAST.get(), MSSAU.get(), &SafetyInfo, ORE);
+ Promoted |= promoteLoopAccessesToScalars(
+- PointerMustAliases, ExitBlocks, InsertPts, PIC, LI, DT, TLI,
L,
++ PointerMustAliases, ExitBlocks, InsertPts, pic, LI, DT, TLI,
L,
+ CurAST.get(), &SafetyInfo, ORE);
+ }
}
-
-@@ -1749,13 +1749,13 @@
+@@ -1639,12 +1639,12 @@
+ LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater
&S,
const SmallSetVector<Value *, 8> &PMA,
SmallVectorImpl<BasicBlock *> &LEB,
- SmallVectorImpl<Instruction *> &LIP,
-- SmallVectorImpl<MemoryAccess *> &MSSAIP, PredIteratorCache
&PIC,
-+ SmallVectorImpl<MemoryAccess *> &MSSAIP, PredIteratorCache
&pic,
- AliasSetTracker &ast, MemorySSAUpdater *MSSAU, LoopInfo &li,
- DebugLoc dl, int alignment, bool UnorderedAtomic,
- const AAMDNodes &AATags, ICFLoopSafetyInfo &SafetyInfo)
+- SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC,
++ SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &pic,
+ AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int
alignment,
+ bool UnorderedAtomic, const AAMDNodes &AATags,
+ ICFLoopSafetyInfo &SafetyInfo)
: LoadAndStorePromoter(Insts, S), SomePtr(SP),
PointerMustAliases(PMA),
- LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP),
-- PredCache(PIC), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
-+ PredCache(pic), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
- Alignment(alignment), UnorderedAtomic(UnorderedAtomic),
AATags(AATags),
- SafetyInfo(SafetyInfo) {}
-
-@@ -1851,7 +1851,7 @@
+- LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
++ LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(pic), AST(ast),
+ LI(li), DL(std::move(dl)), Alignment(alignment),
+ UnorderedAtomic(UnorderedAtomic), AATags(AATags),
SafetyInfo(SafetyInfo)
+ {}
+@@ -1723,7 +1723,7 @@
+ bool llvm::promoteLoopAccessesToScalars(
const SmallSetVector<Value *, 8> &PointerMustAliases,
SmallVectorImpl<BasicBlock *> &ExitBlocks,
- SmallVectorImpl<Instruction *> &InsertPts,
-- SmallVectorImpl<MemoryAccess *> &MSSAInsertPts, PredIteratorCache &PIC,
-+ SmallVectorImpl<MemoryAccess *> &MSSAInsertPts, PredIteratorCache &pic,
+- SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC,
++ SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &pic,
LoopInfo *LI, DominatorTree *DT, const TargetLibraryInfo *TLI,
- Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU,
- ICFLoopSafetyInfo *SafetyInfo, OptimizationRemarkEmitter *ORE) {
-@@ -2091,7 +2091,7 @@
+ Loop *CurLoop, AliasSetTracker *CurAST, ICFLoopSafetyInfo *SafetyInfo,
+ OptimizationRemarkEmitter *ORE) {
+@@ -1943,7 +1943,7 @@
SmallVector<PHINode *, 16> NewPHIs;
SSAUpdater SSA(&NewPHIs);
LoopPromoter Promoter(SomePtr, LoopUses, SSA, PointerMustAliases,
ExitBlocks,
-- InsertPts, MSSAInsertPts, PIC, *CurAST, MSSAU, *LI,
DL,
-+ InsertPts, MSSAInsertPts, pic, *CurAST, MSSAU, *LI,
DL,
- Alignment, SawUnorderedAtomic, AATags, *SafetyInfo);
+- InsertPts, PIC, *CurAST, *LI, DL, Alignment,
++ InsertPts, pic, *CurAST, *LI, DL, Alignment,
+ SawUnorderedAtomic, AATags, *SafetyInfo);

// Set up the preheader to have a definition of the value. It is the
live-out
diff --git a/lib/Transforms/Utils/PredicateInfo.cpp
b/lib/Transforms/Utils/PredicateInfo.cpp
@@ -203,30 +202,30 @@ diff --git a/lib/IR/PassTimingInfo.cpp
b/lib/IR/PassTimingInfo.cpp
diff -git a/include/llvm/Passes/PassBuilder.h
b/include/llvm/Passes/PassBuilder.h
--- a/include/llvm/Passes/PassBuilder.h
+++ bc/include/llvm/Passes/PassBuilder.h
-@@ -111,7 +111,7 @@
+@@ -63,7 +63,7 @@
+ class PassBuilder {
TargetMachine *TM;
- PipelineTuningOptions PTO;
Optional<PGOOptions> PGOOpt;
- PassInstrumentationCallbacks *PIC;
+ PassInstrumentationCallbacks *pic;

public:
/// A struct to capture parsed pass pipeline names.
-@@ -228,8 +228,8 @@
+@@ -179,8 +179,8 @@
+
explicit PassBuilder(TargetMachine *TM = nullptr,
- PipelineTuningOptions PTO = PipelineTuningOptions(),
Optional<PGOOptions> PGOOpt = None,
- PassInstrumentationCallbacks *PIC = nullptr)
-- : TM(TM), PTO(PTO), PGOOpt(PGOOpt), PIC(PIC) {}
+- : TM(TM), PGOOpt(PGOOpt), PIC(PIC) {}
+ PassInstrumentationCallbacks *pic = nullptr)
-+ : TM(TM), PTO(PTO), PGOOpt(PGOOpt), pic(pic) {}
++ : TM(TM), PGOOpt(PGOOpt), pic(pic) {}

/// Cross register the analysis managers through their proxies.
///
diff --git a/include/llvm/Passes/StandardInstrumentations.h
b/include/llvm/Passes/StandardInstrumentations.h
--- a/include/llvm/Passes/StandardInstrumentations.h
+++ b/include/llvm/Passes/StandardInstrumentations.h
-@@ -35,7 +35,7 @@
+@@ -36,7 +36,7 @@
PrintIRInstrumentation() = default;
~PrintIRInstrumentation();

@@ -235,28 +234,28 @@ diff --git
a/include/llvm/Passes/StandardInstrumentations.h b/include/llvm/Passe

private:
bool printBeforePass(StringRef PassID, Any IR);
-@@ -62,7 +62,7 @@
+@@ -63,7 +63,7 @@
public:
StandardInstrumentations() = default;

- void registerCallbacks(PassInstrumentationCallbacks &PIC);
+ void registerCallbacks(PassInstrumentationCallbacks &pic);
-
- TimePassesHandler &getTimePasses() { return TimePasses; }
};
+ } // namespace llvm
+
diff --git a/lib/Passes/PassRegistry.def b/lib/Passes/PassRegistry.def
--- a/lib/Passes/PassRegistry.def
+++ b/lib/Passes/PassRegistry.def
-@@ -26,7 +26,7 @@
+@@ -27,7 +27,7 @@
MODULE_ANALYSIS("stack-safety", StackSafetyGlobalAnalysis())
MODULE_ANALYSIS("targetlibinfo", TargetLibraryAnalysis())
MODULE_ANALYSIS("verify", VerifierAnalysis())
-MODULE_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
+MODULE_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(pic))
- MODULE_ANALYSIS("asan-globals-md", ASanGlobalsMetadataAnalysis())

#ifndef MODULE_ALIAS_ANALYSIS
-@@ -96,7 +96,7 @@
+ #define MODULE_ALIAS_ANALYSIS(NAME, CREATE_PASS)
\
+@@ -89,7 +89,7 @@
#endif
CGSCC_ANALYSIS("no-op-cgscc", NoOpCGSCCAnalysis())
CGSCC_ANALYSIS("fam-proxy", FunctionAnalysisManagerCGSCCProxy())
@@ -265,7 +264,7 @@ diff --git a/lib/Passes/PassRegistry.def
b/lib/Passes/PassRegistry.def
#undef CGSCC_ANALYSIS

#ifndef CGSCC_PASS
-@@ -135,7 +135,7 @@
+@@ -128,7 +128,7 @@
FUNCTION_ANALYSIS("targetir",
TM ? TM->getTargetIRAnalysis() : TargetIRAnalysis())
FUNCTION_ANALYSIS("verify", VerifierAnalysis())
@@ -274,7 +273,7 @@ diff --git a/lib/Passes/PassRegistry.def
b/lib/Passes/PassRegistry.def

#ifndef FUNCTION_ALIAS_ANALYSIS
#define FUNCTION_ALIAS_ANALYSIS(NAME, CREATE_PASS)
\
-@@ -278,7 +278,7 @@
+@@ -249,7 +249,7 @@
LOOP_ANALYSIS("no-op-loop", NoOpLoopAnalysis())
LOOP_ANALYSIS("access-info", LoopAccessAnalysis())
LOOP_ANALYSIS("ivusers", IVUsersAnalysis())
@@ -321,18 +320,18 @@ diff --git a/lib/Passes/StandardInstrumentations.cpp
b/lib/Passes/StandardInstru
diff --git a/tools/opt/NewPMDriver.cpp b/tools/opt/NewPMDriver.cpp
--- a/tools/opt/NewPMDriver.cpp
+++ b/tools/opt/NewPMDriver.cpp
-@@ -257,11 +257,11 @@
- P->CSAction = PGOOptions::CSIRUse;
- }
- }
+@@ -245,11 +245,11 @@
+ else
+ P = None;
+ }
- PassInstrumentationCallbacks PIC;
+ PassInstrumentationCallbacks pic;
StandardInstrumentations SI;
- SI.registerCallbacks(PIC);
+ SI.registerCallbacks(pic);

-- PassBuilder PB(TM, PipelineTuningOptions(), P, &PIC);
-+ PassBuilder PB(TM, PipelineTuningOptions(), P, &pic);
+- PassBuilder PB(TM, P, &PIC);
++ PassBuilder PB(TM, P, &pic);
registerEPCallbacks(PB, VerifyEachPass, DebugPM);

// Load requested pass plugins and let them register pass builder
callbacks
diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index 2edc4be..250d956 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -1,8 +1,8 @@
SPELL=llvm
- VERSION=9.0.0
+ VERSION="8.0.1"
SOURCE="${SPELL}-${VERSION}.src.tar.xz"
SOURCE2=$SOURCE.sig
- GITHUB_URI="http://releases.llvm.org/$VERSION";
+
GITHUB_URI="https://github.com/${SPELL}/llvm-project/releases/download/llvmorg-${VERSION}";
SOURCE_URL[0]="${GITHUB_URI}/${SOURCE}"
SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
SOURCE_GPG=llvm.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index cca9c53..31a3526 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,11 +1,3 @@
-2019-09-20 Pavel Vinogradov <public AT sourcemage.org>
- * PRE_BUILD, 0001-fix-compile-error*.patch: reenabled and updated
-
-2019-09-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 9.0.0
- fix url
- * PRE_BUILD: disable pathces, they don't applu
-
2019-08-22 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Fixed default target

diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index 761c61d..e08d542 100755
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -33,7 +33,7 @@ OPTS="$OPTS $BLIST" &&
CXXFLAGS="$CXXFLAGS" \
EXPAT_INCLUDE=$EXPAT_INCLUDE \
EXPAT_LIBPATH=$EXPAT_LIBPATH \
-./bjam -q \
+./b2 -q \
${BOOST_VARIANT} \
runtime-link=shared \
link=shared \
diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 933f85b..df05a35 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -5,6 +5,7 @@ if [[ "${BOOST_SELECT_LIBS}" == "y" ]]; then
config_query_multi BOOST_LIBS_AL "Which boost libraries would you like to
install?" \
none \
atomic \
+ asio \
chrono \
container \
context \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index dce60bb..e6b75c7 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,11 +1,9 @@
SPELL=boost
- VERSION=1_70_0
- VX=${VERSION/_/.}
- VX=${VX/_/.}
+ VERSION=1.71.0
SECURITY_PATCH=1
- SOURCE=${SPELL}_${VERSION}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
- SOURCE_URL[0]=https://dl.bintray.com/boostorg/release/$VX/source/$SOURCE
+ SOURCE=${SPELL}_${VERSION//./_}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION//./_}
+
SOURCE_URL[0]=https://dl.bintray.com/boostorg/release/$VERSION/source/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=boost.gpg:$SOURCE.asc:UPSTREAM_KEY
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 73a0422..1440981 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,9 @@
+2019-09-23 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, PRE_SUB_DEPENDS, SUB_DEPENDS: Added ASIO library
+ * DETAILS: updated spell to 1.71.0
+ Fixed version number to use periods
+ * BUILD, INSTALL: bjam is now called b2
+
2019-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_70_0
* DETAILS: add gpg checking
diff --git a/libs/boost/INSTALL b/libs/boost/INSTALL
index 4eb0e8c..76c8882 100755
--- a/libs/boost/INSTALL
+++ b/libs/boost/INSTALL
@@ -1,4 +1,4 @@
-./bjam -q \
+./b2 -q \
${BOOST_VARIANT} \
runtime-link=shared \
link=shared \
@@ -9,5 +9,5 @@
$OPTS \
install
if [[ ${INSTALL_BJAM} == y ]]; then
- install bjam /usr/bin/bjam
-fi
+ install b2 /usr/bin/bjam
+fi
diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index 4b3a773..4db75bd 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -28,6 +28,8 @@ case $THIS_SUB_DEPENDS in
LOCALE) list_find "$BOOST_LIBS_AL" locale ;;
TIMER) list_find "$BOOST_LIBS_MZ" timer ;;
MATH) list_find "$BOOST_LIBS_MZ" math ;;
+# boost-1.35
+ ASIO) list_find "$BOOST_LIBS_AL" asio ;;
# boost-1.53
ATOMIC) list_find "$BOOST_LIBS_AL" atomic ;;
COROUTINE) list_find "$BOOST_LIBS_AL" coroutine ;;
@@ -42,4 +44,5 @@ case $THIS_SUB_DEPENDS in
CONTRACT) list_find "$BOOST_LIBS_AL" contract ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
+
esac
diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index ba86dac..ee8ae0a 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -26,6 +26,8 @@ case $THIS_SUB_DEPENDS in
LOCALE) list_add BOOST_LIBS_AL locale ;;
TIMER) list_add BOOST_LIBS_MZ timer ;;
MATH) list_add BOOST_LIBS_MZ math ;;
+# boost-1.35
+ ASIO) list_add BOOST_LIBS_AL asio ;;
# boost-1.53
ATOMIC) list_add BOOST_LIBS_AL atomic ;;
COROUTINE) list_add BOOST_LIBS_AL coroutine ;;
@@ -38,7 +40,6 @@ case $THIS_SUB_DEPENDS in
COROUTINE2) list_add BOOST_LIBS_AL coroutine2 ;;
# boost 1.67
CONTRACT) list_add BOOST_LIBS_AL contract ;;
-
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (827607eeec1c51c1f3b5ae003f094865d9ddee62), Ismael Luceno, 09/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page