svn commit: r311219 - head/net-p2p/solidcoin
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 30 14:56:53 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list