Index: head/net-p2p/c-lightning/Makefile =================================================================== --- head/net-p2p/c-lightning/Makefile (revision 523711) +++ head/net-p2p/c-lightning/Makefile (revision 523712) @@ -1,77 +1,78 @@ # Created by: Vasil Dimov # $FreeBSD$ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) PORTVERSION= 0.8.0 PORTREVISION= 1 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-f8d8348c CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org COMMENT= Lightning Network implementation in C LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ libsodium.so:security/libsodium \ libsqlite3.so:databases/sqlite3 RUN_DEPENDS= bitcoin-cli:net-p2p/bitcoin-utils -USES= autoreconf:build gettext gmake libtool python:3.5+,build +USES= autoreconf:build compiler:c11 gettext gmake libtool \ + python:3.5+,build BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} ALL_TARGET= default OPTIONS_DEFINE= COMPATIBILITY DEVELOPER EXPERIMENTAL OPTIONS_RADIO= TESTING OPTIONS_RADIO_TESTING= ASAN VALGRIND COMPATIBILITY_CONFIGURE_ENABLE= compat COMPATIBILITY_DESC= Compatibility mode, good to disable to see if your software breaks DEVELOPER_CONFIGURE_ENABLE= developer DEVELOPER_DESC= Developer mode, good for testing EXPERIMENTAL_CONFIGURE_ENABLE= experimental-features EXPERIMENTAL_DESC= Enable experimental features ASAN_CONFIGURE_ENABLE= address-sanitizer ASAN_DESC= Compile with address-sanitizer VALGRIND_CONFIGURE_ENABLE= valgrind VALGRIND_DESC= Run tests with Valgrind OPTIONS_DEFAULT=COMPATIBILITY HAS_CONFIGURE= yes USE_GITHUB= yes .if defined(PKGNAMESUFFIX) GIT_COMMIT= ${PKGNAMESUFFIX:C/-git-//} .else GIT_COMMIT= ${DISTVERSIONPREFIX}${PORTVERSION} .endif GH_TUPLE= ElementsProject:lightning:${GIT_COMMIT} \ ElementsProject:libwally-core:release_0.7.4:ext1/external/libwally-core \ ianlancetaylor:libbacktrace:5a99ff7fed66b8e:ext2/external/libbacktrace \ zserge:jsmn:v1.0.0:ext3/external/jsmn USERS= c-lightning GROUPS= c-lightning USE_RC_SUBR= lightningd SUB_FILES= lightningd-bitcoin.conf.sample pkg-message SUB_LIST= U="${USERS}" G="${GROUPS}" LIGHTNINGD_BASE_DIR="${DESTDIR}/var/db/c-lightning" PLIST_SUB= U="${USERS}" G="${GROUPS}" post-patch: ${REINPLACE_CMD} -e 's|cd external|unset CFLAGS \&\& cd external|' \ ${WRKSRC}/external/Makefile post-install: ${INSTALL_DATA} \ ${WRKDIR}/lightningd-bitcoin.conf.sample \ ${STAGEDIR}${PREFIX}/etc/lightningd-bitcoin.conf.sample .include Index: head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c =================================================================== --- head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c (nonexistent) +++ head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c (revision 523712) @@ -0,0 +1,10 @@ +--- ccan/ccan/fdpass/fdpass.c.orig 2020-01-20 22:03:36 UTC ++++ ccan/ccan/fdpass/fdpass.c +@@ -1,6 +1,7 @@ + /* CC0 license (public domain) - see LICENSE file for details */ + #include + #include ++#include + #include + #include + Property changes on: head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property