diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-23 11:55:27 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-23 19:03:37 +0000 |
commit | e086126c79261d4f324a45ca08ba8775b179d053 (patch) | |
tree | 41fcd1012e8baba58bbbad91d3692aa4a07743bb /security | |
parent | 11a9113f30965ac0dd58b5445a83e0d836fbb809 (diff) |
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)
Diffstat (limited to 'security')
-rw-r--r-- | security/softether-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |