Date: Sun, 9 Sep 2012 16:32:34 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303978 - head/multimedia/vlc Message-ID: <201209091632.q89GWYcf006358@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209091632.q89GWYcf006358>