Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0d681ee498c5129e03a666ad69f56e6290b75410)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0d681ee498c5129e03a666ad69f56e6290b75410)
  • Date: Fri, 2 Mar 2007 16:07:55 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

graphics/graphicsmagick/BUILD | 2 +-
graphics/graphicsmagick/DEPENDS | 9 ++++-----
graphics/graphicsmagick/HISTORY | 6 ++++++
3 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 0f69907c630c4520819cee459f5139139b9d2b82
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics/graphicsmagick:

DEPENDS: enabled perl optional dependency with explicitly pointed
binary location
BUILD: removed --without-perl option, added --enable-shared instead
to build with perl correctly

diff --git a/graphics/graphicsmagick/BUILD b/graphics/graphicsmagick/BUILD
index 93f5dd0..112d93c 100755
--- a/graphics/graphicsmagick/BUILD
+++ b/graphics/graphicsmagick/BUILD
@@ -1,4 +1,4 @@
-OPTS="--without-perl ${OPTS}" &&
+OPTS="--enable-shared ${OPTS}" &&

if [[ $GM_SNAP != y ]]
then
diff --git a/graphics/graphicsmagick/DEPENDS b/graphics/graphicsmagick/DEPENDS
index 547e3d6..5e7c4e5 100755
--- a/graphics/graphicsmagick/DEPENDS
+++ b/graphics/graphicsmagick/DEPENDS
@@ -62,11 +62,10 @@ optional_depends libxml2 \
"--without-xml" \
"for XML support" &&

-# fails if enabled
-#optional_depends perl \
-# "--with-perl" \
-# "--without-perl" \
-# "to build PerlMagick" &&
+optional_depends perl \
+ "--with-perl=${TRACK_ROOT}/usr/bin/perl" \
+ "--without-perl" \
+ "to build PerlMagick" &&

optional_depends tiff \
"--with-tiff" \
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
index 9117969..5458a6c 100644
--- a/graphics/graphicsmagick/HISTORY
+++ b/graphics/graphicsmagick/HISTORY
@@ -1,3 +1,9 @@
+2007-03-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: enabled perl optional dependency with explicitly pointed
+ binary location
+ * BUILD: removed --without-perl option, added --enable-shared instead
+ to build with perl correctly
+
2007-02-17 Pol Vinogradov <vin.public AT gmail.com>
* PREPARE: added for devel snapshot query
* DETAILS: added devel snapshot stuff



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0d681ee498c5129e03a666ad69f56e6290b75410), Pol Vinogradov, 03/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page