From owner-svn-ports-all@FreeBSD.ORG Fri May 1 09:32:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 005DAF1D; Fri, 1 May 2015 09:32:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E26F6104B; Fri, 1 May 2015 09:32:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t419W2xS030124; Fri, 1 May 2015 09:32:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t419W2fY030123; Fri, 1 May 2015 09:32:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505010932.t419W2fY030123@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 May 2015 09:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385095 - branches/2015Q2/math/fityk 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.20 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, 01 May 2015 09:32:03 -0000 Author: jbeich Date: Fri May 1 09:32:02 2015 New Revision: 385095 URL: https://svnweb.freebsd.org/changeset/ports/385095 Log: MFH: r385070 (partial) math/fityk: unbreak build on 8.x/9.x (libstdc++ 4.2+) Use same compiler as www/webkit-gtk2 and x11-toolkits/wxgtk30 to avoid /usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::condition_variable::wait(std::unique_lock&)@GLIBCXX_3.4.11' /usr/local/lib/libwx_baseu-3.0.so: undefined reference to `std::ctype::_M_widen_init() const@GLIBCXX_3.4.11' /usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' /usr/local/lib/libwx_baseu-3.0.so: undefined reference to `typeinfo for __cxxabiv1::__forced_unwind@CXXABI_1.3.2' Reported by: pkg-fallout Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/math/fityk/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/fityk/Makefile ============================================================================== --- branches/2015Q2/math/fityk/Makefile Fri May 1 08:54:25 2015 (r385094) +++ branches/2015Q2/math/fityk/Makefile Fri May 1 09:32:02 2015 (r385095) @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USES= desktop-file-utils gmake libtool shared-mime-info tar:bzip2 +USES= compiler:c++11-lib desktop-file-utils gmake libtool \ + shared-mime-info tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} LDFLAGS+= -lbz2 -lz USE_GITHUB= yes