Summary: | [PATCH] multimedia/libva-intel-driver update to 1.0.20 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Manuel Creach <manuel.creach> | ||||||
Component: | Individual Port(s) | Assignee: | Guido Falsi <madpilot> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Manuel Creach
2013-06-06 09:10:01 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it. 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> State Changed From-To: open->closed Committed. Thanks! 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" |