Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (24a496c19bb4d0ef287e115977f3e359e4e40fd6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (24a496c19bb4d0ef287e115977f3e359e4e40fd6)
  • Date: Wed, 18 Mar 2015 14:31:32 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-libs/ladspa/BUILD | 2 +-
audio-libs/ladspa/HISTORY | 3 +++
crypto/libgcrypt/BUILD | 2 ++
crypto/libgcrypt/HISTORY | 3 +++
crypto/p11-kit/DEPENDS | 4 ++++
crypto/p11-kit/HISTORY | 3 +++
6 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 24a496c19bb4d0ef287e115977f3e359e4e40fd6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

p11-kit: needs libtasn1

commit f6925bc06ffe2fd1c54eb0b5d2e1713e23a34103
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libgcrypt: enable static lib

commit 66aec4e11862d1d438347277de0c9bec0ae544b0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ladspa: as-needed exception

diff --git a/audio-libs/ladspa/BUILD b/audio-libs/ladspa/BUILD
index 454495e..db3fcb6 100755
--- a/audio-libs/ladspa/BUILD
+++ b/audio-libs/ladspa/BUILD
@@ -1,6 +1,6 @@
if [ "$LADSPA_SDK" == "y" ]; then
cd $SOURCE_DIRECTORY/src &&
- make CFLAGS="\$(INCLUDES) $CFLAGS"
+ make CFLAGS="\$(INCLUDES) $CFLAGS" LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
else
true
fi
diff --git a/audio-libs/ladspa/HISTORY b/audio-libs/ladspa/HISTORY
index 8dd7f41..f0a995f 100644
--- a/audio-libs/ladspa/HISTORY
+++ b/audio-libs/ladspa/HISTORY
@@ -1,3 +1,6 @@
+2014-09-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: -Wl,--no-as-needed since filter misses libm otherwise
+
2012-09-22 Sukneet Basuta <sukneet AT sourcemage.org>
* PRE_BUILD: added, to apply patch.
* ladspa-1.13-properbuild.patch: added, to apply proper
diff --git a/crypto/libgcrypt/BUILD b/crypto/libgcrypt/BUILD
index a178854..0398d32 100755
--- a/crypto/libgcrypt/BUILD
+++ b/crypto/libgcrypt/BUILD
@@ -1,4 +1,6 @@
#
# Disable -O compiler flags; see HISTORY entry from 2008-01-07
#
+# cryptsetup wants the static lib
+OPTS="$OPTS --enable-static" &&
CFLAGS="${CFLAGS//-O?/}" default_build
diff --git a/crypto/libgcrypt/HISTORY b/crypto/libgcrypt/HISTORY
index 76de4c9..2df841c 100644
--- a/crypto/libgcrypt/HISTORY
+++ b/crypto/libgcrypt/HISTORY
@@ -2,6 +2,9 @@
* DETAILS: updated spell to 1.6.3; SECURITY_PATCH++ (CVE-2014-3591,
CVE-2015-0837); added missing key identifier

+2014-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: enable static lib (cryptsetup-luks needs it)
+
2014-08-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.2

diff --git a/crypto/p11-kit/DEPENDS b/crypto/p11-kit/DEPENDS
new file mode 100755
index 0000000..21a7d90
--- /dev/null
+++ b/crypto/p11-kit/DEPENDS
@@ -0,0 +1,4 @@
+# Not strictly necessary, but important enough that the configure script
+# by default aborts unless dependency forcibly disabled. I'm not testing
+# the disabled case. -- ThOr
+depends libtasn1
diff --git a/crypto/p11-kit/HISTORY b/crypto/p11-kit/HISTORY
index 36fbe16..fe8b328 100644
--- a/crypto/p11-kit/HISTORY
+++ b/crypto/p11-kit/HISTORY
@@ -1,3 +1,6 @@
+2014-10-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: libtasn1
+
2014-07-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.20.3




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (24a496c19bb4d0ef287e115977f3e359e4e40fd6), Thomas Orgis, 03/18/2015

Archive powered by MHonArc 2.6.24.

Top of Page