Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2022 17:21:22 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48e45257a722 - main - www/wt: update to 4.8.0
Message-ID:  <202208181721.27IHLM1H018219@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48e45257a7225100a3e11f476cb0bd0911f2a096

commit 48e45257a7225100a3e11f476cb0bd0911f2a096
Author:     Mohammad S. Babaei <info@babaei.net>
AuthorDate: 2022-08-18 15:45:03 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-08-18 17:17:59 +0000

    www/wt: update to 4.8.0
    
    ChangeLog: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
    
    PR:             265904
    Reported by:    info@babaei.net (maintainer)
---
 www/wt/Makefile                   | 11 ++++++--
 www/wt/distinfo                   |  6 ++---
 www/wt/files/patch-CMakeLists.txt |  6 +++--
 www/wt/pkg-plist                  | 54 +++++++++++++++++++--------------------
 4 files changed, 43 insertions(+), 34 deletions(-)

diff --git a/www/wt/Makefile b/www/wt/Makefile
index 80af17ddd565..127556dfbcad 100644
--- a/www/wt/Makefile
+++ b/www/wt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wt
-DISTVERSION=	4.7.2
-PORTREVISION=	2
+DISTVERSION=	4.8.0
 CATEGORIES=	www
 
 MAINTAINER=	info@babaei.net
@@ -33,6 +32,7 @@ CMAKE_ARGS=	-DCONFIGDIR:STRING=${LOCALBASE}/etc/${PORTNAME} \
 		-DDESTDIR:STRING=${STAGEDIR}
 
 OPTIONS_DEFINE=	\
+	DEBUG \
 	EXAMPLES \
 	TESTS \
 	RESOURCES \
@@ -142,6 +142,13 @@ PLIST_SUB=	VERSION=${DISTVERSION}
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MDEBUG} || defined(WITH_DEBUG)
+WITH_DEBUG?=	yes
+PLIST_SUB+=	DEBUG_LIBS_POSTFIX="d"
+.else
+PLIST_SUB+=	DEBUG_LIBS_POSTFIX=""
+.endif
+
 .if ${PORT_OPTIONS:MSQLITE3} || \
     ${PORT_OPTIONS:MPOSTGRES} || \
     ${PORT_OPTIONS:MMYSQL}
diff --git a/www/wt/distinfo b/www/wt/distinfo
index 0763caf4c236..7bb1c345bd03 100644
--- a/www/wt/distinfo
+++ b/www/wt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652688856
-SHA256 (emweb-wt-4.7.2_GH0.tar.gz) = 38b074f32383f43d9f8d4c0f7b1a29ea4fd3faaf9cc983d2d0277ac7a5c6a4cf
-SIZE (emweb-wt-4.7.2_GH0.tar.gz) = 10601008
+TIMESTAMP = 1660746660
+SHA256 (emweb-wt-4.8.0_GH0.tar.gz) = e4030d8f530ec7bdd6b341a2bf31a608fb9ebcedb905155f83ec7f300a7d420d
+SIZE (emweb-wt-4.8.0_GH0.tar.gz) = 10604286
diff --git a/www/wt/files/patch-CMakeLists.txt b/www/wt/files/patch-CMakeLists.txt
index fc6f38b91092..d5a4d0b69d8c 100644
--- a/www/wt/files/patch-CMakeLists.txt
+++ b/www/wt/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig	2021-12-14 18:54:00 UTC
+--- CMakeLists.txt.orig	2022-08-17 14:32:16 UTC
 +++ CMakeLists.txt
-@@ -25,27 +25,27 @@ ENDIF(NOT SHARED_LIBS)
+@@ -25,28 +25,28 @@ ENDIF(NOT SHARED_LIBS)
  #
  # Various things that must be configured by the user or packager ...
  #
@@ -29,6 +29,8 @@
 +OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" OFF) # Microsoft Windows only option
 +OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" OFF) # QT4 is no longer available in FreeBSD Ports
  OPTION(ENABLE_QT5 "Build Qt5 interworking library (libwtwithqt5)" ON)
+-OPTION(ENABLE_QT6 "Build Qt6 interworking library (libwtwithqt6)" ON)
++OPTION(ENABLE_QT6 "Build Qt6 interworking library (libwtwithqt6)" OFF) # QT6 is not yet available in FreeBSD Ports
  OPTION(ENABLE_SAML "Build built-in SAML service provider for Wt::Auth" OFF)
 -OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON)
 -OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" ON)
diff --git a/www/wt/pkg-plist b/www/wt/pkg-plist
index 261a0b9f8ec6..996fe5c5226c 100644
--- a/www/wt/pkg-plist
+++ b/www/wt/pkg-plist
@@ -385,42 +385,42 @@ include/Wt/WWidgetItem.h
 include/Wt/WWidgetItemImpl.h
 lib/cmake/wt/wt-config-version.cmake
 lib/cmake/wt/wt-config.cmake
