mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months 2017-02-08 devel/libdict: Broken for more than 6 months 2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months 2017-02-08 devel/py-re2: Broken for more than 6 months 2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
This commit is contained in:
parent
ee9db16655
commit
960578b28e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433665
5
MOVED
5
MOVED
@ -9064,3 +9064,8 @@ net-im/ttytter||2017-02-05|Has expired: Upstream no longer active, see net-im/oy
|
||||
java/jboss7||2017-02-07|Has expired: Unsupported, replaced by wildfly
|
||||
java/jboss71||2017-02-07|Has expired: Unsupported, replaced by wildfly
|
||||
java/jboss72||2017-02-07|Has expired: Unsupported, replaced by wildfly
|
||||
misc/teslams||2017-02-08|Has expired: Broken for more than 6 months
|
||||
devel/libdict||2017-02-08|Has expired: Broken for more than 6 months
|
||||
math/R-cran-SuppDists||2017-02-08|Has expired: Broken for more than 6 months
|
||||
devel/py-re2||2017-02-08|Has expired: Broken for more than 6 months
|
||||
net-p2p/digitalcoin||2017-02-08|Has expired: Broken for more than 6 months
|
||||
|
@ -1250,7 +1250,6 @@
|
||||
SUBDIR += libdbusmenu-qt5
|
||||
SUBDIR += libdevq
|
||||
SUBDIR += libdfui
|
||||
SUBDIR += libdict
|
||||
SUBDIR += libdisasm
|
||||
SUBDIR += libdisorder
|
||||
SUBDIR += libdispatch
|
||||
@ -4598,7 +4597,6 @@
|
||||
SUBDIR += py-rauth
|
||||
SUBDIR += py-raven
|
||||
SUBDIR += py-rcsparse
|
||||
SUBDIR += py-re2
|
||||
SUBDIR += py-rebulk
|
||||
SUBDIR += py-rednose
|
||||
SUBDIR += py-repl
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Created by: Alex Semenyaka <alex@rinet.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdict
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \
|
||||
avl_insert.pdf:doc empty.pdf:doc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Library providing access to ``dictionary'' data structures
|
||||
|
||||
BROKEN= Unfetchable
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-02-08
|
||||
|
||||
USES= gmake
|
||||
MAKEFILE= GNUmakefile
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
|
||||
@${CP} ${DISTDIR}/${___f} ${WRKSRC}/
|
||||
. endfor
|
||||
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
. for ___f in avl_insert.pdf empty.pdf treap_insert.pdf
|
||||
@${CP} ${WRKSRC}/${___f} ${STAGEDIR}${DOCSDIR}
|
||||
. endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,8 +0,0 @@
|
||||
SHA256 (libdict-0.2.1.tar.gz) = 00ad9e311deef00bca35db64f7ad429f9e2b3137a2ab2dd08522ec89664e9d47
|
||||
SIZE (libdict-0.2.1.tar.gz) = 30358
|
||||
SHA256 (treap_insert.pdf) = c5a34e1e48291b015b25eac2b6ae4c4632555b8102806fe7fb2d807f95ebcb17
|
||||
SIZE (treap_insert.pdf) = 52582
|
||||
SHA256 (avl_insert.pdf) = fc110b26769680bcdedcee516064f2664896e183857792e51a121b01da4f4416
|
||||
SIZE (avl_insert.pdf) = 57535
|
||||
SHA256 (empty.pdf) = ae878951466e4e5fe302aead055e7d7f02fd207cf1c4a794247118436558b919
|
||||
SIZE (empty.pdf) = 51953
|
@ -1,17 +0,0 @@
|
||||
--- GNUmakefile.orig
|
||||
+++ GNUmakefile
|
||||
@@ -58,10 +58,10 @@
|
||||
|
||||
install : $(A_LIB) $(P_LIB) $(S_LIB)
|
||||
[ -d $(INCDIR) ] || mkdir -m 755 $(INCDIR)
|
||||
- $(INSTALL) -o $(USER) -g $(GROUP) -m 644 $(HDR) $(INCDIR)
|
||||
- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 644 $(A_LIB) $(LIBDIR)
|
||||
- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 644 $(P_LIB) $(LIBDIR)
|
||||
- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 755 $(S_LIB) $(LIBDIR)/$(SHLIB)
|
||||
+ $(INSTALL) -m 644 $(HDR) $(INCDIR)
|
||||
+ $(INSTALL) -s -m 644 $(A_LIB) $(LIBDIR)
|
||||
+ $(INSTALL) -s -m 644 $(P_LIB) $(LIBDIR)
|
||||
+ $(INSTALL) -s -m 755 $(S_LIB) $(LIBDIR)/$(SHLIB)
|
||||
$(SHELL) -ec 'cd $(LIBDIR) && ln -sf $(SHLIB) $(S_LIB)'
|
||||
|
||||
uninstall :
|
@ -1,15 +0,0 @@
|
||||
Libdict is a compact, ANSI C library which provides access to a set of
|
||||
generic and flexible ``dictionary'' data structures. All algorithms
|
||||
used in libdict have been optimized, and, with one very small exception,
|
||||
are not recursive but iterative. It was written by Farooq Mela, and is
|
||||
released under a BSD style licence.
|
||||
|
||||
Libdict implements the following data structures: AVL Tree, Red-Black
|
||||
Tree, Splay Tree, Treap, Weight-balanced tree, Path-reduction tree,
|
||||
Hashtable (Chained).
|
||||
|
||||
These structures can be used to efficiently store and retrieve key-data
|
||||
pairs. Each of these structures can be accessed using its direct API, or
|
||||
it can be accessed using a dictionary abstraction. Despite it's name,
|
||||
libdict can be used to store any kind of data and any kind of key (provided
|
||||
it fits into a 'void' pointer on your system).
|
@ -1,15 +0,0 @@
|
||||
lib/libdict.a
|
||||
lib/libdict.so
|
||||
lib/libdict.so.2
|
||||
lib/libdict_p.a
|
||||
include/dict/dict.h
|
||||
include/dict/hashtable.h
|
||||
include/dict/hb_tree.h
|
||||
include/dict/pr_tree.h
|
||||
include/dict/rb_tree.h
|
||||
include/dict/sp_tree.h
|
||||
include/dict/tr_tree.h
|
||||
include/dict/wb_tree.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/avl_insert.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/empty.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/treap_insert.pdf
|
@ -1,32 +0,0 @@
|
||||
# Created by: Edward Chuang <edwardchuang@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= re2
|
||||
PORTVERSION= 0.2.22
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= edwardchuang@gmail.com
|
||||
COMMENT= Python wrapper for Google RE2 using Cython
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= fails to build
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-02-08
|
||||
|
||||
BUILD_DEPENDS= cython:lang/cython
|
||||
LIB_DEPENDS= libre2.so:devel/re2
|
||||
|
||||
USES= python:-2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
PYDISTUTILS_BUILDARGS= --cython
|
||||
EXTRACT_AFTER_ARGS= --exclude src/re2.cpp
|
||||
|
||||
post-install:
|
||||
@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
|
||||
-name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (re2-0.2.22.tar.gz) = 1d3903832351b9a4bdcc1da68ad75529d4fa69adfcad40bbdb2bf43869d4743f
|
||||
SIZE (re2-0.2.22.tar.gz) = 1927331
|
@ -1,5 +0,0 @@
|
||||
pyre2 is a Python extension that wraps Google's RE2 regular expression
|
||||
library. It implements many of the features of Python's built-in re
|
||||
module with compatible interfaces.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/re2/
|
@ -22,7 +22,6 @@
|
||||
SUBDIR += R-cran-RcppEigen
|
||||
SUBDIR += R-cran-Rmpfr
|
||||
SUBDIR += R-cran-SparseM
|
||||
SUBDIR += R-cran-SuppDists
|
||||
SUBDIR += R-cran-VGAM
|
||||
SUBDIR += R-cran-Zelig
|
||||
SUBDIR += R-cran-assertthat
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Created by: b.f. <bf@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SuppDists
|
||||
DISTVERSION= 1.1-9.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= CRAN \
|
||||
http://r.research.att.com/benchmarks/:benchmark \
|
||||
LOCAL/bf:benchmark
|
||||
DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${BENCHMARK_SCRIPT}:benchmark
|
||||
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Supplementary distributions and RNG for R
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= fails to build
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-02-08
|
||||
|
||||
BENCHMARK_SCRIPT= R-benchmark-25.R
|
||||
USES= cran:auto-plist
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
USES+= dos2unix
|
||||
DOS2UNIX_FILES= ../${BENCHMARK_SCRIPT}
|
||||
|
||||
post-extract:
|
||||
@${CP} ${_DISTDIR}/${BENCHMARK_SCRIPT} ${WRKDIR}
|
||||
|
||||
post-install: benchmark
|
||||
|
||||
benchmark:
|
||||
@${LOCALBASE}/bin/Rscript --vanilla ${WRKDIR}/${BENCHMARK_SCRIPT}
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
TIMESTAMP = 1476693880
|
||||
SHA256 (SuppDists_1.1-9.4.tar.gz) = fcb571150af66b95dcf0627298c54f7813671d60521a00ed157f63fc2247ddb9
|
||||
SIZE (SuppDists_1.1-9.4.tar.gz) = 139989
|
||||
SHA256 (R-benchmark-25.R) = c7f694280efb6a223ed6da235ff4355d1b8bf0b62a781ef70867e1576bcdb0f8
|
||||
SIZE (R-benchmark-25.R) = 13666
|
@ -1,13 +0,0 @@
|
||||
This port contains ten types of distributions supplementing
|
||||
those built into R: Inverse Gauss, Kruskal-Wallis,
|
||||
Kendall's Tau, Friedman's chi squared, Spearman's rho,
|
||||
maximum F ratio, the Pearson product moment correlation
|
||||
coefficient, Johnson distributions, normal scores and
|
||||
generalized hypergeometric distributions. In addition,
|
||||
two random number generators of George Marsaglia are
|
||||
included.
|
||||
|
||||
The port is supplemented by an R benchmark based upon the
|
||||
work of Grosjean, Steinhaus, et al.
|
||||
|
||||
WWW: http://CRAN.R-project.org/web/packages/SuppDists/index.html
|
@ -453,7 +453,6 @@
|
||||
SUBDIR += termatrix
|
||||
SUBDIR += terraform
|
||||
SUBDIR += teseq
|
||||
SUBDIR += teslams
|
||||
SUBDIR += timediff
|
||||
SUBDIR += tkcron
|
||||
SUBDIR += tkinfo
|
||||
|
@ -1,49 +0,0 @@
|
||||
# Created by: Bruce A. Mah <bmah@freebsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= teslams
|
||||
PORTVERSION= 1.1.4
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= bmah@FreeBSD.org
|
||||
COMMENT= Node.js implementation of Tesla Model S API client
|
||||
|
||||
# teslams is BSD2CLAUSE but the installation pulls in a bunch
|
||||
# of other packages with varying licenses.
|
||||
LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN= tries to download from registry.npmjs.org during stage phase
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-02-08
|
||||
|
||||
BUILD_DEPENDS= npm>=0:www/npm
|
||||
RUN_DEPENDS= npm>=0:www/npm
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hjespers
|
||||
GH_PROJECT= teslams
|
||||
GH_TAGNAME= 6f6dfa2
|
||||
|
||||
SCRIPTS= chargebar climatemon restla streaming teslacmd teslamap \
|
||||
visualize/visualize
|
||||
|
||||
do-install:
|
||||
(cd ${STAGEDIR}${PREFIX}/lib ; ${SETENV} HOME=${WRKDIR} npm install ${WRKSRC})
|
||||
# Link to executable scripts where the user can run them
|
||||
.for l in ${SCRIPTS}
|
||||
${LN} -s ../lib/node_modules/${PORTNAME}/examples/${l}.js ${STAGEDIR}${PREFIX}/bin/`echo ${l} | ${SED} -e 's,.*/,,'`
|
||||
.endfor
|
||||
|
||||
# We have to generate the plist dynamically here because the
|
||||
# npm install process pulls in dependencies at port install
|
||||
# time, therefore the exact set of files included in the port
|
||||
# isn't known until we try to install it. Another implication
|
||||
# is that a rebuild of the port may wind up with different versions
|
||||
# of dependencies but still carry the same version number. :-(
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s bin -not -type d) >> ${TMPPLIST}
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s lib/node_modules/${PORTNAME} -not -type d) >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (hjespers-teslams-1.1.4-6f6dfa2_GH0.tar.gz) = 9377be75b5507372fa08c48455b28933318afb45fb3f0123d8ce950cf2e70478
|
||||
SIZE (hjespers-teslams-1.1.4-6f6dfa2_GH0.tar.gz) = 251535
|
@ -1,4 +0,0 @@
|
||||
An implementation in Node.js of the client-side interface to the Tesla
|
||||
Model S API, along with various utilities that exercise the API.
|
||||
|
||||
WWW: https://github.com/hjespers/teslams
|
@ -1,22 +0,0 @@
|
||||
These programs and documentation do not come from Tesla Motors Inc.
|
||||
|
||||
Be careful when using these programs as they can lock and unlock your
|
||||
car as well as control various functions relating to the charging system,
|
||||
sun roof, lights, horn, and other subsystems of the car.
|
||||
|
||||
Be careful not to send your login and password to anyone other than Tesla
|
||||
or you are giving away the authentication details required to control
|
||||
your car.
|
||||
|
||||
Also ensure that you don't overwhelm the Tesla servers with requests.
|
||||
Calling REST APIs at very high frequency can put substantial load on the
|
||||
Tesla servers and might get your IP blocked by Tesla.
|
||||
|
||||
Use these programs at your own risk. The authors do not guarantee the
|
||||
proper functioning of these applications. This code attempts to use the
|
||||
same interfaces used by the official Tesla phone apps. However, it is
|
||||
possible that use of this code may cause unexpected damage for which
|
||||
nobody but you are responsible. Use of these functions can change the
|
||||
settings on your car and may have negative consequences such as (but not
|
||||
limited to) unlocking the doors, opening the sun roof, or reducing the
|
||||
available charge in the battery.
|
@ -21,7 +21,6 @@
|
||||
SUBDIR += dclib
|
||||
SUBDIR += deluge
|
||||
SUBDIR += deluge-cli
|
||||
SUBDIR += digitalcoin
|
||||
SUBDIR += dogecoin
|
||||
SUBDIR += ed2k
|
||||
SUBDIR += edonkey-tool-hash
|
||||
|
@ -1,58 +0,0 @@
|
||||
# Created by: myst3r10n <myst3r10n@rocketmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= digitalcoin
|
||||
PORTVERSION= 1.0.0.0b
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= net-p2p
|
||||
|
||||
MAINTAINER= myst3r10n@rocketmail.com
|
||||
COMMENT= Alternative Bitcoin peer-to-peer currency client
|
||||
|
||||
BROKEN= Unfetchable
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-02-08
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
||||
libminiupnpc.so:net/miniupnpc
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= baritus
|
||||
GH_TAGNAME= 96b098a
|
||||
|
||||
USES= bdb:48 desktop-file-utils gmake ssl
|
||||
USE_QT4= corelib gui qmake_build linguisttools_build uic_build \
|
||||
moc_build rcc_build
|
||||
|
||||
PLIST_FILES= bin/${BINARY} share/applications/digitalcoin-qt.desktop \
|
||||
share/pixmaps/digitalcoin.png
|
||||
|
||||
BINARY= digitalcoin-qt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${QMAKE_ENV} \
|
||||
${QMAKE} ${QMAKE_ARGS} USE_UPNP=${QMAKE_USE_UPNP} \
|
||||
USE_QRCODE=${QMAKE_USE_QRCODE} \
|
||||
QMAKE_LRELEASE=lrelease-qt4 PREFIX=${PREFIX} \
|
||||
INCLUDEPATH=${BDB_INCLUDE_DIR} \
|
||||
QMAKE_LIBDIR+=${BDB_LIB_DIR} ${PORTNAME}-qt.pro
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${STAGEDIR}${PREFIX}/bin/
|
||||
${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \
|
||||
-e 's,bitcoin,digitalcoin,g' \
|
||||
-e 's,Bitcoin,Digitalcoin,g' \
|
||||
-e 's,xpm,png,g' \
|
||||
-e 's,80,,g' ${WRKSRC}/contrib/debian/bitcoin-qt.desktop
|
||||
${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \
|
||||
${STAGEDIR}${PREFIX}/share/applications/digitalcoin-qt.desktop
|
||||
${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/digitalcoin.png
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (baritus-digitalcoin-1.0.0.0b-96b098a_GH0.tar.gz) = e01fecd72ddb66f5c4b318d7349c0d6a843984e8409d43b7a82eb6d4533e3f80
|
||||
SIZE (baritus-digitalcoin-1.0.0.0b-96b098a_GH0.tar.gz) = 1873408
|
@ -1,24 +0,0 @@
|
||||
--- src/net.cpp.orig 2013-10-13 13:51:25 UTC
|
||||
+++ src/net.cpp
|
||||
@@ -58,7 +58,7 @@ static bool vfReachable[NET_MAX] = {};
|
||||
static bool vfLimited[NET_MAX] = {};
|
||||
static CNode* pnodeLocalHost = NULL;
|
||||
uint64 nLocalHostNonce = 0;
|
||||
-array<int, THREAD_MAX> vnThreadsRunning;
|
||||
+boost::array<int, THREAD_MAX> vnThreadsRunning;
|
||||
static std::vector<SOCKET> vhListenSocket;
|
||||
CAddrMan addrman;
|
||||
|
||||
@@ -1035,8 +1035,12 @@ void ThreadMapPort2(void* parg)
|
||||
#else
|
||||
/* miniupnpc 1.6 */
|
||||
int error = 0;
|
||||
+#if MINIUPNPC_API_VERSION >= 14
|
||||
+ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 2, &error);
|
||||
+#else
|
||||
devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
struct UPNPUrls urls;
|
||||
struct IGDdatas data;
|
@ -1,11 +0,0 @@
|
||||
--- src/qt/qtipcserver.cpp.orig 2013-10-13 13:51:25 UTC
|
||||
+++ src/qt/qtipcserver.cpp
|
||||
@@ -21,7 +21,7 @@ using namespace boost::posix_time;
|
||||
|
||||
static void ipcThread2(void* pArg);
|
||||
|
||||
-#ifdef MAC_OSX
|
||||
+#if defined(MAC_OSX) || defined(__FreeBSD__)
|
||||
// URI handling not implemented on OSX yet
|
||||
|
||||
void ipcInit() { }
|
@ -1,22 +0,0 @@
|
||||
--- src/serialize.h.orig 2013-10-13 13:51:25 UTC
|
||||
+++ src/serialize.h
|
||||
@@ -809,19 +809,6 @@ public:
|
||||
iterator insert(iterator it, const char& x=char()) { return vch.insert(it, x); }
|
||||
void insert(iterator it, size_type n, const char& x) { vch.insert(it, n, x); }
|
||||
|
||||
- void insert(iterator it, const_iterator first, const_iterator last)
|
||||
- {
|
||||
- assert(last - first >= 0);
|
||||
- if (it == vch.begin() + nReadPos && (unsigned int)(last - first) <= nReadPos)
|
||||
- {
|
||||
- // special case for inserting at the front when there's room
|
||||
- nReadPos -= (last - first);
|
||||
- memcpy(&vch[nReadPos], &first[0], last - first);
|
||||
- }
|
||||
- else
|
||||
- vch.insert(it, first, last);
|
||||
- }
|
||||
-
|
||||
void insert(iterator it, std::vector<char>::const_iterator first, std::vector<char>::const_iterator last)
|
||||
{
|
||||
assert(last - first >= 0);
|
@ -1,6 +0,0 @@
|
||||
Digitalcoin is an open source digital currency, originally based on Bitcoin,
|
||||
but now heavily modified and improved. Digitalcoin works over a distributed
|
||||
peer-to-peer network to offer irreversible, low-cost, anonymous and
|
||||
decentralized monetary transactions.
|
||||
|
||||
WWW: http://digitalcoin.co/
|
Loading…
Reference in New Issue
Block a user