head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.32 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.30 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.28 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.26 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.24 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.22 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.20 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.18 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.16 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.14 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.12 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.10 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.8 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.6 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.4 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.2 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.14 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.12 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.10 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.8 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.6 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.4 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2006.08.10.03.31.51; author minskim; state dead; branches; next 1.4; 1.4 date 2006.02.13.20.31.44; author adam; state Exp; branches; next 1.3; 1.3 date 2004.04.27.15.49.56; author adam; state Exp; branches; next 1.2; 1.2 date 2004.02.07.00.51.58; author snj; state Exp; branches; next 1.1; 1.1 date 2003.12.15.13.45.07; author wiz; state Exp; branches; next ; desc @@ 1.5 log @Remove redundant packages. They are included in teTeX3. @ text @$NetBSD: patch-ab,v 1.4 2006/02/13 20:31:44 adam Exp $ --- font.c.orig 2005-07-04 18:15:24.000000000 +0200 +++ font.c @@@@ -341,7 +341,6 @@@@ void ClearFonts(void) while(hfontptr!=NULL) { tmp=hfontptr->next; DoneFont(hfontptr); - free(hfontptr); hfontptr=tmp; } if (dvi!=NULL) @ 1.4 log @Changes 1.7: * fixes a font-handling bug and some build issues. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Changes 1.0: * fix compile without FT2 @ text @d3 1 a3 1 --- font.c.orig 2004-03-24 14:50:41.000000000 +0000 d5 1 a5 1 @@@@ -296,7 +296,6 @@@@ void ClearFonts(void) @ 1.2 log @Update to dvipng-0.9. Changes: * New --expand-bbox switch * code for getting image size info straight from preview-latex's "tightpage" option * Fix subpixel offsets * Slight speedups Remove info file from PLIST, as they are handled automatically these days. Okayed by wiz. @ text @d3 3 a5 3 --- font.c.orig 2004-01-16 04:35:29.000000000 -0800 +++ font.c 2004-02-06 16:32:49.000000000 -0800 @@@@ -299,7 +299,6 @@@@ void ClearFonts(void) @ 1.1 log @Add two patches that avoid double free()s of the same space. Bump PKGREVISION to 1. (patches have been sent to author) @ text @d3 3 a5 3 --- font.c.orig Sun Nov 30 12:56:55 2003 +++ font.c @@@@ -294,7 +294,6 @@@@ void ClearFonts(void) d12 1 a12 1 FreeFontNumP(dvi->fontnump); @