*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-08-18 11:35:51 +02:00
parent 7472f46bde
commit 6e393dc173
539 changed files with 4214 additions and 2941 deletions

View File

@ -45,4 +45,13 @@ PORTDOCS= *
LTO_MAKE_ARGS= WITH_LTO=true
LTO_BROKEN= Fails to build with LTO because it is gcc-centered
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>

View File

@ -11,6 +11,8 @@ WWW= https://metacpan.org/release/Ogg-Vorbis-Header
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL
BROKEN_FreeBSD_14= fails to compile: incompatible pointer to integer conversion returning 'SV *' (aka 'struct sv *')
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis

View File

@ -11,6 +11,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= fails to build: static_assert failed due to requirement 'alignof(Steinberg::Vst::ProcessContext) == (0 ? 8U : 0 ? 1U : 1 ? 8U : 8U)
BROKEN_FreeBSD_14= fails to compile: 'experimental/filesystem' file not found
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libexpat.so:textproc/expat2 \

View File

@ -12,6 +12,8 @@ WWW= https://evolution.genetics.washington.edu/lamarc/
LICENSE= APACHE20
BROKEN_FreeBSD_14= fails to compile: no matching function for call to 'make_pair'
USE_CXXSTD= c++98
GNU_CONFIGURE= yes

View File

@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash
USES= compiler:c++11-lang gmake localbase readline
USE_GITHUB= yes
USE_CXXSTD= c++11 # not all C++ files are compiled with -std=c++11 which causes failure in addtargets2.cpp due to a collision of the 'byte' symbol with std::byte
#USE_CXXSTD= c++11 # not all C++ files are compiled with -std=c++11 which causes failure in addtargets2.cpp due to a collision of the 'byte' symbol with std::byte
MAKE_ARGS= INSTALL_DIR=${STAGEDIR}${PREFIX}/bin
@ -24,6 +24,15 @@ BINARY_ALIAS= g++=${CXX}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

View File

@ -1,5 +1,5 @@
PORTNAME= STAR
DISTVERSION= 2.7.10b
DISTVERSION= 2.7.11a
CATEGORIES= biology
PKGNAMEPREFIX= rna-
@ -16,9 +16,12 @@ NOT_FOR_ARCHS_REASON= Requires 64-bit processor
BROKEN= requires OpenMP support that is missing on this architecture
.endif
BUILD_DEPENDS= xxd:sysutils/xxd
LIB_DEPENDS= libhts.so:biology/htslib
USES= compiler:c++11-lang gmake localbase:ldflags
# FIXME: When built with clang, number of input reads = 0
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= alexdobin

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689939622
SHA256 (alexdobin-STAR-2.7.10b_GH0.tar.gz) = 0d1b71de6c5be1c5d90b32130d2abcd5785a4fc7c1e9bf19cc391947f2dc46e5
SIZE (alexdobin-STAR-2.7.10b_GH0.tar.gz) = 12443703
TIMESTAMP = 1692285897
SHA256 (alexdobin-STAR-2.7.11a_GH0.tar.gz) = 542457b1a4fee73f27a581b1776e9f73ad2b4d7e790388b6dc71147bd039f99a
SIZE (alexdobin-STAR-2.7.11a_GH0.tar.gz) = 12463429

View File

@ -1,10 +0,0 @@
--- SpliceGraph.cpp.orig 2023-07-21 15:27:26 UTC
+++ SpliceGraph.cpp
@@ -1,7 +1,6 @@
/*
* Created by Fahimeh Mirhaj on 6/10/19.
*/
-using namespace std;
#include "SpliceGraph.h"
#include "GTF.h"

View File

@ -1,13 +0,0 @@
--- opal/opal.cpp.orig 2021-11-26 16:14:46 UTC
+++ opal/opal.cpp
@@ -5,10 +5,8 @@
#include <limits>
#include <vector>
-extern "C" {
#define SIMDE_ENABLE_NATIVE_ALIASES
#include <simde_avx2.h> // AVX2 and lower
-}
#include "opal.h"

View File

@ -13,6 +13,8 @@ LICENSE_NAME= Vienna RNA License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
BROKEN_FreeBSD_14= fails to compile: no member named 'bind2nd' in namespace 'std'
BUILD_DEPENDS= bash:shells/bash \
libgd>0:graphics/gd # for the static lib
LIB_DEPENDS= libgmp.so:math/gmp \

View File

@ -23,23 +23,32 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USES= bison:alias cmake:insource cpe gl pathfix pkgconfig python:env \
tar:bzip2 tk xorg
USE_GL= gl glu
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
xorgproto xrender xscrnsaver xt xxf86vm
USE_LDCONFIG= yes
CMAKE_OFF= BRLCAD_ENABLE_STRICT
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
TEST_TARGET= check
CONFLICTS_INSTALL= py[23][0-9]-epsilon
MANPREFIX= ${PREFIX}/${PORTNAME}/share
NO_MTREE= yes
WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
CMAKE_OFF= BRLCAD_ENABLE_STRICT
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
MANPREFIX= ${PREFIX}/${PORTNAME}/share
.include <bsd.port.options.mk>
TEST_TARGET= check
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-patch:
@${REINPLACE_CMD} -e 's+-exact Tcl 8\.6\.10+Tcl 8.6+' \

View File

