From owner-svn-ports-head@freebsd.org Sat Jun 9 23:21:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF14101E978; Sat, 9 Jun 2018 23:21:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAC1B7E07D; Sat, 9 Jun 2018 23:21:58 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABF82248D2; Sat, 9 Jun 2018 23:21:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w59NLw8t089732; Sat, 9 Jun 2018 23:21:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w59NLwd7089729; Sat, 9 Jun 2018 23:21:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806092321.w59NLwd7089729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 9 Jun 2018 23:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472100 - in head/audio/avldrums-lv2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/avldrums-lv2: . files X-SVN-Commit-Revision: 472100 X-SVN-Commit-Repository: ports 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.26 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: Sat, 09 Jun 2018 23:21:59 -0000 Author: yuri Date: Sat Jun 9 23:21:57 2018 New Revision: 472100 URL: https://svnweb.freebsd.org/changeset/ports/472100 Log: audio/avldrums-lv2: Fix SIMD flags handling Also change WWW to https. Added: head/audio/avldrums-lv2/files/ head/audio/avldrums-lv2/files/patch-Makefile (contents, props changed) Modified: head/audio/avldrums-lv2/Makefile head/audio/avldrums-lv2/pkg-descr Modified: head/audio/avldrums-lv2/Makefile ============================================================================== --- head/audio/avldrums-lv2/Makefile Sat Jun 9 23:10:49 2018 (r472099) +++ head/audio/avldrums-lv2/Makefile Sat Jun 9 23:21:57 2018 (r472100) @@ -38,12 +38,6 @@ OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_i386= SSE -post-patch: - @${REINPLACE_CMD} 's| -O3||' \ - ${WRKSRC}/Makefile - -post-patch-SSE-off: - @${REINPLACE_CMD} 's|-msse -msse2 -mfpmath=sse||' \ - ${WRKSRC}/Makefile +SSE_MAKE_ARGS= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse" .include Added: head/audio/avldrums-lv2/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/avldrums-lv2/files/patch-Makefile Sat Jun 9 23:21:57 2018 (r472100) @@ -0,0 +1,11 @@ +--- Makefile.orig 2018-06-09 23:15:05 UTC ++++ Makefile +@@ -10,7 +10,7 @@ MANDIR ?= $(PREFIX)/share/man/man1 + # see http://lv2plug.in/pages/filesystem-hierarchy-standard.html, don't use libdir + LV2DIR ?= $(PREFIX)/lib/lv2 + +-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG ++OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG + CFLAGS ?= -Wall -g -Wno-unused-function + STRIP ?= strip + Modified: head/audio/avldrums-lv2/pkg-descr ============================================================================== --- head/audio/avldrums-lv2/pkg-descr Sat Jun 9 23:10:49 2018 (r472099) +++ head/audio/avldrums-lv2/pkg-descr Sat Jun 9 23:21:57 2018 (r472100) @@ -15,4 +15,4 @@ player are: to the mixing stage use separate outputs to process or customize level and pan of individual drums. -WWW: http://x42-plugins.com/x42/x42-avldrums +WWW: https://x42-plugins.com/x42/x42-avldrums