Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 15:16:50 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        William Grzybowski <wg@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r331855 - head/multimedia/vlc
Message-ID:  <20131028151650.76807ccf@kalimero.tijl.coosemans.org>
In-Reply-To: <201310281346.r9SDkJHP072668@svn.freebsd.org>
References:  <201310281346.r9SDkJHP072668@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131028151650.76807ccf>