From owner-svn-ports-head@freebsd.org Fri Nov 20 22:36:21 2015 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 5161BA34B3E; Fri, 20 Nov 2015 22:36:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 30A2A1EEB; Fri, 20 Nov 2015 22:36:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id tAKMaAss086411; Fri, 20 Nov 2015 14:36:14 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201511202236.tAKMaAss086411@gw.catspoiler.org> Date: Fri, 20 Nov 2015 14:36:10 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r402103 - in head/audio/murmur: . files To: feld@FreeBSD.org cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <201511202143.tAKLhkIC033279@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 20 Nov 2015 22:36:21 -0000 On 20 Nov, Mark Felder wrote: > Author: feld > Date: Fri Nov 20 21:43:46 2015 > New Revision: 402103 > URL: https://svnweb.freebsd.org/changeset/ports/402103 > > Log: > audio/murmur: Fix segfault on FreeBSD 9.x, use base OpenSSL > > FreeBSD 9.x was segfaulting with the update to 1.2.10 due to the > change to build against the ports OpenSSL. The problem was that while > murmur was linked against ports OpenSSL, it was also linked to QT which > pulled in the base system OpenSSL. FreeBSD 10.x and head did not > segfault due to pure luck. That should be fine as long as it obeys WITH_OPENSSL_PORT=yes in /etc/make.conf, in qhich case QT will also be linked to ports OpenSSL. > While here, require compiler:c++11-lang. This is definitely required for > the upcoming 1.3.0 release, but also I want to avoid and weirdness on > FreeBSD 9.x which was building murmur with gcc but required a > clang-built boost at build time. Base gcc should be fine if the port is using various class template headers and not linking to any of the boost libraries.