Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 07:30:47 GMT
From:      Manuel Creach <manuel.creach@me.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173597: multimedia/libva-intel-driver : update to 1.0.19
Message-ID:  <201211130730.qAD7Ul5Q032292@red.freebsd.org>
Resent-Message-ID: <201211130740.qAD7e0mZ089293@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173597
>Category:       ports
>Synopsis:       multimedia/libva-intel-driver : update to 1.0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 13 07:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Manuel Creach
>Release:        9.1-RC3
>Organization:
>Environment:
FreeBSD 9.1-RC3 amd64
>Description:
update libva-intel-driver from version 1.0.18 to 1.0.19
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-13 08:24:51.000000000 +0100
+++ Makefile	2012-11-13 08:25:23.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/multimedia/libva-intel-driver/Makefile,v 1.1 2012/10/25 21:06:38 madpilot Exp $
 
 PORTNAME=	libva-intel-driver
-PORTVERSION=	1.0.18
+PORTVERSION=	1.0.19
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
 
@@ -18,8 +18,10 @@
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_GL=		gl
+USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
+ACLOCAL_ARGS=	-I.
+AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-isystem${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -32,9 +34,9 @@
 .endif
 
 post-patch:     .SILENT
-	${REINPLACE_CMD} -e '/LIBS/{ s/-ldl//; \
-		s/-lrt//; s/-lpthread/${PTHREAD_LIBS}/; }' \
-		-e 's|driverdir|& --define-variable prefix=${PREFIX}|' \
-		${WRKSRC}/configure
+	${REINPLACE_CMD} -e 's/-ldl//' \
+		${WRKSRC}/src/Makefile.am
+	${REINPLACE_CMD} -e 's|driverdir|& --define-variable prefix=${PREFIX}|' \
+		${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



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