command.o(.text+0x2b77): In function `cmd_say':
: undefined reference to `main_to_utf8_string'
command.o(.text+0x2bf7): In function `cmd_say':
: undefined reference to `main_to_utf8_string'
hub.o(.text+0x9c): In function `prepare_chat_string_for_display':
: undefined reference to `try_utf8_to_main_string'
filelist-in.o(.text+0xa8b): In function `file_list_parse_init':
: undefined reference to `filelist_xml_open'
filelist-in.o(.text+0xabc): In function `file_list_parse_init':
: undefined reference to `filelist_bzxml_open'
user.o(.text+0x155f): In function `user_handle_command':
: undefined reference to `utf8_to_main_string'
Reported by: pkg-fallout
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Makefile of microdc2 mistakenly pass arguments which is intended for
ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and
issue a warning since "file" not exist, while BSD ar(1) treats them as
invalid options and exits with error.
PR: ports/121163
Reported by: erwin
Submitted by: kaiw@
Approved by: maintainer timeout (16 days)
GNU Readline library for user interaction. It was developed from
ground up and does not depend on any other program. Despite the
command-line user interface, microdc was designed to be user
friendly and simple to use.
WWW: http://corsair626.no-ip.org/microdc/
PR: ports/106207
Submitted by: Pankov Pavel <pankov_p at mail.ru>