Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 19:03:46 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e086126c7926 - main - security/softether-devel: Mark BROKEN
Message-ID:  <202312231903.3BNJ3k7h043993@gitrepo.freebsd.org>

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

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

commit e086126c79261d4f324a45ca08ba8775b179d053
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-23 11:55:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-23 19:03:37 +0000

    security/softether-devel: Mark BROKEN
    
    Fails to build in all versions and archs with:
    
    error: unable to open output file 'tmp/objs/Mayaqua/Encrypt.o': 'No such file
    or directory'
    
    Approved by:    portmgr (blanket)
---
 security/softether-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile
index e5d50a0e1056..c56b3984ddcd 100644
--- a/security/softether-devel/Makefile
+++ b/security/softether-devel/Makefile
@@ -14,6 +14,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 #IGNORE=		no beta version available right now, use security/softether instead
+BROKEN=	unable to open output file 'tmp/objs/Mayaqua/Encrypt.o'
 
 USES=		dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \
 		readline ssl



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