diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-26 11:09:38 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-26 11:09:38 +0000 |
commit | de380727f34a77410ad99df42b5847c84249f9d8 (patch) | |
tree | 9c963d83b4a9cd3d4349f8acd50095fc5e2b8503 /editors | |
parent | f7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162 (diff) | |
download | ports-de380727f34a77410ad99df42b5847c84249f9d8.tar.gz ports-de380727f34a77410ad99df42b5847c84249f9d8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 6ef39a626777..d1609cb3b7d9 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -13,6 +13,10 @@ COMMENT= Rich-featured multi-windows console text editor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2018-09-30 + +BROKEN_FreeBSD_12= fails to link: undefined reference to HTAnchor_physical BROKEN_aarch64= fails to compile: cast from pointer to smaller type loses information BROKEN_armv6= fails to link: undefined reference to HTAnchor_physical BROKEN_armv7= fails to link: undefined reference to HTAnchor_physical |