Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 21:09:53 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f0bb488c5660 - main - net-p2p/microdc2: mark BROKEN
Message-ID:  <202209052109.285L9rmX070317@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0bb488c566004e33561a0eab4d04f83bdc93113

commit f0bb488c566004e33561a0eab4d04f83bdc93113
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-05 20:55:49 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-05 21:08:58 +0000

    net-p2p/microdc2: mark BROKEN
    
    ld: error: undefined symbol: main_to_utf8_string
    >>> referenced by command.c
    >>>               command.o:(cmd_say)
    >>> referenced by command.c
    >>>               command.o:(cmd_say)
    
    Approved by:    portmgr blanket
    Reported by:    pkg-fallout
---
 net-p2p/microdc2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile
index dead438d0225..38831b0a4192 100644
--- a/net-p2p/microdc2/Makefile
+++ b/net-p2p/microdc2/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Command-line based Direct Connect client
 
 LICENSE=	GPLv2
 
+BROKEN=		does not build: undefined symbol: main_to_utf8_string
+
 CONFLICTS=	tthsum
 
 USES=		gnome iconv readline



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