diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-30 22:56:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-30 22:56:52 +0800 |
commit | 8c6202164233dae907a8427cdb44990179866ea3 (patch) | |
tree | afa288a0ea1946630346269727c1ad9f4f4d3f47 /net-p2p/solidcoin | |
parent | ee2aeda8a16cdd988a74d90b0eed663dd00d90ad (diff) | |
download | freebsd-ports-gnome-8c6202164233dae907a8427cdb44990179866ea3.tar.gz freebsd-ports-gnome-8c6202164233dae907a8427cdb44990179866ea3.tar.zst freebsd-ports-gnome-8c6202164233dae907a8427cdb44990179866ea3.zip |
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)
Diffstat (limited to 'net-p2p/solidcoin')
-rw-r--r-- | net-p2p/solidcoin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index e1af26feab5e..0357914d49e2 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -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 |