Date: Mon, 26 Jun 2023 17:25:30 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 47572e0750d7 - main - x11-toolkits/fox14: Fix build with llvm16 Message-ID: <202306261725.35QHPUav014481@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=47572e0750d76b5dc7e8b50c99f77d641af9597e commit 47572e0750d76b5dc7e8b50c99f77d641af9597e Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-06-26 17:13:23 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-06-26 17:25:25 +0000 x11-toolkits/fox14: Fix build with llvm16 While here, mark as DEPRECATED and set EXPIRATION date to 2023-07-26. This is an ancient version of the FOX toolkit released in 2006 and has long been a leaf port. --- x11-toolkits/fox14/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index cf7c0f9c09d1..5dc149d40ce9 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -14,6 +14,9 @@ WWW= http://www.fox-toolkit.org/fox.html LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete leaf port, use x11-toolkits/fox(16|17) instead +EXPIRATION_DATE= 2023-07-26 + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff @@ -27,6 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-opengl=yes \ --bindir=${PREFIX}/bin/${PORTNAME}-${MAJORVER} \ --enable-threadsafe +CXXFLAGS+= -Dregister= USE_LDCONFIG= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306261725.35QHPUav014481>