Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 16:59:08 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65f3b245767c - main - archivers/zip: grab maintainership
Message-ID:  <202501011659.501Gx8Hd098741@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=65f3b245767c1d81b9e44a70323955bba341828f

commit 65f3b245767c1d81b9e44a70323955bba341828f
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-01-01 16:57:04 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-01-01 16:58:56 +0000

    archivers/zip: grab maintainership
    
    This one is too important to stay unmaintained.
    
    While we are at it, silence bogus warnings -- the code base is in K&R
    C and missing prototypes on function definitions are to be expected.
---
 archivers/zip/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 137affa64b28..9a4dc7679ee7 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zip
 PORTVERSION=	3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	archivers
 MASTER_SITES=	SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
@@ -19,6 +19,8 @@ CPE_VENDOR=	info-zip_project
 
 OPTIONS_DEFINE=	DOCS
 
+CFLAGS+=	-Wno-deprecated-non-prototype
+
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 MAKEFILE=	unix/Makefile
 ALL_TARGET=	generic



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