From owner-svn-ports-head@FreeBSD.ORG Mon Nov 11 21:52:06 2013 Return-Path: Delivered-To: svn-ports-head@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 BE70797D; Mon, 11 Nov 2013 21:52:06 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C44B2AB7; Mon, 11 Nov 2013 21:52:06 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A6A50435C7; Mon, 11 Nov 2013 15:51:48 -0600 (CST) Message-ID: <52815162.1020300@marino.st> Date: Mon, 11 Nov 2013 22:51:30 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r333538 - head/Mk/Uses References: <201311112141.rABLfQG0030190@svn.freebsd.org> In-Reply-To: <201311112141.rABLfQG0030190@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org 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: Mon, 11 Nov 2013 21:52:06 -0000 On 11/11/2013 22:41, Eitan Adler wrote: > Author: eadler > Date: Mon Nov 11 21:41:26 2013 > New Revision: 333538 > URL: http://svnweb.freebsd.org/changeset/ports/333538 > > Log: > Copy npapi.mk from the mplayer port and USEify it. > > Ports that currently include www/linux-mplayer-plugin/Makefile.npapi should be switched to USES once this is stagified. > > Approved by: bdrewery > Thanks for doing this. DPorts has been doing this since the beginning, but it's great to converge whenever possible (some other port besides linux-mplayer-plugin needs it, but linux-mplayer-plugin never built, which is why Makefile.npapi was moved to Mk) John