From f79066d12db565aa2422a2191f68ddbe07309b3d Mon Sep 17 00:00:00 2001 From: Yoshio MITA Date: Wed, 15 May 2002 01:17:59 +0000 Subject: Obsoleted by japanese/ghostscript-gnu-jpnfont. I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'. I will completely remove this port after a while. (MAINTAINER's change after long discussions in ports-jp) --- print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c (limited to 'print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c') diff --git a/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c b/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c deleted file mode 100644 index 44bb6b3984f6..000000000000 --- a/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gdevxini.c.orig Tue Jun 5 15:38:57 2001 -+++ src/gdevxini.c Wed Jun 20 04:17:15 2001 -@@ -655,8 +655,10 @@ - } - x_set_buffer(xdev); - /* Clear the destination pixmap to avoid initializing with garbage. */ -- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? -+ if (xdev->dest == (Pixmap) 0) { -+ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? - xdev->bpixmap : (Pixmap) xdev->win); -+ } - if (xdev->dest != (Pixmap) 0) { - XSetForeground(xdev->dpy, xdev->gc, xdev->background); - XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, -- cgit v1.2.3