Skip to Content.
Sympa Menu

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

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 (0bf30400bad7681133150671833e3f0e44ad4e31)
  • Date: Sat, 5 Jan 2008 07:08:04 -0600

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

graphics/yafray/BUILD | 10 +++++-----
graphics/yafray/DEPENDS | 2 +-
graphics/yafray/DETAILS | 2 +-
graphics/yafray/HISTORY | 6 +++++-
4 files changed, 12 insertions(+), 8 deletions(-)

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

yafray: /usr/etc => /etc

diff --git a/graphics/yafray/BUILD b/graphics/yafray/BUILD
index 63e10c6..550aec9 100755
--- a/graphics/yafray/BUILD
+++ b/graphics/yafray/BUILD
@@ -1,9 +1,9 @@
-for i in SConstruct linux-settings.py; do
- sedit "s:/usr/local:/usr:" $i
-done &&
+# going to /usr
+sed -i "s:/usr/local:/usr:" SConstruct linux-settings.py &&
+sed -i "s:prefix+\"/etc\":\"/etc\":" linux-settings.py &&

-#prevent .sconsign files from being created everywhere.
-sedit "/SConscript/a\
+# prevent .sconsign files from being created everywhere
+sed -i "/SConscript/a\
SConsignFile()" SConstruct &&

scons
diff --git a/graphics/yafray/DEPENDS b/graphics/yafray/DEPENDS
index 4b1a6de..2efdde4 100755
--- a/graphics/yafray/DEPENDS
+++ b/graphics/yafray/DEPENDS
@@ -1,4 +1,4 @@
depends g++ &&
depends scons &&
-depends zlib &&
+depends zlib &&
depends jpeg
diff --git a/graphics/yafray/DETAILS b/graphics/yafray/DETAILS
index 9aaa7c9..9eafb62 100755
--- a/graphics/yafray/DETAILS
+++ b/graphics/yafray/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.yafray.org/
ENTERED=20030117
LICENSE[0]=LGPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="graphics"
SHORT="Yet Another Free RAYtracer"
cat << EOF
diff --git a/graphics/yafray/HISTORY b/graphics/yafray/HISTORY
index b3b5d81..1605cee 100644
--- a/graphics/yafray/HISTORY
+++ b/graphics/yafray/HISTORY
@@ -1,3 +1,8 @@
+2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: cleaned up
+ * BUILD: fixed etc dir
+
2007-12-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: cleaned up, PATCHLEVEL++
* BUILD, INSTALL: made it workable in blender
@@ -52,4 +57,3 @@

2003-01-17 Robert Helgesson <rycee AT home.se>
* Created spell
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0bf30400bad7681133150671833e3f0e44ad4e31), Vlad Glagolev, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page