diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 21:51:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 21:51:46 +0800 |
commit | 373a35c72e243e8d8b8aa0c2be8a71b63cda4f0f (patch) | |
tree | a8c7e157c4699df66e07f8bdf211871af4d343a2 /games | |
parent | 33dbf1916658532ea1a325b18a097ad5938f6570 (diff) | |
download | freebsd-ports-gnome-373a35c72e243e8d8b8aa0c2be8a71b63cda4f0f.tar.gz freebsd-ports-gnome-373a35c72e243e8d8b8aa0c2be8a71b63cda4f0f.tar.zst freebsd-ports-gnome-373a35c72e243e8d8b8aa0c2be8a71b63cda4f0f.zip |
Mark BROKEN: fails to build
tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
if (create_iter != VM_INVALID_PROP)
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/frobtads/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index f287aba0d93d..fb0db08c3f67 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ MAINTAINER= kaiwang27@gmail.com COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 +BROKEN= fails to build + LIB_DEPENDS= libcurl.so:ftp/curl CONFLICTS= tads-2.* |