diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-27 15:39:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-27 15:39:29 +0800 |
commit | be276682a954e6227ef6888df11ac87d86c7d2a5 (patch) | |
tree | 466226f67849f33243cc8f2eb3e037c2db31cf42 /misc | |
parent | 45ca7bca8e6534cadfd0e759c8f8b66e1a83ae77 (diff) | |
download | freebsd-ports-gnome-be276682a954e6227ef6888df11ac87d86c7d2a5.tar.gz freebsd-ports-gnome-be276682a954e6227ef6888df11ac87d86c7d2a5.tar.zst freebsd-ports-gnome-be276682a954e6227ef6888df11ac87d86c7d2a5.zip |
Mark as broken. Maintainer reports some kind of underlying problematic
change in 4.x, and a header change in 5.x. Right now he's not able to
chase them due to hardware problems. (Anyone want to loan the Anarcat
a system?)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index 6217caf56556..8ab7794a8c36 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://rtp.freebsd.org/~libh/distfiles/ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= FreeBSD's next-generation sysinstall/package management tool +BROKEN= "fails to compile due to recent changes elsewhere" + LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \ tvision.0:${PORTSDIR}/devel/tvision BUILD_DEPENDS= ${X11BASE}/lib/libqt2.a:${PORTSDIR}/x11-toolkits/qt2-static |