From owner-svn-ports-head@freebsd.org Wed Apr 13 09:51:43 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 E65D4B0EC11; Wed, 13 Apr 2016 09:51:43 +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 A59671121; Wed, 13 Apr 2016 09:51:43 +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 u3D9pgJ9083559; Wed, 13 Apr 2016 09:51:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3D9pgEV083557; Wed, 13 Apr 2016 09:51:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604130951.u3D9pgEV083557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 13 Apr 2016 09:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413177 - in head/multimedia: libx264 x264 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.21 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: Wed, 13 Apr 2016 09:51:44 -0000 Author: jbeich Date: Wed Apr 13 09:51:42 2016 New Revision: 413177 URL: https://svnweb.freebsd.org/changeset/ports/413177 Log: multimedia/x264: make options actually affect dependencies Approved by: koobs (maintainer, via private mail) Differential Revision: https://reviews.freebsd.org/D5860 Modified: head/multimedia/libx264/Makefile (contents, props changed) head/multimedia/x264/Makefile (contents, props changed) Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Wed Apr 13 09:10:04 2016 (r413176) +++ head/multimedia/libx264/Makefile Wed Apr 13 09:51:42 2016 (r413177) @@ -3,6 +3,7 @@ # # Updating notes: see multimedia/x264/Makefile. +PORTREVISION= 1 PKGNAMEPREFIX= lib COMMENT= H.264/MPEG-4 AVC Video Encoding (Library) MASTERDIR= ${.CURDIR}/../x264 Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Wed Apr 13 09:10:04 2016 (r413176) +++ head/multimedia/x264/Makefile Wed Apr 13 09:51:42 2016 (r413177) @@ -19,7 +19,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION= 1 +PORTREVISION?= 2 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -80,8 +80,8 @@ CFLAGS_armv6+= -mcpu=arm1136jf-s .include .if ${SLAVE_PORT} == "no" -PLIST_FILES= bin/x264 -LIB_DEPENDS= libx264.so:multimedia/libx264 +PLIST_FILES+= bin/x264 +LIB_DEPENDS+= libx264.so:multimedia/libx264 .endif .if ${PORT_OPTIONS:MGCC}