@ -1,5 +1,5 @@
PORTNAME= gtkwave
DISTVERSION= 3.3.116
DISTVERSION= 3.3.117
CATEGORIES= cad
MASTER_SITES= http://gtkwave.sourceforge.net/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690270076
SHA256 (gtkwave-3.3.116.tar.gz) = dcd3b6c952556006843104376134ce0d509a97e25409998618ff58c3b842ea37
SIZE (gtkwave-3.3.116.tar.gz) = 3514089
TIMESTAMP = 1692191386
SHA256 (gtkwave-3.3.117.tar.gz) = 55520fc308244c5dc99d5a3f42f5e782eb8e6a9e81cece5c84ea3f11875bff13
SIZE (gtkwave-3.3.117.tar.gz) = 3506108

View File

@ -69,6 +69,15 @@ STROKE_CONFIGURE_OFF= --disable-stroke
WGET_RUN_DEPENDS= wget:ftp/wget
WGET_CONFIGURE_OFF= --disable-lib_wget
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK4} || ${PORT_OPTIONS:MMOTIF}

View File

@ -30,6 +30,15 @@ BINARY_ALIAS= make=${MAKE_CMD}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-install:
.for f in pcb-rnd txt2bxl bxl2txt gsch2pcb-rnd
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$f

View File

@ -10,6 +10,8 @@ WWW= https://github.com/hmatuschek/sdr-wspr
LICENSE= GPLv3
BROKEN_FreeBSD_14= fails to build: non-floating-point argument in call to function '__builtin_isfinite'
LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui
USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5

View File

@ -10,9 +10,12 @@ WWW= https://github.com/wkhtmltopdf/wkhtmltopdf
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Upstream abandoned the project
EXPIRATION_DATE= 2024-06-30
BROKEN_armv6= fails to build: error: Not supported ARM architecture
BROKEN_armv7= fails to build: error: invalid operand for instruction
BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4
BROKEN_FreeBSD_14= fails to build: use of undeclared identifier 'needsToUnregister'
RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \

View File

@ -581,6 +581,7 @@
SUBDIR += pgpool-II-41
SUBDIR += pgpool-II-42
SUBDIR += pgpool-II-43
SUBDIR += pgpool-II-44
SUBDIR += pgreplay
SUBDIR += pgroonga
SUBDIR += pgrouting

View File

@ -20,8 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SLAVEDIRS= databases/mysql57-client
USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
cpe groff:run libedit localbase perl5 shebangfix ssl
IGNORE_SSL= openssl30 openssl31
IGNORE_SSL_REASON= Upstream only supports OpenSSL 1.0.1 upto 1.1.X
CPE_VENDOR= oracle
USE_PERL5= run
@ -150,6 +148,10 @@ CMAKE_ARGS+= -DWITH_AUTHENTICATION_LDAP=0
.include <bsd.port.pre.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
IGNORE= Upstream only supports OpenSSL 1.0.1 upto 1.1.X
.endif
.if ${SSL_DEFAULT} == base
CMAKE_ARGS+= -DWITH_SSL=system
.else

View File

@ -1,5 +1,5 @@
PORTNAME= pgpool-II
PORTVERSION= 4.0.22
PORTVERSION= 4.0.24
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 40
@ -11,6 +11,9 @@ WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Upstream EOL reaches on 2023-12-31
EXPIRATION_DATE= 2023-12-31
USES= gmake libtool pgsql:11+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1676902919
SHA256 (pgpool-II-4.0.22.tar.gz) = 77fae336a9d925b08bd3301bad2e9bc2703e01aa46ddac4b2c7c6f38483f9512
SIZE (pgpool-II-4.0.22.tar.gz) = 3967982
TIMESTAMP = 1692247147
SHA256 (pgpool-II-4.0.24.tar.gz) = c31f516a12bbc63a6c304e23110b84331c7fe70c61e86f6bc10d3a13260ba8e4
SIZE (pgpool-II-4.0.24.tar.gz) = 3986517

View File

@ -1,5 +1,5 @@
PORTNAME= pgpool-II
PORTVERSION= 4.1.15
PORTVERSION= 4.1.17
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 41
@ -11,6 +11,9 @@ WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Upstream EOL reaches on 2023-12-31
EXPIRATION_DATE= 2023-12-31
USES= gmake libtool pgsql:11+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1676903997
SHA256 (pgpool-II-4.1.15.tar.gz) = 24cdc5ac5d4b9bc1f4d67a3c2a1dd346fcc357cd5a642795f9e2df9e019a6087
SIZE (pgpool-II-4.1.15.tar.gz) = 4543250
TIMESTAMP = 1692247761
SHA256 (pgpool-II-4.1.17.tar.gz) = 9380669855e99f6db5bc2b9ec35884ad79458b5b8612e402559a6d810fde12fd
SIZE (pgpool-II-4.1.17.tar.gz) = 4521098

View File

@ -11,6 +11,9 @@ WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Upstream EOL reaches on 2023-12-31
EXPIRATION_DATE= 2023-12-31
USES= gmake libtool pgsql:11+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool
@ -36,7 +39,7 @@ PAM_CONFIGURE_ON= --with-pam
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
@ -53,4 +56,4 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,50 @@
PORTNAME= pgpool-II
PORTVERSION= 4.4.4
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= -44
MAINTAINER= bofh@FreeBSD.org
COMMENT= Connection pool server for PostgreSQL (4.4.X branch)
WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool pgsql:11+
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= pgpool-II-[0-9][0-9] pgpool-II[0-9][0-9] # etc/escalation.sh.sample etc/failover.sh.sample etc/pcp.conf.sample
PORTSCOUT= limit:^4.4.[0-9]*
PORTDOCS= *
OPTIONS_DEFINE= DOCS MEMCACHED PAM SSL
OPTIONS_DEFAULT= SSL
MEMCACHED_DESC= Use memcached for in memory query cache
PAM_DESC= Build with PAM support
SSL_DESC= Build with OpenSSL support
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
MEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/include
PAM_CONFIGURE_ON= --with-pam
SSL_USES= ssl
SSL_CONFIGURE_WITH= openssl
post-install:
@${MKDIR} ${STAGEDIR}/var/run/pgpool
${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.2.0.0 ${STAGEDIR}${PREFIX}/lib
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} "-not -name Makefile.\*"
.for f in AUTHORS ChangeLog NEWS TODO
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1692246912
SHA256 (pgpool-II-4.4.4.tar.gz) = 10bed66f8197c74dcb00a0e73f618066d5d5e0adc878865c2fcfa1c945e68f4f
SIZE (pgpool-II-4.4.4.tar.gz) = 4973024

