diff options
Diffstat (limited to 'databases')
322 files changed, 4022 insertions, 7392 deletions
diff --git a/databases/Makefile b/databases/Makefile index 359bafe2b195..d169e070b4b2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -48,6 +48,7 @@ SUBDIR += db SUBDIR += db18 SUBDIR += db5 + SUBDIR += dbeaver SUBDIR += dbf SUBDIR += dbh SUBDIR += dbixx @@ -131,7 +132,6 @@ SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgda6 - SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache @@ -166,6 +166,7 @@ SUBDIR += mantis SUBDIR += mariadb-connector-c SUBDIR += mariadb-connector-odbc + SUBDIR += mariadb-java-client SUBDIR += mariadb1011-client SUBDIR += mariadb1011-server SUBDIR += mariadb105-client @@ -182,7 +183,6 @@ SUBDIR += memcached SUBDIR += metabase SUBDIR += mongodb-tools - SUBDIR += mongodb50 SUBDIR += mongodb60 SUBDIR += mongodb70 SUBDIR += mongodb80 @@ -224,6 +224,8 @@ SUBDIR += ods2sql SUBDIR += opendbviewer SUBDIR += opendbx + SUBDIR += openvoxdb-terminus8 + SUBDIR += openvoxdb8 SUBDIR += ora2pg SUBDIR += oracle8-client SUBDIR += p5-Amazon-SimpleDB @@ -514,8 +516,6 @@ SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 - SUBDIR += pear-DoctrineCommon - SUBDIR += pear-DoctrineDBAL SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp @@ -658,6 +658,7 @@ SUBDIR += postgis33 SUBDIR += postgis34 SUBDIR += postgis35 + SUBDIR += postgis36 SUBDIR += postgresql-cstore_fdw SUBDIR += postgresql-idn SUBDIR += postgresql-jdbc @@ -766,6 +767,7 @@ SUBDIR += py-couchdb SUBDIR += py-cymysql SUBDIR += py-databases + SUBDIR += py-datafusion SUBDIR += py-dbf SUBDIR += py-dbt-core SUBDIR += py-dbt-duckdb @@ -906,7 +908,6 @@ SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool - SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-qdbm SUBDIR += ruby-tokyocabinet diff --git a/databases/adminer/Makefile b/databases/adminer/Makefile index d96c35ee7b08..ff0b2882185c 100644 --- a/databases/adminer/Makefile +++ b/databases/adminer/Makefile @@ -2,28 +2,30 @@ PORTNAME= adminer DISTVERSION= 5.3.0 CATEGORIES= databases www MASTER_SITES= https://github.com/vrana/adminer/releases/download/v${DISTVERSION}/ +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} EXTRACT_SUFX= .php EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pkaipila@gmail.com COMMENT= Full-featured database management tool written in PHP WWW= https://www.adminer.org LICENSE= APACHE20 -USES= cpe php +USES= cpe php:flavors USE_PHP= session NO_ARCH= yes NO_BUILD= yes - SUB_FILES= pkg-message SUB_LIST= PHPVER="${PHP_VER}" + PLIST_SUB= WWWGRP="${WWWGRP}" \ WWWOWN="${WWWOWN}" do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${WWWDIR}/index.php + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ + ${STAGEDIR}${WWWDIR}/index.php .include <bsd.port.mk> diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile index 69dc2f45a289..24c88d494855 100644 --- a/databases/cassandra-cpp-driver/Makefile +++ b/databases/cassandra-cpp-driver/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake compiler:c++11-lang pkgconfig pathfix ssl +USES= cmake compiler:c++11-lang pkgconfig ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= datastax diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 999440827b81..52d89fe56d7b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.18 +PORTVERSION= 2.52.25 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index b0162f270dc6..23afae5034ab 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752125793 -SHA256 (cego-2.52.18.tar.gz) = 08dffe9fb4b1f050b202db6a083325fb5ad8661f72906686990d9287619d9f80 -SIZE (cego-2.52.18.tar.gz) = 3308457 +TIMESTAMP = 1754069559 +SHA256 (cego-2.52.25.tar.gz) = 7c9d72b8e03a1a1174ca0478505ede0d4bba5a9f92a20697bed38ecc0121ad26 +SIZE (cego-2.52.25.tar.gz) = 3307948 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index ab84ff44a849..e822fee4854c 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -119,6 +119,7 @@ include/cego/CegoQueryCache.h include/cego/CegoQueryException.h include/cego/CegoQueryHelper.h include/cego/CegoRecoveryManager.h +include/cego/CegoReplacer.h include/cego/CegoReturnVar.h include/cego/CegoSelect.h include/cego/CegoSerial.h diff --git a/databases/dbeaver/Makefile b/databases/dbeaver/Makefile new file mode 100644 index 000000000000..31e140fd9967 --- /dev/null +++ b/databases/dbeaver/Makefile @@ -0,0 +1,67 @@ +PORTNAME= dbeaver +DISTVERSION= 25.1.3 +PORTREVISION= 1 +CATEGORIES= databases java + +MAINTAINER= freebsd@sysctl.cz +COMMENT= Free universal database tool and SQL client +WWW= https://dbeaver.io + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +ONLY_FOR_ARCHS= aarch64 amd64 + +BUILD_DEPENDS= maven39>0:devel/maven39 + +USES= dos2unix java +DOS2UNIX_GLOB= *.MF *.css *.exsd *.java *.properties *.txt *.xml +USE_GITHUB= yes +GH_TUPLE= dbeaver:dbeaver-common:1379027:common/../dbeaver-common \ + dbeaver:dbeaver-jdbc-libsql:a2c75c1:jdbc/../dbeaver-jdbc-libsql +JAVA_VERSION= 21+ + +SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop + +.include <bsd.port.pre.mk> + +# For create local maven repository (m2) run: make -DMAINTAINER_MODE +.if !defined(MAINTAINER_MODE) +MASTER_SITES+= LOCAL/vvd:deps +DISTFILES+= ${PORTNAME}-${PORTVERSION}-deps.tar.xz:deps +OFFLINE= -o +.endif # !defined(MAINTAINER_MODE) + +MAVEN_ENV= MAVEN_OPTS=-Xmx2048m JAVA_HOME=${JAVA_HOME} + +# To make the build working, set the (maven) architecture to x86_64 instead of amd64 +# Finally there are problems with amd64 +MAVEN_ARCH= ${ARCH:S|amd64|x86_64|} + +MAVEN_PARAMS= ${OFFLINE} \ + -Dmaven.repo.local=${WRKDIR}/m2 \ + -Dnative=gtk.freebsd.${MAVEN_ARCH} \ + -DskipTests clean verify \ + -T ${MAKE_JOBS_NUMBER} + +DBEAVER_PATH= product/community/target/products/org.jkiss.dbeaver.core.product/freebsd/gtk/${MAVEN_ARCH}/dbeaver + +do-build: + @(cd ${WRKSRC}/product/aggregate && \ + ${SETENV} ${MAVEN_ENV} ${LOCALBASE}/bin/mvn ${MAVEN_PARAMS}) + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC}/${DBEAVER_PATH} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + ${INSTALL_PROGRAM} ${WRKSRC}/${DBEAVER_PATH}/${PORTNAME} ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/dbeaver \ + ${STAGEDIR}${DATADIR}/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64_1.2.1400.v20250607-0038/eclipse_11911.so + @(cd ${STAGEDIR}${PREFIX} && \ + ${FIND} -s "share/dbeaver" -not -type d >> ${TMPPLIST} && \ + ${FIND} -s -d "share/dbeaver" -type d -empty | ${SED} -ne 's,^,@dir ,p' >> ${TMPPLIST}) + ${ECHO} "bin/${PORTNAME}" >> ${TMPPLIST} + ${ECHO} "share/applications/${PORTNAME}.desktop" >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/databases/dbeaver/distinfo b/databases/dbeaver/distinfo new file mode 100644 index 000000000000..588c8e75462a --- /dev/null +++ b/databases/dbeaver/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1754141414 +SHA256 (dbeaver-25.1.3-deps.tar.xz) = ca7a6d58d5c159e2055174f1a8a85c8a8d07d533f08ad2eb2675aecf76e07a18 +SIZE (dbeaver-25.1.3-deps.tar.xz) = 618508636 +SHA256 (dbeaver-dbeaver-25.1.3_GH0.tar.gz) = 786ed277c3221419d5b3c67103e27f68733b32647c19ae7ef1d08d8871855fa0 +SIZE (dbeaver-dbeaver-25.1.3_GH0.tar.gz) = 9670323 +SHA256 (dbeaver-dbeaver-common-1379027_GH0.tar.gz) = feb40fc85a97bb0c2f1b6de7b315f7ce4e328b2f4458566275182f7b06536b1f +SIZE (dbeaver-dbeaver-common-1379027_GH0.tar.gz) = 103446 +SHA256 (dbeaver-dbeaver-jdbc-libsql-a2c75c1_GH0.tar.gz) = 3afd08e2c12adb0ff470b1f2bb6cad4d425f99b24cd4b009c2e70aa214c2077f +SIZE (dbeaver-dbeaver-jdbc-libsql-a2c75c1_GH0.tar.gz) = 23611 diff --git a/databases/dbeaver/files/dbeaver.desktop.in b/databases/dbeaver/files/dbeaver.desktop.in new file mode 100644 index 000000000000..ef7dc7b86f4d --- /dev/null +++ b/databases/dbeaver/files/dbeaver.desktop.in @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=DBeaver community edition +GenericName=DBeaver community edition +Comment=DBeaver Development Environment +Icon=%%DATADIR%%/dbeaver.png +Exec=%%PREFIX%%/bin/dbeaver +Terminal=false +StartupNotify=true +Categories=Application;Development; diff --git a/databases/dbeaver/files/dbeaver.in b/databases/dbeaver/files/dbeaver.in new file mode 100644 index 000000000000..dee4aa79de05 --- /dev/null +++ b/databases/dbeaver/files/dbeaver.in @@ -0,0 +1,5 @@ +#!/bin/sh + +export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"} + +exec "%%DATADIR%%/dbeaver" "$@" diff --git a/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.ce.feature_build.properties b/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.ce.feature_build.properties new file mode 100644 index 000000000000..9e0607961714 --- /dev/null +++ b/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.ce.feature_build.properties @@ -0,0 +1,10 @@ +--- features/org.jkiss.dbeaver.ce.feature/build.properties.orig 2025-07-18 15:47:12 UTC ++++ features/org.jkiss.dbeaver.ce.feature/build.properties +@@ -1,5 +1,7 @@ root = ../../docs/root,target/generated + bin.includes = feature.xml + root = ../../docs/root,target/generated ++root.freebsd.gtk.aarch64 = file:../../product/community/icons/dbeaver.png ++root.freebsd.gtk.x86_64 = file:../../product/community/icons/dbeaver.png + root.linux.gtk.aarch64 = file:../../product/community/icons/dbeaver.png + root.linux.gtk.x86_64 = file:../../product/community/icons/dbeaver.png + #root.macosx.cocoa.x86_64 = target/generated-macos diff --git a/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.rcp.feature_feature.xml b/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.rcp.feature_feature.xml new file mode 100644 index 000000000000..abfad9b2e4df --- /dev/null +++ b/databases/dbeaver/files/patch-features_org.jkiss.dbeaver.rcp.feature_feature.xml @@ -0,0 +1,16 @@ +--- features/org.jkiss.dbeaver.rcp.feature/feature.xml.orig 2025-07-18 15:47:12 UTC ++++ features/org.jkiss.dbeaver.rcp.feature/feature.xml +@@ -25,10 +25,13 @@ + <plugin id="org.eclipse.equinox.security.win32" ws="win32" version="0.0.0"/> + <plugin id="org.eclipse.equinox.security.macosx" ws="macosx" version="0.0.0"/> + <plugin id="org.eclipse.equinox.security.linux" ws="linux" version="0.0.0"/> ++ <plugin id="org.eclipse.equinox.security.freebsd" os="freebsd" version="0.0.0"/> + + <plugin id="org.eclipse.compare.win32" ws="win32" version="0.0.0"/> + + <!-- Filesystem --> ++ <plugin id="org.eclipse.core.filesystem.freebsd.x86_64" os="freebsd" arch="x86_64" version="0.0.0"/> ++ <plugin id="org.eclipse.core.filesystem.freebsd.aarch64" os="freebsd" arch="aarch64" version="0.0.0"/> + <plugin id="org.eclipse.core.filesystem.linux.x86_64" os="linux" arch="x86_64" version="0.0.0"/> + <plugin id="org.eclipse.core.filesystem.linux.aarch64" os="linux" arch="aarch64" version="0.0.0"/> + <plugin id="org.eclipse.core.filesystem.macosx" os="macosx" version="0.0.0"/> diff --git a/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_Constants.java b/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_Constants.java new file mode 100644 index 000000000000..be4b7b1d3549 --- /dev/null +++ b/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_Constants.java @@ -0,0 +1,23 @@ +--- plugins/org.jkiss.dbeaver.launcher/src/org/jkiss/dbeaver/launcher/Constants.java.orig 2025-07-18 15:47:12 UTC ++++ plugins/org.jkiss.dbeaver.launcher/src/org/jkiss/dbeaver/launcher/Constants.java +@@ -30,6 +30,7 @@ public class Constants { + public static final String INTERNAL_OS_OS400 = "OS/400"; //$NON-NLS-1$ + public static final String INTERNAL_OS_OS390 = "OS/390"; //$NON-NLS-1$ + public static final String INTERNAL_OS_ZOS = "z/OS"; //$NON-NLS-1$ ++ public static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$ + + public static final String ARCH_X86 = "x86";//$NON-NLS-1$ + public static final String ARCH_X86_64 = "x86_64";//$NON-NLS-1$ +@@ -45,6 +46,12 @@ public class Constants { + * Linux-based operating system. + */ + public static final String OS_LINUX = "linux";//$NON-NLS-1$ ++ ++ /** ++ * Constant string (value "freebsd") indicating the platform is running on a ++ * FreeBSD-based operating system. ++ */ ++ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ + + /** + * Constant string (value "aix") indicating the platform is running on an diff --git a/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_DBeaverLauncher.java b/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_DBeaverLauncher.java new file mode 100644 index 000000000000..0e138171d267 --- /dev/null +++ b/databases/dbeaver/files/patch-plugins_org.jkiss.dbeaver.launcher_src_org_jkiss_dbeaver_launcher_DBeaverLauncher.java @@ -0,0 +1,20 @@ +--- plugins/org.jkiss.dbeaver.launcher/src/org/jkiss/dbeaver/launcher/DBeaverLauncher.java.orig 2025-07-18 15:47:12 UTC ++++ plugins/org.jkiss.dbeaver.launcher/src/org/jkiss/dbeaver/launcher/DBeaverLauncher.java +@@ -392,6 +392,8 @@ public class DBeaverLauncher { + return Constants.WS_WIN32; + if (osName.equals(Constants.OS_LINUX)) + return Constants.WS_GTK; ++ if (osName.equals(Constants.OS_FREEBSD)) ++ return Constants.WS_GTK; + if (osName.equals(Constants.OS_MACOSX)) + return Constants.WS_COCOA; + if (osName.equals(Constants.OS_HPUX)) +@@ -421,6 +423,8 @@ public class DBeaverLauncher { + return Constants.OS_SOLARIS; + if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_LINUX)) + return Constants.OS_LINUX; ++ if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_FREEBSD)) ++ return Constants.OS_FREEBSD; + if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_QNX)) + return Constants.OS_QNX; + if (osName.equalsIgnoreCase(Constants.INTERNAL_OS_AIX)) diff --git a/databases/dbeaver/files/patch-pom.xml b/databases/dbeaver/files/patch-pom.xml new file mode 100644 index 000000000000..dadd5df84883 --- /dev/null +++ b/databases/dbeaver/files/patch-pom.xml @@ -0,0 +1,90 @@ +--- pom.xml.orig 2025-07-18 15:47:12 UTC ++++ pom.xml +@@ -19,6 +19,19 @@ + <properties> + <dbeaver-product>DBeaver</dbeaver-product> + ++ <!-- Eclipse Platform version, to match with the 'eclipse-version' common property --> ++ <eclipse-platform-version>4.36.0</eclipse-platform-version> ++ <!-- Eclipse SWT version, to match with the 'eclipse-version' common property --> ++ <swt-version>3.130.0</swt-version> ++ <!-- temp FreeBSD p2 repo, until Eclipse's official p2 repo supports FreeBSD aarch64/x86_64 platforms --> ++ <freebsd-p2-repo.url>https://chirontt.github.io/p2/platform/repository/${eclipse-platform-version}/</freebsd-p2-repo.url> ++ ++ <!-- embedded JustJ JRE settings, using the 'java.version' common property --> ++ <justj-jre-version>${java.version}</justj-jre-version> ++ <justj.jres.repository>https://download.eclipse.org/justj/jres/${justj-jre-version}/updates/release/latest</justj.jres.repository> ++ <!-- the JustJ execution environment for the target-platform-configuration --> ++ <execution.environment>org.eclipse.justj.openjdk.hotspot.jre.full.stripped-${justj-jre-version}</execution.environment> ++ + <key.storage.path>/etc/</key.storage.path> + <tsa/> + </properties> +@@ -31,6 +44,20 @@ + <module>features</module> + </modules> + ++ <repositories> ++ <repository> ++ <!-- Eclipse JustJ p2 repo --> ++ <id>justj-p2-repo</id> ++ <url>${justj.jres.repository}</url> ++ <layout>p2</layout> ++ </repository> ++ <!-- temp FreeBSD p2 repo, until Eclipse's official p2 repo supports FreeBSD aarch64/x86_64 platforms --> ++ <repository> ++ <id>freebsd-p2-repo</id> ++ <url>${freebsd-p2-repo.url}</url> ++ <layout>p2</layout> ++ </repository> ++ </repositories> + <build> + <sourceDirectory>${project.basedir}/src</sourceDirectory> + <testSourceDirectory>${project.basedir}/tests</testSourceDirectory> +@@ -50,6 +77,7 @@ + <artifactId>target-platform-configuration</artifactId> + <version>${tycho-version}</version> + <configuration> ++ <executionEnvironment>${execution.environment}</executionEnvironment> + <pomDependencies>consider</pomDependencies> + <environments> + <environment> +@@ -63,6 +91,11 @@ + <arch>x86_64</arch> + </environment> + <environment> ++ <os>freebsd</os> ++ <ws>gtk</ws> ++ <arch>x86_64</arch> ++ </environment> ++ <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>x86_64</arch> +@@ -85,8 +118,7 @@ + <version>${tycho-version}</version> + <configuration> + <useProjectSettings>false</useProjectSettings> +- <source>${java.version}</source> +- <target>${java.version}</target> ++ <release>${java.version}</release> + <compilerVersion>${java.version}</compilerVersion> + </configuration> + </plugin> +@@ -169,6 +201,16 @@ + </environment> + <environment> + <os>linux</os> ++ <ws>gtk</ws> ++ <arch>aarch64</arch> ++ </environment> ++ <environment> ++ <os>freebsd</os> ++ <ws>gtk</ws> ++ <arch>x86_64</arch> ++ </environment> ++ <environment> ++ <os>freebsd</os> + <ws>gtk</ws> + <arch>aarch64</arch> + </environment> diff --git a/databases/dbeaver/files/patch-product_community_DBeaver.product b/databases/dbeaver/files/patch-product_community_DBeaver.product new file mode 100644 index 000000000000..4712adc4fd4f --- /dev/null +++ b/databases/dbeaver/files/patch-product_community_DBeaver.product @@ -0,0 +1,18 @@ +--- product/community/DBeaver.product.orig 2025-07-18 15:47:12 UTC ++++ product/community/DBeaver.product +@@ -50,6 +50,7 @@ + + <launcher name="dbeaver"> + <linux icon="/icons/dbeaver.xpm"/> ++ <freebsd icon="/icons/dbeaver.xpm"/> + <macosx icon="/icons/dbeaver.icns"/> + <solaris/> + <win useIco="true"> +@@ -85,6 +86,7 @@ + + <features> + <feature id="org.jkiss.dbeaver.ce.feature"/> ++ <feature id="org.eclipse.justj.openjdk.hotspot.jre.full.stripped" installMode="root"/> + </features> + + <configurations> diff --git a/databases/dbeaver/files/patch-product_community_pom.xml b/databases/dbeaver/files/patch-product_community_pom.xml new file mode 100644 index 000000000000..8a20fef8cc7a --- /dev/null +++ b/databases/dbeaver/files/patch-product_community_pom.xml @@ -0,0 +1,33 @@ +--- product/community/pom.xml.orig 2025-07-18 15:47:12 UTC ++++ product/community/pom.xml +@@ -21,6 +21,9 @@ + <artifactId>tycho-p2-director-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> ++ <formats> ++ <freebsd>tar.gz</freebsd> ++ </formats> + <products> + <product> + <id>org.jkiss.dbeaver.core.product</id> +@@ -30,6 +33,7 @@ + <macosx>DBeaver.app</macosx> + <win32>dbeaver</win32> + <linux>dbeaver</linux> ++ <freebsd>dbeaver</freebsd> + <solaris>dbeaver</solaris> + </rootFolders> + </product> +@@ -40,6 +44,12 @@ + <id>materialize-products</id> + <goals> + <goal>materialize-products</goal> ++ </goals> ++ </execution> ++ <execution> ++ <id>archive-products</id> ++ <goals> ++ <goal>archive-products</goal> + </goals> + </execution> + </executions> diff --git a/databases/dbeaver/pkg-descr b/databases/dbeaver/pkg-descr new file mode 100644 index 000000000000..bd0e061e361d --- /dev/null +++ b/databases/dbeaver/pkg-descr @@ -0,0 +1,10 @@ +Free multi-platform database tool for developers, SQL programmers, database +administrators and analysts. + + * Has a lot of features including schema editor, SQL editor, data editor, AI + integration, ER diagrams, data export/import/migration, SQL execution plans, + database administration tools, database dashboards, Spatial data viewer, + proxy and SSH tunnelling, custom database drivers editor, etc. + * Out of the box supports more than 100 database drivers. + * Supports any database which has JDBC or ODBC driver (basically - almost all + existing databases). diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index be9555f62b71..08cb37118c82 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -15,7 +15,7 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/lib${PORTNAME} -USES= gnome libtool pathfix zip +USES= gnome libtool zip USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" diff --git a/databases/dbixx/Makefile b/databases/dbixx/Makefile index 9473ec4b3d46..81b82ce92bc0 100644 --- a/databases/dbixx/Makefile +++ b/databases/dbixx/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS+= libdbi.so:databases/libdbi BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers GNU_CONFIGURE= yes -USES= libtool localbase:ldflags pathfix +USES= libtool localbase:ldflags USE_LDCONFIG= yes USE_GCC= yes diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index c52ad0f692df..cbe86962bb4b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libgraphene-1.0.so:graphics/graphene USES= cmake cpe desktop-file-utils gettext \ - gnome gperf iconv:wchar_t localbase pathfix pkgconfig \ + gnome gperf iconv:wchar_t localbase pkgconfig \ python:build sqlite tar:xz xorg USE_CXXSTD= gnu++17 USE_GNOME= glib20 gtk30 gtk40 introspection:build libxml2 diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 051f45c201b6..4997b7425fbf 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.112 +DISTVERSION= 1.5.116 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ @@ -11,6 +11,7 @@ COMMENT= Sybase/Microsoft TDS protocol library - nightly snapshot WWW= http://www.freetds.org/ LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING_LIB.txt USES= compiler:c11 cpe gettext-tools gmake iconv \ libtool:keepla localbase:ldflags pkgconfig tar:bzip2 diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 8e957789665a..ba1a31cbf493 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752210780 -SHA256 (freetds-dev.1.5.112.tar.bz2) = a252e7081b4188bae24b4c29d7c69479e1e5ec36c6d31cdf1553cfb89068addc -SIZE (freetds-dev.1.5.112.tar.bz2) = 2455076 +TIMESTAMP = 1753370905 +SHA256 (freetds-dev.1.5.116.tar.bz2) = b850abb980677e99fa7d02619dc939b33d5b57862b897fd0eee007f12b97d0f6 +SIZE (freetds-dev.1.5.116.tar.bz2) = 2453933 diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile index bab3b9e2193a..9c2cc6872a1d 100644 --- a/databases/geoserver-mysql-plugin/Makefile +++ b/databases/geoserver-mysql-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.27.1 +DISTVERSION= 2.27.2 CATEGORIES= databases geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions PKGNAMESUFFIX= -mysql-plugin @@ -22,7 +22,7 @@ NO_BUILD= yes SUB_FILES= pkg-message GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib -PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.1.jar \ +PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.2.jar \ ${GSLIBDIR}/mysql-connector-j-9.1.0.jar do-install: diff --git a/databases/geoserver-mysql-plugin/distinfo b/databases/geoserver-mysql-plugin/distinfo index 952e6898d0bf..27800c6a7556 100644 --- a/databases/geoserver-mysql-plugin/distinfo +++ b/databases/geoserver-mysql-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747678986 -SHA256 (geoserver-2.27.1-mysql-plugin.zip) = d1c63a5983b534e1ec3f7ab55506187f3b4a197ac044331a2ff0a02c386480bf -SIZE (geoserver-2.27.1-mysql-plugin.zip) = 2492566 +TIMESTAMP = 1753306241 +SHA256 (geoserver-2.27.2-mysql-plugin.zip) = 280f98fa4fb1202a342439935de18432f641e29b901b94c02368dc22aa26f797 +SIZE (geoserver-2.27.2-mysql-plugin.zip) = 2492577 diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index ad89ecea4947..db91704bd263 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/redis/hiredis LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe pathfix ssl +USES= cmake cpe ssl CPE_VENDOR= redislabs USE_GITHUB= yes diff --git a/databases/kuzu/Makefile b/databases/kuzu/Makefile index def0f4db1b3c..0525e279c2ec 100644 --- a/databases/kuzu/Makefile +++ b/databases/kuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= kuzu DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.11.1 CATEGORIES= databases MAINTAINER= mahlon@martini.nu diff --git a/databases/kuzu/distinfo b/databases/kuzu/distinfo index 92176c7b2b9f..fe333e51101b 100644 --- a/databases/kuzu/distinfo +++ b/databases/kuzu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752437160 -SHA256 (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 445872031fd41153dd5a35a3d471354f1a98f853df5aad45a0a47154c69eaf2f -SIZE (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 154099568 +TIMESTAMP = 1753508135 +SHA256 (kuzudb-kuzu-v0.11.1_GH0.tar.gz) = 479a9943ad9db3b9a28925438c05563a00e7eb72eaeff07ca21b9d3378069eb7 +SIZE (kuzudb-kuzu-v0.11.1_GH0.tar.gz) = 154108734 diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 06d46fab1ee8..67868c83c20c 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -11,7 +11,7 @@ WWW= https://libdbi.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/databases/libdrizzle/Makefile b/databases/libdrizzle/Makefile index 2f2c58647f03..adbc14ed82e3 100644 --- a/databases/libdrizzle/Makefile +++ b/databases/libdrizzle/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes GNU_CONFIGURE= yes -USES= gmake libtool pathfix +USES= gmake libtool CONFIGURE_ARGS+=--enable-libsqlite3 USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index d59f66c9381b..9991c72385d9 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pkgconfig USE_GNOME= glib20 libxslt intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/libgda6/files/patch-tests_test-bin-converter.c b/databases/libgda6/files/patch-tests_test-bin-converter.c new file mode 100644 index 000000000000..44549f407a73 --- /dev/null +++ b/databases/libgda6/files/patch-tests_test-bin-converter.c @@ -0,0 +1,10 @@ +--- tests/test-bin-converter.c.orig 2025-03-02 15:03:58 UTC ++++ tests/test-bin-converter.c +@@ -67,6 +67,6 @@ main (G_GNUC_UNUSED int argc, G_GNUC_UNUSED char** arg + gda_binary_free (bin); + gda_binary_free (bin2); + +- g_print ("Ok (file size: %ld)\n", bin_length); ++ g_print ("Ok (file size: %ld)\n", (long)bin_length); + return EXIT_SUCCESS; + } diff --git a/databases/libgda6/files/patch-tests_test-input-parsers.c b/databases/libgda6/files/patch-tests_test-input-parsers.c new file mode 100644 index 000000000000..3dd69c4f3881 --- /dev/null +++ b/databases/libgda6/files/patch-tests_test-input-parsers.c @@ -0,0 +1,77 @@ +--- tests/test-input-parsers.c.orig 2025-03-02 15:03:58 UTC ++++ tests/test-input-parsers.c +@@ -170,7 +170,7 @@ test_parse_iso8601_time (void) + " got: HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n", + td.in_string, + td.hour, td.minute, td.second, +- td.fraction, td.timezone, ++ td.fraction, (long)td.timezone, + gda_time_get_hour (time), gda_time_get_minute (time), gda_time_get_second (time), + gda_time_get_fraction (time), gda_time_get_timezone (time)); + g_assert (gda_time_get_hour (time) == td.hour); +@@ -220,12 +220,12 @@ test_parse_iso8601_timestamp (void) + " exp: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n" + " got: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n", + str, td.exp_day, td.exp_month, td.exp_year, +- tt.hour, tt.minute, tt.second, tt.fraction, tt.timezone, ++ tt.hour, tt.minute, tt.second, tt.fraction, (long)tt.timezone, + g_date_time_get_year (timestamp), g_date_time_get_month (timestamp), + g_date_time_get_day_of_month (timestamp), g_date_time_get_hour (timestamp), g_date_time_get_minute (timestamp), + g_date_time_get_second (timestamp), + (glong) (g_date_time_get_seconds (timestamp) - g_date_time_get_second (timestamp)) / 1000000l, +- g_date_time_get_utc_offset (timestamp)/1000000); ++ (long)g_date_time_get_utc_offset (timestamp)/1000000); + + g_free (str); + return FALSE; +@@ -343,7 +343,7 @@ test_time_handler (void) + " got: HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n", + td.in_string, + td.hour, td.minute, td.second, +- td.fraction, td.timezone, ++ td.fraction, (long)td.timezone, + gda_time_get_hour (ptime), gda_time_get_minute (ptime), gda_time_get_second (ptime), + gda_time_get_fraction (ptime), gda_time_get_timezone (ptime)); + return FALSE; +@@ -377,7 +377,7 @@ test_time_handler (void) + " got: HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n", + td.in_string, + td.hour, td.minute, td.second, +- td.fraction, td.timezone, ++ td.fraction, (long)td.timezone, + gda_time_get_hour (ptime), gda_time_get_minute (ptime), gda_time_get_second (ptime), + gda_time_get_fraction (ptime), gda_time_get_timezone (ptime)); + return FALSE; +@@ -430,7 +430,7 @@ test_timestamp_handler (void) + " exp: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld TZ=%ld\n" + " got: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld (SF=%f) TZ=%ld\n", + td.exp_day, td.exp_month, td.exp_year, +- tt.hour, tt.minute, tt.second, tt.fraction, tt.timezone, ++ tt.hour, tt.minute, tt.second, tt.fraction, (long)tt.timezone, + g_date_time_get_day_of_month (timestamp), + g_date_time_get_month (timestamp), + g_date_time_get_year (timestamp), +@@ -438,7 +438,7 @@ test_timestamp_handler (void) + g_date_time_get_second (timestamp), + (glong) ((g_date_time_get_seconds (timestamp) - g_date_time_get_second (timestamp)) * 1000000.0), + g_date_time_get_seconds (timestamp), +- g_date_time_get_utc_offset (timestamp)/1000000); ++ (long)g_date_time_get_utc_offset (timestamp)/1000000); + + g_assert (g_date_time_get_year (timestamp) == td.exp_year); + g_assert (g_date_time_get_month (timestamp) == (gint) td.exp_month); +@@ -491,12 +491,12 @@ test_timestamp_handler (void) + " exp: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld TZ=%ld\\n" + " got: DD=%d MM=%d YYYY=%d HH=%d MM=%d SS=%d FF=%ld TZ=%ld\\n", + str, td.exp_day, td.exp_month, td.exp_year, +- tt.hour, tt.minute, tt.second, tt.fraction, tt.timezone, ++ tt.hour, tt.minute, tt.second, tt.fraction, (long)tt.timezone, + g_date_time_get_year (timestamp), g_date_time_get_month (timestamp), + g_date_time_get_day_of_month (timestamp), g_date_time_get_hour (timestamp), g_date_time_get_minute (timestamp), + g_date_time_get_second (timestamp), + (glong) ((g_date_time_get_seconds (timestamp) - g_date_time_get_second (timestamp)) * 1000000.0), +- g_date_time_get_utc_offset (timestamp)/1000000); ++ (long)g_date_time_get_utc_offset (timestamp)/1000000); + + g_object_unref (dh); + g_free (str); diff --git a/databases/libgdamm5/Makefile b/databases/libgdamm5/Makefile deleted file mode 100644 index 72c539df497d..000000000000 --- a/databases/libgdamm5/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= libgdamm -PORTVERSION= 4.99.11 -PORTREVISION= 3 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for libgda5 library -WWW= https://www.gtkmm.org/ - -USES= gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang gnome -USE_CXXSTD= c++11 -USE_GNOME= libgda5 glibmm -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-documentation -BINARY_WRAPPERS= gm4 - -OPTIONS_DEFINE= BDB - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBDB} || exists(${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb -PLIST_SUB+= BDB="" -.else -PLIST_SUB+= BDB="" -.endif - -.include <bsd.port.mk> diff --git a/databases/libgdamm5/distinfo b/databases/libgdamm5/distinfo deleted file mode 100644 index 6edcbd3348e9..000000000000 --- a/databases/libgdamm5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656739354 -SHA256 (gnome/libgdamm-4.99.11.tar.xz) = e9820070a1b258fbdfa9b6583d97dfdb1340c90bb353c5f5e21522375609d0bb -SIZE (gnome/libgdamm-4.99.11.tar.xz) = 1605420 diff --git a/databases/libgdamm5/pkg-descr b/databases/libgdamm5/pkg-descr deleted file mode 100644 index e517a273270a..000000000000 --- a/databases/libgdamm5/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a set of thin C++ wrappers for libgda v5 library. diff --git a/databases/libgdamm5/pkg-plist b/databases/libgdamm5/pkg-plist deleted file mode 100644 index b775518bedd2..000000000000 --- a/databases/libgdamm5/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -include/libgdamm-5.0/libgdamm.h -include/libgdamm-5.0/libgdamm/batch.h -include/libgdamm-5.0/libgdamm/blob.h -include/libgdamm-5.0/libgdamm/blobop.h -include/libgdamm-5.0/libgdamm/column.h -include/libgdamm-5.0/libgdamm/config.h -include/libgdamm-5.0/libgdamm/connection.h -include/libgdamm-5.0/libgdamm/connectionevent.h -include/libgdamm-5.0/libgdamm/dataaccesswrapper.h -include/libgdamm-5.0/libgdamm/datacomparator.h -include/libgdamm-5.0/libgdamm/datahandler.h -include/libgdamm-5.0/libgdamm/datamodel.h -include/libgdamm-5.0/libgdamm/datamodelarray.h -include/libgdamm-5.0/libgdamm/datamodelimport.h -include/libgdamm-5.0/libgdamm/datamodeliter.h -include/libgdamm-5.0/libgdamm/dataproxy.h -include/libgdamm-5.0/libgdamm/dataselect.h -include/libgdamm-5.0/libgdamm/handlerbin.h -include/libgdamm-5.0/libgdamm/handlerboolean.h -include/libgdamm-5.0/libgdamm/handlernumerical.h -include/libgdamm-5.0/libgdamm/handlerstring.h -include/libgdamm-5.0/libgdamm/handlertime.h -include/libgdamm-5.0/libgdamm/handlertype.h -include/libgdamm-5.0/libgdamm/holder.h -include/libgdamm-5.0/libgdamm/init.h -include/libgdamm-5.0/libgdamm/metastore.h -include/libgdamm-5.0/libgdamm/metastruct.h -include/libgdamm-5.0/libgdamm/numeric.h -include/libgdamm-5.0/libgdamm/private/batch_p.h -include/libgdamm-5.0/libgdamm/private/blob_p.h -include/libgdamm-5.0/libgdamm/private/blobop_p.h -include/libgdamm-5.0/libgdamm/private/column_p.h -include/libgdamm-5.0/libgdamm/private/config_p.h -include/libgdamm-5.0/libgdamm/private/connection_p.h -include/libgdamm-5.0/libgdamm/private/connectionevent_p.h -include/libgdamm-5.0/libgdamm/private/dataaccesswrapper_p.h -include/libgdamm-5.0/libgdamm/private/datacomparator_p.h -include/libgdamm-5.0/libgdamm/private/datahandler_p.h -include/libgdamm-5.0/libgdamm/private/datamodel_p.h -include/libgdamm-5.0/libgdamm/private/datamodelarray_p.h -include/libgdamm-5.0/libgdamm/private/datamodelimport_p.h -include/libgdamm-5.0/libgdamm/private/datamodeliter_p.h -include/libgdamm-5.0/libgdamm/private/dataproxy_p.h -include/libgdamm-5.0/libgdamm/private/dataselect_p.h -include/libgdamm-5.0/libgdamm/private/handlerbin_p.h -include/libgdamm-5.0/libgdamm/private/handlerboolean_p.h -include/libgdamm-5.0/libgdamm/private/handlernumerical_p.h -include/libgdamm-5.0/libgdamm/private/handlerstring_p.h -include/libgdamm-5.0/libgdamm/private/handlertime_p.h -include/libgdamm-5.0/libgdamm/private/handlertype_p.h -include/libgdamm-5.0/libgdamm/private/holder_p.h -include/libgdamm-5.0/libgdamm/private/metastore_p.h -include/libgdamm-5.0/libgdamm/private/metastruct_p.h -include/libgdamm-5.0/libgdamm/private/numeric_p.h -include/libgdamm-5.0/libgdamm/private/quarklist_p.h -include/libgdamm-5.0/libgdamm/private/row_p.h -include/libgdamm-5.0/libgdamm/private/serveroperation_p.h -include/libgdamm-5.0/libgdamm/private/serverprovider_p.h -include/libgdamm-5.0/libgdamm/private/set_p.h -include/libgdamm-5.0/libgdamm/private/sqlbuilder_p.h -include/libgdamm-5.0/libgdamm/private/sqlexpr_p.h -include/libgdamm-5.0/libgdamm/private/sqlparser_p.h -include/libgdamm-5.0/libgdamm/private/sqlstatement_p.h -include/libgdamm-5.0/libgdamm/private/statement_p.h -include/libgdamm-5.0/libgdamm/private/transactionstatus_p.h -include/libgdamm-5.0/libgdamm/private/xatransaction_p.h -include/libgdamm-5.0/libgdamm/quarklist.h -include/libgdamm-5.0/libgdamm/row.h -include/libgdamm-5.0/libgdamm/serveroperation.h -include/libgdamm-5.0/libgdamm/serverprovider.h -include/libgdamm-5.0/libgdamm/set.h -include/libgdamm-5.0/libgdamm/sqlbuilder.h -include/libgdamm-5.0/libgdamm/sqlexpr.h -include/libgdamm-5.0/libgdamm/sqlparser.h -include/libgdamm-5.0/libgdamm/sqlstatement.h -include/libgdamm-5.0/libgdamm/statement.h -include/libgdamm-5.0/libgdamm/transactionstatus.h -include/libgdamm-5.0/libgdamm/throw_exception.h -include/libgdamm-5.0/libgdamm/value.h -include/libgdamm-5.0/libgdamm/wrap_init.h -include/libgdamm-5.0/libgdamm/xatransaction.h -lib/libgdamm-5.0.so -lib/libgdamm-5.0.so.13 -lib/libgdamm-5.0.so.13.0.0 -lib/libgdamm-5.0/include/libgdammconfig.h -libdata/pkgconfig/libgdamm-5.0.pc diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 992b225728a9..3ab1d0e41f8d 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL -USES= libtool pathfix pkgconfig +USES= libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index e90e1d03508f..e9e71a8f1ec2 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libevent.so:devel/libevent TEST_DEPENDS= memcached:databases/memcached \ onetbb>=0:devel/onetbb -USES= bison compiler:c++11-lang pathfix pkgconfig ssl +USES= bison compiler:c++11-lang pkgconfig ssl CMAKE_OFF= BUILD_DOCSONLY \ BUILD_DOCS_MANGZ \ diff --git a/databases/libmongocrypt/Makefile b/databases/libmongocrypt/Makefile index efffd433c4c3..287ae9782b38 100644 --- a/databases/libmongocrypt/Makefile +++ b/databases/libmongocrypt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libmongocrypt -DISTVERSION= 1.11.0 +DISTVERSION= 1.14.1 CATEGORIES= databases MAINTAINER= hiroo.ono+freebsd@gmail.com @@ -17,6 +17,8 @@ USES= cmake python:build ssl USE_GITHUB= yes GH_ACCOUNT= mongodb +USE_LDCONFIG= yes + CMAKE_ARGS= -DBUILD_VERSION=${DISTVERSION} \ -DMONGOCRYPT_MONGOC_DIR="USE-SYSTEM" CMAKE_ON= USE_SHARED_LIBBSON diff --git a/databases/libmongocrypt/distinfo b/databases/libmongocrypt/distinfo index 0f7cf419f49a..3997536c142f 100644 --- a/databases/libmongocrypt/distinfo +++ b/databases/libmongocrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724968586 -SHA256 (mongodb-libmongocrypt-1.11.0_GH0.tar.gz) = 9891ec8d1015ed3711e4d7d515a74eb4143a0ff1ce8ff8795de63cb921fee2d6 -SIZE (mongodb-libmongocrypt-1.11.0_GH0.tar.gz) = 4121234 +TIMESTAMP = 1752048724 +SHA256 (mongodb-libmongocrypt-1.14.1_GH0.tar.gz) = 6b7e7cbf97d18314c9d75a88d7ed2eb7efb59f7ab695e91c10589cccc64278f9 +SIZE (mongodb-libmongocrypt-1.14.1_GH0.tar.gz) = 3994990 diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index f677de7d67cd..50bb8c40050b 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libodbc.so:databases/unixODBC -USES= gmake libtool ncurses pathfix pkgconfig readline tar:bzip2 +USES= gmake libtool ncurses pkgconfig readline tar:bzip2 USE_CXXSTD= c++14 USE_LDCONFIG= yes diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile index 879f2b323375..89d5783b1876 100644 --- a/databases/libzdb/Makefile +++ b/databases/libzdb/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= fails to build BROKEN_powerpc= fails to build -USES= compiler:c++20-lang gmake libtool localbase pathfix +USES= compiler:c++20-lang gmake libtool localbase GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/databases/luasql-mysql/Makefile b/databases/luasql-mysql/Makefile index 4d74dfe4afd9..2dde1c748160 100644 --- a/databases/luasql-mysql/Makefile +++ b/databases/luasql-mysql/Makefile @@ -1,5 +1,5 @@ PORTNAME= luasql -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= databases PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} PKGNAMESUFFIX= -${LUASQL_DRIVER} diff --git a/databases/luasql-mysql/distinfo b/databases/luasql-mysql/distinfo index fc2be004870c..0a51c2b21d80 100644 --- a/databases/luasql-mysql/distinfo +++ b/databases/luasql-mysql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609938245 -SHA256 (keplerproject-luasql-2.6.0_GH0.tar.gz) = 8ec445c58fa6148be759080c08f37baea5c3fa84f766197db9bf9c8edb6f8e60 -SIZE (keplerproject-luasql-2.6.0_GH0.tar.gz) = 107651 +TIMESTAMP = 1752710523 +SHA256 (keplerproject-luasql-2.7.0_GH0.tar.gz) = 15de59f0ea1a2ab205a11e0115d760f8e0c3fee0d3fcc37f52e326a53236e0c7 +SIZE (keplerproject-luasql-2.7.0_GH0.tar.gz) = 111312 diff --git a/databases/luasql-mysql/files/patch-src_ls__odbc.c b/databases/luasql-mysql/files/patch-src_ls__odbc.c new file mode 100644 index 000000000000..c6953edba8a2 --- /dev/null +++ b/databases/luasql-mysql/files/patch-src_ls__odbc.c @@ -0,0 +1,19 @@ +--- src/ls_odbc.c.orig 2025-07-17 01:23:45 UTC ++++ src/ls_odbc.c +@@ -493,6 +493,16 @@ static int cur_fetch (lua_State *L) + } + + /* ++** Cursor object collector function ++*/ ++static int cur_gc (lua_State *L) { ++ cur_data *cur = (cur_data *) luaL_checkudata (L, 1, LUASQL_CURSOR_ODBC); ++ if (cur != NULL && !(cur->closed)) ++ cur_shut(L, cur); ++ return 0; ++} ++ ++/* + ** Closes a cursor. + */ + static int cur_close (lua_State *L) diff --git a/databases/mariadb-java-client/Makefile b/databases/mariadb-java-client/Makefile new file mode 100644 index 000000000000..863232357c64 --- /dev/null +++ b/databases/mariadb-java-client/Makefile @@ -0,0 +1,29 @@ +PORTNAME= mariadb-java-client +DISTVERSION= 3.5.4 +CATEGORIES= databases java +MASTER_SITES= https://dlm.mariadb.com/4308494/Connectors/java/connector-java-${DISTVERSION}/ \ + https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${DISTVERSION}/ +EXTRACT_SUFX= .jar + +MAINTAINER= dmayoss@gmail.com +COMMENT= MariaDB JDBC driver for Java applications +WWW= https://mariadb.com + +LICENSE= LGPL21 + +USES= cpe java +CPE_VENDOR= mariadb +CPE_PRODUCT= mariadb_connector/j + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \ + ${JAVAJARDIR}/${DISTNAME}.jar + +do-install: + @${MKDIR} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR} + ${RLN} ${STAGEDIR}${JAVAJARDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +.include <bsd.port.mk> diff --git a/databases/mariadb-java-client/distinfo b/databases/mariadb-java-client/distinfo new file mode 100644 index 000000000000..504b662ad72a --- /dev/null +++ b/databases/mariadb-java-client/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753282280 +SHA256 (mariadb-java-client-3.5.4.jar) = 9cac1a01e3b2bac18f826d48475b93e6bdb5c16d31f7227f9653c7c8f1b378e7 +SIZE (mariadb-java-client-3.5.4.jar) = 749550 diff --git a/databases/mariadb-java-client/pkg-descr b/databases/mariadb-java-client/pkg-descr new file mode 100644 index 000000000000..ae71500a8b66 --- /dev/null +++ b/databases/mariadb-java-client/pkg-descr @@ -0,0 +1,4 @@ +The MariaDB java connector is a JDBC 4.2 compatible driver, used to +connect applications developed in Java to MariaDB and MySQL databases. + +This port uses a precompiled .jar. diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 16749b2acafd..3c9388b01fb7 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash-completion>=0:shells/bash-completion \ LIB_DEPENDS= libodbcinst.so:databases/unixODBC RUN_DEPENDS= bash-completion>=0:shells/bash-completion -USES= bison cpe gnome iconv:wchar_t libtool pathfix \ +USES= bison cpe gnome iconv:wchar_t libtool \ pkgconfig readline CPE_VENDOR= mdbtools_project USE_GNOME= glib20 diff --git a/databases/mdbx/Makefile b/databases/mdbx/Makefile index 7c516f4c604b..a73859b1d1d9 100644 --- a/databases/mdbx/Makefile +++ b/databases/mdbx/Makefile @@ -1,5 +1,5 @@ PORTNAME= mdbx -DISTVERSION= 0.13.3 +DISTVERSION= 0.13.7 CATEGORIES= databases MASTER_SITES= https://libmdbx.dqdkfa.ru/release/ DISTNAME= libmdbx-amalgamated-${DISTVERSION} diff --git a/databases/mdbx/distinfo b/databases/mdbx/distinfo index 1de90048826a..22aac2b83947 100644 --- a/databases/mdbx/distinfo +++ b/databases/mdbx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738866050 -SHA256 (libmdbx-amalgamated-0.13.3.tar.xz) = 2e42505f1ceb57945569db3c1a5db9b5216d8f72da7c75c240ff81196f8e9a0b -SIZE (libmdbx-amalgamated-0.13.3.tar.xz) = 443012 +TIMESTAMP = 1753882538 +SHA256 (libmdbx-amalgamated-0.13.7.tar.xz) = d00c1287ec6bbc366363ccdd3eea97bd470ccb5cc102d56b341f84a9fba7e8e9 +SIZE (libmdbx-amalgamated-0.13.7.tar.xz) = 452264 diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 45c79ba687fc..f83201fc339a 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -1,5 +1,5 @@ PORTNAME= memcached -DISTVERSION= 1.6.38 +DISTVERSION= 1.6.39 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ diff --git a/databases/memcached/distinfo b/databases/memcached/distinfo index 12299c12dff9..1db70aceb31e 100644 --- a/databases/memcached/distinfo +++ b/databases/memcached/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742448447 -SHA256 (memcached-1.6.38.tar.gz) = 334d792294e37738796b5b03375c47bb6db283b1152e2ea4ccb720152dd17c66 -SIZE (memcached-1.6.38.tar.gz) = 1282099 +TIMESTAMP = 1753828034 +SHA256 (memcached-1.6.39.tar.gz) = 23e5507e933b15463161d4c5d3921b0c5f340b542d6edd7f6c5e17c34f11a363 +SIZE (memcached-1.6.39.tar.gz) = 1284104 diff --git a/databases/memcached/files/patch-configure.ac b/databases/memcached/files/patch-configure.ac index bfe9ca6ef3d7..a11fbc82e289 100644 --- a/databases/memcached/files/patch-configure.ac +++ b/databases/memcached/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2023-03-08 21:34:27 UTC +--- configure.ac.orig 2025-07-18 21:35:16 UTC +++ configure.ac -@@ -201,7 +201,7 @@ if test "x$enable_dtrace" = "xyes"; then +@@ -207,7 +207,7 @@ if test "x$enable_dtrace" = "xyes"; then if test "x$DTRACE" != "xno"; then AC_DEFINE([ENABLE_DTRACE],1,[Set to nonzero if you want to include DTRACE]) build_dtrace=yes diff --git a/databases/memcached/files/patch-memcached.c b/databases/memcached/files/patch-memcached.c index 7e248161d68f..547f0f611001 100644 --- a/databases/memcached/files/patch-memcached.c +++ b/databases/memcached/files/patch-memcached.c @@ -1,6 +1,6 @@ ---- memcached.c.orig 2023-03-08 21:34:27 UTC +--- memcached.c.orig 2025-07-29 01:17:34 UTC +++ memcached.c -@@ -707,7 +707,7 @@ conn *conn_new(const int sfd, enum conn_states init_st +@@ -686,7 +686,7 @@ conn *conn_new(const int sfd, enum conn_states init_st if (init_state == conn_listening) { fprintf(stderr, "<%d server listening (%s)\n", sfd, prot_text(c->protocol)); @@ -9,8 +9,8 @@ fprintf(stderr, "<%d server listening (udp)\n", sfd); } else if (c->protocol == negotiating_prot) { fprintf(stderr, "<%d new auto-negotiating client connection\n", -@@ -772,7 +772,7 @@ conn *conn_new(const int sfd, enum conn_states init_st - c->write = tcp_write; +@@ -741,7 +741,7 @@ conn *conn_new(const int sfd, enum conn_states init_st + c->ssl_enabled = false; } - if (IS_UDP(transport)) { @@ -18,7 +18,7 @@ c->try_read_command = try_read_command_udp; } else { switch (c->protocol) { -@@ -871,7 +871,7 @@ static void conn_cleanup(conn *c) { +@@ -839,7 +839,7 @@ static void conn_cleanup(conn *c) { c->sasl_conn = NULL; } @@ -27,7 +27,7 @@ conn_set_state(c, conn_read); } } -@@ -1171,7 +1171,7 @@ bool resp_start(conn *c) { +@@ -1147,7 +1147,7 @@ bool resp_start(conn *c) { c->resp->next = resp; c->resp = resp; } @@ -36,7 +36,7 @@ // need to hold on to some data for async responses. c->resp->request_id = c->request_id; c->resp->request_addr = c->request_addr; -@@ -2166,7 +2166,7 @@ void process_stats_conns(ADD_STAT add_stats, void *c) +@@ -2160,7 +2160,7 @@ void process_stats_conns(ADD_STAT add_stats, void *c) * output -- not worth the complexity of the locking that'd be * required to prevent it. */ @@ -45,16 +45,16 @@ APPEND_NUM_STAT(i, "UDP", "%s", "UDP"); } if (conns[i]->state != conn_closed) { -@@ -3361,7 +3361,7 @@ static void drive_machine(conn *c) { - break; +@@ -3322,7 +3322,7 @@ static void drive_machine(conn *c) { case conn_closing: -- if (IS_UDP(c->transport)) -+ if IS_UDP(c->transport) - conn_cleanup(c); - else - conn_close(c); -@@ -3552,7 +3552,7 @@ static int server_socket(const char *interface, + if (!c->resps_suspended) { +- if (IS_UDP(c->transport)) ++ if IS_UDP(c->transport) + conn_cleanup(c); + else + conn_close(c); +@@ -3524,7 +3524,7 @@ static int server_socket(const char *interface, #endif setsockopt(sfd, SOL_SOCKET, SO_REUSEADDR, (void *)&flags, sizeof(flags)); @@ -63,7 +63,7 @@ maximize_sndbuf(sfd); } else { error = setsockopt(sfd, SOL_SOCKET, SO_KEEPALIVE, (void *)&flags, sizeof(flags)); -@@ -3607,7 +3607,7 @@ static int server_socket(const char *interface, +@@ -3579,7 +3579,7 @@ static int server_socket(const char *interface, } } diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile deleted file mode 100644 index f7a4ead70e91..000000000000 --- a/databases/mongodb50/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -PORTNAME= mongodb -DISTVERSIONPREFIX= r -DISTVERSION= 5.0.31 -PORTREVISION= 1 -CATEGORIES= databases net -PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} - -MAINTAINER= ronald@FreeBSD.org -COMMENT= MongoDB Community Edition (5.0.x Branch) -WWW= https://www.mongodb.com/docs/v5.0/ - -LICENSE= APACHE20 SSPLv1 # mongodb is SSPLv1, C++ driver is APACHE20 -LICENSE_COMB= multi -LICENSE_NAME_SSPLv1= Server Side Public License Version 1 -LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt -LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= EOL from October 2024, see https://www.mongodb.com/legal/support-policy/lifecycles, please use databases/mongodb60 -EXPIRATION_DATE= 2025-07-30 -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le -ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.11:devel/py-pyyaml@${PY_FLAVOR} -LIB_DEPENDS= libcurl.so:ftp/curl \ - libpcre.so:devel/pcre \ - libsnappy.so:archivers/snappy \ - libstemmer.so:textproc/snowballstemmer \ - libunwind.so:devel/libunwind \ - libyaml-cpp.so:devel/yaml-cpp \ - libzstd.so:archivers/zstd - -USES= compiler:c++17-lang cpe llvm:max=18,build python:build scons shebangfix -USE_RC_SUBR= mongod - -USE_GITHUB= yes -GH_ACCOUNT= mongodb -GH_PROJECT= mongo - -SHEBANG_FILES= buildscripts/scons.py -python_OLD_CMD= @python_interpreter@ - -EXTRACT_AFTER_ARGS= --exclude src/third_party/pcre-* \ - --exclude src/third_party/snappy-* \ - --exclude src/third_party/unwind \ - --exclude src/third_party/yaml-cpp \ - --exclude src/third_party/zlib-* \ - --exclude src/third_party/zstandard-* \ - --no-same-owner --no-same-permissions - -# --modules= disables "enterprise" module from src/mongo/db/modules/ -MAKE_ARGS= --cxx-std=17 \ - --disable-warnings-as-errors \ - --libc++ \ - --modules= \ - --runtime-hardening=on \ - --use-system-libunwind \ - --use-system-pcre \ - --use-system-snappy \ - --use-system-stemmer \ - --use-system-yaml \ - --use-system-zlib \ - --use-system-zstd \ - -j ${MAKE_JOBS_NUMBER} \ - AR=llvm-ar \ - MONGO_VERSION=${DISTVERSION} \ - VERBOSE=on - -CFLAGS+= -DBOOST_NO_CXX98_FUNCTION_BASE \ - -Wno-deprecated-builtins - -CONFLICTS_INSTALL= mongodb[0-9][0-9] # etc/mongodb.conf.sample - -USERS= mongodb -GROUPS= mongodb - -OPTIONS_DEFINE= LTO SASL SSL NOAVX -OPTIONS_DEFAULT= SASL SSL NOAVX - -NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)" - -LTO_MAKE_ARGS= --lto=on - -NOAVX_MAKE_ARGS= --experimental-optimization="-sandybridge" - -SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -SASL_MAKE_ARGS= --use-sasl-client - -SSL_USES= ssl -SSL_MAKE_ARGS= --ssl - -.include <bsd.port.pre.mk> - -.if ${ARCH} == aarch64 || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${FILESDIR}/${ARCH} -.endif - -ALL_TARGET= install-core - -# This ports is only following the Major Release. -# https://docs.mongodb.com/manual/reference/versioning/ -PORTSCOUT= limit:^5\.0\. - -CPE_PRODUCT= mongodb - -pre-patch: - ${MV} ${WRKSRC}/src/third_party/wiredtiger/src/checksum/power8/crc32.sx ${WRKSRC}/src/third_party/wiredtiger/src/checksum/power8/crc32.S - -do-build: - ${WRKSRC}/buildscripts/scons.py -C ${WRKSRC} ${MAKE_ARGS} - -do-install: -.for f in mongo mongod mongos - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} -.endfor - ${INSTALL_DATA} ${WRKSRC}/rpm/mongod.conf ${STAGEDIR}${PREFIX}/etc/mongodb.conf.sample - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in LICENSE-Community.txt MPL-2 README THIRD-PARTY-NOTICES - ${MV} ${STAGEDIR}${PREFIX}/${doc} ${STAGEDIR}${DOCSDIR}/ -.endfor - ${RM} ${STAGEDIR}${PREFIX}/bin/resmoke.py - -do-test: - ${SH} ${FILESDIR}/make.test.sh "${STAGEDIR}${PREFIX}/bin" - -.include <bsd.port.post.mk> diff --git a/databases/mongodb50/distinfo b/databases/mongodb50/distinfo deleted file mode 100644 index 21d1e8c12388..000000000000 --- a/databases/mongodb50/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1738237897 -SHA256 (mongodb-mongo-r5.0.31_GH0.tar.gz) = aea590b164e2b59e00e803c44fc4a596f54924957c8802165dff4bdfc53aba6a -SIZE (mongodb-mongo-r5.0.31_GH0.tar.gz) = 57334718 diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh deleted file mode 100644 index d9a2e1c3f075..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh +++ /dev/null @@ -1,24 +0,0 @@ ---- src/third_party/mozjs-60/gen-config.sh.orig 2019-10-11 03:28:57 UTC -+++ src/third_party/mozjs-60/gen-config.sh -@@ -28,6 +28,9 @@ _xcode_setup() { - } - - case "$_Path" in -+ "platform/aarch64/freebsd") -+ _CONFIG_OPTS="--host=aarch64-freebsd" -+ ;; - "platform/aarch64/linux") - _CONFIG_OPTS="--host=aarch64-linux" - ;; -@@ -82,9 +85,9 @@ esac - cd mozilla-release/js/src - rm config.cache || true - --PYTHON=python ./configure --without-intl-api --enable-posix-nspr-emulation --disable-trace-logging --disable-js-shell --disable-tests "$_CONFIG_OPTS" -+PYTHON=python2.7 ./configure --without-intl-api --enable-posix-nspr-emulation --disable-trace-logging --disable-js-shell --disable-tests "$_CONFIG_OPTS" - --make recurse_export -+gmake recurse_export - - cd ../../.. - diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp deleted file mode 100644 index 35267bd71800..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/AtomicsObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/AtomicsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/AtomicsObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/DataViewObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/DataViewObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/DataViewObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Eval.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Eval.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Eval.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/JSON.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/JSON.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/JSON.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/MapObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/MapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/MapObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/ModuleObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/ModuleObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/ModuleObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp deleted file mode 100644 index efbdb9d15a2c..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/Object.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Object.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Object.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Profilers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Profilers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Profilers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Promise.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Promise.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Promise.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Reflect.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Reflect.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Reflect.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/ReflectParse.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/ReflectParse.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/ReflectParse.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/SIMD.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/SIMD.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/SIMD.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp deleted file mode 100644 index c39f94663e23..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "irregexp/RegExpParser.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpParser.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpStack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpStack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AliasAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AliasAnalysisShared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AliasAnalysisShared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AliasAnalysisShared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AlignmentMaskAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AlignmentMaskAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AlignmentMaskAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BacktrackingAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BacktrackingAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BacktrackingAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp deleted file mode 100644 index cf4689b32cf0..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Bailouts.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Bailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Bailouts.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineBailouts.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineBailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineBailouts.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineCacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineDebugModeOSR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineDebugModeOSR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineDebugModeOSR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineFrame.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineFrame.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp deleted file mode 100644 index ad4e5e7518fa..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/BaselineFrameInfo.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineFrameInfo.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineFrameInfo.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineInspector.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineInspector.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineInspector.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineJIT.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineJIT.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineJIT.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BitSet.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BitSet.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BitSet.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BytecodeAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BytecodeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BytecodeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp deleted file mode 100644 index 328213eb2f0d..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/C1Spewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/C1Spewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/C1Spewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIRSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIRSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIRSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CodeGenerator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CodeGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CodeGenerator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CompileWrappers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CompileWrappers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CompileWrappers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp deleted file mode 100644 index 08e8256eb971..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Disassembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Disassembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Disassembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EagerSimdUnbox.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EagerSimdUnbox.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EagerSimdUnbox.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EdgeCaseAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EdgeCaseAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EdgeCaseAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EffectiveAddressAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EffectiveAddressAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EffectiveAddressAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ExecutableAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ExecutableAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ExecutableAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/FlowAliasAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/FlowAliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/FlowAliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp deleted file mode 100644 index 139e4275d6f0..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/FoldLinearArithConstants.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/FoldLinearArithConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/FoldLinearArithConstants.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/InstructionReordering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/InstructionReordering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/InstructionReordering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Ion.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Ion.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Ion.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonBuilder.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonBuilder.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonBuilder.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonCacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp deleted file mode 100644 index ac06eda07ebb..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/IonControlFlow.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonControlFlow.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonControlFlow.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonOptimizationLevels.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonOptimizationLevels.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonOptimizationLevels.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JSJitFrameIter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JSJitFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JSJitFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JSONSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JSONSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JSONSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Jit.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Jit.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Jit.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp deleted file mode 100644 index a6ac50a8e649..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/JitFrames.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitFrames.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitFrames.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitOptions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitOptions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitOptions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitcodeMap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitcodeMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitcodeMap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LICM.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LICM.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LICM.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp deleted file mode 100644 index b2b96ea13a42..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Linker.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Linker.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Linker.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LoopUnroller.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LoopUnroller.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LoopUnroller.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Lowering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Lowering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Lowering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MCallOptimize.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MCallOptimize.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MCallOptimize.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MIRGraph.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MIRGraph.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MIRGraph.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp deleted file mode 100644 index 07492522a4c0..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/MacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MoveResolver.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MoveResolver.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MoveResolver.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/OptimizationTracking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/OptimizationTracking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/OptimizationTracking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/PerfSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/PerfSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/PerfSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ProcessExecutableMemory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ProcessExecutableMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ProcessExecutableMemory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RangeAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RangeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RangeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp deleted file mode 100644 index 70e2c7d7ca91..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/Stream.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Stream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Stream.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/String.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/String.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/String.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Symbol.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Symbol.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Symbol.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/TestingFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/TestingFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/TestingFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/TypedObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/TypedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/TypedObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/WeakMapObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/WeakMapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/WeakMapObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp deleted file mode 100644 index abbfe301d77d..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Recover.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Recover.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Recover.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RegisterAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RegisterAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RegisterAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RematerializedFrame.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RematerializedFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RematerializedFrame.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Safepoints.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Safepoints.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Safepoints.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ScalarReplacement.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ScalarReplacement.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ScalarReplacement.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/SharedIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/SharedIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/SharedIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp deleted file mode 100644 index 000003d1e76a..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Sink.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Sink.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Sink.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Snapshots.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Snapshots.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Snapshots.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/StupidAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/StupidAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/StupidAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/TypePolicy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/TypePolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/TypePolicy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/TypedObjectPrediction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/TypedObjectPrediction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/TypedObjectPrediction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/VMFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/VMFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/VMFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp deleted file mode 100644 index 3464e75d9f19..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/ValueNumbering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ValueNumbering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ValueNumbering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/WasmBCE.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/WasmBCE.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/WasmBCE.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/Architecture-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Architecture-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Architecture-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/Assembler-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Assembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Assembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/Bailouts-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Bailouts-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Bailouts-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/BaselineIC-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/BaselineIC-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/BaselineIC-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp deleted file mode 100644 index c577a3ea9e8e..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/arm64/CodeGenerator-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/CodeGenerator-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/CodeGenerator-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/Disassembler-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Disassembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Disassembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/Lowering-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Lowering-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Lowering-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/MacroAssembler-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/MacroAssembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/MacroAssembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/MoveEmitter-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/MoveEmitter-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/MoveEmitter-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/SharedIC-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/SharedIC-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/SharedIC-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp deleted file mode 100644 index 2e35b91b9e92..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/arm64/Trampoline-arm64.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/Trampoline-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/Trampoline-arm64.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Assembler-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Assembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Assembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Cpu-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Cpu-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Cpu-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Decoder-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Decoder-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Decoder-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Disasm-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Disasm-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Disasm-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Instructions-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Instructions-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Instructions-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp deleted file mode 100644 index d39b20212787..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/arm64/vixl/Instrument-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Instrument-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Instrument-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/MacroAssembler-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/MacroAssembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/MacroAssembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/MozAssembler-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/MozAssembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/MozAssembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/MozInstructions-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/MozInstructions-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/MozInstructions-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/arm64/vixl/Utils-vixl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/arm64/vixl/Utils-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/arm64/vixl/Utils-vixl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/Assembler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Assembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Assembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp deleted file mode 100644 index bde86b89f01a..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/shared/BaselineCompiler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/BaselineCompiler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/BaselineCompiler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/CodeGenerator-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/CodeGenerator-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/CodeGenerator-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/Disassembler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Disassembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Disassembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/Lowering-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Lowering-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Lowering-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsapi.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsapi.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsbool.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsbool.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsbool.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp deleted file mode 100644 index 2f2a96949763..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jsdate.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsdate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsdate.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsexn.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsexn.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsexn.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsfriendapi.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsfriendapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsfriendapi.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsnum.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsnum.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsnum.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "perf/jsperf.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "perf/jsperf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "perf/jsperf.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/BaseProxyHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/BaseProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/BaseProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp deleted file mode 100644 index 75283e764239..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "proxy/CrossCompartmentWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/CrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/CrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/DeadObjectProxy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/DeadObjectProxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/DeadObjectProxy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/OpaqueCrossCompartmentWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/OpaqueCrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/OpaqueCrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/Proxy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/Proxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/Proxy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/ScriptedProxyHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/ScriptedProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/ScriptedProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/SecurityWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/SecurityWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/SecurityWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp deleted file mode 100644 index e0da0383a810..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "proxy/Wrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/Wrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/Wrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/Mutex.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/Mutex.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/Mutex.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/ProtectedData.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/ProtectedData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/ProtectedData.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/posix/CpuCount.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/posix/CpuCount.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/posix/CpuCount.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/posix/Thread.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/posix/Thread.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/posix/Thread.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/AllocPolicy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/AllocPolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/AllocPolicy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp deleted file mode 100644 index d6d1247e788c..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/WeakSetObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/WeakSetObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/WeakSetObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/Collator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/Collator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/Collator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/CommonFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/CommonFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/CommonFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/DateTimeFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/DateTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/DateTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/IntlObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/IntlObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/IntlObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/NumberFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/NumberFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/NumberFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp deleted file mode 100644 index 9f85f3d707af..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "util/NativeStack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/NativeStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/NativeStack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Printf.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Printf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Printf.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/StringBuffer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/StringBuffer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/StringBuffer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Text.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Text.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Text.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Unicode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Unicode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Unicode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ArgumentsObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ArgumentsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ArgumentsObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp deleted file mode 100644 index f8b699e92f64..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/ArrayBufferObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ArrayBufferObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ArrayBufferObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/AsyncFunction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/AsyncFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/AsyncFunction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/AsyncIteration.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/AsyncIteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/AsyncIteration.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/BytecodeUtil.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/BytecodeUtil.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/BytecodeUtil.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Caches.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Caches.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Caches.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/CallNonGenericMethod.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CallNonGenericMethod.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CallNonGenericMethod.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp deleted file mode 100644 index 68c0ecfdb271..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/CharacterEncoding.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CharacterEncoding.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CharacterEncoding.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/CodeCoverage.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CodeCoverage.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CodeCoverage.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Compression.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Compression.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Compression.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/DateTime.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/DateTime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/DateTime.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Debugger.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Debugger.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Debugger.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/DebuggerMemory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/DebuggerMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/DebuggerMemory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp deleted file mode 100644 index b964b35b9f72..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/EnvironmentObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/EnvironmentObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/EnvironmentObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ErrorObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ErrorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ErrorObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ErrorReporting.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ErrorReporting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ErrorReporting.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ForOfIterator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ForOfIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ForOfIterator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/GeckoProfiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GeckoProfiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GeckoProfiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/GeneratorObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GeneratorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GeneratorObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp deleted file mode 100644 index 4ac8f1c3a893..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src34.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src34.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/GlobalObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GlobalObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GlobalObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/HelperThreads.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/HelperThreads.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/HelperThreads.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Id.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Id.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Id.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Initialization.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Initialization.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Initialization.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Iteration.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Iteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Iteration.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSCompartment.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSCompartment.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp deleted file mode 100644 index cf2691f19256..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src35.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src35.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/JSContext.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSContext.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSContext.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSFunction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSFunction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSONParser.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSONParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSONParser.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSONPrinter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSONPrinter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSONPrinter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSScript.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSScript.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSScript.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp deleted file mode 100644 index 9133f272e1df..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src36.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src36.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/MemoryMetrics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/MemoryMetrics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/MemoryMetrics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/NativeObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/NativeObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/NativeObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ObjectGroup.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ObjectGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ObjectGroup.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/PIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/PIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/PIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/PosixNSPR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/PosixNSPR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/PosixNSPR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Printer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Printer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Printer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp deleted file mode 100644 index c9332164f542..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src37.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src37.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Probes.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Probes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Probes.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ProxyObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ProxyObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ProxyObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Realm.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Realm.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Realm.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ReceiverGuard.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ReceiverGuard.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ReceiverGuard.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/RegExpObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/RegExpObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/RegExpObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/RegExpStatics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/RegExpStatics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/RegExpStatics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp deleted file mode 100644 index e0647efc2708..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src38.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src38.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Runtime.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Runtime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Runtime.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SavedStacks.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SavedStacks.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SavedStacks.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Scope.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Scope.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Scope.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SelfHosting.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SelfHosting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SelfHosting.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Shape.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Shape.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Shape.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SharedArrayObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SharedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SharedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp deleted file mode 100644 index 5af83c9fe9b0..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src39.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src39.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/SharedImmutableStringsCache.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SharedImmutableStringsCache.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SharedImmutableStringsCache.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Stack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Stack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Stack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Stopwatch.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Stopwatch.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Stopwatch.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/StringType.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/StringType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/StringType.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/StructuredClone.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/StructuredClone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/StructuredClone.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SymbolType.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SymbolType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SymbolType.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp deleted file mode 100644 index a462e63844f8..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/intl/PluralRules.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/PluralRules.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/PluralRules.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/RelativeTimeFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/RelativeTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/RelativeTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/SharedIntlData.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/SharedIntlData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/SharedIntlData.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "devtools/sharkctl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "devtools/sharkctl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "devtools/sharkctl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "ds/Bitmap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/Bitmap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/Bitmap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "ds/LifoAlloc.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/LifoAlloc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/LifoAlloc.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp deleted file mode 100644 index b1a376efbfec..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src40.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src40.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/TaggedProto.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TaggedProto.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TaggedProto.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Time.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Time.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Time.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/TypeInference.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TypeInference.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TypeInference.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/TypedArrayObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TypedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TypedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UbiNode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UbiNodeCensus.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNodeCensus.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNodeCensus.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp deleted file mode 100644 index ffe530456196..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src41.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src41.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/UbiNodeShortestPaths.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNodeShortestPaths.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNodeShortestPaths.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UnboxedObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UnboxedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UnboxedObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Value.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Value.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Value.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Xdr.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Xdr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Xdr.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/AsmJS.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/AsmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/AsmJS.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBaselineCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBaselineCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBaselineCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp deleted file mode 100644 index 9fb1cd7dea06..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src42.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src42.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmBinaryIterator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryIterator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBinaryToAST.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryToAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryToAST.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBinaryToText.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryToText.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryToText.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBuiltins.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBuiltins.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBuiltins.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmCode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmCompartment.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCompartment.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp deleted file mode 100644 index 137f5cbc5bf6..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src43.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src43.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmDebug.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmDebug.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmDebug.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmFrameIter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmGenerator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmGenerator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmInstance.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmInstance.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmInstance.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmIonCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmIonCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmIonCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp deleted file mode 100644 index 6a593e5792c2..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src44.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src44.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmJS.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmJS.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmModule.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmModule.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmModule.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmProcess.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmProcess.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmProcess.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmSignalHandlers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmSignalHandlers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmSignalHandlers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmStubs.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmStubs.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmStubs.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTable.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTable.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTable.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp deleted file mode 100644 index aa22938a6bed..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp +++ /dev/null @@ -1,41 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src45.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src45.cpp -@@ -0,0 +1,37 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmTextToBinary.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTextToBinary.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTextToBinary.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTextUtils.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTextUtils.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTextUtils.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTypes.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTypes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTypes.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmValidate.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmValidate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmValidate.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp deleted file mode 100644 index f4a959845523..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "ds/MemoryProtectionExceptionHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/MemoryProtectionExceptionHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/MemoryProtectionExceptionHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/BytecodeCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/BytecodeCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/BytecodeCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/BytecodeEmitter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/BytecodeEmitter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/BytecodeEmitter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/FoldConstants.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/FoldConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/FoldConstants.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/NameFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/NameFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/NameFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/ParseNode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/ParseNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/ParseNode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp deleted file mode 100644 index d51813d5851d..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "frontend/TokenStream.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/TokenStream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/TokenStream.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Allocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Allocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Allocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/AtomMarking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/AtomMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/AtomMarking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Barrier.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Barrier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Barrier.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/GC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/GC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/GC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/GCTrace.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/GCTrace.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/GCTrace.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp deleted file mode 100644 index 721b997eb42a..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "gc/Marking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Marking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Marking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Memory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Memory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Memory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Nursery.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Nursery.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Nursery.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/PublicIterators.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/PublicIterators.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/PublicIterators.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/RootMarking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/RootMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/RootMarking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Statistics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Statistics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Statistics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp deleted file mode 100644 index ec1dc0a33d9e..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "gc/Tracer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Tracer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Tracer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Verifier.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Verifier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Verifier.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/WeakMap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/WeakMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/WeakMap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/WeakMapPtr.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/WeakMapPtr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/WeakMapPtr.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Zone.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Zone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Zone.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/ZoneGroup.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/ZoneGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/ZoneGroup.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp deleted file mode 100644 index 75b99301ed55..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "irregexp/NativeRegExpMacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/NativeRegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/NativeRegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpAST.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpAST.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpCharacters.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpCharacters.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpCharacters.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpEngine.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpEngine.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpEngine.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpInterpreter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpInterpreter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpInterpreter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpMacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h deleted file mode 100644 index 117a1ec6cf65..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h +++ /dev/null @@ -1,79 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h.orig 2019-11-14 10:50:10 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h -@@ -0,0 +1,76 @@ -+/* List of defines generated by configure. Included with preprocessor flag, -+ * -include, to avoid long list of -D defines on the compile command-line. -+ * Do not edit. -+ */ -+ -+#ifndef js_confdefs_h -+#define js_confdefs_h -+ -+// Expands to all the defines from configure. -+#define CPP_THROW_NEW throw() -+#define CROSS_COMPILE -+#define EDITLINE 1 -+#define HAVE_64BIT_BUILD 1 -+#define HAVE_CLOCK_MONOTONIC 1 -+#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 -+#define HAVE_DIRENT_H 1 -+#define HAVE_DLOPEN 1 -+#define HAVE_GETC_UNLOCKED 1 -+#define HAVE_GETOPT_H 1 -+#define HAVE_GMTIME_R 1 -+#define HAVE_INTTYPES_H 1 -+#define HAVE_LANGINFO_CODESET 1 -+#define HAVE_LIBM 1 -+#define HAVE_LOCALECONV 1 -+#define HAVE_LOCALTIME_R 1 -+#define HAVE_MALLOC_USABLE_SIZE 1 -+#define HAVE_NETINET_IN_H 1 -+#define HAVE_NL_TYPES_H 1 -+#define HAVE_POSIX_FADVISE 1 -+#define HAVE_POSIX_FALLOCATE 1 -+#define HAVE_POSIX_MEMALIGN 1 -+#define HAVE_RES_NINIT 1 -+#define HAVE_SINCOS 1 -+#define HAVE_SSIZE_T 1 -+#define HAVE_STDINT_H 1 -+#define HAVE_STRNDUP 1 -+#define HAVE_SYS_MOUNT_H 1 -+#define HAVE_SYS_QUEUE_H 1 -+#define HAVE_SYS_STATVFS_H 1 -+#define HAVE_SYS_TYPES_H 1 -+#define HAVE_THREAD_TLS_KEYWORD 1 -+#define HAVE_TM_ZONE_TM_GMTOFF 1 -+#define HAVE_UNISTD_H 1 -+#define HAVE_VALLOC 1 -+#define HAVE_VA_COPY 1 -+#define HAVE_VISIBILITY_ATTRIBUTE 1 -+#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 -+#define HAVE___CXA_DEMANGLE 1 -+#define JS_64BIT 1 -+#define JS_CODEGEN_ARM64 1 -+#define JS_DEFAULT_JITREPORT_GRANULARITY 3 -+#define JS_POSIX_NSPR 1 -+#define JS_PUNBOX64 1 -+#define JS_STANDALONE 1 -+#define MALLOC_H <malloc_np.h> -+#define MALLOC_USABLE_SIZE_CONST_PTR const -+#define MOZILLA_UAVERSION "60.0" -+#define MOZILLA_VERSION "60.3.0" -+#define MOZILLA_VERSION_U 60.3.0 -+#define MOZJS_MAJOR_VERSION 60 -+#define MOZJS_MINOR_VERSION 3 -+#define MOZ_BUILD_APP js -+#define MOZ_DLL_SUFFIX ".so" -+#define MOZ_UPDATE_CHANNEL default -+#define NO_NSPR_10_SUPPORT 1 -+#define RELEASE_OR_BETA 1 -+#define STDC_HEADERS 1 -+#define VA_COPY va_copy -+#define XP_UNIX 1 -+#define X_DISPLAY_MISSING 1 -+#define _REENTRANT 1 -+#define _THREAD_SAFE 1 -+ -+#include "js/RequiredDefines.h" -+ -+#endif /* js_confdefs_h */ diff --git a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h b/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h deleted file mode 100644 index 8d6a984696b8..000000000000 --- a/databases/mongodb50/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h +++ /dev/null @@ -1,64 +0,0 @@ ---- src/third_party/mozjs-60/platform/aarch64/freebsd/include/js-config.h.orig 2019-11-14 10:50:21 UTC -+++ src/third_party/mozjs-60/platform/aarch64/freebsd/include/js-config.h -@@ -0,0 +1,61 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- -+ * vim: set ts=8 sw=4 et tw=78: -+ * -+ * This Source Code Form is subject to the terms of the Mozilla Public -+ * License, v. 2.0. If a copy of the MPL was not distributed with this -+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -+ -+#ifndef js_config_h -+#define js_config_h -+ -+/* Definitions set at build time that affect SpiderMonkey's public API. -+ This header file is generated by the SpiderMonkey configure script, -+ and installed along with jsapi.h. */ -+ -+/* Define to 1 if SpiderMonkey is in debug mode. */ -+/* #undef JS_DEBUG */ -+ -+/* -+ * NB: We have a special case for rust-bindgen, which wants to be able to -+ * generate both debug and release bindings on a single objdir. -+ */ -+#ifdef JS_DEBUG -+#if !defined(DEBUG) && !defined(RUST_BINDGEN) -+# error "SpiderMonkey was configured with --enable-debug, so DEBUG must be defined when including this header" -+# endif -+#else -+# if defined(DEBUG) && !defined(RUST_BINDGEN) -+# error "SpiderMonkey was configured with --disable-debug, so DEBUG must be not defined when including this header" -+# endif -+#endif -+ -+/* Define to 1 if SpiderMonkey should not use struct types in debug builds. */ -+/* #undef JS_NO_JSVAL_JSID_STRUCT_TYPES */ -+ -+/* Define to 1 if SpiderMonkey should support multi-threaded clients. */ -+/* #undef JS_THREADSAFE */ -+ -+/* Define to 1 if SpiderMonkey should include ctypes support. */ -+/* #undef JS_HAS_CTYPES */ -+ -+/* Define to 1 if SpiderMonkey should support the ability to perform -+ entirely too much GC. */ -+/* #undef JS_GC_ZEAL */ -+ -+/* Define to 1 if SpiderMonkey should use small chunks. */ -+/* #undef JS_GC_SMALL_CHUNK_SIZE */ -+ -+/* Define to 1 to perform extra assertions and heap poisoning. */ -+/* #undef JS_CRASH_DIAGNOSTICS */ -+ -+/* Define to 1 if SpiderMonkey is in NUNBOX32 mode. */ -+/* #undef JS_NUNBOX32 */ -+ -+/* Define to 1 if SpiderMonkey is in PUNBOX64 mode. */ -+#define JS_PUNBOX64 1 -+ -+/* MOZILLA JSAPI version number components */ -+#define MOZJS_MAJOR_VERSION 60 -+#define MOZJS_MINOR_VERSION 3 -+ -+#endif /* js_config_h */ diff --git a/databases/mongodb50/files/make.test.sh b/databases/mongodb50/files/make.test.sh deleted file mode 100755 index d479bd7df132..000000000000 --- a/databases/mongodb50/files/make.test.sh +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh - -set -e - -usage() { - echo "Usage: $0 <path>" - echo "<path> path to the executables" -} - -test "$#" -eq 1 || ( usage && exit 1 ) - -set -x - -PATH="$1:$PATH" - -DBDIR=$( mktemp -d -t tmp.mongodb ) - -trap 'rm -rf "$DBDIR"' EXIT - -# Trivial check if the binaries execute at all. -mongod --version -mongos --version -mongo --version - -# Check if an empty database can be created. -mkdir "$DBDIR/db" -tail -F "$DBDIR/log" | ( grep -qFe "Waiting for connections" && kill $(cat "$DBDIR/pid") ) & -script -eF "$DBDIR/log" \ - timeout -s TERM -k 30s 60s \ - mongod --dbpath "$DBDIR/db" --pidfilepath "$DBDIR/pid" - -echo "Test successful" diff --git a/databases/mongodb50/files/mongod.in b/databases/mongodb50/files/mongod.in deleted file mode 100644 index 20b0f5c0f43d..000000000000 --- a/databases/mongodb50/files/mongod.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# PROVIDE: mongod -# REQUIRE: NETWORK ldconfig -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# mongod_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable mongod. -# mongod_dbpath (str): Default to "/var/db/mongodb" -# Base database directory. -# mongod_flags (str): Custom additional arguments to be passed to mongod. -# Default to "--logpath ${mongod_dbpath}/mongod.log --logappend". -# mongod_config (str): Default to "%%PREFIX%%/etc/mongodb.conf" -# Path to config file -# - -. /etc/rc.subr - -name="mongod" -rcvar=mongod_enable - -load_rc_config $name - -: ${mongod_enable="NO"} -: ${mongod_dbpath="/var/db/mongodb"} -: ${mongod_flags="--logpath ${mongod_dbpath}/mongod.log --logappend --setParameter=disabledSecureAllocatorDomains=\*"} -: ${mongod_user="mongodb"} -: ${mongod_group="mongodb"} -: ${mongod_config="%%PREFIX%%/etc/mongodb.conf"} - -pidfile="${mongod_dbpath}/mongod.lock" -command=%%PREFIX%%/bin/${name} -command_args="--config $mongod_config --dbpath $mongod_dbpath --fork >/dev/null 2>/dev/null" -start_precmd="${name}_prestart" - -mongod_create_dbpath() -{ - mkdir ${mongod_dbpath} >/dev/null 2>/dev/null - [ $? -eq 0 ] && chown -R ${mongod_user}:${mongod_group} ${mongod_dbpath} -} - -mongod_prestart() -{ - if [ ! -d ${mongod_dbpath} ]; then - mongod_create_dbpath || return 1 - fi - return 0 -} - -run_rc_command "$1" diff --git a/databases/mongodb50/files/patch-SConstruct b/databases/mongodb50/files/patch-SConstruct deleted file mode 100644 index 01af9a42437c..000000000000 --- a/databases/mongodb50/files/patch-SConstruct +++ /dev/null @@ -1,54 +0,0 @@ ---- SConstruct.orig 2022-05-17 13:56:34 UTC -+++ SConstruct -@@ -1301,9 +1301,9 @@ if has_option('variables-help'): - print(env_vars.GenerateHelpText(env)) - Exit(0) - --unknown_vars = env_vars.UnknownVariables() --if unknown_vars: -- env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys()))) -+#unknown_vars = env_vars.UnknownVariables() -+#if unknown_vars: -+# env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys()))) - - if get_option('install-action') != 'default' and get_option('ninja') != "disabled": - env.FatalError("Cannot use non-default install actions when generating Ninja.") -@@ -2370,13 +2370,13 @@ if env.TargetOSIs('posix'): - # If runtime hardening is requested, then build anything - # destined for an executable with the necessary flags for PIE. - env.AppendUnique( -- PROGCCFLAGS=['-fPIE'], -+ PROGCCFLAGS=['-fpic'], - PROGLINKFLAGS=['-pie'], - ) - - # -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used. - env.Append( CCFLAGS=["-fasynchronous-unwind-tables", -- "-ggdb" if not env.TargetOSIs('emscripten') else "-g", -+ # "-ggdb" if not env.TargetOSIs('emscripten') else "-g", - "-Wall", - "-Wsign-compare", - "-Wno-unknown-pragmas", -@@ -2541,8 +2541,12 @@ if not env.TargetOSIs('windows', 'macOS') and (env.Too - # setting it for both C and C++ by setting both of CFLAGS and - # CXXFLAGS. - -+ arm_march_flag = "armv8-a" -+ if get_option('use-hardware-crc32') == "on": -+ arm_march_flag += "+crc" -+ - default_targeting_flags_for_architecture = { -- "aarch64" : { "-march=" : "armv8.2-a", "-mtune=" : "generic" }, -+ "aarch64" : { "-march=" : arm_march_flag, "-mtune=" : "generic" }, - "i386" : { "-march=" : "nocona", "-mtune=" : "generic" }, - "ppc64le" : { "-mcpu=" : "power8", "-mtune=" : "power8", "-mcmodel=" : "medium" }, - "s390x" : { "-march=" : "z196", "-mtune=" : "zEC12" }, -@@ -2554,7 +2558,7 @@ if not env.TargetOSIs('windows', 'macOS') and (env.Too - if "sandybridge" in selected_experimental_optimizations: - default_targeting_flags_for_architecture["x86_64"] = { - "-march=" : "sandybridge", -- "-mtune=" : "generic", -+ # "-mtune=" : "generic", - "-mprefer-vector-width=" : "128", - } - diff --git a/databases/mongodb50/files/patch-buildscripts_scons.py b/databases/mongodb50/files/patch-buildscripts_scons.py deleted file mode 100644 index 20d0429965af..000000000000 --- a/databases/mongodb50/files/patch-buildscripts_scons.py +++ /dev/null @@ -1,25 +0,0 @@ ---- buildscripts/scons.py.orig 2021-08-23 09:10:10 UTC -+++ buildscripts/scons.py -@@ -18,14 +18,14 @@ SITE_TOOLS_DIR = os.path.join(MONGODB_ROOT, 'site_scon - - sys.path = [SCONS_DIR, SITE_TOOLS_DIR] + sys.path - --# pylint: disable=C0413 --from mongo.pip_requirements import verify_requirements, MissingRequirements -- --try: -- verify_requirements('etc/pip/compile-requirements.txt') --except MissingRequirements as ex: -- print(ex) -- sys.exit(1) -+## pylint: disable=C0413 -+#from mongo.pip_requirements import verify_requirements, MissingRequirements -+# -+#try: -+# verify_requirements('etc/pip/compile-requirements.txt') -+#except MissingRequirements as ex: -+# print(ex) -+# sys.exit(1) - - try: - import SCons.Script diff --git a/databases/mongodb50/files/patch-rpm_mongod.conf b/databases/mongodb50/files/patch-rpm_mongod.conf deleted file mode 100644 index d2ab7fb69c08..000000000000 --- a/databases/mongodb50/files/patch-rpm_mongod.conf +++ /dev/null @@ -1,16 +0,0 @@ ---- rpm/mongod.conf.orig 2019-08-08 20:06:23 UTC -+++ rpm/mongod.conf -@@ -7,11 +7,11 @@ - systemLog: - destination: file - logAppend: true -- path: /var/log/mongodb/mongod.log -+ path: /var/db/mongodb/mongod.log - - # Where and how to store data. - storage: -- dbPath: /var/lib/mongo -+ dbPath: /var/db/mongodb - journal: - enabled: true - # engine: diff --git a/databases/mongodb50/files/patch-src_mongo_platform_process__id.cpp b/databases/mongodb50/files/patch-src_mongo_platform_process__id.cpp deleted file mode 100644 index 11f61a36ca08..000000000000 --- a/databases/mongodb50/files/patch-src_mongo_platform_process__id.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/mongo/platform/process_id.cpp.orig 2021-03-26 23:29:14 UTC -+++ src/mongo/platform/process_id.cpp -@@ -35,6 +35,10 @@ - #include <pthread.h> - #endif - -+#if defined(__FreeBSD__) -+#include <pthread_np.h> -+#endif -+ - #if defined(__linux__) - #include <sys/syscall.h> - #include <sys/types.h> -@@ -72,6 +76,10 @@ inline NativeProcessId getCurrentNativeThreadId() { - uint64_t tid; - invariant(::pthread_threadid_np(NULL, &tid) == 0); - return tid; -+} -+#elif __FreeBSD__ -+inline NativeProcessId getCurrentNativeThreadId() { -+ return pthread_getthreadid_np(); - } - #else - inline NativeProcessId getCurrentNativeThreadId() { diff --git a/databases/mongodb50/files/patch-src_third__party_boost_boost_mpl_aux___integral__wrapper.hpp b/databases/mongodb50/files/patch-src_third__party_boost_boost_mpl_aux___integral__wrapper.hpp deleted file mode 100644 index a45dcb0f2340..000000000000 --- a/databases/mongodb50/files/patch-src_third__party_boost_boost_mpl_aux___integral__wrapper.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp.orig 2023-06-30 20:32:00 UTC -+++ src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp -@@ -56,7 +56,7 @@ struct AUX_WRAPPER_NAME - // have to #ifdef here: some compilers don't like the 'N + 1' form (MSVC), - // while some other don't like 'value + 1' (Borland), and some don't like - // either --#if BOOST_WORKAROUND(__EDG_VERSION__, <= 243) -+#if 1 //BOOST_WORKAROUND(__EDG_VERSION__, <= 243) - private: - BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, next_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1))); - BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, prior_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1))); diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src0.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src0.cpp deleted file mode 100644 index 69bf752bfea3..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src0.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src0.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src0.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/AtomicsObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/AtomicsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/AtomicsObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/DataViewObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/DataViewObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/DataViewObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Eval.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Eval.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Eval.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/JSON.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/JSON.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/JSON.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/MapObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/MapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/MapObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/ModuleObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/ModuleObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/ModuleObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src1.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src1.cpp deleted file mode 100644 index 7f2821cd0a88..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src1.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src1.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src1.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/Object.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Object.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Object.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Profilers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Profilers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Profilers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Promise.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Promise.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Promise.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Reflect.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Reflect.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Reflect.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/ReflectParse.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/ReflectParse.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/ReflectParse.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/SIMD.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/SIMD.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/SIMD.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src10.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src10.cpp deleted file mode 100644 index 504e81c551e8..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src10.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src10.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src10.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "irregexp/RegExpParser.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpParser.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpStack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpStack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AliasAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AliasAnalysisShared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AliasAnalysisShared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AliasAnalysisShared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/AlignmentMaskAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/AlignmentMaskAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/AlignmentMaskAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BacktrackingAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BacktrackingAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BacktrackingAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src11.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src11.cpp deleted file mode 100644 index c248b49e80fc..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src11.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src11.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src11.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Bailouts.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Bailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Bailouts.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineBailouts.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineBailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineBailouts.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineCacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineDebugModeOSR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineDebugModeOSR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineDebugModeOSR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineFrame.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineFrame.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src12.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src12.cpp deleted file mode 100644 index 224d95d8c563..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src12.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src12.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src12.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/BaselineFrameInfo.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineFrameInfo.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineFrameInfo.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineInspector.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineInspector.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineInspector.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BaselineJIT.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BaselineJIT.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BaselineJIT.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BitSet.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BitSet.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BitSet.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/BytecodeAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/BytecodeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/BytecodeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src13.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src13.cpp deleted file mode 100644 index 029a22dd275b..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src13.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src13.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src13.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/C1Spewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/C1Spewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/C1Spewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CacheIRSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CacheIRSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CacheIRSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CodeGenerator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CodeGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CodeGenerator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/CompileWrappers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/CompileWrappers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/CompileWrappers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src14.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src14.cpp deleted file mode 100644 index fa5347262d95..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src14.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src14.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src14.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Disassembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Disassembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Disassembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EagerSimdUnbox.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EagerSimdUnbox.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EagerSimdUnbox.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EdgeCaseAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EdgeCaseAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EdgeCaseAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/EffectiveAddressAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/EffectiveAddressAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/EffectiveAddressAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ExecutableAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ExecutableAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ExecutableAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/FlowAliasAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/FlowAliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/FlowAliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src15.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src15.cpp deleted file mode 100644 index 4a361c5ea516..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src15.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src15.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src15.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/FoldLinearArithConstants.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/FoldLinearArithConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/FoldLinearArithConstants.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/InstructionReordering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/InstructionReordering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/InstructionReordering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Ion.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Ion.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Ion.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonBuilder.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonBuilder.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonBuilder.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonCacheIRCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src16.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src16.cpp deleted file mode 100644 index 97914633333e..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src16.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src16.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src16.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/IonControlFlow.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonControlFlow.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonControlFlow.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/IonOptimizationLevels.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/IonOptimizationLevels.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/IonOptimizationLevels.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JSJitFrameIter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JSJitFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JSJitFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JSONSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JSONSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JSONSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Jit.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Jit.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Jit.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src17.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src17.cpp deleted file mode 100644 index 48b43279de1e..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src17.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src17.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src17.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/JitFrames.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitFrames.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitFrames.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitOptions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitOptions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitOptions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/JitcodeMap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/JitcodeMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/JitcodeMap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LICM.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LICM.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LICM.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src18.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src18.cpp deleted file mode 100644 index 1431e501d847..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src18.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src18.cpp.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src18.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Linker.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Linker.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Linker.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/LoopUnroller.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/LoopUnroller.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/LoopUnroller.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Lowering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Lowering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Lowering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MCallOptimize.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MCallOptimize.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MCallOptimize.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MIR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MIR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MIRGraph.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MIRGraph.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MIRGraph.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src19.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src19.cpp deleted file mode 100644 index bf04b9304b65..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src19.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src19.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src19.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/MacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/MoveResolver.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/MoveResolver.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/MoveResolver.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/OptimizationTracking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/OptimizationTracking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/OptimizationTracking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/PerfSpewer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/PerfSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/PerfSpewer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ProcessExecutableMemory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ProcessExecutableMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ProcessExecutableMemory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RangeAnalysis.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RangeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RangeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src2.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src2.cpp deleted file mode 100644 index 5b745c459f65..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src2.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src2.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src2.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/Stream.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Stream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Stream.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/String.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/String.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/String.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/Symbol.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/Symbol.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/Symbol.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/TestingFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/TestingFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/TestingFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/TypedObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/TypedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/TypedObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/WeakMapObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/WeakMapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/WeakMapObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src20.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src20.cpp deleted file mode 100644 index 11800c863ecb..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src20.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src20.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src20.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Recover.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Recover.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Recover.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RegisterAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RegisterAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RegisterAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/RematerializedFrame.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/RematerializedFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/RematerializedFrame.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Safepoints.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Safepoints.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Safepoints.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/ScalarReplacement.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ScalarReplacement.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ScalarReplacement.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/SharedIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/SharedIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/SharedIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src21.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src21.cpp deleted file mode 100644 index ce5e161042fa..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src21.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src21.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src21.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/Sink.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Sink.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Sink.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/Snapshots.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/Snapshots.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/Snapshots.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/StupidAllocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/StupidAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/StupidAllocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/TypePolicy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/TypePolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/TypePolicy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/TypedObjectPrediction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/TypedObjectPrediction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/TypedObjectPrediction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/VMFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/VMFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/VMFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src22.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src22.cpp deleted file mode 100644 index 339204bd8f2f..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src22.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src22.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src22.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/ValueNumbering.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/ValueNumbering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/ValueNumbering.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/WasmBCE.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/WasmBCE.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/WasmBCE.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/none/Trampoline-none.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/none/Trampoline-none.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/none/Trampoline-none.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/Assembler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Assembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Assembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/BaselineCompiler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/BaselineCompiler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/BaselineCompiler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/CodeGenerator-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/CodeGenerator-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/CodeGenerator-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src23.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src23.cpp deleted file mode 100644 index 03bb48aaddc3..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src23.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src23.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src23.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jit/shared/Disassembler-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Disassembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Disassembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jit/shared/Lowering-shared.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jit/shared/Lowering-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jit/shared/Lowering-shared.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsapi.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsapi.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsbool.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsbool.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsbool.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsdate.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsdate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsdate.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsexn.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsexn.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsexn.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src24.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src24.cpp deleted file mode 100644 index 470758aa2cb5..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src24.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src24.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src24.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "jsfriendapi.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsfriendapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsfriendapi.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "jsnum.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "jsnum.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "jsnum.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "perf/jsperf.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "perf/jsperf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "perf/jsperf.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/BaseProxyHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/BaseProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/BaseProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/CrossCompartmentWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/CrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/CrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/DeadObjectProxy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/DeadObjectProxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/DeadObjectProxy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src25.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src25.cpp deleted file mode 100644 index eef8695cc2d1..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src25.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src25.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src25.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "proxy/OpaqueCrossCompartmentWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/OpaqueCrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/OpaqueCrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/Proxy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/Proxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/Proxy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/ScriptedProxyHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/ScriptedProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/ScriptedProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/SecurityWrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/SecurityWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/SecurityWrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "proxy/Wrapper.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "proxy/Wrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "proxy/Wrapper.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/Mutex.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/Mutex.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/Mutex.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src26.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src26.cpp deleted file mode 100644 index 72df1acd31fc..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src26.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src26.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src26.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "threading/ProtectedData.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/ProtectedData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/ProtectedData.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/posix/CpuCount.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/posix/CpuCount.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/posix/CpuCount.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "threading/posix/Thread.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "threading/posix/Thread.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "threading/posix/Thread.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/AllocPolicy.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/AllocPolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/AllocPolicy.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/NativeStack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/NativeStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/NativeStack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Printf.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Printf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Printf.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src27.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src27.cpp deleted file mode 100644 index d9f48d15512b..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src27.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src27.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src27.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "util/StringBuffer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/StringBuffer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/StringBuffer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Text.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Text.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Text.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "util/Unicode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "util/Unicode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "util/Unicode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ArgumentsObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ArgumentsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ArgumentsObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ArrayBufferObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ArrayBufferObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ArrayBufferObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/AsyncFunction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/AsyncFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/AsyncFunction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src28.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src28.cpp deleted file mode 100644 index d14e4c7c95dc..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src28.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src28.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src28.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/AsyncIteration.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/AsyncIteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/AsyncIteration.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/BytecodeUtil.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/BytecodeUtil.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/BytecodeUtil.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Caches.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Caches.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Caches.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/CallNonGenericMethod.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CallNonGenericMethod.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CallNonGenericMethod.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/CharacterEncoding.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CharacterEncoding.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CharacterEncoding.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/CodeCoverage.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/CodeCoverage.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/CodeCoverage.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src29.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src29.cpp deleted file mode 100644 index 799337b7c1fd..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src29.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src29.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src29.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Compression.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Compression.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Compression.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/DateTime.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/DateTime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/DateTime.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Debugger.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Debugger.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Debugger.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/DebuggerMemory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/DebuggerMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/DebuggerMemory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/EnvironmentObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/EnvironmentObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/EnvironmentObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ErrorObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ErrorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ErrorObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src3.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src3.cpp deleted file mode 100644 index 7b3ad0b7f17c..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src3.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src3.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src3.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/WeakSetObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/WeakSetObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/WeakSetObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/Collator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/Collator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/Collator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/CommonFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/CommonFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/CommonFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/DateTimeFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/DateTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/DateTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/IntlObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/IntlObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/IntlObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/NumberFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/NumberFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/NumberFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src30.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src30.cpp deleted file mode 100644 index 8bbbe9266d28..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src30.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src30.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src30.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/ErrorReporting.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ErrorReporting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ErrorReporting.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ForOfIterator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ForOfIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ForOfIterator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/GeckoProfiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GeckoProfiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GeckoProfiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/GeneratorObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GeneratorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GeneratorObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/GlobalObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/GlobalObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/GlobalObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/HelperThreads.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/HelperThreads.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/HelperThreads.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src31.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src31.cpp deleted file mode 100644 index 418b3af9f625..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src31.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src31.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src31.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Id.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Id.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Id.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Initialization.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Initialization.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Initialization.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Iteration.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Iteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Iteration.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSCompartment.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSCompartment.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSContext.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSContext.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSContext.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSFunction.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSFunction.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src32.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src32.cpp deleted file mode 100644 index 0563af2bb0c2..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src32.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src32.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src32.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/JSONParser.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSONParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSONParser.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSONPrinter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSONPrinter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSONPrinter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/JSScript.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/JSScript.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/JSScript.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/MemoryMetrics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/MemoryMetrics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/MemoryMetrics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/NativeObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/NativeObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/NativeObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src33.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src33.cpp deleted file mode 100644 index 72fde4a4b8c3..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src33.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src33.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src33.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/ObjectGroup.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ObjectGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ObjectGroup.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/PIC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/PIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/PIC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/PosixNSPR.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/PosixNSPR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/PosixNSPR.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Printer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Printer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Printer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Probes.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Probes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Probes.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ProxyObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ProxyObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ProxyObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src34.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src34.cpp deleted file mode 100644 index bfe12a506528..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src34.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src34.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src34.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Realm.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Realm.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Realm.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/ReceiverGuard.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/ReceiverGuard.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/ReceiverGuard.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/RegExpObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/RegExpObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/RegExpObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/RegExpStatics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/RegExpStatics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/RegExpStatics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Runtime.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Runtime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Runtime.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SavedStacks.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SavedStacks.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SavedStacks.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src35.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src35.cpp deleted file mode 100644 index 4d8641201b2e..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src35.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src35.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src35.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Scope.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Scope.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Scope.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SelfHosting.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SelfHosting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SelfHosting.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Shape.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Shape.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Shape.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SharedArrayObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SharedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SharedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SharedImmutableStringsCache.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SharedImmutableStringsCache.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SharedImmutableStringsCache.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Stack.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Stack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Stack.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src36.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src36.cpp deleted file mode 100644 index 1407ba43311a..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src36.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src36.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src36.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Stopwatch.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Stopwatch.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Stopwatch.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/StringType.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/StringType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/StringType.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/StructuredClone.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/StructuredClone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/StructuredClone.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/SymbolType.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/SymbolType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/SymbolType.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/TaggedProto.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TaggedProto.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TaggedProto.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Time.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Time.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Time.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src37.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src37.cpp deleted file mode 100644 index 6a24022ff099..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src37.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src37.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src37.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/TypeInference.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TypeInference.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TypeInference.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/TypedArrayObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/TypedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/TypedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UbiNode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UbiNodeCensus.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNodeCensus.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNodeCensus.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UbiNodeShortestPaths.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UbiNodeShortestPaths.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UbiNodeShortestPaths.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/UnboxedObject.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/UnboxedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/UnboxedObject.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src38.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src38.cpp deleted file mode 100644 index 9fce8642f8f8..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src38.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src38.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src38.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "vm/Value.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Value.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Value.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "vm/Xdr.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "vm/Xdr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "vm/Xdr.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/AsmJS.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/AsmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/AsmJS.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBaselineCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBaselineCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBaselineCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBinaryIterator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryIterator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBinaryToAST.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryToAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryToAST.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src39.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src39.cpp deleted file mode 100644 index 1fec3ca16344..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src39.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src39.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src39.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmBinaryToText.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBinaryToText.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBinaryToText.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmBuiltins.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmBuiltins.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmBuiltins.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmCode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmCompartment.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCompartment.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmDebug.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmDebug.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmDebug.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src4.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src4.cpp deleted file mode 100644 index 7b9617af6588..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src4.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src4.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src4.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "builtin/intl/PluralRules.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/PluralRules.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/PluralRules.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/RelativeTimeFormat.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/RelativeTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/RelativeTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "builtin/intl/SharedIntlData.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "builtin/intl/SharedIntlData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "builtin/intl/SharedIntlData.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "devtools/sharkctl.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "devtools/sharkctl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "devtools/sharkctl.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "ds/Bitmap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/Bitmap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/Bitmap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "ds/LifoAlloc.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/LifoAlloc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/LifoAlloc.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src40.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src40.cpp deleted file mode 100644 index f46876ca1250..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src40.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src40.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src40.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmFrameIter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmGenerator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmGenerator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmInstance.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmInstance.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmInstance.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmIonCompile.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmIonCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmIonCompile.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmJS.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmJS.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmModule.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmModule.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmModule.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src41.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src41.cpp deleted file mode 100644 index b6c31c9c1621..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src41.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src41.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src41.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmProcess.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmProcess.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmProcess.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmSignalHandlers.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmSignalHandlers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmSignalHandlers.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmStubs.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmStubs.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmStubs.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTable.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTable.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTable.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTextToBinary.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTextToBinary.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTextToBinary.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmTextUtils.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTextUtils.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTextUtils.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src42.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src42.cpp deleted file mode 100644 index 963e610663b5..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src42.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src42.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src42.cpp -@@ -0,0 +1,19 @@ -+#define MOZ_UNIFIED_BUILD -+#include "wasm/WasmTypes.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmTypes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmTypes.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "wasm/WasmValidate.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "wasm/WasmValidate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "wasm/WasmValidate.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src5.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src5.cpp deleted file mode 100644 index b34cfa7557b0..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src5.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src5.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src5.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "ds/MemoryProtectionExceptionHandler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "ds/MemoryProtectionExceptionHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "ds/MemoryProtectionExceptionHandler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/BytecodeCompiler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/BytecodeCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/BytecodeCompiler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/BytecodeEmitter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/BytecodeEmitter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/BytecodeEmitter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/FoldConstants.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/FoldConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/FoldConstants.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/NameFunctions.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/NameFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/NameFunctions.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "frontend/ParseNode.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/ParseNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/ParseNode.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src6.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src6.cpp deleted file mode 100644 index c0d1b05baf66..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src6.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src6.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src6.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "frontend/TokenStream.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "frontend/TokenStream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "frontend/TokenStream.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Allocator.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Allocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Allocator.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/AtomMarking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/AtomMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/AtomMarking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Barrier.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Barrier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Barrier.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/GC.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/GC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/GC.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/GCTrace.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/GCTrace.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/GCTrace.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src7.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src7.cpp deleted file mode 100644 index 5f38246dfd37..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src7.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src7.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src7.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "gc/Marking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Marking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Marking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Memory.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Memory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Memory.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Nursery.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Nursery.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Nursery.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/PublicIterators.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/PublicIterators.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/PublicIterators.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/RootMarking.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/RootMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/RootMarking.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Statistics.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Statistics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Statistics.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src8.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src8.cpp deleted file mode 100644 index fe2ad318124c..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src8.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src8.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src8.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "gc/Tracer.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Tracer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Tracer.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Verifier.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Verifier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Verifier.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/WeakMap.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/WeakMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/WeakMap.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/WeakMapPtr.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/WeakMapPtr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/WeakMapPtr.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/Zone.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/Zone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/Zone.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "gc/ZoneGroup.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "gc/ZoneGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "gc/ZoneGroup.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src9.cpp b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src9.cpp deleted file mode 100644 index c4249625401e..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_Unified__cpp__js__src9.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src9.cpp.orig 2020-11-24 21:44:47 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/Unified_cpp_js_src9.cpp -@@ -0,0 +1,55 @@ -+#define MOZ_UNIFIED_BUILD -+#include "irregexp/NativeRegExpMacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/NativeRegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/NativeRegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpAST.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpAST.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpCharacters.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpCharacters.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpCharacters.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpEngine.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpEngine.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpEngine.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpInterpreter.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpInterpreter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpInterpreter.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -+#include "irregexp/RegExpMacroAssembler.cpp" -+#ifdef PL_ARENA_CONST_ALIGN_MASK -+#error "irregexp/RegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." -+#undef PL_ARENA_CONST_ALIGN_MASK -+#endif -+#ifdef INITGUID -+#error "irregexp/RegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." -+#undef INITGUID -+#endif -\ No newline at end of file diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_js-confdefs.h b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_js-confdefs.h deleted file mode 100644 index f75abb77421a..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_build_js-confdefs.h +++ /dev/null @@ -1,78 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/build/js-confdefs.h.orig 2020-11-24 21:44:46 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/build/js-confdefs.h -@@ -0,0 +1,75 @@ -+/* List of defines generated by configure. Included with preprocessor flag, -+ * -include, to avoid long list of -D defines on the compile command-line. -+ * Do not edit. -+ */ -+ -+#ifndef js_confdefs_h -+#define js_confdefs_h -+ -+// Expands to all the defines from configure. -+#define CPP_THROW_NEW throw() -+#define CROSS_COMPILE -+#define EDITLINE 1 -+#define HAVE_64BIT_BUILD 1 -+#define HAVE_CLOCK_MONOTONIC 1 -+#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 -+#define HAVE_DIRENT_H 1 -+#define HAVE_DLOPEN 1 -+#define HAVE_GETC_UNLOCKED 1 -+#define HAVE_GETOPT_H 1 -+#define HAVE_GMTIME_R 1 -+#define HAVE_INTTYPES_H 1 -+#define HAVE_LANGINFO_CODESET 1 -+#define HAVE_LIBM 1 -+#define HAVE_LOCALECONV 1 -+#define HAVE_LOCALTIME_R 1 -+#define HAVE_MALLOC_USABLE_SIZE 1 -+#define HAVE_NETINET_IN_H 1 -+#define HAVE_NL_TYPES_H 1 -+#define HAVE_POSIX_FADVISE 1 -+#define HAVE_POSIX_FALLOCATE 1 -+#define HAVE_POSIX_MEMALIGN 1 -+#define HAVE_RES_NINIT 1 -+#define HAVE_SINCOS 1 -+#define HAVE_SSIZE_T 1 -+#define HAVE_STDINT_H 1 -+#define HAVE_STRNDUP 1 -+#define HAVE_SYS_MOUNT_H 1 -+#define HAVE_SYS_QUEUE_H 1 -+#define HAVE_SYS_STATVFS_H 1 -+#define HAVE_SYS_TYPES_H 1 -+#define HAVE_THREAD_TLS_KEYWORD 1 -+#define HAVE_TM_ZONE_TM_GMTOFF 1 -+#define HAVE_UNISTD_H 1 -+#define HAVE_VALLOC 1 -+#define HAVE_VA_COPY 1 -+#define HAVE_VISIBILITY_ATTRIBUTE 1 -+#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 -+#define HAVE___CXA_DEMANGLE 1 -+#define JS_64BIT 1 -+#define JS_CODEGEN_NONE 1 -+#define JS_DEFAULT_JITREPORT_GRANULARITY 3 -+#define JS_POSIX_NSPR 1 -+#define JS_PUNBOX64 1 -+#define JS_STANDALONE 1 -+#define MALLOC_H <malloc_np.h> -+#define MALLOC_USABLE_SIZE_CONST_PTR const -+#define MOZILLA_UAVERSION "60.0" -+#define MOZILLA_VERSION "60.3.0" -+#define MOZILLA_VERSION_U 60.3.0 -+#define MOZJS_MAJOR_VERSION 60 -+#define MOZJS_MINOR_VERSION 3 -+#define MOZ_BUILD_APP js -+#define MOZ_DLL_SUFFIX ".so" -+#define MOZ_UPDATE_CHANNEL default -+#define NO_NSPR_10_SUPPORT 1 -+#define RELEASE_OR_BETA 1 -+#define STDC_HEADERS 1 -+#define VA_COPY va_copy -+#define XP_UNIX 1 -+#define _REENTRANT 1 -+#define _THREAD_SAFE 1 -+ -+#include "js/RequiredDefines.h" -+ -+#endif /* js_confdefs_h */ diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_include_js-config.h b/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_include_js-config.h deleted file mode 100644 index 85ff6426acaf..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_mozjs-60_platform_ppc64le_freebsd_include_js-config.h +++ /dev/null @@ -1,64 +0,0 @@ ---- src/third_party/mozjs-60/platform/ppc64le/freebsd/include/js-config.h.orig 2020-11-24 21:44:28 UTC -+++ src/third_party/mozjs-60/platform/ppc64le/freebsd/include/js-config.h -@@ -0,0 +1,61 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- -+ * vim: set ts=8 sw=4 et tw=78: -+ * -+ * This Source Code Form is subject to the terms of the Mozilla Public -+ * License, v. 2.0. If a copy of the MPL was not distributed with this -+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -+ -+#ifndef js_config_h -+#define js_config_h -+ -+/* Definitions set at build time that affect SpiderMonkey's public API. -+ This header file is generated by the SpiderMonkey configure script, -+ and installed along with jsapi.h. */ -+ -+/* Define to 1 if SpiderMonkey is in debug mode. */ -+/* #undef JS_DEBUG */ -+ -+/* -+ * NB: We have a special case for rust-bindgen, which wants to be able to -+ * generate both debug and release bindings on a single objdir. -+ */ -+#ifdef JS_DEBUG -+#if !defined(DEBUG) && !defined(RUST_BINDGEN) -+# error "SpiderMonkey was configured with --enable-debug, so DEBUG must be defined when including this header" -+# endif -+#else -+# if defined(DEBUG) && !defined(RUST_BINDGEN) -+# error "SpiderMonkey was configured with --disable-debug, so DEBUG must be not defined when including this header" -+# endif -+#endif -+ -+/* Define to 1 if SpiderMonkey should not use struct types in debug builds. */ -+/* #undef JS_NO_JSVAL_JSID_STRUCT_TYPES */ -+ -+/* Define to 1 if SpiderMonkey should support multi-threaded clients. */ -+/* #undef JS_THREADSAFE */ -+ -+/* Define to 1 if SpiderMonkey should include ctypes support. */ -+/* #undef JS_HAS_CTYPES */ -+ -+/* Define to 1 if SpiderMonkey should support the ability to perform -+ entirely too much GC. */ -+/* #undef JS_GC_ZEAL */ -+ -+/* Define to 1 if SpiderMonkey should use small chunks. */ -+/* #undef JS_GC_SMALL_CHUNK_SIZE */ -+ -+/* Define to 1 to perform extra assertions and heap poisoning. */ -+/* #undef JS_CRASH_DIAGNOSTICS */ -+ -+/* Define to 1 if SpiderMonkey is in NUNBOX32 mode. */ -+/* #undef JS_NUNBOX32 */ -+ -+/* Define to 1 if SpiderMonkey is in PUNBOX64 mode. */ -+#define JS_PUNBOX64 1 -+ -+/* MOZILLA JSAPI version number components */ -+#define MOZJS_MAJOR_VERSION 60 -+#define MOZJS_MINOR_VERSION 3 -+ -+#endif /* js_config_h */ diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_dist_filelist b/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_dist_filelist deleted file mode 100644 index 2fe1d071ab80..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_dist_filelist +++ /dev/null @@ -1,11 +0,0 @@ ---- src/third_party/wiredtiger/dist/filelist.orig 2020-09-02 06:34:58 UTC -+++ src/third_party/wiredtiger/dist/filelist -@@ -50,7 +50,7 @@ src/btree/row_key.c - src/btree/row_modify.c - src/btree/row_srch.c - src/checksum/arm64/crc32-arm64.c ARM64_HOST --src/checksum/power8/crc32.sx POWERPC_HOST -+src/checksum/power8/crc32.S POWERPC_HOST - src/checksum/power8/crc32_wrapper.c POWERPC_HOST - src/checksum/software/checksum.c - src/checksum/x86/crc32-x86.c X86_HOST diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_crc32.S b/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_crc32.S deleted file mode 100644 index fe2e707d16a7..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_crc32.S +++ /dev/null @@ -1,14 +0,0 @@ ---- src/third_party/wiredtiger/src/checksum/power8/crc32.S.orig 2020-09-02 06:34:58 UTC -+++ src/third_party/wiredtiger/src/checksum/power8/crc32.S -@@ -26,7 +26,11 @@ - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ -+#ifdef __clang__ -+#include "ppc-asm.h" -+#else - #include <ppc-asm.h> -+#endif - #include "ppc-opcode.h" - - #undef toc diff --git a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_ppc-asm.h b/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_ppc-asm.h deleted file mode 100644 index 7cd3eb43c89c..000000000000 --- a/databases/mongodb50/files/powerpc64le/patch-src_third__party_wiredtiger_src_checksum_power8_ppc-asm.h +++ /dev/null @@ -1,393 +0,0 @@ ---- src/third_party/wiredtiger/src/checksum/power8/ppc-asm.h.orig 2020-11-25 13:26:22 UTC -+++ src/third_party/wiredtiger/src/checksum/power8/ppc-asm.h -@@ -0,0 +1,390 @@ -+/* PowerPC asm definitions for GNU C. -+ -+Copyright (C) 2002-2020 Free Software Foundation, Inc. -+ -+This file is part of GCC. -+ -+GCC is free software; you can redistribute it and/or modify it under -+the terms of the GNU General Public License as published by the Free -+Software Foundation; either version 3, or (at your option) any later -+version. -+ -+GCC is distributed in the hope that it will be useful, but WITHOUT ANY -+WARRANTY; without even the implied warranty of MERCHANTABILITY or -+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+for more details. -+ -+Under Section 7 of GPL version 3, you are granted additional -+permissions described in the GCC Runtime Library Exception, version -+3.1, as published by the Free Software Foundation. -+ -+You should have received a copy of the GNU General Public License and -+a copy of the GCC Runtime Library Exception along with this program; -+see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -+<http://www.gnu.org/licenses/>. */ -+ -+/* Under winnt, 1) gas supports the following as names and 2) in particular -+ defining "toc" breaks the FUNC_START macro as ".toc" becomes ".2" */ -+ -+#define r0 0 -+#define sp 1 -+#define toc 2 -+#define r3 3 -+#define r4 4 -+#define r5 5 -+#define r6 6 -+#define r7 7 -+#define r8 8 -+#define r9 9 -+#define r10 10 -+#define r11 11 -+#define r12 12 -+#define r13 13 -+#define r14 14 -+#define r15 15 -+#define r16 16 -+#define r17 17 -+#define r18 18 -+#define r19 19 -+#define r20 20 -+#define r21 21 -+#define r22 22 -+#define r23 23 -+#define r24 24 -+#define r25 25 -+#define r26 26 -+#define r27 27 -+#define r28 28 -+#define r29 29 -+#define r30 30 -+#define r31 31 -+ -+#define cr0 0 -+#define cr1 1 -+#define cr2 2 -+#define cr3 3 -+#define cr4 4 -+#define cr5 5 -+#define cr6 6 -+#define cr7 7 -+ -+#define f0 0 -+#define f1 1 -+#define f2 2 -+#define f3 3 -+#define f4 4 -+#define f5 5 -+#define f6 6 -+#define f7 7 -+#define f8 8 -+#define f9 9 -+#define f10 10 -+#define f11 11 -+#define f12 12 -+#define f13 13 -+#define f14 14 -+#define f15 15 -+#define f16 16 -+#define f17 17 -+#define f18 18 -+#define f19 19 -+#define f20 20 -+#define f21 21 -+#define f22 22 -+#define f23 23 -+#define f24 24 -+#define f25 25 -+#define f26 26 -+#define f27 27 -+#define f28 28 -+#define f29 29 -+#define f30 30 -+#define f31 31 -+ -+#ifdef __VSX__ -+#define f32 32 -+#define f33 33 -+#define f34 34 -+#define f35 35 -+#define f36 36 -+#define f37 37 -+#define f38 38 -+#define f39 39 -+#define f40 40 -+#define f41 41 -+#define f42 42 -+#define f43 43 -+#define f44 44 -+#define f45 45 -+#define f46 46 -+#define f47 47 -+#define f48 48 -+#define f49 49 -+#define f50 50 -+#define f51 51 -+#define f52 52 -+#define f53 53 -+#define f54 54 -+#define f55 55 -+#define f56 56 -+#define f57 57 -+#define f58 58 -+#define f59 59 -+#define f60 60 -+#define f61 61 -+#define f62 62 -+#define f63 63 -+#endif -+ -+#ifdef __ALTIVEC__ -+#define v0 0 -+#define v1 1 -+#define v2 2 -+#define v3 3 -+#define v4 4 -+#define v5 5 -+#define v6 6 -+#define v7 7 -+#define v8 8 -+#define v9 9 -+#define v10 10 -+#define v11 11 -+#define v12 12 -+#define v13 13 -+#define v14 14 -+#define v15 15 -+#define v16 16 -+#define v17 17 -+#define v18 18 -+#define v19 19 -+#define v20 20 -+#define v21 21 -+#define v22 22 -+#define v23 23 -+#define v24 24 -+#define v25 25 -+#define v26 26 -+#define v27 27 -+#define v28 28 -+#define v29 29 -+#define v30 30 -+#define v31 31 -+#endif -+ -+#ifdef __VSX__ -+#define vs0 0 -+#define vs1 1 -+#define vs2 2 -+#define vs3 3 -+#define vs4 4 -+#define vs5 5 -+#define vs6 6 -+#define vs7 7 -+#define vs8 8 -+#define vs9 9 -+#define vs10 10 -+#define vs11 11 -+#define vs12 12 -+#define vs13 13 -+#define vs14 14 -+#define vs15 15 -+#define vs16 16 -+#define vs17 17 -+#define vs18 18 -+#define vs19 19 -+#define vs20 20 -+#define vs21 21 -+#define vs22 22 -+#define vs23 23 -+#define vs24 24 -+#define vs25 25 -+#define vs26 26 -+#define vs27 27 -+#define vs28 28 -+#define vs29 29 -+#define vs30 30 -+#define vs31 31 -+#define vs32 32 -+#define vs33 33 -+#define vs34 34 -+#define vs35 35 -+#define vs36 36 -+#define vs37 37 -+#define vs38 38 -+#define vs39 39 -+#define vs40 40 -+#define vs41 41 -+#define vs42 42 -+#define vs43 43 -+#define vs44 44 -+#define vs45 45 -+#define vs46 46 -+#define vs47 47 -+#define vs48 48 -+#define vs49 49 -+#define vs50 50 -+#define vs51 51 -+#define vs52 52 -+#define vs53 53 -+#define vs54 54 -+#define vs55 55 -+#define vs56 56 -+#define vs57 57 -+#define vs58 58 -+#define vs59 59 -+#define vs60 60 -+#define vs61 61 -+#define vs62 62 -+#define vs63 63 -+#endif -+ -+/* -+ * Macros to glue together two tokens. -+ */ -+ -+#ifdef __STDC__ -+#define XGLUE(a,b) a##b -+#else -+#define XGLUE(a,b) a/**/b -+#endif -+ -+#define GLUE(a,b) XGLUE(a,b) -+ -+/* -+ * Macros to begin and end a function written in assembler. If -mcall-aixdesc -+ * or -mcall-nt, create a function descriptor with the given name, and create -+ * the real function with one or two leading periods respectively. -+ */ -+ -+#if defined(__powerpc64__) && _CALL_ELF == 2 -+ -+/* Defining "toc" above breaks @toc in assembler code. */ -+#undef toc -+ -+#define FUNC_NAME(name) GLUE(__USER_LABEL_PREFIX__,name) -+#ifdef __PCREL__ -+#define JUMP_TARGET(name) GLUE(FUNC_NAME(name),@notoc) -+#define FUNC_START(name) \ -+ .type FUNC_NAME(name),@function; \ -+ .globl FUNC_NAME(name); \ -+FUNC_NAME(name): \ -+ .localentry FUNC_NAME(name),1 -+#else -+#define JUMP_TARGET(name) FUNC_NAME(name) -+#define FUNC_START(name) \ -+ .type FUNC_NAME(name),@function; \ -+ .globl FUNC_NAME(name); \ -+FUNC_NAME(name): \ -+0: addis 2,12,(.TOC.-0b)@ha; \ -+ addi 2,2,(.TOC.-0b)@l; \ -+ .localentry FUNC_NAME(name),.-FUNC_NAME(name) -+#endif /* !__PCREL__ */ -+ -+#define HIDDEN_FUNC(name) \ -+ FUNC_START(name) \ -+ .hidden FUNC_NAME(name); -+ -+#define FUNC_END(name) \ -+ .size FUNC_NAME(name),.-FUNC_NAME(name) -+ -+#elif defined (__powerpc64__) -+ -+#define FUNC_NAME(name) GLUE(.,name) -+#define JUMP_TARGET(name) FUNC_NAME(name) -+#define FUNC_START(name) \ -+ .section ".opd","aw"; \ -+name: \ -+ .quad GLUE(.,name); \ -+ .quad .TOC.@tocbase; \ -+ .quad 0; \ -+ .previous; \ -+ .type GLUE(.,name),@function; \ -+ .globl name; \ -+ .globl GLUE(.,name); \ -+GLUE(.,name): -+ -+#define HIDDEN_FUNC(name) \ -+ FUNC_START(name) \ -+ .hidden name; \ -+ .hidden GLUE(.,name); -+ -+#define FUNC_END(name) \ -+GLUE(.L,name): \ -+ .size GLUE(.,name),GLUE(.L,name)-GLUE(.,name) -+ -+#elif defined(_CALL_AIXDESC) -+ -+#ifdef _RELOCATABLE -+#define DESC_SECTION ".got2" -+#else -+#define DESC_SECTION ".got1" -+#endif -+ -+#define FUNC_NAME(name) GLUE(.,name) -+#define JUMP_TARGET(name) FUNC_NAME(name) -+#define FUNC_START(name) \ -+ .section DESC_SECTION,"aw"; \ -+name: \ -+ .long GLUE(.,name); \ -+ .long _GLOBAL_OFFSET_TABLE_; \ -+ .long 0; \ -+ .previous; \ -+ .type GLUE(.,name),@function; \ -+ .globl name; \ -+ .globl GLUE(.,name); \ -+GLUE(.,name): -+ -+#define HIDDEN_FUNC(name) \ -+ FUNC_START(name) \ -+ .hidden name; \ -+ .hidden GLUE(.,name); -+ -+#define FUNC_END(name) \ -+GLUE(.L,name): \ -+ .size GLUE(.,name),GLUE(.L,name)-GLUE(.,name) -+ -+#else -+ -+#define FUNC_NAME(name) GLUE(__USER_LABEL_PREFIX__,name) -+#if defined __PIC__ || defined __pic__ -+#define JUMP_TARGET(name) FUNC_NAME(name@plt) -+#else -+#define JUMP_TARGET(name) FUNC_NAME(name) -+#endif -+#define FUNC_START(name) \ -+ .type FUNC_NAME(name),@function; \ -+ .globl FUNC_NAME(name); \ -+FUNC_NAME(name): -+ -+#define HIDDEN_FUNC(name) \ -+ FUNC_START(name) \ -+ .hidden FUNC_NAME(name); -+ -+#define FUNC_END(name) \ -+GLUE(.L,name): \ -+ .size FUNC_NAME(name),GLUE(.L,name)-FUNC_NAME(name) -+#endif -+ -+#ifdef IN_GCC -+/* For HAVE_GAS_CFI_DIRECTIVE. */ -+#include "auto-host.h" -+ -+#ifdef HAVE_GAS_CFI_DIRECTIVE -+# define CFI_STARTPROC .cfi_startproc -+# define CFI_ENDPROC .cfi_endproc -+# define CFI_OFFSET(reg, off) .cfi_offset reg, off -+# define CFI_DEF_CFA_REGISTER(reg) .cfi_def_cfa_register reg -+# define CFI_RESTORE(reg) .cfi_restore reg -+#else -+# define CFI_STARTPROC -+# define CFI_ENDPROC -+# define CFI_OFFSET(reg, off) -+# define CFI_DEF_CFA_REGISTER(reg) -+# define CFI_RESTORE(reg) -+#endif -+#endif -+ -+#if defined __linux__ && !defined __powerpc64__ -+ .section .note.GNU-stack -+ .previous -+#endif diff --git a/databases/mongodb50/pkg-descr b/databases/mongodb50/pkg-descr deleted file mode 100644 index 5bf5a965fd47..000000000000 --- a/databases/mongodb50/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Distributed document-oriented "NoSQL" database. - -Mongo (from "humongous") is a high-performance, open source, -schema-free, document-oriented database. A common name in the -"NOSQL" community. diff --git a/databases/mongodb50/pkg-message b/databases/mongodb50/pkg-message deleted file mode 100644 index 43e45ca6a35a..000000000000 --- a/databases/mongodb50/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -MongoDB on Rasperry Pi can work but is unsupported upstream. -Please read https://jira.mongodb.org/browse/SERVER-71772 if you run this on a non-LSE ARM cpu. -EOM -} -] diff --git a/databases/mongodb50/pkg-plist b/databases/mongodb50/pkg-plist deleted file mode 100644 index dbb1f6e5ce80..000000000000 --- a/databases/mongodb50/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/mongo -bin/mongod -bin/mongos -@sample etc/mongodb.conf.sample -%%DOCSDIR%%/LICENSE-Community.txt -%%DOCSDIR%%/MPL-2 -%%DOCSDIR%%/README -%%DOCSDIR%%/THIRD-PARTY-NOTICES diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile index aeb929ee6d37..1a75ba698aae 100644 --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 6.0.24 +DISTVERSION= 6.0.25 CATEGORIES= databases net MASTER_SITES= https://hg.mozilla.org/mozilla-central/raw-rev/:patches PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb60/distinfo b/databases/mongodb60/distinfo index 5ccfc4b87218..4ebe9d833612 100644 --- a/databases/mongodb60/distinfo +++ b/databases/mongodb60/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1748508963 +TIMESTAMP = 1753788846 SHA256 (223087fdc29f18678f6174e9807b8780e439acf6) = f234371584e2b2bc9953ae4fd145da19c99a6f04087f53d59616aecf29df039c SIZE (223087fdc29f18678f6174e9807b8780e439acf6) = 1597 -SHA256 (mongodb-mongo-r6.0.24_GH0.tar.gz) = c5d6c9c4ce58d0165ac5eee1158f1d3813a8b2a14eb9dcd60f04fdfc3ecb30de -SIZE (mongodb-mongo-r6.0.24_GH0.tar.gz) = 87501923 +SHA256 (mongodb-mongo-r6.0.25_GH0.tar.gz) = 9637f83ca74c6faa30853e96e3c897aa61bb74433e1b64084b5e5d70e458f528 +SIZE (mongodb-mongo-r6.0.25_GH0.tar.gz) = 87527607 SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0 SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901 diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index b7e4a990921f..cae523d04275 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,7 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 7.0.21 -PORTREVISION= 2 +DISTVERSION= 7.0.22 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -45,7 +44,7 @@ USES+= gmake pkgconfig CPE_PRODUCT= mongodb # mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh -MOZJS_TAG= 98c8be22bec7bb650156e0d389b425322d8c323c +MOZJS_TAG= 5acd3be6c9563ad3e7ca6182285c69a38de47bab USE_GITHUB= yes GH_ACCOUNT= mongodb mongodb-forks:mozjs diff --git a/databases/mongodb70/distinfo b/databases/mongodb70/distinfo index cacda4db225b..cfdc23e0420e 100644 --- a/databases/mongodb70/distinfo +++ b/databases/mongodb70/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748467171 -SHA256 (mongodb-mongo-r7.0.21_GH0.tar.gz) = 9a79bd9e0ffa80c092624bec331865475ebb47b2648cf8bb14d83419a4b1f9a6 -SIZE (mongodb-mongo-r7.0.21_GH0.tar.gz) = 87745814 -SHA256 (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 9c266a0b13e1352d410e4c0b985c4f31cea0bcc81631f2a38af9291f676434bf -SIZE (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 280427824 +TIMESTAMP = 1752738065 +SHA256 (mongodb-mongo-r7.0.22_GH0.tar.gz) = 031f7e924d1094c001621075f87cb466a84c975702a42796827d1456d4d57857 +SIZE (mongodb-mongo-r7.0.22_GH0.tar.gz) = 87803554 +SHA256 (mongodb-forks-spidermonkey-5acd3be6c9563ad3e7ca6182285c69a38de47bab_GH0.tar.gz) = 1420533e23970171ff7a420e3ded1ea493e1976fb8896a5fd6f35e5b2d75733b +SIZE (mongodb-forks-spidermonkey-5acd3be6c9563ad3e7ca6182285c69a38de47bab_GH0.tar.gz) = 280439685 diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 57daee28c2d3..9ec9b060287f 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 8.0.11 +DISTVERSION= 8.0.12 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -49,7 +49,7 @@ USES+= gmake pkgconfig CPE_PRODUCT= mongodb # mozjs tag comes from ${WRKSRC}/src/third_party/mozjs/get-sources.sh -MOZJS_TAG= 98c8be22bec7bb650156e0d389b425322d8c323c +MOZJS_TAG= 5acd3be6c9563ad3e7ca6182285c69a38de47bab USE_GITHUB= yes GH_ACCOUNT= mongodb mongodb-forks:mozjs diff --git a/databases/mongodb80/distinfo b/databases/mongodb80/distinfo index 4e043409edea..85c4c9f5851e 100644 --- a/databases/mongodb80/distinfo +++ b/databases/mongodb80/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751343718 -SHA256 (mongodb-mongo-r8.0.11_GH0.tar.gz) = 420cf84825852ab2d9fb3b3889450d26a069ea4c0e29f8097b2809e0f11cc348 -SIZE (mongodb-mongo-r8.0.11_GH0.tar.gz) = 95649604 -SHA256 (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 9c266a0b13e1352d410e4c0b985c4f31cea0bcc81631f2a38af9291f676434bf -SIZE (mongodb-forks-spidermonkey-98c8be22bec7bb650156e0d389b425322d8c323c_GH0.tar.gz) = 280427824 +TIMESTAMP = 1752834928 +SHA256 (mongodb-mongo-r8.0.12_GH0.tar.gz) = 0e9000bd8674e8b7c4f48906f6799f9604a1d61f79220cbb099b231a50ac05ea +SIZE (mongodb-mongo-r8.0.12_GH0.tar.gz) = 98534080 +SHA256 (mongodb-forks-spidermonkey-5acd3be6c9563ad3e7ca6182285c69a38de47bab_GH0.tar.gz) = 1420533e23970171ff7a420e3ded1ea493e1976fb8896a5fd6f35e5b2d75733b +SIZE (mongodb-forks-spidermonkey-5acd3be6c9563ad3e7ca6182285c69a38de47bab_GH0.tar.gz) = 280439685 diff --git a/databases/mongodb80/files/patch-SConstruct b/databases/mongodb80/files/patch-SConstruct index 375b9238a97a..6e039812b1a2 100644 --- a/databases/mongodb80/files/patch-SConstruct +++ b/databases/mongodb80/files/patch-SConstruct @@ -1,31 +1,6 @@ ---- SConstruct.orig 2024-07-22 19:17:33 UTC +--- SConstruct.orig 2025-07-07 23:12:17 UTC +++ SConstruct -@@ -25,7 +25,6 @@ import SCons.Script - - import SCons - import SCons.Script --from mongo_tooling_metrics.lib.top_level_metrics import SConsToolingMetrics - from site_scons.mongo import build_profiles - - # This must be first, even before EnsureSConsVersion, if -@@ -1722,16 +1721,6 @@ env.AddMethod(lambda env, name, **kwargs: add_option(n - del envDict - env.AddMethod(lambda env, name, **kwargs: add_option(name, **kwargs), 'AddOption') - --# The placement of this is intentional. Here we setup an atexit method to store tooling metrics. --# We should only register this function after env, env_vars and the parser have been properly initialized. --SConsToolingMetrics.register_metrics( -- utc_starttime=datetime.utcnow(), -- artifact_dir=env.Dir('$BUILD_DIR').get_abspath(), -- env_vars=env_vars, -- env=env, -- parser=_parser, --) -- - if get_option('build-metrics'): - env['BUILD_METRICS_ARTIFACTS_DIR'] = '$BUILD_ROOT/$VARIANT_DIR' - env.Tool('build_metrics') -@@ -1835,7 +1824,7 @@ if unknown_vars: +@@ -1848,7 +1848,7 @@ if unknown_vars: unknown_vars = env_vars.UnknownVariables() if unknown_vars: diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index aa39a3a3a86f..6e681fdae4a7 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.19.4-2 +DISTVERSION= 0.19.4-3 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 8fc2984f3763..a5e24d6d4038 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208120 -SHA256 (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = b5213e44a755127196a40916484e37d18dfbe304aaac50ec17f9f6aba8d0968e -SIZE (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = 843293 +TIMESTAMP = 1753265700 +SHA256 (mydumper-mydumper-v0.19.4-3_GH0.tar.gz) = ca0b0d810d1bb6768bd4abc56c6f38c3682dac99a93d1b98d57a84293a80ed2a +SIZE (mydumper-mydumper-v0.19.4-3_GH0.tar.gz) = 843216 diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index 3ca4a0bfa497..aecced016939 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -1,6 +1,5 @@ PORTNAME= mysql-connector-c++ -PORTVERSION= 8.0.33 -PORTREVISION= 12 +DISTVERSION= 9.4.0 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -30,7 +29,7 @@ CMAKE_ARGS= -DCMAKE_ENABLE_C++17=ON \ -DWITH_ZLIB=system \ -DWITH_ZSTD=system -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${DISTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS JDBC @@ -48,6 +47,9 @@ JDBC_CMAKE_ON= -DWITH_JDBC=ON post-install: @${RM} ${STAGEDIR}${PREFIX}/INFO_BIN @${RM} ${STAGEDIR}${PREFIX}/INFO_SRC + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cmake + @${MV} ${STAGEDIR}${PREFIX}/mysql-*.cmake \ + ${STAGEDIR}${PREFIX}/lib/cmake/ post-install-DOCS-on: @${RM} ${STAGEDIR}${DOCSDIR}/INSTALL \ diff --git a/databases/mysql-connector-c++/distinfo b/databases/mysql-connector-c++/distinfo index 07e02a50bd6e..a8150b9cf430 100644 --- a/databases/mysql-connector-c++/distinfo +++ b/databases/mysql-connector-c++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688279127 -SHA256 (mysql-connector-c++-8.0.33-src.tar.gz) = 160cf6881fbde9bd46cd11aaf12930b676bc6e27589ac5c7ba49c196b97e053b -SIZE (mysql-connector-c++-8.0.33-src.tar.gz) = 4531693 +TIMESTAMP = 1753568390 +SHA256 (mysql-connector-c++-9.4.0-src.tar.gz) = 36a7c93d4a10d1da2a2e66367559d91741aa0f0362bc0ae943171cf1771f6615 +SIZE (mysql-connector-c++-9.4.0-src.tar.gz) = 4788987 diff --git a/databases/mysql-connector-c++/pkg-plist b/databases/mysql-connector-c++/pkg-plist index 0871a6f066b6..f3b0d695718f 100644 --- a/databases/mysql-connector-c++/pkg-plist +++ b/databases/mysql-connector-c++/pkg-plist @@ -50,8 +50,10 @@ include/mysqlx/version_info.h include/mysqlx/xapi.h include/mysqlx/xdevapi.h %%JDBC%%lib/libmysqlcppconn.so -%%JDBC%%lib/libmysqlcppconn.so.9 -%%JDBC%%lib/libmysqlcppconn.so.9.%%PORTVERSION%% -lib/libmysqlcppconn8.so -lib/libmysqlcppconn8.so.2 -lib/libmysqlcppconn8.so.2.%%PORTVERSION%% +%%JDBC%%lib/libmysqlcppconn.so.10 +%%JDBC%%lib/libmysqlcppconn.so.10.%%PORTVERSION%% +lib/cmake/mysql-concpp-config-version.cmake +lib/cmake/mysql-concpp-config.cmake +lib/libmysqlcppconnx.so +lib/libmysqlcppconnx.so.2 +lib/libmysqlcppconnx.so.2.%%PORTVERSION%% diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 104dc05bfdf0..5222735d9b92 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -10,7 +10,7 @@ WWW= http://www.linuxnetworks.de/opendbx/ LICENSE= LGPL21 -USES= gmake libtool pathfix readline +USES= gmake libtool readline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${WRKSRC}/lib -L${LOCALBASE}/lib diff --git a/databases/openvoxdb-terminus8/Makefile b/databases/openvoxdb-terminus8/Makefile new file mode 100644 index 000000000000..98ac666e1081 --- /dev/null +++ b/databases/openvoxdb-terminus8/Makefile @@ -0,0 +1,25 @@ +PORTNAME= openvoxdb-terminus +PORTVERSION= 8.9.1 +CATEGORIES= databases ruby +MASTER_SITES= https://artifacts.voxpupuli.org/openvoxdb/${PORTVERSION}/ +PKGNAMESUFFIX= 8 +DISTNAME= openvoxdb-${PORTVERSION} + +MAINTAINER= puppet@FreeBSD.org +COMMENT= PuppetDB storeconfigs backend terminus module +WWW= https://docs.puppetlabs.com/puppetdb/latest/ + +LICENSE= APACHE20 + +CONFLICTS_INSTALL= openvoxdb-terminus[0-9] puppetdb-terminus[0-9] +NO_BUILD= yes +USES= gmake ruby +WRKSRC= ${WRKDIR}/puppetdb-${PORTVERSION} + +post-patch: + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile + +do-install: + @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini + +.include <bsd.port.mk> diff --git a/databases/openvoxdb-terminus8/distinfo b/databases/openvoxdb-terminus8/distinfo new file mode 100644 index 000000000000..ea7fff96577c --- /dev/null +++ b/databases/openvoxdb-terminus8/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748051408 +SHA256 (openvoxdb-8.9.1.tar.gz) = ac4b2ad8de6b95edb2a53d8c85421cd3aa1daafff3499b986a822b68b4186355 +SIZE (openvoxdb-8.9.1.tar.gz) = 61667810 diff --git a/databases/openvoxdb-terminus8/files/patch-Makefile b/databases/openvoxdb-terminus8/files/patch-Makefile new file mode 100644 index 000000000000..a8f4969db7a4 --- /dev/null +++ b/databases/openvoxdb-terminus8/files/patch-Makefile @@ -0,0 +1,61 @@ +--- Makefile.orig 2025-03-19 21:22:39 UTC ++++ Makefile +@@ -1,7 +1,7 @@ confdir = /etc + prefix = /usr/local + datadir = $(prefix)/share + confdir = /etc +-rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") ++rubylibdir = $(shell %%PREFIX%%/bin/ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") + rundir = /var/run + bindir = /usr/bin + +@@ -36,22 +36,33 @@ install-puppetdb-termini: + + + install-puppetdb-termini: +- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" +- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" +- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" +- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" +- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" +- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" +- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" +- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" +- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" +- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" +- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" +- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" +- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" +- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/functions" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/node" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" ++ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" ++ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" ++ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" ++ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" ++ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" ++ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" ++ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" ++ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" ++ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" ++ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" ++ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" ++ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" ++ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" ++ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" ++ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" + + install-rpm-sysv-init: install-rpm-preinst + install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/openvoxdb-terminus8/pkg-descr b/databases/openvoxdb-terminus8/pkg-descr new file mode 100644 index 000000000000..4d64063e8c6e --- /dev/null +++ b/databases/openvoxdb-terminus8/pkg-descr @@ -0,0 +1 @@ +The PuppetDB storeconfigs backend terminus module. diff --git a/databases/openvoxdb-terminus8/pkg-plist b/databases/openvoxdb-terminus8/pkg-plist new file mode 100644 index 000000000000..a12b86eb6a1a --- /dev/null +++ b/databases/openvoxdb-terminus8/pkg-plist @@ -0,0 +1,17 @@ +%%RUBY_SITELIBDIR%%/puppet/face/node/deactivate.rb +%%RUBY_SITELIBDIR%%/puppet/face/node/status.rb +%%RUBY_SITELIBDIR%%/puppet/functions/puppetdb_query.rb +%%RUBY_SITELIBDIR%%/puppet/indirector/catalog/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb_apply.rb +%%RUBY_SITELIBDIR%%/puppet/indirector/node/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/indirector/resource/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/reports/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/atom.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/char_encoding.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command_names.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/config.rb +%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/http.rb + diff --git a/databases/openvoxdb8/Makefile b/databases/openvoxdb8/Makefile new file mode 100644 index 000000000000..44305c7a51b6 --- /dev/null +++ b/databases/openvoxdb8/Makefile @@ -0,0 +1,57 @@ +PORTNAME= openvoxdb +PORTVERSION= 8.9.1 +CATEGORIES= databases java +MASTER_SITES= https://artifacts.voxpupuli.org/${PORTNAME}/${PORTVERSION}/ +PKGNAMESUFFIX= 8 + +MAINTAINER= puppet@FreeBSD.org +COMMENT= PuppetDB storeconfigs backend +WWW= https://docs.puppetlabs.com/puppetdb/latest/ + +LICENSE= APACHE20 + +RUN_DEPENDS= bash:shells/bash + +USE_RC_SUBR= puppetdb + +CONFLICTS_INSTALL= openvoxdb[0-9] puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample +USES= cpe java shebangfix +CPE_VENDOR= puppet +SHEBANG_FILES= ext/bin/puppetdb \ + ext/cli/anonymize \ + ext/cli/config-migration \ + ext/cli/foreground \ + ext/cli/ssl-setup \ + ext/cli/start \ + ext/cli/stop \ + ext/cli/reload \ + ext/cli/upgrade \ + ext/ezbake-functions.sh +JAVA_VERSION= 11+ +NO_ARCH= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/puppetdb-${PORTVERSION} + +USERS= puppetdb +GROUPS= puppetdb + +SUB_LIST= JAVA_HOME=${JAVA_HOME} +SUB_FILES= pkg-message + +DATADIR= ${PREFIX}/share/puppetdb +ETCDIR= ${PREFIX}/etc/puppetdb + +post-patch: +.for file in Makefile ext/bin/puppetdb ext/cli/ssl-setup \ + ext/config/conf.d/jetty.ini ext/config/conf.d/config.ini + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} +.endfor + @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb + @${REINPLACE_CMD} -e 's|/puppetlabs/puppetdb/|/puppetdb/|' \ + -e 's|\(install -m 0644 ext/config/.*\)"|\1.sample"|' \ + ${WRKSRC}/Makefile + +do-install: + @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb + +.include <bsd.port.mk> diff --git a/databases/openvoxdb8/distinfo b/databases/openvoxdb8/distinfo new file mode 100644 index 000000000000..0a39ca95e129 --- /dev/null +++ b/databases/openvoxdb8/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748051253 +SHA256 (openvoxdb-8.9.1.tar.gz) = ac4b2ad8de6b95edb2a53d8c85421cd3aa1daafff3499b986a822b68b4186355 +SIZE (openvoxdb-8.9.1.tar.gz) = 61667810 diff --git a/databases/openvoxdb8/files/patch-Makefile b/databases/openvoxdb8/files/patch-Makefile new file mode 100644 index 000000000000..0bdb0aa87c7f --- /dev/null +++ b/databases/openvoxdb8/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig 2024-06-10 16:24:36 UTC ++++ Makefile +@@ -1,9 +1,9 @@ +-prefix = /usr/local ++prefix = %%PREFIX%% + datadir = $(prefix)/share +-confdir = /etc ++confdir = %%PREFIX%%/etc + rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") + rundir = /var/run +-bindir = /usr/bin ++bindir = %%PREFIX%%/bin + + install-puppetdb: + install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb" diff --git a/databases/openvoxdb8/files/patch-ext_bin_puppetdb b/databases/openvoxdb8/files/patch-ext_bin_puppetdb new file mode 100644 index 000000000000..0a139b110d2e --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_bin_puppetdb @@ -0,0 +1,15 @@ +--- ext/bin/puppetdb.orig 2016-03-17 04:17:10 UTC ++++ ext/bin/puppetdb +@@ -5,6 +5,12 @@ if [ -r "/etc/default/puppetdb" ] ; then + . /etc/default/puppetdb + elif [ -r "/etc/sysconfig/puppetdb" ] ; then + . /etc/sysconfig/puppetdb ++elif [ `uname` == "FreeBSD" ] ; then ++ CONFIG="%%PREFIX%%/etc/puppetdb/conf.d" ++ INSTALL_DIR="%%DATADIR%%" ++ JAVA_BIN="%%PREFIX%%/bin/java" ++ JAVA_ARGS="-Xmx192m" ++ USER="puppet" + elif [ `uname` == "OpenBSD" ] ; then + JAVA_BIN=$(javaPathHelper -c puppetdb) + JAVA_ARGS="-Xmx192m" diff --git a/databases/openvoxdb8/files/patch-ext_cli_ssl-setup b/databases/openvoxdb8/files/patch-ext_cli_ssl-setup new file mode 100644 index 000000000000..ab86d849142d --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_cli_ssl-setup @@ -0,0 +1,11 @@ +--- ext/cli/ssl-setup.orig 2016-03-17 04:17:10 UTC ++++ ext/cli/ssl-setup +@@ -230,7 +230,7 @@ else + user=puppetdb + group=puppetdb + +- puppetdb_confdir="/etc/puppetlabs/puppetdb" ++ puppetdb_confdir="%%PREFIX%%/etc/puppetdb" + fi + + set -e diff --git a/databases/openvoxdb8/files/patch-ext_config_conf.d_config.ini b/databases/openvoxdb8/files/patch-ext_config_conf.d_config.ini new file mode 100644 index 000000000000..390068840508 --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_config_conf.d_config.ini @@ -0,0 +1,15 @@ +--- ext/config/conf.d/config.ini.orig 2016-03-17 04:17:06 UTC ++++ ext/config/conf.d/config.ini +@@ -3,10 +3,10 @@ + + [global] + # Store mq/db data in a custom directory +-vardir = /opt/puppetlabs/server/data/puppetdb ++vardir = /var/db/puppetdb + + # Use an external logback config file +-logging-config = /etc/puppetlabs/puppetdb/logback.xml ++logging-config = %%PREFIX%%/etc/puppetdb/logback.xml + + [command-processing] + # How many command-processing threads to use, defaults to (CPUs / 2) diff --git a/databases/openvoxdb8/files/patch-ext_config_conf.d_jetty.ini b/databases/openvoxdb8/files/patch-ext_config_conf.d_jetty.ini new file mode 100644 index 000000000000..42d5665a0f64 --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_config_conf.d_jetty.ini @@ -0,0 +1,8 @@ +--- ext/config/conf.d/jetty.ini.orig 2016-03-17 04:17:06 UTC ++++ ext/config/conf.d/jetty.ini +@@ -30,4 +30,4 @@ port = 8080 + + # Access logging configuration path. To turn off access logging + # comment out the line with `access-log-config=...` +-access-log-config = /etc/puppetlabs/puppetdb/request-logging.xml ++access-log-config = %%PREFIX%%/etc/puppetdb/request-logging.xml diff --git a/databases/openvoxdb8/files/patch-ext_config_logback.xml b/databases/openvoxdb8/files/patch-ext_config_logback.xml new file mode 100644 index 000000000000..08cb543440aa --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_config_logback.xml @@ -0,0 +1,29 @@ +--- ext/config/logback.xml.orig 2017-04-24 12:27:57.366296793 -0700 ++++ ext/config/logback.xml 2017-04-24 12:28:48.723259627 -0700 +@@ -6,10 +6,10 @@ + </appender> + + <appender name="F1" class="ch.qos.logback.core.rolling.RollingFileAppender"> +- <file>/var/log/puppetlabs/puppetdb/puppetdb.log</file> ++ <file>/var/log/puppetdb/puppetdb.log</file> + <append>true</append> + <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> +- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> ++ <fileNamePattern>/var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> + <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> + <maxFileSize>200MB</maxFileSize> + <maxHistory>90</maxHistory> +@@ -31,11 +31,11 @@ + level="info"/> + + <appender name="STATUS" class="ch.qos.logback.core.rolling.RollingFileAppender"> +- <file>/var/log/puppetlabs/puppetdb/puppetdb-status.log</file> ++ <file>/var/log/puppetdb/puppetdb-status.log</file> + <append>true</append> + <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> + <!-- rollover daily --> +- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> ++ <fileNamePattern>/var/log/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> + <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> + <maxFileSize>200MB</maxFileSize> + <maxHistory>90</maxHistory> diff --git a/databases/openvoxdb8/files/patch-ext_config_request-logging.xml b/databases/openvoxdb8/files/patch-ext_config_request-logging.xml new file mode 100644 index 000000000000..51b90d0e844e --- /dev/null +++ b/databases/openvoxdb8/files/patch-ext_config_request-logging.xml @@ -0,0 +1,14 @@ +--- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700 ++++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700 +@@ -1,9 +1,9 @@ + <configuration debug="false"> + <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> +- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file> ++ <file>/var/log/puppetdb/puppetdb-access.log</file> + <append>true</append> + <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> +- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> ++ <fileNamePattern>/var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern> + <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total--> + <maxFileSize>200MB</maxFileSize> + <maxHistory>90</maxHistory> diff --git a/databases/openvoxdb8/files/pkg-message.in b/databases/openvoxdb8/files/pkg-message.in new file mode 100644 index 000000000000..fba773047854 --- /dev/null +++ b/databases/openvoxdb8/files/pkg-message.in @@ -0,0 +1,12 @@ +[ +{ type: install + message: <<EOM +If this is a new installation, please run the follow to setup your SSL/puppetdb +server: + +%%PREFIX%%/bin/puppetdb ssl-setup + +Please also remember to add puppetdb_enable="YES" into your rc.conf. +EOM +} +] diff --git a/databases/openvoxdb8/files/puppetdb.in b/databases/openvoxdb8/files/puppetdb.in new file mode 100644 index 000000000000..eb761d7ab425 --- /dev/null +++ b/databases/openvoxdb8/files/puppetdb.in @@ -0,0 +1,89 @@ +#!/bin/sh + +# PROVIDE: puppetdb +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Configuration settings for puppetdb in /etc/rc.conf: +# +# puppetdb_enable (bool): +# Set to "NO" by default. +# Set it to "YES" to enable puppetdb +# +# puppetdb_args (str): +# Extra arguments passed to start command +# +# puppetdb_java_home (str): +# Set to "%%JAVA_HOME%%" by default. +# Set the Java virtual machine to run puppetdb +# +# puppetdb_java_opts (str): +# Set to "" by default. +# Java VM args to use. +# +# puppetdb_user (str): +# Set to "puppetdb" by default. +# User to run puppetdb as. +# +# puppetdb_group (str): +# Set to "puppetdb" by default. +# Group for data file ownership. +# +# puppetdb_log_file (str): +# Set to "/var/log/puppetdb/puppetdb.log" by default. +# Log file location. +# + +. /etc/rc.subr + +name="puppetdb" +rcvar=puppetdb_enable + +load_rc_config "${name}" + +: ${puppetdb_enable="NO"} +: ${puppetdb_args="services -c %%PREFIX%%/etc/puppetdb/conf.d"} +: ${puppetdb_java_home="%%JAVA_HOME%%"} +: ${puppetdb_user="puppetdb"} +: ${puppetdb_group="puppetdb"} +: ${puppetdb_log_file="/var/log/puppetdb/puppetdb.log"} + +pidfile="/var/run/puppetdb/puppetdb.pid" +command="/usr/sbin/daemon" +java_cmd="${puppetdb_java_home}/bin/java" +procname="${java_cmd}" +command_args="-p ${pidfile} ${java_cmd} -Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger -Dlogappender=F1 ${puppetdb_java_opts} -Djava.security.egd=/dev/urandom -cp %%DATADIR%%/puppetdb.jar clojure.main -m puppetlabs.puppetdb.core ${puppetdb_args} > ${puppetdb_log_file} 2>&1" + + +required_files="${java_cmd}" + +start_precmd="puppetdb_prestart" + +puppetdb_prestart() { + if [ ! -d "/var/log/puppetdb" ]; then + install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/log/puppetdb" + fi + if [ ! -f "${puppetdb_log_file}" ]; then + touch "${puppetdb_log_file}" + chown "${puppetdb_user}:${puppetdb_group}" "${puppetdb_log_file}" + chmod 640 "${puppetdb_log_file}" + fi + if [ ! -d "/var/run/puppetdb" ]; then + install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/run/puppetdb" + fi + + chown -R "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/conf.d" + chmod 0750 "%%PREFIX%%/etc/puppetdb/conf.d" + + chown "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/logback.xml" + chmod 0640 "%%PREFIX%%/etc/puppetdb/logback.xml" + + if [ ! -d "/var/db/puppetdb" ]; then + install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/db/puppetdb" + fi + chown -R "${puppetdb_user}:${puppetdb_group}" "/var/db/puppetdb" + chmod 0750 "/var/db/puppetdb" +} + +run_rc_command "$1" diff --git a/databases/openvoxdb8/pkg-descr b/databases/openvoxdb8/pkg-descr new file mode 100644 index 000000000000..b76f9bc98577 --- /dev/null +++ b/databases/openvoxdb8/pkg-descr @@ -0,0 +1 @@ +The PuppetDB storeconfigs backend diff --git a/databases/openvoxdb8/pkg-plist b/databases/openvoxdb8/pkg-plist new file mode 100644 index 000000000000..91c4e1df6246 --- /dev/null +++ b/databases/openvoxdb8/pkg-plist @@ -0,0 +1,23 @@ +bin/puppetdb +%%DATADIR%%/cli/apps/anonymize +%%DATADIR%%/cli/apps/config-migration +%%DATADIR%%/cli/apps/delete-reports +%%DATADIR%%/cli/apps/foreground +%%DATADIR%%/cli/apps/ssl-setup +%%DATADIR%%/cli/apps/start +%%DATADIR%%/cli/apps/stop +%%DATADIR%%/cli/apps/reload +%%DATADIR%%/cli/apps/upgrade +%%DATADIR%%/ezbake-functions.sh +%%DATADIR%%/ezbake.manifest +%%DATADIR%%/puppetdb.jar +@group puppetdb +@sample etc/puppetdb/bootstrap.cfg.sample +@sample etc/puppetdb/conf.d/auth.conf.sample +@sample etc/puppetdb/conf.d/config.ini.sample +@sample etc/puppetdb/conf.d/database.ini.sample +@sample etc/puppetdb/conf.d/jetty.ini.sample +@sample etc/puppetdb/conf.d/repl.ini.sample +@sample etc/puppetdb/logback.xml.sample +@sample etc/puppetdb/request-logging.xml.sample +@group diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile index 907adc1166d8..e3b22a35fea8 100644 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ b/databases/p5-POE-Component-RRDTool/Makefile @@ -24,4 +24,10 @@ CONFIGURE_ARGS= </dev/null post-patch: @${REINPLACE_CMD} -e 's|($$maj, $$min, $$sub)|&; &|' ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Makefile.PL +.endif + +.include <bsd.port.post.mk> diff --git a/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL b/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL new file mode 100644 index 000000000000..f980543c8932 --- /dev/null +++ b/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL @@ -0,0 +1,14 @@ +fix sh: Syntax error: Unterminated quoted string + Filter command '"sed" "-e" "s\"' failed + +--- Makefile.PL.orig 2025-07-13 08:56:55 UTC ++++ Makefile.PL +@@ -21,7 +21,7 @@ WriteMakefile( + 'PREREQ_PM' => { + 'POE' => '0.22', + }, +- PM_FILTER => "sed -e s\\#__DEFAULT_RRDTOOL__\\#${DEFAULT_RRDTOOL}\\#g -e s\\#__RRDTOOL_VERSION__\\#${RRDTOOL_VERSION}\\#g", ++ PM_FILTER => "sed -e s=__DEFAULT_RRDTOOL__=${DEFAULT_RRDTOOL}=g -e s=__RRDTOOL_VERSION__=${RRDTOOL_VERSION}=g", + (($] ge '5.005') ? + ( 'AUTHOR' => 'Todd Caine <todd@pobox.com>', + 'ABSTRACT' => 'POE interface to Tobias Oetiker\'s RRDTool', diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile deleted file mode 100644 index 3e8e72b8c70c..000000000000 --- a/databases/pear-DoctrineCommon/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= DoctrineCommon -PORTVERSION= 2.3.0 -CATEGORIES= databases pear -MASTER_SITES= http://pear.doctrine-project.org/get/ - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Shared code for Doctrine PHP object relational mapper -WWW= https://www.doctrine-project.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer -EXPIRATION_DATE= 2025-08-04 - -USES= pear -PEAR_CHANNEL= doctrine -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/databases/pear-DoctrineCommon/distinfo b/databases/pear-DoctrineCommon/distinfo deleted file mode 100644 index 6ad29fcc0b72..000000000000 --- a/databases/pear-DoctrineCommon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PEAR/DoctrineCommon-2.3.0.tgz) = a2960152ded106cb7ac2b05b23c44e24e04ea37a10926fd7cb13ab3fe42a3e0e -SIZE (PEAR/DoctrineCommon-2.3.0.tgz) = 59473 diff --git a/databases/pear-DoctrineCommon/pkg-descr b/databases/pear-DoctrineCommon/pkg-descr deleted file mode 100644 index 0f931cc1cb18..000000000000 --- a/databases/pear-DoctrineCommon/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The Doctrine Common package contains shared code between the other packages. diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile deleted file mode 100644 index 0dab58d4cc7b..000000000000 --- a/databases/pear-DoctrineDBAL/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= DoctrineDBAL -PORTVERSION= 2.3.4 -CATEGORIES= databases pear -MASTER_SITES= http://pear.doctrine-project.org/get/ - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Database abstraction layer used to power the ORM package -WWW= https://www.doctrine-project.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer -EXPIRATION_DATE= 2025-08-03 - -RUN_DEPENDS= ${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \ - ${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} - -CONFLICTS_INSTALL= php*-pear-doctrine-DoctrineDBAL - -OPTIONS_DEFINE= DBLIB MYSQL ODBC PGSQL SQLITE -OPTIONS_DEFAULT=MYSQL - -DBLIB_DESC= Install PHP DBO driver for DBLIB -MYSQL_DESC= Install PHP DBO driver for MySQL -ODBC_DESC= Install PHP DBO driver for ODBC -PGSQL_DESC= Install PHP DBO driver for PostgreSQL -SQLITE_DESC= Install PHP DBO driver for SQLite - -USES= pear php:cli -PEAR_CHANNEL= doctrine - -USE_PHP= pdo - -NO_ARCH= yes - -DBLIB_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:databases/php${PHP_VER}-pdo_dblib -MYSQL_USE= PHP=pdo_mysql -ODBC_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc -PGSQL_USE= PHP=pdo_pgsql -SQLITE_USE= PHP=pdo_sqlite - -.include <bsd.port.mk> diff --git a/databases/pear-DoctrineDBAL/distinfo b/databases/pear-DoctrineDBAL/distinfo deleted file mode 100644 index d32f86096ad7..000000000000 --- a/databases/pear-DoctrineDBAL/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PEAR/DoctrineDBAL-2.3.4.tgz) = 8537155e8401dd074b8181156c50f6d3e8c1b41da99cc0d32a6c99a7b576a87e -SIZE (PEAR/DoctrineDBAL-2.3.4.tgz) = 145485 diff --git a/databases/pear-DoctrineDBAL/pkg-descr b/databases/pear-DoctrineDBAL/pkg-descr deleted file mode 100644 index 335c18115564..000000000000 --- a/databases/pear-DoctrineDBAL/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The Doctrine DBAL package is the database abstraction layer used to -power the ORM package. diff --git a/databases/pecl-leveldb/files/patch-php85 b/databases/pecl-leveldb/files/patch-php85 new file mode 100644 index 000000000000..c0883093c1cb --- /dev/null +++ b/databases/pecl-leveldb/files/patch-php85 @@ -0,0 +1,11 @@ +--- leveldb.c.orig 2021-02-18 14:14:17 UTC ++++ leveldb.c +@@ -1578,7 +1578,7 @@ PHP_MINIT_FUNCTION(leveldb) + PHP_MINIT_FUNCTION(leveldb) + { + zend_class_entry ce; +- zend_class_entry *exception_ce = zend_exception_get_default(); ++ zend_class_entry *exception_ce = zend_ce_exception; + + #define DECLARE_OBJ_HANDLERS(class_type) \ + memcpy(& class_type##_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); \ diff --git a/databases/pecl-memcache/Makefile b/databases/pecl-memcache/Makefile index 4e9a9a40171c..9b32402ee944 100644 --- a/databases/pecl-memcache/Makefile +++ b/databases/pecl-memcache/Makefile @@ -18,8 +18,20 @@ USE_CSTD= gnu89 OPTIONS_DEFINE= EXAMPLES +.include <bsd.port.pre.mk> + +post-patch: +.if ${PHP_VER} >= 85 + @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \ + ${WRKSRC}/src/memcache_ascii_protocol.c \ + ${WRKSRC}/src/memcache_binary_protocol.c \ + ${WRKSRC}/src/memcache_session.c \ + ${WRKSRC}/src/memcache_pool.c \ + ${WRKSRC}/src/memcache_pool.h +.endif + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile index 79610b833e5b..e5e1c231e375 100644 --- a/databases/pecl-memcached/Makefile +++ b/databases/pecl-memcached/Makefile @@ -34,4 +34,13 @@ MSGPACK_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FL SASL_CONFIGURE_ENABLE= memcached-sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -.include <bsd.port.mk> + +.include <bsd.port.pre.mk> + +post-patch: +.if ${PHP_VER} >= 85 + @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string.h|Zend/zend_smart_string.h|' \ + ${WRKSRC}/php_memcached_private.h +.endif + +.include <bsd.port.post.mk> diff --git a/databases/pecl-memcached/files/patch-php85 b/databases/pecl-memcached/files/patch-php85 new file mode 100644 index 000000000000..0262a948c7f6 --- /dev/null +++ b/databases/pecl-memcached/files/patch-php85 @@ -0,0 +1,11 @@ +--- php_memcached.c.orig 2024-10-17 17:34:21 UTC ++++ php_memcached.c +@@ -3961,7 +3961,7 @@ zend_class_entry *php_memc_get_exception_base(int root + } + } + +- return zend_exception_get_default(); ++ return zend_ce_exception; + } + + diff --git a/databases/pecl-redis/Makefile b/databases/pecl-redis/Makefile index 8436e112db52..7f1e5dd08253 100644 --- a/databases/pecl-redis/Makefile +++ b/databases/pecl-redis/Makefile @@ -18,4 +18,12 @@ IGBINARY_DESC= Build with Igbinary serializer IGBINARY_USE= PHP=igbinary:build IGBINARY_CONFIGURE_ENABLE= redis-igbinary -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: +.if ${PHP_VER} >= 85 + @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string.h|Zend/zend_smart_string.h|' \ + ${WRKSRC}/common.h +.endif + +.include <bsd.port.post.mk> diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile index 8a2e103913c1..e813d1476e59 100644 --- a/databases/pecl-rrd/Makefile +++ b/databases/pecl-rrd/Makefile @@ -12,4 +12,12 @@ LICENSE= PHP301 LIB_DEPENDS= librrd.so:databases/rrdtool USES= php:pecl localbase pkgconfig -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: +.if ${PHP_VER} >= 85 + @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \ + ${WRKSRC}/rrd.c ${WRKSRC}/rrd_graph.c ${WRKSRC}/rrd_update.c +.endif + +.include <bsd.port.post.mk> diff --git a/databases/pg.el/Makefile b/databases/pg.el/Makefile index 7c0ee1902522..a7bb14158e76 100644 --- a/databases/pg.el/Makefile +++ b/databases/pg.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= pg.el DISTVERSIONPREFIX= v -DISTVERSION= 0.55 +DISTVERSION= 0.57 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/pg.el/distinfo b/databases/pg.el/distinfo index e60bcbd2fe8e..95f01006a225 100644 --- a/databases/pg.el/distinfo +++ b/databases/pg.el/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751938421 -SHA256 (emarsden-pg-el-v0.55_GH0.tar.gz) = 2522b06b07ff23dfcb0e8ab962b8f12d6e51f5f019db123559d149e330abeeb0 -SIZE (emarsden-pg-el-v0.55_GH0.tar.gz) = 156894 +TIMESTAMP = 1753996362 +SHA256 (emarsden-pg-el-v0.57_GH0.tar.gz) = a14feb36db0de5cf828b9624edcdc33e9ea637c3e573faa877d64e335980ab5c +SIZE (emarsden-pg-el-v0.57_GH0.tar.gz) = 160149 diff --git a/databases/pg_qualstats/Makefile b/databases/pg_qualstats/Makefile index 8a9b0eeb9862..c5eedf2c777f 100644 --- a/databases/pg_qualstats/Makefile +++ b/databases/pg_qualstats/Makefile @@ -1,5 +1,5 @@ PORTNAME= pg_qualstats -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/pg_qualstats/distinfo b/databases/pg_qualstats/distinfo index 14ef8f37cf56..b672fa43aa93 100644 --- a/databases/pg_qualstats/distinfo +++ b/databases/pg_qualstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727601423 -SHA256 (powa-team-pg_qualstats-2.1.1_GH0.tar.gz) = d4d73ee4f34c363595c6ba330378d198680bef1ab84a690fda3c156c22714696 -SIZE (powa-team-pg_qualstats-2.1.1_GH0.tar.gz) = 42652 +TIMESTAMP = 1754324093 +SHA256 (powa-team-pg_qualstats-2.1.2_GH0.tar.gz) = dc373950d5d1a8c16411c04c9853eddecd46dadd38b343f88d07ac3c8894dae7 +SIZE (powa-team-pg_qualstats-2.1.2_GH0.tar.gz) = 46286 diff --git a/databases/pg_qualstats/pkg-plist b/databases/pg_qualstats/pkg-plist index 66c16b83226b..b71cdc7b0c01 100644 --- a/databases/pg_qualstats/pkg-plist +++ b/databases/pg_qualstats/pkg-plist @@ -3,6 +3,8 @@ share/postgresql/extension/pg_qualstats--2.0.4--2.1.0.sql share/postgresql/extension/pg_qualstats--2.0.4.sql share/postgresql/extension/pg_qualstats--2.1.0--2.1.1.sql share/postgresql/extension/pg_qualstats--2.1.0.sql +share/postgresql/extension/pg_qualstats--2.1.1--2.1.2.sql share/postgresql/extension/pg_qualstats--2.1.1.sql +share/postgresql/extension/pg_qualstats--2.1.2.sql share/postgresql/extension/pg_qualstats.control share/doc/postgresql/extension/pg_qualstats-README.md diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index d11561b0511c..254c98b969c2 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ libev.so:devel/libev -USES= cmake pathfix ssl +USES= cmake ssl USE_LDCONFIG= yes USE_RC_SUBR= pgagroal diff --git a/databases/pgbadger/Makefile b/databases/pgbadger/Makefile index 3175477d45fb..fdacccd32a89 100644 --- a/databases/pgbadger/Makefile +++ b/databases/pgbadger/Makefile @@ -1,6 +1,6 @@ PORTNAME= pgbadger PORTVERSION= 13.1 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org @@ -11,10 +11,11 @@ LICENSE= PostgreSQL BUILD_DEPENDS= gsed:textproc/gsed +USES= gmake perl5 + USE_GITHUB= yes GH_ACCOUNT= darold -USES= gmake perl5 USE_PERL5= configure NO_ARCH= yes diff --git a/databases/pgbadger/files/patch-Makefile.PL b/databases/pgbadger/files/patch-Makefile.PL index ff336ed38eab..5d39cb52fbda 100644 --- a/databases/pgbadger/files/patch-Makefile.PL +++ b/databases/pgbadger/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2018-09-13 11:03:46.086169000 +0200 -+++ Makefile.PL 2018-09-13 11:03:58.018702000 +0200 -@@ -45,13 +45,13 @@ +--- Makefile.PL.orig 2025-03-16 11:52:30 UTC ++++ Makefile.PL +@@ -55,13 +55,13 @@ doc/synopsis.pod: Makefile pgbadger echo "=head1 SYNOPSIS" > $@ ./pgbadger --help >> $@ echo "=head1 DESCRIPTION" >> $@ diff --git a/databases/pgbadger/files/patch-pgbadger b/databases/pgbadger/files/patch-pgbadger new file mode 100644 index 000000000000..f469e209e9ea --- /dev/null +++ b/databases/pgbadger/files/patch-pgbadger @@ -0,0 +1,22 @@ +fix Possible precedence problem between ! and string eq + +--- pgbadger.orig 2025-07-13 10:08:32 UTC ++++ pgbadger +@@ -20462,7 +20462,7 @@ sub highlight_code + # lowercase/uppercase known functions or words followed by an open parenthesis + # if the token is not a keyword, an open parenthesis or a comment + if (($self->_is_function( $token, $last_token, $next_token ) && $next_token eq '(') +- || (!$self->_is_keyword( $token, $next_token, $last_token ) && !$next_token eq '(' ++ || (!$self->_is_keyword( $token, $next_token, $last_token ) && $next_token ne '(' + && $token ne '(' && !$self->_is_comment( $token )) ) { + if ($self->{ 'uc_functions' } == 1) { + $token = '<span class="kw2_l">' . $token . '</span>'; +@@ -23062,7 +23062,7 @@ sub _add_token + # if the token is not a keyword, an open parenthesis or a comment + my $fct = $self->_is_function( $token, $last_token, $next_token ) || ''; + if (($fct and $next_token eq '(' and defined $last_token and uc($last_token) ne 'CREATE') +- or (!$self->_is_keyword( $token, $next_token, $last_token ) and !$next_token eq '(' ++ or (!$self->_is_keyword( $token, $next_token, $last_token ) and $next_token ne '(' + and $token ne '(' and !$self->_is_comment( $token )) ) + { + $token =~ s/$fct/\L$fct\E/i if ( $self->{ 'uc_functions' } == 1 ); diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 867c56b2c9c5..7a6470591d3d 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgbouncer -DISTVERSION= 1.23.1 +DISTVERSION= 1.24.1 CATEGORIES= databases MASTER_SITES= https://www.pgbouncer.org/downloads/files/${DISTVERSION}/ diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index 1232ed485344..9e941734cd68 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734778449 -SHA256 (pgbouncer-1.23.1.tar.gz) = 1963b497231d9a560a62d266e4a2eae6881ab401853d93e5d292c3740eec5084 -SIZE (pgbouncer-1.23.1.tar.gz) = 700025 +TIMESTAMP = 1753649195 +SHA256 (pgbouncer-1.24.1.tar.gz) = da72a3aba13072876d055a3e58dd4aba4a5de4ed6148e73033185245598fd3e0 +SIZE (pgbouncer-1.24.1.tar.gz) = 717796 diff --git a/databases/pgbouncer/pkg-descr b/databases/pgbouncer/pkg-descr index a4690341723d..4b84c8d76f1f 100644 --- a/databases/pgbouncer/pkg-descr +++ b/databases/pgbouncer/pkg-descr @@ -30,4 +30,4 @@ below for incompatible features. Most aggressive method. This is transaction pooling with a twist: Multi-statement transactions are disallowed. This is meant to enforce -“autocommit” mode on the client, mostly targeted at PL/Proxy. +"autocommit" mode on the client, mostly targeted at PL/Proxy. diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index 928b1ad533b0..20305ea641e0 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -17,9 +17,9 @@ USES= java zip:infozip NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= %%JAVAJARDIR%%/postgis-jdbc-2.1.7.jar +PLIST_FILES= ${JAVAJARDIR}/postgis-jdbc-2.1.7.jar do-install: - ${INSTALL_DATA} ${_DISTDIR}${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} .include <bsd.port.mk> diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index d0c260f5f0e9..426460b79a2b 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 33 diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index 97247ccfea72..47bb57a4477f 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 diff --git a/databases/postgis35/Makefile b/databases/postgis35/Makefile index 52195fcf5a01..50a6846f28fa 100644 --- a/databases/postgis35/Makefile +++ b/databases/postgis35/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 35 diff --git a/databases/postgis36/Makefile b/databases/postgis36/Makefile new file mode 100644 index 000000000000..0c2984fe4a3e --- /dev/null +++ b/databases/postgis36/Makefile @@ -0,0 +1,87 @@ +PORTNAME= postgis +DISTVERSION= 3.6.0 +DISTVERSIONSUFFIX= beta1 +CATEGORIES= databases geography +MASTER_SITES= https://download.osgeo.org/postgis/source/ +PKGNAMESUFFIX= 36 + +MAINTAINER= lbartoletti@FreeBSD.org +COMMENT= Geographic objects support for PostgreSQL databases +WWW= https://postgis.net/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libproj.so:graphics/proj \ + libgeos.so:graphics/geos \ + libjson-c.so:devel/json-c \ + libgdal.so:graphics/gdal \ + libpcre2-8.so:devel/pcre2 + +USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ + localbase perl5 pkgconfig pgsql:11+ shebangfix +USE_GNOME= libxml2 +USE_PERL5= build + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} NUMERICFLAGS=${PORTVERSION} +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +SHEBANG_FILES= extensions/address_standardizer/*.pl regress/run_test.pl \ + utils/postgis_restore.pl.in utils/*.pl loader/postgis.pl +WANT_PGSQL= server + +OPTIONS_DEFINE= ADDRSTD JSON LOADERGUI NLS PROTOBUF RASTER SFCGAL TOPOLOGY +OPTIONS_DEFAULT=ADDRSTD JSON NLS PROTOBUF RASTER SFCGAL TOPOLOGY LOADERGUI +OPTIONS_SUB= yes + +ADDRSTD_DESC= Enable address standardizer +JSON_DESC= Enable JSON support +NLS_DESC= Enable international language support +LOADERGUI_DESC= Enable shp2pgsql-gui +PROTOBUF_DESC= Enable protocol buffers +RASTER_DESC= Enable raster support +SFCGAL_DESC= Enable sfcgal +TOPOLOGY_DESC= Topology support + +ADDRSTD_CONFIGURE_WITH= address-standardizer +ADDRSTD_VARS= WANT_PGSQL+=contrib +JSON_CONFIGURE_WITH= json +JSON_LIB_DEPENDS= libjson-c.so:devel/json-c +LOADERGUI_CONFIGURE_WITH= gui +LOADERGUI_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c +LOADERGUI_USE= GNOME=gtk20 +LOADERGUI_USES= desktop-file-utils +NLS_CONFIGURE_WITH= nls +NLS_USES= gettext +PROTOBUF_CONFIGURE_WITH= protobuf +PROTOBUF_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c +SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config +SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal +TOPOLOGY_CONFIGURE_WITH= topology +RASTER_CONFIGURE_WITH= raster + +CONFLICTS_INSTALL= postgis[0-9][0-9] # lib/postgresql/address_standardizer-3.so + +VER= ${PORTVERSION:R} + +PLIST_SUB= PORTVERSION=${PORTVERSION}${DISTVERSIONSUFFIX} \ + VER=${VER} + +.include <bsd.port.pre.mk> + +.if ${CHOSEN_COMPILER_TYPE} == gcc +post-patch: + ${REINPLACE_CMD} -e '/^#pragma GCC diagnostic/d' \ + ${WRKSRC}/postgis/lwgeom_functions_basic.c \ + ${WRKSRC}/postgis/lwgeom_geos.c +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgs* ${STAGEDIR}${PREFIX}/bin/rast* ${STAGEDIR}${PREFIX}/bin/shp* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/*.so + ${MKDIR} ${STAGEDIR}${DATADIR}/tiger_geocoder + (cd ${WRKSRC}/extras/tiger_geocoder && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_geocoder/ "! ( -name *\.orig -o -name *\.bak )" ) + ${MKDIR} ${STAGEDIR}${DATADIR}/utils + (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak -o -name Makefile -o -name *\.in -o -name uninstall_script )" ) + +.include <bsd.port.post.mk> diff --git a/databases/postgis36/distinfo b/databases/postgis36/distinfo new file mode 100644 index 000000000000..02e5aeafdfee --- /dev/null +++ b/databases/postgis36/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1754373335 +SHA256 (postgis-3.6.0beta1.tar.gz) = b03d5e83347f709b5654bb375917217ce1b70ba826e120e02342ad5f61b61832 +SIZE (postgis-3.6.0beta1.tar.gz) = 16019328 diff --git a/databases/postgis36/pkg-descr b/databases/postgis36/pkg-descr new file mode 100644 index 000000000000..a6e2deb0fbac --- /dev/null +++ b/databases/postgis36/pkg-descr @@ -0,0 +1,13 @@ +PostGIS adds support for geographic objects to the PostgreSQL +object-relational database. In effect, PostGIS "spatially enables" +the PostgreSQL server, allowing it to be used as a backend spatial +database for geographic information systems (GIS), much like ESRI's +SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS +"Simple Features Specification for SQL" and has been certified as +compliant with the "Types and Functions" profile. + +PostGIS development was started by Refractions Research as a project +in open source spatial database technology. PostGIS is released +under the GNU General Public License. PostGIS continues to be +developed by a group of contributors led by a Project Steering +Committee and new features continue to be added. diff --git a/databases/postgis36/pkg-plist b/databases/postgis36/pkg-plist new file mode 100644 index 000000000000..e294d2b16c63 --- /dev/null +++ b/databases/postgis36/pkg-plist @@ -0,0 +1,982 @@ +bin/postgis +bin/postgis_restore +bin/pgsql2shp +%%TOPOLOGY%%bin/pgtopo_export +%%TOPOLOGY%%bin/pgtopo_import +%%RASTER%%bin/raster2pgsql +bin/shp2pgsql +%%LOADERGUI%%bin/shp2pgsql-gui +%%ADDRSTD%%lib/postgresql/address_standardizer-3.so +lib/postgresql/postgis-3.so +%%RASTER%%lib/postgresql/postgis_raster-3.so +%%SFCGAL%%lib/postgresql/postgis_sfcgal-3.so +%%TOPOLOGY%%lib/postgresql/postgis_topology-3.so +share/man/man1/pgsql2shp.1.gz +%%TOPOLOGY%%share/man/man1/pgtopo_export.1.gz +%%TOPOLOGY%%share/man/man1/pgtopo_import.1.gz +share/man/man1/postgis.1.gz +share/man/man1/postgis_restore.1.gz +share/man/man1/shp2pgsql.1.gz +%%DATADIR%%/tiger_geocoder/COPYING +%%DATADIR%%/tiger_geocoder/README +%%DATADIR%%/tiger_geocoder/create_geocode.sql +%%DATADIR%%/tiger_geocoder/geocode/census_tracts_functions.sql +%%DATADIR%%/tiger_geocoder/geocode/geocode.sql +%%DATADIR%%/tiger_geocoder/geocode/geocode_address.sql +%%DATADIR%%/tiger_geocoder/geocode/geocode_intersection.sql +%%DATADIR%%/tiger_geocoder/geocode/geocode_location.sql +%%DATADIR%%/tiger_geocoder/geocode/includes_address.sql +%%DATADIR%%/tiger_geocoder/geocode/interpolate_from_address.sql +%%DATADIR%%/tiger_geocoder/geocode/other_helper_functions.sql +%%DATADIR%%/tiger_geocoder/geocode/rate_attributes.sql +%%DATADIR%%/tiger_geocoder/geocode/reverse_geocode.sql +%%DATADIR%%/tiger_geocoder/geocode_settings.sql +%%DATADIR%%/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh +%%DATADIR%%/tiger_geocoder/normalize/count_words.sql +%%DATADIR%%/tiger_geocoder/normalize/end_soundex.sql +%%DATADIR%%/tiger_geocoder/normalize/get_last_words.sql +%%DATADIR%%/tiger_geocoder/normalize/location_extract.sql +%%DATADIR%%/tiger_geocoder/normalize/location_extract_countysub_exact.sql +%%DATADIR%%/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sql +%%DATADIR%%/tiger_geocoder/normalize/location_extract_place_exact.sql +%%DATADIR%%/tiger_geocoder/normalize/location_extract_place_fuzzy.sql +%%DATADIR%%/tiger_geocoder/normalize/normalize_address.sql +%%DATADIR%%/tiger_geocoder/normalize/pprint_addy.sql +%%DATADIR%%/tiger_geocoder/normalize/state_extract.sql +%%DATADIR%%/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql +%%DATADIR%%/tiger_geocoder/pagc_normalize/pagc_tables.sql +%%DATADIR%%/tiger_geocoder/regress/geocode_regress +%%DATADIR%%/tiger_geocoder/regress/geocode_regress.sql +%%DATADIR%%/tiger_geocoder/regress/normalize_address_desired_regress +%%DATADIR%%/tiger_geocoder/regress/normalize_address_regress +%%DATADIR%%/tiger_geocoder/regress/normalize_address_regress.sql +%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_desired_regress +%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_regress +%%DATADIR%%/tiger_geocoder/regress/pagc_normalize_address_regress.sql +%%DATADIR%%/tiger_geocoder/regress/regress.sql +%%DATADIR%%/tiger_geocoder/regress/reverse_geocode_regress +%%DATADIR%%/tiger_geocoder/regress/reverse_geocode_regress.sql +%%DATADIR%%/tiger_geocoder/tables/lookup_tables_2011.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2011.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2012.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2013.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2014.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2015.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2016.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2017.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2018.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2019.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2020.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2021.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2022.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2023.sql +%%DATADIR%%/tiger_geocoder/tiger_loader_2024.sql +%%TOPOLOGY%%%%DATADIR%%/tiger_geocoder/topology/README +%%TOPOLOGY%%%%DATADIR%%/tiger_geocoder/topology/tiger_topology_loader.sql +%%DATADIR%%/tiger_geocoder/upgrade_geocode.sql +%%DATADIR%%/tiger_geocoder/utility/cull_null.sql +%%DATADIR%%/tiger_geocoder/utility/levenshtein_ignore_case.sql +%%DATADIR%%/tiger_geocoder/utility/nullable_levenshtein.sql +%%DATADIR%%/tiger_geocoder/utility/set_search_path.sql +%%DATADIR%%/tiger_geocoder/utility/standardize_tiger_data.sql +%%DATADIR%%/tiger_geocoder/utility/utmzone.sql +%%DATADIR%%/utils/README +%%DATADIR%%/utils/check_all_upgrades.sh +%%DATADIR%%/utils/check_cluster_upgrade.sh +%%DATADIR%%/utils/check_distclean.sh +%%DATADIR%%/utils/check_extension_downgrades.sql +%%DATADIR%%/utils/check_localized_cheatsheets.sh +%%DATADIR%%/utils/check_news.sh +%%DATADIR%%/utils/check_tests_enabled.sh +%%DATADIR%%/utils/create_extension_unpackage.pl +%%DATADIR%%/utils/create_or_replace_to_create.pl +%%DATADIR%%/utils/create_skip_signatures.pl +%%DATADIR%%/utils/create_spatial_ref_sys_config_dump.pl +%%DATADIR%%/utils/create_uninstall.pl +%%DATADIR%%/utils/create_unpackaged.pl +%%DATADIR%%/utils/create_upgrade.pl +%%DATADIR%%/utils/extract_majmin_version.sh +%%DATADIR%%/utils/fix_xml_entities.sh +%%DATADIR%%/utils/postgis_restore.pl +%%DATADIR%%/utils/postgis_restore_data.generated +%%DATADIR%%/utils/postgis_restore_data.hardcoded +%%DATADIR%%/utils/profile_intersects.pl +%%DATADIR%%/utils/read_scripts_version.pl +%%DATADIR%%/utils/repo_revision.pl +%%DATADIR%%/utils/test_estimation.pl +%%DATADIR%%/utils/test_geography_estimation.pl +%%DATADIR%%/utils/test_geography_joinestimation.pl +%%DATADIR%%/utils/test_joinestimation.pl +%%ADDRSTD%%share/doc/postgresql/extension/README.address_standardizer +%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%VER%%.0alpha1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--1.0--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.0.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.1.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.2.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.3.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.4.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.12--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.1.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.2.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.3.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.4.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.4.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.4.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.4.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.4.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.5.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.5.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.5.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.5.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--ANY--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer--TEMPLATED--TO--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer.control +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%--%%PORTVERSION%%next.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%PORTVERSION%%next--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--%%VER%%.0alpha1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.0.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.1.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.2.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.3.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.4.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--2.5.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.0.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.10--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.11--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.12--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.1.9--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.2.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.5--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.6--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.7--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.3.8--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.4.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.4.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.4.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.4.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.4.4--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.5.0--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.5.1--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.5.2--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--3.5.3--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--ANY--%%PORTVERSION%%.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us--TEMPLATED--TO--ANY.sql +%%ADDRSTD%%share/postgresql/extension/address_standardizer_data_us.control +%%DATADIR%%/utils/check_lang_enabled.sh +%%LOADERGUI%%share/applications/shp2pgsql-gui.desktop +%%LOADERGUI%%share/icons/hicolor/16x16/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/22x22/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/24x24/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/32x32/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/36x36/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/40x40/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/42x42/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/48x48/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/64x64/apps/shp2pgsql-gui.png +%%LOADERGUI%%share/icons/hicolor/8x8/apps/shp2pgsql-gui.png +%%RASTER%%share/postgresql/contrib/postgis-%%VER%%/raster_comments.sql +%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_raster--%%VER%%.0alpha1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.0.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.1.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.2.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.10--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.11--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.3.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.10--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.4.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--2.5.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.10--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.11--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.0.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.10--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.11--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.12--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.1.9--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.2.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.5--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.6--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.7--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.3.8--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.4.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.4.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.4.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.4.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.4.4--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.5.0--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.5.1--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.5.2--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--3.5.3--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--ANY--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_raster--TEMPLATED--TO--ANY.sql +%%RASTER%%share/postgresql/extension/postgis_raster--unpackaged--%%PORTVERSION%%.sql +%%RASTER%%share/postgresql/extension/postgis_raster--unpackaged.sql +%%RASTER%%share/postgresql/extension/postgis_raster.control +%%SFCGAL%%share/postgresql/contrib/postgis-%%VER%%/sfcgal.sql +%%SFCGAL%%share/postgresql/contrib/postgis-%%VER%%/sfcgal_comments.sql +%%SFCGAL%%share/postgresql/contrib/postgis-%%VER%%/sfcgal_upgrade.sql +%%SFCGAL%%share/postgresql/contrib/postgis-%%VER%%/uninstall_sfcgal.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%VER%%.0alpha1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.0.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.1.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.2.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.10--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.11--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.3.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.10--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.4.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.10--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.11--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.10--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.11--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.12--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.1.9--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.2.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.5--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.6--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.7--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.3.8--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.4.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.4.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.4.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.4.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.4.4--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.5.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.5.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.5.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.5.3--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--ANY--%%PORTVERSION%%.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--TEMPLATED--TO--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--unpackaged--%%PORTVERSION%%.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--unpackaged.sql +%%SFCGAL%%share/postgresql/extension/postgis_sfcgal.control +%%SFCGAL%%share/postgresql/extension/postgis_tiger_geocoder--%%VER%%.0alpha1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_tiger_geocoder--3.5.0--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_tiger_geocoder--3.5.1--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_tiger_geocoder--3.5.2--ANY.sql +%%SFCGAL%%share/postgresql/extension/postgis_tiger_geocoder--3.5.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.0.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.1.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.2.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.10--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.11--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.10--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--2.5.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.10--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.11--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.0.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.10--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.11--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.12--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.1.9--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.2.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.5--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.6--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.7--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.3.8--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.4.0--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.4.1--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.4.2--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.4.3--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--3.4.4--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--ANY--%%PORTVERSION%%.sql +share/postgresql/extension/postgis_tiger_geocoder--TEMPLATED--TO--ANY.sql +share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql +share/postgresql/extension/postgis_tiger_geocoder.control +%%TOPOLOGY%%share/postgresql/contrib/postgis-%%VER%%/topology.sql +%%TOPOLOGY%%share/postgresql/contrib/postgis-%%VER%%/topology_comments.sql +%%TOPOLOGY%%share/postgresql/contrib/postgis-%%VER%%/topology_upgrade.sql +%%TOPOLOGY%%share/postgresql/contrib/postgis-%%VER%%/uninstall_topology.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%VER%%.0alpha1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.0.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.10--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.11--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.3.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.10--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.4.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.10--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.11--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.10--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.11--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.12--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.1.9--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.2.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.5--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.6--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.7--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.3.8--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.4.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.4.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.4.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.4.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.4.4--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.5.0--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.5.1--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.5.2--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.5.3--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--ANY--%%PORTVERSION%%.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--TEMPLATED--TO--ANY.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged.sql +%%TOPOLOGY%%share/postgresql/extension/postgis_topology.control +share/postgresql/contrib/postgis-%%VER%%/legacy.sql +share/postgresql/contrib/postgis-%%VER%%/legacy_gist.sql +share/postgresql/contrib/postgis-%%VER%%/legacy_minimal.sql +share/postgresql/contrib/postgis-%%VER%%/postgis.sql +share/postgresql/contrib/postgis-%%VER%%/postgis_comments.sql +share/postgresql/contrib/postgis-%%VER%%/postgis_upgrade.sql +share/postgresql/contrib/postgis-%%VER%%/rtpostgis.sql +share/postgresql/contrib/postgis-%%VER%%/rtpostgis_legacy.sql +share/postgresql/contrib/postgis-%%VER%%/rtpostgis_upgrade.sql +share/postgresql/contrib/postgis-%%VER%%/spatial_ref_sys.sql +share/postgresql/contrib/postgis-%%VER%%/uninstall_legacy.sql +share/postgresql/contrib/postgis-%%VER%%/uninstall_postgis.sql +share/postgresql/contrib/postgis-%%VER%%/uninstall_rtpostgis.sql +share/postgresql/extension/postgis--%%PORTVERSION%%--ANY.sql +share/postgresql/extension/postgis--%%PORTVERSION%%.sql +share/postgresql/extension/postgis--2.0.0--ANY.sql +share/postgresql/extension/postgis--2.0.1--ANY.sql +share/postgresql/extension/postgis--2.0.2--ANY.sql +share/postgresql/extension/postgis--2.0.3--ANY.sql +share/postgresql/extension/postgis--2.0.4--ANY.sql +share/postgresql/extension/postgis--2.0.5--ANY.sql +share/postgresql/extension/postgis--2.0.6--ANY.sql +share/postgresql/extension/postgis--2.0.7--ANY.sql +share/postgresql/extension/postgis--2.1.0--ANY.sql +share/postgresql/extension/postgis--2.1.1--ANY.sql +share/postgresql/extension/postgis--2.1.2--ANY.sql +share/postgresql/extension/postgis--2.1.3--ANY.sql +share/postgresql/extension/postgis--2.1.4--ANY.sql +share/postgresql/extension/postgis--2.1.5--ANY.sql +share/postgresql/extension/postgis--2.1.6--ANY.sql +share/postgresql/extension/postgis--2.1.7--ANY.sql +share/postgresql/extension/postgis--2.1.8--ANY.sql +share/postgresql/extension/postgis--2.1.9--ANY.sql +share/postgresql/extension/postgis--2.2.0--ANY.sql +share/postgresql/extension/postgis--2.2.1--ANY.sql +share/postgresql/extension/postgis--2.2.2--ANY.sql +share/postgresql/extension/postgis--2.2.3--ANY.sql +share/postgresql/extension/postgis--2.2.4--ANY.sql +share/postgresql/extension/postgis--2.2.5--ANY.sql +share/postgresql/extension/postgis--2.2.6--ANY.sql +share/postgresql/extension/postgis--2.2.7--ANY.sql +share/postgresql/extension/postgis--2.2.8--ANY.sql +share/postgresql/extension/postgis--2.3.0--ANY.sql +share/postgresql/extension/postgis--2.3.1--ANY.sql +share/postgresql/extension/postgis--2.3.10--ANY.sql +share/postgresql/extension/postgis--2.3.11--ANY.sql +share/postgresql/extension/postgis--2.3.2--ANY.sql +share/postgresql/extension/postgis--2.3.3--ANY.sql +share/postgresql/extension/postgis--2.3.4--ANY.sql +share/postgresql/extension/postgis--2.3.5--ANY.sql +share/postgresql/extension/postgis--2.3.6--ANY.sql +share/postgresql/extension/postgis--2.3.7--ANY.sql +share/postgresql/extension/postgis--2.3.8--ANY.sql +share/postgresql/extension/postgis--2.3.9--ANY.sql +share/postgresql/extension/postgis--2.4.0--ANY.sql +share/postgresql/extension/postgis--2.4.1--ANY.sql +share/postgresql/extension/postgis--2.4.10--ANY.sql +share/postgresql/extension/postgis--2.4.2--ANY.sql +share/postgresql/extension/postgis--2.4.3--ANY.sql +share/postgresql/extension/postgis--2.4.4--ANY.sql +share/postgresql/extension/postgis--2.4.5--ANY.sql +share/postgresql/extension/postgis--2.4.6--ANY.sql +share/postgresql/extension/postgis--2.4.7--ANY.sql +share/postgresql/extension/postgis--2.4.8--ANY.sql +share/postgresql/extension/postgis--2.4.9--ANY.sql +share/postgresql/extension/postgis--2.5.0--ANY.sql +share/postgresql/extension/postgis--2.5.1--ANY.sql +share/postgresql/extension/postgis--2.5.2--ANY.sql +share/postgresql/extension/postgis--2.5.3--ANY.sql +share/postgresql/extension/postgis--2.5.4--ANY.sql +share/postgresql/extension/postgis--2.5.5--ANY.sql +share/postgresql/extension/postgis--2.5.6--ANY.sql +share/postgresql/extension/postgis--2.5.7--ANY.sql +share/postgresql/extension/postgis--2.5.8--ANY.sql +share/postgresql/extension/postgis--2.5.9--ANY.sql +share/postgresql/extension/postgis--3.0.0--ANY.sql +share/postgresql/extension/postgis--3.0.1--ANY.sql +share/postgresql/extension/postgis--3.0.10--ANY.sql +share/postgresql/extension/postgis--3.0.11--ANY.sql +share/postgresql/extension/postgis--3.0.2--ANY.sql +share/postgresql/extension/postgis--3.0.3--ANY.sql +share/postgresql/extension/postgis--3.0.4--ANY.sql +share/postgresql/extension/postgis--3.0.5--ANY.sql +share/postgresql/extension/postgis--3.0.6--ANY.sql +share/postgresql/extension/postgis--3.0.7--ANY.sql +share/postgresql/extension/postgis--3.0.8--ANY.sql +share/postgresql/extension/postgis--3.0.9--ANY.sql +share/postgresql/extension/postgis--3.1.0--ANY.sql +share/postgresql/extension/postgis--3.1.1--ANY.sql +share/postgresql/extension/postgis--3.1.10--ANY.sql +share/postgresql/extension/postgis--3.1.11--ANY.sql +share/postgresql/extension/postgis--3.1.12--ANY.sql +share/postgresql/extension/postgis--3.1.2--ANY.sql +share/postgresql/extension/postgis--3.1.3--ANY.sql +share/postgresql/extension/postgis--3.1.4--ANY.sql +share/postgresql/extension/postgis--3.1.5--ANY.sql +share/postgresql/extension/postgis--3.1.6--ANY.sql +share/postgresql/extension/postgis--3.1.7--ANY.sql +share/postgresql/extension/postgis--3.1.8--ANY.sql +share/postgresql/extension/postgis--3.1.9--ANY.sql +share/postgresql/extension/postgis--3.2.0--ANY.sql +share/postgresql/extension/postgis--3.2.1--ANY.sql +share/postgresql/extension/postgis--3.2.2--ANY.sql +share/postgresql/extension/postgis--3.2.3--ANY.sql +share/postgresql/extension/postgis--3.2.4--ANY.sql +share/postgresql/extension/postgis--3.2.5--ANY.sql +share/postgresql/extension/postgis--3.2.6--ANY.sql +share/postgresql/extension/postgis--3.2.7--ANY.sql +share/postgresql/extension/postgis--3.2.8--ANY.sql +share/postgresql/extension/postgis--3.3.0--ANY.sql +share/postgresql/extension/postgis--3.3.1--ANY.sql +share/postgresql/extension/postgis--3.3.2--ANY.sql +share/postgresql/extension/postgis--3.3.3--ANY.sql +share/postgresql/extension/postgis--3.3.4--ANY.sql +share/postgresql/extension/postgis--3.3.5--ANY.sql +share/postgresql/extension/postgis--3.3.6--ANY.sql +share/postgresql/extension/postgis--3.3.7--ANY.sql +share/postgresql/extension/postgis--3.3.8--ANY.sql +share/postgresql/extension/postgis--3.4.0--ANY.sql +share/postgresql/extension/postgis--3.4.1--ANY.sql +share/postgresql/extension/postgis--3.4.2--ANY.sql +share/postgresql/extension/postgis--3.4.3--ANY.sql +share/postgresql/extension/postgis--3.4.4--ANY.sql +share/postgresql/extension/postgis--3.5.0--ANY.sql +share/postgresql/extension/postgis--3.5.1--ANY.sql +share/postgresql/extension/postgis--3.5.2--ANY.sql +share/postgresql/extension/postgis--3.5.3--ANY.sql +share/postgresql/extension/postgis--%%VER%%.0alpha1--ANY.sql +share/postgresql/extension/postgis--ANY--%%PORTVERSION%%.sql +share/postgresql/extension/postgis--TEMPLATED--TO--ANY.sql +share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql +share/postgresql/extension/postgis--unpackaged.sql +share/postgresql/extension/postgis.control diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index b991c04de53a..c3102a9b2ba5 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -11,7 +11,7 @@ WWW= http://pqxx.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++17-lang pathfix pkgconfig pgsql +USES= cmake compiler:c++17-lang pkgconfig pgsql USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/databases/postgresql18-server/Makefile b/databases/postgresql18-server/Makefile index 9d74945bec23..f37ff4e3db81 100644 --- a/databases/postgresql18-server/Makefile +++ b/databases/postgresql18-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 18beta1 +DISTVERSION?= 18beta2 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 diff --git a/databases/postgresql18-server/distinfo b/databases/postgresql18-server/distinfo index 206d40ead1da..b2f701a8f3c9 100644 --- a/databases/postgresql18-server/distinfo +++ b/databases/postgresql18-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746521321 -SHA256 (postgresql/postgresql-18beta1.tar.bz2) = 0b7c83df6195398aa67dbf5c002e7fa4082be393aae99aa69926d483f98eb885 -SIZE (postgresql/postgresql-18beta1.tar.bz2) = 22248570 +TIMESTAMP = 1754318436 +SHA256 (postgresql/postgresql-18beta2.tar.bz2) = 1d16b58244b630194432b88d9ff25f5fea85a001ff2c715a157d4be6787f3075 +SIZE (postgresql/postgresql-18beta2.tar.bz2) = 22319023 diff --git a/databases/postgresql18-server/pkg-plist-contrib b/databases/postgresql18-server/pkg-plist-contrib index f67c304a5927..f11016778018 100644 --- a/databases/postgresql18-server/pkg-plist-contrib +++ b/databases/postgresql18-server/pkg-plist-contrib @@ -87,7 +87,6 @@ lib/postgresql/uuid-ossp.so %%DATADIR%%/extension/btree_gist--1.5--1.6.sql %%DATADIR%%/extension/btree_gist--1.6--1.7.sql %%DATADIR%%/extension/btree_gist--1.7--1.8.sql -%%DATADIR%%/extension/btree_gist--1.8--1.9.sql %%DATADIR%%/extension/btree_gist.control %%DATADIR%%/extension/citext--1.0--1.1.sql %%DATADIR%%/extension/citext--1.1--1.2.sql diff --git a/databases/powa-web/Makefile b/databases/powa-web/Makefile index adafa4591aa8..feeaf0eb17d2 100644 --- a/databases/powa-web/Makefile +++ b/databases/powa-web/Makefile @@ -1,6 +1,5 @@ PORTNAME= powa-web -PORTVERSION= 5.0.1 -PORTREVISION= 1 +PORTVERSION= 5.0.2 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/powa-web/distinfo b/databases/powa-web/distinfo index c73081a5d910..71f3d6d2594b 100644 --- a/databases/powa-web/distinfo +++ b/databases/powa-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733700061 -SHA256 (powa-team-powa-web-5.0.1_GH0.tar.gz) = cd062f2f96f1f33d5b74b52485c8b8f2d022dc4a4fb40520761b8ab723c73887 -SIZE (powa-team-powa-web-5.0.1_GH0.tar.gz) = 789400 +TIMESTAMP = 1754319989 +SHA256 (powa-team-powa-web-5.0.2_GH0.tar.gz) = c06c9d7ce4da758b585baf316f66439cd47935d550c9559dd425cf080d22c64b +SIZE (powa-team-powa-web-5.0.2_GH0.tar.gz) = 800058 diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 33a1ed7559c2..8352a5105d6d 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pspg -DISTVERSION= 5.8.11 +DISTVERSION= 5.8.12 CATEGORIES= databases MAINTAINER= bofh@FreeBSD.org diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo index 6f2043740bb0..c89c182e6f67 100644 --- a/databases/pspg/distinfo +++ b/databases/pspg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747591745 -SHA256 (okbob-pspg-5.8.11_GH0.tar.gz) = ae1122d7946c69ca17b3e2e672418957a1b3c6efa221eed62be7d5f7b5e3d0ea -SIZE (okbob-pspg-5.8.11_GH0.tar.gz) = 2446197 +TIMESTAMP = 1754156760 +SHA256 (okbob-pspg-5.8.12_GH0.tar.gz) = 9f74c236944bea79586a3a12ab9d36735bfa62a92a8d7953e8c1ff5c108277af +SIZE (okbob-pspg-5.8.12_GH0.tar.gz) = 2447085 diff --git a/databases/puppetdb-terminus8/Makefile b/databases/puppetdb-terminus8/Makefile index 91ac32a5bfc3..0264e945004d 100644 --- a/databases/puppetdb-terminus8/Makefile +++ b/databases/puppetdb-terminus8/Makefile @@ -11,7 +11,7 @@ WWW= https://docs.puppetlabs.com/puppetdb/latest/ LICENSE= APACHE20 -CONFLICTS_INSTALL= puppetdb-terminus[0-9] +CONFLICTS_INSTALL= openvoxdb-terminus[0-9] puppetdb-terminus[0-9] NO_BUILD= yes USES= gmake ruby diff --git a/databases/puppetdb8/Makefile b/databases/puppetdb8/Makefile index dd209692ba14..48d2e1d88be0 100644 --- a/databases/puppetdb8/Makefile +++ b/databases/puppetdb8/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= bash:shells/bash USE_RC_SUBR= puppetdb -CONFLICTS_INSTALL= puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample +CONFLICTS_INSTALL= openvoxdb[0-9] puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample USES= cpe java shebangfix CPE_VENDOR= puppet SHEBANG_FILES= ext/bin/puppetdb \ diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index eb0724139fa4..19c1ece2b33e 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake gnome iconv libtool localbase:ldflags pathfix perl5 pkgconfig +USES= gmake gnome iconv libtool localbase:ldflags perl5 pkgconfig USE_GNOME= intltool USE_LDCONFIG= yes diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index c720eef0e1ff..20c175d6574f 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,5 +1,5 @@ PORTNAME= apsw -PORTVERSION= 3.50.2.0 +PORTVERSION= 3.50.3.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ - sqlite3>=${PORTVERSION:R},1:databases/sqlite3 + sqlite3>=${PORTVERSION:R:R},1:databases/sqlite3 USES= localbase python sqlite USE_PYTHON= autoplist concurrent pep517 unittest diff --git a/databases/py-apsw/distinfo b/databases/py-apsw/distinfo index 2000e81a8b98..119e444a4ed2 100644 --- a/databases/py-apsw/distinfo +++ b/databases/py-apsw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622361 -SHA256 (apsw-3.50.2.0.tar.gz) = ce6e78732f8e9923c6d7b0b5e857f2121075fc25ae3a1e259dd8e6ff22356e64 -SIZE (apsw-3.50.2.0.tar.gz) = 1081924 +TIMESTAMP = 1753265738 +SHA256 (apsw-3.50.3.0.tar.gz) = abc9ef74ae57e55ae0d799788c551a1ac3f506f811b2804311d8c0a269387267 +SIZE (apsw-3.50.3.0.tar.gz) = 1093491 diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile new file mode 100644 index 000000000000..b56dd8f7ca0c --- /dev/null +++ b/databases/py-datafusion/Makefile @@ -0,0 +1,32 @@ +PORTNAME= datafusion +PORTVERSION= 48.0.0 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Build and run queries against data +WWW= https://datafusion.apache.org/python/ \ + https://github.com/apache/datafusion-python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= protoc:devel/protobuf \ + ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.1:devel/py-maturin@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR} + +USES= cargo python +USE_PYTHON= autoplist concurrent pep517 + +CARGO_BUILD= no +CARGO_INSTALL= no + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/databases/py-datafusion/Makefile.crates b/databases/py-datafusion/Makefile.crates new file mode 100644 index 000000000000..cd747d75134c --- /dev/null +++ b/databases/py-datafusion/Makefile.crates @@ -0,0 +1,434 @@ +CARGO_CRATES= abi_stable-0.11.3 \ + abi_stable_derive-0.11.3 \ + abi_stable_shared-0.11.0 \ + addr2line-0.24.2 \ + adler2-2.0.1 \ + adler32-1.2.0 \ + ahash-0.8.12 \ + aho-corasick-1.1.3 \ + alloc-no-stdlib-2.0.4 \ + alloc-stdlib-0.2.2 \ + allocator-api2-0.2.21 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anyhow-1.0.98 \ + apache-avro-0.17.0 \ + arc-swap-1.7.1 \ + arrayref-0.3.9 \ + arrayvec-0.7.6 \ + arrow-55.2.0 \ + arrow-arith-55.2.0 \ + arrow-array-55.2.0 \ + arrow-buffer-55.2.0 \ + arrow-cast-55.2.0 \ + arrow-csv-55.2.0 \ + arrow-data-55.2.0 \ + arrow-ipc-55.2.0 \ + arrow-json-55.2.0 \ + arrow-ord-55.2.0 \ + arrow-pyarrow-55.2.0 \ + arrow-row-55.2.0 \ + arrow-schema-55.2.0 \ + arrow-select-55.2.0 \ + arrow-string-55.2.0 \ + as_derive_utils-0.11.0 \ + async-compression-0.4.19 \ + async-ffi-0.5.0 \ + async-recursion-1.1.1 \ + async-trait-0.1.88 \ + atoi-2.0.0 \ + atomic-waker-1.1.2 \ + autocfg-1.5.0 \ + backtrace-0.3.75 \ + base64-0.21.7 \ + base64-0.22.1 \ + bigdecimal-0.4.8 \ + bitflags-2.9.1 \ + blake2-0.10.6 \ + blake3-1.8.2 \ + block-buffer-0.10.4 \ + brotli-8.0.1 \ + brotli-decompressor-5.0.0 \ + bumpalo-3.19.0 \ + byteorder-1.5.0 \ + bytes-1.10.1 \ + bzip2-0.4.4 \ + bzip2-0.5.2 \ + bzip2-sys-0.1.13+1.0.8 \ + cc-1.2.29 \ + cfg-if-1.0.1 \ + cfg_aliases-0.2.1 \ + chrono-0.4.41 \ + chrono-tz-0.10.3 \ + chrono-tz-build-0.4.1 \ + cmake-0.1.54 \ + comfy-table-7.1.4 \ + const-random-0.1.18 \ + const-random-macro-0.1.16 \ + const_panic-0.2.12 \ + constant_time_eq-0.3.1 \ + core-foundation-0.10.1 \ + core-foundation-sys-0.8.7 \ + core2-0.4.0 \ + core_extensions-1.5.3 \ + core_extensions_proc_macros-1.5.3 \ + cpufeatures-0.2.17 \ + crc32fast-1.4.2 \ + crossbeam-channel-0.5.15 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.4 \ + crypto-common-0.1.6 \ + csv-1.3.1 \ + csv-core-0.1.12 \ + dary_heap-0.3.7 \ + dashmap-6.1.0 \ + datafusion-48.0.1 \ + datafusion-catalog-48.0.1 \ + datafusion-catalog-listing-48.0.1 \ + datafusion-common-48.0.1 \ + datafusion-common-runtime-48.0.1 \ + datafusion-datasource-48.0.1 \ + datafusion-datasource-avro-48.0.1 \ + datafusion-datasource-csv-48.0.1 \ + datafusion-datasource-json-48.0.1 \ + datafusion-datasource-parquet-48.0.1 \ + datafusion-doc-48.0.1 \ + datafusion-execution-48.0.1 \ + datafusion-expr-48.0.1 \ + datafusion-expr-common-48.0.1 \ + datafusion-ffi-48.0.1 \ + datafusion-functions-48.0.1 \ + datafusion-functions-aggregate-48.0.1 \ + datafusion-functions-aggregate-common-48.0.1 \ + datafusion-functions-nested-48.0.1 \ + datafusion-functions-table-48.0.1 \ + datafusion-functions-window-48.0.1 \ + datafusion-functions-window-common-48.0.1 \ + datafusion-macros-48.0.1 \ + datafusion-optimizer-48.0.1 \ + datafusion-physical-expr-48.0.1 \ + datafusion-physical-expr-common-48.0.1 \ + datafusion-physical-optimizer-48.0.1 \ + datafusion-physical-plan-48.0.1 \ + datafusion-proto-48.0.1 \ + datafusion-proto-common-48.0.1 \ + datafusion-session-48.0.1 \ + datafusion-sql-48.0.1 \ + datafusion-substrait-48.0.1 \ + digest-0.10.7 \ + displaydoc-0.2.5 \ + dyn-clone-1.0.19 \ + either-1.15.0 \ + equivalent-1.0.2 \ + errno-0.3.13 \ + fastrand-2.3.0 \ + fixedbitset-0.5.7 \ + flatbuffers-25.2.10 \ + flate2-1.1.2 \ + fnv-1.0.7 \ + foldhash-0.1.5 \ + form_urlencoded-1.2.1 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + generational-arena-0.2.9 \ + generic-array-0.14.7 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + glob-0.3.2 \ + h2-0.4.11 \ + half-2.6.0 \ + hashbrown-0.14.5 \ + hashbrown-0.15.4 \ + heck-0.5.0 \ + hex-0.4.3 \ + http-1.3.1 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + humantime-2.2.0 \ + hyper-1.6.0 \ + hyper-rustls-0.27.7 \ + hyper-util-0.1.14 \ + iana-time-zone-0.1.63 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + indexmap-2.10.0 \ + indoc-2.0.6 \ + integer-encoding-3.0.4 \ + io-uring-0.7.8 \ + ipnet-2.11.0 \ + iri-string-0.7.8 \ + itertools-0.13.0 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + js-sys-0.3.77 \ + lexical-core-1.0.5 \ + lexical-parse-float-1.0.5 \ + lexical-parse-integer-1.0.5 \ + lexical-util-1.0.6 \ + lexical-write-float-1.0.5 \ + lexical-write-integer-1.0.5 \ + libc-0.2.174 \ + libflate-2.1.0 \ + libflate_lz77-2.1.0 \ + libloading-0.7.4 \ + libm-0.2.15 \ + libmimalloc-sys-0.1.43 \ + libz-rs-sys-0.5.1 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + lock_api-0.4.13 \ + log-0.4.27 \ + lru-slab-0.1.2 \ + lz4_flex-0.11.5 \ + lzma-sys-0.1.20 \ + md-5-0.10.6 \ + memchr-2.7.5 \ + memoffset-0.9.1 \ + mimalloc-0.1.47 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + multimap-0.10.1 \ + num-0.4.3 \ + num-bigint-0.4.6 \ + num-complex-0.4.6 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + object-0.36.7 \ + object_store-0.12.2 \ + once_cell-1.21.3 \ + openssl-probe-0.1.6 \ + ordered-float-2.10.1 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + parquet-55.2.0 \ + parse-zoneinfo-0.3.1 \ + paste-1.0.15 \ + pbjson-0.7.0 \ + pbjson-build-0.7.0 \ + pbjson-types-0.7.0 \ + percent-encoding-2.3.1 \ + petgraph-0.7.1 \ + petgraph-0.8.2 \ + phf-0.11.3 \ + phf_codegen-0.11.3 \ + phf_generator-0.11.3 \ + phf_shared-0.11.3 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + portable-atomic-1.11.1 \ + potential_utf-0.1.2 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.35 \ + proc-macro2-1.0.95 \ + prost-0.13.5 \ + prost-build-0.13.5 \ + prost-derive-0.13.5 \ + prost-types-0.13.5 \ + protobuf-src-2.1.1+27.1 \ + psm-0.1.26 \ + pyo3-0.24.2 \ + pyo3-async-runtimes-0.24.0 \ + pyo3-build-config-0.24.2 \ + pyo3-ffi-0.24.2 \ + pyo3-log-0.12.4 \ + pyo3-macros-0.24.2 \ + pyo3-macros-backend-0.24.2 \ + quad-rand-0.2.3 \ + quick-xml-0.37.5 \ + quinn-0.11.8 \ + quinn-proto-0.11.12 \ + quinn-udp-0.5.13 \ + quote-1.0.40 \ + r-efi-5.3.0 \ + rand-0.8.5 \ + rand-0.9.1 \ + rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ + rand_core-0.6.4 \ + rand_core-0.9.3 \ + recursive-0.1.1 \ + recursive-proc-macro-impl-0.1.1 \ + redox_syscall-0.5.13 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-lite-0.1.6 \ + regex-syntax-0.8.5 \ + regress-0.10.3 \ + repr_offset-0.2.2 \ + reqwest-0.12.22 \ + ring-0.17.14 \ + rle-decode-fast-1.0.3 \ + rustc-demangle-0.1.25 \ + rustc-hash-2.1.1 \ + rustc_version-0.4.1 \ + rustix-1.0.7 \ + rustls-0.23.28 \ + rustls-native-certs-0.8.1 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.3 \ + rustversion-1.0.21 \ + ryu-1.0.20 \ + same-file-1.0.6 \ + schannel-0.1.27 \ + schemars-0.8.22 \ + schemars_derive-0.8.22 \ + scopeguard-1.2.0 \ + security-framework-3.2.0 \ + security-framework-sys-2.14.0 \ + semver-1.0.26 \ + seq-macro-0.3.6 \ + serde-1.0.219 \ + serde_bytes-0.11.17 \ + serde_derive-1.0.219 \ + serde_derive_internals-0.29.1 \ + serde_json-1.0.140 \ + serde_tokenstream-0.2.2 \ + serde_urlencoded-0.7.1 \ + serde_yaml-0.9.34+deprecated \ + sha2-0.10.9 \ + shlex-1.3.0 \ + simdutf8-0.1.5 \ + siphasher-1.0.1 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + snap-1.1.1 \ + socket2-0.5.10 \ + sqlparser-0.55.0 \ + sqlparser_derive-0.3.0 \ + stable_deref_trait-1.2.0 \ + stacker-0.1.21 \ + static_assertions-1.1.0 \ + strum-0.26.3 \ + strum_macros-0.26.4 \ + substrait-0.56.0 \ + subtle-2.6.1 \ + syn-1.0.109 \ + syn-2.0.104 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + target-lexicon-0.13.2 \ + tempfile-3.20.0 \ + thiserror-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.12 \ + thrift-0.17.0 \ + tiny-keccak-2.0.2 \ + tinystr-0.8.1 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.46.1 \ + tokio-macros-2.5.0 \ + tokio-rustls-0.26.2 \ + tokio-util-0.7.15 \ + tower-0.5.2 \ + tower-http-0.6.6 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ + try-lock-0.2.5 \ + tstr-0.2.4 \ + tstr_proc_macros-0.2.2 \ + twox-hash-2.1.1 \ + typed-arena-2.0.2 \ + typed-builder-0.19.1 \ + typed-builder-macro-0.19.1 \ + typenum-1.18.0 \ + typify-0.4.2 \ + typify-impl-0.4.2 \ + typify-macro-0.4.2 \ + unicode-ident-1.0.18 \ + unicode-segmentation-1.12.0 \ + unicode-width-0.2.1 \ + unindent-0.2.4 \ + unsafe-libyaml-0.2.11 \ + untrusted-0.9.0 \ + url-2.5.4 \ + utf8_iter-1.0.4 \ + uuid-1.17.0 \ + version_check-0.9.5 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wasm-streams-0.4.2 \ + web-sys-0.3.77 \ + web-time-1.1.0 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.61.2 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.3 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-targets-0.52.6 \ + windows-targets-0.53.2 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + xz2-0.1.7 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.1 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ + zlib-rs-0.5.1 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.15+zstd.1.5.7 diff --git a/databases/py-datafusion/distinfo b/databases/py-datafusion/distinfo new file mode 100644 index 000000000000..ac6bfe398a32 --- /dev/null +++ b/databases/py-datafusion/distinfo @@ -0,0 +1,871 @@ +TIMESTAMP = 1752566668 +SHA256 (datafusion-48.0.0.tar.gz) = fcb89124db22a43e00bf5a1a4542157155d83d69589677c5309f106e83156a32 +SIZE (datafusion-48.0.0.tar.gz) = 182992 +SHA256 (rust/crates/abi_stable-0.11.3.crate) = 69d6512d3eb05ffe5004c59c206de7f99c34951504056ce23fc953842f12c445 +SIZE (rust/crates/abi_stable-0.11.3.crate) = 327641 +SHA256 (rust/crates/abi_stable_derive-0.11.3.crate) = d7178468b407a4ee10e881bc7a328a65e739f0863615cca4429d43916b05e898 +SIZE (rust/crates/abi_stable_derive-0.11.3.crate) = 85703 +SHA256 (rust/crates/abi_stable_shared-0.11.0.crate) = b2b5df7688c123e63f4d4d649cba63f2967ba7f7861b1664fca3f77d3dad2b63 +SIZE (rust/crates/abi_stable_shared-0.11.0.crate) = 10925 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 +SIZE (rust/crates/adler32-1.2.0.crate) = 6411 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 +SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 +SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece +SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/apache-avro-0.17.0.crate) = 1aef82843a0ec9f8b19567445ad2421ceeb1d711514384bdd3d49fe37102ee13 +SIZE (rust/crates/apache-avro-0.17.0.crate) = 178898 +SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 +SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb +SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/arrow-55.2.0.crate) = f3f15b4c6b148206ff3a2b35002e08929c2462467b62b9c02036d9c34f9ef994 +SIZE (rust/crates/arrow-55.2.0.crate) = 86326 +SHA256 (rust/crates/arrow-arith-55.2.0.crate) = 30feb679425110209ae35c3fbf82404a39a4c0436bb3ec36164d8bffed2a4ce4 +SIZE (rust/crates/arrow-arith-55.2.0.crate) = 47598 +SHA256 (rust/crates/arrow-array-55.2.0.crate) = 70732f04d285d49054a48b72c54f791bb3424abae92d27aafdf776c98af161c8 +SIZE (rust/crates/arrow-array-55.2.0.crate) = 243195 +SHA256 (rust/crates/arrow-buffer-55.2.0.crate) = 169b1d5d6cb390dd92ce582b06b23815c7953e9dfaaea75556e89d890d19993d +SIZE (rust/crates/arrow-buffer-55.2.0.crate) = 76021 +SHA256 (rust/crates/arrow-cast-55.2.0.crate) = e4f12eccc3e1c05a766cafb31f6a60a46c2f8efec9b74c6e0648766d30686af8 +SIZE (rust/crates/arrow-cast-55.2.0.crate) = 102844 +SHA256 (rust/crates/arrow-csv-55.2.0.crate) = 012c9fef3f4a11573b2c74aec53712ff9fdae4a95f4ce452d1bbf088ee00f06b +SIZE (rust/crates/arrow-csv-55.2.0.crate) = 39768 +SHA256 (rust/crates/arrow-data-55.2.0.crate) = 8de1ce212d803199684b658fc4ba55fb2d7e87b213de5af415308d2fee3619c2 +SIZE (rust/crates/arrow-data-55.2.0.crate) = 58069 +SHA256 (rust/crates/arrow-ipc-55.2.0.crate) = d9ea5967e8b2af39aff5d9de2197df16e305f47f404781d3230b2dc672da5d92 +SIZE (rust/crates/arrow-ipc-55.2.0.crate) = 116065 +SHA256 (rust/crates/arrow-json-55.2.0.crate) = 5709d974c4ea5be96d900c01576c7c0b99705f4a3eec343648cb1ca863988a9c +SIZE (rust/crates/arrow-json-55.2.0.crate) = 73466 +SHA256 (rust/crates/arrow-ord-55.2.0.crate) = 6506e3a059e3be23023f587f79c82ef0bcf6d293587e3272d20f2d30b969b5a7 +SIZE (rust/crates/arrow-ord-55.2.0.crate) = 53656 +SHA256 (rust/crates/arrow-pyarrow-55.2.0.crate) = 0e55ecf16b9b61d433f6e63c72fc6afcf2597d7db96583de88ebb887d1822268 +SIZE (rust/crates/arrow-pyarrow-55.2.0.crate) = 10134 +SHA256 (rust/crates/arrow-row-55.2.0.crate) = 52bf7393166beaf79b4bed9bfdf19e97472af32ce5b6b48169d321518a08cae2 +SIZE (rust/crates/arrow-row-55.2.0.crate) = 41536 +SHA256 (rust/crates/arrow-schema-55.2.0.crate) = af7686986a3bf2254c9fb130c623cdcb2f8e1f15763e7c71c310f0834da3d292 +SIZE (rust/crates/arrow-schema-55.2.0.crate) = 65773 +SHA256 (rust/crates/arrow-select-55.2.0.crate) = dd2b45757d6a2373faa3352d02ff5b54b098f5e21dccebc45a21806bc34501e5 +SIZE (rust/crates/arrow-select-55.2.0.crate) = 82157 +SHA256 (rust/crates/arrow-string-55.2.0.crate) = 0377d532850babb4d927a06294314b316e23311503ed580ec6ce6a0158f49d40 +SIZE (rust/crates/arrow-string-55.2.0.crate) = 43886 +SHA256 (rust/crates/as_derive_utils-0.11.0.crate) = ff3c96645900a44cf11941c111bd08a6573b0e2f9f69bc9264b179d8fae753c4 +SIZE (rust/crates/as_derive_utils-0.11.0.crate) = 17478 +SHA256 (rust/crates/async-compression-0.4.19.crate) = 06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c +SIZE (rust/crates/async-compression-0.4.19.crate) = 112164 +SHA256 (rust/crates/async-ffi-0.5.0.crate) = f4de21c0feef7e5a556e51af767c953f0501f7f300ba785cc99c47bdc8081a50 +SIZE (rust/crates/async-ffi-0.5.0.crate) = 9729 +SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 +SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 +SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 +SIZE (rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bigdecimal-0.4.8.crate) = 1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013 +SIZE (rust/crates/bigdecimal-0.4.8.crate) = 89479 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe +SIZE (rust/crates/blake2-0.10.6.crate) = 47234 +SHA256 (rust/crates/blake3-1.8.2.crate) = 3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0 +SIZE (rust/crates/blake3-1.8.2.crate) = 205967 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/brotli-8.0.1.crate) = 9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d +SIZE (rust/crates/brotli-8.0.1.crate) = 741712 +SHA256 (rust/crates/brotli-decompressor-5.0.0.crate) = 874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03 +SIZE (rust/crates/brotli-decompressor-5.0.0.crate) = 195282 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 +SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 +SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47 +SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 +SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 +SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 +SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/chrono-tz-0.10.3.crate) = efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3 +SIZE (rust/crates/chrono-tz-0.10.3.crate) = 380709 +SHA256 (rust/crates/chrono-tz-build-0.4.1.crate) = 8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402 +SIZE (rust/crates/chrono-tz-build-0.4.1.crate) = 11798 +SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 +SIZE (rust/crates/cmake-0.1.54.crate) = 18955 +SHA256 (rust/crates/comfy-table-7.1.4.crate) = 4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a +SIZE (rust/crates/comfy-table-7.1.4.crate) = 77044 +SHA256 (rust/crates/const-random-0.1.18.crate) = 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 +SIZE (rust/crates/const-random-0.1.18.crate) = 6646 +SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e +SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 +SHA256 (rust/crates/const_panic-0.2.12.crate) = 2459fc9262a1aa204eb4b5764ad4f189caec88aea9634389c0a25f8be7f6265e +SIZE (rust/crates/const_panic-0.2.12.crate) = 49995 +SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6 +SIZE (rust/crates/constant_time_eq-0.3.1.crate) = 11561 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 +SIZE (rust/crates/core2-0.4.0.crate) = 37075 +SHA256 (rust/crates/core_extensions-1.5.3.crate) = 92c71dc07c9721607e7a16108336048ee978c3a8b129294534272e8bac96c0ee +SIZE (rust/crates/core_extensions-1.5.3.crate) = 88750 +SHA256 (rust/crates/core_extensions_proc_macros-1.5.3.crate) = 69f3b219d28b6e3b4ac87bc1fc522e0803ab22e055da177bff0068c4150c61a6 +SIZE (rust/crates/core_extensions_proc_macros-1.5.3.crate) = 27793 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 +SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crunchy-0.2.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5 +SIZE (rust/crates/crunchy-0.2.4.crate) = 3887 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/csv-1.3.1.crate) = acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf +SIZE (rust/crates/csv-1.3.1.crate) = 888542 +SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d +SIZE (rust/crates/csv-core-0.1.12.crate) = 26298 +SHA256 (rust/crates/dary_heap-0.3.7.crate) = 04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728 +SIZE (rust/crates/dary_heap-0.3.7.crate) = 24076 +SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf +SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 +SHA256 (rust/crates/datafusion-48.0.1.crate) = 8a11e19a7ccc5bb979c95c1dceef663eab39c9061b3bbf8d1937faf0f03bf41f +SIZE (rust/crates/datafusion-48.0.1.crate) = 241126 +SHA256 (rust/crates/datafusion-catalog-48.0.1.crate) = 94985e67cab97b1099db2a7af11f31a45008b282aba921c1e1d35327c212ec18 +SIZE (rust/crates/datafusion-catalog-48.0.1.crate) = 50556 +SHA256 (rust/crates/datafusion-catalog-listing-48.0.1.crate) = e002df133bdb7b0b9b429d89a69aa77b35caeadee4498b2ce1c7c23a99516988 +SIZE (rust/crates/datafusion-catalog-listing-48.0.1.crate) = 29142 +SHA256 (rust/crates/datafusion-common-48.0.1.crate) = e13242fc58fd753787b0a538e5ae77d356cb9d0656fa85a591a33c5f106267f6 +SIZE (rust/crates/datafusion-common-48.0.1.crate) = 210078 +SHA256 (rust/crates/datafusion-common-runtime-48.0.1.crate) = d2239f964e95c3a5d6b4a8cde07e646de8995c1396a7fd62c6e784f5341db499 +SIZE (rust/crates/datafusion-common-runtime-48.0.1.crate) = 12934 +SHA256 (rust/crates/datafusion-datasource-48.0.1.crate) = 2cf792579bc8bf07d1b2f68c2d5382f8a63679cce8fbebfd4ba95742b6e08864 +SIZE (rust/crates/datafusion-datasource-48.0.1.crate) = 111762 +SHA256 (rust/crates/datafusion-datasource-avro-48.0.1.crate) = 4de733d231abb0fba663ff60fd37bf7171fa8b2e46e8a99e41362001821d116e +SIZE (rust/crates/datafusion-datasource-avro-48.0.1.crate) = 42434 +SHA256 (rust/crates/datafusion-datasource-csv-48.0.1.crate) = cfc114f9a1415174f3e8d2719c371fc72092ef2195a7955404cfe6b2ba29a706 +SIZE (rust/crates/datafusion-datasource-csv-48.0.1.crate) = 30155 +SHA256 (rust/crates/datafusion-datasource-json-48.0.1.crate) = d88dd5e215c420a52362b9988ecd4cefd71081b730663d4f7d886f706111fc75 +SIZE (rust/crates/datafusion-datasource-json-48.0.1.crate) = 26386 +SHA256 (rust/crates/datafusion-datasource-parquet-48.0.1.crate) = 33692acdd1fbe75280d14f4676fe43f39e9cb36296df56575aa2cac9a819e4cf +SIZE (rust/crates/datafusion-datasource-parquet-48.0.1.crate) = 77980 +SHA256 (rust/crates/datafusion-doc-48.0.1.crate) = e0e7b648387b0c1937b83cb328533c06c923799e73a9e3750b762667f32662c0 +SIZE (rust/crates/datafusion-doc-48.0.1.crate) = 8295 +SHA256 (rust/crates/datafusion-execution-48.0.1.crate) = 9609d83d52ff8315283c6dad3b97566e877d8f366fab4c3297742f33dcd636c7 +SIZE (rust/crates/datafusion-execution-48.0.1.crate) = 48484 +SHA256 (rust/crates/datafusion-expr-48.0.1.crate) = e75230cd67f650ef0399eb00f54d4a073698f2c0262948298e5299fc7324da63 +SIZE (rust/crates/datafusion-expr-48.0.1.crate) = 213329 +SHA256 (rust/crates/datafusion-expr-common-48.0.1.crate) = 70fafb3a045ed6c49cfca0cd090f62cf871ca6326cc3355cb0aaf1260fa760b6 +SIZE (rust/crates/datafusion-expr-common-48.0.1.crate) = 81832 +SHA256 (rust/crates/datafusion-ffi-48.0.1.crate) = 257de77f836e9bad3e0274d4ffc88555ebf559ae30d4e9c674b9809104c1cc3b +SIZE (rust/crates/datafusion-ffi-48.0.1.crate) = 69985 +SHA256 (rust/crates/datafusion-functions-48.0.1.crate) = cdf9a9cf655265861a20453b1e58357147eab59bdc90ce7f2f68f1f35104d3bb +SIZE (rust/crates/datafusion-functions-48.0.1.crate) = 195466 +SHA256 (rust/crates/datafusion-functions-aggregate-48.0.1.crate) = 7f07e49733d847be0a05235e17b884d326a2fd402c97a89fe8bcf0bfba310005 +SIZE (rust/crates/datafusion-functions-aggregate-48.0.1.crate) = 112861 +SHA256 (rust/crates/datafusion-functions-aggregate-common-48.0.1.crate) = 4512607e10d72b0b0a1dc08f42cb5bd5284cb8348b7fea49dc83409493e32b1b +SIZE (rust/crates/datafusion-functions-aggregate-common-48.0.1.crate) = 46527 +SHA256 (rust/crates/datafusion-functions-nested-48.0.1.crate) = 2ab331806e34f5545e5f03396e4d5068077395b1665795d8f88c14ec4f1e0b7a +SIZE (rust/crates/datafusion-functions-nested-48.0.1.crate) = 74323 +SHA256 (rust/crates/datafusion-functions-table-48.0.1.crate) = d4ac2c0be983a06950ef077e34e0174aa0cb9e346f3aeae459823158037ade37 +SIZE (rust/crates/datafusion-functions-table-48.0.1.crate) = 23437 +SHA256 (rust/crates/datafusion-functions-window-48.0.1.crate) = 36f3d92731de384c90906941d36dcadf6a86d4128409a9c5cd916662baed5f53 +SIZE (rust/crates/datafusion-functions-window-48.0.1.crate) = 35430 +SHA256 (rust/crates/datafusion-functions-window-common-48.0.1.crate) = c679f8bf0971704ec8fd4249fcbb2eb49d6a12cc3e7a840ac047b4928d3541b5 +SIZE (rust/crates/datafusion-functions-window-common-48.0.1.crate) = 16510 +SHA256 (rust/crates/datafusion-macros-48.0.1.crate) = 2821de7cb0362d12e75a5196b636a59ea3584ec1e1cc7dc6f5e34b9e8389d251 +SIZE (rust/crates/datafusion-macros-48.0.1.crate) = 17618 +SHA256 (rust/crates/datafusion-optimizer-48.0.1.crate) = 1594c7a97219ede334f25347ad8d57056621e7f4f35a0693c8da876e10dd6a53 +SIZE (rust/crates/datafusion-optimizer-48.0.1.crate) = 204437 +SHA256 (rust/crates/datafusion-physical-expr-48.0.1.crate) = dc6da0f2412088d23f6b01929dedd687b5aee63b19b674eb73d00c3eb3c883b7 +SIZE (rust/crates/datafusion-physical-expr-48.0.1.crate) = 197074 +SHA256 (rust/crates/datafusion-physical-expr-common-48.0.1.crate) = dcb0dbd9213078a593c3fe28783beaa625a4e6c6a6c797856ee2ba234311fb96 +SIZE (rust/crates/datafusion-physical-expr-common-48.0.1.crate) = 40139 +SHA256 (rust/crates/datafusion-physical-optimizer-48.0.1.crate) = 6d140854b2db3ef8ac611caad12bfb2e1e1de827077429322a6188f18fc0026a +SIZE (rust/crates/datafusion-physical-optimizer-48.0.1.crate) = 107125 +SHA256 (rust/crates/datafusion-physical-plan-48.0.1.crate) = b46cbdf21a01206be76d467f325273b22c559c744a012ead5018dfe79597de08 +SIZE (rust/crates/datafusion-physical-plan-48.0.1.crate) = 463137 +SHA256 (rust/crates/datafusion-proto-48.0.1.crate) = e3fc7a2744332c2ef8804274c21f9fa664b4ca5889169250a6fd6b649ee5d16c +SIZE (rust/crates/datafusion-proto-48.0.1.crate) = 167834 +SHA256 (rust/crates/datafusion-proto-common-48.0.1.crate) = 800add86852f12e3d249867425de2224c1e9fb7adc2930460548868781fbeded +SIZE (rust/crates/datafusion-proto-common-48.0.1.crate) = 60551 +SHA256 (rust/crates/datafusion-session-48.0.1.crate) = 3a72733766ddb5b41534910926e8da5836622316f6283307fd9fb7e19811a59c +SIZE (rust/crates/datafusion-session-48.0.1.crate) = 22905 +SHA256 (rust/crates/datafusion-sql-48.0.1.crate) = c5162338cdec9cc7ea13a0e6015c361acad5ec1d88d83f7c86301f789473971f +SIZE (rust/crates/datafusion-sql-48.0.1.crate) = 197786 +SHA256 (rust/crates/datafusion-substrait-48.0.1.crate) = af6029c08002772fb2c38a191d21a8b03af78750f42d9b896222f6b0e16c84cf +SIZE (rust/crates/datafusion-substrait-48.0.1.crate) = 159134 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/fixedbitset-0.5.7.crate) = 1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99 +SIZE (rust/crates/fixedbitset-0.5.7.crate) = 26537 +SHA256 (rust/crates/flatbuffers-25.2.10.crate) = 1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1 +SIZE (rust/crates/flatbuffers-25.2.10.crate) = 27330 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 +SIZE (rust/crates/futures-0.3.31.crate) = 54953 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/generational-arena-0.2.9.crate) = 877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7 +SIZE (rust/crates/generational-arena-0.2.9.crate) = 21409 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/h2-0.4.11.crate) = 17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785 +SIZE (rust/crates/h2-0.4.11.crate) = 175810 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 +SIZE (rust/crates/http-body-1.0.1.crate) = 6125 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f +SIZE (rust/crates/humantime-2.2.0.crate) = 20646 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 +SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 +SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb +SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/integer-encoding-3.0.4.crate) = 8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02 +SIZE (rust/crates/integer-encoding-3.0.4.crate) = 12446 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 +SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 +SIZE (rust/crates/itertools-0.14.0.crate) = 152715 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/lexical-core-1.0.5.crate) = b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958 +SIZE (rust/crates/lexical-core-1.0.5.crate) = 27818 +SHA256 (rust/crates/lexical-parse-float-1.0.5.crate) = de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2 +SIZE (rust/crates/lexical-parse-float-1.0.5.crate) = 186731 +SHA256 (rust/crates/lexical-parse-integer-1.0.5.crate) = 72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e +SIZE (rust/crates/lexical-parse-integer-1.0.5.crate) = 36912 +SHA256 (rust/crates/lexical-util-1.0.6.crate) = 5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3 +SIZE (rust/crates/lexical-util-1.0.6.crate) = 106117 +SHA256 (rust/crates/lexical-write-float-1.0.5.crate) = c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd +SIZE (rust/crates/lexical-write-float-1.0.5.crate) = 99790 +SHA256 (rust/crates/lexical-write-integer-1.0.5.crate) = 629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978 +SIZE (rust/crates/lexical-write-integer-1.0.5.crate) = 65127 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libflate-2.1.0.crate) = 45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e +SIZE (rust/crates/libflate-2.1.0.crate) = 43366 +SHA256 (rust/crates/libflate_lz77-2.1.0.crate) = e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d +SIZE (rust/crates/libflate_lz77-2.1.0.crate) = 5918 +SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (rust/crates/libloading-0.7.4.crate) = 27580 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/libmimalloc-sys-0.1.43.crate) = bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d +SIZE (rust/crates/libmimalloc-sys-0.1.43.crate) = 226498 +SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 +SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 +SHA256 (rust/crates/lz4_flex-0.11.5.crate) = 08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a +SIZE (rust/crates/lz4_flex-0.11.5.crate) = 41977 +SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 +SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045 +SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf +SIZE (rust/crates/md-5-0.10.6.crate) = 16161 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/mimalloc-0.1.47.crate) = b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40 +SIZE (rust/crates/mimalloc-0.1.47.crate) = 4594 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084 +SIZE (rust/crates/multimap-0.10.1.crate) = 15232 +SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 +SIZE (rust/crates/num-0.4.3.crate) = 9575 +SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 +SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 +SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 +SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 +SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/object_store-0.12.2.crate) = 7781f96d79ed0f961a7021424ab01840efbda64ae7a505aaea195efc91eaaec4 +SIZE (rust/crates/object_store-0.12.2.crate) = 268593 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c +SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 +SHA256 (rust/crates/parquet-55.2.0.crate) = b17da4150748086bd43352bc77372efa9b6e3dbd06a04831d2a98c041c225cfa +SIZE (rust/crates/parquet-55.2.0.crate) = 638261 +SHA256 (rust/crates/parse-zoneinfo-0.3.1.crate) = 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 +SIZE (rust/crates/parse-zoneinfo-0.3.1.crate) = 97290 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pbjson-0.7.0.crate) = c7e6349fa080353f4a597daffd05cb81572a9c031a6d4fff7e504947496fcc68 +SIZE (rust/crates/pbjson-0.7.0.crate) = 2621 +SHA256 (rust/crates/pbjson-build-0.7.0.crate) = 6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9 +SIZE (rust/crates/pbjson-build-0.7.0.crate) = 16918 +SHA256 (rust/crates/pbjson-types-0.7.0.crate) = e54e5e7bfb1652f95bc361d76f3c780d8e526b134b85417e774166ee941f0887 +SIZE (rust/crates/pbjson-types-0.7.0.crate) = 49444 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/petgraph-0.7.1.crate) = 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 +SIZE (rust/crates/petgraph-0.7.1.crate) = 736025 +SHA256 (rust/crates/petgraph-0.8.2.crate) = 54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca +SIZE (rust/crates/petgraph-0.8.2.crate) = 780998 +SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 +SIZE (rust/crates/phf-0.11.3.crate) = 23231 +SHA256 (rust/crates/phf_codegen-0.11.3.crate) = aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a +SIZE (rust/crates/phf_codegen-0.11.3.crate) = 13741 +SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d +SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 +SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 +SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/prettyplease-0.2.35.crate) = 061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a +SIZE (rust/crates/prettyplease-0.2.35.crate) = 71857 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 +SIZE (rust/crates/prost-0.13.5.crate) = 32469 +SHA256 (rust/crates/prost-build-0.13.5.crate) = be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf +SIZE (rust/crates/prost-build-0.13.5.crate) = 47493 +SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d +SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 +SHA256 (rust/crates/prost-types-0.13.5.crate) = 52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16 +SIZE (rust/crates/prost-types-0.13.5.crate) = 49145 +SHA256 (rust/crates/protobuf-src-2.1.1+27.1.crate) = 6217c3504da19b85a3a4b2e9a5183d635822d83507ba0986624b5c05b83bfc40 +SIZE (rust/crates/protobuf-src-2.1.1+27.1.crate) = 8446160 +SHA256 (rust/crates/psm-0.1.26.crate) = 6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f +SIZE (rust/crates/psm-0.1.26.crate) = 23541 +SHA256 (rust/crates/pyo3-0.24.2.crate) = e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219 +SIZE (rust/crates/pyo3-0.24.2.crate) = 1113754 +SHA256 (rust/crates/pyo3-async-runtimes-0.24.0.crate) = dd0b83dc42f9d41f50d38180dad65f0c99763b65a3ff2a81bf351dd35a1df8bf +SIZE (rust/crates/pyo3-async-runtimes-0.24.0.crate) = 54014 +SHA256 (rust/crates/pyo3-build-config-0.24.2.crate) = 99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999 +SIZE (rust/crates/pyo3-build-config-0.24.2.crate) = 34019 +SHA256 (rust/crates/pyo3-ffi-0.24.2.crate) = 78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33 +SIZE (rust/crates/pyo3-ffi-0.24.2.crate) = 76458 +SHA256 (rust/crates/pyo3-log-0.12.4.crate) = 45192e5e4a4d2505587e27806c7b710c231c40c56f3bfc19535d0bb25df52264 +SIZE (rust/crates/pyo3-log-0.12.4.crate) = 16655 +SHA256 (rust/crates/pyo3-macros-0.24.2.crate) = 0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9 +SIZE (rust/crates/pyo3-macros-0.24.2.crate) = 8874 +SHA256 (rust/crates/pyo3-macros-backend-0.24.2.crate) = 822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a +SIZE (rust/crates/pyo3-macros-backend-0.24.2.crate) = 72654 +SHA256 (rust/crates/quad-rand-0.2.3.crate) = 5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40 +SIZE (rust/crates/quad-rand-0.2.3.crate) = 4949 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 +SHA256 (rust/crates/quinn-0.11.8.crate) = 626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8 +SIZE (rust/crates/quinn-0.11.8.crate) = 79949 +SHA256 (rust/crates/quinn-proto-0.11.12.crate) = 49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e +SIZE (rust/crates/quinn-proto-0.11.12.crate) = 235821 +SHA256 (rust/crates/quinn-udp-0.5.13.crate) = fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970 +SIZE (rust/crates/quinn-udp-0.5.13.crate) = 32621 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/recursive-0.1.1.crate) = 0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e +SIZE (rust/crates/recursive-0.1.1.crate) = 3642 +SHA256 (rust/crates/recursive-proc-macro-impl-0.1.1.crate) = 76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b +SIZE (rust/crates/recursive-proc-macro-impl-0.1.1.crate) = 2213 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a +SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/regress-0.10.3.crate) = 78ef7fa9ed0256d64a688a3747d0fef7a88851c18a5e1d57f115f38ec2e09366 +SIZE (rust/crates/regress-0.10.3.crate) = 334012 +SHA256 (rust/crates/repr_offset-0.2.2.crate) = fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea +SIZE (rust/crates/repr_offset-0.2.2.crate) = 36847 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/rle-decode-fast-1.0.3.crate) = 3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422 +SIZE (rust/crates/rle-decode-fast-1.0.3.crate) = 62086 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustls-0.23.28.crate) = 7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643 +SIZE (rust/crates/rustls-0.23.28.crate) = 365699 +SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 +SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 +SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 +SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 +SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/schemars-0.8.22.crate) = 3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615 +SIZE (rust/crates/schemars-0.8.22.crate) = 59214 +SHA256 (rust/crates/schemars_derive-0.8.22.crate) = 32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d +SIZE (rust/crates/schemars_derive-0.8.22.crate) = 19542 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316 +SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 +SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 +SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/seq-macro-0.3.6.crate) = 1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc +SIZE (rust/crates/seq-macro-0.3.6.crate) = 16031 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_bytes-0.11.17.crate) = 8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96 +SIZE (rust/crates/serde_bytes-0.11.17.crate) = 13256 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 +SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_tokenstream-0.2.2.crate) = 64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1 +SIZE (rust/crates/serde_tokenstream-0.2.2.crate) = 19460 +SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 +SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/simdutf8-0.1.5.crate) = e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e +SIZE (rust/crates/simdutf8-0.1.5.crate) = 28488 +SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d +SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b +SIZE (rust/crates/snap-1.1.1.crate) = 33763 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/sqlparser-0.55.0.crate) = c4521174166bac1ff04fe16ef4524c70144cd29682a45978978ca3d7f4e0be11 +SIZE (rust/crates/sqlparser-0.55.0.crate) = 304953 +SHA256 (rust/crates/sqlparser_derive-0.3.0.crate) = da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c +SIZE (rust/crates/sqlparser_derive-0.3.0.crate) = 8563 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/stacker-0.1.21.crate) = cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b +SIZE (rust/crates/stacker-0.1.21.crate) = 17009 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 +SIZE (rust/crates/strum-0.26.3.crate) = 7237 +SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be +SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 +SHA256 (rust/crates/substrait-0.56.0.crate) = 13de2e20128f2a018dab1cfa30be83ae069219a65968c6f89df66ad124de2397 +SIZE (rust/crates/substrait-0.56.0.crate) = 71870 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/thrift-0.17.0.crate) = 7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09 +SIZE (rust/crates/thrift-0.17.0.crate) = 45286 +SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 +SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 +SIZE (rust/crates/tokio-1.46.1.crate) = 823632 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 +SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 +SHA256 (rust/crates/tstr-0.2.4.crate) = 7f8e0294f14baae476d0dd0a2d780b2e24d66e349a9de876f5126777a37bdba7 +SIZE (rust/crates/tstr-0.2.4.crate) = 17962 +SHA256 (rust/crates/tstr_proc_macros-0.2.2.crate) = e78122066b0cb818b8afd08f7ed22f7fdbc3e90815035726f0840d0d26c0747a +SIZE (rust/crates/tstr_proc_macros-0.2.2.crate) = 7458 +SHA256 (rust/crates/twox-hash-2.1.1.crate) = 8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56 +SIZE (rust/crates/twox-hash-2.1.1.crate) = 35627 +SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a +SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 +SHA256 (rust/crates/typed-builder-0.19.1.crate) = a06fbd5b8de54c5f7c91f6fe4cebb949be2125d7758e630bb58b1d831dbce600 +SIZE (rust/crates/typed-builder-0.19.1.crate) = 21015 +SHA256 (rust/crates/typed-builder-macro-0.19.1.crate) = f9534daa9fd3ed0bd911d462a37f172228077e7abf18c18a5f67199d959205f8 +SIZE (rust/crates/typed-builder-macro-0.19.1.crate) = 20273 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/typify-0.4.2.crate) = 6c6c647a34e851cf0260ccc14687f17cdcb8302ff1a8a687a24b97ca0f82406f +SIZE (rust/crates/typify-0.4.2.crate) = 46246 +SHA256 (rust/crates/typify-impl-0.4.2.crate) = 741b7f1e2e1338c0bee5ad5a7d3a9bbd4e24c33765c08b7691810e68d879365d +SIZE (rust/crates/typify-impl-0.4.2.crate) = 475269 +SHA256 (rust/crates/typify-macro-0.4.2.crate) = 7560adf816a1e8dad7c63d8845ef6e31e673e39eab310d225636779230cbedeb +SIZE (rust/crates/typify-macro-0.4.2.crate) = 9533 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 +SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 +SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c +SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 +SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e +SIZE (rust/crates/want-0.3.1.crate) = 6398 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasm-streams-0.4.2.crate) = 15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65 +SIZE (rust/crates/wasm-streams-0.4.2.crate) = 36773 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb +SIZE (rust/crates/web-time-1.1.0.crate) = 18026 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 +SIZE (rust/crates/xz2-0.1.7.crate) = 23892 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 +SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a +SIZE (rust/crates/zstd-0.13.3.crate) = 30514 +SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d +SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 +SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 +SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 diff --git a/databases/py-datafusion/pkg-descr b/databases/py-datafusion/pkg-descr new file mode 100644 index 000000000000..86f02563213a --- /dev/null +++ b/databases/py-datafusion/pkg-descr @@ -0,0 +1,12 @@ +This is a Python library that binds to Apache Arrow in-memory query engine +DataFusion. + +DataFusion's Python bindings can be used as a foundation for building new data +systems in Python. Here are some examples: +- Dask SQL uses DataFusion's Python bindings for SQL parsing, query planning, + and logical plan optimizations, and then transpiles the logical plan to Dask + operations for execution. +- DataFusion Ballista is a distributed SQL query engine that extends + DataFusion's Python bindings for distributed use cases. +- DataFusion Ray is another distributed query engine that uses DataFusion's + Python bindings. diff --git a/databases/py-pgmigrate/Makefile b/databases/py-pgmigrate/Makefile index 307ec26f16cb..094a2bd34f6f 100644 --- a/databases/py-pgmigrate/Makefile +++ b/databases/py-pgmigrate/Makefile @@ -1,6 +1,5 @@ PORTNAME= pgmigrate -DISTVERSION= 1.0.9 -PORTREVISION= 1 +DISTVERSION= 1.0.10 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-pgmigrate/distinfo b/databases/py-pgmigrate/distinfo index 34ba343d6c93..3949a7df7bd4 100644 --- a/databases/py-pgmigrate/distinfo +++ b/databases/py-pgmigrate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734776042 -SHA256 (yandex-pgmigrate-1.0.9_GH0.tar.gz) = 0b411fd495b1fcbc1c5bbbae07ca02c403d44f815b700405159e30c82eb775db -SIZE (yandex-pgmigrate-1.0.9_GH0.tar.gz) = 31656 +TIMESTAMP = 1753649600 +SHA256 (yandex-pgmigrate-1.0.10_GH0.tar.gz) = b8d0bedf84de4524a41d1371ffac8d359d1f3c97a3d2e7a2b9648b72cf31c1bb +SIZE (yandex-pgmigrate-1.0.10_GH0.tar.gz) = 32047 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index db51939391d5..6c4e9eec54f7 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.36.3 +PORTVERSION= 3.37.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=0<4:devel/py-prettytable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.34:databases/py-sqlglot@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<27.2:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index 16977061a376..8d0db9d79e51 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266056 -SHA256 (sqlframe-3.36.3.tar.gz) = c5d9e4f13131693c9d6178a4e6d9852557e203be0eeb4b4d256929a6f487259d -SIZE (sqlframe-3.36.3.tar.gz) = 29481819 +TIMESTAMP = 1753265740 +SHA256 (sqlframe-3.37.0.tar.gz) = 77cc7e0ff1695d6ed5e62fcfac40f5464c7ef01ed433f04407caf80010c91353 +SIZE (sqlframe-3.37.0.tar.gz) = 29481957 diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index d023c7cd67f0..e65f392ff62d 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.33.0 +PORTVERSION= 27.1.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index d1b4c41b8cc8..df2b91385afe 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266058 -SHA256 (sqlglot-26.33.0.tar.gz) = 2817278779fa51d6def43aa0d70690b93a25c83eb18ec97130fdaf707abc0d73 -SIZE (sqlglot-26.33.0.tar.gz) = 5353340 +TIMESTAMP = 1753265742 +SHA256 (sqlglot-27.1.0.tar.gz) = be8f5fde14a49744ab8c519ab1ea955668c1895b759ab18a7065b4e5d6de1c8e +SIZE (sqlglot-27.1.0.tar.gz) = 5379716 diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index 1e1b10798581..ca2fce820511 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.34.0 +PORTVERSION= 0.34.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybind11>=0<3:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - tiledb>=2.28.0:databases/tiledb + tiledb>=2.28.1:databases/tiledb LIB_DEPENDS= libtiledb.so:databases/tiledb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index fd69d6cbb79a..0bf930249a1c 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715308 -SHA256 (tiledb-0.34.0.tar.gz) = ce4995f7455bebfa651fa45a795b07e8bc79867a6feb9b8523c8066ac817e44c -SIZE (tiledb-0.34.0.tar.gz) = 376015 +TIMESTAMP = 1753369370 +SHA256 (tiledb-0.34.1.tar.gz) = ece9453c33a9d3139ba7bb19027f5e9b77d759dd2eda74cf6df117e8011b4367 +SIZE (tiledb-0.34.1.tar.gz) = 381429 diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml index edb53c92c7c0..2285b76dffdf 100644 --- a/databases/py-tiledb/files/patch-pyproject.toml +++ b/databases/py-tiledb/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -2,7 +2,7 @@ requires = [ requires = [ "scikit-build-core", - "pybind11", + "pybind11<3", - "numpy>=2.0.1" + "numpy>=1.25" ] diff --git a/databases/py-valkey/Makefile b/databases/py-valkey/Makefile index 09f156c56b01..261331e82005 100644 --- a/databases/py-valkey/Makefile +++ b/databases/py-valkey/Makefile @@ -1,5 +1,6 @@ PORTNAME= valkey DISTVERSION= 6.1.0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +22,9 @@ LIBVALKEY_DESC= Install valkey with libvalkey support OCSP_DESC= Enable support for OCSP stapling LIBVALKEY_RUN_DEPENDS= libvalkey>=0:databases/libvalkey -OCSP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ +OCSP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -OCSP_USE_PYTHON= cryptography .include <bsd.port.pre.mk> diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index 5dcce0c3f3a0..7e519ebc4417 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,7 +1,6 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v -DISTVERSION= 1.14.1 -PORTREVISION= 1 +DISTVERSION= 1.15.1 PORTEPOCH= 1 CATEGORIES= databases diff --git a/databases/qdrant/Makefile.crates b/databases/qdrant/Makefile.crates index ea1dd2e740e9..b9318395bbeb 100644 --- a/databases/qdrant/Makefile.crates +++ b/databases/qdrant/Makefile.crates @@ -57,10 +57,12 @@ CARGO_CRATES= actix-codec-0.5.0 \ base64-0.21.0 \ base64-0.22.0 \ bincode-1.3.3 \ + bincode-2.0.1 \ + bincode_derive-2.0.1 \ bindgen-0.69.4 \ binout-0.2.1 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ + bitflags-2.9.1 \ bitm-0.4.2 \ bitpacking-0.9.2 \ bitvec-1.0.1 \ @@ -70,37 +72,37 @@ CARGO_CRATES= actix-codec-0.5.0 \ brotli-decompressor-5.0.0 \ bumpalo-3.11.1 \ bustle-0.5.1 \ - bytemuck-1.23.0 \ + bytemuck-1.23.1 \ bytemuck_derive-1.8.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ bytestring-1.2.0 \ bzip2-sys-0.1.11+1.0.8 \ cast-0.3.0 \ - cc-1.2.23 \ + cc-1.2.30 \ cedarwood-0.4.6 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ cgroups-rs-0.3.4 \ - charabia-0.9.3 \ + charabia-0.9.6 \ chrono-0.4.41 \ ci_info-0.10.2 \ ciborium-0.2.0 \ ciborium-io-0.2.0 \ ciborium-ll-0.2.0 \ clang-sys-1.4.0 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_derive-4.5.32 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_derive-4.5.41 \ clap_lex-0.7.4 \ cmake-0.1.51 \ codespan-reporting-0.11.1 \ colorchoice-1.0.0 \ colored-3.0.0 \ colorz-1.1.4 \ - config-0.15.11 \ - console-0.15.2 \ + config-0.15.13 \ + console-0.16.0 \ console-api-0.8.1 \ console-subscriber-0.4.1 \ constant_time_eq-0.1.5 \ @@ -109,6 +111,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ cookie-0.16.2 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.7 \ + core2-0.4.0 \ cpp_demangle-0.4.2 \ cpufeatures-0.2.5 \ crc32c-0.6.8 \ @@ -127,16 +130,15 @@ CARGO_CRATES= actix-codec-0.5.0 \ cxx-build-1.0.85 \ cxxbridge-flags-1.0.85 \ cxxbridge-macro-1.0.85 \ + daachorse-1.0.0 \ darling-0.20.8 \ darling_core-0.20.8 \ darling_macro-0.20.8 \ + dary_heap-0.3.7 \ dashmap-6.1.0 \ data-encoding-2.9.0 \ debugid-0.8.0 \ - delegate-0.13.3 \ - derive_builder-0.20.0 \ - derive_builder_core-0.20.0 \ - derive_builder_macro-0.20.0 \ + delegate-0.13.4 \ derive_more-0.99.17 \ derive_more-2.0.1 \ derive_more-impl-2.0.1 \ @@ -148,18 +150,10 @@ CARGO_CRATES= actix-codec-0.5.0 \ earcutr-0.4.2 \ ecow-0.2.5 \ either-1.13.0 \ - encode_unicode-0.3.6 \ - encoding-0.2.33 \ - encoding-index-japanese-1.20141219.5 \ - encoding-index-korean-1.20141219.5 \ - encoding-index-simpchinese-1.20141219.5 \ - encoding-index-singlebyte-1.20141219.5 \ - encoding-index-tradchinese-1.20141219.5 \ - encoding_index_tests-0.1.4 \ + encode_unicode-1.0.0 \ encoding_rs-0.8.33 \ - encoding_rs_io-0.1.7 \ env_filter-0.1.0 \ - env_logger-0.11.6 \ + env_logger-0.11.8 \ envmnt-0.8.4 \ equator-0.2.2 \ equator-macro-0.2.1 \ @@ -170,7 +164,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ filetime-0.2.19 \ findshlibs-0.10.2 \ fixedbitset-0.4.2 \ - flate2-1.1.1 \ + flate2-1.1.2 \ float_next_after-1.0.0 \ fnv-1.0.7 \ foldhash-0.1.4 \ @@ -225,23 +219,24 @@ CARGO_CRATES= actix-codec-0.5.0 \ heck-0.4.1 \ heck-0.5.0 \ hermit-abi-0.3.9 \ + hermit-abi-0.5.1 \ hex-0.4.3 \ http-0.2.9 \ - http-1.2.0 \ + http-1.3.1 \ http-body-0.4.5 \ http-body-1.0.0 \ http-body-util-0.1.2 \ http-range-0.1.5 \ http-serde-2.1.1 \ - httparse-1.8.0 \ + httparse-1.10.1 \ httpdate-1.0.2 \ humantime-2.2.0 \ hyper-0.14.26 \ - hyper-1.4.1 \ + hyper-1.6.0 \ hyper-rustls-0.27.2 \ hyper-timeout-0.4.1 \ hyper-timeout-0.5.1 \ - hyper-util-0.1.10 \ + hyper-util-0.1.13 \ i_float-1.7.0 \ i_key_sort-0.2.0 \ i_overlay-2.0.5 \ @@ -264,15 +259,18 @@ CARGO_CRATES= actix-codec-0.5.0 \ idna-1.0.3 \ idna_adapter-1.2.0 \ impl-more-0.1.6 \ + include-flate-0.3.0 \ + include-flate-codegen-0.2.0 \ indexmap-1.9.2 \ - indexmap-2.9.0 \ - indicatif-0.17.11 \ + indexmap-2.10.0 \ + indicatif-0.18.0 \ inferno-0.11.18 \ inventory-0.3.14 \ io-lifetimes-1.0.11 \ - io-uring-0.7.7 \ - ipnet-2.7.0 \ + io-uring-0.7.8 \ + ipnet-2.11.0 \ irg-kvariants-0.1.1 \ + iri-string-0.7.8 \ is-terminal-0.4.6 \ is_ci-1.2.0 \ is_sorted-0.1.1 \ @@ -281,42 +279,26 @@ CARGO_CRATES= actix-codec-0.5.0 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.5 \ - jieba-rs-0.7.0 \ + jieba-macros-0.7.1 \ + jieba-rs-0.7.3 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ jobserver-0.1.31 \ js-sys-0.3.77 \ jsonwebtoken-9.3.1 \ - kanaria-0.2.0 \ language-tags-0.3.2 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.172 \ + libc-0.2.174 \ libflate-1.4.0 \ + libflate-2.1.0 \ libflate_lz77-1.2.0 \ + libflate_lz77-2.1.0 \ libloading-0.7.4 \ libloading-0.8.5 \ libm-0.2.6 \ librocksdb-sys-0.17.1+9.9.3 \ libz-sys-1.1.8 \ - lindera-0.32.3 \ - lindera-analyzer-0.32.3 \ - lindera-assets-0.32.3 \ - lindera-cc-cedict-0.32.3 \ - lindera-cc-cedict-builder-0.32.3 \ - lindera-compress-0.32.3 \ - lindera-core-0.32.3 \ - lindera-decompress-0.32.3 \ - lindera-dictionary-0.32.3 \ - lindera-dictionary-builder-0.32.3 \ - lindera-filter-0.32.3 \ - lindera-ipadic-0.32.3 \ - lindera-ipadic-builder-0.32.3 \ - lindera-ipadic-neologd-0.32.3 \ - lindera-ipadic-neologd-builder-0.32.3 \ - lindera-ko-dic-0.32.3 \ - lindera-ko-dic-builder-0.32.3 \ - lindera-tokenizer-0.32.3 \ - lindera-unidic-0.32.3 \ - lindera-unidic-builder-0.32.3 \ link-cplusplus-1.0.8 \ linux-raw-sys-0.3.8 \ linux-raw-sys-0.4.14 \ @@ -324,18 +306,19 @@ CARGO_CRATES= actix-codec-0.5.0 \ litemap-0.7.3 \ local-channel-0.1.3 \ local-waker-0.1.3 \ - lock_api-0.4.11 \ + lock_api-0.4.13 \ log-0.4.27 \ loom-0.7.1 \ lz4-sys-1.11.1+lz4-1.10.0 \ - lz4_flex-0.11.3 \ - macro_rules_attribute-0.2.0 \ - macro_rules_attribute-proc_macro-0.2.0 \ + lz4_flex-0.11.5 \ + macro_rules_attribute-0.2.2 \ + macro_rules_attribute-proc_macro-0.2.2 \ matchers-0.1.0 \ matchit-0.7.0 \ + matrixmultiply-0.3.10 \ md-5-0.10.6 \ memchr-2.7.4 \ - memmap2-0.9.5 \ + memmap2-0.9.7 \ memoffset-0.7.1 \ merge-0.1.0 \ merge_derive-0.1.0 \ @@ -347,6 +330,8 @@ CARGO_CRATES= actix-codec-0.5.0 \ mio-1.0.1 \ multimap-0.8.3 \ names-0.14.0 \ + ndarray-0.16.1 \ + ndarray-npy-0.9.1 \ nias-0.5.0 \ nix-0.25.1 \ nix-0.26.2 \ @@ -359,29 +344,35 @@ CARGO_CRATES= actix-codec-0.5.0 \ nu-ansi-term-0.46.0 \ num-bigint-0.4.4 \ num-cmp-0.1.0 \ + num-complex-0.4.6 \ num-derive-0.4.2 \ num-format-0.4.4 \ num-integer-0.1.46 \ num-traits-0.2.19 \ - num_cpus-1.16.0 \ + num_cpus-1.17.0 \ num_threads-0.1.7 \ - number_prefix-0.4.0 \ + objc2-core-foundation-0.3.1 \ + objc2-io-kit-0.3.1 \ object-0.30.0 \ - object_store-0.12.1 \ + object_store-0.12.3 \ once_cell-1.21.3 \ oorandom-11.1.3 \ openssl-probe-0.1.5 \ ordered-float-2.10.1 \ ordered-float-5.0.0 \ overload-0.1.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.9 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ parse-size-1.0.0 \ paste-1.0.11 \ pathdiff-0.2.1 \ pem-3.0.3 \ percent-encoding-2.3.1 \ permutation_iterator-0.1.2 \ + pest-2.8.1 \ + pest_derive-2.8.1 \ + pest_generator-2.8.1 \ + pest_meta-2.8.1 \ petgraph-0.6.2 \ ph-0.8.5 \ phf-0.11.2 \ @@ -392,26 +383,26 @@ CARGO_CRATES= actix-codec-0.5.0 \ pin-project-internal-1.0.12 \ pin-project-lite-0.2.12 \ pin-utils-0.1.0 \ - pinyin-0.10.0 \ pkg-config-0.3.26 \ plain-0.2.3 \ plotters-0.3.4 \ plotters-backend-0.3.4 \ plotters-svg-0.3.3 \ - portable-atomic-1.3.2 \ + portable-atomic-1.11.1 \ + portable-atomic-util-0.2.4 \ pprof-0.14.0 \ pprof2-0.13.1 \ ppv-lite86-0.2.17 \ presser-0.3.1 \ prettyplease-0.1.22 \ - prettyplease-0.2.32 \ + prettyplease-0.2.35 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.95 \ procfs-0.17.0 \ procfs-core-0.17.0 \ prometheus-0.14.0 \ - proptest-1.6.0 \ + proptest-1.7.0 \ prost-0.11.9 \ prost-0.12.6 \ prost-0.13.1 \ @@ -430,11 +421,12 @@ CARGO_CRATES= actix-codec-0.5.0 \ protobuf-build-0.14.0 \ pulldown-cmark-0.9.3 \ pulldown-cmark-to-cmark-10.0.4 \ + py_literal-0.4.0 \ pyroscope-0.5.8 \ pyroscope_pprofrs-0.2.10 \ quick-error-1.2.3 \ quick-xml-0.26.0 \ - quick-xml-0.37.2 \ + quick-xml-0.38.0 \ quinn-0.11.2 \ quinn-proto-0.11.8 \ quinn-udp-0.5.2 \ @@ -444,7 +436,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ raft-proto-0.7.0 \ rand-0.7.3 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.2.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ @@ -453,11 +445,12 @@ CARGO_CRATES= actix-codec-0.5.0 \ rand_core-0.9.0 \ rand_distr-0.5.1 \ rand_hc-0.2.0 \ - rand_xorshift-0.3.0 \ + rand_xorshift-0.4.0 \ + rawpointer-0.2.1 \ rayon-1.10.0 \ rayon-core-1.12.1 \ redox_syscall-0.2.16 \ - redox_syscall-0.4.1 \ + redox_syscall-0.5.12 \ regex-1.11.0 \ regex-automata-0.1.10 \ regex-automata-0.4.8 \ @@ -465,13 +458,14 @@ CARGO_CRATES= actix-codec-0.5.0 \ regex-syntax-0.6.28 \ regex-syntax-0.8.5 \ relative-path-1.9.3 \ - reqwest-0.12.15 \ + reqwest-0.12.22 \ rgb-0.8.50 \ ring-0.17.13 \ - ringbuffer-0.15.0 \ + ringbuffer-0.16.0 \ rle-decode-fast-1.0.3 \ rmp-0.8.14 \ rmp-serde-1.3.0 \ + roaring-0.11.1 \ robust-1.1.0 \ rocksdb-0.23.0 \ roxmltree-0.20.0 \ @@ -488,13 +482,13 @@ CARGO_CRATES= actix-codec-0.5.0 \ rustix-0.38.40 \ rustix-1.0.2 \ rustls-0.22.4 \ - rustls-0.23.27 \ + rustls-0.23.29 \ rustls-native-certs-0.7.0 \ rustls-native-certs-0.8.0 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.102.8 \ - rustls-webpki-0.103.3 \ + rustls-webpki-0.103.4 \ rustversion-1.0.11 \ rusty-forkfork-0.4.0 \ rusty-hook-0.11.2 \ @@ -524,7 +518,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ serde_cbor-0.11.2 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.0 \ - serde_json-1.0.140 \ + serde_json-1.0.141 \ serde_plain-1.0.1 \ serde_qs-0.13.0 \ serde_urlencoded-0.7.1 \ @@ -545,39 +539,38 @@ CARGO_CRATES= actix-codec-0.5.0 \ slog-2.7.0 \ slog-scope-4.4.0 \ slog-stdlog-4.1.1 \ - smallvec-1.15.0 \ + smallvec-1.15.1 \ socket2-0.4.9 \ - socket2-0.5.5 \ + socket2-0.5.10 \ spade-2.12.1 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ str_stack-0.1.0 \ strsim-0.10.0 \ strsim-0.11.0 \ - strum-0.26.3 \ - strum_macros-0.26.4 \ + strum-0.27.2 \ + strum_macros-0.27.1 \ subtle-2.5.0 \ supports-color-3.0.2 \ symbolic-common-12.12.3 \ symbolic-demangle-12.12.3 \ syn-1.0.107 \ - syn-2.0.101 \ + syn-2.0.104 \ sync_wrapper-0.1.2 \ sync_wrapper-1.0.1 \ synstructure-0.13.1 \ sys-info-0.9.1 \ - sysinfo-0.33.1 \ + sysinfo-0.36.1 \ tango-bench-0.6.0 \ tap-1.0.1 \ tempfile-3.20.0 \ termcolor-1.1.3 \ - terminal_size-0.1.17 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ thread-id-4.0.0 \ - thread-priority-1.2.0 \ + thread-priority-2.1.0 \ thread_local-1.1.7 \ tikv-jemalloc-ctl-0.6.0 \ tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 \ @@ -589,7 +582,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ tinytemplate-1.2.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.0 \ - tokio-1.45.0 \ + tokio-1.45.1 \ tokio-io-timeout-1.2.0 \ tokio-macros-2.5.0 \ tokio-rustls-0.25.0 \ @@ -603,6 +596,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ tonic-reflection-0.11.0 \ tower-0.4.13 \ tower-0.5.2 \ + tower-http-0.6.6 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ @@ -619,31 +613,33 @@ CARGO_CRATES= actix-codec-0.5.0 \ typenum-1.16.0 \ typetag-0.2.15 \ typetag-impl-0.2.15 \ + ucd-trie-0.1.7 \ unarray-0.1.4 \ unicase-2.6.0 \ unicode-bidi-0.3.13 \ - unicode-blocks-0.1.9 \ unicode-ident-1.0.13 \ unicode-normalization-0.1.24 \ - unicode-segmentation-1.11.0 \ unicode-width-0.1.10 \ unicode-width-0.2.0 \ unicode-xid-0.2.6 \ + unit-prefix-0.5.1 \ untrusted-0.9.0 \ + unty-0.0.4 \ unwind-0.4.1 \ unwind-sys-0.1.3 \ - ureq-2.9.6 \ url-2.5.4 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.1 \ - uuid-1.16.0 \ + uuid-1.17.0 \ v_htmlescape-0.15.8 \ validator-0.18.1 \ validator_derive-0.18.1 \ valuable-0.1.0 \ + vaporetto-0.6.5 \ vcpkg-0.2.15 \ version_check-0.9.4 \ + virtue-0.0.18 \ wait-timeout-0.2.0 \ walkdir-2.5.0 \ wana_kana-4.0.0 \ @@ -661,6 +657,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ web-sys-0.3.69 \ web-time-1.1.0 \ webpki-roots-0.26.1 \ + webpki-roots-1.0.0 \ whatlang-0.16.4 \ which-4.3.0 \ winapi-0.3.9 \ @@ -669,23 +666,31 @@ CARGO_CRATES= actix-codec-0.5.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.48.0 \ windows-0.57.0 \ + windows-0.61.3 \ + windows-collections-0.2.0 \ windows-core-0.57.0 \ + windows-core-0.61.2 \ + windows-future-0.2.1 \ windows-implement-0.57.0 \ + windows-implement-0.60.0 \ windows-interface-0.57.0 \ - windows-link-0.1.0 \ - windows-registry-0.4.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.3 \ + windows-numerics-0.2.0 \ windows-result-0.1.2 \ - windows-result-0.3.1 \ - windows-strings-0.3.1 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ windows-sys-0.42.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.42.2 \ windows-targets-0.48.0 \ windows-targets-0.52.6 \ - windows-targets-0.53.0 \ + windows-targets-0.53.2 \ + windows-threading-0.1.0 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.0 \ windows_aarch64_gnullvm-0.52.6 \ @@ -723,14 +728,13 @@ CARGO_CRATES= actix-codec-0.5.0 \ wyhash-0.5.0 \ wyz-0.5.1 \ xattr-1.3.1 \ - yada-0.5.1 \ yaml-rust2-0.10.0 \ yoke-0.7.4 \ yoke-derive-0.7.4 \ zerocopy-0.7.35 \ - zerocopy-0.8.25 \ + zerocopy-0.8.26 \ zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.25 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.4 \ zerofrom-derive-0.1.4 \ zeroize-1.7.0 \ @@ -740,4 +744,5 @@ CARGO_CRATES= actix-codec-0.5.0 \ zstd-safe-7.0.0 \ zstd-sys-2.0.9+zstd.1.5.5 \ wal@git+https://github.com/qdrant/wal.git?rev=c4b26b9c0ccc0e06ba7391189e4c8eac051ca531\#c4b26b9c0ccc0e06ba7391189e4c8eac051ca531 \ + rust-stemmers@git+https://github.com/qdrant/rust-stemmers.git?tag=v1.2.1\#aee4c73b4012230b1163bf82d086cbf4b3f1102e \ tar@git+https://github.com/qdrant/tar-rs?branch=main\#856dbd090eede1736604f23cfe99a104b5639734 diff --git a/databases/qdrant/distinfo b/databases/qdrant/distinfo index f3b358161bda..ad6637afa8b9 100644 --- a/databases/qdrant/distinfo +++ b/databases/qdrant/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1748539173 +TIMESTAMP = 1754186887 SHA256 (rust/crates/actix-codec-0.5.0.crate) = 57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe SIZE (rust/crates/actix-codec-0.5.0.crate) = 14046 SHA256 (rust/crates/actix-cors-0.7.1.crate) = daa239b93927be1ff123eebada5a3ff23e89f0124ccb8609234e5103d5a5ae6d @@ -117,14 +117,18 @@ SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff54653 SIZE (rust/crates/base64-0.22.0.crate) = 81568 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 +SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740 +SIZE (rust/crates/bincode-2.0.1.crate) = 70469 +SHA256 (rust/crates/bincode_derive-2.0.1.crate) = bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09 +SIZE (rust/crates/bincode_derive-2.0.1.crate) = 7404 SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 SIZE (rust/crates/bindgen-0.69.4.crate) = 221092 SHA256 (rust/crates/binout-0.2.1.crate) = b60b1af88a588fca5fe424ae7d735bc52814f80ff57614f57043cc4e2024f2ea SIZE (rust/crates/binout-0.2.1.crate) = 3874 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bitm-0.4.2.crate) = b06e8e5bec3490b9f6f3adbb78aa4f53e8396fd9994e8a62a346b44ea7c15f35 SIZE (rust/crates/bitm-0.4.2.crate) = 22944 SHA256 (rust/crates/bitpacking-0.9.2.crate) = 4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92 @@ -143,8 +147,8 @@ SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712 SIZE (rust/crates/bumpalo-3.11.1.crate) = 81207 SHA256 (rust/crates/bustle-0.5.1.crate) = 082bd84e4f0d39ac9d5d0447dec66dbfc333b3ae4240c306ca0801fbb3655fca SIZE (rust/crates/bustle-0.5.1.crate) = 12216 -SHA256 (rust/crates/bytemuck-1.23.0.crate) = 9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c -SIZE (rust/crates/bytemuck-1.23.0.crate) = 52534 +SHA256 (rust/crates/bytemuck-1.23.1.crate) = 5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422 +SIZE (rust/crates/bytemuck-1.23.1.crate) = 52585 SHA256 (rust/crates/bytemuck_derive-1.8.0.crate) = bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec SIZE (rust/crates/bytemuck_derive-1.8.0.crate) = 23029 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b @@ -157,8 +161,8 @@ SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8ca SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 +SHA256 (rust/crates/cc-1.2.30.crate) = deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7 +SIZE (rust/crates/cc-1.2.30.crate) = 108550 SHA256 (rust/crates/cedarwood-0.4.6.crate) = 6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90 SIZE (rust/crates/cedarwood-0.4.6.crate) = 12726 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -169,8 +173,8 @@ SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/cgroups-rs-0.3.4.crate) = 6db7c2f5545da4c12c5701455d9471da5f07db52e49b9cccb4f5512226dd0836 SIZE (rust/crates/cgroups-rs-0.3.4.crate) = 53584 -SHA256 (rust/crates/charabia-0.9.3.crate) = 650d52f87a36472ea1c803dee49d6bfd23d426efa9363e2f4c4a0e6a236d3407 -SIZE (rust/crates/charabia-0.9.3.crate) = 1136156 +SHA256 (rust/crates/charabia-0.9.6.crate) = 3b01abfd2db0eb8c4e7a47ccab5d1f67993736f4e76923ed9ae281c49070645d +SIZE (rust/crates/charabia-0.9.6.crate) = 1138765 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 SHA256 (rust/crates/ci_info-0.10.2.crate) = 24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e @@ -183,12 +187,12 @@ SHA256 (rust/crates/ciborium-ll-0.2.0.crate) = 213030a2b5a4e0c0892b6652260cf6cca SIZE (rust/crates/ciborium-ll-0.2.0.crate) = 10740 SHA256 (rust/crates/clang-sys-1.4.0.crate) = fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3 SIZE (rust/crates/clang-sys-1.4.0.crate) = 38679 -SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 -SIZE (rust/crates/clap-4.5.38.crate) = 57140 -SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 -SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/cmake-0.1.51.crate) = fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a @@ -201,10 +205,10 @@ SHA256 (rust/crates/colored-3.0.0.crate) = fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffd SIZE (rust/crates/colored-3.0.0.crate) = 34497 SHA256 (rust/crates/colorz-1.1.4.crate) = 6ceb37c5798821e37369cb546f430f19da2f585e0364c9615ae340a9f2e6067b SIZE (rust/crates/colorz-1.1.4.crate) = 33160 -SHA256 (rust/crates/config-0.15.11.crate) = 595aae20e65c3be792d05818e8c63025294ac3cb7e200f11459063a352a6ef80 -SIZE (rust/crates/config-0.15.11.crate) = 57700 -SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c -SIZE (rust/crates/console-0.15.2.crate) = 31576 +SHA256 (rust/crates/config-0.15.13.crate) = 5b1eb4fb07bc7f012422df02766c7bd5971effb894f573865642f06fa3265440 +SIZE (rust/crates/config-0.15.13.crate) = 59175 +SHA256 (rust/crates/console-0.16.0.crate) = 2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d +SIZE (rust/crates/console-0.16.0.crate) = 39107 SHA256 (rust/crates/console-api-0.8.1.crate) = 8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857 SIZE (rust/crates/console-api-0.8.1.crate) = 33145 SHA256 (rust/crates/console-subscriber-0.4.1.crate) = 6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01 @@ -221,6 +225,8 @@ SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2 SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 +SIZE (rust/crates/core2-0.4.0.crate) = 37075 SHA256 (rust/crates/cpp_demangle-0.4.2.crate) = ee34052ee3d93d6d8f3e6f81d85c47921f6653a19a7b70e939e3e602d893a674 SIZE (rust/crates/cpp_demangle-0.4.2.crate) = 79166 SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320 @@ -257,26 +263,24 @@ SHA256 (rust/crates/cxxbridge-flags-1.0.85.crate) = 69a3e162fde4e594ed2b07d0f83c SIZE (rust/crates/cxxbridge-flags-1.0.85.crate) = 5635 SHA256 (rust/crates/cxxbridge-macro-1.0.85.crate) = 3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6 SIZE (rust/crates/cxxbridge-macro-1.0.85.crate) = 59873 +SHA256 (rust/crates/daachorse-1.0.0.crate) = 63b7ef7a4be509357f4804d0a22e830daddb48f19fd604e4ad32ddce04a94c36 +SIZE (rust/crates/daachorse-1.0.0.crate) = 46923 SHA256 (rust/crates/darling-0.20.8.crate) = 54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391 SIZE (rust/crates/darling-0.20.8.crate) = 31234 SHA256 (rust/crates/darling_core-0.20.8.crate) = 9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f SIZE (rust/crates/darling_core-0.20.8.crate) = 64442 SHA256 (rust/crates/darling_macro-0.20.8.crate) = a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f SIZE (rust/crates/darling_macro-0.20.8.crate) = 1856 +SHA256 (rust/crates/dary_heap-0.3.7.crate) = 04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728 +SIZE (rust/crates/dary_heap-0.3.7.crate) = 24076 SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d SIZE (rust/crates/debugid-0.8.0.crate) = 12757 -SHA256 (rust/crates/delegate-0.13.3.crate) = b9b6483c2bbed26f97861cf57651d4f2b731964a28cd2257f934a4b452480d21 -SIZE (rust/crates/delegate-0.13.3.crate) = 17069 -SHA256 (rust/crates/derive_builder-0.20.0.crate) = 0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7 -SIZE (rust/crates/derive_builder-0.20.0.crate) = 36563 -SHA256 (rust/crates/derive_builder_core-0.20.0.crate) = d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d -SIZE (rust/crates/derive_builder_core-0.20.0.crate) = 32579 -SHA256 (rust/crates/derive_builder_macro-0.20.0.crate) = 206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b -SIZE (rust/crates/derive_builder_macro-0.20.0.crate) = 6308 +SHA256 (rust/crates/delegate-0.13.4.crate) = 6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b +SIZE (rust/crates/delegate-0.13.4.crate) = 17176 SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 @@ -299,30 +303,14 @@ SHA256 (rust/crates/ecow-0.2.5.crate) = b92b481eb5d59fd8e80e92ff11d057d1ca8d144b SIZE (rust/crates/ecow-0.2.5.crate) = 29499 SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 SIZE (rust/crates/either-1.13.0.crate) = 19169 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/encoding-0.2.33.crate) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec -SIZE (rust/crates/encoding-0.2.33.crate) = 88798 -SHA256 (rust/crates/encoding-index-japanese-1.20141219.5.crate) = 04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91 -SIZE (rust/crates/encoding-index-japanese-1.20141219.5.crate) = 91495 -SHA256 (rust/crates/encoding-index-korean-1.20141219.5.crate) = 4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81 -SIZE (rust/crates/encoding-index-korean-1.20141219.5.crate) = 103230 -SHA256 (rust/crates/encoding-index-simpchinese-1.20141219.5.crate) = d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7 -SIZE (rust/crates/encoding-index-simpchinese-1.20141219.5.crate) = 130962 -SHA256 (rust/crates/encoding-index-singlebyte-1.20141219.5.crate) = 3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a -SIZE (rust/crates/encoding-index-singlebyte-1.20141219.5.crate) = 14950 -SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18 -SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = 120862 -SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 -SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 -SHA256 (rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 -SIZE (rust/crates/encoding_rs_io-0.1.7.crate) = 16969 SHA256 (rust/crates/env_filter-0.1.0.crate) = a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea SIZE (rust/crates/env_filter-0.1.0.crate) = 11553 -SHA256 (rust/crates/env_logger-0.11.6.crate) = dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0 -SIZE (rust/crates/env_logger-0.11.6.crate) = 31105 +SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f +SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 SHA256 (rust/crates/envmnt-0.8.4.crate) = a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059 SIZE (rust/crates/envmnt-0.8.4.crate) = 848106 SHA256 (rust/crates/equator-0.2.2.crate) = c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea @@ -343,8 +331,8 @@ SHA256 (rust/crates/findshlibs-0.10.2.crate) = 40b9e59cd0f7e0806cca4be089683ecb6 SIZE (rust/crates/findshlibs-0.10.2.crate) = 20101 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/float_next_after-1.0.0.crate) = 8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8 SIZE (rust/crates/float_next_after-1.0.0.crate) = 6965 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -453,12 +441,14 @@ SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d3 SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (rust/crates/hermit-abi-0.5.1.crate) = f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08 +SIZE (rust/crates/hermit-abi-0.5.1.crate) = 17549 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 SIZE (rust/crates/http-0.2.9.crate) = 100146 -SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea -SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 SIZE (rust/crates/http-body-0.4.5.crate) = 9242 SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 @@ -469,24 +459,24 @@ SHA256 (rust/crates/http-range-0.1.5.crate) = 21dec9db110f5f872ed9699c3ecf50cf16 SIZE (rust/crates/http-range-0.1.5.crate) = 4871 SHA256 (rust/crates/http-serde-2.1.1.crate) = 0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd SIZE (rust/crates/http-serde-2.1.1.crate) = 6359 -SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 -SIZE (rust/crates/httparse-1.8.0.crate) = 29954 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421 SIZE (rust/crates/httpdate-1.0.2.crate) = 10673 SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/hyper-0.14.26.crate) = ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4 SIZE (rust/crates/hyper-0.14.26.crate) = 195570 -SHA256 (rust/crates/hyper-1.4.1.crate) = 50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05 -SIZE (rust/crates/hyper-1.4.1.crate) = 151849 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 SHA256 (rust/crates/hyper-rustls-0.27.2.crate) = 5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155 SIZE (rust/crates/hyper-rustls-0.27.2.crate) = 34421 SHA256 (rust/crates/hyper-timeout-0.4.1.crate) = bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1 SIZE (rust/crates/hyper-timeout-0.4.1.crate) = 13805 SHA256 (rust/crates/hyper-timeout-0.5.1.crate) = 3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793 SIZE (rust/crates/hyper-timeout-0.5.1.crate) = 17727 -SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 -SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 +SHA256 (rust/crates/hyper-util-0.1.13.crate) = b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8 +SIZE (rust/crates/hyper-util-0.1.13.crate) = 101913 SHA256 (rust/crates/i_float-1.7.0.crate) = 85df3a416829bb955fdc2416c7b73680c8dcea8d731f2c7aa23e1042fe1b8343 SIZE (rust/crates/i_float-1.7.0.crate) = 15242 SHA256 (rust/crates/i_key_sort-0.2.0.crate) = 347c253b4748a1a28baf94c9ce133b6b166f08573157e05afe718812bc599fcd @@ -531,24 +521,30 @@ SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64 SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 SHA256 (rust/crates/impl-more-0.1.6.crate) = 206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d SIZE (rust/crates/impl-more-0.1.6.crate) = 13967 +SHA256 (rust/crates/include-flate-0.3.0.crate) = df49c16750695486c1f34de05da5b7438096156466e7f76c38fcdf285cf0113e +SIZE (rust/crates/include-flate-0.3.0.crate) = 1072081 +SHA256 (rust/crates/include-flate-codegen-0.2.0.crate) = 8c5b246c6261be723b85c61ecf87804e8ea4a35cb68be0ff282ed84b95ffe7d7 +SIZE (rust/crates/include-flate-codegen-0.2.0.crate) = 2268 SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 SIZE (rust/crates/indexmap-1.9.2.crate) = 54627 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 -SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 -SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/indicatif-0.18.0.crate) = 70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd +SIZE (rust/crates/indicatif-0.18.0.crate) = 67969 SHA256 (rust/crates/inferno-0.11.18.crate) = abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b SIZE (rust/crates/inferno-0.11.18.crate) = 102794 SHA256 (rust/crates/inventory-0.3.14.crate) = c8573b2b1fb643a372c73b23f4da5f888677feef3305146d68a539250a9bccc7 SIZE (rust/crates/inventory-0.3.14.crate) = 13953 SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 -SHA256 (rust/crates/io-uring-0.7.7.crate) = 5ebb93303c65a11753dd0e45cd6bfa5c65ee1f0b9f8e2178b6998ddc8b284f04 -SIZE (rust/crates/io-uring-0.7.7.crate) = 77747 -SHA256 (rust/crates/ipnet-2.7.0.crate) = 11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e -SIZE (rust/crates/ipnet-2.7.0.crate) = 26918 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/irg-kvariants-0.1.1.crate) = ef2af7c331f2536964a32b78a7d2e0963d78b42f4a76323b16cc7d94b1ddce26 SIZE (rust/crates/irg-kvariants-0.1.1.crate) = 128390 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 SHA256 (rust/crates/is-terminal-0.4.6.crate) = 256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8 SIZE (rust/crates/is-terminal-0.4.6.crate) = 7856 SHA256 (rust/crates/is_ci-1.2.0.crate) = 7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45 @@ -565,28 +561,36 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440 SIZE (rust/crates/itoa-1.0.5.crate) = 10622 -SHA256 (rust/crates/jieba-rs-0.7.0.crate) = c1e2b0210dc78b49337af9e49d7ae41a39dceac6e5985613f1cf7763e2f76a25 -SIZE (rust/crates/jieba-rs-0.7.0.crate) = 4316099 +SHA256 (rust/crates/jieba-macros-0.7.1.crate) = 7c676b32a471d3cfae8dac2ad2f8334cd52e53377733cca8c1fb0a5062fec192 +SIZE (rust/crates/jieba-macros-0.7.1.crate) = 204683 +SHA256 (rust/crates/jieba-rs-0.7.3.crate) = b06096b4b61fb4bfdbf16c6a968ea2d6be1ac9617cf3db741c3b641e6c290a35 +SIZE (rust/crates/jieba-rs-0.7.3.crate) = 4123684 +SHA256 (rust/crates/jiff-0.2.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 +SIZE (rust/crates/jiff-0.2.15.crate) = 712996 +SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 +SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/jsonwebtoken-9.3.1.crate) = 5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde SIZE (rust/crates/jsonwebtoken-9.3.1.crate) = 49398 -SHA256 (rust/crates/kanaria-0.2.0.crate) = c0f9d9652540055ac4fded998a73aca97d965899077ab1212587437da44196ff -SIZE (rust/crates/kanaria-0.2.0.crate) = 51329 SHA256 (rust/crates/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388 SIZE (rust/crates/language-tags-0.3.2.crate) = 53420 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libflate-1.4.0.crate) = 5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18 SIZE (rust/crates/libflate-1.4.0.crate) = 42600 +SHA256 (rust/crates/libflate-2.1.0.crate) = 45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e +SIZE (rust/crates/libflate-2.1.0.crate) = 43366 SHA256 (rust/crates/libflate_lz77-1.2.0.crate) = a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf SIZE (rust/crates/libflate_lz77-1.2.0.crate) = 5964 +SHA256 (rust/crates/libflate_lz77-2.1.0.crate) = e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d +SIZE (rust/crates/libflate_lz77-2.1.0.crate) = 5918 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 SHA256 (rust/crates/libloading-0.8.5.crate) = 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 @@ -597,46 +601,6 @@ SHA256 (rust/crates/librocksdb-sys-0.17.1+9.9.3.crate) = 2b7869a512ae9982f4d46ba SIZE (rust/crates/librocksdb-sys-0.17.1+9.9.3.crate) = 6898368 SHA256 (rust/crates/libz-sys-1.1.8.crate) = 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844 -SHA256 (rust/crates/lindera-0.32.3.crate) = 832c220475557e3b44a46cad1862b57f010f0c6e93d771d0e628e08689c068b1 -SIZE (rust/crates/lindera-0.32.3.crate) = 25638 -SHA256 (rust/crates/lindera-analyzer-0.32.3.crate) = a8e26651714abf5167e6b6a80f5cdaa0cad41c5fcb84d8ba96bebafcb9029339 -SIZE (rust/crates/lindera-analyzer-0.32.3.crate) = 14118 -SHA256 (rust/crates/lindera-assets-0.32.3.crate) = ebb01f1ca53c1e642234c6c7fdb9ac664ad0c1ab9502f33e4200201bac7e6ce7 -SIZE (rust/crates/lindera-assets-0.32.3.crate) = 9083 -SHA256 (rust/crates/lindera-cc-cedict-0.32.3.crate) = 5f7618d9aa947fdd7c38eae2b79f0fd237ecb5067608f1363610ba20d20ab5a8 -SIZE (rust/crates/lindera-cc-cedict-0.32.3.crate) = 9737 -SHA256 (rust/crates/lindera-cc-cedict-builder-0.32.3.crate) = efdbcb809d81428935d601a78c94bfb39500749213f7320705f427a7a1d31aec -SIZE (rust/crates/lindera-cc-cedict-builder-0.32.3.crate) = 5909 -SHA256 (rust/crates/lindera-compress-0.32.3.crate) = eac178afa2456dac469d3b1a2d7fbaf3e1ea796a1f52321e8ac29545a53c239c -SIZE (rust/crates/lindera-compress-0.32.3.crate) = 3280 -SHA256 (rust/crates/lindera-core-0.32.3.crate) = 649777465f48147ce593ab6db347e235e3af8f693a23f4437be94a1cdbdf5fdf -SIZE (rust/crates/lindera-core-0.32.3.crate) = 11398 -SHA256 (rust/crates/lindera-decompress-0.32.3.crate) = 9e3faaceb85e43ac250021866c6db3cdc9997b44b3d3ea498594d04edc91fc45 -SIZE (rust/crates/lindera-decompress-0.32.3.crate) = 2479 -SHA256 (rust/crates/lindera-dictionary-0.32.3.crate) = 31e15b2d2d8a4ad45f2e373a084931cf3dfbde15f124044e2436bb920af3366c -SIZE (rust/crates/lindera-dictionary-0.32.3.crate) = 13775 -SHA256 (rust/crates/lindera-dictionary-builder-0.32.3.crate) = 59802949110545b59b663917ed3fd55dc3b3a8cde6bd20137d7fe24372cfb9aa -SIZE (rust/crates/lindera-dictionary-builder-0.32.3.crate) = 9201 -SHA256 (rust/crates/lindera-filter-0.32.3.crate) = 1320f118c3fc9e897f4ebfc16864e5ef8c0b06ba769c0a50e53f193f9d682bf8 -SIZE (rust/crates/lindera-filter-0.32.3.crate) = 32717 -SHA256 (rust/crates/lindera-ipadic-0.32.3.crate) = 5b4731bf3730f1f38266d7ee9bca7d460cd336645c9dfd4e6a1082e58ab1e993 -SIZE (rust/crates/lindera-ipadic-0.32.3.crate) = 11487 -SHA256 (rust/crates/lindera-ipadic-builder-0.32.3.crate) = 309966c12e682f67205c3cd3c8dc55bbdcd1eb3b5c7c5cb41fb8acd18906d340 -SIZE (rust/crates/lindera-ipadic-builder-0.32.3.crate) = 7742 -SHA256 (rust/crates/lindera-ipadic-neologd-0.32.3.crate) = e90e919b4cfb9962d24ee1e1d50a7c163bbf356376495ad66d1996e20b9f9e44 -SIZE (rust/crates/lindera-ipadic-neologd-0.32.3.crate) = 11606 -SHA256 (rust/crates/lindera-ipadic-neologd-builder-0.32.3.crate) = 7e517df0d501f9f8bf3126da20fc8cb9a5e37921e0eec1824d7a62f096463e02 -SIZE (rust/crates/lindera-ipadic-neologd-builder-0.32.3.crate) = 7731 -SHA256 (rust/crates/lindera-ko-dic-0.32.3.crate) = e9c6da4e68bc8b452a54b96d65361ebdceb4b6f36ecf262425c0e1f77960ae82 -SIZE (rust/crates/lindera-ko-dic-0.32.3.crate) = 14010 -SHA256 (rust/crates/lindera-ko-dic-builder-0.32.3.crate) = afc95884cc8f6dfb176caf5991043a4acf94c359215bbd039ea765e00454f271 -SIZE (rust/crates/lindera-ko-dic-builder-0.32.3.crate) = 10807 -SHA256 (rust/crates/lindera-tokenizer-0.32.3.crate) = d122042e1232a55c3604692445952a134e523822e9b4b9ab32a53ff890037ad4 -SIZE (rust/crates/lindera-tokenizer-0.32.3.crate) = 17657 -SHA256 (rust/crates/lindera-unidic-0.32.3.crate) = cbffae1fb2f2614abdcb50f99b138476dbac19862ffa57bfdc9c7b5d5b22a90c -SIZE (rust/crates/lindera-unidic-0.32.3.crate) = 10808 -SHA256 (rust/crates/lindera-unidic-builder-0.32.3.crate) = fe50055327712ebd1bcc74b657cf78c728a78b9586e3f99d5dd0b6a0be221c5d -SIZE (rust/crates/lindera-unidic-builder-0.32.3.crate) = 7175 SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 @@ -651,30 +615,32 @@ SHA256 (rust/crates/local-channel-0.1.3.crate) = 7f303ec0e94c6c54447f84f3b0ef7af SIZE (rust/crates/local-channel-0.1.3.crate) = 7522 SHA256 (rust/crates/local-waker-0.1.3.crate) = e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1 SIZE (rust/crates/local-waker-0.1.3.crate) = 6369 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/loom-0.7.1.crate) = 7e045d70ddfbc984eacfa964ded019534e8f6cbf36f6410aee0ed5cefa5a9175 SIZE (rust/crates/loom-0.7.1.crate) = 73744 SHA256 (rust/crates/lz4-sys-1.11.1+lz4-1.10.0.crate) = 6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6 SIZE (rust/crates/lz4-sys-1.11.1+lz4-1.10.0.crate) = 391317 -SHA256 (rust/crates/lz4_flex-0.11.3.crate) = 75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5 -SIZE (rust/crates/lz4_flex-0.11.3.crate) = 40633 -SHA256 (rust/crates/macro_rules_attribute-0.2.0.crate) = 8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13 -SIZE (rust/crates/macro_rules_attribute-0.2.0.crate) = 15408 -SHA256 (rust/crates/macro_rules_attribute-proc_macro-0.2.0.crate) = b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568 -SIZE (rust/crates/macro_rules_attribute-proc_macro-0.2.0.crate) = 8264 +SHA256 (rust/crates/lz4_flex-0.11.5.crate) = 08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a +SIZE (rust/crates/lz4_flex-0.11.5.crate) = 41977 +SHA256 (rust/crates/macro_rules_attribute-0.2.2.crate) = 65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520 +SIZE (rust/crates/macro_rules_attribute-0.2.2.crate) = 15330 +SHA256 (rust/crates/macro_rules_attribute-proc_macro-0.2.2.crate) = 670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30 +SIZE (rust/crates/macro_rules_attribute-proc_macro-0.2.2.crate) = 8271 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/matchit-0.7.0.crate) = b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40 SIZE (rust/crates/matchit-0.7.0.crate) = 19113 +SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 +SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f -SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 +SHA256 (rust/crates/memmap2-0.9.7.crate) = 483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28 +SIZE (rust/crates/memmap2-0.9.7.crate) = 33915 SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 SHA256 (rust/crates/merge-0.1.0.crate) = 10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9 @@ -697,6 +663,10 @@ SHA256 (rust/crates/multimap-0.8.3.crate) = e5ce46fe64a9d73be07dcbe690a38ce1b293 SIZE (rust/crates/multimap-0.8.3.crate) = 13518 SHA256 (rust/crates/names-0.14.0.crate) = 7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc SIZE (rust/crates/names-0.14.0.crate) = 38865 +SHA256 (rust/crates/ndarray-0.16.1.crate) = 882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841 +SIZE (rust/crates/ndarray-0.16.1.crate) = 291026 +SHA256 (rust/crates/ndarray-npy-0.9.1.crate) = 7b313788c468c49141a9d9b6131fc15f403e6ef4e8446a0b2e18f664ddb278a9 +SIZE (rust/crates/ndarray-npy-0.9.1.crate) = 38971 SHA256 (rust/crates/nias-0.5.0.crate) = ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0 SIZE (rust/crates/nias-0.5.0.crate) = 4771 SHA256 (rust/crates/nix-0.25.1.crate) = f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4 @@ -721,6 +691,8 @@ SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d0 SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 SHA256 (rust/crates/num-cmp-0.1.0.crate) = 63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa SIZE (rust/crates/num-cmp-0.1.0.crate) = 15375 +SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 +SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 SIZE (rust/crates/num-derive-0.4.2.crate) = 14709 SHA256 (rust/crates/num-format-0.4.4.crate) = a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3 @@ -729,16 +701,18 @@ SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad044 SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 -SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/num_cpus-1.17.0.crate) = 91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b +SIZE (rust/crates/num_cpus-1.17.0.crate) = 15874 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 -SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 -SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 +SHA256 (rust/crates/objc2-core-foundation-0.3.1.crate) = 1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166 +SIZE (rust/crates/objc2-core-foundation-0.3.1.crate) = 178121 +SHA256 (rust/crates/objc2-io-kit-0.3.1.crate) = 71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a +SIZE (rust/crates/objc2-io-kit-0.3.1.crate) = 220419 SHA256 (rust/crates/object-0.30.0.crate) = 239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb SIZE (rust/crates/object-0.30.0.crate) = 257728 -SHA256 (rust/crates/object_store-0.12.1.crate) = d94ac16b433c0ccf75326388c893d2835ab7457ea35ab8ba5d745c053ef5fa16 -SIZE (rust/crates/object_store-0.12.1.crate) = 259628 +SHA256 (rust/crates/object_store-0.12.3.crate) = efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496 +SIZE (rust/crates/object_store-0.12.3.crate) = 271241 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 @@ -751,10 +725,10 @@ SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f5 SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 -SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/parse-size-1.0.0.crate) = 944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae SIZE (rust/crates/parse-size-1.0.0.crate) = 6588 SHA256 (rust/crates/paste-1.0.11.crate) = d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba @@ -767,6 +741,14 @@ SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/permutation_iterator-0.1.2.crate) = b55405179fe06e4e3820ddaf9f9b51cdff9e7496af9554acdb2b1921a86ca9cb SIZE (rust/crates/permutation_iterator-0.1.2.crate) = 14046 +SHA256 (rust/crates/pest-2.8.1.crate) = 1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323 +SIZE (rust/crates/pest-2.8.1.crate) = 128906 +SHA256 (rust/crates/pest_derive-2.8.1.crate) = bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc +SIZE (rust/crates/pest_derive-2.8.1.crate) = 42857 +SHA256 (rust/crates/pest_generator-2.8.1.crate) = 87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966 +SIZE (rust/crates/pest_generator-2.8.1.crate) = 18663 +SHA256 (rust/crates/pest_meta-2.8.1.crate) = edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5 +SIZE (rust/crates/pest_meta-2.8.1.crate) = 42949 SHA256 (rust/crates/petgraph-0.6.2.crate) = e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143 SIZE (rust/crates/petgraph-0.6.2.crate) = 182513 SHA256 (rust/crates/ph-0.8.5.crate) = b2fbaf8da280599aae4047ea0659a1e79cf61739bce5bdc50ca88dc7e6357060 @@ -787,8 +769,6 @@ SHA256 (rust/crates/pin-project-lite-0.2.12.crate) = 12cc1b0bf1727a77a54b6654e7b SIZE (rust/crates/pin-project-lite-0.2.12.crate) = 29073 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/pinyin-0.10.0.crate) = 16f2611cd06a1ac239a0cea4521de9eb068a6ca110324ee00631aa68daa74fc0 -SIZE (rust/crates/pinyin-0.10.0.crate) = 346176 SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 SHA256 (rust/crates/plain-0.2.3.crate) = b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6 @@ -799,8 +779,10 @@ SHA256 (rust/crates/plotters-backend-0.3.4.crate) = 193228616381fecdc1224c62e969 SIZE (rust/crates/plotters-backend-0.3.4.crate) = 13416 SHA256 (rust/crates/plotters-svg-0.3.3.crate) = f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f SIZE (rust/crates/plotters-svg-0.3.3.crate) = 6916 -SHA256 (rust/crates/portable-atomic-1.3.2.crate) = dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5 -SIZE (rust/crates/portable-atomic-1.3.2.crate) = 124372 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 +SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 +SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 SHA256 (rust/crates/pprof-0.14.0.crate) = ebbe2f8898beba44815fdc9e5a4ae9c929e21c5dc29b0c774a15555f7f58d6d0 SIZE (rust/crates/pprof-0.14.0.crate) = 45438 SHA256 (rust/crates/pprof2-0.13.1.crate) = 8961ed0a916b512e565f8070eb0dfa05773dd140160b45ac9a5ad339b557adeb @@ -811,8 +793,8 @@ SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b SIZE (rust/crates/presser-0.3.1.crate) = 20946 SHA256 (rust/crates/prettyplease-0.1.22.crate) = 2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773 SIZE (rust/crates/prettyplease-0.1.22.crate) = 49563 -SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6 -SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 +SHA256 (rust/crates/prettyplease-0.2.35.crate) = 061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a +SIZE (rust/crates/prettyplease-0.2.35.crate) = 71857 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 @@ -825,8 +807,8 @@ SHA256 (rust/crates/procfs-core-0.17.0.crate) = 239df02d8349b06fc07398a3a1697b06 SIZE (rust/crates/procfs-core-0.17.0.crate) = 87533 SHA256 (rust/crates/prometheus-0.14.0.crate) = 3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a SIZE (rust/crates/prometheus-0.14.0.crate) = 90035 -SHA256 (rust/crates/proptest-1.6.0.crate) = 14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50 -SIZE (rust/crates/proptest-1.6.0.crate) = 203276 +SHA256 (rust/crates/proptest-1.7.0.crate) = 6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f +SIZE (rust/crates/proptest-1.7.0.crate) = 204889 SHA256 (rust/crates/prost-0.11.9.crate) = 0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd SIZE (rust/crates/prost-0.11.9.crate) = 28958 SHA256 (rust/crates/prost-0.12.6.crate) = deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29 @@ -863,6 +845,8 @@ SHA256 (rust/crates/pulldown-cmark-0.9.3.crate) = 77a1a2f1f0a7ecff9c31abbe177637 SIZE (rust/crates/pulldown-cmark-0.9.3.crate) = 117339 SHA256 (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d SIZE (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 17917 +SHA256 (rust/crates/py_literal-0.4.0.crate) = 102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1 +SIZE (rust/crates/py_literal-0.4.0.crate) = 16747 SHA256 (rust/crates/pyroscope-0.5.8.crate) = d3a5f63b0d2727095db59045e6a0ef3259b28b90d481ae88f0e3d866d0234ce8 SIZE (rust/crates/pyroscope-0.5.8.crate) = 76233 SHA256 (rust/crates/pyroscope_pprofrs-0.2.10.crate) = 50da7a8950c542357de489aa9ee628f46322b1beaac1f4fa3313bcdebe85b4ea @@ -871,8 +855,8 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-xml-0.26.0.crate) = 7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd SIZE (rust/crates/quick-xml-0.26.0.crate) = 116260 -SHA256 (rust/crates/quick-xml-0.37.2.crate) = 165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003 -SIZE (rust/crates/quick-xml-0.37.2.crate) = 188017 +SHA256 (rust/crates/quick-xml-0.38.0.crate) = 8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b +SIZE (rust/crates/quick-xml-0.38.0.crate) = 196570 SHA256 (rust/crates/quinn-0.11.2.crate) = e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad SIZE (rust/crates/quinn-0.11.2.crate) = 73920 SHA256 (rust/crates/quinn-proto-0.11.8.crate) = fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6 @@ -891,8 +875,8 @@ SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9 SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 -SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -909,16 +893,18 @@ SHA256 (rust/crates/rand_distr-0.5.1.crate) = 6a8615d50dcf34fa31f7ab52692afec947 SIZE (rust/crates/rand_distr-0.5.1.crate) = 75593 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rand_xorshift-0.3.0.crate) = d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f -SIZE (rust/crates/rand_xorshift-0.3.0.crate) = 9121 +SHA256 (rust/crates/rand_xorshift-0.4.0.crate) = 513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a +SIZE (rust/crates/rand_xorshift-0.4.0.crate) = 10262 +SHA256 (rust/crates/rawpointer-0.2.1.crate) = 60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3 +SIZE (rust/crates/rawpointer-0.2.1.crate) = 7490 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af +SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 SHA256 (rust/crates/regex-1.11.0.crate) = 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 SIZE (rust/crates/regex-1.11.0.crate) = 254059 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 @@ -933,20 +919,22 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/relative-path-1.9.3.crate) = ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2 SIZE (rust/crates/relative-path-1.9.3.crate) = 22400 -SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb -SIZE (rust/crates/reqwest-0.12.15.crate) = 199320 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a SIZE (rust/crates/rgb-0.8.50.crate) = 21980 SHA256 (rust/crates/ring-0.17.13.crate) = 70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee SIZE (rust/crates/ring-0.17.13.crate) = 1501917 -SHA256 (rust/crates/ringbuffer-0.15.0.crate) = 3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53 -SIZE (rust/crates/ringbuffer-0.15.0.crate) = 20234 +SHA256 (rust/crates/ringbuffer-0.16.0.crate) = 57b0b88a509053cbfd535726dcaaceee631313cef981266119527a1d110f6d2b +SIZE (rust/crates/ringbuffer-0.16.0.crate) = 30911 SHA256 (rust/crates/rle-decode-fast-1.0.3.crate) = 3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422 SIZE (rust/crates/rle-decode-fast-1.0.3.crate) = 62086 SHA256 (rust/crates/rmp-0.8.14.crate) = 228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4 SIZE (rust/crates/rmp-0.8.14.crate) = 29687 SHA256 (rust/crates/rmp-serde-1.3.0.crate) = 52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db SIZE (rust/crates/rmp-serde-1.3.0.crate) = 33025 +SHA256 (rust/crates/roaring-0.11.1.crate) = 18f79304aff09c245934bb9558a215e53a4cfbbe6aa8ac2a79847be551264979 +SIZE (rust/crates/roaring-0.11.1.crate) = 124933 SHA256 (rust/crates/robust-1.1.0.crate) = cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30 SIZE (rust/crates/robust-1.1.0.crate) = 476312 SHA256 (rust/crates/rocksdb-0.23.0.crate) = 26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43 @@ -979,8 +967,8 @@ SHA256 (rust/crates/rustix-1.0.2.crate) = f7178faa4b75a30e269c71e61c353ce2748cf3 SIZE (rust/crates/rustix-1.0.2.crate) = 411835 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 -SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-0.23.29.crate) = 2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1 +SIZE (rust/crates/rustls-0.23.29.crate) = 370867 SHA256 (rust/crates/rustls-native-certs-0.7.0.crate) = 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 SIZE (rust/crates/rustls-native-certs-0.7.0.crate) = 25071 SHA256 (rust/crates/rustls-native-certs-0.8.0.crate) = fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a @@ -991,8 +979,8 @@ SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 -SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 SHA256 (rust/crates/rustversion-1.0.11.crate) = 5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70 SIZE (rust/crates/rustversion-1.0.11.crate) = 17485 SHA256 (rust/crates/rusty-forkfork-0.4.0.crate) = 7ce85af4dfa2fb0c0143121ab5e424c71ea693867357c9159b8777b59984c218 @@ -1051,8 +1039,8 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_derive_internals-0.29.0.crate) = 330f01ce65a3a5fe59a60c82f3c9a024b573b8a6e875bd233fe5f934e71d54e3 SIZE (rust/crates/serde_derive_internals-0.29.0.crate) = 26065 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 SHA256 (rust/crates/serde_plain-1.0.1.crate) = d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae SIZE (rust/crates/serde_plain-1.0.1.crate) = 11135 SHA256 (rust/crates/serde_qs-0.13.0.crate) = cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6 @@ -1093,12 +1081,12 @@ SHA256 (rust/crates/slog-scope-4.4.0.crate) = 2f95a4b4c3274cd2869549da82b57ccc93 SIZE (rust/crates/slog-scope-4.4.0.crate) = 16753 SHA256 (rust/crates/slog-stdlog-4.1.1.crate) = 6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e SIZE (rust/crates/slog-stdlog-4.1.1.crate) = 16731 -SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 SIZE (rust/crates/socket2-0.4.9.crate) = 45421 -SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 -SIZE (rust/crates/socket2-0.5.5.crate) = 54863 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 SHA256 (rust/crates/spade-2.12.1.crate) = 93f5ef1f863aca7d1d7dda7ccfc36a0a4279bd6d3c375176e5e0712e25cb4889 SIZE (rust/crates/spade-2.12.1.crate) = 429291 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 @@ -1111,10 +1099,10 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/strsim-0.11.0.crate) = 5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01 SIZE (rust/crates/strsim-0.11.0.crate) = 13710 -SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 -SIZE (rust/crates/strum-0.26.3.crate) = 7237 -SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be -SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 +SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 +SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/supports-color-3.0.2.crate) = c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6 @@ -1125,8 +1113,8 @@ SHA256 (rust/crates/symbolic-demangle-12.12.3.crate) = beff338b2788519120f38c59f SIZE (rust/crates/symbolic-demangle-12.12.3.crate) = 205555 SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 SIZE (rust/crates/syn-1.0.107.crate) = 237539 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sync_wrapper-1.0.1.crate) = a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 @@ -1135,8 +1123,8 @@ SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 SHA256 (rust/crates/sys-info-0.9.1.crate) = 0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c SIZE (rust/crates/sys-info-0.9.1.crate) = 20589 -SHA256 (rust/crates/sysinfo-0.33.1.crate) = 4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01 -SIZE (rust/crates/sysinfo-0.33.1.crate) = 197268 +SHA256 (rust/crates/sysinfo-0.36.1.crate) = 252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d +SIZE (rust/crates/sysinfo-0.36.1.crate) = 213643 SHA256 (rust/crates/tango-bench-0.6.0.crate) = 257822358c6f206fed78bfe6369cf959063b0644d70f88df6b19f2dadc93423e SIZE (rust/crates/tango-bench-0.6.0.crate) = 26306 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 @@ -1145,8 +1133,6 @@ SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f86900 SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df -SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 @@ -1157,8 +1143,8 @@ SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672c SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread-id-4.0.0.crate) = 5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f SIZE (rust/crates/thread-id-4.0.0.crate) = 8045 -SHA256 (rust/crates/thread-priority-1.2.0.crate) = cfe075d7053dae61ac5413a34ea7d4913b6e6207844fd726bdd858b37ff72bf5 -SIZE (rust/crates/thread-priority-1.2.0.crate) = 20652 +SHA256 (rust/crates/thread-priority-2.1.0.crate) = cd4ef372b29fbcc6cb0cef97bcbf3ffa9da90e02eb23dbf14db48ce30d11d2d5 +SIZE (rust/crates/thread-priority-2.1.0.crate) = 24222 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 SHA256 (rust/crates/tikv-jemalloc-ctl-0.6.0.crate) = f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b @@ -1181,8 +1167,8 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 -SIZE (rust/crates/tokio-1.45.0.crate) = 800721 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-io-timeout-1.2.0.crate) = 30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf SIZE (rust/crates/tokio-io-timeout-1.2.0.crate) = 8993 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 @@ -1209,6 +1195,8 @@ SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b7 SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 @@ -1241,34 +1229,34 @@ SHA256 (rust/crates/typetag-0.2.15.crate) = c43148481c7b66502c48f35b8eef38b6ccdc SIZE (rust/crates/typetag-0.2.15.crate) = 27792 SHA256 (rust/crates/typetag-impl-0.2.15.crate) = 291db8a81af4840c10d636e047cac67664e343be44e24dfdbd1492df9a5d3390 SIZE (rust/crates/typetag-impl-0.2.15.crate) = 9108 +SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 +SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 SIZE (rust/crates/unarray-0.1.4.crate) = 12895 SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 SIZE (rust/crates/unicase-2.6.0.crate) = 23478 SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 -SHA256 (rust/crates/unicode-blocks-0.1.9.crate) = 6b12e05d9e06373163a9bb6bb8c263c261b396643a99445fe6b9811fd376581b -SIZE (rust/crates/unicode-blocks-0.1.9.crate) = 14516 SHA256 (rust/crates/unicode-ident-1.0.13.crate) = e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe SIZE (rust/crates/unicode-ident-1.0.13.crate) = 43279 SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 -SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 -SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 +SHA256 (rust/crates/unit-prefix-0.5.1.crate) = 323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817 +SIZE (rust/crates/unit-prefix-0.5.1.crate) = 7627 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/unty-0.0.4.crate) = 6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae +SIZE (rust/crates/unty-0.0.4.crate) = 7200 SHA256 (rust/crates/unwind-0.4.1.crate) = f0e0da3c8d6b71dbaf219188cc0e7f9ca3943f3263ca479920338d92d7ea5e07 SIZE (rust/crates/unwind-0.4.1.crate) = 5948 SHA256 (rust/crates/unwind-sys-0.1.3.crate) = d554005b247de226d124a523cae6cd6a4348277071258296dda837cf760e02e7 SIZE (rust/crates/unwind-sys-0.1.3.crate) = 5794 -SHA256 (rust/crates/ureq-2.9.6.crate) = 11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35 -SIZE (rust/crates/ureq-2.9.6.crate) = 113677 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 @@ -1277,8 +1265,8 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/v_htmlescape-0.15.8.crate) = 4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c SIZE (rust/crates/v_htmlescape-0.15.8.crate) = 10878 SHA256 (rust/crates/validator-0.18.1.crate) = db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e @@ -1287,10 +1275,14 @@ SHA256 (rust/crates/validator_derive-0.18.1.crate) = 55591299b7007f551ed1eb79a68 SIZE (rust/crates/validator_derive-0.18.1.crate) = 12788 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/vaporetto-0.6.5.crate) = 2d7437bd3d45100e1ed1a284187ce4e9ee863f1fdac97b7eaa614623741464c6 +SIZE (rust/crates/vaporetto-0.6.5.crate) = 43464 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/virtue-0.0.18.crate) = 051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1 +SIZE (rust/crates/virtue-0.0.18.crate) = 33545 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b @@ -1325,6 +1317,8 @@ SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10 SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009 SIZE (rust/crates/webpki-roots-0.26.1.crate) = 249748 +SHA256 (rust/crates/webpki-roots-1.0.0.crate) = 2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb +SIZE (rust/crates/webpki-roots-1.0.0.crate) = 248893 SHA256 (rust/crates/whatlang-0.16.4.crate) = 471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0 SIZE (rust/crates/whatlang-0.16.4.crate) = 82482 SHA256 (rust/crates/which-4.3.0.crate) = 1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b @@ -1341,22 +1335,34 @@ SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb8150 SIZE (rust/crates/windows-0.48.0.crate) = 11864177 SHA256 (rust/crates/windows-0.57.0.crate) = 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 SIZE (rust/crates/windows-0.57.0.crate) = 9694564 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 +SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 SHA256 (rust/crates/windows-core-0.57.0.crate) = d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d SIZE (rust/crates/windows-core-0.57.0.crate) = 53695 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e +SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 SHA256 (rust/crates/windows-implement-0.57.0.crate) = 9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7 SIZE (rust/crates/windows-implement-0.57.0.crate) = 10470 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 SHA256 (rust/crates/windows-interface-0.57.0.crate) = 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 SIZE (rust/crates/windows-interface-0.57.0.crate) = 10931 -SHA256 (rust/crates/windows-link-0.1.0.crate) = 6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3 -SIZE (rust/crates/windows-link-0.1.0.crate) = 6153 -SHA256 (rust/crates/windows-registry-0.4.0.crate) = 4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3 -SIZE (rust/crates/windows-registry-0.4.0.crate) = 12572 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 +SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 SHA256 (rust/crates/windows-result-0.1.2.crate) = 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 SIZE (rust/crates/windows-result-0.1.2.crate) = 10601 -SHA256 (rust/crates/windows-result-0.3.1.crate) = 06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189 -SIZE (rust/crates/windows-result-0.3.1.crate) = 13383 -SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 -SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 @@ -1367,14 +1373,18 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 -SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b -SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 +SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 +SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc @@ -1449,8 +1459,6 @@ SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7 SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f SIZE (rust/crates/xattr-1.3.1.crate) = 12580 -SHA256 (rust/crates/yada-0.5.1.crate) = aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd -SIZE (rust/crates/yada-0.5.1.crate) = 13682 SHA256 (rust/crates/yaml-rust2-0.10.0.crate) = 232bdb534d65520716bef0bbb205ff8f2db72d807b19c0bc3020853b92a0cd4b SIZE (rust/crates/yaml-rust2-0.10.0.crate) = 136368 SHA256 (rust/crates/yoke-0.7.4.crate) = 6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5 @@ -1459,12 +1467,12 @@ SHA256 (rust/crates/yoke-derive-0.7.4.crate) = 28cc31741b18cb6f1d5ff12f5b7523e3d SIZE (rust/crates/yoke-derive-0.7.4.crate) = 7470 SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb -SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef -SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 SHA256 (rust/crates/zerofrom-0.1.4.crate) = 91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55 SIZE (rust/crates/zerofrom-0.1.4.crate) = 5044 SHA256 (rust/crates/zerofrom-derive-0.1.4.crate) = 0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5 @@ -1483,7 +1491,9 @@ SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 SHA256 (qdrant-wal-c4b26b9c0ccc0e06ba7391189e4c8eac051ca531_GH0.tar.gz) = 45edf55cc4003e465ca117729803d86124fc91a673599b108413e7a41915ae98 SIZE (qdrant-wal-c4b26b9c0ccc0e06ba7391189e4c8eac051ca531_GH0.tar.gz) = 27406 +SHA256 (qdrant-rust-stemmers-v1.2.1_GH0.tar.gz) = bf34d3094de8ab7079b65ce0937a79e3f8db4210b67475b58b974daf8dc4bf8b +SIZE (qdrant-rust-stemmers-v1.2.1_GH0.tar.gz) = 2365428 SHA256 (qdrant-tar-rs-856dbd090eede1736604f23cfe99a104b5639734_GH0.tar.gz) = f8e5e322d3640aa17ae55c377f2956ae508707c120cfd13474909ec598d1d5bb SIZE (qdrant-tar-rs-856dbd090eede1736604f23cfe99a104b5639734_GH0.tar.gz) = 63206 -SHA256 (qdrant-qdrant-v1.14.1_GH0.tar.gz) = e029eeeb4dc303d531fd5d553b7351f50de97c27732a939f4bee9815580edc02 -SIZE (qdrant-qdrant-v1.14.1_GH0.tar.gz) = 3482845 +SHA256 (qdrant-qdrant-v1.15.1_GH0.tar.gz) = b50926712b52e2d6b559cb70b092fa65a2cd8c8a64c34e0fbd2ff8b91c47ad2e +SIZE (qdrant-qdrant-v1.15.1_GH0.tar.gz) = 4102028 diff --git a/databases/qof/Makefile b/databases/qof/Makefile index 22419f62765b..bcb8fb3c78e8 100644 --- a/databases/qof/Makefile +++ b/databases/qof/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Host is no longer resolvable using multiple different resolver +EXPIRATION_DATE= 2025-08-23 CONFLICTS_INSTALL= gnotime-2.[0-3]* gnotime-2.4.0* gnotime-2.4.1 gnotime-2.4.1_[12]* @@ -21,7 +22,7 @@ CONFIGURE_ARGS= --disable-doxygen --disable-gdasql --disable-sqlite CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 1e3f2e0116ad..98deab2fde6f 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -1,9 +1,9 @@ PORTNAME= redis -DISTVERSION= 7.4.3.20250430 +DISTVERSION= 8.0.2.20250528 CATEGORIES= databases PKGNAMESUFFIX= -devel -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ @@ -18,7 +18,7 @@ LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES+= compiler:c11 cpe gmake tcl:test CPE_VENDOR= redislabs USE_GITHUB= yes -GH_TAGNAME= de16bee70 +GH_TAGNAME= 7f60945bc USE_RC_SUBR= redis sentinel MAKE_ENV= OPTIMIZATION= \ diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index e00bc5a7f0d5..2bd7764b145b 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746096453 -SHA256 (redis-redis-7.4.3.20250430-de16bee70_GH0.tar.gz) = 5fb9acc64b6d888daa90dd6a0756a0d16a7da742c0435312dd2042f12b20c6e7 -SIZE (redis-redis-7.4.3.20250430-de16bee70_GH0.tar.gz) = 3849894 +TIMESTAMP = 1753619706 +SHA256 (redis-redis-8.0.2.20250528-7f60945bc_GH0.tar.gz) = 2c25d26af4839cb12ca7feaddbe19a364b11f8cc0f8bed34ffb329a9771e8c32 +SIZE (redis-redis-8.0.2.20250528-7f60945bc_GH0.tar.gz) = 3880799 diff --git a/databases/redis-devel/files/patch-deps-Makefile b/databases/redis-devel/files/patch-deps-Makefile index 9da224428a99..cb057a8e8142 100644 --- a/databases/redis-devel/files/patch-deps-Makefile +++ b/databases/redis-devel/files/patch-deps-Makefile @@ -1,15 +1,15 @@ ---- deps/Makefile.orig 2023-06-29 16:32:01 UTC +--- deps/Makefile.orig 2025-05-28 09:43:59 UTC +++ deps/Makefile -@@ -83,7 +83,7 @@ LUA_LDFLAGS+= $(LDFLAGS) +@@ -110,7 +110,7 @@ else ifeq ($(LUA_DEBUG),yes) LUA_CFLAGS+= -O0 -g -DLUA_USE_APICHECK else - LUA_CFLAGS+= -O2 + LUA_CFLAGS+= endif - # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more - # challenging to cross-compile lua (and redis). These defines make it easier -@@ -106,7 +106,7 @@ endif + ifeq ($(LUA_COVERAGE),yes) + LUA_CFLAGS += -fprofile-arcs -ftest-coverage +@@ -138,7 +138,7 @@ jemalloc: .make-prerequisites jemalloc: .make-prerequisites @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR) diff --git a/databases/redis-devel/files/patch-deps-hiredis-Makefile b/databases/redis-devel/files/patch-deps-hiredis-Makefile index a2789076673c..5084572f7440 100644 --- a/databases/redis-devel/files/patch-deps-hiredis-Makefile +++ b/databases/redis-devel/files/patch-deps-hiredis-Makefile @@ -1,27 +1,27 @@ ---- deps/hiredis/Makefile.orig 2023-07-30 05:48:29 UTC +--- deps/hiredis/Makefile.orig 2025-05-28 09:43:59 UTC +++ deps/hiredis/Makefile -@@ -15,7 +15,7 @@ HIREDIS_PATCH=$(shell grep HIREDIS_PATCH hiredis.h | a +@@ -15,7 +15,7 @@ HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}') - + # Installation related variables and target -PREFIX?=/usr/local +PREFIX?=${PREFIX} INCLUDE_PATH?=include/hiredis LIBRARY_PATH?=lib PKGCONF_PATH?=pkgconfig -@@ -38,10 +38,8 @@ export REDIS_TEST_CONFIG +@@ -43,10 +43,8 @@ CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev # Fallback to gcc when $CC is not in $PATH. CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || echo gcc') CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev/null && echo $(CXX) || echo g++') -OPTIMIZATION?=-O3 WARNINGS=-Wall -Wextra -Werror -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -DEBUG_FLAGS?= -g -ggdb --REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) -+REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) - REAL_LDFLAGS=$(LDFLAGS) - +-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS) ++REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS) + REAL_LDFLAGS=$(LDFLAGS) $(HIREDIS_LDFLAGS) + DYLIBSUFFIX=so -@@ -122,7 +120,16 @@ ifeq ($(uname_S),FreeBSD) +@@ -127,7 +125,16 @@ endif else REAL_CFLAGS+=-pedantic endif diff --git a/databases/redis/Makefile b/databases/redis/Makefile index fbfcdeaa7f98..8eacfb4ed6dd 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 8.0.3 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis62/Makefile b/databases/redis62/Makefile index 4054530ac784..8675d0034c67 100644 --- a/databases/redis62/Makefile +++ b/databases/redis62/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 62 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis72/Makefile b/databases/redis72/Makefile index 88e906e30831..e930719992a1 100644 --- a/databases/redis72/Makefile +++ b/databases/redis72/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 72 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis74/Makefile b/databases/redis74/Makefile index 81de920bb66c..2e84d9cc8b50 100644 --- a/databases/redis74/Makefile +++ b/databases/redis74/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 74 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 1279dbec7188..50b268e6125f 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -11,7 +11,7 @@ WWW= https://oss.oetiker.ch/rrdtool/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe gmake gnome libtool pathfix pkgconfig shebangfix +USES= cpe gmake gnome libtool pkgconfig shebangfix CPE_VENDOR= rrdtool_project USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile deleted file mode 100644 index ba6b27037355..000000000000 --- a/databases/rrdtool12/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -PORTNAME= rrdtool -PORTVERSION= 1.2.30 -PORTREVISION= 9 -CATEGORIES= databases graphics -MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ -PKGNAMESUFFIX= 12 - -MAINTAINER= beat@FreeBSD.org -COMMENT= Round Robin Database Tools v1.2 -WWW= https://www.rrdtool.org/ - -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libart_lgpl_2.so:graphics/libart_lgpl \ - libpng.so:graphics/png - -BROKEN= Unfetchable -DEPRECATED= Legacy version that's unsupported upstream and unfetchable -EXPIRATION_DATE=2025-07-31 - -CONFLICTS_INSTALL= rrdtool # include/rrd.h - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -USES= cpe gmake libtool -CPE_VENDOR= ${PORTNAME}_project - -CONFIGURE_ARGS= --disable-tcl --disable-python - -OPTIONS_DEFINE= RUBY PERL DOCS EXAMPLES -OPTIONS_DEFAULT= PERL - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MRUBY} -USES+= ruby -PLIST_SUB+= WITH_RUBY="" -CONFIGURE_ARGS+= --enable-ruby -.else -CONFIGURE_ARGS+= --disable-ruby -PLIST_SUB+= WITH_RUBY="@comment " -.endif - -.if ${PORT_OPTIONS:MPERL} -USES+= perl5 -USE_PERL5= run build -CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install -PLIST_SUB+= WITH_PERL="" -.else -CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= WITH_PERL="@comment " -.endif - -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2 -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS:= ${CFLAGS:N-ffast-math} - -post-extract: -.if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ - -e 's/^ cd .* rrdtool.html index.html/ #/' \ - ${WRKSRC}/doc/Makefile.in -.endif -.if empty(PORT_OPTIONS:MEXAMPLES) - ${REINPLACE_CMD} -e '/^SUBDIRS = /s| examples | |' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librrd.so.2 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librrd_th.so.2 -.if !defined(BATCH) && empty(PORT_OPTIONS:MEXAMPLES) - @${ECHO_MSG} "" - @${ECHO_MSG} "############################################################################" - @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO_MSG} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/databases/rrdtool12/distinfo b/databases/rrdtool12/distinfo deleted file mode 100644 index e5e47d690acb..000000000000 --- a/databases/rrdtool12/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rrdtool-1.2.30.tar.gz) = 3190efea410a6dd035799717948b2df09910f608d72d23ee81adad4cd0184ae9 -SIZE (rrdtool-1.2.30.tar.gz) = 1092483 diff --git a/databases/rrdtool12/files/patch-bindings-Makefile.in b/databases/rrdtool12/files/patch-bindings-Makefile.in deleted file mode 100644 index fe6cb3333f02..000000000000 --- a/databases/rrdtool12/files/patch-bindings-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- ./bindings/Makefile.in.orig 2008-01-08 10:36:56.000000000 +0800 -+++ ./bindings/Makefile.in 2008-01-08 10:38:18.000000000 +0800 -@@ -544,9 +544,9 @@ - all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@ - - install-data-local: -- test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true -- test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true -- test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true -+ test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true -+ test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true -+ test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) install || true - test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true - - # rules for buildung the ruby module -@@ -557,7 +557,7 @@ - - # rules for buildung the pyton module - python: -- cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build -+ cd python && env INCDIR=../../src BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build - - # rules for building the perl module - perl_piped: perl-piped/Makefile diff --git a/databases/rrdtool12/files/patch-configure b/databases/rrdtool12/files/patch-configure deleted file mode 100644 index 26c7c2072d64..000000000000 --- a/databases/rrdtool12/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2008-07-23 06:56:23.000000000 -0700 -+++ configure 2008-09-02 19:56:17.000000000 -0700 -@@ -30728,15 +30728,7 @@ - echo "${ECHO_T}and out again" >&6; } - - echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 --echo $ECHO_N ".$ECHO_C" 1>&6 --sleep 1 -+echo $ECHO_N "....$ECHO_C" 1>&6 - { echo "$as_me:$LINENO: result: just kidding ;-)" >&5 - echo "${ECHO_T} just kidding ;-)" >&6; } - echo diff --git a/databases/rrdtool12/files/patch-doc-Makefile.in b/databases/rrdtool12/files/patch-doc-Makefile.in deleted file mode 100644 index 844bcc780935..000000000000 --- a/databases/rrdtool12/files/patch-doc-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.in.orig Thu May 3 12:26:06 2007 -+++ doc/Makefile.in Thu May 3 12:26:35 2007 -@@ -239,9 +239,9 @@ - - # what should go into the distribution - EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd --idocdir = $(RRDDOCDIR)/txt -+idocdir = $(datadir)/doc/rrdtool/txt - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(RRDDOCDIR)/html -+ihtmldir = $(datadir)/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(mandir)/man1 - iman_DATA = $(MAN) diff --git a/databases/rrdtool12/files/patch-examples-Makefile.in b/databases/rrdtool12/files/patch-examples-Makefile.in deleted file mode 100644 index a44b80f7eba4..000000000000 --- a/databases/rrdtool12/files/patch-examples-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Thu May 3 12:27:17 2007 -+++ examples/Makefile.in Thu May 3 12:27:41 2007 -@@ -219,7 +219,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - EXTRA_DIST = cgi-demo.cgi.in --examplesdir = $(pkgdatadir)/examples -+examplesdir = $(datadir)/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \ - stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl - diff --git a/databases/rrdtool12/pkg-descr b/databases/rrdtool12/pkg-descr deleted file mode 100644 index 05d45d7011bf..000000000000 --- a/databases/rrdtool12/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources. The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. diff --git a/databases/rrdtool12/pkg-plist b/databases/rrdtool12/pkg-plist deleted file mode 100644 index 6bc246ad5684..000000000000 --- a/databases/rrdtool12/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/rrdupdate -lib/librrd.a -lib/librrd.so -lib/librrd.so.2 -lib/librrd.so.2.0.15 -lib/librrd_th.a -lib/librrd_th.so -lib/librrd_th.so.2 -lib/librrd_th.so.2.0.13 -include/rrd.h -share/man/man1/bin_dec_hex.1.gz -share/man/man1/cdeftutorial.1.gz -share/man/man1/rpntutorial.1.gz -share/man/man1/rrd-beginners.1.gz -share/man/man1/rrdbuild.1.gz -share/man/man1/rrdcgi.1.gz -share/man/man1/rrdcreate.1.gz -share/man/man1/rrddump.1.gz -share/man/man1/rrdfetch.1.gz -share/man/man1/rrdfirst.1.gz -share/man/man1/rrdgraph.1.gz -share/man/man1/rrdgraph_data.1.gz -share/man/man1/rrdgraph_examples.1.gz -share/man/man1/rrdgraph_graph.1.gz -share/man/man1/rrdgraph_rpn.1.gz -share/man/man1/rrdinfo.1.gz -share/man/man1/rrdlast.1.gz -share/man/man1/rrdresize.1.gz -share/man/man1/rrdrestore.1.gz -share/man/man1/rrdthreads.1.gz -share/man/man1/rrdtool.1.gz -share/man/man1/rrdtune.1.gz -share/man/man1/rrdtutorial.1.gz -share/man/man1/rrdupdate.1.gz -share/man/man1/rrdxport.1.gz -share/man/man1/rrdlastupdate.1.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/4charts.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigtops.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-demo.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minmax.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piped-demo.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perftest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared-demo.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stripes.pl -%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html -%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html -%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdbuild.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_data.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_examples.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_graph.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_rpn.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlastupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdthreads.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html -%%PORTDOCS%%%%DOCSDIR%%/txt/bin_dec_hex.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/bin_dec_hex.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/cdeftutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/cdeftutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rpntutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rpntutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrd-beginners.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrd-beginners.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdbuild.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdbuild.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcgi.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcgi.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcreate.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcreate.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrddump.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrddump.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfetch.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfetch.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfirst.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfirst.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_data.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_data.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_examples.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_examples.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_graph.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_graph.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_rpn.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_rpn.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdinfo.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlast.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlast.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlastupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlastupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdrestore.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdrestore.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdthreads.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdthreads.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtool.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtool.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtune.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtune.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.txt -%%DATADIR%%/fonts/DejaVuSansMono-Roman.ttf -%%WITH_PERL%%%%PERL5_MAN3%%/RRDp.3.gz -%%WITH_PERL%%%%PERL5_MAN3%%/RRDs.3.gz -%%WITH_PERL%%%%SITE_PERL%%/RRDp.pm -%%WITH_PERL%%%%SITE_ARCH%%/RRDs.pm -%%WITH_PERL%%%%SITE_ARCH%%/ntmake.pl -%%WITH_PERL%%%%SITE_ARCH%%/auto/RRDs/RRDs.so -%%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so diff --git a/databases/rubygem-google-cloud-datastore-v1/Makefile b/databases/rubygem-google-cloud-datastore-v1/Makefile index 455b82c66bbf..0be96ba46ee8 100644 --- a/databases/rubygem-google-cloud-datastore-v1/Makefile +++ b/databases/rubygem-google-cloud-datastore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore-v1 -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-datastore-v1/distinfo b/databases/rubygem-google-cloud-datastore-v1/distinfo index 0489eb8c56d9..733c3f8330a3 100644 --- a/databases/rubygem-google-cloud-datastore-v1/distinfo +++ b/databases/rubygem-google-cloud-datastore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715486 -SHA256 (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 6d418406cd4cbafbe42842fa5b6ceeaf5faae7daab839e520e6959d661729836 -SIZE (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 67072 +TIMESTAMP = 1753265806 +SHA256 (rubygem/google-cloud-datastore-v1-1.4.1.gem) = f1d9ca8c7b1b20ae3d1a071ab43cb42af4c556b5f73f2ba78d83e43916845146 +SIZE (rubygem/google-cloud-datastore-v1-1.4.1.gem) = 67072 diff --git a/databases/rubygem-google-cloud-datastore/Makefile b/databases/rubygem-google-cloud-datastore/Makefile index d6a171e88ef0..00d9fab0f017 100644 --- a/databases/rubygem-google-cloud-datastore/Makefile +++ b/databases/rubygem-google-cloud-datastore/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-datastore/distinfo b/databases/rubygem-google-cloud-datastore/distinfo index 18ab48f7ef5d..a6813f2d97c1 100644 --- a/databases/rubygem-google-cloud-datastore/distinfo +++ b/databases/rubygem-google-cloud-datastore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070492 -SHA256 (rubygem/google-cloud-datastore-2.11.0.gem) = 53d0b7cc4a1d52b9e9e55506499531c56221e63890c5bc976015beb530097f32 -SIZE (rubygem/google-cloud-datastore-2.11.0.gem) = 52224 +TIMESTAMP = 1753265804 +SHA256 (rubygem/google-cloud-datastore-2.12.0.gem) = cb6eb9f43df0e34f8c659923fee92b887a8bdfe01802acbf627118eeb8e8dee0 +SIZE (rubygem/google-cloud-datastore-2.12.0.gem) = 53760 diff --git a/databases/rubygem-google-cloud-firestore-v1/Makefile b/databases/rubygem-google-cloud-firestore-v1/Makefile index 72ad2646f86e..657ee64080b7 100644 --- a/databases/rubygem-google-cloud-firestore-v1/Makefile +++ b/databases/rubygem-google-cloud-firestore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-firestore-v1 -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-firestore-v1/distinfo b/databases/rubygem-google-cloud-firestore-v1/distinfo index ed4a38aca48b..9dd0207c920f 100644 --- a/databases/rubygem-google-cloud-firestore-v1/distinfo +++ b/databases/rubygem-google-cloud-firestore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715488 -SHA256 (rubygem/google-cloud-firestore-v1-2.1.0.gem) = cba1a41136b681f9048ecf4327f2f72121a90603085fecba7bb2f24a9749a3da -SIZE (rubygem/google-cloud-firestore-v1-2.1.0.gem) = 86016 +TIMESTAMP = 1753265808 +SHA256 (rubygem/google-cloud-firestore-v1-2.1.1.gem) = 7abbd0d4e2cf2ee48af5eaa369b77b50a1ba2a484c43867845bb28fe31e4f504 +SIZE (rubygem/google-cloud-firestore-v1-2.1.1.gem) = 86016 diff --git a/databases/rubygem-red-arrow-dataset/Makefile b/databases/rubygem-red-arrow-dataset/Makefile index 04c6e7a1ce44..bd783743e381 100644 --- a/databases/rubygem-red-arrow-dataset/Makefile +++ b/databases/rubygem-red-arrow-dataset/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-arrow-dataset -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-arrow-dataset/distinfo b/databases/rubygem-red-arrow-dataset/distinfo index 1f2d7dd24ca9..29d07847ff06 100644 --- a/databases/rubygem-red-arrow-dataset/distinfo +++ b/databases/rubygem-red-arrow-dataset/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070500 -SHA256 (rubygem/red-arrow-dataset-19.0.1.gem) = a201cf613cd0fb506e6473dee44cf117766ea19a5d78f731c2257d5707472263 -SIZE (rubygem/red-arrow-dataset-19.0.1.gem) = 13312 +TIMESTAMP = 1752566728 +SHA256 (rubygem/red-arrow-dataset-20.0.0.gem) = 0875cc0b98538cf1074fdfca0258582fb85985d3d8c43e0bd5250d50c12cdb56 +SIZE (rubygem/red-arrow-dataset-20.0.0.gem) = 13312 diff --git a/databases/rubygem-red-arrow-flight/Makefile b/databases/rubygem-red-arrow-flight/Makefile index 060fcce329f6..feecc06e67a0 100644 --- a/databases/rubygem-red-arrow-flight/Makefile +++ b/databases/rubygem-red-arrow-flight/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-arrow-flight -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-arrow-flight/distinfo b/databases/rubygem-red-arrow-flight/distinfo index 24bb08f4dfdf..47820da2a701 100644 --- a/databases/rubygem-red-arrow-flight/distinfo +++ b/databases/rubygem-red-arrow-flight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070502 -SHA256 (rubygem/red-arrow-flight-19.0.1.gem) = c01b903cd461b8697be0abcb6cf3bd5060916121a910b8a08b70f4738d804a1b -SIZE (rubygem/red-arrow-flight-19.0.1.gem) = 14336 +TIMESTAMP = 1752566730 +SHA256 (rubygem/red-arrow-flight-20.0.0.gem) = 5dadb042d886989a32817c2b921428095befed488c53eb4f8d79ce38f8fd2249 +SIZE (rubygem/red-arrow-flight-20.0.0.gem) = 14336 diff --git a/databases/rubygem-red-arrow/Makefile b/databases/rubygem-red-arrow/Makefile index f557a168c407..389f1a134162 100644 --- a/databases/rubygem-red-arrow/Makefile +++ b/databases/rubygem-red-arrow/Makefile @@ -1,5 +1,6 @@ PORTNAME= red-arrow PORTVERSION= 20.0.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -11,15 +12,13 @@ WWW= https://arrow.apache.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= arrow>=${PORTVERSION:R}<${PORTVERSION:R}.99_99:databases/arrow \ - arrow-glib>=${PORTVERSION:R}<${PORTVERSION:R}.99_99:databases/arrow-glib +BUILD_DEPENDS= arrow-glib>=${PORTVERSION:R}:databases/arrow-glib LIB_DEPENDS= libarrow.so:databases/arrow \ libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-bigdecimal>=3.1.0:math/rubygem-bigdecimal \ rubygem-csv>=0:devel/rubygem-csv \ rubygem-extpp>=0.1.1:devel/rubygem-extpp \ rubygem-gio2>=4.2.3:devel/rubygem-gio2 \ - rubygem-native-package-installer>=0:devel/rubygem-native-package-installer \ rubygem-pkg-config>=0:devel/rubygem-pkg-config \ USES= gem diff --git a/databases/rubygem-redis-client/Makefile b/databases/rubygem-redis-client/Makefile index 5511f80c6786..ae064ef77d74 100644 --- a/databases/rubygem-redis-client/Makefile +++ b/databases/rubygem-redis-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-client -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-client/distinfo b/databases/rubygem-redis-client/distinfo index 06e17fe381a7..f465dd3d99fc 100644 --- a/databases/rubygem-redis-client/distinfo +++ b/databases/rubygem-redis-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954266 -SHA256 (rubygem/redis-client-0.25.0.gem) = 927dfd07a37346fd9111d80cac3199d2a02b4c084c79260acf7a5057bd742910 -SIZE (rubygem/redis-client-0.25.0.gem) = 28160 +TIMESTAMP = 1753265812 +SHA256 (rubygem/redis-client-0.25.1.gem) = 40130f8f95194c9c73eec322516781b0bfdd8293369a67dc175bd7bc391a68bd +SIZE (rubygem/redis-client-0.25.1.gem) = 28160 diff --git a/databases/rubygem-redis-clustering/Makefile b/databases/rubygem-redis-clustering/Makefile index 0738730e7ecb..d472f6345913 100644 --- a/databases/rubygem-redis-clustering/Makefile +++ b/databases/rubygem-redis-clustering/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-clustering -PORTVERSION= 5.4.0 +PORTVERSION= 5.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-clustering/distinfo b/databases/rubygem-redis-clustering/distinfo index bbbb77540793..b4799df107d9 100644 --- a/databases/rubygem-redis-clustering/distinfo +++ b/databases/rubygem-redis-clustering/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836214 -SHA256 (rubygem/redis-clustering-5.4.0.gem) = 7ce18063700cf30f2248c7553592bfb2b62a1d76216c65a8d2c8c75e4274563b -SIZE (rubygem/redis-clustering-5.4.0.gem) = 10240 +TIMESTAMP = 1753265814 +SHA256 (rubygem/redis-clustering-5.4.1.gem) = 87444bb101fda5f1ef73b87243759224ca5952f3fe3c73842a2b8f78e45844ea +SIZE (rubygem/redis-clustering-5.4.1.gem) = 10240 diff --git a/databases/rubygem-redis/Makefile b/databases/rubygem-redis/Makefile index f47dce2ee941..7c553bc32a2a 100644 --- a/databases/rubygem-redis/Makefile +++ b/databases/rubygem-redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis -PORTVERSION= 5.4.0 +PORTVERSION= 5.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis/distinfo b/databases/rubygem-redis/distinfo index d363b2d6021f..e4159134f491 100644 --- a/databases/rubygem-redis/distinfo +++ b/databases/rubygem-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836212 -SHA256 (rubygem/redis-5.4.0.gem) = 798900d869418a9fc3977f916578375b45c38247a556b61d58cba6bb02f7d06b -SIZE (rubygem/redis-5.4.0.gem) = 52736 +TIMESTAMP = 1753265810 +SHA256 (rubygem/redis-5.4.1.gem) = b5e675b57ad22b15c9bcc765d5ac26f60b675408af916d31527af9bd5a81faae +SIZE (rubygem/redis-5.4.1.gem) = 52736 diff --git a/databases/rubygem-solid_queue-rails72/Makefile b/databases/rubygem-solid_queue-rails72/Makefile index 3250276a7d79..a5afd4a87186 100644 --- a/databases/rubygem-solid_queue-rails72/Makefile +++ b/databases/rubygem-solid_queue-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 @@ -16,7 +16,7 @@ RUN_DEPENDS= rubygem-activejob72>=7.1:devel/rubygem-activejob72 \ rubygem-concurrent-ruby>=1.3.1:devel/rubygem-concurrent-ruby \ rubygem-fugit>=1.11.0<1.12:devel/rubygem-fugit \ rubygem-railties72>=7.1:www/rubygem-railties72 \ - rubygem-thor>=1.3.1<1.4:devel/rubygem-thor + rubygem-thor>=1.3.1:devel/rubygem-thor USES= gem diff --git a/databases/rubygem-solid_queue-rails72/distinfo b/databases/rubygem-solid_queue-rails72/distinfo index 51750525fb51..9d75915635c6 100644 --- a/databases/rubygem-solid_queue-rails72/distinfo +++ b/databases/rubygem-solid_queue-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752416426 -SHA256 (rubygem/solid_queue-1.2.0.gem) = 482ac5305cbe91ebf845627caec493fda8545bf22b18205df01afb80999e28de -SIZE (rubygem/solid_queue-1.2.0.gem) = 44544 +TIMESTAMP = 1753369412 +SHA256 (rubygem/solid_queue-1.2.1.gem) = 7976b3690a08080ef63d1b11281f0b77398f7697dbeda0e2c5532682639d4b15 +SIZE (rubygem/solid_queue-1.2.1.gem) = 45056 diff --git a/databases/rubygem-solid_queue/Makefile b/databases/rubygem-solid_queue/Makefile index 7e37f6006ff5..9d3208c1725c 100644 --- a/databases/rubygem-solid_queue/Makefile +++ b/databases/rubygem-solid_queue/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ RUN_DEPENDS= rubygem-activejob80>=7.1:devel/rubygem-activejob80 \ rubygem-concurrent-ruby>=1.3.1:devel/rubygem-concurrent-ruby \ rubygem-fugit>=1.11.0<1.12:devel/rubygem-fugit \ rubygem-railties80>=7.1:www/rubygem-railties80 \ - rubygem-thor>=1.3.1<1.4:devel/rubygem-thor + rubygem-thor>=1.3.1:devel/rubygem-thor USES= gem diff --git a/databases/rubygem-solid_queue/distinfo b/databases/rubygem-solid_queue/distinfo index 51750525fb51..9d75915635c6 100644 --- a/databases/rubygem-solid_queue/distinfo +++ b/databases/rubygem-solid_queue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752416426 -SHA256 (rubygem/solid_queue-1.2.0.gem) = 482ac5305cbe91ebf845627caec493fda8545bf22b18205df01afb80999e28de -SIZE (rubygem/solid_queue-1.2.0.gem) = 44544 +TIMESTAMP = 1753369412 +SHA256 (rubygem/solid_queue-1.2.1.gem) = 7976b3690a08080ef63d1b11281f0b77398f7697dbeda0e2c5532682639d4b15 +SIZE (rubygem/solid_queue-1.2.1.gem) = 45056 diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 2a101c51d884..2a16a7f748c2 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 4ebd82324829..ba6dcfb02c19 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266186 -SHA256 (rubygem/sqlite3-2.7.2.gem) = 446376dfc5ffa0c6dd39dabf748b8c7c8a7f294cfa780dfc22dee67d43bdc9f5 -SIZE (rubygem/sqlite3-2.7.2.gem) = 3239936 +TIMESTAMP = 1753265816 +SHA256 (rubygem/sqlite3-2.7.3.gem) = d2b2fecd9341132f2cea3fde9061ee0fab9c9d532a8ecccfab4fe63d9621bf57 +SIZE (rubygem/sqlite3-2.7.3.gem) = 3239424 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index bc76cbe8c788..02ef6b95d7f7 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,13 +1,13 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-07-11 10:34:24 UTC +--- sqlite3.gemspec.orig 2025-07-24 01:05:50 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] -+ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500300.tar.gz".freeze] ++ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 2b04d9a8ce2e..ce36a9bdace7 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -1,7 +1,6 @@ PORTNAME= sfcgal DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= databases math graphics MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/:source1 @@ -14,7 +13,7 @@ WWW= https://oslandia.gitlab.io/SFCGAL/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index c6613cc28613..355e0c0de2a5 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747206059 +TIMESTAMP = 1754333037 SHA256 (CGAL-6.0.1.tar.xz) = 0acdfbf317c556630dd526f3253780f29b6ec9713ee92903e81b5c93c0f59b7f SIZE (CGAL-6.0.1.tar.xz) = 25659212 -SHA256 (SFCGAL-v2.1.0.tar.bz2) = 6f57a0b5fd879bec5a570ffa13cbd64f34957c479992cf3e6bda35e5e5d988cd -SIZE (SFCGAL-v2.1.0.tar.bz2) = 2719674 +SHA256 (SFCGAL-v2.2.0.tar.bz2) = 053ccb225dbc4b31272fbbd49d014766d5080508c61875357539f29a6da9e9a2 +SIZE (SFCGAL-v2.2.0.tar.bz2) = 2839118 diff --git a/databases/sfcgal/files/patch-CMakeLists.txt b/databases/sfcgal/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9cf1c40f81ad --- /dev/null +++ b/databases/sfcgal/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2025-08-01 21:31:20 UTC ++++ CMakeLists.txt +@@ -122,7 +122,7 @@ endif() + endif() + + #-- minimalist build allowed with boost version older than 1.48 +-set( SFCGAL_Boost_COMPONENTS thread system serialization ) ++set( SFCGAL_Boost_COMPONENTS thread serialization ) + #-- program_options + if ( SFCGAL_BUILD_TESTS OR SFCGAL_BUILD_EXAMPLES OR SFCGAL_BUILD_OSG ) + set( SFCGAL_Boost_COMPONENTS chrono unit_test_framework filesystem program_options timer ${SFCGAL_Boost_COMPONENTS} ) diff --git a/databases/sfcgal/pkg-plist b/databases/sfcgal/pkg-plist index aedccb50265a..c5e833bd4fda 100644 --- a/databases/sfcgal/pkg-plist +++ b/databases/sfcgal/pkg-plist @@ -1,6 +1,5 @@ bin/sfcgal-config include/SFCGAL/Coordinate.h -include/SFCGAL/Cylinder.h include/SFCGAL/Envelope.h include/SFCGAL/Exception.h include/SFCGAL/Geometry.h @@ -19,7 +18,6 @@ include/SFCGAL/PreparedGeometry.h include/SFCGAL/Segment.h include/SFCGAL/Simplicity.h include/SFCGAL/Solid.h -include/SFCGAL/Sphere.h include/SFCGAL/Surface.h include/SFCGAL/Transform.h include/SFCGAL/Triangle.h @@ -119,6 +117,7 @@ include/SFCGAL/detail/ublas.h include/SFCGAL/export.h include/SFCGAL/io/GeometryStreams.h include/SFCGAL/io/OBJ.h +include/SFCGAL/io/STL.h include/SFCGAL/io/ewkt.h include/SFCGAL/io/osg.h include/SFCGAL/io/vtk.h @@ -126,6 +125,8 @@ include/SFCGAL/io/wkb.h include/SFCGAL/io/wkt.h include/SFCGAL/namespace.h include/SFCGAL/numeric.h +include/SFCGAL/primitive3d/Cylinder.h +include/SFCGAL/primitive3d/Sphere.h include/SFCGAL/triangulate/triangulate2DZ.h include/SFCGAL/triangulate/triangulatePolygon.h include/SFCGAL/version.h diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index fc65877bdd56..00a7df3e60af 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ librttopo.so:devel/librttopo GNU_CONFIGURE= yes -USES= gmake gnome iconv libtool pathfix minizip pkgconfig sqlite +USES= gmake gnome iconv libtool minizip pkgconfig sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/sqlcipher/Makefile b/databases/sqlcipher/Makefile index 406d7253eaa5..ddc2daf1c06c 100644 --- a/databases/sqlcipher/Makefile +++ b/databases/sqlcipher/Makefile @@ -11,7 +11,7 @@ WWW= https://www.zetetic.net/sqlcipher/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cpe libedit libtool pathfix ssl tcl:86,build +USES= cpe libedit libtool ssl tcl:86,build CPE_VENDOR= zetetic USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 8053747b7e8a..e086d4bf7453 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -9,7 +9,7 @@ COMMENT= SQL database engine in a C library WWW= https://www.sqlite.org/ GNU_CONFIGURE= yes -USES= cpe gmake libtool pathfix pkgconfig readline +USES= cpe gmake libtool pkgconfig readline USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hints=freebsd.hints diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 9521ef1d6ce8..0d66218dec05 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,5 +1,8 @@ PORTNAME= sqlite3 DISTVERSION= 3.50.2 +# SECURITY WARNING: when updating this port, also file vuxml entry +# for ports/databases/linux-c7-sqlite3 (but mind it has a different EPOCH) +# and coordinate with ports/emulators/linux_base which also ships sqlite3. PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases @@ -31,7 +34,7 @@ icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support .endif -USES= libtool ncurses pathfix zip +USES= libtool ncurses zip USE_LDCONFIG= yes HAS_CONFIGURE= yes diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 5d9dc2572629..d9f37963e565 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= librudiments.so:devel/rudiments \ libcurl.so:ftp/curl \ libiconv.so:converters/libiconv -USES= gmake iconv libedit libtool pathfix python readline ssl +USES= gmake iconv libedit libtool python readline ssl PATHFIX_MAKEFILEIN= Makefile CPPFLAGS+= -I${LOCALBASE}/include diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 71ca8d530b9a..3786c6e22b93 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 2.28.0 +PORTVERSION= 2.28.1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 97631c52ef4a..16ba8dc6ead2 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715306 -SHA256 (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e -SIZE (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = 4404203 +TIMESTAMP = 1753369368 +SHA256 (TileDB-Inc-TileDB-2.28.1_GH0.tar.gz) = f011240a2ab7863b037a2e5531a0cba537dd65f603fa2508878541514a472e90 +SIZE (TileDB-Inc-TileDB-2.28.1_GH0.tar.gz) = 4422250 diff --git a/databases/tiledb/pkg-plist b/databases/tiledb/pkg-plist index 66719a048d48..16c200c62eb5 100644 --- a/databases/tiledb/pkg-plist +++ b/databases/tiledb/pkg-plist @@ -37,6 +37,7 @@ include/tiledb/api/c_api/group/group_api_external.h include/tiledb/api/c_api/ndrectangle/ndrectangle_api_external_experimental.h include/tiledb/api/c_api/object/object_api_enum.h include/tiledb/api/c_api/object/object_api_external.h +include/tiledb/api/c_api/profile/profile_api_experimental.h include/tiledb/api/c_api/query/query_api_enum.h include/tiledb/api/c_api/query/query_api_external.h include/tiledb/api/c_api/query_aggregate/query_aggregate_api_external_experimental.h @@ -81,6 +82,7 @@ include/tiledb/log.h include/tiledb/ndrectangle.h include/tiledb/object.h include/tiledb/object_iter.h +include/tiledb/profile_experimental.h include/tiledb/query.h include/tiledb/query_channel.h include/tiledb/query_condition.h diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 0e76e9061950..5a4c90c160e7 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.21.0 +PORTVERSION= 2.21.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 54d55c349d9d..79b07d953d92 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752010390 -SHA256 (timescale-timescaledb-2.21.0_GH0.tar.gz) = 08e44c875618ed5ffa0d5b968b268d437952a3847403ef70a0bf44d9e59f3c30 -SIZE (timescale-timescaledb-2.21.0_GH0.tar.gz) = 7904892 +TIMESTAMP = 1753329349 +SHA256 (timescale-timescaledb-2.21.1_GH0.tar.gz) = 4cce2b28956f13950a168b1eeb8f99828fdc45f998c2645962a9aac4c185077b +SIZE (timescale-timescaledb-2.21.1_GH0.tar.gz) = 7909360 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 69f06a9663c5..cd79f9e9b0cc 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -40,5 +40,6 @@ share/postgresql/extension/timescaledb--2.20.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.3--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.21.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 954d73615755..190492008405 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= pathfix gmake +USES= gmake USE_LDCONFIG= yes PORTDOCS= * diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 9a6e4194636a..41c727818bba 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -11,7 +11,7 @@ WWW= https://dbmx.net/tokyotyrant/ BUILD_DEPENDS= tokyocabinet>=1.4.20:databases/tokyocabinet LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet -USES= gmake localbase pathfix +USES= gmake localbase GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/databases/valkey/Makefile b/databases/valkey/Makefile index 50d68cce5349..9a9dcb7f18fe 100644 --- a/databases/valkey/Makefile +++ b/databases/valkey/Makefile @@ -2,7 +2,7 @@ PORTNAME= valkey DISTVERSION= 8.1.3 CATEGORIES= databases -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= High-performance data structure server that primarily serves key/value workloads WWW= https://valkey.io/ diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 8b18fca68441..b2c1c25d0330 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite +USES= gmake iconv pkgconfig libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index c950acc088ad..9deccfb54817 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -12,7 +12,7 @@ WWW= https://xapian.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang libtool pathfix tar:xz +USES= compiler:c++11-lang libtool tar:xz CONFIGURE_ARGS= ac_cv_func_snprintf=snprintf GNU_CONFIGURE= yes |