|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= bitcoin |
4 |
PORTNAME= bitcoin |
| 5 |
PORTVERSION= 0.14.2 |
5 |
PORTVERSION= 0.15.0.1 |
| 6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
| 7 |
PORTREVISION= 4 |
|
|
| 8 |
CATEGORIES= net-p2p finance |
7 |
CATEGORIES= net-p2p finance |
| 9 |
|
8 |
|
| 10 |
MAINTAINER= robbak@robbak.com |
9 |
MAINTAINER= robbak@robbak.com |
|
Lines 18-24
Link Here
|
| 18 |
BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal |
17 |
BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal |
| 19 |
|
18 |
|
| 20 |
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl |
19 |
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl |
| 21 |
SHEBANG_FILES= src/test/*.py |
|
|
| 22 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
| 23 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
| 24 |
|
22 |
|