Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (57de57da2eeff060a497f29144565caab750289d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (57de57da2eeff060a497f29144565caab750289d)
  • Date: Sun, 13 Apr 2008 04:13:22 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

graphics/fontforge/DEPENDS | 2 +-
graphics/fontforge/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 57de57da2eeff060a497f29144565caab750289d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fontforge: 4x speedup in finding freetype2

diff --git a/graphics/fontforge/DEPENDS b/graphics/fontforge/DEPENDS
index 0aca0d2..a50f7d1 100755
--- a/graphics/fontforge/DEPENDS
+++ b/graphics/fontforge/DEPENDS
@@ -4,7 +4,7 @@ depends libpng &&
depends LIBGIF &&
depends tiff &&
depends jpeg &&
-depends freetype2 &&
+depends freetype2 "--with-freetype-src=$INSTALL_ROOT/usr/include/freetype2"
&&

optional_depends autotrace "" "" "for outlining bitmaps for conversion to
fonts" &&
optional_depends potrace "" "" "for outlining bitmaps for conversion to
fonts"
diff --git a/graphics/fontforge/HISTORY b/graphics/fontforge/HISTORY
index c8b938e..12af278 100644
--- a/graphics/fontforge/HISTORY
+++ b/graphics/fontforge/HISTORY
@@ -1,3 +1,7 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Specify location of freetype2
+ Cuts ./configure time from 1m28s to 0m18s for me :)
+
2007-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20071210




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (57de57da2eeff060a497f29144565caab750289d), Eric Sandall, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page