summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.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-bjc250:src:gdevbjc_.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)
Diffstat (limited to 'print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.c')
-rw-r--r--print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.c b/print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.c
deleted file mode 100644
index 8eaf44e181c0..000000000000
--- a/print/ghostscript-afpl/files/patch-bjc250:src:gdevbjc_.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- bjc250/src/gdevbjc_.c.orig Fri Nov 8 06:15:15 2002
-+++ bjc250/src/gdevbjc_.c Fri Nov 8 07:43:31 2002
-@@ -54,9 +54,9 @@
- private dev_proc_put_params(gdev_bjc_put_params);
- private dev_proc_get_params(gdev_bjc_get_params);
- const stringParamDescription *
-- paramValueToParam(P2(const stringParamDescription *, int));
-+ paramValueToParam(const stringParamDescription *, int);
- const stringParamDescription *
-- paramStringToParam(P3(const stringParamDescription *, const char *, uint));
-+ paramStringToParam(const stringParamDescription *, const char *, uint);
-
- BJL_command BJL_command_set[] = {
- { "@Cleaning=1", BJC_BJL_CLEANING, 11},