diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:50:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:50:35 +0800 |
commit | dc8d87b6177c8ba789886c7ff3400a1e0b60d718 (patch) | |
tree | 54cb1c4b3e94d0e7b51882faa1b8767be18ede33 /devel | |
parent | 6424fd5192e6e888303ce266ccb6b88a31cd3003 (diff) | |
download | freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.tar.gz freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.tar.zst freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rhtvision/Makefile | 8 | ||||
-rw-r--r-- | devel/root/Makefile | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile index bcef94cbb3e5..3e879f5ad433 100644 --- a/devel/rhtvision/Makefile +++ b/devel/rhtvision/Makefile @@ -31,6 +31,12 @@ CFLAGS+= -I${X11BASE}/include .else PLIST_SUB+= X11_ONLY="@comment " +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-configure: ${ECHO} "HAVE_X11 => no" > ${WRKSRC}/configure.cache .endif @@ -46,4 +52,4 @@ post-patch: ${WRKSRC}/${f} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/root/Makefile b/devel/root/Makefile index a87386ec4faf..548fd98f552b 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -139,6 +139,10 @@ CONFIGURE_ARGS+= --disable-srp .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # The thread sub-system was not working for ROOT versions 3.x on FreeBSD 4.x # systems. Meanwhile maybe it's working with some patches - but I have no # FreeBSD 4.x system still running for testing ;-) |