Bug 179360 - [PATCH] multimedia/libva-intel-driver update to 1.0.20
Summary: [PATCH] multimedia/libva-intel-driver update to 1.0.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 09:10 UTC by Manuel Creach
Modified: 2013-06-09 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2013-06-06 09:10 UTC, Manuel Creach
no flags Details | Diff
vaintel.diff (1.29 KB, patch)
2013-06-06 22:55 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Creach 2013-06-06 09:10:01 UTC
Patch to update multimedia/libva-intel-driver to version 1.0.20

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-06 09:10:14 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2013-06-06 11:26:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2013-06-06 22:55:53 UTC
Hi,

Why did you comment out the check for NEW_XORG and option KMS?

The port still does not build with old xorg and without KMS option, so 
the check is still relevant, from a build in poudriere:

----

checking for DRM... no
configure: error: Package requirements (libdrm >= 2.4.23) were not met:

Package dependency requirement 'libdrm >= 2.4.23' could not be satisfied.
Package 'libdrm' has version '2.4.17', required version is '>= 2.4.23'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DRM_CFLAGS
and DRM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===>  Script "configure" failed unexpectedly.

----

I changed the wording a little though, to reflect the migration to the 
optionsng.

Can you approve the attached patch?

Thanks.

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2013-06-09 10:18:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-06-09 10:18:14 UTC
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
  Submitted by:	Manuel <manuel.creach@me.com> (maintainer)
  Approved by:	Manuel <manuel.creach@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
 
 post-patch:	.SILENT

Modified: head/multimedia/libva-intel-driver/distinfo
==============================================================================
--- head/multimedia/libva-intel-driver/distinfo	Sun Jun  9 09:17:28 2013	(r320319)
+++ head/multimedia/libva-intel-driver/distinfo	Sun Jun  9 09:18:06 2013	(r320320)
@@ -1,2 +1,2 @@
-SHA256 (libva-intel-driver-1.0.19.tar.bz2) = 2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792
-SIZE (libva-intel-driver-1.0.19.tar.bz2) = 448951
+SHA256 (libva-intel-driver-1.0.20.tar.bz2) = 12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9
+SIZE (libva-intel-driver-1.0.20.tar.bz2) = 768811
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"