Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 09:51:42 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413177 - in head/multimedia: libx264 x264
Message-ID:  <201604130951.u3D9pgEV083557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604130951.u3D9pgEV083557>