diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-12 14:04:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-12 14:04:59 +0000 |
commit | 63e7835e260e0fa648397862754202066dd5884c (patch) | |
tree | a6b25119b79d68334ca71948335198f6ebc8bdca /converters/ttf2pt1 | |
parent | d8a241a0244c272337a736e4f2f7c83b697be032 (diff) | |
download | pkgsrc-63e7835e260e0fa648397862754202066dd5884c.tar.gz |
Really use t1utils. Requested by rxg in pkg/17229.
Bump to 3.4.0nb2.
Diffstat (limited to 'converters/ttf2pt1')
-rw-r--r-- | converters/ttf2pt1/Makefile | 4 | ||||
-rw-r--r-- | converters/ttf2pt1/distinfo | 4 | ||||
-rw-r--r-- | converters/ttf2pt1/patches/patch-aa | 17 |
3 files changed, 15 insertions, 10 deletions
diff --git a/converters/ttf2pt1/Makefile b/converters/ttf2pt1/Makefile index 9e8dd05216d..d5ae7688893 100644 --- a/converters/ttf2pt1/Makefile +++ b/converters/ttf2pt1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/06/05 12:07:22 markd Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/12 14:04:59 wiz Exp $ # DISTNAME= ttf2pt1-3.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttf2pt1/} EXTRACT_SUFX= .tgz diff --git a/converters/ttf2pt1/distinfo b/converters/ttf2pt1/distinfo index a78d0b1255d..3ce74799535 100644 --- a/converters/ttf2pt1/distinfo +++ b/converters/ttf2pt1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/06/05 12:07:23 markd Exp $ +$NetBSD: distinfo,v 1.3 2002/06/12 14:04:59 wiz Exp $ SHA1 (ttf2pt1-3.4.0.tgz) = 1e11478ab5f6dae26ea743dc1149603d652746bb Size (ttf2pt1-3.4.0.tgz) = 204811 bytes -SHA1 (patch-aa) = 38977dc201e8a66bd1b26e9f7a813d4f34330a6f +SHA1 (patch-aa) = 798855010e4c1615ac25050e21771103c92f2fff diff --git a/converters/ttf2pt1/patches/patch-aa b/converters/ttf2pt1/patches/patch-aa index 82c10c06047..8a0a65314e9 100644 --- a/converters/ttf2pt1/patches/patch-aa +++ b/converters/ttf2pt1/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2002/06/05 12:07:23 markd Exp $ +$NetBSD: patch-aa,v 1.3 2002/06/12 14:05:00 wiz Exp $ ---- Makefile.orig Mon Oct 15 15:32:29 2001 -+++ Makefile Tue Jun 4 23:56:00 2002 +--- Makefile.orig Mon Oct 15 04:32:29 2001 ++++ Makefile @@ -20,7 +20,7 @@ # # Default @@ -29,9 +29,14 @@ $NetBSD: patch-aa,v 1.2 2002/06/05 12:07:23 markd Exp $ # To enable use of the FreeType-2 library # (if the include and lib directory do not match your installation, -@@ -87,17 +87,17 @@ - CFLAGS_EXTT1ASM= - #CFLAGS_EXTT1ASM= -DEXTERNAL_T1ASM +@@ -84,20 +84,20 @@ + #CFLAGS_PREF= -DPREFER_FREETYPE + + # Uncomment the second line to not compile t1asm into ttf2pt1 +-CFLAGS_EXTT1ASM= +-#CFLAGS_EXTT1ASM= -DEXTERNAL_T1ASM ++#CFLAGS_EXTT1ASM= ++CFLAGS_EXTT1ASM= -DEXTERNAL_T1ASM -CFLAGS= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF) +CFLAGS+= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF) |