head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.20 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.18 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.16 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.14 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.12 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.10 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.8 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.6 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.4 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3; locks; strict; comment @# @; 1.4 date 2008.02.11.18.53.39; author bjs; state dead; branches; next 1.3; 1.3 date 2005.09.09.16.59.55; author tonio; state Exp; branches; next 1.2; 1.2 date 2005.09.09.11.39.06; author tonio; state dead; branches; next 1.1; 1.1 date 2005.09.08.13.46.50; author tonio; state Exp; branches; next ; desc @@ 1.4 log @ Update to version 5.1.2. Patches removed above are no longer needed, as they appear to have been incorporated upstream. Additionally, the following changes apply: December 2006: t1lib-5.1.1: --------------------------- - DESTDIR support was missing and has been addded in install-target i for type1afm. - A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash under certain conditions. - Small number of further fixes, in particular with respect to the build mechanism. December 2007: t1lib-5.1.2: --------------------------- - Small number of fixes reported by users. The fixes pertain to a vulnerability issue, memory access issues. - More decent handling if Encoding and / or FontBBox specification are missing (which is invalid with respect to the specification, but recoverable). @ text @$NetBSD: patch-ag,v 1.3 2005/09/09 16:59:55 tonio Exp $ --- lib/Makefile.in.orig 2005-05-02 00:01:57.000000000 +0200 +++ lib/Makefile.in @@@@ -135,7 +135,7 @@@@ libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS) libt1x.la: $(T1LIBX_OBJS) $(LIBTOOL) --mode=link \ - $(CC) -o $@@ $(T1LIBX_OBJS) \ + $(CC) -o $@@ $(T1LIBX_OBJS) $(LDFLAGS) libt1.la $(XLIB) \ -version-info @@T1LIB_LT_CURRENT@@:@@T1LIB_LT_REVISION@@:@@T1LIB_LT_AGE@@ \ -no-undefined -rpath $(libdir) cp t1lib/t1libx.h . @ 1.3 log @Fix build under darwin, without breaking netbsd and others @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @reverting patch-ag, since it breaks on netbsd @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2005/09/08 13:46:50 tonio Exp $ d3 1 a3 1 --- lib/Makefile.in.orig 2005-09-08 13:54:09.000000000 +0200 d10 1 a10 1 + $(CC) -o $@@ $(T1LIBX_OBJS) libt1.la $(XLIB) \ @ 1.1 log @Fix build under darwin 8 (link problem) Approved by wiz@@ @ text @d1 1 a1 1 $NetBSD$ @