diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:38:40 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:54:46 +0200 |
commit | 81c4ecd37c4a21200f1989d043d23354f28ff7d7 (patch) | |
tree | f04b09997f08db373cfa1d020b1c9359bf48c2bf /print/ghostscript7-x11/files/patch-src_zdict.c | |
parent | sysutils/backdown: Add new port (diff) |
cleanup: Remove expired GhostScript 7 ports:
2023-06-30 print/ghostscript7-base: Obsolete and unsupported upstream, consider using a more recent version
2023-06-30 print/ghostscript7-commfont: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-korfont: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-x11: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-jpnfont: Obsolete and unsupported upstream
Diffstat (limited to 'print/ghostscript7-x11/files/patch-src_zdict.c')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_zdict.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_zdict.c b/print/ghostscript7-x11/files/patch-src_zdict.c deleted file mode 100644 index 7c806e3c0810..000000000000 --- a/print/ghostscript7-x11/files/patch-src_zdict.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/zdict.c.orig 2003-01-17 00:49:05 UTC -+++ src/zdict.c -@@ -35,12 +35,9 @@ zdict(i_ctx_t *i_ctx_p) - os_ptr op = osp; - - check_type(*op, t_integer); --#if arch_sizeof_int < arch_sizeof_long -- check_int_leu(*op, max_uint); --#else - if (op->value.intval < 0) - return_error(e_rangecheck); --#endif -+ - return dict_create((uint) op->value.intval, op); - } - -@@ -458,12 +455,8 @@ zsetmaxlength(i_ctx_t *i_ctx_p) - check_type(*op1, t_dictionary); - check_dict_write(*op1); - check_type(*op, t_integer); --#if arch_sizeof_int < arch_sizeof_long -- check_int_leu(*op, max_uint); --#else - if (op->value.intval < 0) - return_error(e_rangecheck); --#endif - new_size = (uint) op->value.intval; - if (dict_length(op - 1) > new_size) - return_error(e_dictfull); |