pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   hauke
Date:           Sun May 21 00:13:56 UTC 2023

Modified Files:
        pkgsrc/editors/xemacs-current: Makefile Makefile.common PLIST distinfo
        pkgsrc/editors/xemacs-current-nox11: Makefile
        pkgsrc/editors/xemacs-current/patches: patch-Makefile.in.in
            patch-lib-src_Makefile.in.in patch-lib-src_fakemail.c
            patch-src_Makefile.in.in
Removed Files:
        pkgsrc/editors/xemacs-current/patches: patch-configure patch-src_lisp.h
            patch-src_process.c patch-src_unexelf.c

Log Message:
editors/xemacs-current{,-nox11}: Update to 21.5.35

Changes in XEmacs 21.5.35 ?kohlrabi?

Major Features, Bugfixes, and Backward Incompatible Changes

-- New: Ben Wing's unicode-internal support -- Ben Wing
-- Improve: Reduce needless byte-char conversion, C code -- Aidan Kehoe
-- Improve: Add support for OpenSSL bignum implementation -- Jaakko Salomaa
-- Improve: #'format and friends now much more featured -- Aidan Kehoe
-- Improve: Removed unexec, incremental garbage collector, support for non-system malloc(), support for Win 95/98/ME -- Aidan Kehoe
-- Fix: Convert assert on menubar syntax errors to log warning and skip the menu -- Jerry James

User-Visible Bug Fixes and Improvements

