FreeBSD Bugzilla – Attachment 246779 Details for
Bug 275532
science/elmerfem: Fix Qt dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
0001-science-elmerfem-Drop-unused-Qt-deps.patch (text/plain), 1.54 KB, created by
Jason E. Hale
on 2023-12-04 18:55:36 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2023-12-04 18:55:36 UTC
Size:
1.54 KB
patch
obsolete
>From e7f22e2de730acf32e0d68a9934409603a4a2d89 Mon Sep 17 00:00:00 2001 >From: "Jason E. Hale" <jhale@FreeBSD.org> >Date: Sun, 3 Dec 2023 14:56:17 -0500 >Subject: [PATCH] science/elmerfem: Drop unused Qt deps > >Remove DEPRECATED/EXPIRATION_DATE. This port does not need the Qt5 >WebKit module. There is no reference to it anywhere in the code. >--- > science/elmerfem/Makefile | 10 +++------- > 1 file changed, 3 insertions(+), 7 deletions(-) > >diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile >index 5835c858fae9..0f0919a69b5d 100644 >--- a/science/elmerfem/Makefile >+++ b/science/elmerfem/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= elmerfem > DISTVERSIONPREFIX= release- > DISTVERSION= 9.0 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= science > > MAINTAINER= henrik@gulbra.net >@@ -10,9 +10,6 @@ WWW= https://www.csc.fi/web/elmer > > LICENSE= GPLv2 > >-DEPRECATED= Depends on deprecated www/qt5-webkit >-EXPIRATION_DATE= 2023-12-31 >- > LIB_DEPENDS= libblas.so:math/blas \ > libhdf5.so:science/hdf5 \ > libmetis.so:math/metis \ >@@ -72,9 +69,8 @@ OCC_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.0 \ > > _LIBSTAGEDIR= ${STAGEDIR}/${PREFIX}/lib/elmersolver > _PYVERSION= ${PYTHON_VER}${PYTHON_ABIVER} >-_QT5_LIBS= buildtools:build concurrent core declarative gui location \ >- network opengl printsupport qmake:build script sensors \ >- sql svg webchannel webkit widgets xml >+_QT5_LIBS= buildtools:build core declarative gui network opengl \ >+ printsupport qmake:build script sql svg widgets xml > > .include <../../math/vtk9/Makefile.version> > .include <bsd.port.pre.mk> >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275532
: 246779