-%%DBO%%lib/cmake/wt/wt-target-dbo-release.cmake
+%%DBO%%lib/cmake/wt/wt-target-dbo-%%CMAKE_BUILD_TYPE%%.cmake
 %%DBO%%lib/cmake/wt/wt-target-dbo.cmake
-%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird-release.cmake
+%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird-%%CMAKE_BUILD_TYPE%%.cmake
 %%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird.cmake
-%%MYSQL%%lib/cmake/wt/wt-target-dbomysql-release.cmake
+%%MYSQL%%lib/cmake/wt/wt-target-dbomysql-%%CMAKE_BUILD_TYPE%%.cmake
 %%MYSQL%%lib/cmake/wt/wt-target-dbomysql.cmake
-%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres-release.cmake
+%%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres-%%CMAKE_BUILD_TYPE%%.cmake
 %%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres.cmake
-%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3-release.cmake
+%%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3-%%CMAKE_BUILD_TYPE%%.cmake
 %%SQLITE3%%lib/cmake/wt/wt-target-dbosqlite3.cmake
-%%FCGI%%lib/cmake/wt/wt-target-fcgi-release.cmake
+%%FCGI%%lib/cmake/wt/wt-target-fcgi-%%CMAKE_BUILD_TYPE%%.cmake
 %%FCGI%%lib/cmake/wt/wt-target-fcgi.cmake
-%%WTHTTP%%lib/cmake/wt/wt-target-http-release.cmake
+%%WTHTTP%%lib/cmake/wt/wt-target-http-%%CMAKE_BUILD_TYPE%%.cmake
 %%WTHTTP%%lib/cmake/wt/wt-target-http.cmake
-%%LIBWTTEST%%lib/cmake/wt/wt-target-test-release.cmake
+%%LIBWTTEST%%lib/cmake/wt/wt-target-test-%%CMAKE_BUILD_TYPE%%.cmake
 %%LIBWTTEST%%lib/cmake/wt/wt-target-test.cmake
-lib/cmake/wt/wt-target-wt-release.cmake
+lib/cmake/wt/wt-target-wt-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/wt/wt-target-wt.cmake
-lib/libwt.so
-lib/libwt.so.%%VERSION%%
-%%DBO%%lib/libwtdbo.so
-%%DBO%%lib/libwtdbo.so.%%VERSION%%
-%%FIREBIRD%%lib/libwtdbofirebird.so
-%%FIREBIRD%%lib/libwtdbofirebird.so.%%VERSION%%
-%%MYSQL%%lib/libwtdbomysql.so
-%%MYSQL%%lib/libwtdbomysql.so.%%VERSION%%
-%%POSTGRES%%lib/libwtdbopostgres.so
-%%POSTGRES%%lib/libwtdbopostgres.so.%%VERSION%%
-%%SQLITE3%%lib/libwtdbosqlite3.so
-%%SQLITE3%%lib/libwtdbosqlite3.so.%%VERSION%%
-%%FCGI%%lib/libwtfcgi.so
-%%FCGI%%lib/libwtfcgi.so.%%VERSION%%
-%%WTHTTP%%lib/libwthttp.so
-%%WTHTTP%%lib/libwthttp.so.%%VERSION%%
-%%LIBWTTEST%%lib/libwttest.so
-%%LIBWTTEST%%lib/libwttest.so.%%VERSION%%
+lib/libwt%%DEBUG_LIBS_POSTFIX%%.so
+lib/libwt%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%DBO%%lib/libwtdbo%%DEBUG_LIBS_POSTFIX%%.so
+%%DBO%%lib/libwtdbo%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%FIREBIRD%%lib/libwtdbofirebird%%DEBUG_LIBS_POSTFIX%%.so
+%%FIREBIRD%%lib/libwtdbofirebird%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%MYSQL%%lib/libwtdbomysql%%DEBUG_LIBS_POSTFIX%%.so
+%%MYSQL%%lib/libwtdbomysql%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%POSTGRES%%lib/libwtdbopostgres%%DEBUG_LIBS_POSTFIX%%.so
+%%POSTGRES%%lib/libwtdbopostgres%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%SQLITE3%%lib/libwtdbosqlite3%%DEBUG_LIBS_POSTFIX%%.so
+%%SQLITE3%%lib/libwtdbosqlite3%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%FCGI%%lib/libwtfcgi%%DEBUG_LIBS_POSTFIX%%.so
+%%FCGI%%lib/libwtfcgi%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%WTHTTP%%lib/libwthttp%%DEBUG_LIBS_POSTFIX%%.so
+%%WTHTTP%%lib/libwthttp%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
+%%LIBWTTEST%%lib/libwttest%%DEBUG_LIBS_POSTFIX%%.so
+%%LIBWTTEST%%lib/libwttest%%DEBUG_LIBS_POSTFIX%%.so.%%VERSION%%
 %%RESOURCES%%share/Wt/resources/ajax-loading.gif
 %%RESOURCES%%share/Wt/resources/collapse-rtl.gif
 %%RESOURCES%%share/Wt/resources/collapse.gif



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