From owner-svn-ports-all@freebsd.org Fri Feb 17 23:35:38 2017 Return-Path: Delivered-To: svn-ports-all@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 56AEACE37A3; Fri, 17 Feb 2017 23:35:38 +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 187561C70; Fri, 17 Feb 2017 23:35:38 +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 v1HNZb0B074599; Fri, 17 Feb 2017 23:35:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HNZbUR074598; Fri, 17 Feb 2017 23:35:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702172335.v1HNZbUR074598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 23:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434324 - branches/2017Q1/multimedia/x265 X-SVN-Group: ports-branches 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.23 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: Fri, 17 Feb 2017 23:35:38 -0000 Author: jbeich Date: Fri Feb 17 23:35:36 2017 New Revision: 434324 URL: https://svnweb.freebsd.org/changeset/ports/434324 Log: MFH: r434321 multimedia/x265: always build shared library with -fPIC This should unbreak build on sparc64, powerpc64 and reduce text relocations on i386. Approved by: ports-secteam blanket Modified: branches/2017Q1/multimedia/x265/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/multimedia/x265/Makefile ============================================================================== --- branches/2017Q1/multimedia/x265/Makefile Fri Feb 17 23:32:37 2017 (r434323) +++ branches/2017Q1/multimedia/x265/Makefile Fri Feb 17 23:35:36 2017 (r434324) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -18,8 +19,7 @@ BUILD_DEPENDS= yasm:devel/yasm USES= cmake pathfix tar:bz2 USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md -CFLAGS_aarch64= -fPIC +CMAKE_ARGS= -DENABLE_PIC=on -DENABLE_TESTS=on -DPLATFORM_LIBS=md CFLAGS_mips= -DNO_ATOMICS # cannot use lang/gcc CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc EXTRACT_AFTER_ARGS+= --exclude "md5*"