svn commit: r320320 - head/multimedia/libva-intel-driver

Eitan Adler eadler at freebsd.org
Mon Jun 10 21:47:33 UTC 2013


On Sun, Jun 9, 2013 at 11:18 AM, Guido Falsi <madpilot at freebsd.org> wrote:
> Author: madpilot
> Date: Sun Jun  9 09:18:06 2013
> New Revision: 320320
> URL: http://svnweb.freebsd.org/changeset/ports/320320
>
> Log:
>   - Update to 1.0.20
>   - Change wording of error message to reflect ports having moved to new options framework.
>
>   PR:           ports/179360  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=179360
>   Submitted by: Manuel <manuel.creach at me.com> (maintainer)
>   Approved by:  Manuel <manuel.creach at me.com> (via private email)
>
> Modified:
>   head/multimedia/libva-intel-driver/Makefile
>   head/multimedia/libva-intel-driver/distinfo
>
> Modified: head/multimedia/libva-intel-driver/Makefile
> ==============================================================================
> --- head/multimedia/libva-intel-driver/Makefile Sun Jun  9 09:17:28 2013        (r320319)
> +++ head/multimedia/libva-intel-driver/Makefile Sun Jun  9 09:18:06 2013        (r320320)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      libva-intel-driver
> -PORTVERSION=   1.0.19
> +PORTVERSION=   1.0.20
>  CATEGORIES=    multimedia
>  MASTER_SITES=  http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
>
> @@ -34,11 +34,11 @@ PLIST_FILES=        lib/va/i965_drv_video.so \
>  .if defined(WITH_NEW_XORG)
>  pre-configure:
>  .if !exists(${LOCALBASE}/lib/libkms.so)
> -       @${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option."
> +       @${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the KMS option enabled."
>         @${FALSE}
>  .endif
>  .else
> -BROKEN=        This port need libdrm version that is available when WITH_NEW_XORG is set
> +BROKEN=                This port needs libdrm version that is available when WITH_NEW_XORG is set
>  .endif
Is it intended that this port eventually work without WITH_NEW_XORG?
If not, please use IGNORE, not BROKEN.


-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list