mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Drop the libCSS/libdom patch as it's not needed anymore. Removes options that don't require a library installed from a package (except for EXMODE/LOCAL_CGI/NOROOT) Wire in the test suite. Add MUJS, PYTHON, and SIXEL options. PR: 281909 Approved by: submitter is maintainer
20 lines
701 B
C
20 lines
701 B
C
--- src/terminal/sixel.c.orig 2024-10-05 06:29:15 UTC
|
|
+++ src/terminal/sixel.c
|
|
@@ -83,7 +83,7 @@ struct sixel_encoder {
|
|
int macro_number;
|
|
int penetrate_multiplexer;
|
|
int encode_policy;
|
|
- int ormode;
|
|
+// int ormode;
|
|
int pipe_mode;
|
|
int verbose;
|
|
int has_gri_arg_limit;
|
|
@@ -733,7 +733,7 @@ sixel_encoder_encode_frame(
|
|
sixel_output_set_penetrate_multiplexer(
|
|
output, encoder->penetrate_multiplexer);
|
|
sixel_output_set_encode_policy(output, encoder->encode_policy);
|
|
- sixel_output_set_ormode(output, encoder->ormode);
|
|
+// sixel_output_set_ormode(output, encoder->ormode);
|
|
|
|
#if 0
|
|
if (sixel_frame_get_multiframe(frame) && !encoder->fstatic) {
|