Date: Fri, 12 May 2023 18:36:18 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 90c2d7f0843c - main - graphics/pixen: Unbreak on HEAD Message-ID: <202305121836.34CIaIMU044457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305121836.34CIaIMU044457>