Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bd5441aa928f7dafda1a14cd0c44130d12a3fdec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bd5441aa928f7dafda1a14cd0c44130d12a3fdec)
  • Date: Thu, 26 Sep 2013 09:23:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics/inkscape/DEPENDS | 2 +-
graphics/inkscape/HISTORY | 4 ++++
graphics/inkscape/INSTALL | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit bcd7a8ef4262f0e8040356b7c4316b914998268c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

inkscape: fixed boost dependency and multijob build

diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index 6fa5363..f2c1113 100755
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -3,7 +3,7 @@
depends ttf-bitstream-vera &&
depends -sub CXX gcc &&
depends gsl &&
-depends boost &&
+depends -sub IOSTREAMS boost &&
depends gtkmm2 &&
depends libxml2 &&
depends libxslt &&
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 2f199bd..c0d81e5 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,7 @@
+2013-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: depends only on specific boost lib and headers (iostreams)
+ * INSTALL: added, to fix multijob install
+
2012-12-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.48.4, SECURITY_PATCH=2

diff --git a/graphics/inkscape/INSTALL b/graphics/inkscape/INSTALL
new file mode 100755
index 0000000..9d9a4c0
--- /dev/null
+++ b/graphics/inkscape/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bd5441aa928f7dafda1a14cd0c44130d12a3fdec), Vlad Glagolev, 09/26/2013

Archive powered by MHonArc 2.6.24.

Top of Page