From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 14:41:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 777C33D4; Thu, 18 Sep 2014 14:41:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A2FCE9D; Thu, 18 Sep 2014 14:41:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IEfHgW074830; Thu, 18 Sep 2014 14:41:17 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IEfG90074827; Thu, 18 Sep 2014 14:41:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409181441.s8IEfG90074827@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 18 Sep 2014 14:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368467 - head/multimedia/libvdpau X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 14:41:17 -0000 Author: madpilot Date: Thu Sep 18 14:41:16 2014 New Revision: 368467 URL: http://svnweb.freebsd.org/changeset/ports/368467 QAT: https://qat.redports.org/buildarchive/r368467/ Log: - Convert to USES autoreconf - Drop .la files - Use @sample Modified: head/multimedia/libvdpau/Makefile head/multimedia/libvdpau/pkg-plist Modified: head/multimedia/libvdpau/Makefile ============================================================================== --- head/multimedia/libvdpau/Makefile Thu Sep 18 14:40:54 2014 (r368466) +++ head/multimedia/libvdpau/Makefile Thu Sep 18 14:41:16 2014 (r368467) @@ -2,6 +2,7 @@ PORTNAME= libvdpau PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/ @@ -11,10 +12,8 @@ COMMENT= VDPAU wrapper and tracing libra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool:keepla pkgconfig tar:xz -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize -ACLOCAL_ARGS= -I. -AUTOMAKE_ARGS= --add-missing +USES= autoreconf libtool pkgconfig tar:xz +HAS_CONFIGURE= yes CONFIGURE_ARGS= --disable-documentation USE_XORG= dri2proto xext USE_LDCONFIG= yes Modified: head/multimedia/libvdpau/pkg-plist ============================================================================== --- head/multimedia/libvdpau/pkg-plist Thu Sep 18 14:40:54 2014 (r368466) +++ head/multimedia/libvdpau/pkg-plist Thu Sep 18 14:41:16 2014 (r368467) @@ -1,13 +1,9 @@ -@unexec if cmp -s %D/etc/vdpau_wrapper.cfg.sample %D/etc/vdpau_wrapper.cfg; then rm -f %D/etc/vdpau_wrapper.cfg; fi -etc/vdpau_wrapper.cfg.sample -@exec if [ ! -f %D/etc/vdpau_wrapper.cfg ]; then cp -p %D/%F %B/vdpau_wrapper.cfg; fi +@sample etc/vdpau_wrapper.cfg.sample include/vdpau/vdpau.h include/vdpau/vdpau_x11.h -lib/libvdpau.la lib/libvdpau.so lib/libvdpau.so.1 lib/libvdpau.so.1.0.0 -lib/vdpau/libvdpau_trace.la lib/vdpau/libvdpau_trace.so lib/vdpau/libvdpau_trace.so.1 lib/vdpau/libvdpau_trace.so.1.0.0