aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-06-21 02:45:42 +0800
committerbeat <beat@FreeBSD.org>2009-06-21 02:45:42 +0800
commitd7b2e6523f967d79a1499f3da173385bb692508c (patch)
treef9b7e7c72911853f13b6744379a60498ab714ecc /x11-toolkits
parent54b65d03e0d7dfb6003710c2a6b26c9b0c2aa021 (diff)
downloadfreebsd-ports-gnome-d7b2e6523f967d79a1499f3da173385bb692508c.tar.gz
freebsd-ports-gnome-d7b2e6523f967d79a1499f3da173385bb692508c.tar.zst
freebsd-ports-gnome-d7b2e6523f967d79a1499f3da173385bb692508c.zip
- Mark as BROKEN on CURRENT. Dumps core during build.
PR: ports/135181 Approved by: Cezary Morga <cm AT therek.net> (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
index ea87776c5e9c..87df226e7ab4 100644
--- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
+++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
@@ -25,4 +25,10 @@ PERL_CONFIGURE= yes
MAN3= Wx::Perl::ProcessStream.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 800000
+BROKEN= Dumps core during build on 8.0-CURRENT
+.endif
+
+.include <bsd.port.post.mk>