View File

@ -0,0 +1,48 @@
#!/bin/sh
# PROVIDE: pgpool
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# pgpool_enable (bool): Set to NO by default.
# Set it to YES to enable pgpool.
# pgpool_conf (file): Set location of your config.
# Default is "%%PREFIX%%/etc/pgpool.conf"
# pgpool_hba (file): Set location of your pool hba file.
# Default is "%%PREFIX%%/etc/pool_hba.conf"
# pgpool_pcp (file): Set location of your pcp conf file.
# Default is "%%PREFIX%%/etc/pcp.conf"
# pgpool_user (uid): User ID to run as (default nobody)
# pgpool_stop_mode (string): Shutdown mode
# Default is "smart"
# Possibilities are "smart", "fast", or "immediate"
#
. /etc/rc.subr
name=pgpool
rcvar=pgpool_enable
load_rc_config $name
: ${pgpool_enable="NO"}
: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"}
: ${pgpool_hba="%%PREFIX%%/etc/pool_hba.conf"}
: ${pgpool_pcp="%%PREFIX%%/etc/pcp.conf"}
: ${pgpool_user="nobody"}
: ${pgpool_stop_mode="smart"}
command="%%PREFIX%%/bin/pgpool"
command_args="-f ${pgpool_conf} -a ${pgpool_hba} -F ${pgpool_pcp}"
stop_cmd="${command} -m ${pgpool_stop_mode} ${command_args} stop"
reload_cmd="${command} ${command_args} reload"
extra_commands="reload"
required_files="${pgpool_conf}"
run_rc_command "$1"

View File

@ -0,0 +1,6 @@
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.

View File

@ -0,0 +1,15 @@
[
{ type: install
message: <<EOM
In order to start pgpool you need some more configuration:
# sysrc -f /etc/rc.conf pgpool_enable="YES"
# sysrc -f /etc/rc.conf pgpool_user="root"
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
EOM
}
]

View File

@ -0,0 +1,43 @@
bin/pcp_attach_node
bin/pcp_detach_node
bin/pcp_health_check_stats
bin/pcp_node_count
bin/pcp_node_info
bin/pcp_pool_status
bin/pcp_proc_count
bin/pcp_proc_info
bin/pcp_promote_node
bin/pcp_recovery_node
bin/pcp_reload_config
bin/pcp_stop_pgpool
bin/pcp_watchdog_info
bin/pg_enc
bin/pg_md5
bin/pgpool
bin/pgpool_setup
bin/pgproto
bin/watchdog_setup
bin/wd_cli
@sample etc/aws_eip_if_cmd.sh.sample
@sample etc/aws_rtb_if_cmd.sh.sample
@sample etc/escalation.sh.sample
@sample etc/failover.sh.sample
@sample etc/follow_primary.sh.sample
@sample etc/pcp.conf.sample
@sample etc/pgpool.conf.sample
@sample etc/pgpool_remote_start.sample
@sample etc/pool_hba.conf.sample
@sample etc/replication_mode_recovery_1st_stage.sample
@sample etc/replication_mode_recovery_2nd_stage.sample
etc/recovery_1st_stage.sample
include/libpcp_ext.h
include/pcp.h
include/pool_process_reporting.h
include/pool_type.h
lib/libpcp.a
lib/libpcp.so
lib/libpcp.so.2
lib/libpcp.so.2.0.0
%%DATADIR%%/insert_lock.sql
%%DATADIR%%/pgpool.pam
@dir /var/run/pgpool

View File

@ -1,5 +1,5 @@
PORTNAME= discard
PORTVERSION= 1.2.1
PORTVERSION= 1.3.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668838404
SHA256 (rubygem/discard-1.2.1.gem) = 37e63deae12e37c074b206e755074a2cdfbfdf26038cefcc4ff67bcf18945bf5
SIZE (rubygem/discard-1.2.1.gem) = 13824
TIMESTAMP = 1692332336
SHA256 (rubygem/discard-1.3.0.gem) = 55218997ca4dc11f0594f1bb2d1196c4a959ceb562f1ab6490130233598dda67
SIZE (rubygem/discard-1.3.0.gem) = 14336

View File

@ -1,5 +1,5 @@
PORTNAME= timescaledb
PORTVERSION= 2.11.1
PORTVERSION= 2.11.2
CATEGORIES= databases
MAINTAINER= kbowling@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689986241
SHA256 (timescale-timescaledb-2.11.1_GH0.tar.gz) = 06a653881dd2460a9c9007dd823be8827ef83fae90a4b628d0b0d5066f60f496
SIZE (timescale-timescaledb-2.11.1_GH0.tar.gz) = 7723360
TIMESTAMP = 1692333601
SHA256 (timescale-timescaledb-2.11.2_GH0.tar.gz) = acca5f6ec5684722374eece92f73d7763bd171075074fd2e6bd0244bda9fbc25
SIZE (timescale-timescaledb-2.11.2_GH0.tar.gz) = 7728399

