diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:39:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:39:20 +0800 |
commit | 9b2c3748d7bc7fe5af1cfbacffd3cf1b2d3c3f83 (patch) | |
tree | 40700021e056763ed9b870489ff1663bd6c25eb8 /net-p2p | |
parent | 6e65f2d50a7e3bcb6e591ec5f7180cccaa03d565 (diff) | |
download | freebsd-ports-gnome-9b2c3748d7bc7fe5af1cfbacffd3cf1b2d3c3f83.tar.gz freebsd-ports-gnome-9b2c3748d7bc7fe5af1cfbacffd3cf1b2d3c3f83.tar.zst freebsd-ports-gnome-9b2c3748d7bc7fe5af1cfbacffd3cf1b2d3c3f83.zip |
Mark as broken:
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
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/microdc2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile index 4a23f66ef971..a6e07b8501e5 100644 --- a/net-p2p/microdc2/Makefile +++ b/net-p2p/microdc2/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= http://corsair626.no-ip.org/microdc/ \ http://corsair626.no-ip.org/microdc/archive/ MAINTAINER= pankov_p@mail.ru -COMMENT= A command-line based Direct Connect client +COMMENT= Command-line based Direct Connect client CONFLICTS= tthsum-[0-9]* +BROKEN= Does not link + GNU_CONFIGURE= yes USES= iconv USE_GNOME= libxml2 |