Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 06:39:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323563 - head/net-p2p/microdc2
Message-ID:  <201307240639.r6O6dKVF041005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 24 06:39:20 2013
New Revision: 323563
URL: http://svnweb.freebsd.org/changeset/ports/323563

Log:
  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

Modified:
  head/net-p2p/microdc2/Makefile

Modified: head/net-p2p/microdc2/Makefile
==============================================================================
--- head/net-p2p/microdc2/Makefile	Wed Jul 24 06:32:24 2013	(r323562)
+++ head/net-p2p/microdc2/Makefile	Wed Jul 24 06:39:20 2013	(r323563)
@@ -9,10 +9,12 @@ MASTER_SITES=	http://corsair626.no-ip.or
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307240639.r6O6dKVF041005>