View File

@ -42,5 +42,6 @@ share/postgresql/extension/timescaledb--2.10.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.10.2--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.10.3--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.11.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.11.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb.control

View File

@ -7827,6 +7827,7 @@
SUBDIR += yder
SUBDIR += youcompleteme
SUBDIR += yuck
SUBDIR += yyjson
SUBDIR += z80-asm
SUBDIR += z80asm
SUBDIR += z80ex

View File

@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
BROKEN_FreeBSD_14= fails to compile: static_assert failed due to requirement
USES= compiler:c++11-lib cmake shebangfix tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= danmar

View File

@ -221,7 +221,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1691704697
YARN_TIMESTAMP= 1692271374
.include "Makefile.version"
.include <bsd.port.pre.mk> # required for COMPILER_VERSION

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 22.3.20
ELECTRON_VER= 22.3.21
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1691705274
TIMESTAMP = 1692271916
SHA256 (electron/chromium-108.0.5359.215.tar.xz) = aba0730b347269efda217affe804f6fced296aa02f810c8c9a6fd7d46cd7bf9a
SIZE (electron/chromium-108.0.5359.215.tar.xz) = 1584734880
SHA256 (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 63706737ca75e0e5c97885186b2a7ab019ca71d1315ee08870193bbfa7486bfc
SIZE (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 9900677
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-22.3.20.tar.xz) = 9a4ec30d9efc15cd927950b0d6d6e3e513a9e201c6ea34b2f145b78d656f1dc8
SIZE (electron/electron-yarn-cache-22.3.20.tar.xz) = 38838368
SHA256 (electron/electron-electron-v22.3.20_GH0.tar.gz) = de7bf18ee7600222d9096de3852072f8f9eebc643017282327c24f12d6db2051
SIZE (electron/electron-electron-v22.3.20_GH0.tar.gz) = 10644410
SHA256 (electron/electron-yarn-cache-22.3.21.tar.xz) = ac046808fe1780199e5119880acc27e87d4b77f98547b5a03f18dd692daa2163
SIZE (electron/electron-yarn-cache-22.3.21.tar.xz) = 38837456
SHA256 (electron/electron-electron-v22.3.21_GH0.tar.gz) = 18ef4c29fa7de439cc164f7694b5ad13b4362e3310599f3b6e2a29572adcd3b2
SIZE (electron/electron-electron-v22.3.21_GH0.tar.gz) = 10644740
SHA256 (electron/nodejs-node-v16.17.1_GH0.tar.gz) = e63378aa6aa18b9e05486e46eaca6c6e09904366e5100d7e04c6dbd344a42f60
SIZE (electron/nodejs-node-v16.17.1_GH0.tar.gz) = 90485310
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

View File

@ -222,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1691407142
YARN_TIMESTAMP= 1692306882
.include "Makefile.version"
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.12
ELECTRON_VER= 23.3.13
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1691407522
TIMESTAMP = 1692314549
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.12.tar.xz) = 87952a68da74785ad9c489dd1491a39ada31f281ba339b0fac468d1cb546c3c3
SIZE (electron/electron-yarn-cache-23.3.12.tar.xz) = 38871688
SHA256 (electron/electron-electron-v23.3.12_GH0.tar.gz) = 55a511b12aeaf30421f7e58b451e32e276440bf3fd58ed1603703543fdf5f705
SIZE (electron/electron-electron-v23.3.12_GH0.tar.gz) = 10544073
SHA256 (electron/electron-yarn-cache-23.3.13.tar.xz) = df9bacdd449c9365b5ddc0eacd518f5438ffa14b1b85a57c8d279e6997ef0a2d
SIZE (electron/electron-yarn-cache-23.3.13.tar.xz) = 38871840
SHA256 (electron/electron-electron-v23.3.13_GH0.tar.gz) = 7e22f7d095cd79a1e84b150fca9dedb7126e52dcd97094c5219cdbb773ec9ec5
SIZE (electron/electron-electron-v23.3.13_GH0.tar.gz) = 10544168
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

View File

@ -101,6 +101,10 @@ VAR_TO_SUBMAKE_NOEXPAND= CONFIGURE_ENV MAKE_ENV
#IGNORE= PURE option is not valid anymore, no libraries are bundled
#.endif
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USE_GCC= yes
.endif
post-extract:
.if ${PORT_OPTIONS:MPURE}
.for L in ${BUNDLED_LIBS}

View File

@ -19,9 +19,13 @@ WORLD_LIB=${LOCALBASE}
LDFLAGS+= -L${WORLD_LIB}/lib
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
MAKE_ARGS+= CFLAGS="-Wno-error -Wno-deprecated-register" CXXFLAGS="-Wno-error -Wno-deprecated-register"
.else
.if ${CHOSEN_COMPILER_TYPE} == clang
MAKE_ARGS+= CFLAGS="-Wno-error -fbracket-depth=512 -Wno-deprecated-register" CXXFLAGS="-Wno-error -fbracket-depth=512 -Wno-deprecated-register"
.endif
.endif
MISC_DOCS= license.txt readme.txt release.txt

View File

@ -97,6 +97,10 @@ CONFIGURE_ARGS_COMMON= --prefix=${INTERIM_PREFIX} \
CFLAGS+= -Wno-error=int-conversion
.endif
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USE_GCC= yes:build
.endif
pre-patch:
@${ECHO_MSG} "===> Apply distribution patches..."
@${ECHO_MSG} "====> Patch gcc"

