diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:56:41 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:56:50 +0200 |
commit | e8db97680df0c7b32a564488c223dbd251d9eab4 (patch) | |
tree | 84812c37c69c0332ffbf34322f1effa907707f93 /print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h | |
parent | Mk: unregister removed GhostScript 7 (diff) |
cleanup: Remove expired GhostScript 8 ports:
2023-06-30 print/ghostscript8-base: Obsolete and unsupported upstream, consider using a more recent version
2023-06-30 print/ghostscript8-x11: Obsolete and unsupported upstream
Diffstat (limited to 'print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h')
-rw-r--r-- | print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h b/print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h deleted file mode 100644 index d52e8efd138b..000000000000 --- a/print/ghostscript8-base/files/patch-contrib_lips4_gdevlips.h +++ /dev/null @@ -1,17 +0,0 @@ ---- contrib/lips4/gdevlips.h.orig 2007-05-08 22:00:10 UTC -+++ contrib/lips4/gdevlips.h -@@ -191,6 +191,14 @@ - bool faceup;\ - char mediaType[LIPS_MEDIACHAR_MAX] - -+/* added by shige 11/06 2003 */ -+#define USE_LIPS_SIZE_ERROR -+#define LIPS_SIZE_ERROR_VALUE 2 -+ -+/* added by shige 11/09 2003 */ -+#define LIPS_HEIGHT_MAX_720 11906 -+#define LIPS_WIDTH_MAX_720 8419 -+ - int lips_media_selection(int width, int height); - int lips_packbits_encode(byte * inBuff, byte * outBuff, int Length); - int lips_mode3format_encode(byte * inBuff, byte * outBuff, int Length); |