diff options
author | pav <pav@FreeBSD.org> | 2011-12-09 04:17:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-12-09 04:17:00 +0800 |
commit | d8b694cdc437720bfc38f96f7d24e561adb662f7 (patch) | |
tree | 0fa9aecd0606c03fd027d7795c0afd142eed0df3 /x11-wm/i3 | |
parent | e5fa7f471165ca5c1e481e7a871cbb774391deed (diff) | |
download | freebsd-ports-gnome-d8b694cdc437720bfc38f96f7d24e561adb662f7.tar.gz freebsd-ports-gnome-d8b694cdc437720bfc38f96f7d24e561adb662f7.tar.zst freebsd-ports-gnome-d8b694cdc437720bfc38f96f7d24e561adb662f7.zip |
- Mark BROKEN on FreeBSD 7.X: fails to compile fully, fails to install later
/work/a/ports/x11-wm/i3/work/i3-4.1/i3-config-wizard/main.c:302: undefined reference to `getline'
gmake[1]: *** [i3-config-wizard] Error 1
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 5c2bf7e892b0..6c663bdebd34 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -54,6 +54,10 @@ MAN1= ${MANUALS} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= fails to compile and install +.endif + post-extract: @cd ${WRKSRC} && ${CP} i3.config config.sample @cd ${WRKSRC} && ${CP} i3.welcome welcome |