Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= bitcoin |
4 |
PORTNAME= bitcoin |
5 |
PORTVERSION= 0.10.1 |
5 |
PORTVERSION= 0.10.2 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= net-p2p finance |
7 |
CATEGORIES= net-p2p finance |
8 |
|
8 |
|
Lines 13-19
Link Here
|
13 |
|
13 |
|
14 |
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs |
14 |
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs |
15 |
|
15 |
|
16 |
USES= autoreconf compiler:c++0x gmake libtool pkgconfig |
16 |
USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix |
|
|
17 |
SHEBANG_FILES= src/test/*.py |
17 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
18 |
USE_OPENSSL= yes |
19 |
USE_OPENSSL= yes |
19 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
Lines 70-80
Link Here
|
70 |
|
71 |
|
71 |
GH_ACCOUNT= bitcoin |
72 |
GH_ACCOUNT= bitcoin |
72 |
|
73 |
|
73 |
CONFIGURE_ARGS?= --without-daemon \ |
74 |
CONFIGURE_ARGS?= --without-libs \ |
|
|
75 |
--disable-reduce-exports \ |
74 |
--with-gui \ |
76 |
--with-gui \ |
75 |
--without-libs \ |
77 |
--without-daemon \ |
76 |
--without-utils \ |
78 |
--without-utils |
77 |
--disable-reduce-exports |
|
|
78 |
|
79 |
|
79 |
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ |
80 |
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ |
80 |
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" |
81 |
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" |
Lines 96-101
Link Here
|
96 |
.endif |
97 |
.endif |
97 |
|
98 |
|
98 |
regression-test: build |
99 |
regression-test: build |
|
|
100 |
# To use this sucessfully, remove --without-daemon and --without-utils |
101 |
# from CONFIGURE_ARGS above. |
102 |
|
99 |
@cd ${WRKSRC} && ${GMAKE} check |
103 |
@cd ${WRKSRC} && ${GMAKE} check |
100 |
|
104 |
|
101 |
.include <bsd.port.mk> |
105 |
.include <bsd.port.mk> |