FreeBSD Bugzilla – Attachment 230138 Details for
Bug 260426
www/wt: update to 4.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A new patch containing the missing Makefile from the commit
wt-missing-makefile.patch (text/plain), 2.72 KB, created by
Mamadou Babaei
on 2021-12-15 13:26:35 UTC
(
hide
)
Description:
A new patch containing the missing Makefile from the commit
Filename:
MIME Type:
Creator:
Mamadou Babaei
Created:
2021-12-15 13:26:35 UTC
Size:
2.72 KB
patch
obsolete
>diff -urN www/wt-orig/Makefile www/wt/Makefile >--- www/wt-orig/Makefile 2021-12-15 14:22:00.940898000 +0100 >+++ www/wt/Makefile 2021-12-15 14:20:00.825317000 +0100 >@@ -1,7 +1,7 @@ > # Created by: Mohammad S. Babaei <info@babaei.net> > > PORTNAME= wt >-DISTVERSION= 4.5.1 >+DISTVERSION= 4.6.0 > CATEGORIES= www > > MAINTAINER= info@babaei.net >@@ -14,7 +14,7 @@ > libboost_system.so:devel/boost-libs \ > libGraphicsMagick.so:graphics/GraphicsMagick > >-USES= cmake compiler:c++14-lang pkgconfig ssl xorg >+USES= cmake compiler:c++14-lang cpe pkgconfig ssl > USE_GITHUB= yes > GH_ACCOUNT= emweb > USE_XORG= x11 >@@ -40,6 +40,7 @@ > PANGO \ > QT5 \ > OPENGL \ >+ SAML \ > LIBWTTEST \ > UNWIND > OPTIONS_DEFAULT= \ >@@ -57,6 +58,7 @@ > TESTS_DESC= Build Wt tests > RESOURCES_DESC= Install resources directory > HARU_DESC= Enable Haru Free PDF Library >+SAML_DESC= Build built-in SAML service provider for Wt::Auth > LIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests > UNWIND_DESC= Build Wt with stacktrace support using libunwind > >@@ -66,11 +68,12 @@ > FCGI_DESC= Build FastCGI connector > WTHTTP_DESC= Build Wt stand-alone httpd connector > >-OPTIONS_GROUP_DBO= SQLITE3 POSTGRES MYSQL >+OPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL > OPTIONS_DEFAULT+= SQLITE3 > DBO_DESC= Wt::DBO > SQLITE3_DESC= Build Wt with SQLite 3 support > POSTGRES_DESC= Build Wt with PostgreSQL support >+FIREBIRD_DESC= Build Wt with FirebirdSQL support > MYSQL_DESC= Build Wt with MariaDB or MySQL support > > EXAMPLES_IMPLIES= SQLITE3 WTHTTP >@@ -81,6 +84,9 @@ > libfcgi++.so:www/fcgi > FCGI_CMAKE_ON= -DFCGI_PREFIX:STRING=${LOCALBASE} > >+FIREBIRD_CMAKE_BOOL= ENABLE_FIREBIRD >+FIREBIRD_USES= firebird >+ > HARU_CMAKE_BOOL= ENABLE_HARU > HARU_LIB_DEPENDS= libhpdf.so:print/libharu > HARU_CMAKE_ON= -DHARU_PREFIX:STRING=${LOCALBASE} >@@ -93,12 +99,12 @@ > -DENABLE_LIBWTDBO:BOOL=ON > > OPENGL_CMAKE_BOOL= ENABLE_OPENGL >-OPENGL_USE= GL=gl,glew >-OPENGL_USES= gl >+OPENGL_USES= gl xorg >+OPENGL_USE= GL=gl,glew xorg=x11 > > PANGO_CMAKE_BOOL= ENABLE_PANGO >-PANGO_USE= GNOME=pango > PANGO_USES= gnome >+PANGO_USE= GNOME=pango > PANGO_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig > > POSTGRES_CMAKE_BOOL= ENABLE_POSTGRES >@@ -107,10 +113,17 @@ > -DENABLE_LIBWTDBO:BOOL=ON > > QT5_CMAKE_BOOL= ENABLE_QT5 >-QT5_USE= qt=buildtools_build,core > QT5_USES= qt:5 >+QT5_USE= qt=buildtools_build,core > > RESOURCES_CMAKE_BOOL= INSTALL_RESOURCES >+ >+SAML_CMAKE_BOOL= ENABLE_SAML >+SAML_LIB_DEPENDS= libsaml.so:security/opensaml \ >+ liblog4shib.so:devel/log4shib \ >+ libxerces-c-3.2.so:textproc/xerces-c3 \ >+ libxml-security-c.so:security/apache-xml-security-c \ >+ libxmltooling.so:devel/xmltooling > > SQLITE3_CMAKE_BOOL= ENABLE_SQLITE > SQLITE3_USES= sqlite:3
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
Flags:
info
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 260426
:
230126
| 230138