From owner-svn-ports-head@FreeBSD.ORG Sat Apr 25 02:00:14 2015 Return-Path: Delivered-To: svn-ports-head@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 5A8EB98A for ; Sat, 25 Apr 2015 02:00:14 +0000 (UTC) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 188431F11 for ; Sat, 25 Apr 2015 02:00:13 +0000 (UTC) Received: (qmail 39313 invoked by uid 89); 25 Apr 2015 02:00:02 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Apr 2015 02:00:02 -0000 Received: (qmail 39172 invoked by uid 89); 25 Apr 2015 01:59:45 -0000 Received: by simscan 1.3.1 ppid: 39164, pid: 39168, t: 0.0040s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 25 Apr 2015 01:59:45 -0000 Received: (qmail 17996 invoked by uid 89); 25 Apr 2015 01:59:45 -0000 Received: by simscan 1.4.0 ppid: 17978, pid: 17991, t: 1.1151s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 25 Apr 2015 01:59:44 -0000 From: Jan Beich To: Thierry Thomas Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384676 - head/cad/kicad References: <201504241934.t3OJYKDC074034@svn.freebsd.org> Date: Sat, 25 Apr 2015 03:59:22 +0200 In-Reply-To: <201504241934.t3OJYKDC074034@svn.freebsd.org> (Thierry Thomas's message of "Fri, 24 Apr 2015 19:34:20 +0000 (UTC)") Message-ID: <618l-7yth-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Sat, 25 Apr 2015 02:00:14 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thierry Thomas writes: > Author: thierry > Date: Fri Apr 24 19:34:19 2015 > New Revision: 384676 > URL: https://svnweb.freebsd.org/changeset/ports/384676 > > Log: > Mark BROKEN of FreeBSD < 10: >=20=20=20 > /usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to > `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19' > /usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to > `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19' > collect2: error: ld returned 1 exit status > > This is standard C++11, but there is a problem with stdlib. Mixing libc++ and libstdc++ ? libc++ is only default on FreeBSD 10+ but kicad/Makefile unconditionally does LDFLAGS+=3D -L${LOCALBASE}/lib/c++ CXXFLAGS+=3D -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 BUILD_DEPENDS+=3D ${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/lib= c++ while the dependencies may still be linked against libstdc++. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVOvT6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bxTUIAILyKR1vlN6RN4U15+Q3ymqo lnViimouvOGvCkAe2bJ4GT0BEfpGym3mtr8/mhwS56c2J7ePlVzSbIRzp/wyes34 8ABTU8E3Y1jR9upiR9amivQ90++ktIGdgIiUf/uo6BG1xNhWLRVEAXTSl6F6VSyb pwgikKf0tGWfMpQNwg6F675KjAsgN9nKtCZlrA7qcXUI0Zwken7I+XBO0OMXTWCy BqEh6meN621gsEOEF9E++cdUQOhL258HcJHvdFmyONjqLJc1BC+JZhkyTZgBNU1G A6Wct1SRIjA1n+yd09Fwy79XV4SOdcnyce8SwHKeKkaXgZ/KKEYhmgurNtMD3tc= =ULfn -----END PGP SIGNATURE----- --=-=-=--