Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2023 21:20:00 GMT
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e7927110ea6 - main - comms/owfs: relax warnings to build on current
Message-ID:  <202304082120.338LK0VZ068237@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e7927110ea683c28fcb8fccc6513765f4fad607

commit 0e7927110ea683c28fcb8fccc6513765f4fad607
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2023-04-08 21:13:53 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2023-04-08 21:13:53 +0000

    comms/owfs: relax warnings to build on current
---
 comms/owfs/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile
index e0d806f38f22..c0f794e07a88 100644
--- a/comms/owfs/Makefile
+++ b/comms/owfs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	owfs
 PORTVERSION=	3.2p4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	https://github.com/owfs/owfs/releases/download/v${PORTVERSION}/
 
@@ -12,11 +12,12 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:devel/uthash
 
-USES=		gmake libtool pkgconfig
+USES=		gmake libtool pkgconfig compiler:c11
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+CFLAGS+=	-Wno-implicit-function-declaration -Wno-int-conversion
 
 .include "Makefile.options"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304082120.338LK0VZ068237>