git: 90c2d7f0843c - main - graphics/pixen: Unbreak on HEAD

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 12 May 2023 18:36:18 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90c2d7f0843c41dd2742c26d47637ca958612075

commit 90c2d7f0843c41dd2742c26d47637ca958612075
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-12 16:55:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-12 18:36:06 +0000

    graphics/pixen: Unbreak on HEAD
    
    - Adopt port
---
 graphics/pixen/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
index c2b2ba51bb20..4df47653c226 100644
--- a/graphics/pixen/Makefile
+++ b/graphics/pixen/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	graphics gnustep
 MASTER_SITES=	http://download.gna.org/gsimageapps/
 DISTNAME=	Pixen-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Graphics editing software for small-scale pictures for GNUstep
 WWW=		https://www.opensword.org/Pixen/
 
@@ -17,7 +17,13 @@ USE_GNUSTEP=	back build
 
 ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb
 
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+=	-Wno-error=int-conversion
+.endif
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>