From owner-svn-ports-head@freebsd.org Sun May 22 01:10:35 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 739ECB3B52F; Sun, 22 May 2016 01:10:35 +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 40B5C11DF; Sun, 22 May 2016 01:10:35 +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 u4M1AY9c062314; Sun, 22 May 2016 01:10:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1AYPk062312; Sun, 22 May 2016 01:10:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220110.u4M1AYPk062312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415615 - in head: graphics/sekrit-twc-zimg multimedia/vapoursynth 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.22 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: Sun, 22 May 2016 01:10:35 -0000 Author: jbeich Date: Sun May 22 01:10:34 2016 New Revision: 415615 URL: https://svnweb.freebsd.org/changeset/ports/415615 Log: Partially back out r414539, it only made sense for devel/fb-adb Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/multimedia/vapoursynth/Makefile (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sat May 21 23:47:51 2016 (r415614) +++ head/graphics/sekrit-twc-zimg/Makefile Sun May 22 01:10:34 2016 (r415615) @@ -29,9 +29,12 @@ CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= SIMD TEST -OPTIONS_DEFAULT=SIMD -OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} +OPTIONS_DEFINE= TEST + +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD +OPTIONS_DEFAULT_i386= SIMD # runtime detection SIMD_CONFIGURE_ENABLE= x86simd Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Sat May 21 23:47:51 2016 (r415614) +++ head/multimedia/vapoursynth/Makefile Sun May 22 01:10:34 2016 (r415615) @@ -20,12 +20,14 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth -OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD SIMD +OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS} -OPTIONS_DEFAULT_amd64= SIMD -OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} OPTIONS_SUB= yes +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD + OPTIONS_GROUP= COMPS PLUGINS COMPS_DESC= Components OPTIONS_GROUP_COMPS= CORE PYTHON VSPIPE VSSCRIPT