-- Fix: Remove a reference to 'efs-ftp-path from #'file-remote-p -- Mike Sperber
-- Improve: Allow :visible in menu specs; document -- Jerry James
-- Improve: Allow a string the LHS of a syntax-alist entry in `font-lock-defaults' to be a string (sync to GNU Emacs) -- Mike Sperber
-- Improve: Make #'byte-compile-if suppress spurious warnings from `(if (fboundp ...' or `(if (boundp ...' constructs (port of Dave Love patch to Emacs) -- Mike Sperber
-- Improve: Silence warnings about throws out of #'post-command-hook' -- Mike Sperber
-- New: Support bignums with MPIR -- Jerry James
-- Improve: Help buffer behaviour synced with GNU -- Mats Lidell
-- Improve: Better behaviour with deletion of text and saved window points.

Build Infrastructure and Source Tree

-- Fix: Change several Mule-specific constructs to generic ones in core Lisp (paragraphs.el); fixes --without-mule build from tarballs -- Stephen Turnbull
-- Fix: Fix Windows portability issues -- Vin Shelton, Jerry James, Mats Lidell
-- Fix: Reverse sense of #if for insert-data-in-exec build -- Jerry James
-- Fix: Silence syntax warnings -- Jerry James
-- Improve: Update autoconf helpers to latest upstream version -- Jerry James
-- Improve: Use more recent makeinfo(1) if available -- Jerry James
-- Improve: GTK 3.X support when available -- Jeff Sparkes
-- New: TLS support -- Jerry James
-- Improve: Disable ASLR on any system where that is necessary for XEmacs binary -- Aidan Kehoe, Mike Sperber, Marcus Crestani
-- Improve: Use pkg-info if available to determine linked libraries for ncurses -- Aidan Kehoe, Mats Lidell
-- Improve: Run autoupdate on configure.ac, heed its advice -- Aidan Kehoe
-- Improve: Fix broken linker -R flag detection, pkg-config problems, -f* flags inappropriate when linking -- Jaakko Salomaa
-- Improve: Fix PostgreSQL header detection -- Jaakko Salomaa
-- Fix: --with-infopath handling, configure.ac -- Jaakko Salomaa
-- Fix: Canna version detection -- Jaakko Salomaa

Documentation

-- Improve: Bignum documentation -- Jerry James
-- Improve: Port texi files to Texinfo 5, fix style -- Jerry James
-- Improve: Document #'digit-char-p, #'digit-char, #'parse-integer -- Aidan Kehoe
-- Improve: Add notes about pixel_to_glyph_transation and related code -- Mike Kupfer
-- Improve: Document char-code-limit -- Aidan Kehoe
-- New: Describe the arbitrary-base syntax for rationals -- Aidan Kehoe
-- Improve: Details of extent properties vs string properties -- Stephen Turnbull
-- New: Document extent support in #'format, document #'format-into -- Aidan Kehoe
-- Improve: Move generalised support for duplicable extents to Old Future work -- Aidan Kehoe
-- New: Document the new flags and modifiers, #'format -- Aidan Kehoe
-- New: Document shadowing of lambda list arguments, #'symbol-macrolet. Document the new SHADOW argument for each symbol macro specified. -- Aidan Kehoe
-- New: Document #'string-match-p, #'looking-at-p. -- Aidan Kehoe
-- New: Document that (shift a) is supported as keystroke syntax -- Aidan Kehoe
-- Improve: Remove duplicated info, widget.texi. -- Aidan Kehoe, FKtPp, Steven Mitchell
-- New: Update documentation of #'generate-new-buffer-name -- Aidan Kehoe
-- Improve: Face property documentation -- Stephen Turnbull
-- Improve: Remove mention of non-system malloc() implementations -- Aidan Kehoe
-- Improve: Document algorithmic complexity consideration with #'marker-position -- Aidan Kehoe
-- Improve: Re-encode texi as UTF-8 when appropriate -- Aidan Kehoe
-- New: Document named non-shy groups, limits on interval qualifiers -- Aidan Kehoe
-- New: Document workarounds to avoid compile-time evaluation of (require ...) forms -- Aidan Kehoe
-- New: Document MARKERP argument to #'extent-{start,end}-position -- Aidan Kehoe
-- New: Document underlying implementation of the match data, associated performance and correctness considerations -- Aidan Kehoe
-- New: Document search-error-on-bad-match-data -- Aidan Kehoe
-- New: Document redisplay no longer entered recursively -- Aidan Kehoe
-- New: Document changes to unique stream identifiers -- Aidan Kehoe
-- New: Document changes to profiling implementation -- Aidan Kehoe
-- New: Document removal of support for Windows 95/98/ME systems -- Aidan Kehoe
-- Improve: Remove details of the implementation of the incremental garbage collector; document experience with it and its removal -- Aidan Kehoe
-- Improve: Update the documentation of the dumping process -- Aidan Kehoe
-- Improve: Adjust documentation of the garbage collector to put KKCC in the forefront. -- Aidan Kehoe
-- Improve: Documentation of no need for POSIX-compatible #'looking-at-p, #'string-match-p -- Aidan Kehoe
-- New: Document the OpenSSL bignum driver -- Jaakko Salomaa
-- New: Document the ?z integer length modifier -- Aidan Kehoe
-- Improve: Move display table extensions to Old Future work -- Aidan Kehoe
-- New: Document the -no-configured-paths command line flag -- Jaakko Salomaa
-- Fix: Build error, navigation problems, internals.texi -- Henry Thompson
-- Improve: Deprecate #'string-equal -- Aidan Kehoe
-- Fix: Buggy ASCII art, internals.texi -- Aidan Kehoe, Mats Lidell
-- Improve: Remove deprecated @refill from manual -- Aidan Kehoe

Lisp API

-- Fix: Add optional ID-FORMAT to #'file-attributes (GNU compatibility); add tests -- Mats Lidell, Vin Shelton
-- Fix: Make #'apply-partially more intelligent about constructing compiled functions when making closures; add tests -- Aidan Kehoe
-- Improve: Add optional WHEN and DOCSTRING arguments to #'define-obsolete-function-alias, #'define-compatible-function-alias, #'define-obsolete-variable-alias, #'define-compatible-variable-alias 
(GNU compatibility) -- Stephen Turnbull, Mike Sperber, Jeff Sparkes
-- New: Add #'font-lock-extend-region-functions' from GNU Emacs, use it -- Mike Sperber
-- New: Add #'write-sequence, API from Common Lisp. -- Aidan Kehoe
-- Improve: Allow optional `docstring' argument to #'define-function, as in GNU Emacs. -- Mike Sperber
-- Fix: #'next-command-event: Only snooze displaying keystrokes if PROMPT is nil -- Aidan Kehoe
-- Fix: #'message and friends: Preserve extent information in prompts. -- Aidan Kehoe.
-- Fix: #'x-store-cutbuffer-internal: No longer crash when passed a non-string STRING argument. -- Aidan Kehoe
-- Fix: #'encode-time: Correct the sign used when calculating the time zone strong. -- Marcus Crestani.
-- New: #'open-network-stream-internal, #'tls-negotiate: Add support for TLS to streams.
-- New: Expose #'parse-integer to Lisp -- Aidan Kehoe
-- Fix: #'event-matches-key-specifier-p: Check keysym and modifiers when on a TTY. -- Aidan Kehoe
-- New: Add support for GNU's help-event-list. -- Aidan Kehoe
-- New: no-character-typed error, used in #'self-insert-command -- Aidan Kehoe
-- New: char-code-limit available -- Aidan Kehoe
-- Fix: #'accept-process-output: Restore the current buffer even on non-local exit -- Aidan Kehoe
-- Fix: #'getenv: Escape quotation marks correctly when interactively showing a variable's value -- Aidan Kehoe
-- New: Add #'clear-string, API From GNU. -- Aidan Kehoe
-- Fix: #'string-to-number: Canonicalise ratios in this function -- Aidan Kehoe
-- Fix: #'logand, #'logior, #'rem, #'lsh: Make errors less misleading -- Aidan Kehoe
-- Improve: #'line-number: Implement using the C implementation of src/line-number.c, improving performance. -- Aidan Kehoe
-- Fix: #'load-internal: Error correctly with a zero-length file name, rather than giving a bus error. -- Aidan Kehoe
-- Fix: #'print and friends: Avoid crashes when STREAM can cause string data relocation. -- Aidan Kehoe
-- Fix: string property lists: Avoid silent corruption of a fixnum stored in a string's property list. -- Aidan Kehoe
-- Fix: #'reduce: avoid a crash with a cons sequence, :from-end nil, and a zero-length range. -- Aidan Kehoe
-- Improve: Move #'concatenate to C, improve the implementation and algorthmic complexity of #'concat. -- Aidan Kehoe
-- New: Provide Common Lisp's #'make-string-output-stream, exposing the existing C resizing_buffer lstream type, and preserving extent information for this. -- Aidan Kehoe
-- Improve: Do not accept non-fixnum number arguments with %c, #'format. -- Aidan Kehoe
-- Improve: Use our integer to string conversion code within #'format, #'number-to-string.
-- Improve: Preserve extent information within #'format.
-- New: Add digit-fixnum-ascii, a version of digit-fixnum-map supporting only the ASCII digits; use this internally. -- Aidan Kehoe
-- Improve: Don't echo mouse wheel events. -- Aidan Kehoe.
-- Improve: Add support for pad characters, h, l, hh, ll modifiers, unsigned modifiers, #'format. -- Aidan Kehoe
-- New: Provide #'format-into, writing the output into a stream. -- Aidan Kehoe
-- Fix: #'substitute-command-keys, preserve extent information -- Aidan Kehoe
-- Fix: Avoid problems in #'mapcon when FUNCTION returns nil. -- Aidan Kehoe
-- Improve: Implement obarray as a proper Lisp hash table. -- Aidan Kehoe
-- Fix: #'normalize-menu-text, avoid corruption of result. -- Aidan Kehoe
-- Improve: Sync the #'run-hook family of functions from GNU. -- Aidan Kehoe
-- New: #'run-hook-wrapped, API imported from GNU. -- Aidan Kehoe
-- Improve: Accept (shift a) as equivalent to (A) when parsing keysyms. -- Aidan Kehoe
-- Fix: Error with (aref STRING (length STRING)) -- Aidan Kehoe
-- New: Add #'with-hash-table-iterator, API from Common Lisp. -- Aidan Kehoe
-- Improve: Increase default gc-cons-threshold to 32 megabytes from 2 megabytes. -- Aidan Kehoe
-- Improve: Sync API for #'generate-new-buffer-name. -- Aidan Kehoe
-- Improve: Standardise the behaviour of #'% within XEmacs, don't rely on quirks of underlying C implementation. -- Aidan Kehoe
-- Improve: Standardise on Lisp characters as the keysym objects across all supported platforms. -- Aidan Kehoe
-- Improve: Return two values in #'user-name-completion, no need for #'user-name-completion-1. -- Aidan Kehoe
-- New: Support named non-shy ("explicitly numbered") groups in regular expressions. -- Aidan Kehoe
-- New: Take up to #xFFFF repetitions when using \{N,M\} regexp repetition syntax -- Aidan Kehoe
-- New: Extend display table handling to take arbitrary format strings. -- Aidan Kehoe
-- Improve: Restrict MINWIDTH, PRECISION field ranges in format strings to #xFFFF. -- Aidan Kehoe
-- Improve: Add a -no-configured-paths option, most useful when building -- Jaakko Salomaa
-- Improve: Deprecate #'string-equal, move it to obsolete.el -- Aidan Kehoe
-- Improve: Add a Latin-script Azeri language environment -- Aidan Kehoe
-- Improve: Avoid errors with misc-user events and isearch-pre-command-hook -- Aidan Kehoe
-- Improve: Warn about non-string, non-integer args to #'gensym -- Aidan Kehoe
-- Improve: Give better backtraces on error at startup -- Aidan Kehoe
-- Improve: Deal better with unparseable Fc font names. -- Stephen Turnbull
-- New: Sync mode-require-final-newline from GNU -- Aidan Kehoe
-- New: Add #'write-string, #'write-line -- Aidan Kehoe
-- Improve: Blinking of parentheses when demonstrating matching parentheses -- Aidan Kehoe
-- New: Respect function-key-map in #'read-char, #'read-char-exclusive, error if no character typed. -- Aidan Kehoe
-- Improve: Remove metadata marking #'keymapp as side-effect free. -- Aidan Kehoe
-- New: #'synthesize-unicode-codepoint, bind it to (control shift u) as specified by ISO 14755. -- Aidan Kehoe
-- Improve: Do not insert timestamps in .elc comments, making builds reproducible. -- Jerry James.
-- New: Transport layer security (TLS) support -- Jerry James
-- Improve: `noerror' optional argument to #'line-move -- Michael Sperber.
-- Improve: Handling of case sensitivity in interactive regular expression search -- Aidan Kehoe
-- Improve: Remove unused code for Mule TTY support. -- Aidan Kehoe
-- New: #'max-char function for GNU compatibility. -- Aidan Kehoe
-- Improve: Avoid using the regexp support for very simple searches. -- Aidan Kehoe
-- Fix: Avoid over-eager deletion of frams, gnuclient -- Aidan Kehoe
-- Improve: Less garbage with the message stack. -- Aidan Kehoe
-- Fix: Give clearer errors with #'check-type and non-setf'able PLACEs -- Aidan Kehoe
-- New: #'logcount, function from Common Lisp. -- Aidan Kehoe
-- Improve: Mark #'integer-length, #'logcount as side-effect free. Avoid allocating memory with #'integer-length -- Aidan Kehoe
-- Improve: Respect load-ignore-out-of-date-elc-files, call #'substitute-in-file-name #'load. -- Aidan Kehoe
-- Improve: Sync functionality from GNU, mwheel.el -- Aidan Kehoe
-- Improve: Avoid use of #'vassoc in core code, move it to packages -- Aidan Kehoe
-- Improve: Warn if interactive spec encountered where arglist expected, bytecomp.el -- Aidan Kehoe
-- Improve: Abbrev tables are now vectors, not hash tables. -- Aidan Kehoe
-- Improve: Add compatibility implementation of traditional emacs obarray, now we use hash tables. -- Aidan Kehoe
-- New: help.el, add support for detecting the current Lisp function if we are in the context of a C file. -- Aidan Kehoe
-- Fix: Shadow symbol macros when the corresponding symbols are encountered in lambda argument lists -- Aidan Kehoe
-- Improve: Rename #'font-menu-change-face to #'font-menu-maybe-change-face, fix a bug in it. -- Aidan Kehoe
-- Improve: FORM does not need to be a cons, #'assert -- Aidan Kehoe
-- New: Merge GNU's :height custom-face-attribute. -- Aidan Kehoe
-- Fix: auto-save-unescape-name, correct the hex parsing -- Aidan Kehoe
-- Improve: Replace calls to #'string-match with calls to #'string-match-p if appropriate. -- Aidan Kehoe
-- Improve: Remove keyboard-type, never used. -- Aidan Kehoe
-- Improve: Case tables generated from UnicodeData.txt -- Aidan Kehoe
-- Improve: Make compose.el available on non-X11 platforms. -- Aidan Kehoe
-- Improve: Allow a numeric offset as the APPEND argument to #'write-region. -- Aidan Kehoe
-- Fix: Make #'key-or-mouse-event-p, #'timeout-or-eval-event-p, #'char-or-event-p available. -- Aidan Kehoe
-- New: Import coding-system-history. Adjust #'read-coding-system to use it and to adjust PROMPT based on default-coding-system. -- Aidan Kehoe
-- New: Import pcase.el from GNU. -- Aidan Kehoe

Internal API and Implementation

-- Fix: Canonicalize some ratios -- Jerry James
-- Fix: Change integer arithmetic to fixnums in check_valid_xbm_inline; adjust test to changed error -- Jerry James
-- Fix: Initialization of bignums from long longs -- Jerry James
-- Fix: Replace AC_FUNC_FSEEKO with HAVE_FSEEKO in config.h.in -- Jerry James
-- Improve: Add mp-specific allocation functions -- Jerry James
-- Improve: Prepare for large file support -- Jerry James
-- Improve: Reimplement #'process-synchronize-point as a label in #'call-process-internal -- Aidan Kehoe
-- Improve: Support for statically linked modules -- Jerry James
-- Improve: Use make_fixnum instead of make_integer where size is known to fit in many places -- Jerry James
-- Improve: Lazy conversion of markers when comparing values in the same buffer, giving performance improvements e.g. with large VM buffers -- Aidan Kehoe
-- Improve: Use skip_ascii() in the no-conversion coding system, speeding up writes of large buffers -- Aidan Kehoe
-- Improve: Pass character count information to the buffer insertion code from the no-conversion and Unicode coding systems, speeding up reads of large files -- Aidan Kehoe
-- Improve: Increase the C buffer size used in #'copy-file, #'insert-file-contents-internal, speeding up these operations -- Aidan Kehoe
-- Improve: Add error handling to the coding conversion code -- Jerry James
-- Improve: Quiet compiler warnings with clang, g++, Visual Studio -- Aidan Kehoe, Vin Shelton, Jerry James.
-- Improve: Be more careful dealing with C's isupper() when calculating the inverse table for Vdigit_fixnum_map -- Aidan Kehoe, Vin Shelton.
-- Improve: Work exclusively in byte positions, extent.c -- Aidan Kehoe
-- Improve: Only provide our max_align_t if the current compiler does not. -- Jerry James
-- Improve: Speed of get_char_table () on builds without optimization -- Aidan Kehoe
-- Improve: print_symbol(), read_atom(): Speed these up significantly, add support for non-ASCII digits -- Aidan Kehoe
-- Fix: Avoid problems with GMP and non-finite C doubles. -- Aidan Kehoe
-- Fix: #'truncate: Avoid bugs with bignums and double_to_integer() -- Aidan Kehoe
-- Improve: encode_unicode_char (): Use U+FFFD unconditionally when we have no information on the Unicode mapping of a character. -- Aidan Kehoe
-- Fix: x_IO_error_handler(): Check for a real error in this, avoiding a crash on OS X. -- Stephen Turnbull
-- Improve: #'save-current-buffer: Docstring changes. -- Stephen Turnbull
-- Fix: Regular expression searching within relocating Lisp buffers. -- Aidan Kehoe.
-- Improve: Create less garbage when reading symbols, lread.c -- Aidan Kehoe
-- Improve: No need for NARGS argument to write_fmt_string_lisp() -- Aidan Kehoe
-- Improve: Give the compiler a chance to do strlen at compile time, write_ascstring () -- Aidan Kehoe
-- Improve: Differentiate between char->byte and byte->char conversion and between external->internal, internal->external conversion when profiling. -- Aidan Kehoe
-- Change: Rename emacs_v?sprintf_malloc* functions to emacs_v?asprintf, analagous to their usual Unix equivalents. -- Aidan Kehoe
-- Improve: Make general functions available to convert between C integers of a specific type and Lisp integers, including bignums. Use this. -- Aidan Kehoe
-- Improve: Move various simple, non-loop hotspot, functions from data.c to subr.el -- Aidan Kehoe
-- Fix: Our integer to string code was buggy with LONG_MIN, fix that. -- Aidan Kehoe
-- New: Merge the unicode-internal branch, providing an ISO10646-compatibile internal format to Mule builds -- Ben Wing
-- Improve: Write to the normal stdio object, stderr_out(), stdout_out(). -- Aidan Kehoe
-- Improve: Drop extensive needless Ibyte -> Ichar conversion, redisplay. -- Aidan Kehoe.
-- Improve: Use make_uninit_vector(), make_uninit_string() in Freverse -- Aidan Kehoe
-- Improve: Implement #'looking-at-p, #'string-match-p in C. -- Aidan Kehoe
-- Improve: Circularity checking with unread-command-events. -- Aidan Kehoe
-- Improve: Circularity and well-formedness checking for external lists, Lisp primitives. -- Aidan Kehoe
-- Fix: Respect SIGNALP in PRIVATE_UNVERIFIED_LIST_LOOP_7(), avoiding problems with circular lists. -- Aidan Kehoe
-- Fix: Correct regexp interval handling code. -- Aidan Kehoe, Stephen Turnbull
-- Fix: Error within read1() if a #@INTEGER docstring comment has an unreasonably large integer. -- Aidan Kehoe, Hao Sun.
-- Fix: Error when passed values that would overflow, Fmake_vector(), Fmake_string(), Fmake_bit_vector(). -- Aidan Kehoe
-- Fix: Avoid stack overflow with recursive specifiers, print_specifier (). -- Aidan Kehoe, Raymond Toy
-- Fix: Avoid tying up XEmacs with error messages when specifier instantiator fails. -- Aidan Kehoe
-- Fix: Take a size_t argument, xemacs_c_alloca, check for overflow. -- Aidan Kehoe
-- Improve: Remove gmalloc.c, which is unmaintained, always use system malloc. -- Aidan Kehoe
-- Improve: Remove use of Eistring malloc buffers, write directly to Lisp streams instead. -- Aidan Kehoe
-- Improve: Use the Lisp hash table infrastructure for the X GC cache, improve algorithm. -- Aidan Kehoe
-- Improve: Fix some leaks in the GTK code. -- Aidan Kehoe
-- Improve: Avoid clobbering documentation for compiled function aliases -- Aidan Kehoe
-- Improve: Use an explicit weak list object for the syntax table, specifier, and weak hash table, avoiding duplicating implementation. -- Aidan Kehoe
-- Improve: Move the weak box implementation to Lisp. -- Aidan Kehoe
-- Improve: Only convert markers to integers when needed to compare them. -- Aidan Kehoe
-- Improve: Reduce unnecessary byte-char conversion costs with markers. -- Aidan Kehoe
-- Improve: Adjust the line numbering code to track buffer byte positions, which is cheaper. -- Aidan Kehoe
-- Improve: Reduce needless byte-char conversion in redisplay -- Aidan Kehoe
-- Improve: Save window points as zero-length extents, not C integers -- Aidan Kehoe
-- Improve: Pay attention to wraparound in buffer modification ticks. -- Aidan Kehoe
-- Improve: Rename byte_marker_position to marker_byte_position for GNU compatibility. -- Aidan Kehoe
-- Fix: Correct type description of dynarr lengths -- Aidan Kehoe
-- Fix: Don't choke on an ill-formed or circular Vprocess_environment -- Aidan Kehoe
-- New: Make qxeGetWindowLongPtr and related functions available to the NT code. -- Aidan Kehoe
-- Improve: Rename DONT_EXTERN_INLINE_HEADER_FUNCTIONS to FORCE_INLINE_FUNCTION_DEFINITION. -- Aidan Kehoe
-- New: Make write_external_fmt_string_va () availab, allowing a coding system to be specified for string arguments. -- Aidan Kehoe
-- Improve: Use the existing Lisp list infrastructure with struct expose_ignore. -- Aidan Kehoe
-- Improve: Use the existing Lisp list infrastructure with timeouts. -- Aidan Kehoe
-- Fix: Prevent update_syntax_cache(), Fextent_at() from accessing buffer positions outside the accessible region -- Alan Mackenzie
-- Fix: Make Fscan_sexps() respect syntax table properties, terminating quotes -- Alan Mackenzie
-- New: Flag GB_ALLOW_NIL to indicate to return point for buffer positions, get_buffer_pos_{char,byte} -- Aidan Kehoe
-- New: set_marker_byte_position_restricted(), reduce need to convert to character positions. -- Aidan Kehoe
-- Improve: Use Bytebpos values in the line-start cache -- Aidan Kehoe
-- Improve: Make vertical scrollbars function in terms of lines, not buffer positions, with small buffers -- Aidan Kehoe
-- New: Provide a GET_STRSIGNAL() macro, on the model of GET_STRERROR() -- Aidan Kehoe
-- Improve: Get XEmacs building and runnning on 64 bit Cygwin. -- Aidan Kehoe
-- New: get_buffer_pos_both (), reduce needless byte->char conversion with (goto-char MARKER) -- Aidan Kehoe
-- Improve: Mark generated modeline strings as such, respect this when signalling that extents have changed. -- Aidan Kehoe
-- New: Move match subexpression information to being implemented as extents, giving better warnings and more consistent behaviour with #'replace-match. -- Aidan Kehoe
-- Improve: Remove needless byte-char conversion from search.c -- Aidan Kehoe
-- Improve: Rename string ascii_begin field to ascii_end -- Aidan Kehoe
-- Improve: Move window_end_pos[] to being an array of markers. -- Aidan Kehoe
-- Fix: Avoid recursive entry to redisplay, Fwindow_end(). -- Aidan Kehoe
-- Fix: Never return an invalid buffer position, #'event-point, #'event-modeline-position -- Aidan Kehoe
-- Improve: Remove redisplay_text_width_string(), equivalent to redisplay_window_text_width_string(). -- Aidan Kehoe
-- Improve: Drop caching of GCs under GTK. -- Aidan Kehoe
-- Improve: No need for a hash table mapping marshaller types to functions, ui-gtk.c -- Aidan Kehoe
-- Improve: Use weak lists for the window point and saved_window_start caches -- Aidan Kehoe
-- Improve: Use a weak list for the USID to process mapping -- Aidan Kehoe
-- Improve: Move the main profiling hash table to being a Lisp hash table -- Aidan Kehoe
-- Improve: Implement the mswindows_read_link () cache as a normal Lisp hash table. -- Aidan Kehoe
-- Improve: Remove hash.c, hash.h, no longer used. -- Aidan Kehoe
-- Improve: Correct a bug in ALIST_LOOP_4() -- Aidan Kehoe
-- Improve: Remove support for running as a non-Unicode program under Win32. -- Aidan Kehoe
-- Improve: Remove support for the incremental garbage collector, improving stability, speed, memory usage, and mantainability. -- Aidan Kehoe
-- Improve: Remove support for unexec, improving maintainability. -- Aidan Kehoe
-- Improve: Remove support for the old mark algorithm, KKCC is stable and performant -- Aidan Kehoe
-- Improve: Remove support for systems without job control, mkdir or rmdir, imprve maintainability. -- Aidan Kehoe
-- Improve: Don't modify the compiled pattern in re_match_2_internal, avoiding re-entrancy problems. -- Aidan Kehoe
-- Improve: Represent internal register numbers with two bytes rather than one in compiled regular expressions. -- Aidan Kehoe
-- Improve: Move implementation of long-deprecated #'following-char, #'preceding-char to Lisp. -- Aidan Kehoe
-- Improve: Provide access to the OpenSSL bignum implementation, which doesn't have the reliability concerns of GMP -- Jaakko Salomaa
-- Improve: Better error handling with OpenSSL, TLS -- Jaakko Salomaa
-- Fix: Use the z integer length modifier in C code when printing EMACS_INT -- Aidan Kehoe
-- Improve: Implement total_data_usage() in terms of BSD libkvm. -- Aidan Kehoe
-- Improve: Provide formatted printing that doesn't error to the C code. -- Aidan Kehoe
-- Improve: Never return a negative value to Lisp when hashing. -- Aidan Kehoe
-- Improve: Load the Unicode conversion tables as Lisp structures. -- Jaakko Salomaa
-- Improve: Avoid a blinking TTY cursor -- Jaakko Salomaa
-- Fix: Avoid infinite loop in next_previous_single_property_change () -- Jaakko Salomaa.
-- Fix: Avoid calling Fextent_object () on non-live extents, #'delete-window, #'set-window-buffer -- Aidan Kehoe, Henry Thompson
-- Improve: Have the syntax cache, indentation code work in byte positions. -- Aidan Kehoe
-- Improve: Avoid needles byte-char conversion, process.c -- Aidan Kehoe
-- Fix: Avoid crashes with invalid characters in generated modeline strings and error-checking builds. -- Aidan Kehoe
-- Fix: Avoid the AMD64 red zone confusing find_stack_direction (), alloca.c -- Aidan Kehoe
-- Improve: Changes to bring XEmacs closer to building and running on 64-bit Visual Studio. -- Aidan Kehoe
-- Improve: Reduce memory allocation, use of the regexp engine, gnuserv.el -- Aidan Kehoe
-- Improve: Print the stderr of make-docfile to the terminal instead of silently discarding it. -- Aidan Kehoe
-- Improve: Handle vectors better in backquote.el -- Aidan Kehoe
-- Improve: Use #'string-match-p, #'looking-at-p if match data not used -- Aidan Kehoe
-- Improve: Implement #'eval-when in the byte compiler. -- Aidan Kehoe
-- Improve: Remove alist.el from core code. -- Aidan Kehoe
-- Improve: Minimise calls to #'marker-position in the core Lisp code -- Aidan Kehoe
-- Improve: Use #'apply-partially to create closures with lambdas and lexical variables. -- Aidan Kehoe
-- Fix: Save any existing non-default mode-popup-menu correctly, #'easy-menu-remove -- Aidan Kehoe
-- Improve: Generate digit.el from UnicodeData.txt -- Aidan Kehoe
-- Fix: Deal with byte offsets generated by makeinfo(1), info.el -- Aidan Kehoe
-- Improve: Avoid calls to #'following-char, #'preceding-char in core code -- Aidan Kehoe
-- Improve: Avoid lock files when generating finder-inf.el, make parallel builds more likely to work -- Aidan Kehoe, Mats Lidell
-- Improve: Clean up startup path debugging code -- Jaakko Salomaa
-- Improve: Abstract out the list of things to be saved and restored in #'search-push-state -- Aidan Kehoe
-- Fix: Avoid silent wrapping of fill-column, #'do-auto-fill, #'fill-region-as-paragraph. -- Aidan Kehoe
-- Fix: Don't error with anonymous functions, #'display-call-tree. -- Aidan Kehoe

Testing and Debugging

-- New: Add tests for #'file-attributes -- Mats Lidell
-- Improve: Use print_circle within debug_print() -- Jerry James.
-- New: Test fixnum_to_string with LONG_MIN -- Aidan Kehoe
-- Improve: Process tests -- Stephen Turnbull
-- New: Test require-final-newline, mode-require-final-newline -- Mats Lidell
-- Improve: Only test fontconfig if the font-mgr feature is available -- Aidan Kehoe
-- New: Test #'write-sequence, #'write-string, #'write-line -- Aidan Kehoe
-- New: Test propagation of extent information -- Aidan Kehoe
-- New: Test #'parse-integer, #'digit-char, #'digit-char-p -- Aidan Kehoe
-- New: Test #'substitute -- Aidan Kehoe
-- Improve: Test read and print handling of symbols that look like numbers. -- Aidan Kehoe
-- New: Test character with no Unicode mapping represented as REPLACEMENT CHARACTER, UTF-8 -- Aidan Kehoe
-- New: Test #'integer-length, #'logcount -- Aidan Kehoe
-- New: Superficial tests #'load, #'load-internal -- Aidan Kehoe
-- New: Test #'equalp compiler macro -- Aidan Kehoe
-- New: Check Lisp printer handles relocation of string data OK -- Aidan Kehoe
-- New: Test for insufficient GCPRO in sublis () -- Aidan Kehoe
-- New: Check bug with #'reduce fixed -- Aidan Kehoe
-- New: Test #'make-string-output-stream, #'get-output-stream-string -- Aidan Kehoe
-- New: Test #'format and friends -- Aidan Kehoe, Uwe Bonnes, Aneurin Price, Mike McCormack
-- New: Check no crash with #'decode-time if localtime() returns nil -- Aidan Kehoe
-- New: Check bug in #'mapcon fixed -- Aidan Kehoe
-- New: Check no crash on large number of symbols in an obarray -- Aidan Kehoe
-- New: Test #'normalize-menu-text, #'compare-menu-text -- Aidan Kehoe
-- New: Test #'lexical-let, #'lexical-let* -- Aidan Kehoe
-- New: Test #'string-match-p, #'looking-at-p -- Aidan Kehoe
-- New: Check bug in regexps with backreferences fixed. -- Aidan Kehoe
-- New: Test #'run-hooks and friends -- Aidan Kehoe
-- New: Test #'safe-length -- Aidan Kehoe
-- New: Check special operators GCPRO correctly -- Aidan Kehoe
-- New: Check bugs fixed with intervals in regexps -- Aidan Kehoe
-- New: Test #'auto-save-escape-name, #'auto-save-unescape-name -- Aidan Kehoe
-- New: Test restrictions on ZONE argument to #'encode-time -- Aidan Kehoe
-- New: Test limits on the size of array types -- Aidan Kehoe
-- New: Test the SHADOW argument to #'symbol-macrolet -- Aidan Kehoe
-- New: Check (int-char most-negative-fixnum) gives nil -- Aidan Kehoe
-- New: Check (user-login-name 4294967296) no longer gives "root" -- Aidan Kehoe-- New: Test simple predicates recently moved to subr.el from data.c; test #'ignore -- Aidan Kehoe
-- Improve: Update checking for search algorithm used to take uppercase Unicode sharp s into account -- Aidan Kehoe
-- New: Check ?\x00 not accepted as a converter character, #'format -- Aidan Kehoe
-- New: Test #'max, #'min, #'< and friends with fixnums and markers -- Aidan Kehoe
-- New: Check #'read doesn't get confused with a marker STREAM and a multibyte buffer.  -- Aidan Kehoe
-- New: Test #'car, #'cdr -- Aidan Kehoe
-- New: Test case-insensitive packages (obarrays) -- Aidan Kehoe
-- New: Test named non-shy groups -- Aidan Kehoe
-- New: Test limits of regexp ranges -- Aidan Kehoe
-- New: Check for a bug fixed in #'save-window-start -- Aidan Kehoe
-- New: Check error appropriately with (format "%c" ...), non char-or-char-int-p arguments -- Aidan Kehoe
-- Improve: Tests for #'replace-regexp-in-string -- Aidan Kehoe
-- Improve: Test #'replace-match when stored match data has its start and end positions reversed -- Aidan Kehoe
-- Improve: Naming of bug-hash-table, reproduce-crashes.el -- Aidan Kehoe
-- New: Test bug fixed with display of line numbers in modeline -- Aidan Kehoe
-- New: Check that #'zerop errors with character or marker arguments -- Aidan Kehoe
-- New: Test #'split-char, #'make-char -- Aidan Kehoe
-- New: Test overflow detected with integer parsing code, Lisp reader -- Aidan Kehoe
-- New: Check more than 255 shy groups supported -- Aidan Kehoe
-- New: Test the OpenSSL bignum driver -- Jaakko Salomaa
-- New: Test :error-behavior keyword argument to #'format-into -- Aidan Kehoe
-- New: Test #'apply-partial with lambdas with &rest arguments -- Jaakko Salomaa
-- New: Test get_string_{pos,range}_byte () -- Aidan Kehoe
-- Improve: Call #'test-chars even on unicode-internal builds -- Aidan Kehoe
-- New: Test for a bug in #'byte-optimize-zerop -- Aidan Kehoe


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/editors/xemacs-current/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/xemacs-current/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/xemacs-current/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/xemacs-current/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/xemacs-current-nox11/Makefile
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in
cvs rdiff -u -r1.4 -r0 pkgsrc/editors/xemacs-current/patches/patch-configure
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in \
    pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in
cvs rdiff -u -r1.2 -r0 pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/editors/xemacs-current/patches/patch-src_process.c \
    pkgsrc/editors/xemacs-current/patches/patch-src_unexelf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xemacs-current/Makefile
diff -u pkgsrc/editors/xemacs-current/Makefile:1.114 pkgsrc/editors/xemacs-current/Makefile:1.115
--- pkgsrc/editors/xemacs-current/Makefile:1.114        Sun Jan 29 21:15:58 2023
+++ pkgsrc/editors/xemacs-current/Makefile      Sun May 21 00:13:55 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2023/01/29 21:15:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.115 2023/05/21 00:13:55 hauke Exp $
 
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   21
 COMMENT=       *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
 
 .include "Makefile.common"

Index: pkgsrc/editors/xemacs-current/Makefile.common
diff -u pkgsrc/editors/xemacs-current/Makefile.common:1.19 pkgsrc/editors/xemacs-current/Makefile.common:1.20
--- pkgsrc/editors/xemacs-current/Makefile.common:1.19  Sun Oct  3 17:53:11 2021
+++ pkgsrc/editors/xemacs-current/Makefile.common       Sun May 21 00:13:55 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.19 2021/10/03 17:53:11 hauke Exp $
+# $NetBSD: Makefile.common,v 1.20 2023/05/21 00:13:55 hauke Exp $
 #
 # used by editors/xemacs-current/Makefile
 # used by editors/xemacs-current-nox11/Makefile
 
-DISTNAME=      xemacs-21.5.34
-EMACSVERSION=  21.5-b34
+DISTNAME=      xemacs-21.5.35
+EMACSVERSION=  21.5-b35
 EMACS_DISTNAME=        xemacs-${EMACSVERSION}
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
@@ -23,14 +23,12 @@ PLIST_SRC=  ${.CURDIR}/../../editors/xema
 
 USE_TOOLS+=            gtar makeinfo perl
 
-# The portable dumper creates a dump file with a build ID in its name
-GENERATE_PLIST+=       ${ECHO} bin/${EMACS_DISTNAME}-`${WRKSRC}/src/xemacs -sd`.dmp ;
-
 # Having the build path in the dumped emacs is not a problem.
 CHECK_WRKREF_SKIP+=    bin/xemacs*
 
 PRINT_PLIST_AWK+=      { gsub(/${EMACS_DISTNAME}/, "$${DISTNAME}"); }
 PRINT_PLIST_AWK+=      { gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); }
+PRINT_PLIST_AWK+=      { gsub(/^share\/applications\/xemacs\.desktop$$/, "$${PLIST.x11}&"); }
 
 PLIST_SUBST+=          DISTNAME=${EMACS_DISTNAME}
 FILES_SUBST+=          DISTNAME=${EMACS_DISTNAME}
@@ -45,10 +43,6 @@ CONFIGURE_ARGS+=     --with-mule
 CONFIGURE_ARGS+=       --with-zlib
 CONFIGURE_ARGS+=       --with-bignum=gmp
 CONFIGURE_ARGS+=       --without-msw
-CONFIGURE_ARGS+=       --with-pdump
-CONFIGURE_ARGS+=       --with-system-malloc
-CONFIGURE_ARGS+=       --with-newgc
-CONFIGURE_ARGS+=       --with-kkcc
 CONFIGURE_ARGS+=       --with-postgresql=no
 
 CFLAGS+=               -Dunix
@@ -62,6 +56,11 @@ INSTALL_MAKE_FLAGS+= TAR=${TOOLS_PATH.gt
 CPPFLAGS+=     -DTERMINFO
 .endif
 
+pre-patch:
+.for ci in etc lisp lisp/mule
+       rm ${WRKSRC}/${ci}/.cvsignore
+.endfor
+
 .include "../../databases/gdbm/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"

Index: pkgsrc/editors/xemacs-current/PLIST
diff -u pkgsrc/editors/xemacs-current/PLIST:1.26 pkgsrc/editors/xemacs-current/PLIST:1.27
--- pkgsrc/editors/xemacs-current/PLIST:1.26    Sun Nov 29 19:52:26 2020
+++ pkgsrc/editors/xemacs-current/PLIST Sun May 21 00:13:55 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/11/29 19:52:26 nia Exp $
+@comment $NetBSD: PLIST,v 1.27 2023/05/21 00:13:55 hauke Exp $
 bin/ellcc
 bin/gnuattach
 bin/gnuclient
@@ -19,229 +19,9 @@ info/internals.info
 info/lispref.info
 info/new-users-guide.info
 info/termcap.info
-info/texinfo.info
 info/widget.info
 info/xemacs-faq.info
 info/xemacs.info
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/DOC
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/add-big-package.sh
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/config.values
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/cvtmail
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/digest-doc
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/fakemail
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gnuserv
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gzip-el.sh
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/hexl
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/Emacs.ad.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrame.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrameP.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManager.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManagerP.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShell.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShellP.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClient.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClientP.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShell.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShellP.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/array.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/backtrace.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/balloon_help.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bitmaps.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/blocktype.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/buffer.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bufslots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bytecode-ops.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bytecode.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/casetab.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/charset.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/chartab.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/cm.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/coding-system-slots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/commands.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/compiler.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/config.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/conslots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-gtk-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-msw-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-msw.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-stream-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-stream.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-tty-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-tty.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-x-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-x.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-xlike-inc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/database.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/debug.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/device-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/device.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/devslots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dragdrop.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dump-data.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dumper.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/elhash.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/emodules.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/events.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extents-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extents.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xlib.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xt.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/faces.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/file-coding.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/font-mgr.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-gtk-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-msw-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-msw.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-tty-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-tty.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-x-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-x.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frame-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frame.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frameslots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gccache-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gccache-x.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/general-slots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/getpagesize.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-msw.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-x.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gpmevent.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gtk-xemacs.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gui.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gutter.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/hash.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/imgproc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/insdel.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/intl-auto-encap-win32.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap-buttons.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap-slots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libinterface.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libsst.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libst.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/line-number.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-disunion.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-union.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lrecord.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lstream.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/README
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alpha.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/arm.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/hp800.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmrs6000.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/intel386.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/m68k.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/powerpc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sparc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/template.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/windowsnt.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/macros.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mc-alloc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mem-limits.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/menubar.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/miscplay.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mule-ccl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ndir.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number-gmp.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number-mp.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/opaque.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/paths.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/process-slots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/process.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/procimpl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/profile.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/rangetab.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/redisplay.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/regex.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/README
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix4-2.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd-common.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin32.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/gnu.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11-shr.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix6-5.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/linux.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mach-bsd4-3.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mingw32.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/netbsd.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/openbsd.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sol2.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4-2.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/win32-common.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/win32-native.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/windowsnt.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-msw.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-x.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/select.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sheap-adjust.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sound.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/specifier.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symeval.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symsinit.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syntax.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdep.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdir.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdll.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfile.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfloat.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysgdkx.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysgtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysproc.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syspwd.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syssignal.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systime.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systty.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswait.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswindows.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/text.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/toolbar-xlike.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/toolbar.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/tooltalk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ui-gtk.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/universe.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/vdb.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/window-impl.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/window.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/winslots.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsic.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsicp.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmmanagerp.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmotif.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmprimitivep.h
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/make-docfile
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/mmencode
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.el
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.elc
-${PLIST.canna}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/canna_api.ell
-${PLIST.ldap}lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/eldap.ell
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/movemail
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/profile
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/rcs2log
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/sorted-doc
-lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/vcdiff
-man/gnuattach.1
-man/gnuclient.1
-man/gnudoit.1
-man/gnuserv.1
-man/xemacs-ctags.1
-man/xemacs-etags.1
-man/xemacs.1
 lib/${DISTNAME}/etc/COPYING
 lib/${DISTNAME}/etc/ChangeLog
 lib/${DISTNAME}/etc/ETAGS.ChangeLog
@@ -620,6 +400,133 @@ lib/${DISTNAME}/etc/unicode/ibm/glibc-KO
 lib/${DISTNAME}/etc/unicode/ibm/glibc-KOI_8-2.1.2.ucm
 lib/${DISTNAME}/etc/unicode/ibm/glibc-SJIS-2.1.2.ucm
 lib/${DISTNAME}/etc/unicode/ibm/glibc-TIS_620-2.1.2.ucm
+lib/${DISTNAME}/etc/unicode/libiconv/ARMSCII-8.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ARMSCII-8.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ASCII.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ATARIST.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-2003.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-2003.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-1999.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-1999.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-2001.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-2001.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-2004.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5-HKSCS-2004.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/BIG5.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/COPYING
+lib/${DISTNAME}/etc/unicode/libiconv/CP1046.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1124.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1125.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1129.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1131.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1133.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1161.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1161.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1162.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1163.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1163.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1250.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1251.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1252.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1253.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1254.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1255.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1255.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1256.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1257.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1258.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP1258.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP437.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP737.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP775.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP850.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP852.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP853.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP855.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP856.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP857.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP858.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP860.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP861.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP862.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP863.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP864.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP865.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP866.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP869.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP874.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP922.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP932.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP932.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP936.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP949.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP950.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/CP950.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/DEC-HANYU.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/DEC-HANYU.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/DEC-KANJI.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-CN.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-JISX0213.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-JP.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-JP.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-KR.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-TW.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/EUC-TW.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/GB18030-BMP.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/GBK.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/Georgian-Academy.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/Georgian-PS.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/HP-ROMAN8.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-1.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-10.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-11.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-13.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-14.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-15.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-16.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-2.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-3.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-4.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-5.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-6.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-7.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-8.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-8859-9.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-IR-165.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO-IR-165.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO646-CN.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/ISO646-JP.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/JIS_X0201.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/JOHAB.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/KOI8-R.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/KOI8-RU.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/KOI8-T.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/KOI8-U.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacArabic.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacCentralEurope.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacCroatian.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacCyrillic.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacGreek.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacHebrew.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacIceland.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacRoman.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacRomania.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacThai.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacTurkish.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MacUkraine.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/MuleLao-1.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/NEXTSTEP.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/PT154.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/README
+lib/${DISTNAME}/etc/unicode/libiconv/RISCOS-LATIN1.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/RK1048.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/SHIFT_JIS.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/SHIFT_JISX0213.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/TCVN.IRREVERSIBLE.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/TCVN.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/TDS565.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/TIS-620.TXT
+lib/${DISTNAME}/etc/unicode/libiconv/VISCII.TXT
 lib/${DISTNAME}/etc/unicode/mule-ucs/README
 lib/${DISTNAME}/etc/unicode/mule-ucs/chinese-cns11643-1.txt
 lib/${DISTNAME}/etc/unicode/mule-ucs/chinese-cns11643-2.txt
@@ -638,64 +545,178 @@ lib/${DISTNAME}/etc/unicode/mule-ucs/tha
 lib/${DISTNAME}/etc/unicode/mule-ucs/tibetan.txt
 lib/${DISTNAME}/etc/unicode/mule-ucs/vietnamese-viscii-lower.txt
 lib/${DISTNAME}/etc/unicode/mule-ucs/vietnamese-viscii-upper.txt
+lib/${DISTNAME}/etc/unicode/oreilly/COPYING
+lib/${DISTNAME}/etc/unicode/oreilly/GB12345.TXT
+lib/${DISTNAME}/etc/unicode/oreilly/oreilly.html
+lib/${DISTNAME}/etc/unicode/other/README
 lib/${DISTNAME}/etc/unicode/other/lao.txt
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-1.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-10.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-13.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-14.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-15.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-16.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-2.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-3.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-4.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-5.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-6.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-7.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-8.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/8859-9.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/BIG5.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CNS11643.TXT
 lib/${DISTNAME}/etc/unicode/unicode-consortium/COPYING
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1250.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1251.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1252.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1253.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1254.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1255.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1256.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1257.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP1258.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP874.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP932.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP936.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP949.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/CP950.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/GB12345.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/GB2312.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/HANGUL.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/JIS0201.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/JIS0208.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/JIS0212.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/JOHAB.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/KOI8-R.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/KSC5601.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/KSX1001.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/OLD5601.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/SHIFTJIS.TXT
-lib/${DISTNAME}/etc/unicode/unicode-consortium/oreilly.html
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/BIG5.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/CNS11643.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/GB2312.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/HANGUL.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/JIS0201.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/JIS0208.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/JIS0212.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/JOHAB.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/KOI8-R.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/KSC5601.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/KSX1001.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/OLD5601.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/OBSOLETE/SHIFTJIS.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/EASTASIA/ReadMe.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ETSI/GSM0338.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-1-1998.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-10-1998.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-11-2001.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-13-1998.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-14-1998.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-15-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-16-2001.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-2-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-3-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-4-1998.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-5-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-6-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-7-1987a.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-7-1987b.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-7-2003.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-8-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/DatedVersions/8859-9-1999.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-1.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-10.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-11.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-13.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-14.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-15.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-16.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-2.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-3.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-4.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-5.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-6.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-7.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-8.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ISO-8859-9.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/ISO8859/ReadMe.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/README
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/ADOBE/ReadMe.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/ADOBE/stdenc.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/ADOBE/symbol.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/ADOBE/zdingbat.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/ARABIC.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CELTIC.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CENTEURO.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CHINSIMP.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CHINTRAD.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CORPCHAR.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CROATIAN.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/CYRILLIC.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/DEVANAGA.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/DINGBATS.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/FARSI.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/GAELIC.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/GREEK.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/GUJARATI.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/GURMUKHI.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/HEBREW.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/ICELAND.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/INUIT.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/JAPANESE.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/KEYBOARD.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/KOREAN.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/ROMAN.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/ROMANIAN.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/ReadMe.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/SYMBOL.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/THAI.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/TURKISH.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/APPLE/UKRAINE.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/IBM/IBM_conversions.html
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/EBCDIC/CP037.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/EBCDIC/CP1026.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/EBCDIC/CP500.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/EBCDIC/CP875.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/CYRILLIC.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/GREEK.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/ICELAND.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/LATIN2.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/ROMAN.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/MAC/TURKISH.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP437.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP737.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP775.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP850.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP852.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP855.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP857.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP860.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP861.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP862.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP863.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP864.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP865.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP866.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP869.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/PC/CP874.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1250.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1251.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1252.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1253.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1254.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1255.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1256.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1257.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP1258.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP874.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP932.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP936.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP949.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WINDOWS/CP950.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1250.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1251.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1252.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1253.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1254.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1255.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1256.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1257.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit1258.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit874.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit932.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit936.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit949.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/bestfit950.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MICSFT/WindowsBestFit/readme.txt
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/APL-ISO-IR-68.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/ATARIST.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/CP1006.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/CP424.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/CP856.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/IBMGRAPH.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/KOI8-R.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/KOI8-U.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/KZ1048.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/SGML.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/MISC/US-ASCII-QUOTES.TXT
+lib/${DISTNAME}/etc/unicode/unicode-consortium/VENDORS/NEXT/NEXTSTEP.TXT
 lib/${DISTNAME}/etc/unicode/unicode-consortium/unicode-consortium.html
+lib/${DISTNAME}/etc/unicode/unicode-consortium/upstream-ReadMe.txt
 lib/${DISTNAME}/etc/xemacs-X-16.png
 lib/${DISTNAME}/etc/xemacs-X-32.png
 lib/${DISTNAME}/etc/xemacs-X.ico
 lib/${DISTNAME}/etc/xemacs-beta.xpm
 lib/${DISTNAME}/etc/xemacs-enhanced.png
 lib/${DISTNAME}/etc/xemacs-fe.sh
+lib/${DISTNAME}/etc/xemacs-icon.svg
 lib/${DISTNAME}/etc/xemacs-icon.xpm
 lib/${DISTNAME}/etc/xemacs-icon2.xbm
 lib/${DISTNAME}/etc/xemacs-icon2.xpm
 lib/${DISTNAME}/etc/xemacs-icon3.xpm
 lib/${DISTNAME}/etc/xemacs.1
-${PLIST.x11}lib/${DISTNAME}/etc/xemacs.desktop
+lib/${DISTNAME}/etc/xemacs.appdata.xml
+lib/${DISTNAME}/etc/xemacs.css
+lib/${DISTNAME}/etc/xemacs.desktop
 lib/${DISTNAME}/etc/xemacs.xbm
 lib/${DISTNAME}/etc/xemacs.xpm
 lib/${DISTNAME}/lisp/ChangeLog
@@ -705,8 +726,6 @@ lib/${DISTNAME}/lisp/abbrev.el
 lib/${DISTNAME}/lisp/abbrev.elc
 lib/${DISTNAME}/lisp/about.el
 lib/${DISTNAME}/lisp/about.elc
-lib/${DISTNAME}/lisp/alist.el
-lib/${DISTNAME}/lisp/alist.elc
 lib/${DISTNAME}/lisp/apropos.el
 lib/${DISTNAME}/lisp/apropos.elc
 lib/${DISTNAME}/lisp/auto-autoloads.el
@@ -763,6 +782,8 @@ lib/${DISTNAME}/lisp/coding.el
 lib/${DISTNAME}/lisp/coding.elc
 lib/${DISTNAME}/lisp/compat.el
 lib/${DISTNAME}/lisp/compat.elc
+lib/${DISTNAME}/lisp/compose.el
+lib/${DISTNAME}/lisp/compose.elc
 lib/${DISTNAME}/lisp/config.el
 lib/${DISTNAME}/lisp/config.elc
 lib/${DISTNAME}/lisp/console.el
@@ -987,6 +1008,8 @@ lib/${DISTNAME}/lisp/mule/china-util.el
 lib/${DISTNAME}/lisp/mule/china-util.elc
 lib/${DISTNAME}/lisp/mule/chinese.el
 lib/${DISTNAME}/lisp/mule/chinese.elc
+lib/${DISTNAME}/lisp/mule/compiled-unicode-tables.el
+lib/${DISTNAME}/lisp/mule/compiled-unicode-tables.elc
 lib/${DISTNAME}/lisp/mule/custom-load.el
 lib/${DISTNAME}/lisp/mule/custom-load.elc
 lib/${DISTNAME}/lisp/mule/cyrillic.el
@@ -995,12 +1018,16 @@ lib/${DISTNAME}/lisp/mule/devan-util.el
 lib/${DISTNAME}/lisp/mule/devan-util.elc
 lib/${DISTNAME}/lisp/mule/devanagari.el
 lib/${DISTNAME}/lisp/mule/devanagari.elc
+lib/${DISTNAME}/lisp/mule/digit.el
+lib/${DISTNAME}/lisp/mule/digit.elc
 lib/${DISTNAME}/lisp/mule/english.el
 lib/${DISTNAME}/lisp/mule/english.elc
 lib/${DISTNAME}/lisp/mule/ethio-util.el
 lib/${DISTNAME}/lisp/mule/ethio-util.elc
 lib/${DISTNAME}/lisp/mule/ethiopic.el
 lib/${DISTNAME}/lisp/mule/ethiopic.elc
+lib/${DISTNAME}/lisp/mule/general-early.el
+lib/${DISTNAME}/lisp/mule/general-early.elc
 lib/${DISTNAME}/lisp/mule/general-late.el
 lib/${DISTNAME}/lisp/mule/general-late.elc
 lib/${DISTNAME}/lisp/mule/greek.el
@@ -1027,8 +1054,10 @@ lib/${DISTNAME}/lisp/mule/lao.el
 lib/${DISTNAME}/lisp/mule/lao.elc
 lib/${DISTNAME}/lisp/mule/latin.el
 lib/${DISTNAME}/lisp/mule/latin.elc
-lib/${DISTNAME}/lisp/mule/make-coding-system.el
-lib/${DISTNAME}/lisp/mule/make-coding-system.elc
+lib/${DISTNAME}/lisp/mule/make-case-conv.el
+lib/${DISTNAME}/lisp/mule/make-case-conv.elc
+lib/${DISTNAME}/lisp/mule/make-digit.el
+lib/${DISTNAME}/lisp/mule/make-digit.elc
 lib/${DISTNAME}/lisp/mule/misc-lang.el
 lib/${DISTNAME}/lisp/mule/misc-lang.elc
 lib/${DISTNAME}/lisp/mule/mule-category.el
@@ -1046,22 +1075,24 @@ lib/${DISTNAME}/lisp/mule/mule-composite
 lib/${DISTNAME}/lisp/mule/mule-locale.txt
 lib/${DISTNAME}/lisp/mule/mule-msw-init-late.el
 lib/${DISTNAME}/lisp/mule/mule-msw-init-late.elc
-lib/${DISTNAME}/lisp/mule/mule-tty-init.el
-lib/${DISTNAME}/lisp/mule/mule-tty-init.elc
 lib/${DISTNAME}/lisp/mule/mule-win32-init.el
 lib/${DISTNAME}/lisp/mule/mule-win32-init.elc
-lib/${DISTNAME}/lisp/mule/mule-x-init.el
-lib/${DISTNAME}/lisp/mule/mule-x-init.elc
+lib/${DISTNAME}/lisp/mule/thai-util.el
+lib/${DISTNAME}/lisp/mule/thai-util.elc
 lib/${DISTNAME}/lisp/mule/thai.el
 lib/${DISTNAME}/lisp/mule/thai.elc
 lib/${DISTNAME}/lisp/mule/tibet-util.el
 lib/${DISTNAME}/lisp/mule/tibet-util.elc
 lib/${DISTNAME}/lisp/mule/tibetan.el
 lib/${DISTNAME}/lisp/mule/tibetan.elc
+lib/${DISTNAME}/lisp/mule/uni-case-conv.el
+lib/${DISTNAME}/lisp/mule/uni-case-conv.elc
 lib/${DISTNAME}/lisp/mule/viet-util.el
 lib/${DISTNAME}/lisp/mule/viet-util.elc
 lib/${DISTNAME}/lisp/mule/vietnamese.el
 lib/${DISTNAME}/lisp/mule/vietnamese.elc
+lib/${DISTNAME}/lisp/mule/windows.el
+lib/${DISTNAME}/lisp/mule/windows.elc
 lib/${DISTNAME}/lisp/multicast.el
 lib/${DISTNAME}/lisp/multicast.elc
 lib/${DISTNAME}/lisp/mwheel.el
@@ -1070,6 +1101,8 @@ lib/${DISTNAME}/lisp/newcomment.el
 lib/${DISTNAME}/lisp/newcomment.elc
 lib/${DISTNAME}/lisp/next-error.el
 lib/${DISTNAME}/lisp/next-error.elc
+lib/${DISTNAME}/lisp/obarray.el
+lib/${DISTNAME}/lisp/obarray.elc
 lib/${DISTNAME}/lisp/obsolete.el
 lib/${DISTNAME}/lisp/obsolete.elc
 lib/${DISTNAME}/lisp/occur.el
@@ -1092,6 +1125,8 @@ lib/${DISTNAME}/lisp/paragraphs.el
 lib/${DISTNAME}/lisp/paragraphs.elc
 lib/${DISTNAME}/lisp/paths.el
 lib/${DISTNAME}/lisp/paths.elc
+lib/${DISTNAME}/lisp/pcase.el
+lib/${DISTNAME}/lisp/pcase.elc
 lib/${DISTNAME}/lisp/picture.el
 lib/${DISTNAME}/lisp/picture.elc
 lib/${DISTNAME}/lisp/post-gc.el
@@ -1234,8 +1269,6 @@ lib/${DISTNAME}/lisp/window-xemacs.el
 lib/${DISTNAME}/lisp/window-xemacs.elc
 lib/${DISTNAME}/lisp/window.el
 lib/${DISTNAME}/lisp/window.elc
-lib/${DISTNAME}/lisp/x-compose.el
-lib/${DISTNAME}/lisp/x-compose.elc
 lib/${DISTNAME}/lisp/x-faces.el
 lib/${DISTNAME}/lisp/x-faces.elc
 lib/${DISTNAME}/lisp/x-font-menu.el
@@ -1254,6 +1287,224 @@ lib/${DISTNAME}/lisp/x-win-sun.el
 lib/${DISTNAME}/lisp/x-win-sun.elc
 lib/${DISTNAME}/lisp/x-win-xfree86.el
 lib/${DISTNAME}/lisp/x-win-xfree86.elc
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/DOC
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/add-big-package.sh
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/config.values
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/cvtmail
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/digest-doc
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/fakemail
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gnuserv
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gzip-el.sh
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/hexl
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/Emacs.ad.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrame.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrameP.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManager.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManagerP.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShell.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShellP.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClient.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClientP.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShell.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShellP.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/array.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/backtrace.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/balloon_help.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bitmaps.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/blocktype.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/buffer.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bufslots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bytecode-ops.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bytecode.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/casetab.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/charset.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/chartab.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/cm.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/coding-system-slots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/commands.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/compiler.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/config.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/conslots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-gtk-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-gtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-msw-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-msw.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-stream-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-stream.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-tty-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-tty.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-x-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-x.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-xlike-inc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/database.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/debug.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/device-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/device.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/devslots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dragdrop.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dump-data.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dumper.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/elhash.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/emodules.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/events.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extents-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extents.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xlib.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xt.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/faces.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/file-coding.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/font-mgr.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-gtk-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-gtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-msw-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-msw.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-tty-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-tty.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-x-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor-x.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/fontcolor.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frame-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frame.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frameslots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gccache-x.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/general-slots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/getpagesize.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-gtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-msw.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-x.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gpmevent.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gtk-xemacs.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gui.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gutter.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/imgproc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/insdel.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/intl-auto-encap-win32.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap-buttons.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap-slots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libinterface.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libsst.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libst.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/line-number.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-disunion.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-union.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lrecord.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lstream.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/README
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alpha.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/arm.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/hp800.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmrs6000.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/intel386.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/m68k.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/powerpc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sparc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/template.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/windowsnt.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/macros.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mem-limits.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/menubar.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/miscplay.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mule-ccl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ndir.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number-gmp.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number-mp.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number-openssl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/number.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/opaque.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/paths.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/process-slots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/process.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/procimpl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/profile.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/rangetab.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/redisplay.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/regex.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/README
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix4-2.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd-common.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin-common.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin32.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin64.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/gnu.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11-shr.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix6-5.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/linux.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mach-bsd4-3.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mingw32.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/netbsd.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/openbsd.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sol2.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4-2.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/win32-common.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/win32-native.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/windowsnt.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-gtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-msw.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-x.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/select.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sheap-adjust.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sound.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/specifier.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symeval.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symsinit.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syntax.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdep.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdir.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdll.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfile.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfloat.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysgdkx.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysgtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysproc.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syspwd.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syssignal.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systime.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systty.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswait.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswindows.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/text.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/tls.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/toolbar-xlike.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/toolbar.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/tooltalk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ui-gtk.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/unicode.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/universe.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/window-impl.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/window.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/winslots.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsic.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsicp.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmmanagerp.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmotif.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmprimitivep.h
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/make-docfile
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/mmencode
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.el
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules/auto-autoloads.elc
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/movemail
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/profile
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/rcs2log
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/sorted-doc
+lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/vcdiff
+man/gnuattach.1
+man/gnuclient.1
+man/gnudoit.1
+man/gnuserv.1
+man/xemacs-ctags.1
+man/xemacs-etags.1
+man/xemacs.1
 ${PLIST.x11}share/applications/xemacs.desktop
-@pkgdir lib/xemacs/site-lisp
 @pkgdir lib/xemacs/site-modules
+@pkgdir lib/xemacs/site-lisp

Index: pkgsrc/editors/xemacs-current/distinfo
diff -u pkgsrc/editors/xemacs-current/distinfo:1.41 pkgsrc/editors/xemacs-current/distinfo:1.42
--- pkgsrc/editors/xemacs-current/distinfo:1.41 Tue Oct 26 10:21:43 2021
+++ pkgsrc/editors/xemacs-current/distinfo      Sun May 21 00:13:55 2023
@@ -1,16 +1,12 @@
-$NetBSD: distinfo,v 1.41 2021/10/26 10:21:43 nia Exp $
+$NetBSD: distinfo,v 1.42 2023/05/21 00:13:55 hauke Exp $
 
-BLAKE2s (xemacs-21.5.34.tar.gz) = 68c1529385ac9a5deda1f797e126537c78662b39b9ea9413a342d59f1ce12431
-SHA512 (xemacs-21.5.34.tar.gz) = b61d88fe530a77b88c2ed0cecd6597ed3c265450bc61f7c6823920f774b2d566ef6fc18a6c33928d846d08d465617d4ccd3c4656606ec8634127a683abbc929a
-Size (xemacs-21.5.34.tar.gz) = 15816932 bytes
-SHA1 (patch-Makefile.in.in) = 0c2365f6fc01aeb2dd2c5176b00e617724a4eccc
-SHA1 (patch-configure) = c6e3ea408afb8a38f62055cba3ca412b41e09c9d
-SHA1 (patch-lib-src_Makefile.in.in) = 6e9c2b9e4cd9e63fbdc88ff4792e74a57ed925ae
-SHA1 (patch-lib-src_fakemail.c) = e62f75055b80f207696cfd77cd7b55fd46e8249b
+BLAKE2s (xemacs-21.5.35.tar.gz) = 4b1b0fc5f7302180a16168bde9b85b05797e6ad883e1f0d72d77102cd5f36b11
+SHA512 (xemacs-21.5.35.tar.gz) = e592af6ffbb6f95299039de28f59ee770bf62f54a15b1358b9d1059ed25dcb410c01dcf6e88c1d2196d54f0c6902f309d709fe003accee82e516023fa4363019
+Size (xemacs-21.5.35.tar.gz) = 16403617 bytes
+SHA1 (patch-Makefile.in.in) = 8ac4bc8cb73529dbf58e9465f014dfd8164b1577
+SHA1 (patch-lib-src_Makefile.in.in) = f09f99c363d988f356a3a49a1bf96136502d16aa
+SHA1 (patch-lib-src_fakemail.c) = d786ead6ccf1c640d7310b863202e7bde0e9e93a
 SHA1 (patch-lwlib_Makefile.in.in) = 8d243f1c85122429187b8250c18221dee8423ed0
 SHA1 (patch-modules_common_Makefile.common) = d62a23a05e72cc196557e2f7fbbccea791ee0101
-SHA1 (patch-src_Makefile.in.in) = 7a7ea5fe03b11e8690f44f4dbef17e793fbf50f2
+SHA1 (patch-src_Makefile.in.in) = 2a661f2c12bd2c27146285f60dec8b9d407fefcd
 SHA1 (patch-src_dired.c) = d850495e567224dc7a43e1db74f4e305a906f177
-SHA1 (patch-src_lisp.h) = c5f3b5f920ec6d451a5d5c5d1e414d6ae3d6660f
-SHA1 (patch-src_process.c) = 4cca9085f0e34ad1adf44ea006df7c2c370beeb9
-SHA1 (patch-src_unexelf.c) = 96b2cf1d2512ad23fca98db9b48c34533bba8b66

Index: pkgsrc/editors/xemacs-current-nox11/Makefile
diff -u pkgsrc/editors/xemacs-current-nox11/Makefile:1.14 pkgsrc/editors/xemacs-current-nox11/Makefile:1.15
--- pkgsrc/editors/xemacs-current-nox11/Makefile:1.14   Sun Oct  3 17:53:11 2021
+++ pkgsrc/editors/xemacs-current-nox11/Makefile        Sun May 21 00:13:56 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2021/10/03 17:53:11 hauke Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/21 00:13:56 hauke Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
-PKGREVISION=   10
 COMMENT=       *BETA* XEmacs text editor version 21.5 (no X11 support)
 
 .include "../../editors/xemacs-current/Makefile.common"

Index: pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in
diff -u pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in:1.3 pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in:1.4
--- pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in:1.3      Sun Mar 28 10:36:33 2021
+++ pkgsrc/editors/xemacs-current/patches/patch-Makefile.in.in  Sun May 21 00:13:56 2023
@@ -1,9 +1,11 @@
-$NetBSD: patch-Makefile.in.in,v 1.3 2021/03/28 10:36:33 hauke Exp $
+$NetBSD: patch-Makefile.in.in,v 1.4 2023/05/21 00:13:56 hauke Exp $
 
 Sprinkle DESTDIR dust.
 
 Avoid installing backup~ files.
 
+Avoid NetBSD make compatibilty issues with $@
+
 The standards.info provided by XEmacs conflicts with the one installed by
 devel/autoconf, which is probably newer.
 
@@ -13,7 +15,7 @@ Make TAR settable, to work around shortc
 
 was patch-aa
 
---- Makefile.in.in.orig        2013-08-21 17:45:17.000000000 +0000
+--- Makefile.in.in.orig        2023-05-13 18:09:51.000000000 +0000
 +++ Makefile.in.in
 @@ -67,7 +67,7 @@ LC_ALL = C
  RM = rm -f
@@ -24,7 +26,16 @@ was patch-aa
  
  ## ==================== Things `configure' Might Edit ====================
  
-@@ -407,7 +407,7 @@ install-arch-dep: mkdir
+@@ -374,7 +374,7 @@ src/.gdbinit: ${srcdir}/src/.gdbinit.in.
+       ./config.status && touch $@
+ 
+ etc/PROBLEMS: $(srcdir)/PROBLEMS
+-      cp $^ $@
++      cp $(srcdir)/PROBLEMS etc/PROBLEMS
+ 
+ ## ==================== Installation ====================
+ 
+@@ -416,7 +416,7 @@ install-arch-dep: mkdir
           fi; \
           ${INSTALL_DATA} lib-src/config.values $(DESTDIR)${docdir}/config.values; \
           ${INSTALL_DATA} lib-src/DOC $(DESTDIR)${docdir}/DOC; \
@@ -33,7 +44,7 @@ was patch-aa
             do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
        else true; fi
  #if (defined(PDUMP) && !defined (DUMP_IN_EXEC)) || (defined (PDUMP) && defined(WIN32_NATIVE))
-@@ -430,7 +430,8 @@ install-arch-dep: mkdir
+@@ -439,7 +439,8 @@ install-arch-dep: mkdir
  # endif /* CYGWIN */
  #endif /* WIN32_NATIVE */
  #ifdef HAVE_SHLIB
@@ -43,7 +54,7 @@ was patch-aa
  #endif
  
  install-arch-indep: mkdir info
-@@ -465,14 +466,19 @@ install-arch-indep: mkdir info
+@@ -474,14 +475,19 @@ install-arch-indep: mkdir info
            ${INSTALL_DATA} ${srcdir}/info/dir $(DESTDIR)${infodir}/dir ; \
          fi ; \
          for file in *.info* ; do \

Index: pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in
diff -u pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in:1.1 pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in:1.2
--- pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in:1.1      Wed Nov 15 14:52:02 2017
+++ pkgsrc/editors/xemacs-current/patches/patch-lib-src_Makefile.in.in  Sun May 21 00:13:56 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib-src_Makefile.in.in,v 1.1 2017/11/15 14:52:02 hauke Exp $
+$NetBSD: patch-lib-src_Makefile.in.in,v 1.2 2023/05/21 00:13:56 hauke Exp $
 
 Add missing DESTDIR prefixes
 
@@ -8,17 +8,9 @@ Prefix {c,e}tags to avoid conflicts
 
 Was patch-ac
 
---- lib-src/Makefile.in.in.orig        2013-08-21 17:43:44.000000000 +0000
+--- lib-src/Makefile.in.in.orig        2023-05-13 18:09:52.000000000 +0000
 +++ lib-src/Makefile.in.in
-@@ -69,6 +69,7 @@ sitemoduledir=@sitemoduledir@
- INSTALL = @install_pp@ @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- 
- ## ========================== Lists of Files ===========================
- 
-@@ -245,25 +246,35 @@ do-blessmail: $(blessmail)
+@@ -246,12 +246,12 @@ do-blessmail: $(blessmail)
  ${archlibdir}: all
        @echo; echo "Installing utilities run internally by XEmacs."
        ./make-path $(DESTDIR)${archlibdir}
@@ -32,34 +24,31 @@ Was patch-ac
 +      if test "`(cd $(DESTDIR)${archlibdir} && $(pwd))`" \
             != "`(cd ${srcdir}     && $(pwd))`"; then \
          for f in ${PRIVATE_INSTALLABLE_SCRIPTS}; do \
--          (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f $(DESTDIR)${archlibdir}/$$f); \
-+          (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$$f $(DESTDIR)${archlibdir}/$$f); \
-         done ; \
-       fi
- 
+           (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$$f $(DESTDIR)${archlibdir}/$$f); \
+@@ -261,10 +261,20 @@ ${archlibdir}: all
  install: ${archlibdir}
        @echo; echo "Installing utilities for users to run."
        for file in ${PUBLIC_INSTALLABLE_EXES} ; do \
 -        (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} $(DESTDIR)${bindir}/$${file}) ; \
-+          if [ $${file} = etags ] || [ $${file} = ctags ] || [ $${file} = b2m ] ; \
-+            then \
-+              (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} $(DESTDIR)${bindir}/xemacs-$${file}) ; \
-+            else \
-+              (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} $(DESTDIR)${bindir}/$${file}) ; \
-+          fi \
++      if [ $${file} = etags ] || [ $${file} = ctags ] || [ $${file} = b2m ] ; \
++          then \
++            (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} $(DESTDIR)${bindir}/xemacs-$${file}) ; \
++          else \
++            (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} $(DESTDIR)${bindir}/$${file}) ; \
++        fi \
        done
        for file in ${PUBLIC_INSTALLABLE_SCRIPTS} ; do \