View File

@ -49,16 +49,10 @@ PYTHON_BINARY_ALIAS= python3-config=${PYTHON_CMD}-config
TASKS_MAKE_ARGS= TASKS=1
TLS_MAKE_ARGS_OFF= NOTLS=1
.include <bsd.port.options.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
.endif
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
CFLAGS+= -Wno-error=incompatible-pointer-types-discards-qualifiers
CFLAGS+= -Wno-error=deprecated-declarations -Wno-error=incompatible-pointer-types-discards-qualifiers
.endif
post-patch:

View File

@ -1,5 +1,5 @@
PORTNAME= oci-cli
DISTVERSION= 3.30.0
DISTVERSION= 3.31.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.108.0:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oci>=2.110.1:devel/py-oci@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=22.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690282915
SHA256 (oci-cli-3.30.0.tar.gz) = 0e7ba6039961848a1cb73dce31fa032443fec51e48115d87d0722b6156fff837
SIZE (oci-cli-3.30.0.tar.gz) = 13406979
TIMESTAMP = 1692276692
SHA256 (oci-cli-3.31.0.tar.gz) = ee4d2ecfd5eff2fabdfbff52ae422903670b907c27cb1f3c2c22addb7c0e8286
SIZE (oci-cli-3.31.0.tar.gz) = 13920581

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-console-view
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,8 +11,8 @@ WWW= https://buildbot.net
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104606
SHA256 (buildbot-console-view-3.8.0.tar.gz) = 240fb75a7640378db6e0b6eb96e1c97274e643c567b809a812aa8bb70d07d743
SIZE (buildbot-console-view-3.8.0.tar.gz) = 18696
TIMESTAMP = 1692297988
SHA256 (buildbot-console-view-3.9.0.tar.gz) = 245cdd2bf0e43f1c283d16846d42cdc373b734610894c1ab0ca4d52020317642
SIZE (buildbot-console-view-3.9.0.tar.gz) = 19013

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-grid-view
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,8 +11,8 @@ WWW= https://buildbot.net
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104492
SHA256 (buildbot-grid-view-3.8.0.tar.gz) = 848047f3e46f679dd3c71976172ac2b3e645cd10006cadad879226da0642b377
SIZE (buildbot-grid-view-3.8.0.tar.gz) = 13655
TIMESTAMP = 1692298188
SHA256 (buildbot-grid-view-3.9.0.tar.gz) = 93ddec9417d1d2b4c9d219971b79c0314fdaafd8635fdf813d70fcec36a36935
SIZE (buildbot-grid-view-3.9.0.tar.gz) = 14091

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-pkg
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104207
SHA256 (buildbot-pkg-3.8.0.tar.gz) = 76ebfca0a81519f78ece32a223c2ed9ada3475c192235c6d4b2f186eab481539
SIZE (buildbot-pkg-3.8.0.tar.gz) = 4779
TIMESTAMP = 1692297743
SHA256 (buildbot-pkg-3.9.0.tar.gz) = cb40510c1d8beda582249db9a0bd8767cd228d9d846e6e5de566345271606e8f
SIZE (buildbot-pkg-3.9.0.tar.gz) = 4987

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-waterfall-view
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,8 +11,8 @@ WWW= https://buildbot.net
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104419
SHA256 (buildbot-waterfall-view-3.8.0.tar.gz) = 3702dbf5a410c0ec68f40aafb186e5fe0f263547ae7dd3eb0b014c24dcdd7d03
SIZE (buildbot-waterfall-view-3.8.0.tar.gz) = 193861
TIMESTAMP = 1692298430
SHA256 (buildbot-waterfall-view-3.9.0.tar.gz) = f8fac6b9b33f10ec3541353260fcb9d4fcee39567cae309c6697885326e6deaf
SIZE (buildbot-waterfall-view-3.9.0.tar.gz) = 194360

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-worker
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682103832
SHA256 (buildbot-worker-3.8.0.tar.gz) = 7add11d29371b4be500a01d14f5feae6dfa16fa70b97a354dc0a30cd3fd60bdd
SIZE (buildbot-worker-3.8.0.tar.gz) = 121168
TIMESTAMP = 1692298591
SHA256 (buildbot-worker-3.9.0.tar.gz) = 2fb4caa3ee110ea1d5541ff4ba34778c3c43f9e9af7041dd1d32f21def63764e
SIZE (buildbot-worker-3.9.0.tar.gz) = 125913

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot-www
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,11 +11,11 @@ WWW= https://buildbot.net
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-console-view==${PORTVERSION}:devel/py-buildbot-console-view@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-grid-view==${PORTVERSION}:devel/py-buildbot-grid-view@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view==${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR}
USES= python

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104681
SHA256 (buildbot-www-3.8.0.tar.gz) = ea12c900375df382d3a71541f02fa2f2b79af7feb941f7023ee642ffbfb9e42a
SIZE (buildbot-www-3.8.0.tar.gz) = 3210469
TIMESTAMP = 1692297701
SHA256 (buildbot-www-3.9.0.tar.gz) = 8dd795a237c2e36d5cc635d816396621e101bab6aa327ba400ed506553c4d8e7
SIZE (buildbot-www-3.9.0.tar.gz) = 3211620

View File

