svn commit: r331855 - head/multimedia/vlc
Tijl Coosemans
tijl at FreeBSD.org
Mon Oct 28 14:17:12 UTC 2013
On Mon, 28 Oct 2013 13:46:19 +0000 (UTC) William Grzybowski wrote:
> Author: wg
> Date: Mon Oct 28 13:46:19 2013
> New Revision: 331855
> URL: http://svnweb.freebsd.org/changeset/ports/331855
>
> Log:
> multimedia/vlc: fix schroedinger check and use options helpers
>
> - Fix schroedinger lib check
> - Use options helpers
> - Remove FreeBSD < 8.x check (deprecated)
> - Remove a few options and embed them inside X11
>
> Modified:
> head/multimedia/vlc/Makefile
>
> Modified: head/multimedia/vlc/Makefile
> ==============================================================================
> --- head/multimedia/vlc/Makefile Mon Oct 28 13:44:28 2013 (r331854)
> +++ head/multimedia/vlc/Makefile Mon Oct 28 13:46:19 2013 (r331855)
>
> # 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
I suppose you can remove this too, along with the patches. The oldest
supported release is 8.3.
More information about the svn-ports-all
mailing list