[SM-Commit] GIT changes to stable-0.46 grimoire by George Sherwood (170dbe1970a24524c72361ccbb627ef7e91d47af)

George Sherwood scm at sourcemage.org
Sat Aug 14 08:53:15 EDT 2010


GIT changes to stable-0.46 grimoire by George Sherwood <gsherwood at sourcemage.org>:

 graphics-libs/freetype2/CONFIGURE |    2 +-
 graphics-libs/freetype2/DETAILS   |    4 ++--
 graphics-libs/freetype2/HISTORY   |   10 ++++++++++
 graphics-libs/freetype2/PRE_BUILD |    4 ----
 4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 170dbe1970a24524c72361ccbb627ef7e91d47af
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    freetype2: => 2.4.2 (security)
    (cherry picked from commit 0df1e6e00f599ebc3643d97e548c3e091041ecd4)

commit 15354e52060aa3f870504d509d5159b45c81d27c
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    freetype2: => 2.4.1
    (cherry picked from commit d3a284841065d6f233e340d09e26057edcac44d2)

commit 1f8a52ebf566416e1988760f0673825224617911
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: George Sherwood <gsherwood at sourcemage.org>

    freetype2 2.4.0
    
    Since May  2010, all  patents  regarding  the TrueType  bytecode
    interpreter have expired worldwide.  Consequently, we now define
    TT_CONFIG_OPTION_BYTECODE_INTERPRETER by  default (and  undefine
    TT_CONFIG_OPTION_UNPATENTED_HINTING).
    (cherry picked from commit 50cf6a877add77134671aaabc956946147ce7ed0)

diff --git a/graphics-libs/freetype2/CONFIGURE b/graphics-libs/freetype2/CONFIGURE
index 18349aa..8219474 100755
--- a/graphics-libs/freetype2/CONFIGURE
+++ b/graphics-libs/freetype2/CONFIGURE
@@ -1,5 +1,5 @@
-config_query  FT2_BYTECODE "Enable bytecode interpreter (patented in some countries)?"  n
 config_query  FT2_SUBPIXEL "Enable LCD subpixel rendering enhancements (patented in some countries)?" n
+
 if [[ $FT2_SUBPIXEL = y ]]; then
   config_query_list FT2_FIR_FILTER  "Force fir filtering (reduces color bands)?" light legacy none
 fi
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index deba53b..71ba2cb 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,6 +1,6 @@
            SPELL=freetype2
-         VERSION=2.3.12
-  SECURITY_PATCH=2
+         VERSION=2.4.2
+  SECURITY_PATCH=3
           SOURCE=freetype-$VERSION.tar.bz2
          SOURCE2=$SOURCE.sig
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/freetype-$VERSION"
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index 14cb427..1ce0568 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,13 @@
+2010-08-08 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.4.2; SECURITY_PATCH++
+
+2010-07-18 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.4.1
+
+2010-07-13 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 2.4.0
+	* CONFIGURE, PRE_BUILD: removed BYTECODE option, defined by default now
+
 2010-02-16 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DETAILS: 2.3.12
 
diff --git a/graphics-libs/freetype2/PRE_BUILD b/graphics-libs/freetype2/PRE_BUILD
index 571519f..c0f6450 100755
--- a/graphics-libs/freetype2/PRE_BUILD
+++ b/graphics-libs/freetype2/PRE_BUILD
@@ -1,10 +1,6 @@
 default_pre_build                                      &&
 cd  $SOURCE_DIRECTORY                                  &&
 patch  -p1  <  $SCRIPT_DIRECTORY/ft2build.patch        &&
-if  test  $FT2_BYTECODE = "y"; then
-  sedit  's:/\* \(#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER\) \*/:\1:'  \
-    include/freetype/config/ftoption.h
-fi
 if [[ $FT2_SUBPIXEL = y ]]; then
   sedit  's:/\* \(#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING\) \*/:\1:'  \
     include/freetype/config/ftoption.h



More information about the SM-Commit mailing list