summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/R-cran-rJava/Makefile2
-rw-r--r--devel/boost-libs/Makefile2
-rw-r--r--devel/dee/Makefile2
-rw-r--r--devel/electron24/Makefile1
-rw-r--r--devel/electron24/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc13
-rw-r--r--devel/electron25/Makefile1
-rw-r--r--devel/electron25/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc13
-rw-r--r--devel/electron26/Makefile1
-rw-r--r--devel/electron26/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc13
-rw-r--r--devel/fbthrift/Makefile1
-rw-r--r--devel/folly/Makefile1
-rw-r--r--devel/icu-le-hb/Makefile2
-rw-r--r--devel/icu/Makefile2
-rw-r--r--devel/icu/distinfo6
-rw-r--r--devel/icu/pkg-plist2
-rw-r--r--devel/libical/Makefile2
-rw-r--r--devel/libkiwix/Makefile1
-rw-r--r--devel/libphonenumber/Makefile1
-rw-r--r--devel/libzim/Makefile1
-rw-r--r--devel/mongo-c-driver/Makefile1
-rw-r--r--devel/objecthash/Makefile2
-rw-r--r--devel/php80-intl/Makefile1
-rw-r--r--devel/php81-intl/Makefile2
-rw-r--r--devel/php82-intl/Makefile2
-rw-r--r--devel/php83-intl/Makefile2
-rw-r--r--devel/py-pyicu/Makefile1
-rw-r--r--devel/qt5-core/Makefile1
-rw-r--r--devel/qt6-5compat/Makefile1
-rw-r--r--devel/qt6-base/Makefile1
-rw-r--r--devel/qt6-tools/Makefile1
-rw-r--r--devel/tclxml/Makefile2
-rw-r--r--devel/ticcutils/Makefile2
32 files changed, 71 insertions, 15 deletions
diff --git a/devel/R-cran-rJava/Makefile b/devel/R-cran-rJava/Makefile
index e1c3409f5863..8e7462ea39f2 100644
--- a/devel/R-cran-rJava/Makefile
+++ b/devel/R-cran-rJava/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rJava
DISTVERSION= 1.0-6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel java
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 5ce2aa66d57f..04cf1418b04a 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= boost-libs
-PORTREVISION?= 0
+PORTREVISION?= 1
COMMENT= Free portable C++ libraries (without Boost.Python)
WWW= https://www.boost.org/
diff --git a/devel/dee/Makefile b/devel/dee/Makefile
index 3f93457c4934..1ec8fbaf528a 100644
--- a/devel/dee/Makefile
+++ b/devel/dee/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dee
PORTVERSION= 1.2.7
-PORTREVISION= 24
+PORTREVISION= 25
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/151383425/ \
https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
diff --git a/devel/electron24/Makefile b/devel/electron24/Makefile
index 165d3e6e527e..7da44d504dd8 100644
--- a/devel/electron24/Makefile
+++ b/devel/electron24/Makefile
@@ -1,6 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v24.4.0/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
diff --git a/devel/electron24/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/devel/electron24/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
new file mode 100644
index 000000000000..f8f6e3ea2742
--- /dev/null
+++ b/devel/electron24/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
@@ -0,0 +1,13 @@
+--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2023-11-04 06:12:25 UTC
++++ third_party/blink/renderer/platform/text/text_break_iterator.cc
+@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAs
+ };
+ // clang-format on
+
+-#if U_ICU_VERSION_MAJOR_NUM >= 58
++#if U_ICU_VERSION_MAJOR_NUM >= 74
++#define BA_LB_COUNT (U_LB_COUNT - 8)
++#elif U_ICU_VERSION_MAJOR_NUM >= 58
+ #define BA_LB_COUNT (U_LB_COUNT - 3)
+ #else
+ #define BA_LB_COUNT U_LB_COUNT
diff --git a/devel/electron25/Makefile b/devel/electron25/Makefile
index 8a5611432eed..79e4cb9538d0 100644
--- a/devel/electron25/Makefile
+++ b/devel/electron25/Makefile
@@ -1,6 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v25.5.0/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
diff --git a/devel/electron25/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/devel/electron25/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
new file mode 100644
index 000000000000..f8f6e3ea2742
--- /dev/null
+++ b/devel/electron25/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
@@ -0,0 +1,13 @@
+--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2023-11-04 06:12:25 UTC
++++ third_party/blink/renderer/platform/text/text_break_iterator.cc
+@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAs
+ };
+ // clang-format on
+
+-#if U_ICU_VERSION_MAJOR_NUM >= 58
++#if U_ICU_VERSION_MAJOR_NUM >= 74
++#define BA_LB_COUNT (U_LB_COUNT - 8)
++#elif U_ICU_VERSION_MAJOR_NUM >= 58
+ #define BA_LB_COUNT (U_LB_COUNT - 3)
+ #else
+ #define BA_LB_COUNT U_LB_COUNT
diff --git a/devel/electron26/Makefile b/devel/electron26/Makefile
index dd7ddeabb6fc..ae572599d5bb 100644
--- a/devel/electron26/Makefile
+++ b/devel/electron26/Makefile
@@ -1,6 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v26.3.0/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
diff --git a/devel/electron26/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/devel/electron26/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
new file mode 100644
index 000000000000..f8f6e3ea2742
--- /dev/null
+++ b/devel/electron26/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc
@@ -0,0 +1,13 @@
+--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2023-11-04 06:12:25 UTC
++++ third_party/blink/renderer/platform/text/text_break_iterator.cc
+@@ -161,7 +161,9 @@ static const unsigned char kAsciiLineBreakTable[][(kAs
+ };
+ // clang-format on
+
+-#if U_ICU_VERSION_MAJOR_NUM >= 58
++#if U_ICU_VERSION_MAJOR_NUM >= 74
++#define BA_LB_COUNT (U_LB_COUNT - 8)
++#elif U_ICU_VERSION_MAJOR_NUM >= 58
+ #define BA_LB_COUNT (U_LB_COUNT - 3)
+ #else
+ #define BA_LB_COUNT U_LB_COUNT
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index f7f640c74282..5978056c5a8a 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -1,6 +1,7 @@
PORTNAME= fbthrift
DISTVERSIONPREFIX= v
DISTVERSION= 2023.11.13.00
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/folly/Makefile b/devel/folly/Makefile
index 7a9fac1d43ba..b5eacf331a60 100644
--- a/devel/folly/Makefile
+++ b/devel/folly/Makefile
@@ -1,6 +1,7 @@
PORTNAME= folly
DISTVERSIONPREFIX= v
DISTVERSION= 2023.11.13.00
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/icu-le-hb/Makefile b/devel/icu-le-hb/Makefile
index eb2875bdc9dd..d8a3b0616b02 100644
--- a/devel/icu-le-hb/Makefile
+++ b/devel/icu-le-hb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= icu-le-hb
PORTVERSION= 1.2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel print
MAINTAINER= office@FreeBSD.org
diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index ee23b4b047d1..eda1349b3b11 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= icu
-DISTVERSION= 73_2
+DISTVERSION= 74_1
PORTREVISION?= 0 # keep for icu-lx
PORTEPOCH?= 1
CATEGORIES?= devel
diff --git a/devel/icu/distinfo b/devel/icu/distinfo
index a9fbed6598f5..c27fdf6978b5 100644
--- a/devel/icu/distinfo
+++ b/devel/icu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686691435
-SHA256 (icu4c-73_2-src.tgz) = 818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1
-SIZE (icu4c-73_2-src.tgz) = 26519906
+TIMESTAMP = 1698714688
+SHA256 (icu4c-74_1-src.tgz) = 86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0
+SIZE (icu4c-74_1-src.tgz) = 26625850
diff --git a/devel/icu/pkg-plist b/devel/icu/pkg-plist
index 0a59aef5899e..e07081d1fd71 100644
--- a/devel/icu/pkg-plist
+++ b/devel/icu/pkg-plist
@@ -154,6 +154,8 @@ include/unicode/uiter.h
include/unicode/uldnames.h
include/unicode/ulistformatter.h
include/unicode/uloc.h
+include/unicode/ulocale.h
+include/unicode/ulocbuilder.h
include/unicode/ulocdata.h
include/unicode/umachine.h
include/unicode/umisc.h
diff --git a/devel/libical/Makefile b/devel/libical/Makefile
index a38d5bec6806..63cde3cd9cf2 100644
--- a/devel/libical/Makefile
+++ b/devel/libical/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libical
DISTVERSION= 3.0.16
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/libical/libical/releases/download/v${PORTVERSION}/
diff --git a/devel/libkiwix/Makefile b/devel/libkiwix/Makefile
index e33da8db2a4b..a0979b2862ee 100644
--- a/devel/libkiwix/Makefile
+++ b/devel/libkiwix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libkiwix
DISTVERSION= 12.1.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= olce.freebsd.ports@certner.fr
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index c3fa96415557..a2b881dde24e 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.13.25
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile
index 6ec92be182c4..088a688cf57d 100644
--- a/devel/libzim/Makefile
+++ b/devel/libzim/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libzim
DISTVERSION= 8.2.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://download.openzim.org/release/libzim/
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile
index 1ebeab6b07b3..9bd2aa0b960d 100644
--- a/devel/mongo-c-driver/Makefile
+++ b/devel/mongo-c-driver/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mongo-c-driver
DISTVERSION= 1.24.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/mongodb/${PORTNAME}/releases/download/${DISTVERSION}/
diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile
index f1fdc29a0f60..b8e616f0e255 100644
--- a/devel/objecthash/Makefile
+++ b/devel/objecthash/Makefile
@@ -1,6 +1,6 @@
PORTNAME= objecthash
PORTVERSION= 20160802
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile
index 0583fc5566ea..87b89e7b2c6d 100644
--- a/devel/php80-intl/Makefile
+++ b/devel/php80-intl/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php80
diff --git a/devel/php81-intl/Makefile b/devel/php81-intl/Makefile
index 2c5bf271c61e..9b26b350679d 100644
--- a/devel/php81-intl/Makefile
+++ b/devel/php81-intl/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php81
diff --git a/devel/php82-intl/Makefile b/devel/php82-intl/Makefile
index 345c2d19f89c..ee29a2235e91 100644
--- a/devel/php82-intl/Makefile
+++ b/devel/php82-intl/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php82
diff --git a/devel/php83-intl/Makefile b/devel/php83-intl/Makefile
index 347b1c99552a..fa5f5245ebaf 100644
--- a/devel/php83-intl/Makefile
+++ b/devel/php83-intl/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php83
diff --git a/devel/py-pyicu/Makefile b/devel/py-pyicu/Makefile
index ef87007f57c0..01044df6fbc9 100644
--- a/devel/py-pyicu/Makefile
+++ b/devel/py-pyicu/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyicu
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/qt5-core/Makefile b/devel/qt5-core/Makefile
index 44d583eb278f..6e67d92fb3e6 100644
--- a/devel/qt5-core/Makefile
+++ b/devel/qt5-core/Makefile
@@ -1,5 +1,6 @@
PORTNAME= core
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
diff --git a/devel/qt6-5compat/Makefile b/devel/qt6-5compat/Makefile
index fb6a908c57e6..1ce779a3cb7b 100644
--- a/devel/qt6-5compat/Makefile
+++ b/devel/qt6-5compat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= 5compat
DISTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile
index 2543206db311..1d7ef7386faf 100644
--- a/devel/qt6-base/Makefile
+++ b/devel/qt6-base/Makefile
@@ -1,5 +1,6 @@
PORTNAME= base
DISTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
diff --git a/devel/qt6-tools/Makefile b/devel/qt6-tools/Makefile
index b789b10ffc85..ccbd02673873 100644
--- a/devel/qt6-tools/Makefile
+++ b/devel/qt6-tools/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tools
DISTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile
index 2781cd024a9f..5a8b0cc25bf3 100644
--- a/devel/tclxml/Makefile
+++ b/devel/tclxml/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tclxml
PORTVERSION= 3.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel tcl
MASTER_SITES= LOCAL/bf SF/tclxml/TclXML/${PORTVERSION}
diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile
index 5c686cccaf4a..ccfc2bbf954f 100644
--- a/devel/ticcutils/Makefile
+++ b/devel/ticcutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ticcutils
DISTVERSION= 0.32
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/