Date: Sun, 1 Dec 2024 20:32:40 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b59ef9c848de - main - net/teddycloud: Ignore i386 Message-ID: <202412012032.4B1KWenJ052138@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b59ef9c848dec05396438fe1c0f9bcdc97bf6d6d commit b59ef9c848dec05396438fe1c0f9bcdc97bf6d6d Author: Michael Pape <freebsd@pe82.de> AuthorDate: 2024-12-01 20:30:42 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-01 20:32:10 +0000 net/teddycloud: Ignore i386 Does fail to build on i386 targets, ignore this arch. Replace space characters to tabs. PR: 283062 Approved by: submitter is maintainer --- net/teddycloud/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/teddycloud/Makefile b/net/teddycloud/Makefile index c977e360fb62..a24f48919ea5 100644 --- a/net/teddycloud/Makefile +++ b/net/teddycloud/Makefile @@ -15,10 +15,12 @@ WWW= https://tonies-wiki.revvox.de/docs/tools/teddycloud/ LICENSE= GPLv2+ -BUILD_DEPENDS+= curl:ftp/curl \ +NOT_FOR_ARCHS= i386 + +BUILD_DEPENDS+= curl:ftp/curl \ protoc-c:devel/protobuf-c -USES= gmake +USES= gmake USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= toniebox-reverse-engineering:DEFAULT,teddycloud_web \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412012032.4B1KWenJ052138>