Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2023 16:08:00 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: 959e9e529cca - main - x11-toolkits/xbae: UNBREAK on HEAD
Message-ID:  <202303111608.32BG80Vc022893@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=959e9e529ccaae8255e5669988f94319b5dac076

commit 959e9e529ccaae8255e5669988f94319b5dac076
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-11 15:55:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-11 16:07:44 +0000

    x11-toolkits/xbae: UNBREAK on HEAD
    
    - Fix dependencies
    - Take MAINTAINERSHIP
---
 x11-toolkits/xbae/Makefile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile
index b02e14b4d2e4..20ab9e68ba30 100644
--- a/x11-toolkits/xbae/Makefile
+++ b/x11-toolkits/xbae/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	Xbae
 PORTVERSION=	4.60.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits math
 MASTER_SITES=	SF
 DISTNAME=	xbae-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Motif-based widget which displays a grid of cells as a spreadsheet
 WWW=		http://xbae.sourceforge.net/
 
@@ -17,8 +17,17 @@ BROKEN_riscv64=	Fails to link: missing sbrk
 
 USES=		libtool motif
 USE_LDCONFIG=	yes
+USE_XORG=	ice sm x11 xext xt
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-production
+
 INSTALL_TARGET=	install-strip
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+=	-Wno-error=int-conversion
+.endif
+
 .include <bsd.port.mk>



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