diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-26 19:09:38 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-26 19:09:38 +0800 |
commit | 96f26843071f231a5c99272ba678b8bfcd7fe849 (patch) | |
tree | 9c963d83b4a9cd3d4349f8acd50095fc5e2b8503 /editors | |
parent | 891b7f4220404ffb47e5b69312729bd7a6136891 (diff) | |
download | freebsd-ports-gnome-96f26843071f231a5c99272ba678b8bfcd7fe849.tar.gz freebsd-ports-gnome-96f26843071f231a5c99272ba678b8bfcd7fe849.tar.zst freebsd-ports-gnome-96f26843071f231a5c99272ba678b8bfcd7fe849.zip |
editors/yui: Mark as broken on FreeBSD 12.0
../twww/libw3t.a(w3man.o): In function `HTLoadMan':
w3man.cc:(.text+0x2ff): undefined reference to `HTAnchor_physical'
w3man.cc:(.text+0x79a): undefined reference to `HTAtom_for'
w3man.cc:(.text+0x7a6): undefined reference to `HTAtom_for'
...
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/yui-3.2.06.log
- Deprecate it; it appears to be unmaintained upstream with no real
existing home
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 |