Skip to Content.
Sympa Menu

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

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 (0b36f36097782844508ae61887c642db9988ded4)
  • Date: Mon, 25 Sep 2017 08:20:35 +0000

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

devel/iasl/DETAILS | 4 ++--
devel/iasl/HISTORY | 3 +++
spelling/aspell/BUILD | 3 ++-
spelling/aspell/HISTORY | 3 +++
xorg-lib/pixman/DEPENDS | 2 +-
xorg-lib/pixman/HISTORY | 3 +++
6 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 0b36f36097782844508ae61887c642db9988ded4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

pixman: fix libpthread-stubs dependency

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

aspell: fix build with current g++

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

iasl: update to 20170831

diff --git a/devel/iasl/DETAILS b/devel/iasl/DETAILS
index 182fb24..8e56f70 100755
--- a/devel/iasl/DETAILS
+++ b/devel/iasl/DETAILS
@@ -1,9 +1,9 @@
SPELL=iasl
- VERSION=20170629
+ VERSION=20170831
SOURCE=acpica-unix-$VERSION.tar.gz
SOURCE_URL[0]=https://www.acpica.org/sites/acpica/files/$SOURCE
# SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:82cb549ec9a43340e0897d522975272d81882847e9f417dc8813605a226fcc9cfb2bd409681f8f9718d4a9fe9224db9431bd5df1a1a7af442e5b7f596e2d4e57
+
SOURCE_HASH=sha512:abc0c98d02698a8a182d2f5ccdaaef3fabf4d833b1ac77a06158238d29b3d4103ea3bcf06e04c34d74aa21f862df65420eca126587ffb85bc0d9632852e4b9c6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/acpica-unix-$VERSION"
LICENSE[0]=INTEL
DOCS="changes.txt"
diff --git a/devel/iasl/HISTORY b/devel/iasl/HISTORY
index 6d3762a..79b6dc1 100644
--- a/devel/iasl/HISTORY
+++ b/devel/iasl/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 20170831
+
2017-07-08 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 20170629

diff --git a/spelling/aspell/BUILD b/spelling/aspell/BUILD
index 83a93eb..93cdf77 100755
--- a/spelling/aspell/BUILD
+++ b/spelling/aspell/BUILD
@@ -1,3 +1,4 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
-CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
+# 0.60.6.1 run afould of some C++ rules, try permissive mode
+CXXFLAGS="${CXXFLAGS/-O3/-O2} -fpermissive" &&
default_build
diff --git a/spelling/aspell/HISTORY b/spelling/aspell/HISTORY
index da4cf00..befe1fe 100644
--- a/spelling/aspell/HISTORY
+++ b/spelling/aspell/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: build permissively with modern C++ compilers
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/xorg-lib/pixman/DEPENDS b/xorg-lib/pixman/DEPENDS
index 2f59eb2..f83b90f 100755
--- a/xorg-lib/pixman/DEPENDS
+++ b/xorg-lib/pixman/DEPENDS
@@ -1,4 +1,4 @@
-depends libpthreads-stubs &&
+depends libpthread-stubs &&

optional_depends gtk+2 \
"--enable-gtk" \
diff --git a/xorg-lib/pixman/HISTORY b/xorg-lib/pixman/HISTORY
index 4c9c4e5..6d84a11 100644
--- a/xorg-lib/pixman/HISTORY
+++ b/xorg-lib/pixman/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: Depends on libpthread-stubs!
+
2017-08-16 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on libpthreads-stubs




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (0b36f36097782844508ae61887c642db9988ded4), Thomas Orgis, 09/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page