Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d6a7f2c1d805a23f66cc0aab0d629479a9122654)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d6a7f2c1d805a23f66cc0aab0d629479a9122654)
  • Date: Tue, 10 May 2016 08:21:10 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

archive/p7zip/HISTORY | 3 +++
archive/p7zip/PRE_BUILD | 2 +-
graphics-libs/libraw/BUILD | 2 ++
graphics-libs/libraw/HISTORY | 3 +++
libs/libe-book/BUILD | 1 +
libs/libe-book/HISTORY | 3 +++
science/qalculate/BUILD | 1 +
science/qalculate/HISTORY | 3 +++
8 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit d6a7f2c1d805a23f66cc0aab0d629479a9122654
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libe-bookk - fix for gcc-6.1

commit 56a36a4d1ccb843d223a01b139c2aa703ce7373c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libraw - gcc-6.1 fix

commit f075da2524834c674131cd88fb3746af070434ca
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qalculate - gcc-6.1 fix

commit c83a30372cc974a4c5b106df8b74689e62f47937
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

p7zip - install to /usr

diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index 80cd099..e61c12d 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,6 @@
+2016-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix
+
2016-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 15.14.1

diff --git a/archive/p7zip/PRE_BUILD b/archive/p7zip/PRE_BUILD
index 1abc7ec..964168f 100755
--- a/archive/p7zip/PRE_BUILD
+++ b/archive/p7zip/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-sedit "s:/usr/local:$INSTALL_ROOT/usr:g" makefile install.sh &&
+sed -i "/DEST_HOME/s/local//" install.sh makefile.common &&
sedit "s:HOME)/man:HOME)/share/man:" makefile &&
sedit "s:HOME}/man:HOME}/share/man:" install.sh &&

diff --git a/graphics-libs/libraw/BUILD b/graphics-libs/libraw/BUILD
new file mode 100755
index 0000000..a4b93bb
--- /dev/null
+++ b/graphics-libs/libraw/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS+=" --std=c++03" &&
+default_build
diff --git a/graphics-libs/libraw/HISTORY b/graphics-libs/libraw/HISTORY
index 58d910d..0d60693 100644
--- a/graphics-libs/libraw/HISTORY
+++ b/graphics-libs/libraw/HISTORY
@@ -1,3 +1,6 @@
+2016-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: added, gcc-6.1 fix
+
2016-04-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.17.1

diff --git a/libs/libe-book/BUILD b/libs/libe-book/BUILD
index e7801c8..bcb0d70 100755
--- a/libs/libe-book/BUILD
+++ b/libs/libe-book/BUILD
@@ -1,2 +1,3 @@
+CXXFLAGS+=' -Wno-error=unused-function' &&
LDFLAGS+=" -lboost_system" &&
default_build
diff --git a/libs/libe-book/HISTORY b/libs/libe-book/HISTORY
index 8bdf5c8..30c1f1f 100644
--- a/libs/libe-book/HISTORY
+++ b/libs/libe-book/HISTORY
@@ -1,3 +1,6 @@
+2016-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix for gcc-6.1
+
2015-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: added, fix build with boost-1.59.0

diff --git a/science/qalculate/BUILD b/science/qalculate/BUILD
index 57f2ecd..4fd2e91 100755
--- a/science/qalculate/BUILD
+++ b/science/qalculate/BUILD
@@ -1,4 +1,5 @@
cd $SOURCE_DIRECTORY &&
+CXXFLAGS+=" -std=c++03" &&
autoconf &&
OPTS="${!tempopts} $OPTS" &&
OPTS="$OPTS --build=${BUILD}" &&
diff --git a/science/qalculate/HISTORY b/science/qalculate/HISTORY
index a814a14..9b71b14 100644
--- a/science/qalculate/HISTORY
+++ b/science/qalculate/HISTORY
@@ -1,3 +1,6 @@
+2016-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix for gcc-6.1
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d6a7f2c1d805a23f66cc0aab0d629479a9122654), Treeve Jelbert, 05/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page