From owner-svn-ports-head@freebsd.org Fri Sep 23 13:15:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78ADDBE719A; Fri, 23 Sep 2016 13:15:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4B7C5C54; Fri, 23 Sep 2016 13:15:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NDF6t7065044; Fri, 23 Sep 2016 13:15:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8NDF6Cf065043; Fri, 23 Sep 2016 13:15:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609231315.u8NDF6Cf065043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 23 Sep 2016 13:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422675 - head/multimedia/libx264 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.23 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: Fri, 23 Sep 2016 13:15:07 -0000 Author: jbeich Date: Fri Sep 23 13:15:06 2016 New Revision: 422675 URL: https://svnweb.freebsd.org/changeset/ports/422675 Log: multimedia/libx264: clarify slave helper from r413179 Differential Revision: https://reviews.freebsd.org/D7958 Requested by: koobs (maintainer) Modified: head/multimedia/libx264/Makefile (contents, props changed) Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Fri Sep 23 13:14:54 2016 (r422674) +++ head/multimedia/libx264/Makefile Fri Sep 23 13:15:06 2016 (r422675) @@ -8,6 +8,7 @@ COMMENT= H.264/MPEG-4 AVC Video Encoding MASTERDIR= ${.CURDIR}/../x264 PLIST= ${.CURDIR}/pkg-plist +# Clear dependency on libx264 (itself), see x264/Makefile LIB_DEPENDS= # USES= pathfix