git: 65f3b245767c - main - archivers/zip: grab maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 16:59:08 UTC
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