summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-15 05:20:27 +0000
committerdinoex <dinoex@FreeBSD.org>2004-03-15 05:20:27 +0000
commitb5ecbf90589a4a0db4012f9dce149836f418ccc2 (patch)
tree8f62a9823c419051178e1df175402957cca7d927 /multimedia
parent8355713c2a5c99a2e0b8da4bf66d02236a293b49 (diff)
downloadFreeBSD-ports-b5ecbf90589a4a0db4012f9dce149836f418ccc2.zip
FreeBSD-ports-b5ecbf90589a4a0db4012f9dce149836f418ccc2.tar.gz
- mark BROKEN on alpha 4.x
won't build cause relocation problems in linking. - mark BROKEN for CURRENT > 502010 builds, but dumps core when calling spinlock, tested with more then one threaded lib.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/Makefile7
-rw-r--r--multimedia/vlc/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 20106be..880743f 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -241,6 +241,13 @@ PLIST_SUB+= MMX=""
PLIST_SUB+= MMX="@comment "
.endif
+.if ${OSVERSION} >= 502010
+BROKEN= "conflicts with new threads architecture"
+.endif
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Take a careful look into the Makefile in order"
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 20106be..880743f 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -241,6 +241,13 @@ PLIST_SUB+= MMX=""
PLIST_SUB+= MMX="@comment "
.endif
+.if ${OSVERSION} >= 502010
+BROKEN= "conflicts with new threads architecture"
+.endif
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Take a careful look into the Makefile in order"
OpenPOWER on IntegriCloud