From owner-svn-ports-all@FreeBSD.ORG Sun Sep 29 10:55:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A06054C; Sun, 29 Sep 2013 10:55:56 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7800C214C; Sun, 29 Sep 2013 10:55:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TAtuWP007795; Sun, 29 Sep 2013 10:55:56 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8TAtuZx007794; Sun, 29 Sep 2013 10:55:56 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309291055.r8TAtuZx007794@svn.freebsd.org> From: Guido Falsi Date: Sun, 29 Sep 2013 10:55:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328673 - head/multimedia/libva-vdpau-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 10:55:56 -0000 Author: madpilot Date: Sun Sep 29 10:55:55 2013 New Revision: 328673 URL: http://svnweb.freebsd.org/changeset/ports/328673 Log: - Support staging - Convert to new LIB_DEPENDS format - Use options helpers Modified: head/multimedia/libva-vdpau-driver/Makefile Modified: head/multimedia/libva-vdpau-driver/Makefile ============================================================================== --- head/multimedia/libva-vdpau-driver/Makefile Sun Sep 29 10:55:12 2013 (r328672) +++ head/multimedia/libva-vdpau-driver/Makefile Sun Sep 29 10:55:55 2013 (r328673) @@ -12,7 +12,7 @@ COMMENT= VDPAU-based backend for VAAPI LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= vdpau:${PORTSDIR}/multimedia/libvdpau +LIB_DEPENDS= libvdpau.so:${PORTSDIR}/multimedia/libvdpau BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/libva \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat @@ -26,13 +26,7 @@ CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DEBUG - -NO_STAGE= yes -.include - -.if empty(PORT_OPTIONS:MDEBUG) -CONFIGURE_ARGS+= --disable-debug -.endif +DEBUG_CONFIGURE_ENABLE= debug .include