Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ea5995e5f8d54a712fe7aac7d24191084aca558)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ea5995e5f8d54a712fe7aac7d24191084aca558)
  • Date: Sat, 29 Mar 2014 04:38:52 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/fontforge/BUILD | 3 ---
graphics/fontforge/DETAILS | 4 ++--
graphics/fontforge/HISTORY | 6 ++++++
graphics/fontforge/PRE_BUILD | 2 +-
graphics/fontforge/fontforge_python.patch | 12 ------------
5 files changed, 9 insertions(+), 18 deletions(-)

New commits:
commit 0ea5995e5f8d54a712fe7aac7d24191084aca558
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fontforge: => 20120731-b

diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD
deleted file mode 100755
index feceeab..0000000
--- a/graphics/fontforge/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-make_single &&
-default_build &&
-make_normal
diff --git a/graphics/fontforge/DETAILS b/graphics/fontforge/DETAILS
index c20368a..0af8e35 100755
--- a/graphics/fontforge/DETAILS
+++ b/graphics/fontforge/DETAILS
@@ -1,6 +1,6 @@
SPELL=fontforge
- VERSION=20100501
-
SOURCE_HASH=sha512:5e8ef9c1015178715cf163f45082bec0235fb59cf14ab9d81abda640ab6b583c9b7dc0c1b1cfe7de7208866fa53b2a30c6d8a8cf31586a9d0eae6baee660cfba
+ VERSION=20120731-b
+
SOURCE_HASH=sha512:2be710332c1186de792a1fe8abf037a2a1e92991a97fa6ca296fe14423bcdb347c1246b91eb571996b907a83f999a8a02cfaae54959b161d1ff852cf60eef19f
SOURCE=${SPELL}_full-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/graphics/fontforge/HISTORY b/graphics/fontforge/HISTORY
index 0f91f73..c0b6e2d 100644
--- a/graphics/fontforge/HISTORY
+++ b/graphics/fontforge/HISTORY
@@ -1,3 +1,9 @@
+204-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20120731-b
+ * BUILD: deleted
+ * PRE_BUILD: do not apply patch
+ * fontforge_python.patch: deleted
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG

diff --git a/graphics/fontforge/PRE_BUILD b/graphics/fontforge/PRE_BUILD
index 5fa6188..ae8884c 100755
--- a/graphics/fontforge/PRE_BUILD
+++ b/graphics/fontforge/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/fontforge_python.patch &&
+#patch -p1 < $SPELL_DIRECTORY/fontforge_python.patch &&
# fix bad config file
sed -i '/CFLAGS_NOOPT/s|sed -e s/-O2//|sed "s/-O2//;s/-O3//"|' configure
configure.dynamic &&
if [[ "$INSTALL_DOCS" == "y" ]]; then
diff --git a/graphics/fontforge/fontforge_python.patch
b/graphics/fontforge/fontforge_python.patch
deleted file mode 100644
index 6f23151..0000000
--- a/graphics/fontforge/fontforge_python.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur fontforge-20100501.orig/fontforge/ffpython.h
fontforge-20100501.new/fontforge/ffpython.h
---- fontforge-20100501.orig/fontforge/ffpython.h 2010-04-05
22:10:26.000000000 +0200
-+++ fontforge-20100501.new/fontforge/ffpython.h 2010-08-27
19:42:21.000000000 +0200
-@@ -43,7 +43,7 @@
-
- #define STRING_CHECK PyBytes_Check
- #define STRING_TO_PY PyBytes_FromString
--#define DECODE_UTF8(s, size, errors) PyBytes_Decode(s, size, "UTF-8",
errors)
-+#define DECODE_UTF8(s, size, errors) PyString_Decode(s, size, "UTF-8",
errors)
- #define PYBYTES_UTF8(str) PyString_AsEncodedObject(str, "UTF-8",
NULL)
- #define STRING_FROM_FORMAT PyBytes_FromFormat
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0ea5995e5f8d54a712fe7aac7d24191084aca558), Treeve Jelbert, 03/29/2014

Archive powered by MHonArc 2.6.24.

Top of Page