@ -1,5 +1,5 @@
PORTNAME= buildbot
PORTVERSION= 3.8.0
PORTVERSION= 3.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=1.6.0:databases/py-alembic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}autobahn>=0.16.0:www/py-autobahn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-www>0:devel/py-buildbot-www@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-www==${PORTVERSION}:devel/py-buildbot-www@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \
@ -24,14 +24,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=1.6.0:databases/py-alembic@${PY_FLA
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.1:devel/py-zope.interface@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-pkg>0:devel/py-buildbot-pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}buildbot-pkg==${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lz4>=0:archivers/py-lz4@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}moto>0:devel/py-moto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjade>0:textproc/py-pyjade@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}requests-futures>0:www/py-requests-futures@${PY_FLAVOR}
USES= cpe python
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682104776
SHA256 (buildbot-3.8.0.tar.gz) = 6780660ba11dfbbcb8ac9a25a2088b5e1908bee717cfae4a101c57dcb16a1316
SIZE (buildbot-3.8.0.tar.gz) = 2462319
TIMESTAMP = 1692297428
SHA256 (buildbot-3.9.0.tar.gz) = 34fda793db9523264eca2978297f8dc86d59f584d2c43540d9c78cb8ee89347e
SIZE (buildbot-3.9.0.tar.gz) = 2505725

View File

@ -1,6 +1,5 @@
PORTNAME= game
DISTVERSION= 2.5.0
PORTREVISION= 1
DISTVERSION= 2.5.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687734216
SHA256 (pygame-2.5.0.tar.gz) = edd5745b79435976d92c0a7318aedcafcb7ac4567125ac6ba88aa473559ef9ab
SIZE (pygame-2.5.0.tar.gz) = 15560194
TIMESTAMP = 1692102113
SHA256 (pygame-2.5.1.tar.gz) = b7f88720be5c740576fd988dc0375328dc1adb070869654a245531e03df46262
SIZE (pygame-2.5.1.tar.gz) = 15779748

View File

@ -1,5 +1,5 @@
PORTNAME= oci
PORTVERSION= 2.108.0
PORTVERSION= 2.110.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690282836
SHA256 (oci-2.108.0.tar.gz) = 78a8081dc14c28af2c5c64b699eefc372e246e88f210add1a4555ce0e3778e2f
SIZE (oci-2.108.0.tar.gz) = 10573738
TIMESTAMP = 1692276589
SHA256 (oci-2.110.1.tar.gz) = ec23468cc52329eff71bbffe68a7975dbef79750f78ff1543410b3f3aa14a8dc
SIZE (oci-2.110.1.tar.gz) = 11021053

View File

@ -1,5 +1,5 @@
PORTNAME= shellingham
PORTVERSION= 1.5.2
PORTVERSION= 1.5.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1692252051
SHA256 (shellingham-1.5.2.tar.gz) = 95946024df2db98c83382606a9ae875f613b15c950c980a3bf7a5adde40e7720
SIZE (shellingham-1.5.2.tar.gz) = 10294
TIMESTAMP = 1692304511
SHA256 (shellingham-1.5.3.tar.gz) = cb4a6fec583535bc6da17b647dd2330cf7ef30239e05d547d99ae3705fd0f7f8
SIZE (shellingham-1.5.3.tar.gz) = 10421

View File

@ -1,5 +1,5 @@
PORTNAME= qtcreator
DISTVERSION= 11.0.1
DISTVERSION= 11.0.2
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1691715278
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.1.tar.xz) = 4f9e593853cf3bf806c6573abb6fc4176761416023d97dded07e19c456d6db73
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.1.tar.xz) = 49817720
TIMESTAMP = 1692026346
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.2.tar.xz) = 9de9925dfce0ad1e6fcc37af7441e1052dddd15f97206493758d8303479a2d03
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-11.0.2.tar.xz) = 49828532

View File

@ -156,6 +156,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
%%DATADIR%%/changelog/changes-10.0.2.md
%%DATADIR%%/changelog/changes-11.0.0.md
%%DATADIR%%/changelog/changes-11.0.1.md
%%DATADIR%%/changelog/changes-11.0.2.md
%%DATADIR%%/changelog/changes-2.0.0
%%DATADIR%%/changelog/changes-2.0.1
%%DATADIR%%/changelog/changes-2.1.0

View File

@ -1,5 +1,5 @@
PORTNAME= util-linux
DISTVERSION= 2.39.1
DISTVERSION= 2.39.2
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION:R}/
@ -32,6 +32,7 @@ CONFIGURE_ARGS= --disable-nls --disable-ipcrm --disable-ipcs \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
TEST_TARGET= check # tests fail due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273196
CONFLICTS_INSTALL= heirloom-doctools

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688600983
SHA256 (util-linux-2.39.1.tar.xz) = 890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b
SIZE (util-linux-2.39.1.tar.xz) = 8351164
TIMESTAMP = 1692333544
SHA256 (util-linux-2.39.2.tar.xz) = 87abdfaa8e490f8be6dde976f7c80b9b5ff9f301e1b67e3899e1f05a59a1531f
SIZE (util-linux-2.39.2.tar.xz) = 8362220

15
devel/yyjson/Makefile Normal file
View File

@ -0,0 +1,15 @@
PORTNAME= yyjson
PORTVERSION= 0.7.0
CATEGORIES= devel
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Fastest JSON library in C
WWW= https://github.com/ibireme/yyjson
LICENSE= MIT
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= ibireme
.include <bsd.port.mk>

3
devel/yyjson/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1692277627
SHA256 (ibireme-yyjson-0.7.0_GH0.tar.gz) = 9b91ee48ac1fe5939f747d49f123d9a522b5f4e1e46165c1871936d583628a06
SIZE (ibireme-yyjson-0.7.0_GH0.tar.gz) = 1511395

