Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 09:32:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r385095 - branches/2015Q2/math/fityk
Message-ID:  <201505010932.t419W2fY030123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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<std::mutex>&)@GLIBCXX_3.4.11'
    /usr/local/lib/libwx_baseu-3.0.so: undefined reference to `std::ctype<char>::_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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505010932.t419W2fY030123>