aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-GStreamer
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-03-12 18:08:50 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-03-12 18:08:50 +0000
commitecd49e02ac49731e19de2462aac69be23a82fd5e (patch)
tree120022a41bb9bc5531df295b67e8c2360da25300 /multimedia/p5-GStreamer
parent40632822d1a6fc01052ca374b01c43817f836502 (diff)
downloadports-ecd49e02ac49731e19de2462aac69be23a82fd5e.tar.gz
ports-ecd49e02ac49731e19de2462aac69be23a82fd5e.zip
Mark as BROKEN, since it uses strndup() which FreeBSD does not have.
When this problem is fixed, the following additional steps are needed to make the port operational: - require *threaded* lang/perl5.8; - modify MAKE_ENV similar to what math/PDL currently does. Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=157065
Diffstat (limited to 'multimedia/p5-GStreamer')
-rw-r--r--multimedia/p5-GStreamer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile
index 3cfc81fe2e38..5e06e6def7ae 100644
--- a/multimedia/p5-GStreamer/Makefile
+++ b/multimedia/p5-GStreamer/Makefile
@@ -40,4 +40,6 @@ MAN3= GStreamer.3 GStreamer::Bin.3 GStreamer::Buffer.3 GStreamer::Caps.3 \
BROKEN= "Coredump during build on ${ARCH}"
.endif
+BROKEN= uses strndup() which FreeBSD does not have
+
.include <bsd.port.post.mk>