21
devel/yyjson/pkg-descr Normal file
View File

@ -0,0 +1,21 @@
A high performance JSON library written in ANSI C.
Features:
* Fast: can read or write gigabytes per second JSON data on modern CPUs.
* Portable: complies with ANSI C (C89) for cross-platform compatibility.
* Strict: complies with RFC 8259 JSON standard, ensuring strict number format
and UTF-8 validation.
* Extendable: offers options to allow comments, trailing commas, NaN/Inf, and
custom memory allocator.
* Accuracy: can accurately read and write int64, uint64, and double numbers.
* Flexible: supports unlimited JSON nesting levels, \u0000 characters, and non
null-terminated strings.
* Manipulation: supports querying and modifying using JSON Pointer, JSON Patch
and JSON Merge Patch.
* Developer-Friendly: easy integration with only one h and one c file.
Limitations:
* An array or object is stored as a data structure such as linked list, which
makes accessing elements by index or key slower than using an iterator.
* Duplicate keys are allowed in an object, and the order of the keys is
preserved.
* JSON parsing result is immutable, requiring a mutable copy for modification.

4
devel/yyjson/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
include/yyjson.h
lib/cmake/yyjson/yyjson-config-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/yyjson/yyjson-config.cmake
lib/libyyjson.a

View File

@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= cargo ssl
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
USE_GITHUB= yes
GH_ACCOUNT= ogham
@ -107,6 +105,12 @@ COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \
share/fish/vendor_completions.d/${PORTNAME}.fish \
share/zsh/site-functions/_${PORTNAME}
.include <bsd.port.options.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= Fails to detect OpenSSL 3.0.0 and later
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

View File

@ -22,6 +22,15 @@ OPTIONS_DEFAULT=MYC
ALL_TARGET= all
MYC_ALL_TARGET= myc
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexer

View File

@ -1,5 +1,6 @@
PORTNAME= vscode
DISTVERSION= 1.81.1
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache
DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \

View File

@ -18,6 +18,15 @@ USE_GNOME= gtk20
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-patch:
@${REINPLACE_CMD} -e 's|build68kc|build68k|' \
${WRKSRC}/src/Makefile.in

View File

@ -9,7 +9,7 @@ I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}"
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
then
printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine7 mesa-dri"
ABI=$(pkg config ABI | sed s/amd64/i386/)
FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
cat <<- HERE

View File

@ -18,6 +18,12 @@ WRKSRC= ${WRKDIR}/Expense
PORTSCOUT= ignore:1
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
ADDITIONAL_CPPFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Expense.app/Expense

View File

@ -1,5 +1,5 @@
PORTNAME= NBlood
DISTVERSION= r13668
DISTVERSION= r13683
CATEGORIES= games
MAINTAINER= pkubaj@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1691135926
SHA256 (nukeykt-NBlood-r13668_GH0.tar.gz) = abfeb698f3a83c989d88fc8b06694e00dd3f44ff31b89b78f5a01019d8bb2355
SIZE (nukeykt-NBlood-r13668_GH0.tar.gz) = 38818987
TIMESTAMP = 1692273184
SHA256 (nukeykt-NBlood-r13683_GH0.tar.gz) = 45a6f1d996c19e47d9afb647bc6a333db409fcb5517a25b1d135b9b623fac26d
SIZE (nukeykt-NBlood-r13683_GH0.tar.gz) = 38822394

View File

