From owner-svn-ports-all@FreeBSD.ORG Wed Jul 24 06:39:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE2C2D7C; Wed, 24 Jul 2013 06:39:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B00002C5F; Wed, 24 Jul 2013 06:39:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6O6dKQQ041006; Wed, 24 Jul 2013 06:39:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6O6dKVF041005; Wed, 24 Jul 2013 06:39:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307240639.r6O6dKVF041005@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 24 Jul 2013 06:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323563 - head/net-p2p/microdc2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 06:39:20 -0000 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