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_gdevxalt.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_gdevxalt.c')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_gdevxalt.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_gdevxalt.c b/print/ghostscript7-x11/files/patch-src_gdevxalt.c deleted file mode 100644 index 023fad7e2e89..000000000000 --- a/print/ghostscript7-x11/files/patch-src_gdevxalt.c +++ /dev/null @@ -1,31 +0,0 @@ ---- src/gdevxalt.c.orig 2003-01-17 00:49:02 UTC -+++ src/gdevxalt.c -@@ -30,6 +30,7 @@ - #include "gdevx.h" - - extern const gx_device_X gs_x11_device; -+extern const gx_device_X gs_x11alpha_device; - - /* - * Define a forwarding device with a cache for the first 16 colors, -@@ -957,3 +958,20 @@ x_rg32x_alt_map_color(gx_device * dev, g - rgb[2] = ((color >> 11) & 0x3ff) * gx_max_color_value / 0x3ff; - return -1; - } -+ -+#ifdef GS_DEVS_SHARED -+extern void gs_lib_register_device(const gx_device *dev); -+void -+gs_shared_init(void) -+{ -+ gs_lib_register_device(&gs_x11_device); -+ gs_lib_register_device(&gs_x11alpha_device); -+ gs_lib_register_device(&gs_x11cmyk_device); -+ gs_lib_register_device(&gs_x11cmyk2_device); -+ gs_lib_register_device(&gs_x11cmyk4_device); -+ gs_lib_register_device(&gs_x11cmyk8_device); -+ gs_lib_register_device(&gs_x11gray2_device); -+ gs_lib_register_device(&gs_x11gray4_device); -+ gs_lib_register_device(&gs_x11mono_device); -+} -+#endif |