Skip to Content.
Sympa Menu

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

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 (e3124b6435cbe5f62a1f1f35db0177f229508b38)
  • Date: Fri, 16 Oct 2015 12:17:11 +0000

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

gnu/gcc/BUILD | 2 +-
gnu/gcc/DEPENDS | 4 ++++
graphics/mcomix/DETAILS | 4 ++--
graphics/mcomix/HISTORY | 4 ++++
graphics/mcomix/INSTALL | 2 +-
5 files changed, 12 insertions(+), 4 deletions(-)

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

mcomix 1.01

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

mcomix: Force python2, not compatible with python3

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

gcc: Add dependency on ISL (used for graphite/cloog)

diff --git a/gnu/gcc/BUILD b/gnu/gcc/BUILD
index a5ef544..4a74f8e 100755
--- a/gnu/gcc/BUILD
+++ b/gnu/gcc/BUILD
@@ -100,7 +100,7 @@ if [[ "$GCC_CLOOG" == "y" ]]; then
OPTS="--enable-cloog-backend=isl $OPTS" &&
OPTS="--disable-isl-version-check $OPTS"
else
- OPTS="--without-cloog $OPTS"
+ OPTS="--without-isl --without-cloog $OPTS"
fi &&
OPTS="--enable-lto $OPTS" &&
OPTS="--with-linker-hash-style=gnu $OPTS" &&
diff --git a/gnu/gcc/DEPENDS b/gnu/gcc/DEPENDS
index 9378874..20095eb 100755
--- a/gnu/gcc/DEPENDS
+++ b/gnu/gcc/DEPENDS
@@ -28,6 +28,10 @@ optional_depends gettext \
"--disable-nls" \
"for Native Language Support" &&

+if [[ "$GCC_CLOOG" == "y" ]]; then
+ depends isl
+fi &&
+
if [[ "$(installed_version mpfr|sed 's:\.::g')" < 230 ]]
then
force_depends mpfr
diff --git a/graphics/mcomix/DETAILS b/graphics/mcomix/DETAILS
index 928f0b2..a3dd266 100755
--- a/graphics/mcomix/DETAILS
+++ b/graphics/mcomix/DETAILS
@@ -1,8 +1,8 @@
SPELL=mcomix
- VERSION=1.00
+ VERSION=1.01
SOURCE="${SPELL}-${VERSION}.tar.bz2"

SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/MComix-${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:9fc975afa92ad7130fe0d39058463cf26f8a9415257869e45e4cf83fae5e2bd8f4f264821046fcf425ee3729ec3dacfa59cd52342055a6246cf0b61b866f09b1
+
SOURCE_HASH=sha512:d31ed5d851c761d9680643df5c5bac1af817c61b49455bfd887381e0d7651593f9fb70fdbdb7533ae7bb6f8a203f0cabcbfdcce8a9681aa1d9ceaa3a411c1e70
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://sourceforge.net/projects/mcomix/";
LICENSE[0]="GPL"
diff --git a/graphics/mcomix/HISTORY b/graphics/mcomix/HISTORY
index 782576f..36fe708 100644
--- a/graphics/mcomix/HISTORY
+++ b/graphics/mcomix/HISTORY
@@ -1,3 +1,7 @@
+2015-10-16 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: Force python2, not compatible with python3
+ * DETAILS: updated spell to 1.01
+
2013-09-20 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.00

diff --git a/graphics/mcomix/INSTALL b/graphics/mcomix/INSTALL
index 762d43b..484e430 100755
--- a/graphics/mcomix/INSTALL
+++ b/graphics/mcomix/INSTALL
@@ -1 +1 @@
-python setup.py install
+python2 setup.py install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e3124b6435cbe5f62a1f1f35db0177f229508b38), Ismael Luceno, 10/16/2015

Archive powered by MHonArc 2.6.24.

Top of Page