Date: Wed, 30 Jan 2013 14:56:52 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311219 - head/net-p2p/solidcoin Message-ID: <201301301456.r0UEuqLe073856@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 30 14:56:52 2013 New Revision: 311219 URL: http://svnweb.freebsd.org/changeset/ports/311219 Log: Mark as broken: does not build: uibase.cpp: In constructor 'CMainFrameBase::CMainFrameBase(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)': uibase.cpp:142: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: /usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1: wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding) /usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2: wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding) uibase.cpp:165: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: /usr/local/include/wx-2.9/wx/gtk/font.h:37: note: candidate 1: wxFont::wxFont(int, int, int, int, bool, const wxString&, wxFontEncoding) /usr/local/include/wx-2.9/wx/gtk/font.h:70: note: candidate 2: wxFont::wxFont(int, wxFontFamily, int, const wxString&, wxFontEncoding) Modified: head/net-p2p/solidcoin/Makefile Modified: head/net-p2p/solidcoin/Makefile ============================================================================== --- head/net-p2p/solidcoin/Makefile Wed Jan 30 14:44:54 2013 (r311218) +++ head/net-p2p/solidcoin/Makefile Wed Jan 30 14:56:52 2013 (r311219) @@ -1,9 +1,5 @@ -# New ports collection makefile for: solidcoin -# Date created: 6 November 2011 -# Whom: Dmitriy Limonov -# +# Created by: Dmitriy Limonov # $FreeBSD$ -# PORTNAME= solidcoin PORTVERSION= 2.041 @@ -16,6 +12,8 @@ DISTNAME= ${PORTNAME}-source-2041 MAINTAINER= earl1k@mail.ru COMMENT= Alternative Bitcoin peer-to-peer currency client +BROKEN= Does not build + BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301456.r0UEuqLe073856>