*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
5e7d9ac90a
commit
58effc8ce6
12 changed files with 49 additions and 35 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
ELECTRON_VER= 27.3.3
|
ELECTRON_VER= 27.3.4
|
||||||
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
TIMESTAMP = 1708684875
|
TIMESTAMP = 1709196640
|
||||||
SHA256 (electron/chromium-118.0.5993.159.tar.xz) = 47fdd7677470f4f4daf68e59dcacbafb99f5ed0c07501162b6af168f760b4359
|
SHA256 (electron/chromium-118.0.5993.159.tar.xz) = 47fdd7677470f4f4daf68e59dcacbafb99f5ed0c07501162b6af168f760b4359
|
||||||
SIZE (electron/chromium-118.0.5993.159.tar.xz) = 1602730244
|
SIZE (electron/chromium-118.0.5993.159.tar.xz) = 1602730244
|
||||||
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
|
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
|
||||||
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
|
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
|
||||||
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
||||||
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
|
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
|
||||||
SHA256 (electron/electron-yarn-cache-27.3.3.tar.xz) = b1d33fa2bf412990a64b1720140fdd712b5945f41f781a4b2c154915061c6d75
|
SHA256 (electron/electron-yarn-cache-27.3.4.tar.xz) = b1d33fa2bf412990a64b1720140fdd712b5945f41f781a4b2c154915061c6d75
|
||||||
SIZE (electron/electron-yarn-cache-27.3.3.tar.xz) = 29116528
|
SIZE (electron/electron-yarn-cache-27.3.4.tar.xz) = 29116528
|
||||||
SHA256 (electron/electron-electron-v27.3.3_GH0.tar.gz) = 4c1408adf045c66f150a6bbcbdfbf2d5f9893eb30b05f1d83c89c9d44ccae9ee
|
SHA256 (electron/electron-electron-v27.3.4_GH0.tar.gz) = 640ca87244a93160abbeaab633926957fc2131e2e75a2d07192967fbb1456e18
|
||||||
SIZE (electron/electron-electron-v27.3.3_GH0.tar.gz) = 11429098
|
SIZE (electron/electron-electron-v27.3.4_GH0.tar.gz) = 11432660
|
||||||
SHA256 (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
|
SHA256 (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
|
||||||
SIZE (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 112512847
|
SIZE (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 112512847
|
||||||
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
|
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-11-15 10:20:22 UTC
|
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2024-02-28 05:54:17 UTC
|
||||||
+++ electron/shell/browser/api/electron_api_web_contents.cc
|
+++ electron/shell/browser/api/electron_api_web_contents.cc
|
||||||
@@ -153,11 +153,11 @@
|
@@ -153,11 +153,11 @@
|
||||||
#include "ui/base/cocoa/defaults_utils.h"
|
#include "ui/base/cocoa/defaults_utils.h"
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
// Update font settings.
|
// Update font settings.
|
||||||
static const gfx::FontRenderParams params(
|
static const gfx::FontRenderParams params(
|
||||||
gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
|
gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
|
||||||
@@ -2609,7 +2609,7 @@ void WebContents::ForcefullyCrashRenderer() {
|
@@ -2605,7 +2605,7 @@ void WebContents::ForcefullyCrashRenderer() {
|
||||||
|
|
||||||
content::RenderProcessHost* rph = rwh->GetProcess();
|
content::RenderProcessHost* rph = rwh->GetProcess();
|
||||||
if (rph) {
|
if (rph) {
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
// A generic |CrashDumpHungChildProcess()| is not implemented for Linux.
|
// A generic |CrashDumpHungChildProcess()| is not implemented for Linux.
|
||||||
// Instead we send an explicit IPC to crash on the renderer's IO thread.
|
// Instead we send an explicit IPC to crash on the renderer's IO thread.
|
||||||
rph->ForceCrash();
|
rph->ForceCrash();
|
||||||
@@ -3290,7 +3290,7 @@ void WebContents::CopyImageAt(int x, int y) {
|
@@ -3286,7 +3286,7 @@ void WebContents::Focus() {
|
||||||
void WebContents::Focus() {
|
void WebContents::Focus() {
|
||||||
// Focusing on WebContents does not automatically focus the window on macOS
|
// Focusing on WebContents does not automatically focus the window on macOS
|
||||||
// and Linux, do it manually to match the behavior on Windows.
|
// and Linux, do it manually to match the behavior on Windows.
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
if (owner_window())
|
if (owner_window())
|
||||||
owner_window()->Focus(true);
|
owner_window()->Focus(true);
|
||||||
#endif
|
#endif
|
||||||
@@ -4080,7 +4080,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
|
@@ -4072,7 +4072,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
--- electron/shell/browser/browser_process_impl.cc.orig 2023-10-20 08:29:17 UTC
|
--- electron/shell/browser/browser_process_impl.cc.orig 2024-02-28 05:54:17 UTC
|
||||||
+++ electron/shell/browser/browser_process_impl.cc
|
+++ electron/shell/browser/browser_process_impl.cc
|
||||||
@@ -309,7 +309,7 @@ const std::string& BrowserProcessImpl::GetSystemLocale
|
@@ -309,7 +309,7 @@ const std::string& BrowserProcessImpl::GetSystemLocale
|
||||||
return system_locale_;
|
return system_locale_;
|
||||||
|
|
@ -9,9 +9,9 @@
|
||||||
void BrowserProcessImpl::SetLinuxStorageBackend(
|
void BrowserProcessImpl::SetLinuxStorageBackend(
|
||||||
os_crypt::SelectedLinuxBackend selected_backend) {
|
os_crypt::SelectedLinuxBackend selected_backend) {
|
||||||
switch (selected_backend) {
|
switch (selected_backend) {
|
||||||
@@ -337,7 +337,7 @@ void BrowserProcessImpl::SetLinuxStorageBackend(
|
@@ -333,7 +333,7 @@ void BrowserProcessImpl::SetLinuxStorageBackend(
|
||||||
const std::string& BrowserProcessImpl::GetLinuxStorageBackend() const {
|
break;
|
||||||
return selected_linux_storage_backend_;
|
}
|
||||||
}
|
}
|
||||||
-#endif // BUILDFLAG(IS_LINUX)
|
-#endif // BUILDFLAG(IS_LINUX)
|
||||||
+#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
+#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
--- electron/shell/browser/browser_process_impl.h.orig 2023-10-20 08:29:17 UTC
|
--- electron/shell/browser/browser_process_impl.h.orig 2024-02-28 05:54:17 UTC
|
||||||
+++ electron/shell/browser/browser_process_impl.h
|
+++ electron/shell/browser/browser_process_impl.h
|
||||||
@@ -23,7 +23,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
#include "services/network/public/cpp/shared_url_loader_factory.h"
|
#include "services/network/public/cpp/shared_url_loader_factory.h"
|
||||||
|
|
@ -16,9 +16,9 @@
|
||||||
-#if BUILDFLAG(IS_LINUX)
|
-#if BUILDFLAG(IS_LINUX)
|
||||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||||
void SetLinuxStorageBackend(os_crypt::SelectedLinuxBackend selected_backend);
|
void SetLinuxStorageBackend(os_crypt::SelectedLinuxBackend selected_backend);
|
||||||
const std::string& GetLinuxStorageBackend() const;
|
[[nodiscard]] const std::string& linux_storage_backend() const {
|
||||||
#endif
|
return selected_linux_storage_backend_;
|
||||||
@@ -130,7 +130,7 @@ class BrowserProcessImpl : public BrowserProcess {
|
@@ -132,7 +132,7 @@ class BrowserProcessImpl : public BrowserProcess {
|
||||||
std::unique_ptr<PrefService> local_state_;
|
std::unique_ptr<PrefService> local_state_;
|
||||||
std::string locale_;
|
std::string locale_;
|
||||||
std::string system_locale_;
|
std::string system_locale_;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
--- electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc.orig 2023-10-10 23:44:27 UTC
|
--- electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc.orig 2024-02-28 05:54:17 UTC
|
||||||
+++ electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc
|
+++ electron/shell/browser/ui/views/inspectable_web_contents_view_views.cc
|
||||||
@@ -184,7 +184,7 @@ void InspectableWebContentsViewViews::SetIsDocked(bool
|
@@ -183,7 +183,7 @@ void InspectableWebContentsViewViews::SetIsDocked(bool
|
||||||
params.delegate = devtools_window_delegate_;
|
params.delegate = devtools_window_delegate_;
|
||||||
params.bounds = inspectable_web_contents()->GetDevToolsBounds();
|
params.bounds = inspectable_web_contents()->dev_tools_bounds();
|
||||||
|
|
||||||
-#if BUILDFLAG(IS_LINUX)
|
-#if BUILDFLAG(IS_LINUX)
|
||||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= vscode
|
PORTNAME= vscode
|
||||||
DISTVERSION= 1.86.2
|
DISTVERSION= 1.86.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
|
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
|
||||||
DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
|
DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= duplicity
|
PORTNAME= duplicity
|
||||||
DISTVERSION= 2.1.5
|
DISTVERSION= 2.2.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
|
|
||||||
|
|
@ -12,7 +11,7 @@ LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||||
LIB_DEPENDS= librsync.so:net/librsync
|
LIB_DEPENDS= librsync.so:net/librsync
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
|
||||||
|
|
@ -30,9 +29,9 @@ CPE_VENDOR= ${PORTNAME}_project
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_PYTHON= autoplist noflavors pep517 pytest
|
USE_PYTHON= autoplist noflavors pep517 pytest
|
||||||
|
|
||||||
SHEBANG_FILES= bin/duplicity testing/overrides/bin/*
|
SHEBANG_FILES= duplicity/__main__.py testing/overrides/bin/*
|
||||||
|
|
||||||
PORTDOCS= CONTRIBUTING.md README-LOG.md README-REPO.md README-TESTING.md \
|
PORTDOCS= AUTHORS.md README-LOG.md README-REPO.md README-TESTING.md \
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
OPTIONS_DEFINE= B2 DOCS DROPBOX FTP FTPS GDOCS NLS S3
|
OPTIONS_DEFINE= B2 DOCS DROPBOX FTP FTPS GDOCS NLS S3
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1704707559
|
TIMESTAMP = 1707206291
|
||||||
SHA256 (duplicity-2.1.5.tar.gz) = 676c14e1b0029396954a054ddc2e9f12c939dfcfa95a4fb79b27ec396d6c15d1
|
SHA256 (duplicity-2.2.2.tar.gz) = 833ef5fa922d559be1c4f6a0f61315e8cb26da409f2024bcf310ba3fb9486d27
|
||||||
SIZE (duplicity-2.1.5.tar.gz) = 1559641
|
SIZE (duplicity-2.2.2.tar.gz) = 1978264
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
--- setup.py.orig 2023-12-25 16:22:33 UTC
|
--- setup.py.orig 2024-02-06 08:04:58 UTC
|
||||||
+++ setup.py
|
+++ setup.py
|
||||||
@@ -87,18 +87,6 @@ def get_data_files():
|
@@ -99,18 +99,6 @@ def get_data_files():
|
||||||
"bin/duplicity.1",
|
"man/duplicity.1",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
- (
|
- (
|
||||||
- f"share/doc/duplicity-{Version}",
|
- f"share/doc/duplicity-{Version}",
|
||||||
- [
|
- [
|
||||||
- "CHANGELOG.md",
|
- "CHANGELOG.md",
|
||||||
- "CONTRIBUTING.md",
|
- "AUTHORS.md",
|
||||||
- "COPYING",
|
- "COPYING",
|
||||||
- "README.md",
|
- "README.md",
|
||||||
- "README-LOG.md",
|
- "README-LOG.md",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= texi2mdoc
|
PORTNAME= texi2mdoc
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://mdocml.bsd.lv/texi2mdoc/snapshots/
|
MASTER_SITES= http://mdocml.bsd.lv/texi2mdoc/snapshots/
|
||||||
|
|
||||||
|
|
@ -12,7 +13,7 @@ LICENSE= ISCL
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} \
|
PLIST_FILES= bin/${PORTNAME} \
|
||||||
man/man1/${PORTNAME}.1.gz
|
share/man/man1/${PORTNAME}.1.gz
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
|
|
||||||
14
textproc/texi2mdoc/files/patch-Makefile
Normal file
14
textproc/texi2mdoc/files/patch-Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
--- Makefile.orig 2024-02-29 11:01:17 UTC
|
||||||
|
+++ Makefile
|
||||||
|
@@ -17,9 +17,9 @@ install: all
|
||||||
|
|
||||||
|
install: all
|
||||||
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
|
- mkdir -p $(DESTDIR)$(PREFIX)/man/man1
|
||||||
|
+ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
install -m 0755 texi2mdoc $(DESTDIR)$(PREFIX)/bin
|
||||||
|
- install -m 0444 texi2mdoc.1 $(DESTDIR)$(PREFIX)/man/man1
|
||||||
|
+ install -m 0444 texi2mdoc.1 $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
|
||||||
|
installwww: www
|
||||||
|
mkdir -p $(PREFIX)/snapshots
|
||||||
Loading…
Add table
Reference in a new issue