From owner-svn-ports-head@freebsd.org Sun May 26 10:33:25 2019 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 B5DB0159F0BC; Sun, 26 May 2019 10:33:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5841882A2C; Sun, 26 May 2019 10:33:25 +0000 (UTC) (envelope-from tcberner@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 2C22D1A792; Sun, 26 May 2019 10:33:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4QAXP1s021686; Sun, 26 May 2019 10:33:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4QAXO3h021680; Sun, 26 May 2019 10:33:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905261033.x4QAXO3h021680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 26 May 2019 10:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502708 - in head: multimedia/libmatroska multimedia/libmatroska/files multimedia/mkvtoolnix textproc/libebml textproc/libebml/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: multimedia/libmatroska multimedia/libmatroska/files multimedia/mkvtoolnix textproc/libebml textproc/libebml/files X-SVN-Commit-Revision: 502708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5841882A2C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 26 May 2019 10:33:26 -0000 Author: tcberner Date: Sun May 26 10:33:23 2019 New Revision: 502708 URL: https://svnweb.freebsd.org/changeset/ports/502708 Log: multimedia/libmatroska, textproc/libebml: revert upstreams visibility changes - the upgrade of these ports in r502696 broke linkage of multimedia/mkvtoolnix Added: head/multimedia/libmatroska/files/ head/multimedia/libmatroska/files/patch-CMakeLists.txt (contents, props changed) head/textproc/libebml/files/patch-CMakeLists.txt (contents, props changed) Modified: head/multimedia/libmatroska/Makefile head/multimedia/mkvtoolnix/Makefile head/textproc/libebml/Makefile Modified: head/multimedia/libmatroska/Makefile ============================================================================== --- head/multimedia/libmatroska/Makefile Sun May 26 10:03:48 2019 (r502707) +++ head/multimedia/libmatroska/Makefile Sun May 26 10:33:23 2019 (r502708) @@ -3,6 +3,7 @@ PORTNAME= libmatroska DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ Added: head/multimedia/libmatroska/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libmatroska/files/patch-CMakeLists.txt Sun May 26 10:33:23 2019 (r502708) @@ -0,0 +1,15 @@ +Revert of upstream commit 51648b. It breaks linkage of multimedia/mkvtoolnix + +[1] https://github.com/Matroska-Org/libmatroska/commit/51648bb73e4f6a81be754c9a271fc681a1c78f7 + +--- CMakeLists.txt.orig 2019-05-26 10:14:31 UTC ++++ CMakeLists.txt +@@ -74,7 +74,7 @@ if(BUILD_SHARED_LIBS) + target_compile_definitions(matroska PUBLIC MATROSKA_DLL) + set_target_properties(matroska PROPERTIES + DEFINE_SYMBOL "MATROSKA_DLL_EXPORT" +- CXX_VISIBILITY_PRESET hidden ++ C_VISIBILITY_PRESET hidden + VISIBILITY_INLINES_HIDDEN 1) + endif() + Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun May 26 10:03:48 2019 (r502707) +++ head/multimedia/mkvtoolnix/Makefile Sun May 26 10:33:23 2019 (r502708) @@ -3,6 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 34.0.0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/textproc/libebml/Makefile ============================================================================== --- head/textproc/libebml/Makefile Sun May 26 10:03:48 2019 (r502707) +++ head/textproc/libebml/Makefile Sun May 26 10:33:23 2019 (r502708) @@ -4,6 +4,7 @@ PORTNAME= libebml DISTVERSION= 1.3.8 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= multimedia@FreeBSD.org Added: head/textproc/libebml/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libebml/files/patch-CMakeLists.txt Sun May 26 10:33:23 2019 (r502708) @@ -0,0 +1,15 @@ +Revert of upstream commit b0eb7a. It breaks linkage of multimedia/mkvtoolnix + +[1] https://github.com/Matroska-Org/libebml/commit/b0eb7ab1160441b8156fb26d96a35ccd61e8a548 + +--- CMakeLists.txt.orig 2019-05-26 09:30:30 UTC ++++ CMakeLists.txt +@@ -100,7 +100,7 @@ target_sources(ebml + if(BUILD_SHARED_LIBS) + set_target_properties(ebml + PROPERTIES +- CXX_VISIBILITY_PRESET hidden ++ C_VISIBILITY_PRESET hidden + VISIBILITY_INLINES_HIDDEN 1) + else() + target_compile_definitions(ebml PUBLIC EBML_STATIC_DEFINE)