git: 0bff0eae376e - main - net/rpki-client: Not for i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Sep 2024 21:32:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bff0eae376edbc6c45b31fde08feeeba266896c commit 0bff0eae376edbc6c45b31fde08feeeba266896c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-09-28 08:47:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-09-28 21:32:36 +0000 net/rpki-client: Not for i386 - Fails to build with: configure: error: rpki-client doesn't support broken OS with small time_t - Remove GNU_CONFIGURE_MANPREFIX --- net/rpki-client/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile index dab9aca30500..2258609f5bc1 100644 --- a/net/rpki-client/Makefile +++ b/net/rpki-client/Makefile @@ -10,6 +10,9 @@ WWW= https://www.rpki-client.org/ LICENSE= ISCL +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= Does support broken OS with small time_t + BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libexpat.so:textproc/expat2 \ libtls.so:security/libretls @@ -18,7 +21,6 @@ RUN_DEPENDS= rsync>0:net/rsync USES= libtool pkgconfig ssl GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-libtls=libtls USERS= _rpki-client