@ -1,6 +1,6 @@
PORTNAME= blobby
DISTVERSIONPREFIX= v
DISTVERSION= 1.1
DISTVERSION= 1.1.1
PORTEPOCH= 1
CATEGORIES= games

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1686770986
SHA256 (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 6ff6a62d13fb171b2c6535d692277cf3fe8f3a6081d1956b26b0f655170817f4
SIZE (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 1927400
TIMESTAMP = 1692094409
SHA256 (danielknobe-blobbyvolley2-v1.1.1_GH0.tar.gz) = 80bbd08a68f5be27341b08de1926db7461b4da57a9f790478d363057440ba31e
SIZE (danielknobe-blobbyvolley2-v1.1.1_GH0.tar.gz) = 2415673

View File

@ -1,9 +1,12 @@
--- data/CMakeLists.txt.orig 2023-06-11 17:26:52 UTC
--- data/CMakeLists.txt.orig 2023-08-05 17:58:00 UTC
+++ data/CMakeLists.txt
@@ -41,5 +41,5 @@ set(install_files
@@ -41,7 +41,7 @@ set(install_files
if (WIN32 OR SWITCH)
install(FILES ${install_files} DESTINATION data)
elseif (UNIX)
elseif (UNIX AND NOT APPLE)
- install(FILES ${install_files} DESTINATION share/blobby)
+ install(FILES ${install_files} DESTINATION ${DATADIR})
endif (WIN32 OR SWITCH)
set(data_files ${install_files} PARENT_SCOPE)
\ No newline at end of file

View File

@ -15,6 +15,7 @@ WWW= http://www.palomino3d.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt
BROKEN_FreeBSD_14= fails to compile: no matching function for call to 'make_pair'
LIB_DEPENDS= libosg.so:graphics/osg34
@ -22,29 +23,30 @@ USES= alias compiler:c++11-lang cmake:insource,noninja gl lua:51 tar:xz
USE_CXXSTD= gnu++98
USE_GL= gl glu
MISC_VER= 20091027
MODELS_VER= 20090615
SOUNDS_VER= 20080704
TERRAIN_VER= 20080206
DESKTOP_ENTRIES= "Palomino" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= *
DESKTOP_ENTRIES= "Palomino" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
OPTIONS_DEFINE= DOCS GUI PLIB SDL
OPTIONS_DEFAULT=GUI SDL
OPTIONS_SUB= yes
PLIB_DESC= Enable sound support through plib
PLIB_BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
GUI_DESC= Enable FLTK GUI
PLIB_DESC= Enable sound support through plib
GUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
PLIB_BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
SDL_USES= sdl
SDL_USE= SDL=sdl,mixer
MISC_VER= 20091027
MODELS_VER= 20090615
SOUNDS_VER= 20080704
TERRAIN_VER= 20080206
post-patch:
@${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g'

View File

@ -28,6 +28,15 @@ OPTIONS_DEFINE= DEBUG DOCS
DEBUG_CXXFLAGS_OFF= -DNDEBUG
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|^CXX=|CXX?=| ; \

View File

@ -19,20 +19,24 @@ BROKEN_aarch64= fails to link: undefined symbol: sbrk
LIB_DEPENDS= libtiff.so:graphics/tiff \
libcdf.so:science/cdf
MAKE_JOBS_UNSAFE= yes
USES= bison compiler:c++17-lang gl gmake libtool magick:6 motif xorg
USE_XORG= x11 xt xinerama xext xpm xmu sm ice
USES= bison compiler:c++17-lang gl gmake libtool localbase:ldflags magick:6 motif xorg
USE_GL= gl glu
USE_LDCONFIG= yes
USE_XORG= x11 xt xinerama xext xpm xmu sm ice
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
CONFIGURE_ENV= ARCH=freebsd
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= ${CXXFLAGS}
NO_MTREE= yes
PLIST_SUB= ARCH=freebsd
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_SUB= ARCH=freebsd
.if defined(WITH_HDF) && !defined(WITHOUT_NETCDF)
IGNORE= HDF and NETCDF are conflicting
.endif
@ -66,6 +70,17 @@ PLIST_SUB+= JAVA="@comment "
PLIST_SUB+= UNAMEP=${ARCH}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
CONFIGURE_ENV+= ac_cv_requires_lstdcxx=yes
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.pre.mk>
post-patch:

View File

@ -18,7 +18,7 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
dbusaddons globalaccel guiaddons i18n jobwidgets kdeclarative \
kio libkipi newstuff notifications package purpose \
service solid wayland widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
doctools:build ecm:build plasma-wayland-protocols:build
USE_QT= concurrent core dbus declarative gui network printsupport \
quickcontrols svg widgets x11extras xml \
buildtools:build qmake:build testlib:build

View File

@ -1,6 +1,5 @@
PORTNAME= xfig
PORTVERSION= 3.2.8a
PORTREVISION= 1
PORTVERSION= 3.2.8b
CATEGORIES= graphics
MASTER_SITES= SF/mcj/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622907276
SHA256 (xfig-3.2.8a.tar.xz) = ba43c0ea85b230d3efa5a951a3239e206d0b033d044c590a56208f875f888578
SIZE (xfig-3.2.8a.tar.xz) = 5380896
TIMESTAMP = 1692000314
SHA256 (xfig-3.2.8b.tar.xz) = b2cc8181cfb356f6b75cc28771970447f69aba1d728a2dac0e0bcf1aea7acd3a
SIZE (xfig-3.2.8b.tar.xz) = 5382524

View File

@ -0,0 +1,17 @@
--- src/u_ghostscript.c.orig 2021-05-22 08:58:32 UTC
+++ src/u_ghostscript.c
@@ -805,12 +805,12 @@ display_presize(void *handle, void *device, int width,
}
static void *
-display_memalloc(void *handle, void *device, unsigned long size)
+display_memalloc(void *handle, void *device, size_t size)
{
(void) device;
struct calldata *data = (struct calldata *)handle;
- data->img = malloc((size_t)size);
+ data->img = malloc(size);
if (appres.DEBUG && data->img == NULL)
fputs("gslib_bitmap() - display_memalloc(): Out of memory.\n",

View File

@ -52,6 +52,17 @@ CONFIGURE_ENV= HOST_CC=${CC} \
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= SP_VER=${SP_VER}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
CONFIGURE_ENV+= LLVM_CONFIG=llvm-config${LLVM_VERSION} \
LLVM_OBJDUMP=llvm-objdump${LLVM_VERSION}
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64

View File

@ -13,8 +13,7 @@ WWW= http://www.cs.cmu.edu/~twelf
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_12= invalid target: self
BROKEN_FreeBSD_13= invalid target: self
BROKEN= invalid target: self
RUN_DEPENDS= mlton:lang/mlton
BUILD_DEPENDS= mlton:lang/mlton \

View File

@ -1,5 +1,5 @@
PORTNAME= cone
DISTVERSION= 1.11
DISTVERSION= 1.12
CATEGORIES= mail
# This is for beta versions, leave it in please:
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1685699783
SHA256 (cone-1.11.tar.bz2) = 8db800db82ad3738916609d7a883690e92fbb75fb8a64c7346f6cd558f82051e
SIZE (cone-1.11.tar.bz2) = 4006185
TIMESTAMP = 1692193051
SHA256 (cone-1.12.tar.bz2) = 88a891e531ed12477b1b5ef0d9400d29261b494eb793eb5c7436a08c6351dbc0
SIZE (cone-1.12.tar.bz2) = 4005297

Some files were not shown because too many files have changed in this diff Show More