svn commit: r303978 - head/multimedia/vlc

Juergen Lock nox at FreeBSD.org
Sun Sep 9 16:32:35 UTC 2012


Author: nox
Date: Sun Sep  9 16:32:34 2012
New Revision: 303978
URL: http://svn.freebsd.org/changeset/ports/303978

Log:
  Mark BROKEN on 7.x .
  
  Submitted by:	pointyhat via bapt

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Sun Sep  9 16:31:35 2012	(r303977)
+++ head/multimedia/vlc/Makefile	Sun Sep  9 16:32:34 2012	(r303978)
@@ -178,6 +178,10 @@ CONFIGURE_ARGS+=--disable-qt4
 .include <bsd.port.pre.mk>
 
 # OS specific hacks
+.if (${OSVERSION} < 800000)
+BROKEN=		doesn't build on such an old FreeBSD version
+.endif
+
 .if (${OSVERSION} < 800040)
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-modules__misc__inhibit__xdg.c \
 		${FILESDIR}/extra-patch-modules__misc__inhibit__xscreensaver.c



More information about the svn-ports-all mailing list