summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/files/patch-lips:gdevespg.c
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
commit9716a77feab1f1403700627bd721c2f1e0b26d9d (patch)
tree25148fc53b5a656a27c502b05019a19d22d4c9fe /print/ghostscript-afpl/files/patch-lips:gdevespg.c
parent - update to 1.7 (diff)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=200037
Diffstat (limited to 'print/ghostscript-afpl/files/patch-lips:gdevespg.c')
-rw-r--r--print/ghostscript-afpl/files/patch-lips:gdevespg.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/ghostscript-afpl/files/patch-lips:gdevespg.c b/print/ghostscript-afpl/files/patch-lips:gdevespg.c
deleted file mode 100644
index ae28dffd626e..000000000000
--- a/print/ghostscript-afpl/files/patch-lips:gdevespg.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- lips/gdevespg.c.orig Thu Nov 2 12:09:18 2000
-+++ lips/gdevespg.c Fri Dec 17 19:39:57 2004
-@@ -142,7 +142,7 @@
- if (pdev->PageCount == 0)
- escpage_printer_initialize(pdev, fp, num_coipes);
-
-- if (!(lprn->CompBuf = gs_malloc(bpl * 3 / 2 + 1, maxY, "lp2000_print_page_copies(CompBuf)")))
-+ if (!(lprn->CompBuf = gs_malloc(pdev->memory, bpl * 3 / 2 + 1, maxY, "lp2000_print_page_copies(CompBuf)")))
- return_error(gs_error_VMerror);
-
- if (lprn->NegativePrint) {
-@@ -154,7 +154,7 @@
- if (code < 0)
- return code;
-
-- gs_free(lprn->CompBuf, bpl * 3 / 2 + 1, maxY, "lp2000_print_page_copies(CompBuf)");
-+ gs_free(pdev->memory, lprn->CompBuf, bpl * 3 / 2 + 1, maxY, "lp2000_print_page_copies(CompBuf)");
-
- if (pdev->Duplex)
- fprintf(fp, "%c0dpsE", GS);