--        (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$${file} $(DESTDIR)${bindir}/$${file}) ; \
-+          if [ $${file} = rcs-checkin ] || [ $${file} = send-pr ] ; \
-+            then \
-+              (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/xemacs-$${file}) ; \
-+            else \
-+              (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/$${file}) ; \
-+          fi \
+-        (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/$${file}) ; \
++         if [ $${file} = rcs-checkin ] || [ $${file} = send-pr ] ; \
++           then \
++             (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/xemacs-$${file}) ; \
++           else \
++             (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/$${file}) ; \
++         fi \
        done
  
  uninstall:
-@@ -379,7 +390,7 @@ make-dump-id: ${srcdir}/make-dump-id.c
+@@ -380,7 +390,7 @@ make-dump-id: ${srcdir}/make-dump-id.c
  #ifdef DUMP_IN_EXEC
  insert-data-in-exec: ${srcdir}/insert-data-in-exec.c
        $(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@
Index: pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c
diff -u pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c:1.1 pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c:1.2
--- pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c:1.1  Wed Nov 15 14:57:58 2017
+++ pkgsrc/editors/xemacs-current/patches/patch-lib-src_fakemail.c      Sun May 21 00:13:56 2023
@@ -1,12 +1,12 @@
-$NetBSD: patch-lib-src_fakemail.c,v 1.1 2017/11/15 14:57:58 hauke Exp $
+$NetBSD: patch-lib-src_fakemail.c,v 1.2 2023/05/21 00:13:56 hauke Exp $
 
 Fix build on DragonFly.
 
 Was patch-aj
 
---- lib-src/fakemail.c.orig    2013-08-21 17:43:44.000000000 +0000
+--- lib-src/fakemail.c.orig    2023-05-13 18:09:52.000000000 +0000
 +++ lib-src/fakemail.c
-@@ -148,15 +148,13 @@ extern char *malloc (), *realloc ();
+@@ -140,16 +140,16 @@ static boolean no_problems = true;
  #include <osreldate.h>
  #endif
  
@@ -16,11 +16,13 @@ Was patch-aj
  #endif 
  
  #ifdef CURRENT_USER
- extern struct passwd *getpwuid ();
 -#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000 
--extern uid_t geteuid (); 
++#if defined(__FreeBSD_version) && __FreeBSD_version >= 400000 || defined(__DragonFly__)
+ #include <sys/types.h>
+ #include <pwd.h>
+ #include <stdlib.h>
 -#else 
-+#if defined(__FreeBSD_version) && __FreeBSD_version < 400000 
++#else
  extern unsigned short geteuid (); 
  #endif 
  static struct passwd *my_entry;

Index: pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in
diff -u pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in:1.2 pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in:1.3
--- pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in:1.2  Thu Nov 16 15:07:05 2017
+++ pkgsrc/editors/xemacs-current/patches/patch-src_Makefile.in.in      Sun May 21 00:13:56 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_Makefile.in.in,v 1.2 2017/11/16 15:07:05 hauke Exp $
+$NetBSD: patch-src_Makefile.in.in,v 1.3 2023/05/21 00:13:56 hauke Exp $
 
 Deal with bulk build namespace intrusion.
 
@@ -6,9 +6,9 @@ SunOS 5 bmake / gmake fixes
 
 Was patch-an
 
---- src/Makefile.in.in.orig    2013-08-21 17:43:45.000000000 +0000
+--- src/Makefile.in.in.orig    2023-05-13 18:09:53.000000000 +0000
 +++ src/Makefile.in.in
-@@ -392,9 +392,9 @@ ldflags  = $(LDFLAGS) $(ld_switch_all) $
+@@ -365,9 +365,9 @@ ldflags  = $(LDFLAGS) $(ld_switch_all) $
  
  #ifdef SOLARIS2
  %.o : %.c
@@ -20,13 +20,13 @@ Was patch-an
        $(CC) -c $(cflags) $<
  
  ## Create preprocessor output (debugging purposes only)
-@@ -437,10 +437,10 @@ RAW_EXE  = temacs
+@@ -405,10 +405,10 @@ RAW_EXE  = temacs.exe
  DO_TEMACS = $(DUMPENV) ./$(RAW_EXE)
  DO_XEMACS = ./$(PROGNAME)
  
--BATCH = -no-packages -batch
-+MY_BATCH = -no-packages -batch
- BATCH_PACKAGES = -vanilla -batch
+-BATCH = -no-packages -no-configured-paths -batch
++MY_BATCH = -no-packages -no-configured-paths -batch
+ BATCH_PACKAGES = -vanilla -no-configured-paths -batch
 -TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH)
 -XEMACS_BATCH = $(DO_XEMACS) $(BATCH)
 +TEMACS_BATCH = $(DO_TEMACS) -nd $(MY_BATCH)
@@ -34,7 +34,7 @@ Was patch-an
  XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES)
  temacs_loadup_args = -l $(LISP)/loadup.el
  dump_temacs_args   = $(temacs_loadup_args) dump
-@@ -644,7 +644,7 @@ load-shadows: update-elc-2
+@@ -611,7 +611,7 @@ load-shadows: update-elc-2
  
  release: all
        -if [ -w $(LISP) ]; then \
@@ -43,7 +43,7 @@ Was patch-an
        else true; fi
        -$(dump_temacs)
        touch release
-@@ -931,7 +931,7 @@ run-rtcmacs: rtcmacs
+@@ -898,7 +898,7 @@ run-rtcmacs: rtcmacs
        ignore POLL; \
        check -access; \
        suppress rui; \



Home | Main Index | Thread Index | Old Index