[Lunar-commits] <moonbase> t1utils: compile with glibc 2.10

Paul Bredbury brebs at lunar-linux.org
Mon Oct 12 10:41:03 CEST 2009


commit d6a285e0d2a2e464ed4f237b944a76f0f36b4a1e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Oct 12 15:41:03 2009 +0700

    t1utils: compile with glibc 2.10
---
 graphics/t1utils/BUILD   |    8 ++++++++
 graphics/t1utils/DETAILS |   13 ++++++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/graphics/t1utils/BUILD b/graphics/t1utils/BUILD
new file mode 100644
index 0000000..869b1a9
--- /dev/null
+++ b/graphics/t1utils/BUILD
@@ -0,0 +1,8 @@
+(
+
+  # Compile with glibc 2.10
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/t1utils/DETAILS b/graphics/t1utils/DETAILS
index a1d3a55..7164dc1 100644
--- a/graphics/t1utils/DETAILS
+++ b/graphics/t1utils/DETAILS
@@ -1,8 +1,11 @@
           MODULE=t1utils
          VERSION=1.34
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=t1utils-1.34-glibc-2.10.patch.bz2
       SOURCE_URL=http://www.lcdf.org/~eddietwo/type/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:a5b174a1d132436c410edf514ac74a6f4ae258e2
+     SOURCE2_VFY=sha1:e2725de4b7b0f760905260a1d8ab4212e5f1e239
         WEB_SITE="http://www.lcdf.org/~eddietwo/type/#t1utils"
          ENTERED=20070920
          UPDATED=20090616
@@ -10,9 +13,9 @@
 
 cat << EOF
 t1utils is a collection of simple type-1 font manipulation programs.
-Together, they allow you to convert between PFA (ASCII) and PFB (binary)
-formats, disassemble PFA or PFB files into human-readable form, reassemble
-them into PFA or PFB format. Additionally you can extract font resources
-from a Macintosh font file (ATM/Laserwriter), or create a Macintosh Type 1
-font file from a PFA or PFB font.
+Together, they allow you to convert between PFA (ASCII) and PFB
+(binary) formats, disassemble PFA or PFB files into human-readable
+form, reassemble them into PFA or PFB format. Additionally you can
+extract font resources from a Macintosh font file (ATM/Laserwriter), or
+create a Macintosh Type 1 font file from a PFA or PFB font.
 EOF


More information about the Lunar-commits mailing list