git: 998f3c045769 - main - mail/pfqueue: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 May 2023 19:59:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=998f3c0457698ebf823858ada8848fa37478fbe5 commit 998f3c0457698ebf823858ada8848fa37478fbe5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-14 18:39:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-14 19:59:09 +0000 mail/pfqueue: Unbreak on HEAD - Pet portclippy - Adopt port --- mail/pfqueue/Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 3cc00093cd1f..45c30fe5383e 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -4,17 +4,25 @@ PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Console-based tool for handling Postfix 1, Postfix 2, and Exim queues WWW= http://pfqueue.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static USES= libtool ncurses USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static + INSTALL_TARGET= install-strip -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + +.include <bsd.port.post.mk>