diff options
Diffstat (limited to 'devel')
135 files changed, 1009 insertions, 1218 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4c10689a65fe..39c55efcf07d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -313,7 +313,6 @@ SUBDIR += bingrep SUBDIR += binutils SUBDIR += bison - SUBDIR += bit SUBDIR += bitkeeper SUBDIR += bitsery SUBDIR += blame @@ -4452,7 +4451,6 @@ SUBDIR += py-async_timeout SUBDIR += py-asynctest SUBDIR += py-atomiclong - SUBDIR += py-atomicwrites SUBDIR += py-atpublic SUBDIR += py-attr SUBDIR += py-attrdict @@ -5353,8 +5351,6 @@ SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-optree - SUBDIR += py-orange-canvas-core - SUBDIR += py-orange-widget-base SUBDIR += py-orca SUBDIR += py-ordered-set SUBDIR += py-ordereddict @@ -5711,7 +5707,6 @@ SUBDIR += py-pytest-nunit SUBDIR += py-pytest-order SUBDIR += py-pytest-parallel - SUBDIR += py-pytest-pep8 SUBDIR += py-pytest-plus SUBDIR += py-pytest-pretty SUBDIR += py-pytest-profiling @@ -5723,13 +5718,11 @@ SUBDIR += py-pytest-recording SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regtest - SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-remotedata SUBDIR += py-pytest-repeat SUBDIR += py-pytest-rerunfailures SUBDIR += py-pytest-ruff SUBDIR += py-pytest-run-parallel - SUBDIR += py-pytest-runner SUBDIR += py-pytest-services SUBDIR += py-pytest-shutil SUBDIR += py-pytest-socket @@ -5747,10 +5740,6 @@ SUBDIR += py-pytest-watcher SUBDIR += py-pytest-xdist SUBDIR += py-pytest-xprocess - SUBDIR += py-pytest4 - SUBDIR += py-pytest4-cache - SUBDIR += py-pytest4-cov - SUBDIR += py-pytest4-flakes SUBDIR += py-python-application SUBDIR += py-python-bugzilla SUBDIR += py-python-dateutil @@ -5963,7 +5952,6 @@ SUBDIR += py-speaklater SUBDIR += py-speg SUBDIR += py-spyder-kernels - SUBDIR += py-spyder-unittest SUBDIR += py-sqids SUBDIR += py-sqlfluff SUBDIR += py-squint @@ -8246,7 +8234,6 @@ SUBDIR += splint SUBDIR += spr SUBDIR += spread-sheet-widget - SUBDIR += spyder SUBDIR += srecord SUBDIR += sse2neon SUBDIR += st diff --git a/devel/bacnet-stack/Makefile b/devel/bacnet-stack/Makefile index ff4d79925fbc..fb391fdf5b1f 100644 --- a/devel/bacnet-stack/Makefile +++ b/devel/bacnet-stack/Makefile @@ -1,5 +1,5 @@ PORTNAME= bacnet-stack -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -9,10 +9,12 @@ WWW= https://github.com/bacnet-stack/bacnet-stack LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license/readme.txt -USES= cmake compiler:c++11-lang +LIB_DEPENDS= libdispatch.so:devel/libdispatch + +USES= cmake compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= bacnet-stack -GH_TAGNAME= 8a0a01c +GH_TAGNAME= c111154 LDFLAGS= -lm diff --git a/devel/bacnet-stack/distinfo b/devel/bacnet-stack/distinfo index 358eb00ac59f..3d7a1a1cd7f3 100644 --- a/devel/bacnet-stack/distinfo +++ b/devel/bacnet-stack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734773553 -SHA256 (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 12bb1b2d8aaa9ee2fbc7f2a703870d1fce6eee6e7ce9774b4822c34afa202fa4 -SIZE (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 8045059 +TIMESTAMP = 1750719980 +SHA256 (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 6259c9c5c25b16e2c51f10bc53fe1ea1bfec79725bb1d00fbb354ab7d0fdd94c +SIZE (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 10019494 diff --git a/devel/bacnet-stack/files/patch-CMakeLists.txt b/devel/bacnet-stack/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ea54510ad534 --- /dev/null +++ b/devel/bacnet-stack/files/patch-CMakeLists.txt @@ -0,0 +1,44 @@ +--- CMakeLists.txt.orig 2025-06-23 23:19:03 UTC ++++ CMakeLists.txt +@@ -834,10 +834,40 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") + + target_sources(${PROJECT_NAME} PRIVATE + ports/bsd/bacport.h +- ports/bsd/bip-init.c ++ $<$<BOOL:${BACDL_BIP}>:ports/bsd/bip-init.c> ++ $<$<BOOL:${BACDL_BIP6}>:ports/bsd/bip6.c> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/rs485.c> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/rs485.h> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/dlmstp.c> + ports/bsd/datetime-init.c + ports/bsd/mstimer-init.c ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/bsc-event.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-cli.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-srv.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-global.c> + ports/bsd/stdbool.h) ++ ++ if(BACDL_ETHERNET) ++ FIND_PATH(PCAP_INCLUDE pcap.h) ++ if(NOT PCAP_INCLUDE) ++ message(WARNING "BACNET: pcap.h header file not found") ++ else() ++ message(STATUS "BACNET: pcap Include:...................\"${PCAP_INCLUDE}\"") ++ endif() ++ FIND_LIBRARY(PCAP_LIBRARIES NAMES pcap) ++ if(NOT PCAP_LIBRARIES) ++ message(WARNING "BACNET: libpcap not found") ++ else() ++ message(STATUS "BACNET: pcap Lib:.......................\"${PCAP_LIBRARIES}\"") ++ endif() ++ if(PCAP_INCLUDE AND PCAP_LIBRARIES) ++ include_directories(${PCAP_INCLUDE}) ++ link_libraries(${PCAP_LIBRARIES}) ++ target_sources(${PROJECT_NAME} PRIVATE ++ ports/bsd/ethernet.c ++ ) ++ endif() ++ endif() + endif() + + target_include_directories(${PROJECT_NAME} PUBLIC diff --git a/devel/bacnet-stack/pkg-plist b/devel/bacnet-stack/pkg-plist index 4675d2027d82..56f528a28de9 100644 --- a/devel/bacnet-stack/pkg-plist +++ b/devel/bacnet-stack/pkg-plist @@ -7,6 +7,7 @@ include/bacnet/assigned_access_rights.h include/bacnet/authentication_factor.h include/bacnet/authentication_factor_format.h include/bacnet/awf.h +include/bacnet/bacaction.h include/bacnet/bacaddr.h include/bacnet/bacapp.h include/bacnet/bacdcode.h @@ -16,6 +17,7 @@ include/bacnet/bacdevobjpropref.h include/bacnet/bacenum.h include/bacnet/bacerror.h include/bacnet/bacint.h +include/bacnet/baclog.h include/bacnet/bacprop.h include/bacnet/bacpropstates.h include/bacnet/bacreal.h @@ -45,6 +47,7 @@ include/bacnet/basic/object/ao.h include/bacnet/basic/object/av.h include/bacnet/basic/object/bacfile.h include/bacnet/basic/object/bi.h +include/bacnet/basic/object/bitstring_value.h include/bacnet/basic/object/blo.h include/bacnet/basic/object/bo.h include/bacnet/basic/object/bv.h @@ -66,12 +69,20 @@ include/bacnet/basic/object/mso.h include/bacnet/basic/object/msv.h include/bacnet/basic/object/nc.h include/bacnet/basic/object/netport.h +include/bacnet/basic/object/netport_internal.h include/bacnet/basic/object/objects.h include/bacnet/basic/object/osv.h include/bacnet/basic/object/piv.h +include/bacnet/basic/object/program.h +include/bacnet/basic/object/sc_netport.h include/bacnet/basic/object/schedule.h +include/bacnet/basic/object/structured_view.h include/bacnet/basic/object/time_value.h include/bacnet/basic/object/trendlog.h +include/bacnet/basic/server/bacnet_basic.h +include/bacnet/basic/server/bacnet_port.h +include/bacnet/basic/server/bacnet_port_ipv4.h +include/bacnet/basic/server/bacnet_port_ipv6.h include/bacnet/basic/service/h_alarm_ack.h include/bacnet/basic/service/h_apdu.h include/bacnet/basic/service/h_arf.h @@ -105,6 +116,7 @@ include/bacnet/basic/service/h_whohas.h include/bacnet/basic/service/h_whois.h include/bacnet/basic/service/h_wp.h include/bacnet/basic/service/h_wpm.h +include/bacnet/basic/service/h_write_group.h include/bacnet/basic/service/s_abort.h include/bacnet/basic/service/s_ack_alarm.h include/bacnet/basic/service/s_arfs.h @@ -133,6 +145,7 @@ include/bacnet/basic/service/s_whohas.h include/bacnet/basic/service/s_whois.h include/bacnet/basic/service/s_wp.h include/bacnet/basic/service/s_wpm.h +include/bacnet/basic/service/s_write_group.h include/bacnet/basic/services.h include/bacnet/basic/sys/bacnet_stack_exports.h include/bacnet/basic/sys/bigend.h @@ -141,10 +154,12 @@ include/bacnet/basic/sys/bytes.h include/bacnet/basic/sys/color_rgb.h include/bacnet/basic/sys/days.h include/bacnet/basic/sys/debug.h +include/bacnet/basic/sys/dst.h include/bacnet/basic/sys/fifo.h include/bacnet/basic/sys/filename.h include/bacnet/basic/sys/key.h include/bacnet/basic/sys/keylist.h +include/bacnet/basic/sys/lighting_command.h include/bacnet/basic/sys/linear.h include/bacnet/basic/sys/mstimer.h include/bacnet/basic/sys/platform.h @@ -153,6 +168,7 @@ include/bacnet/basic/sys/sbuf.h include/bacnet/basic/tsm/tsm.h include/bacnet/basic/ucix/ucix.h include/bacnet/calendar_entry.h +include/bacnet/channel_value.h include/bacnet/config.h include/bacnet/cov.h include/bacnet/create_object.h @@ -163,6 +179,18 @@ include/bacnet/datalink/automac.h include/bacnet/datalink/bacsec.h include/bacnet/datalink/bip.h include/bacnet/datalink/bip6.h +include/bacnet/datalink/bsc/bsc-conf.h +include/bacnet/datalink/bsc/bsc-datalink.h +include/bacnet/datalink/bsc/bsc-event.h +include/bacnet/datalink/bsc/bsc-hub-connector.h +include/bacnet/datalink/bsc/bsc-hub-function.h +include/bacnet/datalink/bsc/bsc-node-switch.h +include/bacnet/datalink/bsc/bsc-node.h +include/bacnet/datalink/bsc/bsc-retcodes.h +include/bacnet/datalink/bsc/bsc-socket.h +include/bacnet/datalink/bsc/bsc-util.h +include/bacnet/datalink/bsc/bvlc-sc.h +include/bacnet/datalink/bsc/websocket.h include/bacnet/datalink/bvlc.h include/bacnet/datalink/bvlc6.h include/bacnet/datalink/cobs.h @@ -197,6 +225,7 @@ include/bacnet/readrange.h include/bacnet/reject.h include/bacnet/rp.h include/bacnet/rpm.h +include/bacnet/secure_connect.h include/bacnet/special_event.h include/bacnet/timestamp.h include/bacnet/timesync.h @@ -206,8 +235,12 @@ include/bacnet/whohas.h include/bacnet/whois.h include/bacnet/wp.h include/bacnet/wpm.h +include/bacnet/write_group.h include/bacport.h +include/dlmstp_port.h +include/rs485.h include/stdbool.h +include/websocket-global.h lib/cmake/bacnet-stack/bacnet-stackConfig.cmake lib/cmake/bacnet-stack/bacnet-stackConfigVersion.cmake lib/cmake/bacnet-stack/bacnet-stackTargets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/devel/bit/Makefile b/devel/bit/Makefile deleted file mode 100644 index 21e180154836..000000000000 --- a/devel/bit/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -PORTNAME= bit -DISTVERSIONPREFIX= v -DISTVERSION= 1.1.2 -PORTREVISION= 27 -CATEGORIES= devel - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Modern command-line interface to Git -WWW= https://github.com/chriswalz/bit - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream ceased development -EXPIRATION_DATE=2025-06-21 - -USES= cpe go:modules -CPE_VENDOR= ${PORTNAME}_project -USE_GITHUB= yes -GH_ACCOUNT= chriswalz -GH_TUPLE= \ - AlecAivazis:survey:v2.2.9:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ - apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ - bradfitz:iter:e8f45d346db8:bradfitz_iter/vendor/github.com/bradfitz/iter \ - c-bata:go-prompt:v0.2.5:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \ - c4milo:unpackit:4ed373e9ef1c:c4milo_unpackit/vendor/github.com/c4milo/unpackit \ - chriswalz:complete:v3.0.13:chriswalz_complete_v3/vendor/github.com/chriswalz/complete/v3 \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ - go-yaml:yaml:a5ece683394c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - golang:crypto:f99c8df09eb5:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ - google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ - google:go-github:v32.1.0:google_go_github_v32/vendor/github.com/google/go-github/v32 \ - google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ - google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ - gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \ - gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ - hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hooklift:assert:v0.1.0:hooklift_assert/vendor/github.com/hooklift/assert \ - inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ - klauspost:compress:v1.4.1:klauspost_compress/vendor/github.com/klauspost/compress \ - klauspost:cpuid:v1.2.0:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ - klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ - lithammer:fuzzysearch:v1.1.1:lithammer_fuzzysearch/vendor/github.com/lithammer/fuzzysearch \ - mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mattn:go-tty:v0.0.3:mattn_go_tty/vendor/github.com/mattn/go-tty \ - mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - pkg:term:v1.1.0:pkg_term/vendor/github.com/pkg/term \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - posener:script:v1.1.5:posener_script/vendor/github.com/posener/script \ - rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \ - spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ - thoas:go-funk:v0.7.0:thoas_go_funk/vendor/github.com/thoas/go-funk \ - tj:go-update:v2.2.4:tj_go_update/vendor/github.com/tj/go-update \ - ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz - -GO_TARGET= . -PLIST_FILES= bin/bit -SUB_FILES= pkg-message - -.include <bsd.port.mk> diff --git a/devel/bit/distinfo b/devel/bit/distinfo deleted file mode 100644 index 36d39868be62..000000000000 --- a/devel/bit/distinfo +++ /dev/null @@ -1,89 +0,0 @@ -TIMESTAMP = 1678844048 -SHA256 (chriswalz-bit-v1.1.2_GH0.tar.gz) = 563ae6b0fa279cb8ea8f66b4b455c7cb74a9e65a0edbe694505b2c8fc719b2ff -SIZE (chriswalz-bit-v1.1.2_GH0.tar.gz) = 157191 -SHA256 (AlecAivazis-survey-v2.2.9_GH0.tar.gz) = 8011eadec37037a25a934f5a7a1bd9f49db05834ef5f9b1f14d00b555d05c220 -SIZE (AlecAivazis-survey-v2.2.9_GH0.tar.gz) = 1567447 -SHA256 (apex-log-v1.9.0_GH0.tar.gz) = 6171253fb8b022d5151a5b4b9847bcd6f2cdc2fd7180a741090626d73d311890 -SIZE (apex-log-v1.9.0_GH0.tar.gz) = 31978 -SHA256 (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = e6674cc6daefb2d2a745d7aeccee0d242d183458c38824361793540e0e359185 -SIZE (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = 2012 -SHA256 (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 6e408e73ee484e3ed56b1dfd9dda7dae622b3d80d9eb62c668060f0572de1f1e -SIZE (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 44208 -SHA256 (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = e71de01ca3d954245b24ea5dcdc60705ce55d3991a400c656ca3d4b30b06de98 -SIZE (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = 4211999 -SHA256 (chriswalz-complete-v3.0.13_GH0.tar.gz) = 0abd8539193a65d50646f7523843c8dfdfcbade270ac4392b6965be58efa7b44 -SIZE (chriswalz-complete-v3.0.13_GH0.tar.gz) = 87967 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (dsnet-compress-v0.0.1_GH0.tar.gz) = 345332d6a147f052cf4a34edb5187b323f06f012f842bb49fd05ec55f5339c5b -SIZE (dsnet-compress-v0.0.1_GH0.tar.gz) = 9962544 -SHA256 (go-yaml-yaml-a5ece683394c_GH0.tar.gz) = e4b738b2e3cd15fd5f76704d35d3b62d77d808894ff83bfe68f5f28b03ded019 -SIZE (go-yaml-yaml-a5ece683394c_GH0.tar.gz) = 88436 -SHA256 (golang-crypto-f99c8df09eb5_GH0.tar.gz) = dc797c3718a32db5df5b4fd4832d39c7c1be54fcde444e6eb9b1e4e4f5f3c7f9 -SIZE (golang-crypto-f99c8df09eb5_GH0.tar.gz) = 1690862 -SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 -SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 -SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 -SHA256 (google-go-github-v17.0.0_GH0.tar.gz) = 75e6007d9a17b91864d1ef83de75c07abafbe05d82caaf140522b94299abfb16 -SIZE (google-go-github-v17.0.0_GH0.tar.gz) = 212084 -SHA256 (google-go-github-v32.1.0_GH0.tar.gz) = 2f9eb9201319450ea3e5d165e34cc4ce2e38a280c0992683d7e1b8b21138aa7f -SIZE (google-go-github-v32.1.0_GH0.tar.gz) = 336951 -SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed -SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 -SHA256 (google-shlex-e7afc7fbc510_GH0.tar.gz) = 87f77e98720add261add169e386cbdcc894e2635dca299bc4119dc417ea321ca -SIZE (google-shlex-e7afc7fbc510_GH0.tar.gz) = 7342 -SHA256 (gosuri-uilive-v0.0.4_GH0.tar.gz) = d6d60529725b8fe0a75d30361961257f2dc0c99ae567256fb6d9e45bf5243036 -SIZE (gosuri-uilive-v0.0.4_GH0.tar.gz) = 153271 -SHA256 (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 02c75ecc3f948d33beb2a484deb9566a00fccbdfc55ed52ae3bc6e84af669c3d -SIZE (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 1655252 -SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128 -SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346 -SHA256 (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 5ae83eea62b2c845d41087c38c878741337e092db114b9a7ca9aebe5bf1dd264 -SIZE (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 10066 -SHA256 (hooklift-assert-v0.1.0_GH0.tar.gz) = ba2900e6769dd55fede3c3ca48912222ac3050e156f6b33fcc864e83d09011fc -SIZE (hooklift-assert-v0.1.0_GH0.tar.gz) = 6559 -SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 -SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 -SHA256 (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = dde336eb697f7f9c26cf6d1467f75b6cf559262c1b0b110d28fff29790f76bc5 -SIZE (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = 4328 -SHA256 (klauspost-compress-v1.4.1_GH0.tar.gz) = 84bfae96914ce4d648a39cbcd223c716885aa0643c0f3e96ea9b6953d96a6b66 -SIZE (klauspost-compress-v1.4.1_GH0.tar.gz) = 3443698 -SHA256 (klauspost-cpuid-v1.2.0_GH0.tar.gz) = aa29ebcf12669eef96c7c54b551617b90b65c55d126ef0ff9fbacd605e738a67 -SIZE (klauspost-cpuid-v1.2.0_GH0.tar.gz) = 278872 -SHA256 (klauspost-pgzip-v1.2.5_GH0.tar.gz) = a64bad5981a232f6b5a40e488708b19a0551e83465f6792b7925f90829d7a830 -SIZE (klauspost-pgzip-v1.2.5_GH0.tar.gz) = 125923 -SHA256 (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 4d48672afa0700558c6f6a01055db2d44ca8e9114a4b6d752bab9e28a17599e2 -SIZE (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 6998 -SHA256 (mattn-go-colorable-v0.1.7_GH0.tar.gz) = e394441b47cb26bb0c60ffdf2c60d57facbbc39f7a60763fdb1ec752cb460abf -SIZE (mattn-go-colorable-v0.1.7_GH0.tar.gz) = 9560 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835 -SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714 -SHA256 (mattn-go-tty-v0.0.3_GH0.tar.gz) = 4fc1faabd0ec817ca634931519d4d286858199fd6b8a5829fdc7cc7a40c45d8c -SIZE (mattn-go-tty-v0.0.3_GH0.tar.gz) = 7795 -SHA256 (mgutz-ansi-9520e82c474b_GH0.tar.gz) = f9203c71aceb8b7ffa87181fd8f51dc69acce3d2161c4c017ea92c6840f85093 -SIZE (mgutz-ansi-9520e82c474b_GH0.tar.gz) = 4876 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (pkg-term-v1.1.0_GH0.tar.gz) = dc7e94b88b5d494264d28923a58a73732ed066897a916ab36568fac2b32a91d5 -SIZE (pkg-term-v1.1.0_GH0.tar.gz) = 10923 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (posener-script-v1.1.5_GH0.tar.gz) = 37aa5cc92a60219b60bafdf3bc7ebe0cbab692c977134f40c00ca18d9a45223f -SIZE (posener-script-v1.1.5_GH0.tar.gz) = 17104 -SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f -SIZE (rs-zerolog-v1.20.0_GH0.tar.gz) = 217812 -SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa -SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 -SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 -SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 -SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 -SHA256 (thoas-go-funk-v0.7.0_GH0.tar.gz) = ff782d73cf43e914a7a7e722849833819d8216fff302a56b518ab75c8d17d02b -SIZE (thoas-go-funk-v0.7.0_GH0.tar.gz) = 36511 -SHA256 (tj-go-update-v2.2.4_GH0.tar.gz) = ef3fbcadc316f9ea66c179c5ca6ef323ee01be63c38a3b66786b0b449a9d7eb4 -SIZE (tj-go-update-v2.2.4_GH0.tar.gz) = 5139 -SHA256 (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 55390974e162efe975940569da7110185ac81a52c3c8f556f289dffc1483600f -SIZE (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 478381 diff --git a/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go b/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go deleted file mode 100644 index eb1e1ba11934..000000000000 --- a/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go +++ /dev/null @@ -1,10 +0,0 @@ ---- vendor/github.com/pkg/term/termios/pty_freebsd.go.orig 2021-04-11 08:22:30 UTC -+++ vendor/github.com/pkg/term/termios/pty_freebsd.go -@@ -3,6 +3,7 @@ package termios - import ( - "fmt" - "unsafe" -+ "golang.org/x/sys/unix" - ) - - func posix_openpt(oflag int) (fd uintptr, err error) { diff --git a/devel/bit/files/pkg-message.in b/devel/bit/files/pkg-message.in deleted file mode 100644 index b301f86720e7..000000000000 --- a/devel/bit/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ - { type: install - message: <<EOM - To install bash/zsh completion support, please run: - - $ bit complete -EOM - } -] diff --git a/devel/bit/pkg-descr b/devel/bit/pkg-descr deleted file mode 100644 index 7cf72ab0662e..000000000000 --- a/devel/bit/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -bit is an experimental modernized git CLI built on top of git that -provides happy defaults and other niceties: - - - command and flag suggestions to help you navigate the plethora of - options git provides you - - autocompletion for files and branch names when using bit add or bit - checkout - - automatic fetch and branch fast-forwarding reducing the likelihood - of merge conflicts - - suggestions work with git aliases - - new commands like bit sync that vastly simplify your workflow - - commands from git-extras such as bit release & bit info - - fully compatible with git allowing you to fallback to git if need be - - update using bit update - - get insight into how bit works using bit --debug diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile index 4fe9be6aef5f..f8f8f672c9fb 100644 --- a/devel/cpprestsdk/Makefile +++ b/devel/cpprestsdk/Makefile @@ -1,27 +1,26 @@ PORTNAME= cpprestsdk PORTVERSION= 2.10.19 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sigsegv@radiotube.org COMMENT= Microsoft C++ REST SDK WWW= https://github.com/Microsoft/cpprestsdk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../license.txt -BROKEN= fails to build with Boost>=1.87 - BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake compiler:c++11-lang pkgconfig ssl +USES= cmake:testing compiler:c++11-lang pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= Microsoft USE_LDCONFIG= yes CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS WERROR +CMAKE_TESTING_ON= BUILD_TESTS WRKSRC_SUBDIR= Release diff --git a/devel/cpprestsdk/files/patch-include_pplx_threadpool.h b/devel/cpprestsdk/files/patch-include_pplx_threadpool.h new file mode 100644 index 000000000000..e6a05d26b0d3 --- /dev/null +++ b/devel/cpprestsdk/files/patch-include_pplx_threadpool.h @@ -0,0 +1,21 @@ +--- include/pplx/threadpool.h.orig 2023-12-05 04:23:31 UTC ++++ include/pplx/threadpool.h +@@ -69,15 +69,15 @@ class threadpool (public) + CASABLANCA_DEPRECATED("Use `.service().post(task)` directly.") + void schedule(T task) + { +- service().post(task); ++ boost::asio::post(service(), task); + } + +- boost::asio::io_service& service() { return m_service; } ++ boost::asio::io_context& service() { return m_service; } + + protected: + threadpool(size_t num_threads) : m_service(static_cast<int>(num_threads)) {} + +- boost::asio::io_service m_service; ++ boost::asio::io_context m_service; + }; + + } // namespace crossplat diff --git a/devel/cpprestsdk/files/patch-src_http_client_http__client__asio.cpp b/devel/cpprestsdk/files/patch-src_http_client_http__client__asio.cpp new file mode 100644 index 000000000000..7b4d1af0d422 --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_http_client_http__client__asio.cpp @@ -0,0 +1,218 @@ +--- src/http/client/http_client_asio.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/http/client/http_client_asio.cpp +@@ -146,7 +146,7 @@ class asio_connection (public) + friend class asio_client; + + public: +- asio_connection(boost::asio::io_service& io_service) ++ asio_connection(boost::asio::io_context& io_service) + : m_socket_lock() + , m_socket(io_service) + , m_ssl_stream() +@@ -581,10 +581,8 @@ class asio_context final : public request_context, pub + + m_context->m_timer.start(); + +- tcp::resolver::query query(utility::conversions::to_utf8string(proxy_host), to_string(proxy_port)); +- + auto client = std::static_pointer_cast<asio_client>(m_context->m_http_client); +- m_context->m_resolver.async_resolve(query, ++ m_context->m_resolver.async_resolve(utility::conversions::to_utf8string(proxy_host), to_string(proxy_port), + boost::bind(&ssl_proxy_tunnel::handle_resolve, + shared_from_this(), + boost::asio::placeholders::error, +@@ -592,8 +590,9 @@ class asio_context final : public request_context, pub + } + + private: +- void handle_resolve(const boost::system::error_code& ec, tcp::resolver::iterator endpoints) ++ void handle_resolve(const boost::system::error_code& ec, tcp::resolver::results_type results) + { ++ auto iterator = results.begin(); + if (ec) + { + m_context->report_error("Error resolving proxy address", ec, httpclient_errorcode_context::connect); +@@ -601,16 +600,16 @@ class asio_context final : public request_context, pub + else + { + m_context->m_timer.reset(); +- auto endpoint = *endpoints; ++ auto endpoint = *iterator; + m_context->m_connection->async_connect(endpoint, + boost::bind(&ssl_proxy_tunnel::handle_tcp_connect, + shared_from_this(), + boost::asio::placeholders::error, +- ++endpoints)); ++ ++iterator, results.end())); + } + } + +- void handle_tcp_connect(const boost::system::error_code& ec, tcp::resolver::iterator endpoints) ++ void handle_tcp_connect(const boost::system::error_code& ec, tcp::resolver::results_type::iterator endpoints, tcp::resolver::results_type::iterator endpoints_end) + { + if (!ec) + { +@@ -621,7 +620,7 @@ class asio_context final : public request_context, pub + shared_from_this(), + boost::asio::placeholders::error)); + } +- else if (endpoints == tcp::resolver::iterator()) ++ else if (endpoints == endpoints_end) + { + m_context->report_error( + "Failed to connect to any resolved proxy endpoint", ec, httpclient_errorcode_context::connect); +@@ -646,7 +645,7 @@ class asio_context final : public request_context, pub + boost::bind(&ssl_proxy_tunnel::handle_tcp_connect, + shared_from_this(), + boost::asio::placeholders::error, +- ++endpoints)); ++ ++endpoints, endpoints_end)); + } + } + +@@ -885,8 +884,7 @@ class asio_context final : public request_context, pub + auto tcp_host = proxy_type == http_proxy_type::http ? proxy_host : host; + auto tcp_port = proxy_type == http_proxy_type::http ? proxy_port : port; + +- tcp::resolver::query query(tcp_host, to_string(tcp_port)); +- ctx->m_resolver.async_resolve(query, ++ ctx->m_resolver.async_resolve(tcp_host, to_string(tcp_port), + boost::bind(&asio_context::handle_resolve, + ctx, + boost::asio::placeholders::error, +@@ -1006,7 +1004,7 @@ class asio_context final : public request_context, pub + request_context::report_error(errorcodeValue, message); + } + +- void handle_connect(const boost::system::error_code& ec, tcp::resolver::iterator endpoints) ++ void handle_connect(const boost::system::error_code& ec, tcp::resolver::results_type::iterator endpoints, tcp::resolver::results_type::iterator endpoints_end) + { + m_timer.reset(); + if (!ec) +@@ -1019,7 +1017,7 @@ class asio_context final : public request_context, pub + { + report_error("Request canceled by user.", ec, httpclient_errorcode_context::connect); + } +- else if (endpoints == tcp::resolver::iterator()) ++ else if (endpoints == endpoints_end) + { + report_error("Failed to connect to any resolved endpoint", ec, httpclient_errorcode_context::connect); + } +@@ -1041,28 +1039,29 @@ class asio_context final : public request_context, pub + m_connection->async_connect( + endpoint, + boost::bind( +- &asio_context::handle_connect, shared_from_this(), boost::asio::placeholders::error, ++endpoints)); ++ &asio_context::handle_connect, shared_from_this(), boost::asio::placeholders::error, ++endpoints, endpoints_end)); + } + } + +- void handle_resolve(const boost::system::error_code& ec, tcp::resolver::iterator endpoints) ++ void handle_resolve(const boost::system::error_code& ec, tcp::resolver::results_type results) + { + if (ec) + { + report_error("Error resolving address", ec, httpclient_errorcode_context::connect); + } +- else if (endpoints == tcp::resolver::iterator()) ++ else if (results.empty()) + { + report_error("Failed to resolve address", ec, httpclient_errorcode_context::connect); + } + else + { + m_timer.reset(); +- auto endpoint = *endpoints; ++ auto iterator = results.begin(); ++ auto endpoint = *iterator; + m_connection->async_connect( + endpoint, + boost::bind( +- &asio_context::handle_connect, shared_from_this(), boost::asio::placeholders::error, ++endpoints)); ++ &asio_context::handle_connect, shared_from_this(), boost::asio::placeholders::error, ++iterator, results.end())); + } + } + +@@ -1134,7 +1133,7 @@ class asio_context final : public request_context, pub + } + #endif // CPPREST_PLATFORM_ASIO_CERT_VERIFICATION_AVAILABLE + +- boost::asio::ssl::rfc2818_verification rfc2818(m_connection->cn_hostname()); ++ boost::asio::ssl::host_name_verification rfc2818(m_connection->cn_hostname()); + return rfc2818(preverified, verifyCtx); + } + +@@ -1182,8 +1181,8 @@ class asio_context final : public request_context, pub + + const auto& chunkSize = m_http_client->client_config().chunksize(); + auto readbuf = _get_readbuffer(); +- uint8_t* buf = boost::asio::buffer_cast<uint8_t*>( +- m_body_buf.prepare(chunkSize + http::details::chunked_encoding::additional_encoding_space)); ++ auto bodyBuf = m_body_buf.prepare(chunkSize + http::details::chunked_encoding::additional_encoding_space); ++ uint8_t* buf = static_cast<uint8_t *>(bodyBuf.data()); + const auto this_request = shared_from_this(); + readbuf.getn(buf + http::details::chunked_encoding::data_offset, chunkSize) + .then([this_request, buf, chunkSize AND_CAPTURE_MEMBER_FUNCTION_POINTERS](pplx::task<size_t> op) { +@@ -1247,7 +1246,7 @@ class asio_context final : public request_context, pub + const auto readSize = static_cast<size_t>((std::min)( + static_cast<uint64_t>(m_http_client->client_config().chunksize()), m_content_length - m_uploaded)); + auto readbuf = _get_readbuffer(); +- readbuf.getn(boost::asio::buffer_cast<uint8_t*>(m_body_buf.prepare(readSize)), readSize) ++ readbuf.getn(static_cast<uint8_t*>(m_body_buf.prepare(readSize).data()), readSize) + .then([this_request AND_CAPTURE_MEMBER_FUNCTION_POINTERS](pplx::task<size_t> op) { + try + { +@@ -1639,7 +1638,7 @@ class asio_context final : public request_context, pub + std::vector<uint8_t> decompressed; + + bool boo = +- decompress(boost::asio::buffer_cast<const uint8_t*>(m_body_buf.data()), to_read, decompressed); ++ decompress(static_cast<const uint8_t*>(m_body_buf.data().data()), to_read, decompressed); + if (!boo) + { + report_exception(std::runtime_error("Failed to decompress the response body")); +@@ -1687,7 +1686,7 @@ class asio_context final : public request_context, pub + } + else + { +- writeBuffer.putn_nocopy(boost::asio::buffer_cast<const uint8_t*>(m_body_buf.data()), to_read) ++ writeBuffer.putn_nocopy(static_cast<const uint8_t*>(m_body_buf.data().data()), to_read) + .then([this_request, to_read AND_CAPTURE_MEMBER_FUNCTION_POINTERS](pplx::task<size_t> op) { + try + { +@@ -1759,7 +1758,7 @@ class asio_context final : public request_context, pub + std::vector<uint8_t> decompressed; + + bool boo = +- decompress(boost::asio::buffer_cast<const uint8_t*>(m_body_buf.data()), read_size, decompressed); ++ decompress(static_cast<const uint8_t*>(m_body_buf.data().data()), read_size, decompressed); + if (!boo) + { + this_request->report_exception(std::runtime_error("Failed to decompress the response body")); +@@ -1821,7 +1820,7 @@ class asio_context final : public request_context, pub + } + else + { +- writeBuffer.putn_nocopy(boost::asio::buffer_cast<const uint8_t*>(m_body_buf.data()), read_size) ++ writeBuffer.putn_nocopy(static_cast<const uint8_t*>(m_body_buf.data().data()), read_size) + .then([this_request AND_CAPTURE_MEMBER_FUNCTION_POINTERS](pplx::task<size_t> op) { + size_t writtenSize = 0; + try +@@ -1870,7 +1869,7 @@ class asio_context final : public request_context, pub + assert(!m_ctx.expired()); + m_state = started; + +- m_timer.expires_from_now(m_duration); ++ m_timer.expires_after(m_duration); + auto ctx = m_ctx; + m_timer.async_wait([ctx AND_CAPTURE_MEMBER_FUNCTION_POINTERS](const boost::system::error_code& ec) { + handle_timeout(ec, ctx); +@@ -1881,7 +1880,7 @@ class asio_context final : public request_context, pub + { + assert(m_state == started || m_state == timedout); + assert(!m_ctx.expired()); +- if (m_timer.expires_from_now(m_duration) > 0) ++ if (m_timer.expires_after(m_duration) > 0) + { + // The existing handler was canceled so schedule a new one. + assert(m_state == started); diff --git a/devel/cpprestsdk/files/patch-src_http_listener_http__server__asio.cpp b/devel/cpprestsdk/files/patch-src_http_listener_http__server__asio.cpp new file mode 100644 index 000000000000..21cd36ec493d --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_http_listener_http__server__asio.cpp @@ -0,0 +1,67 @@ +--- src/http/listener/http_server_asio.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/http/listener/http_server_asio.cpp +@@ -520,17 +520,14 @@ void hostport_listener::start() + auto& service = crossplat::threadpool::shared_instance().service(); + tcp::resolver resolver(service); + // #446: boost resolver does not recognize "+" as a host wildchar +- tcp::resolver::query query = +- ("+" == m_host) ? tcp::resolver::query(m_port, boost::asio::ip::resolver_query_base::flags()) +- : tcp::resolver::query(m_host, m_port, boost::asio::ip::resolver_query_base::flags()); + +- tcp::endpoint endpoint = *resolver.resolve(query); ++ tcp::endpoint endpoint = (("+" == m_host) ? *(resolver.resolve("", m_port).begin()) : *(resolver.resolve(m_host, m_port).begin())); + + m_acceptor.reset(new tcp::acceptor(service)); + m_acceptor->open(endpoint.protocol()); + m_acceptor->set_option(socket_base::reuse_address(true)); + m_acceptor->bind(endpoint); +- m_acceptor->listen(0 != m_backlog ? m_backlog : socket_base::max_connections); ++ m_acceptor->listen(0 != m_backlog ? m_backlog : socket_base::max_listen_connections); + + auto socket = new ip::tcp::socket(service); + std::unique_ptr<ip::tcp::socket> usocket(socket); +@@ -881,7 +878,7 @@ will_deref_t asio_server_connection::handle_chunked_bo + else + { + auto writebuf = requestImpl->outstream().streambuf(); +- writebuf.putn_nocopy(buffer_cast<const uint8_t*>(m_request_buf.data()), toWrite) ++ writebuf.putn_nocopy(static_cast<const uint8_t*>(m_request_buf.data().data()), toWrite) + .then([=](pplx::task<size_t> writeChunkTask) -> will_deref_t { + try + { +@@ -913,7 +910,7 @@ will_deref_t asio_server_connection::handle_body(const + { + auto writebuf = requestImpl->outstream().streambuf(); + writebuf +- .putn_nocopy(boost::asio::buffer_cast<const uint8_t*>(m_request_buf.data()), ++ .putn_nocopy(static_cast<const uint8_t*>(m_request_buf.data().data()), + (std::min)(m_request_buf.size(), m_read_size - m_read)) + .then([this](pplx::task<size_t> writtenSizeTask) -> will_deref_t { + size_t writtenSize = 0; +@@ -1134,7 +1131,7 @@ will_deref_and_erase_t asio_server_connection::handle_ + } + auto membuf = m_response_buf.prepare(ChunkSize + chunked_encoding::additional_encoding_space); + +- readbuf.getn(buffer_cast<uint8_t*>(membuf) + chunked_encoding::data_offset, ChunkSize) ++ readbuf.getn(static_cast<uint8_t*>(membuf.data()) + chunked_encoding::data_offset, ChunkSize) + .then([=](pplx::task<size_t> actualSizeTask) -> will_deref_and_erase_t { + size_t actualSize = 0; + try +@@ -1146,7 +1143,7 @@ will_deref_and_erase_t asio_server_connection::handle_ + return cancel_sending_response_with_error(response, std::current_exception()); + } + size_t offset = chunked_encoding::add_chunked_delimiters( +- buffer_cast<uint8_t*>(membuf), ChunkSize + chunked_encoding::additional_encoding_space, actualSize); ++ static_cast<uint8_t*>(membuf.data()), ChunkSize + chunked_encoding::additional_encoding_space, actualSize); + m_response_buf.commit(actualSize + chunked_encoding::additional_encoding_space); + m_response_buf.consume(offset); + if (actualSize == 0) +@@ -1167,7 +1164,7 @@ will_deref_and_erase_t asio_server_connection::handle_ + return cancel_sending_response_with_error( + response, std::make_exception_ptr(http_exception("Response stream close early!"))); + size_t readBytes = (std::min)(ChunkSize, m_write_size - m_write); +- readbuf.getn(buffer_cast<uint8_t*>(m_response_buf.prepare(readBytes)), readBytes) ++ readbuf.getn(static_cast<uint8_t*>(m_response_buf.prepare(readBytes).data()), readBytes) + .then([=](pplx::task<size_t> actualSizeTask) -> will_deref_and_erase_t { + size_t actualSize = 0; + try diff --git a/devel/cpprestsdk/files/patch-src_pplx_pplxlinux.cpp b/devel/cpprestsdk/files/patch-src_pplx_pplxlinux.cpp new file mode 100644 index 000000000000..51af71ecc2a3 --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_pplx_pplxlinux.cpp @@ -0,0 +1,11 @@ +--- src/pplx/pplxlinux.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/pplx/pplxlinux.cpp +@@ -35,7 +35,7 @@ _PPLXIMP void linux_scheduler::schedule(TaskProc_t pro + + _PPLXIMP void linux_scheduler::schedule(TaskProc_t proc, void* param) + { +- crossplat::threadpool::shared_instance().service().post(boost::bind(proc, param)); ++ boost::asio::post(crossplat::threadpool::shared_instance().service(), boost::bind(proc, param)); + } + + } // namespace details diff --git a/devel/cpprestsdk/files/patch-src_pplx_threadpool.cpp b/devel/cpprestsdk/files/patch-src_pplx_threadpool.cpp new file mode 100644 index 000000000000..f52ce704684e --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_pplx_threadpool.cpp @@ -0,0 +1,20 @@ +--- src/pplx/threadpool.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/pplx/threadpool.cpp +@@ -37,7 +37,7 @@ struct threadpool_impl final : crossplat::threadpool + + struct threadpool_impl final : crossplat::threadpool + { +- threadpool_impl(size_t n) : crossplat::threadpool(n), m_work(m_service) ++ threadpool_impl(size_t n) : crossplat::threadpool(n), m_work(boost::asio::make_work_guard(m_service)) + { + for (size_t i = 0; i < n; i++) + add_thread(); +@@ -84,7 +84,7 @@ struct threadpool_impl final : crossplat::threadpool + } + + std::vector<std::unique_ptr<boost::asio::detail::thread>> m_threads; +- boost::asio::io_service::work m_work; ++ boost::asio::executor_work_guard<boost::asio::io_context::executor_type > m_work; + }; + + #if defined(_WIN32) diff --git a/devel/cpprestsdk/files/patch-src_websockets_client_ws__client__wspp.cpp b/devel/cpprestsdk/files/patch-src_websockets_client_ws__client__wspp.cpp new file mode 100644 index 000000000000..d576a97084ac --- /dev/null +++ b/devel/cpprestsdk/files/patch-src_websockets_client_ws__client__wspp.cpp @@ -0,0 +1,11 @@ +--- src/websockets/client/ws_client_wspp.cpp.orig 2023-12-05 04:23:31 UTC ++++ src/websockets/client/ws_client_wspp.cpp +@@ -225,7 +225,7 @@ class wspp_callback_client : public websocket_client_c + verifyCtx, utility::conversions::to_utf8string(m_uri.host())); + } + #endif +- boost::asio::ssl::rfc2818_verification rfc2818(utility::conversions::to_utf8string(m_uri.host())); ++ boost::asio::ssl::host_name_verification rfc2818(utility::conversions::to_utf8string(m_uri.host())); + return rfc2818(preverified, verifyCtx); + }); + diff --git a/devel/cpprestsdk/files/patch-tests_functional_pplx_pplx__test_pplx__op__test.cpp b/devel/cpprestsdk/files/patch-tests_functional_pplx_pplx__test_pplx__op__test.cpp new file mode 100644 index 000000000000..356a5d7bb902 --- /dev/null +++ b/devel/cpprestsdk/files/patch-tests_functional_pplx_pplx__test_pplx__op__test.cpp @@ -0,0 +1,11 @@ +--- tests/functional/pplx/pplx_test/pplx_op_test.cpp.orig 2023-12-05 04:23:31 UTC ++++ tests/functional/pplx/pplx_test/pplx_op_test.cpp +@@ -57,7 +57,7 @@ class pplx_dflt_scheduler : public pplx::scheduler_int + virtual void schedule(pplx::TaskProc_t proc, void* param) + { + pplx::details::atomic_increment(s_flag); +- m_pool->service().post([=]() -> void { proc(param); }); ++ boost::asio::post(m_pool->service(), [=]() -> void { proc(param); }); + } + + public: diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 5413679e01c8..c09624bf2ae6 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 88725389b265..4fe436858705 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093331 -SHA256 (facebook-fatal-v2025.06.16.00_GH0.tar.gz) = b079d196f713b4aa4e8292f43df4a433e666bc83eabe8bff9fa73b33c3e6e2a3 -SIZE (facebook-fatal-v2025.06.16.00_GH0.tar.gz) = 656404 +TIMESTAMP = 1750695891 +SHA256 (facebook-fatal-v2025.06.23.00_GH0.tar.gz) = bcb0c4939fb4b68754257aea935326ada4fa73a94adb132f18ac453651ab0f8d +SIZE (facebook-fatal-v2025.06.23.00_GH0.tar.gz) = 656353 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index f81b47eacdff..58c1283cc541 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 85f40ff25bbf..bbfa0f190eff 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093327 -SHA256 (facebook-fbthrift-v2025.06.16.00_GH0.tar.gz) = 2701772125d829892472b853e5a81af0623b50e7d76c52ae882cfd92e6e9ce6a -SIZE (facebook-fbthrift-v2025.06.16.00_GH0.tar.gz) = 15593718 +TIMESTAMP = 1750695889 +SHA256 (facebook-fbthrift-v2025.06.23.00_GH0.tar.gz) = dc177d830d5cf13980856c844b135772d78f9e9dd93c82b1fa927e045f46c4d8 +SIZE (facebook-fbthrift-v2025.06.23.00_GH0.tar.gz) = 15603908 diff --git a/devel/folly/Makefile b/devel/folly/Makefile index deed39fb10fc..b6c79749904a 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 4bce64bcb659..4785a4c4eb57 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093317 -SHA256 (facebook-folly-v2025.06.16.00_GH0.tar.gz) = 14f391742f05d452b965447d4324ac3d9021c7c9b96230ad47b3b54e71dbffa7 -SIZE (facebook-folly-v2025.06.16.00_GH0.tar.gz) = 4540449 +TIMESTAMP = 1750695883 +SHA256 (facebook-folly-v2025.06.23.00_GH0.tar.gz) = fa4cbe9accbb4fc84b40f610a7a3c1617a2ddc55a11acf9353c8edf5fd0e5547 +SIZE (facebook-folly-v2025.06.23.00_GH0.tar.gz) = 4541482 diff --git a/devel/godot35-tools/Makefile b/devel/godot35-tools/Makefile index da578fedd6d4..d8f9688cd60c 100644 --- a/devel/godot35-tools/Makefile +++ b/devel/godot35-tools/Makefile @@ -4,7 +4,7 @@ COMMENT= Game integrated development environment BROKEN= Fails to build, error: no member named 'u' in 'QuadraticBezierCurve<V>' DEPRECATED= Fails to build and legacy, consider migrating to devel/godot-tools -EXPIRATION_DATE=2024-07-31 +EXPIRATION_DATE=2025-07-31 OPTIONS_EXCLUDE= # OPTIONS_SLAVE= TOOLS diff --git a/devel/got/Makefile b/devel/got/Makefile index dd5f62bc9ca0..7770e24c874b 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.113 +DISTVERSION= 0.114 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index 0b2fb478124a..43cac43c131b 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749223258 -SHA256 (got-portable-0.113.tar.gz) = 29468a1b9a35fa2aba932807595bc00d010ac54192390468f75a0ad364c56f01 -SIZE (got-portable-0.113.tar.gz) = 1573667 +TIMESTAMP = 1750710983 +SHA256 (got-portable-0.114.tar.gz) = 68cbb6eb22a8772deb8467b33649bb01735a084a1af41f3a4f3c85cd63fc15c8 +SIZE (got-portable-0.114.tar.gz) = 1575502 diff --git a/devel/kf6-extra-cmake-modules/distinfo b/devel/kf6-extra-cmake-modules/distinfo index 7c769690a1e9..0a2bc1ab217b 100644 --- a/devel/kf6-extra-cmake-modules/distinfo +++ b/devel/kf6-extra-cmake-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358549 -SHA256 (KDE/frameworks/6.14/extra-cmake-modules-6.14.0.tar.xz) = d02cbbb3269b39680884abf6f14ba68f448570c554173f5249da3b8761784c13 -SIZE (KDE/frameworks/6.14/extra-cmake-modules-6.14.0.tar.xz) = 328740 +TIMESTAMP = 1749832081 +SHA256 (KDE/frameworks/6.15/extra-cmake-modules-6.15.0.tar.xz) = f7cd022095a9e6bdbe5897720a24bfda81d211757b7c08b173061962bf2ee0b2 +SIZE (KDE/frameworks/6.15/extra-cmake-modules-6.15.0.tar.xz) = 329068 diff --git a/devel/kf6-kapidox/distinfo b/devel/kf6-kapidox/distinfo index 02326c2d2577..16abf628c34c 100644 --- a/devel/kf6-kapidox/distinfo +++ b/devel/kf6-kapidox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358550 -SHA256 (KDE/frameworks/6.14/kapidox-6.14.0.tar.xz) = cd7b976b98d1e6c6cc3da1d20c539533e0d1ae7625e63e14bc7c781096a91546 -SIZE (KDE/frameworks/6.14/kapidox-6.14.0.tar.xz) = 198556 +TIMESTAMP = 1749476616 +SHA256 (KDE/frameworks/6.15/kapidox-6.15.0.tar.xz) = 5633468558c1f6588aab5372af195182666d1611f340ed92c20ffd384d19f898 +SIZE (KDE/frameworks/6.15/kapidox-6.15.0.tar.xz) = 198520 diff --git a/devel/kf6-kauth/distinfo b/devel/kf6-kauth/distinfo index 8ac49b72ee03..3d63cee7a094 100644 --- a/devel/kf6-kauth/distinfo +++ b/devel/kf6-kauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358550 -SHA256 (KDE/frameworks/6.14/kauth-6.14.0.tar.xz) = f5a16e489f26b5741d3f11bf6b203fd99a84ecaae798eb6b0eaa0d71c88f6645 -SIZE (KDE/frameworks/6.14/kauth-6.14.0.tar.xz) = 2296620 +TIMESTAMP = 1749476616 +SHA256 (KDE/frameworks/6.15/kauth-6.15.0.tar.xz) = 19c7b598a780ba5befd30f25de694536811a46a5622c4a2c28892f2f3ba5a617 +SIZE (KDE/frameworks/6.15/kauth-6.15.0.tar.xz) = 2273304 diff --git a/devel/kf6-kbookmarks/distinfo b/devel/kf6-kbookmarks/distinfo index 78e8d283700f..b60c95013733 100644 --- a/devel/kf6-kbookmarks/distinfo +++ b/devel/kf6-kbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358550 -SHA256 (KDE/frameworks/6.14/kbookmarks-6.14.0.tar.xz) = a3f0a61fcfcca6509f1d7d21289e32776616e7caddec07cb9e1ca81e2f78ea43 -SIZE (KDE/frameworks/6.14/kbookmarks-6.14.0.tar.xz) = 1109584 +TIMESTAMP = 1749476616 +SHA256 (KDE/frameworks/6.15/kbookmarks-6.15.0.tar.xz) = 06ca8c619d52af7bc27b89d0b3ac99cbd10820756b299413e82f9164fe5fb863 +SIZE (KDE/frameworks/6.15/kbookmarks-6.15.0.tar.xz) = 1093268 diff --git a/devel/kf6-kcmutils/distinfo b/devel/kf6-kcmutils/distinfo index 76b5bb46cdff..385e44244493 100644 --- a/devel/kf6-kcmutils/distinfo +++ b/devel/kf6-kcmutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358550 -SHA256 (KDE/frameworks/6.14/kcmutils-6.14.0.tar.xz) = 2336f05ee46668de2be70c301660c9d3a881c40046ef90d1205e408260b46005 -SIZE (KDE/frameworks/6.14/kcmutils-6.14.0.tar.xz) = 2442884 +TIMESTAMP = 1749832082 +SHA256 (KDE/frameworks/6.15/kcmutils-6.15.0.tar.xz) = 56e7a7648651ce9698ea7d1ff98b7fec6598111d37d2f28ae0d6547d3c98ff04 +SIZE (KDE/frameworks/6.15/kcmutils-6.15.0.tar.xz) = 2444120 diff --git a/devel/kf6-kconfig/distinfo b/devel/kf6-kconfig/distinfo index 32bdc6d1fb6e..1e65d554ac52 100644 --- a/devel/kf6-kconfig/distinfo +++ b/devel/kf6-kconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358551 -SHA256 (KDE/frameworks/6.14/kconfig-6.14.0.tar.xz) = a1b27e762b78fbc34124f35fd4125711f4036ae532c79d3cf3dc683289c1e765 -SIZE (KDE/frameworks/6.14/kconfig-6.14.0.tar.xz) = 353852 +TIMESTAMP = 1749476617 +SHA256 (KDE/frameworks/6.15/kconfig-6.15.0.tar.xz) = c8e44c9f790b0171e8a5b2f0fa30ac70a95cc655c711650e54b953335be6b96b +SIZE (KDE/frameworks/6.15/kconfig-6.15.0.tar.xz) = 354568 diff --git a/devel/kf6-kcoreaddons/distinfo b/devel/kf6-kcoreaddons/distinfo index 8cd9d74e23bc..a4f6a3992578 100644 --- a/devel/kf6-kcoreaddons/distinfo +++ b/devel/kf6-kcoreaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358551 -SHA256 (KDE/frameworks/6.14/kcoreaddons-6.14.0.tar.xz) = 9555d17295f4fece18b46e3d289055baf58b352e082e4da6e6e352d8d5c042ee -SIZE (KDE/frameworks/6.14/kcoreaddons-6.14.0.tar.xz) = 2565240 +TIMESTAMP = 1749476617 +SHA256 (KDE/frameworks/6.15/kcoreaddons-6.15.0.tar.xz) = 978c3b0d8b11b681ff07bbd6a6953d54ce1ca27e7bc53d93472dd96b942328d7 +SIZE (KDE/frameworks/6.15/kcoreaddons-6.15.0.tar.xz) = 2548652 diff --git a/devel/kf6-kcoreaddons/pkg-plist b/devel/kf6-kcoreaddons/pkg-plist index 8ff1fe474092..a9f4edbe2284 100644 --- a/devel/kf6-kcoreaddons/pkg-plist +++ b/devel/kf6-kcoreaddons/pkg-plist @@ -32,6 +32,7 @@ include/KF6/KCoreAddons/KSharedDataCache include/KF6/KCoreAddons/KShell include/KF6/KCoreAddons/KSignalHandler include/KF6/KCoreAddons/KStringHandler +include/KF6/KCoreAddons/KSystemClockSkewNotifier include/KF6/KCoreAddons/KTextToHTML include/KF6/KCoreAddons/KUrlMimeData include/KF6/KCoreAddons/KUser @@ -68,6 +69,7 @@ include/KF6/KCoreAddons/kshareddatacache.h include/KF6/KCoreAddons/kshell.h include/KF6/KCoreAddons/ksignalhandler.h include/KF6/KCoreAddons/kstringhandler.h +include/KF6/KCoreAddons/ksystemclockskewnotifier.h include/KF6/KCoreAddons/ktexttohtml.h include/KF6/KCoreAddons/kurlmimedata.h include/KF6/KCoreAddons/kuser.h diff --git a/devel/kf6-kcrash/distinfo b/devel/kf6-kcrash/distinfo index 67c20eb35821..2f776d05568a 100644 --- a/devel/kf6-kcrash/distinfo +++ b/devel/kf6-kcrash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358551 -SHA256 (KDE/frameworks/6.14/kcrash-6.14.0.tar.xz) = 69d736be73bbe4a936f8996c3591a53c16816d4396d242d2e63dce079a268c34 -SIZE (KDE/frameworks/6.14/kcrash-6.14.0.tar.xz) = 28884 +TIMESTAMP = 1749832083 +SHA256 (KDE/frameworks/6.15/kcrash-6.15.0.tar.xz) = 99248c7ca8a4c2a17836a8cc34ffab920a223b8095029c6304613dd9734f1474 +SIZE (KDE/frameworks/6.15/kcrash-6.15.0.tar.xz) = 29108 diff --git a/devel/kf6-kdbusaddons/distinfo b/devel/kf6-kdbusaddons/distinfo index d43ec1c14f2a..dcaf2e953398 100644 --- a/devel/kf6-kdbusaddons/distinfo +++ b/devel/kf6-kdbusaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358552 -SHA256 (KDE/frameworks/6.14/kdbusaddons-6.14.0.tar.xz) = f673c9f295df5998948def94caf92d487d63886452802ffb97ad151315627ee4 -SIZE (KDE/frameworks/6.14/kdbusaddons-6.14.0.tar.xz) = 46112 +TIMESTAMP = 1749476618 +SHA256 (KDE/frameworks/6.15/kdbusaddons-6.15.0.tar.xz) = fccc1fef3c74590d28a3342cf756bb0ff87377336ca13662ef5daa7dafafe360 +SIZE (KDE/frameworks/6.15/kdbusaddons-6.15.0.tar.xz) = 46520 diff --git a/devel/kf6-kdeclarative/distinfo b/devel/kf6-kdeclarative/distinfo index 6a14aef110f2..3bfd67b4756e 100644 --- a/devel/kf6-kdeclarative/distinfo +++ b/devel/kf6-kdeclarative/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358552 -SHA256 (KDE/frameworks/6.14/kdeclarative-6.14.0.tar.xz) = ed0aa62653fe5a09bc44f584faaa633cb386f7a106cf9b5c930122ae86c0a1d0 -SIZE (KDE/frameworks/6.14/kdeclarative-6.14.0.tar.xz) = 2430448 +TIMESTAMP = 1749476618 +SHA256 (KDE/frameworks/6.15/kdeclarative-6.15.0.tar.xz) = 3727480f3c3e36c88241ccbcae8ac4078ff01e669114095afcad9ee14baa009d +SIZE (KDE/frameworks/6.15/kdeclarative-6.15.0.tar.xz) = 2408356 diff --git a/devel/kf6-kdoctools/distinfo b/devel/kf6-kdoctools/distinfo index 8ec1ed79bd2b..0bc1bbb09eac 100644 --- a/devel/kf6-kdoctools/distinfo +++ b/devel/kf6-kdoctools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358552 -SHA256 (KDE/frameworks/6.14/kdoctools-6.14.0.tar.xz) = acb9c761e8e10c30f2c32061f64096965459a0513250edf4432f40831a0f536e -SIZE (KDE/frameworks/6.14/kdoctools-6.14.0.tar.xz) = 458816 +TIMESTAMP = 1749832084 +SHA256 (KDE/frameworks/6.15/kdoctools-6.15.0.tar.xz) = 430be5905b0bf6dfb4b7e0e2c0aeb75986eef0a30f13320d9d4cab907fd6bef7 +SIZE (KDE/frameworks/6.15/kdoctools-6.15.0.tar.xz) = 459272 diff --git a/devel/kf6-kdoctools/pkg-plist b/devel/kf6-kdoctools/pkg-plist index 02165aa7c5e7..9315856a8bc6 100644 --- a/devel/kf6-kdoctools/pkg-plist +++ b/devel/kf6-kdoctools/pkg-plist @@ -1127,6 +1127,10 @@ share/man/ca/man1/checkXML6.1.gz share/man/ca/man1/meinproc6.1.gz share/man/ca/man7/kf6options.7.gz share/man/ca/man7/qt6options.7.gz +share/man/ca@valencia/man1/checkXML6.1.gz +share/man/ca@valencia/man1/meinproc6.1.gz +share/man/ca@valencia/man7/kf6options.7.gz +share/man/ca@valencia/man7/qt6options.7.gz share/man/es/man1/checkXML6.1.gz share/man/es/man1/meinproc6.1.gz share/man/es/man7/kf6options.7.gz diff --git a/devel/kf6-kfilemetadata/distinfo b/devel/kf6-kfilemetadata/distinfo index 40c3178c147b..38f4f0a5dcc4 100644 --- a/devel/kf6-kfilemetadata/distinfo +++ b/devel/kf6-kfilemetadata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358552 -SHA256 (KDE/frameworks/6.14/kfilemetadata-6.14.0.tar.xz) = 925a9db27176519099d24625070bf7ebc1600fae7e7d06ae4eee3279a67d31e5 -SIZE (KDE/frameworks/6.14/kfilemetadata-6.14.0.tar.xz) = 695864 +TIMESTAMP = 1749476619 +SHA256 (KDE/frameworks/6.15/kfilemetadata-6.15.0.tar.xz) = d1e62ce1b7fd65e848a81a211bb5cb1126cce1354f70312a0104c09c03dd6542 +SIZE (KDE/frameworks/6.15/kfilemetadata-6.15.0.tar.xz) = 696320 diff --git a/devel/kf6-ki18n/Makefile b/devel/kf6-ki18n/Makefile index 9c260d0315bc..6a982ecb2549 100644 --- a/devel/kf6-ki18n/Makefile +++ b/devel/kf6-ki18n/Makefile @@ -10,6 +10,6 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes USES= cmake gettext kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= base declarative +USE_QT= base declarative tools:build .include <bsd.port.mk> diff --git a/devel/kf6-ki18n/distinfo b/devel/kf6-ki18n/distinfo index 8886fcd41122..3dbc8b466e2c 100644 --- a/devel/kf6-ki18n/distinfo +++ b/devel/kf6-ki18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358553 -SHA256 (KDE/frameworks/6.14/ki18n-6.14.0.tar.xz) = 2a5135412caf0a07eba4eeb60867ac6929df1c83c145ae757a6a1230f842e669 -SIZE (KDE/frameworks/6.14/ki18n-6.14.0.tar.xz) = 3113444 +TIMESTAMP = 1749476619 +SHA256 (KDE/frameworks/6.15/ki18n-6.15.0.tar.xz) = 1897755d9fde5a1bea6f7d71244c2662b9911b4b8894cc53740bfe38b4d5d91d +SIZE (KDE/frameworks/6.15/ki18n-6.15.0.tar.xz) = 3090300 diff --git a/devel/kf6-kidletime/Makefile b/devel/kf6-kidletime/Makefile index 0016d08fba1c..3d7338ab13a3 100644 --- a/devel/kf6-kidletime/Makefile +++ b/devel/kf6-kidletime/Makefile @@ -14,7 +14,7 @@ USES= cmake gl kde:6 pkgconfig qt:6 tar:xz xorg USE_GL= gl opengl USE_KDE= ecm:build \ plasma-wayland-protocols:build -USE_QT= base wayland +USE_QT= base wayland tools:build USE_XORG= ice sm x11 xcb xext .include <bsd.port.mk> diff --git a/devel/kf6-kidletime/distinfo b/devel/kf6-kidletime/distinfo index 94244c4a35c4..9c8b15d25bd1 100644 --- a/devel/kf6-kidletime/distinfo +++ b/devel/kf6-kidletime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358553 -SHA256 (KDE/frameworks/6.14/kidletime-6.14.0.tar.xz) = 16775b2bdc3efd54c65a96bce6f27a001d119905531d84bb23e23215a196ecb8 -SIZE (KDE/frameworks/6.14/kidletime-6.14.0.tar.xz) = 30748 +TIMESTAMP = 1749476619 +SHA256 (KDE/frameworks/6.15/kidletime-6.15.0.tar.xz) = 08ec47248502cdc2c8a003b44b5936bfda9dae277a1adb921801892745e87cfe +SIZE (KDE/frameworks/6.15/kidletime-6.15.0.tar.xz) = 30800 diff --git a/devel/kf6-kio/distinfo b/devel/kf6-kio/distinfo index 6f01915884e6..24f7e1df3b76 100644 --- a/devel/kf6-kio/distinfo +++ b/devel/kf6-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747077952 -SHA256 (KDE/frameworks/6.14/kio-6.14.0.tar.xz) = 9b03746fd008504a96f569f37ad8ff902cc71495e7e123daa3c6de79ff2acc45 -SIZE (KDE/frameworks/6.14/kio-6.14.0.tar.xz) = 3436056 +TIMESTAMP = 1749476619 +SHA256 (KDE/frameworks/6.15/kio-6.15.0.tar.xz) = 2d4ccc5bf070abcbc945a208ecbf2017b3b195fa99e4ceb5eb9950888f77c1a9 +SIZE (KDE/frameworks/6.15/kio-6.15.0.tar.xz) = 3451840 diff --git a/devel/kf6-kitemmodels/Makefile b/devel/kf6-kitemmodels/Makefile index d166646e3351..a1137ad7cb7b 100644 --- a/devel/kf6-kitemmodels/Makefile +++ b/devel/kf6-kitemmodels/Makefile @@ -7,6 +7,6 @@ MAINTAINER= kde@FreeBSD.org USES= cmake kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= base declarative +USE_QT= base declarative tools:build .include <bsd.port.mk> diff --git a/devel/kf6-kitemmodels/distinfo b/devel/kf6-kitemmodels/distinfo index c72b510bd2f4..d5f5ed78d6d9 100644 --- a/devel/kf6-kitemmodels/distinfo +++ b/devel/kf6-kitemmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358553 -SHA256 (KDE/frameworks/6.14/kitemmodels-6.14.0.tar.xz) = 1d694180464e1fd95e2425d84bb846157fad3c2a5009727ecdb6766d97db22e8 -SIZE (KDE/frameworks/6.14/kitemmodels-6.14.0.tar.xz) = 396652 +TIMESTAMP = 1749476620 +SHA256 (KDE/frameworks/6.15/kitemmodels-6.15.0.tar.xz) = 8e8c9d31a00c41ed836189755a86b82fd968474d6388f033259dd65ab18e7c94 +SIZE (KDE/frameworks/6.15/kitemmodels-6.15.0.tar.xz) = 397092 diff --git a/devel/kf6-knewstuff/distinfo b/devel/kf6-knewstuff/distinfo index f1702c966f75..2467728d97d3 100644 --- a/devel/kf6-knewstuff/distinfo +++ b/devel/kf6-knewstuff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358554 -SHA256 (KDE/frameworks/6.14/knewstuff-6.14.0.tar.xz) = 1e44b71efc5dc4cb05cc7add344d9a55fc8c998de26e74867d300afbd16f8d04 -SIZE (KDE/frameworks/6.14/knewstuff-6.14.0.tar.xz) = 3112544 +TIMESTAMP = 1749832085 +SHA256 (KDE/frameworks/6.15/knewstuff-6.15.0.tar.xz) = d749fe21589a87cdf648416ebd13038a536cd8e019531357a67194e5ea30067d +SIZE (KDE/frameworks/6.15/knewstuff-6.15.0.tar.xz) = 3089848 diff --git a/devel/kf6-knotifications/distinfo b/devel/kf6-knotifications/distinfo index 02047f262a42..70ca7c91bc1a 100644 --- a/devel/kf6-knotifications/distinfo +++ b/devel/kf6-knotifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358554 -SHA256 (KDE/frameworks/6.14/knotifications-6.14.0.tar.xz) = a76e95de74129e12f500b01f8ce2529bc6af93b75ff2cce99c827129523d7517 -SIZE (KDE/frameworks/6.14/knotifications-6.14.0.tar.xz) = 2335732 +TIMESTAMP = 1749476620 +SHA256 (KDE/frameworks/6.15/knotifications-6.15.0.tar.xz) = 97bf87eb57883ab3ae483c4720688a1ca539770b99179b64610a802bb95aedee +SIZE (KDE/frameworks/6.15/knotifications-6.15.0.tar.xz) = 2304684 diff --git a/devel/kf6-knotifyconfig/distinfo b/devel/kf6-knotifyconfig/distinfo index c396051d6abe..5a9359babb9b 100644 --- a/devel/kf6-knotifyconfig/distinfo +++ b/devel/kf6-knotifyconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358554 -SHA256 (KDE/frameworks/6.14/knotifyconfig-6.14.0.tar.xz) = 067eba5c9965ab05cdd3e8a57d6afa25e8a9e77905d4d01a327536c11d4cca8b -SIZE (KDE/frameworks/6.14/knotifyconfig-6.14.0.tar.xz) = 2385912 +TIMESTAMP = 1749476620 +SHA256 (KDE/frameworks/6.15/knotifyconfig-6.15.0.tar.xz) = bf0313221fcef0e474b963634c6d52526b9858300e9ef0e144afc284e8dc74ac +SIZE (KDE/frameworks/6.15/knotifyconfig-6.15.0.tar.xz) = 2361984 diff --git a/devel/kf6-kpackage/distinfo b/devel/kf6-kpackage/distinfo index e05471bb425f..2b999564ce25 100644 --- a/devel/kf6-kpackage/distinfo +++ b/devel/kf6-kpackage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358554 -SHA256 (KDE/frameworks/6.14/kpackage-6.14.0.tar.xz) = fb2e260f7a2e2b4cfda4559881485899a77cf5fbc3b8ae05d06444bec82ed1ab -SIZE (KDE/frameworks/6.14/kpackage-6.14.0.tar.xz) = 183044 +TIMESTAMP = 1749476621 +SHA256 (KDE/frameworks/6.15/kpackage-6.15.0.tar.xz) = 5c9615bbd92af67e1bf147a29739a346a73b39ff3c4640f9e408d5430966612d +SIZE (KDE/frameworks/6.15/kpackage-6.15.0.tar.xz) = 181504 diff --git a/devel/kf6-kparts/distinfo b/devel/kf6-kparts/distinfo index ca96c1355f71..e062eb2460e2 100644 --- a/devel/kf6-kparts/distinfo +++ b/devel/kf6-kparts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358555 -SHA256 (KDE/frameworks/6.14/kparts-6.14.0.tar.xz) = 96106102c4deb893307eb35580a8a45aa6841edc038b9a0fd38aa19d6e056bfa -SIZE (KDE/frameworks/6.14/kparts-6.14.0.tar.xz) = 2424748 +TIMESTAMP = 1749476621 +SHA256 (KDE/frameworks/6.15/kparts-6.15.0.tar.xz) = 334abf8c2ac598c57115ce9b872adc5a1fb50e8899bced416e39fd332e3c4742 +SIZE (KDE/frameworks/6.15/kparts-6.15.0.tar.xz) = 2400640 diff --git a/devel/kf6-kpeople/distinfo b/devel/kf6-kpeople/distinfo index 888c0238b023..e38eb96222d5 100644 --- a/devel/kf6-kpeople/distinfo +++ b/devel/kf6-kpeople/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358555 -SHA256 (KDE/frameworks/6.14/kpeople-6.14.0.tar.xz) = c9d2110daf2e4d59d58b4af63c54fd517bb0f46591a91c20789ffc715eeb62ce -SIZE (KDE/frameworks/6.14/kpeople-6.14.0.tar.xz) = 66704 +TIMESTAMP = 1749476621 +SHA256 (KDE/frameworks/6.15/kpeople-6.15.0.tar.xz) = 5005f39b72578569a0cb9523e57cf8e62e81572326fc691be9fbecf28e638ea8 +SIZE (KDE/frameworks/6.15/kpeople-6.15.0.tar.xz) = 67704 diff --git a/devel/kf6-kpty/distinfo b/devel/kf6-kpty/distinfo index 0c3df47f3641..f775436e50fd 100644 --- a/devel/kf6-kpty/distinfo +++ b/devel/kf6-kpty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358555 -SHA256 (KDE/frameworks/6.14/kpty-6.14.0.tar.xz) = 979e0bb19cd7d9db843bf5df35115447eb492637a099eb53c345b82fc80bea65 -SIZE (KDE/frameworks/6.14/kpty-6.14.0.tar.xz) = 2407664 +TIMESTAMP = 1749476622 +SHA256 (KDE/frameworks/6.15/kpty-6.15.0.tar.xz) = d2a69c8c9cc6d696c4c717357bb6d6581f5ddf64aad83e9ae98903b1f2e0a8b1 +SIZE (KDE/frameworks/6.15/kpty-6.15.0.tar.xz) = 2384744 diff --git a/devel/kf6-kservice/distinfo b/devel/kf6-kservice/distinfo index 1f7336234002..876055a0cea7 100644 --- a/devel/kf6-kservice/distinfo +++ b/devel/kf6-kservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358555 -SHA256 (KDE/frameworks/6.14/kservice-6.14.0.tar.xz) = 5ef80f47034d582ce05a0becf01952663191fafc569cfb3ef7b85c24fd297a85 -SIZE (KDE/frameworks/6.14/kservice-6.14.0.tar.xz) = 2439908 +TIMESTAMP = 1749832087 +SHA256 (KDE/frameworks/6.15/kservice-6.15.0.tar.xz) = c371bfe6e25e965bf4dce1f1e42c84c2f68997ed49dc19bdbc6419478235269d +SIZE (KDE/frameworks/6.15/kservice-6.15.0.tar.xz) = 2416080 diff --git a/devel/kf6-ktexteditor/distinfo b/devel/kf6-ktexteditor/distinfo index 059816a26425..b3be5491c6b0 100644 --- a/devel/kf6-ktexteditor/distinfo +++ b/devel/kf6-ktexteditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358556 -SHA256 (KDE/frameworks/6.14/ktexteditor-6.14.0.tar.xz) = b970d6bb7623921578d7909ebef18c6f7a798ea11c5b1e2453f7321695677651 -SIZE (KDE/frameworks/6.14/ktexteditor-6.14.0.tar.xz) = 2941356 +TIMESTAMP = 1749832088 +SHA256 (KDE/frameworks/6.15/ktexteditor-6.15.0.tar.xz) = ea9a7c084042250bdfa33e9bf5fc1dc700d55b2b5fd8f2aba640bff90392e23d +SIZE (KDE/frameworks/6.15/ktexteditor-6.15.0.tar.xz) = 2944484 diff --git a/devel/kf6-ktexttemplate/Makefile b/devel/kf6-ktexttemplate/Makefile index 4724fb04847b..27221a43cfd7 100644 --- a/devel/kf6-ktexttemplate/Makefile +++ b/devel/kf6-ktexttemplate/Makefile @@ -7,6 +7,6 @@ MAINTAINER= kde@FreeBSD.org USES= cmake kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= base declarative +USE_QT= base declarative tools:build .include <bsd.port.mk> diff --git a/devel/kf6-ktexttemplate/distinfo b/devel/kf6-ktexttemplate/distinfo index c394ddf10774..dede023ea6c6 100644 --- a/devel/kf6-ktexttemplate/distinfo +++ b/devel/kf6-ktexttemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358556 -SHA256 (KDE/frameworks/6.14/ktexttemplate-6.14.0.tar.xz) = 65a908aa573e40cf9884a9d42a4b8d5574baf2f402a19764cda2cccde27c897a -SIZE (KDE/frameworks/6.14/ktexttemplate-6.14.0.tar.xz) = 849720 +TIMESTAMP = 1749476622 +SHA256 (KDE/frameworks/6.15/ktexttemplate-6.15.0.tar.xz) = 5c652ebae5d32d1b84fa438ad94cc621621d31e0abcfef3b0a511a586d697a84 +SIZE (KDE/frameworks/6.15/ktexttemplate-6.15.0.tar.xz) = 848468 diff --git a/devel/kf6-kunitconversion/Makefile b/devel/kf6-kunitconversion/Makefile index 38e54a975536..f7c7d8f2f34b 100644 --- a/devel/kf6-kunitconversion/Makefile +++ b/devel/kf6-kunitconversion/Makefile @@ -8,6 +8,8 @@ MAINTAINER= kde@FreeBSD.org USES= cmake gettext kde:6 qt:6 tar:xz USE_KDE= i18n \ ecm:build -USE_QT= base +USE_QT= base tools:build + +CMAKE_OFF= BUILD_PYTHON_BINDINGS .include <bsd.port.mk> diff --git a/devel/kf6-kunitconversion/distinfo b/devel/kf6-kunitconversion/distinfo index bc08f1cae908..c6d63a98ffa0 100644 --- a/devel/kf6-kunitconversion/distinfo +++ b/devel/kf6-kunitconversion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358556 -SHA256 (KDE/frameworks/6.14/kunitconversion-6.14.0.tar.xz) = d07d60ec2c5c21246f3aa9f89e01226e084c90fe99b62b08b651933c311cf08d -SIZE (KDE/frameworks/6.14/kunitconversion-6.14.0.tar.xz) = 973900 +TIMESTAMP = 1749476623 +SHA256 (KDE/frameworks/6.15/kunitconversion-6.15.0.tar.xz) = 413b0254d51e357171d41f1cb16262be45775fb94a6ae5c26934fb5ff00d2af8 +SIZE (KDE/frameworks/6.15/kunitconversion-6.15.0.tar.xz) = 976760 diff --git a/devel/kf6-solid/distinfo b/devel/kf6-solid/distinfo index ec782008e5bb..c43ecba3130c 100644 --- a/devel/kf6-solid/distinfo +++ b/devel/kf6-solid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358557 -SHA256 (KDE/frameworks/6.14/solid-6.14.0.tar.xz) = 00996f063478863fe61b902d20c96c9eb4f4ac43353e59b779b466fa62b1a8c4 -SIZE (KDE/frameworks/6.14/solid-6.14.0.tar.xz) = 307672 +TIMESTAMP = 1749832088 +SHA256 (KDE/frameworks/6.15/solid-6.15.0.tar.xz) = 608b2d3ad987369718a2fe8a5fa7b71c75faa51a20eaff5ba6b0edf0e5ebbb4a +SIZE (KDE/frameworks/6.15/solid-6.15.0.tar.xz) = 303428 diff --git a/devel/kf6-threadweaver/Makefile b/devel/kf6-threadweaver/Makefile index c18ee652ca4c..209daf4ca3b6 100644 --- a/devel/kf6-threadweaver/Makefile +++ b/devel/kf6-threadweaver/Makefile @@ -7,6 +7,6 @@ MAINTAINER= kde@FreeBSD.org USES= cmake kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= base +USE_QT= base tools:build .include <bsd.port.mk> diff --git a/devel/kf6-threadweaver/distinfo b/devel/kf6-threadweaver/distinfo index 040ced004bdd..fb7c92a7456c 100644 --- a/devel/kf6-threadweaver/distinfo +++ b/devel/kf6-threadweaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358557 -SHA256 (KDE/frameworks/6.14/threadweaver-6.14.0.tar.xz) = a8f71f7e69751e36dbc7fce9581f55b66844bc68df6af2e8a94c22c8fe9870ae -SIZE (KDE/frameworks/6.14/threadweaver-6.14.0.tar.xz) = 1414516 +TIMESTAMP = 1749476623 +SHA256 (KDE/frameworks/6.15/threadweaver-6.15.0.tar.xz) = 1ae0e593182c25ec8a9ee85777ab767b6c37b0f7e7a6851d4b6d49bfe03da1d0 +SIZE (KDE/frameworks/6.15/threadweaver-6.15.0.tar.xz) = 1415388 diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index 466b2c20c5f3..ae56e88ac4aa 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,6 +1,5 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 12 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org @@ -19,10 +18,10 @@ ONLY_FOR_ARCHS= aarch64 amd64 QA_ENV+= USESLIBTOOL=no -BUVERSION= 2.35.2-54.el9 +BUVERSION= 2.35.2-63.el9 GCCVERSION= 11.5.0-5.el9_5 -GLIBCVERSION= 2.34-125.el9_5.8 -KERNELVERSION= 5.14.0-503.40.1.el9_5 +GLIBCVERSION= 2.34-168.el9_6.19 +KERNELVERSION= 5.14.0-570.22.1.el9_6 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index 157dc70f9e23..6f13b7be0aef 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,18 +1,18 @@ -TIMESTAMP = 1746515154 -SHA256 (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = fa816c4f7479b68e0ac3fd6c26982d1c2832d70dfb4236085ff5b6bd4e2a1039 -SIZE (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = 4983292 -SHA256 (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = ddba97d5ad45c495cdd94188955569819dd6db2d6c927431987bad7f4c0df3b6 -SIZE (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = 4746368 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 9dec008aa7d405fae41e76cc1e551e6c0a7d52f020dad3c083dba253f78b50de -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 5141785 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = e667ac0d57fec3f0a591986cce5ddeabed3bfb2c433e7adacc67761d81cb6ae5 -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = 3865311 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 0a9cc5905ed4074255292ab5b6f8035c633875ab62bc32e1b28e1b7d2b303387 -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 4055191 -SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 8f19631c08b5fa67638ccbdb916adafb90dfb574c1f49810160b5fa9d77ef2c4 -SIZE (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 903202 -SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 71e322d07cafc41626894bcf3b23ecdac92121a7d3a97f71077297528bca7fa7 -SIZE (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 751216 +TIMESTAMP = 1750634616 +SHA256 (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = dbf945a5882d8c571c4a17b32c67f3c5737319e2e9f0fdacc7f6f675aed4ae39 +SIZE (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = 4976336 +SHA256 (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 2b0abd0203db5939bb5b32ba2a1576bd36dcd33c250786b7b2fa134d060a7370 +SIZE (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 4742933 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 7c98c7ca290cc5d6cdcebd36eeed3b9000f0a3b1677f748eba5568746d64679c +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 5139346 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 0e14177476419c3b4ab709c6e2d67c21fa1c83823a8abf7f8fba4d71e62657cc +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 3863310 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = bc99422fec417d653fe5454df1c2307bd023e902f7a45540c2584788d8f37d64 +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = 4064095 +SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = f001d5bba7f9661364c3b7059dea8d2ea80d1eb54b5ef3da8932bedb947ad08f +SIZE (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = 902232 +SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 67be16562788d6a058d0b64ded58bd72460e86811c8960d7e898e49c9fa5fc4b +SIZE (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 750001 SHA256 (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 8b1359ea8b61a54110307d4903fb714a32ba87399d2e298e5d738b7f5fb0fe40 SIZE (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 10792270 SHA256 (rocky/c/cpp-11.5.0-5.el9_5.x86_64.rpm) = 3971c47b7a719db54e855219d96a141b7f1110afde1802d7ecbf7b440717002e @@ -29,18 +29,18 @@ SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = ce2da122db9439111eca6 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = 12831212 SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 99dccf59e5f52df2b6386dce7d2d2b62048014c9decd05bb81f9a958b09c1d13 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 13283781 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.aarch64.rpm) = 020e899c6312b0f94d225972b2b018cd47e3c645454ac11902e63a99d985dc68 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.aarch64.rpm) = 445179 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.i686.rpm) = 73fbf8beab0fea69803e6c706d7828eaa07ba4b99d4ff1f82cae594c55c5b882 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.i686.rpm) = 26092 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.x86_64.rpm) = 71b669dae2d01ab784068454f2a7f196fc6a39c038f92aab025ce70909080a79 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.x86_64.rpm) = 25624 -SHA256 (rocky/g/glibc-headers-2.34-125.el9_5.8.x86_64.rpm) = 1581f170a3e272715013f4e3d93aec13f97a79c3f720731e02369f8c59c4b169 -SIZE (rocky/g/glibc-headers-2.34-125.el9_5.8.x86_64.rpm) = 439728 -SHA256 (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.aarch64.rpm) = d7b7126ba2bc1a76dcbcca857db03262910e300c6503ecaa626590a1fa9b8125 -SIZE (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.aarch64.rpm) = 3682361 -SHA256 (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.x86_64.rpm) = c1ce3fba00143e7f225b2200b18356da5e6361ea956c9d962d12eb20d25ea301 -SIZE (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.x86_64.rpm) = 3714589 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 74e4a1566c6589ec2f51f2f649d8328037b83c2763a071f8255ba8d564ec9aa1 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 453649 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = f396e2e1ec13fe70714486a95bac6d459cb35c29f8cae19d39cd6d4f1a074056 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = 33263 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = f61941a35a6f31960205f49ad7d68f0b9f0c912266412d55c419d99daeb4eb59 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = 32750 +SHA256 (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = cf7cfa0b639909058eaac80e7aadf9680f928ebc6b341189d5abbcd3b2d73652 +SIZE (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = 447581 +SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = ac88bfb6962d39b47e20cb8e99df8e87502c63e3f4bad73d077cae3eea8101f2 +SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = 3426593 +SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = ee09614cf00133cf2e1d7304026984f28015dda7c8dea35680432e8f23b09f6a +SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = 3458645 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 22ec15677e92a91a1aa86c9083525083f4a53c75c159e5cce496a65172f47589 SIZE (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 28359 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.i686.rpm) = 74f8d01153ae3052f968fc76e4d26d71e300d35335d4c5d9c7887676cf255b3c @@ -71,12 +71,12 @@ SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 8dd409ea671f11c345b55 SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 2346423 SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = a9df7e426503b79954e995b927c528628053740956fad1c9dfb84ee44e06ddc6 SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = 2329962 -SHA256 (rocky/b/binutils-2.35.2-54.el9.src.rpm) = c6eccfb1ac99c90691953dfd97f1aabce89cf4ca83e39137ab561a0733f7853d -SIZE (rocky/b/binutils-2.35.2-54.el9.src.rpm) = 22350808 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 2a0ea9e22af53f2c9f5f9819b000f970206e8b2242132ae6165f1ecd3eb3c2ea -SIZE (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 18631240 -SHA256 (rocky/k/kernel-5.14.0-503.40.1.el9_5.src.rpm) = dc3656bf0b43d1fcafc5a0a21859b17f57de36e18af4cf3b16320577306ddeb2 -SIZE (rocky/k/kernel-5.14.0-503.40.1.el9_5.src.rpm) = 146404769 +SHA256 (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 5ffeb70c08470b76a040f04d0539a91b3ace7ed83ea551e76605f5475dc658fa +SIZE (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 22404566 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 9a602a4f0a3d3c5d28df7a746421b29d5b5077ab1f971562eaa023a303b1b0ce +SIZE (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 19642716 +SHA256 (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 4e97bd514c6ee65c1e643680c4be4248658ddb7c08b3ecfec3e37ef2689c2e8e +SIZE (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 149279250 SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 diff --git a/devel/linux-rl9-devtools/pkg-plist.aarch64 b/devel/linux-rl9-devtools/pkg-plist.aarch64 index 189c02f06c71..509de7522bba 100644 --- a/devel/linux-rl9-devtools/pkg-plist.aarch64 +++ b/devel/linux-rl9-devtools/pkg-plist.aarch64 @@ -162,6 +162,8 @@ usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h +usr/include/bits/inet-fortified-decl.h +usr/include/bits/inet-fortified.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h @@ -1171,6 +1173,7 @@ usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/panthor_drm.h usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h @@ -1504,6 +1507,7 @@ usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h +usr/include/linux/lsm.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h @@ -1514,6 +1518,7 @@ usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/mei_uuid.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h @@ -1707,8 +1712,8 @@ usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h -usr/include/linux/nfsd_netlink.h usr/include/linux/nfsd/stats.h +usr/include/linux/nfsd_netlink.h usr/include/linux/nilfs2_api.h usr/include/linux/nilfs2_ondisk.h usr/include/linux/nitro_enclaves.h @@ -1750,11 +1755,11 @@ usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h -usr/include/linux/psp-dbc.h usr/include/linux/pr.h usr/include/linux/prctl.h usr/include/linux/psample.h usr/include/linux/psci.h +usr/include/linux/psp-dbc.h usr/include/linux/psp-sev.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h @@ -1882,6 +1887,7 @@ usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h +usr/include/linux/tps6594_pfsm.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 index 104cfcad81f7..37fb5f4a8891 100644 --- a/devel/linux-rl9-devtools/pkg-plist.amd64 +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -189,6 +189,8 @@ usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h +usr/include/bits/inet-fortified-decl.h +usr/include/bits/inet-fortified.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h @@ -1245,6 +1247,7 @@ usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/panthor_drm.h usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h @@ -1581,6 +1584,7 @@ usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h +usr/include/linux/lsm.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h @@ -1591,6 +1595,7 @@ usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/mei_uuid.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h @@ -1959,6 +1964,7 @@ usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h +usr/include/linux/tps6594_pfsm.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile index adc40de3df4c..6dc3d317b12d 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.191 -DISTVERSIONSUFFIX= -4.el9 +PORTVERSION= 0.192 +DISTVERSIONSUFFIX= -5.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libelf diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index a1db39ac1b72..c85f15f4c4c4 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732645208 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 4d3d63c54160a3be36aec31c17c24c25c274b50a86d32e37c9b9eeda974520ef -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 210235 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = d083ecab226b832806445f6b00e9c7fc9ab196a621c6c03c857fb54f09149fdc -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = 218617 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 1262b160e85c0a18fc262a172f144009638bb015d5c10f04d58cbec3db375733 -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 210677 -SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 -SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 +TIMESTAMP = 1750633560 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 31d83497538e68985de4f3dbc154b67a6dadb3ebb48d139125f3a97ca0625478 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 207000 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 8a60f3749e6fd53f79953562a23da0f3c986bd438b0f7513a07b0d23326c23d6 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 215574 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 0978be18b7a6e60d21ab747ab23c090a54942b7da21f46172f131ed673ecb1e1 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 208010 +SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 +SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile index 46e056df0b4f..e070f87f427e 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,7 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.191 -DISTVERSIONSUFFIX= -4.el9 -PORTREVISION= 1 +PORTVERSION= 0.192 +DISTVERSIONSUFFIX= -5.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index 89de53581c3f..aaa46c87f017 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1740006158 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.aarch64.rpm) = f93d95ad5eca4b1b6de0fbcc2cd645c911fd63422a26247c7a6250679a194dd4 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.aarch64.rpm) = 35641 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.i686.rpm) = 0dd5b4bbaafbd35d4fa9294e4cefbf66fc1f5a9d2fc30c3b182ed50b42258ec6 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.i686.rpm) = 37864 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm) = 9871ef9ff71a3029a8bd674d4b29f09ed079434fc9386359a016504cbd6e7072 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm) = 36401 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = f6bb64e09d8793da7f70a6f17f257ed3159b46c167a8d1cb705e004178ae3e01 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = 262320 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 8489b6125e3d05366b6c3b299c8312a6e901bc0640371c910ae84528046ecec7 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 297376 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = a08371a4a9d43427755608a7ef44c3f55f7265e8a3c30bbbd305db0e1cb5d1d1 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = 265149 -SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 -SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 +TIMESTAMP = 1750633620 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 006225608eae4283ab19078a4c5d0da0176dd5c3e8ef0bb22727cb5727fce30b +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 41988 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = c8b74d735e018e125a9ef0029d9cb7a89a2bd790247cf3c0462b6ca2eea549d6 +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = 44953 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 8abf95757232cadde228adf67b427ab4352bb9465163400da39a91996bfbe3dd +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 42935 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = e23d9871718bcab1b96f5eacd728bdfd16a1191041a72cc216c2013f115f95cd +SIZE (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = 264556 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = e20d3bc1bdcab742b600c3d679bb18e1784a6f635c9321253f68aea3183f6d2d +SIZE (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = 299362 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = a4795a2e73efe2bc1afd3151e8a102c24338e637e30688357ef2a3ba61198805 +SIZE (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = 266558 +SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 +SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 index 263c0d044d54..e70e6ad009ac 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 @@ -1,5 +1,7 @@ etc/profile.d/debuginfod.csh etc/profile.d/debuginfod.sh +etc/debuginfod/elfutils.certpath +etc/debuginfod/elfutils.urls usr/bin/debuginfod-find usr/lib64/libasm-%%LIBVERSION%%.so usr/lib64/libasm.so.1 @@ -7,6 +9,7 @@ usr/lib64/libdebuginfod-%%LIBVERSION%%.so usr/lib64/libdebuginfod.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 +usr/share/fish/vendor_conf.d/debuginfod.fish usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 usr/share/man/man1/debuginfod-find.1.gz diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 index 9124728369c8..faa6312699ba 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -1,5 +1,7 @@ etc/profile.d/debuginfod.csh etc/profile.d/debuginfod.sh +etc/debuginfod/elfutils.certpath +etc/debuginfod/elfutils.urls usr/bin/debuginfod-find usr/lib/libasm-%%LIBVERSION%%.so usr/lib/libasm.so.1 @@ -13,6 +15,7 @@ usr/lib64/libdebuginfod-%%LIBVERSION%%.so usr/lib64/libdebuginfod.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 +usr/share/fish/vendor_conf.d/debuginfod.fish usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 usr/share/man/man1/debuginfod-find.1.gz diff --git a/devel/linux-rl9-lld/Makefile b/devel/linux-rl9-lld/Makefile index 9aa274a5bfe9..0027262b2993 100644 --- a/devel/linux-rl9-lld/Makefile +++ b/devel/linux-rl9-lld/Makefile @@ -1,5 +1,5 @@ PORTNAME= lld -PORTVERSION= 18.1.8 +PORTVERSION= 19.1.7 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux @@ -18,6 +18,8 @@ WANT_LINUX32=yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \ ${PORTNAME}-libs-${DISTVERSIONFULL} +# src rpm is missing +SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} diff --git a/devel/linux-rl9-lld/distinfo b/devel/linux-rl9-lld/distinfo index 0aa84cc51f07..7a15b8b35354 100644 --- a/devel/linux-rl9-lld/distinfo +++ b/devel/linux-rl9-lld/distinfo @@ -1,19 +1,17 @@ -TIMESTAMP = 1732656072 -SHA256 (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 15bf1fb6ee6ad98d09b3a655ab907c5aa4a22f16f266cee7e69965fe20efef1c -SIZE (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 33819 -SHA256 (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 8dff5268316687f2bfc627459dad96b2a700b6b536d9949893b7fe892574a7a3 -SIZE (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 33745 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 8bf8dabde4f7393d4c541e3dd825f8fe9a841f89aaeff1646e0b5055b208bf56 -SIZE (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 21857 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = fa4c22c47eed63ef5acf9755f89625852bf2b5fb64272b78988a0dc5b8b32bab -SIZE (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = 21866 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 0323dd5e4e34a3fa55c734c09f3c2e11340369222b32f7bee734c29c318625ac -SIZE (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 21908 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = efa4f2b168b1ca3fe2ec8017b8f065279adae3d3de9594fc4cfa249c625c6068 -SIZE (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = 1494516 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 458d4dbfa18c4fc0ef956223766e3f2a9a92b935c6f7c7dbbaaa3ed6a985bf76 -SIZE (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 1693106 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 423cadfc6dc197f37e610f2810041930bc88dc8f67656ff301568e40985cd53a -SIZE (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 1597108 -SHA256 (rocky/l/lld-18.1.8-1.el9.src.rpm) = cf829f8f13925b156083875add697163a8ab5b16c8c087563ce1d36f46f6065b -SIZE (rocky/l/lld-18.1.8-1.el9.src.rpm) = 1589371 +TIMESTAMP = 1750644389 +SHA256 (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = cd5a65c64424d3b705241047e50cffeb4cfc77cdf2db9ec071b3d1f596725681 +SIZE (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = 34890 +SHA256 (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 5272503a23daba450e2f72ea030f357c5650b7a929bb674a64e25d9419800c12 +SIZE (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 34918 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 29c25aa6f836dfe30675655dd4a3d51406108459680fe7789f398b3d7ff651e2 +SIZE (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 28303 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 0db7a0e9bf90154b50764e189efaac8ab01d4b6941801b7c14df61f5327f2b8f +SIZE (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 28293 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 65bdcb1ccda94925c66000455956a415451f16311f7d3db10fd105e97925d5ad +SIZE (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 28351 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 955c9e8131b57fdcec75abb14c18bfbbc2751f300916fafd454c6eab87479768 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 1733249 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = fea48e5bbc791a5883ed11c46a55cd4242babcf96170d492e3bba7c84ff32cd4 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = 1959604 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 19549c84de1ca76f1c42fcb1b134feed93d11d8d4eec05c5b2f1897e079991f0 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 1856519 diff --git a/devel/linux-rl9-lld/pkg-plist.aarch64 b/devel/linux-rl9-lld/pkg-plist.aarch64 index a1f40f24e487..85a5f69a9851 100644 --- a/devel/linux-rl9-lld/pkg-plist.aarch64 +++ b/devel/linux-rl9-lld/pkg-plist.aarch64 @@ -22,16 +22,18 @@ usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCOFF.so.19.1 usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldCommon.so.19.1 usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldELF.so.19.1 usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMachO.so.19.1 usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldMinGW.so.19.1 usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.18.1 +usr/lib64/liblldWasm.so.19.1 usr/share/licenses/lld/LICENSE.TXT +usr/share/licenses/lld-devel/LICENSE.TXT +usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lld/pkg-plist.amd64 b/devel/linux-rl9-lld/pkg-plist.amd64 index 56481af85318..a900558ad5e7 100644 --- a/devel/linux-rl9-lld/pkg-plist.amd64 +++ b/devel/linux-rl9-lld/pkg-plist.amd64 @@ -22,32 +22,34 @@ usr/lib/cmake/lld/LLDConfigVersion.cmake usr/lib/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib/cmake/lld/LLDTargets.cmake usr/lib/liblldCOFF.so -usr/lib/liblldCOFF.so.18.1 +usr/lib/liblldCOFF.so.19.1 usr/lib/liblldCommon.so -usr/lib/liblldCommon.so.18.1 +usr/lib/liblldCommon.so.19.1 usr/lib/liblldELF.so -usr/lib/liblldELF.so.18.1 +usr/lib/liblldELF.so.19.1 usr/lib/liblldMachO.so -usr/lib/liblldMachO.so.18.1 +usr/lib/liblldMachO.so.19.1 usr/lib/liblldMinGW.so -usr/lib/liblldMinGW.so.18.1 +usr/lib/liblldMinGW.so.19.1 usr/lib/liblldWasm.so -usr/lib/liblldWasm.so.18.1 +usr/lib/liblldWasm.so.19.1 usr/lib64/cmake/lld/LLDConfig.cmake usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCOFF.so.19.1 usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldCommon.so.19.1 usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldELF.so.19.1 usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMachO.so.19.1 usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldMinGW.so.19.1 usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.18.1 +usr/lib64/liblldWasm.so.19.1 usr/share/licenses/lld/LICENSE.TXT +usr/share/licenses/lld-devel/LICENSE.TXT +usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lldb/Makefile b/devel/linux-rl9-lldb/Makefile index 404f5cba33db..016a2c17c40f 100644 --- a/devel/linux-rl9-lldb/Makefile +++ b/devel/linux-rl9-lldb/Makefile @@ -1,5 +1,5 @@ PORTNAME= lldb -PORTVERSION= 18.1.8 +PORTVERSION= 19.1.7 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux @@ -17,6 +17,8 @@ WANT_LINUX32=yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} +# src rpm is missing +SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} diff --git a/devel/linux-rl9-lldb/distinfo b/devel/linux-rl9-lldb/distinfo index f5770641e83c..2e6be54f30c4 100644 --- a/devel/linux-rl9-lldb/distinfo +++ b/devel/linux-rl9-lldb/distinfo @@ -1,13 +1,11 @@ -TIMESTAMP = 1732656787 -SHA256 (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 1ade80c143c38288e0365ceaefecddfa4e4cb736312df26508797ee427f867b3 -SIZE (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 6232305 -SHA256 (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = aed3bfff7e7703ee80bd762d3efb1e08f1a14cbbb5eef81c50d92d51de327427 -SIZE (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = 6388687 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 970ae1377249cdf665a16cbd24110343a861e1cb7e9f070ebb9e263b4fa9a328 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 588681 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 839bd540965b0a08a07f385361dbca72373c5944b4724703e3d141f70862e961 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 589578 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 04dfed0a2ff69653b147a24472ca941fc58142db58d38d6d8e9cd36117439d99 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 589672 -SHA256 (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 52f7c595c87a40ca67b6201be353ad5d3a7fa6e8c26d3e1b9deba5dbefe86ca6 -SIZE (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 10621629 +TIMESTAMP = 1750644401 +SHA256 (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 3678af558bd2db276d4af88c3f8e6222cb89c05e922adfd5a2875df4dd0e3fb9 +SIZE (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 42695027 +SHA256 (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 22783fa441394ca528e2f5973bf71eb9e0e9f02ca03b0b4cf0f1506a21c05ce8 +SIZE (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 45433758 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = cdfcc002200fee5c6581d4fe9b78066f70a8e19c873657b3e7030747c5096961 +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = 605284 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = fa2a4957a7ab9ed050953964f1216afb5baa4e46a6807439e6549efa809b0cdb +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = 605898 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 1b4905df9c64dd2d14cc6c39f8b278baa6890a56ac3ea93cb210c6630baed084 +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 605843 diff --git a/devel/linux-rl9-lldb/pkg-plist.aarch64 b/devel/linux-rl9-lldb/pkg-plist.aarch64 index 22819f2889fe..668cc7771eaf 100644 --- a/devel/linux-rl9-lldb/pkg-plist.aarch64 +++ b/devel/linux-rl9-lldb/pkg-plist.aarch64 @@ -5,6 +5,8 @@ usr/bin/lldb-instr usr/bin/lldb-server usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAddressRange.h +usr/include/lldb/API/SBAddressRangeList.h usr/include/lldb/API/SBAttachInfo.h usr/include/lldb/API/SBBlock.h usr/include/lldb/API/SBBreakpoint.h @@ -35,6 +37,7 @@ usr/include/lldb/API/SBHostOS.h usr/include/lldb/API/SBInstruction.h usr/include/lldb/API/SBInstructionList.h usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLanguages.h usr/include/lldb/API/SBLaunchInfo.h usr/include/lldb/API/SBLineEntry.h usr/include/lldb/API/SBListener.h @@ -49,9 +52,11 @@ usr/include/lldb/API/SBProcessInfoList.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBSaveCoreOptions.h usr/include/lldb/API/SBScriptObject.h usr/include/lldb/API/SBSection.h usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStatisticsOptions.h usr/include/lldb/API/SBStream.h usr/include/lldb/API/SBStringList.h usr/include/lldb/API/SBStructuredData.h @@ -101,12 +106,13 @@ usr/include/lldb/Breakpoint/StoppointCallbackContext.h usr/include/lldb/Breakpoint/StoppointHitCounter.h usr/include/lldb/Breakpoint/StoppointSite.h usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointAlgorithms.h usr/include/lldb/Breakpoint/WatchpointList.h usr/include/lldb/Breakpoint/WatchpointOptions.h usr/include/lldb/Breakpoint/WatchpointResource.h -usr/include/lldb/Breakpoint/WatchpointResourceList.h usr/include/lldb/Core/Address.h usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressRangeListImpl.h usr/include/lldb/Core/AddressResolver.h usr/include/lldb/Core/AddressResolverFileLine.h usr/include/lldb/Core/Architecture.h @@ -201,6 +207,7 @@ usr/include/lldb/Expression/ObjectFileJIT.h usr/include/lldb/Expression/REPL.h usr/include/lldb/Expression/UserExpression.h usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Alarm.h usr/include/lldb/Host/Config.h usr/include/lldb/Host/ConnectionFileDescriptor.h usr/include/lldb/Host/Debug.h @@ -300,6 +307,7 @@ usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h usr/include/lldb/Interpreter/OptionGroupArchitecture.h usr/include/lldb/Interpreter/OptionGroupBoolean.h @@ -360,12 +368,14 @@ usr/include/lldb/Symbol/LocateSymbolFile.h usr/include/lldb/Symbol/ObjectContainer.h usr/include/lldb/Symbol/ObjectFile.h usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SaveCoreOptions.h usr/include/lldb/Symbol/SourceModule.h usr/include/lldb/Symbol/Symbol.h usr/include/lldb/Symbol/SymbolContext.h usr/include/lldb/Symbol/SymbolContextScope.h usr/include/lldb/Symbol/SymbolFile.h usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocation.h usr/include/lldb/Symbol/SymbolLocator.h usr/include/lldb/Symbol/SymbolVendor.h usr/include/lldb/Symbol/Symtab.h @@ -458,6 +468,7 @@ usr/include/lldb/Target/UnixSignals.h usr/include/lldb/Target/Unwind.h usr/include/lldb/Target/UnwindAssembly.h usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Target/VerboseTrapFrameRecognizer.h usr/include/lldb/Utility/AddressableBits.h usr/include/lldb/Utility/AnsiTerminal.h usr/include/lldb/Utility/AppleUuidCompatibility.h @@ -478,6 +489,7 @@ usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/ErrorMessages.h usr/include/lldb/Utility/Event.h usr/include/lldb/Utility/FileSpec.h usr/include/lldb/Utility/FileSpecList.h @@ -543,6 +555,10 @@ usr/include/lldb/lldb-versioning.h usr/lib64/liblldb.so usr/lib64/liblldb.so.18.1 usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldb.so.19.1 +usr/lib64/liblldb.so.19.1.7 usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.18.1 +usr/lib64/liblldbIntelFeatures.so.19.1 +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb.1.gz usr/share/licenses/lldb/LICENSE.TXT diff --git a/devel/linux-rl9-lldb/pkg-plist.amd64 b/devel/linux-rl9-lldb/pkg-plist.amd64 index 5a7fcadb9a30..42950ed3b3b7 100644 --- a/devel/linux-rl9-lldb/pkg-plist.amd64 +++ b/devel/linux-rl9-lldb/pkg-plist.amd64 @@ -5,6 +5,8 @@ usr/bin/lldb-instr usr/bin/lldb-server usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAddressRange.h +usr/include/lldb/API/SBAddressRangeList.h usr/include/lldb/API/SBAttachInfo.h usr/include/lldb/API/SBBlock.h usr/include/lldb/API/SBBreakpoint.h @@ -35,6 +37,7 @@ usr/include/lldb/API/SBHostOS.h usr/include/lldb/API/SBInstruction.h usr/include/lldb/API/SBInstructionList.h usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLanguages.h usr/include/lldb/API/SBLaunchInfo.h usr/include/lldb/API/SBLineEntry.h usr/include/lldb/API/SBListener.h @@ -49,9 +52,11 @@ usr/include/lldb/API/SBProcessInfoList.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBSaveCoreOptions.h usr/include/lldb/API/SBScriptObject.h usr/include/lldb/API/SBSection.h usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStatisticsOptions.h usr/include/lldb/API/SBStream.h usr/include/lldb/API/SBStringList.h usr/include/lldb/API/SBStructuredData.h @@ -101,12 +106,13 @@ usr/include/lldb/Breakpoint/StoppointCallbackContext.h usr/include/lldb/Breakpoint/StoppointHitCounter.h usr/include/lldb/Breakpoint/StoppointSite.h usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointAlgorithms.h usr/include/lldb/Breakpoint/WatchpointList.h usr/include/lldb/Breakpoint/WatchpointOptions.h usr/include/lldb/Breakpoint/WatchpointResource.h -usr/include/lldb/Breakpoint/WatchpointResourceList.h usr/include/lldb/Core/Address.h usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressRangeListImpl.h usr/include/lldb/Core/AddressResolver.h usr/include/lldb/Core/AddressResolverFileLine.h usr/include/lldb/Core/Architecture.h @@ -201,6 +207,7 @@ usr/include/lldb/Expression/ObjectFileJIT.h usr/include/lldb/Expression/REPL.h usr/include/lldb/Expression/UserExpression.h usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Alarm.h usr/include/lldb/Host/Config-i386.h usr/include/lldb/Host/Config-x86_64.h usr/include/lldb/Host/Config.h @@ -302,6 +309,7 @@ usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h usr/include/lldb/Interpreter/OptionGroupArchitecture.h usr/include/lldb/Interpreter/OptionGroupBoolean.h @@ -362,12 +370,14 @@ usr/include/lldb/Symbol/LocateSymbolFile.h usr/include/lldb/Symbol/ObjectContainer.h usr/include/lldb/Symbol/ObjectFile.h usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SaveCoreOptions.h usr/include/lldb/Symbol/SourceModule.h usr/include/lldb/Symbol/Symbol.h usr/include/lldb/Symbol/SymbolContext.h usr/include/lldb/Symbol/SymbolContextScope.h usr/include/lldb/Symbol/SymbolFile.h usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocation.h usr/include/lldb/Symbol/SymbolLocator.h usr/include/lldb/Symbol/SymbolVendor.h usr/include/lldb/Symbol/Symtab.h @@ -460,6 +470,7 @@ usr/include/lldb/Target/UnixSignals.h usr/include/lldb/Target/Unwind.h usr/include/lldb/Target/UnwindAssembly.h usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Target/VerboseTrapFrameRecognizer.h usr/include/lldb/Utility/AddressableBits.h usr/include/lldb/Utility/AnsiTerminal.h usr/include/lldb/Utility/AppleUuidCompatibility.h @@ -480,6 +491,7 @@ usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/ErrorMessages.h usr/include/lldb/Utility/Event.h usr/include/lldb/Utility/FileSpec.h usr/include/lldb/Utility/FileSpecList.h @@ -545,6 +557,10 @@ usr/include/lldb/lldb-versioning.h usr/lib64/liblldb.so usr/lib64/liblldb.so.18.1 usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldb.so.19.1 +usr/lib64/liblldb.so.19.1.7 usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.18.1 +usr/lib64/liblldbIntelFeatures.so.19.1 usr/share/licenses/lldb/LICENSE.TXT +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb.1.gz diff --git a/devel/linux-rl9-llvm/Makefile b/devel/linux-rl9-llvm/Makefile index d99dc452ea38..b40eab2109a3 100644 --- a/devel/linux-rl9-llvm/Makefile +++ b/devel/linux-rl9-llvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm -PORTVERSION= 18.1.8 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 19.1.7 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org diff --git a/devel/linux-rl9-llvm/distinfo b/devel/linux-rl9-llvm/distinfo index 9e4d75554719..9fda79aa2145 100644 --- a/devel/linux-rl9-llvm/distinfo +++ b/devel/linux-rl9-llvm/distinfo @@ -1,25 +1,25 @@ -TIMESTAMP = 1732647328 -SHA256 (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 417d4302c56d833847e402f2e75c6c3f4bf0215a26de53d2047aa4ca46042233 -SIZE (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 23851282 -SHA256 (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 623c4e55276a61acae5e07d801199cdcd48916494f9fec5def8e80406a46d17d -SIZE (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 24808471 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 2bbba0cd3dbf98ede96d01c73fadef07c7b2b61ca4316b6040706ed933c667b5 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 3937571 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = bd1aa8399602f3145121ed3257f54b675b4e2e70c69db4016dd8c6df8799edb7 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = 3942899 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 54ec208ea43a7d03c29bb41e92e696a6461f0bb2e134bdddbea73c7a4db8d983 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 3935884 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 403a7a8353d3276a841179a3d209c3c4e637d561342bd5ccdca6240cefed4ed6 -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 25320720 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 7acc066c810170d3b56c95e0afc9ba08f2f2c835ffd7b1f4dd9eefc9e95c442e -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 26845979 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 2a534d77fcc4bea0d8fb6fbc04d87cab8b9e1c745aca558743564bfe99f32134 -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 26947940 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 6497110ec660c74acd617272cf3d4849a2e7f702b9ad32355c55d6b551f44cc8 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 32962326 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 619132330eae8bd34ef045e10b828be097fcd7c902e54c5358d038df3fc25968 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 37320435 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 3d12a5ae5c705b49d912373101a403eab049923e00e19addb2aae9377589a3e6 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 34217052 -SHA256 (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 47c78c2fa0edd54b6eda10accbcb7673a02257e3ddeafc38d4bacd057bfc216d -SIZE (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 62454555 +TIMESTAMP = 1750643216 +SHA256 (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 227e82149d7776def5cc285025370042e4989f58345cc457e77aad10dfaa87aa +SIZE (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 20794710 +SHA256 (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 0d68e80c24fab8653e8e67050af189ca585d2b1504f3c3437d31e2c211ce5e6d +SIZE (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 21859429 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 5e7302f46c1652a9b9f592da51798e330f56cacf76d7da2d528523ac250abdd5 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 4085734 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = a1b63f90e80937912616e89e93957c288b868ef5fd77083b8f15d436a3750cd7 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = 4096958 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 33aee6fffd6406dc3c3f79fdb2464edcabc3285812fb2934898b1b862b1eec46 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 4087244 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = b0c3b8f10d84cc4d20498258baa9c6b47f52a8299d022048c55193d2230bdb9b +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = 55483891 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 0d68df9973a91d7094cde2e9ce77638c0a3ec6454219f6bb9430963327371fa3 +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 61059961 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 72756245433eb4de267b9f280b7686782f8a1be4a0af26476ad05787cbc47bed +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 59613908 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 1a385b7e6725b66bc9b5d9e0d0ddd2583ed854b615f2b8d5ef8e21a00934f69e +SIZE (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 39114028 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = ec60fca2b289c48fe57736d7e14422be894d69e903be3ecbbff34c877e54018a +SIZE (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = 45555982 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = e8f6cfe1a5b0d0b3a0f58b943f83716addb38f30e3493f26ad16677bb1609e79 +SIZE (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = 41336986 +SHA256 (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 9f8f07ead30bd883938bddf7d1dd31078179874d15e951a1400f7a8ef84552a7 +SIZE (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 273473880 diff --git a/devel/linux-rl9-llvm/pkg-plist.aarch64 b/devel/linux-rl9-llvm/pkg-plist.aarch64 index 1902958bab43..b56df41e7a14 100644 --- a/devel/linux-rl9-llvm/pkg-plist.aarch64 +++ b/devel/linux-rl9-llvm/pkg-plist.aarch64 @@ -13,7 +13,7 @@ usr/bin/llvm-bitcode-strip usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-18-64 +usr/bin/llvm-config-19-64 usr/bin/llvm-config-64 usr/bin/llvm-cov usr/bin/llvm-cvtres @@ -77,6 +77,7 @@ usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt +usr/bin/reduce-chunk-list usr/bin/sancov usr/bin/sanstats usr/bin/split-file @@ -137,6 +138,7 @@ usr/include/llvm/ADT/DenseMapInfoVariant.h usr/include/llvm/ADT/DenseSet.h usr/include/llvm/ADT/DepthFirstIterator.h usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/DynamicAPInt.h usr/include/llvm/ADT/EnumeratedArray.h usr/include/llvm/ADT/EpochTracker.h usr/include/llvm/ADT/EquivalenceClasses.h @@ -179,6 +181,7 @@ usr/include/llvm/ADT/ScopedHashTable.h usr/include/llvm/ADT/Sequence.h usr/include/llvm/ADT/SetOperations.h usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SlowDynamicAPInt.h usr/include/llvm/ADT/SmallBitVector.h usr/include/llvm/ADT/SmallPtrSet.h usr/include/llvm/ADT/SmallSet.h @@ -251,6 +254,8 @@ usr/include/llvm/Analysis/DominanceFrontier.h usr/include/llvm/Analysis/DominanceFrontierImpl.h usr/include/llvm/Analysis/EHUtils.h usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h usr/include/llvm/Analysis/GlobalsModRef.h usr/include/llvm/Analysis/GuardUtils.h usr/include/llvm/Analysis/HeatUtils.h @@ -269,9 +274,6 @@ usr/include/llvm/Analysis/InstSimplifyFolder.h usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h -usr/include/llvm/Analysis/Interval.h -usr/include/llvm/Analysis/IntervalIterator.h -usr/include/llvm/Analysis/IntervalPartition.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h @@ -356,6 +358,7 @@ usr/include/llvm/Analysis/WithCache.h usr/include/llvm/AsmParser/LLLexer.h usr/include/llvm/AsmParser/LLParser.h usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/NumberedValues.h usr/include/llvm/AsmParser/Parser.h usr/include/llvm/AsmParser/SlotMapping.h usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h @@ -422,6 +425,7 @@ usr/include/llvm/CodeGen/AntiDepBreaker.h usr/include/llvm/CodeGen/AsmPrinter.h usr/include/llvm/CodeGen/AsmPrinterHandler.h usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpand.h usr/include/llvm/CodeGen/AtomicExpandUtils.h usr/include/llvm/CodeGen/BasicBlockSectionUtils.h usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h @@ -433,7 +437,6 @@ usr/include/llvm/CodeGen/CalcSpillWeights.h usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h -usr/include/llvm/CodeGen/CodeGenPassBuilder.h usr/include/llvm/CodeGen/CodeGenPrepare.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h @@ -443,6 +446,7 @@ usr/include/llvm/CodeGen/DFAPacketizer.h usr/include/llvm/CodeGen/DIE.h usr/include/llvm/CodeGen/DIEValue.def usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DeadMachineInstructionElim.h usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h @@ -456,6 +460,7 @@ usr/include/llvm/CodeGen/ExpandReductions.h usr/include/llvm/CodeGen/ExpandVectorPredication.h usr/include/llvm/CodeGen/FastISel.h usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FinalizeISel.h usr/include/llvm/CodeGen/FunctionLoweringInfo.h usr/include/llvm/CodeGen/GCMetadata.h usr/include/llvm/CodeGen/GCMetadataPrinter.h @@ -502,6 +507,7 @@ usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/LexicalScopes.h usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveDebugVariables.h usr/include/llvm/CodeGen/LiveInterval.h usr/include/llvm/CodeGen/LiveIntervalCalc.h usr/include/llvm/CodeGen/LiveIntervalUnion.h @@ -513,8 +519,8 @@ usr/include/llvm/CodeGen/LiveRegMatrix.h usr/include/llvm/CodeGen/LiveRegUnits.h usr/include/llvm/CodeGen/LiveStacks.h usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LocalStackSlotAllocation.h usr/include/llvm/CodeGen/LoopTraversal.h -usr/include/llvm/CodeGen/LowLevelType.h usr/include/llvm/CodeGen/LowLevelTypeUtils.h usr/include/llvm/CodeGen/LowerEmuTLS.h usr/include/llvm/CodeGen/MBFIWrapper.h @@ -532,11 +538,14 @@ usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineConvergenceVerifier.h usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDomTreeUpdater.h usr/include/llvm/CodeGen/MachineDominanceFrontier.h usr/include/llvm/CodeGen/MachineDominators.h usr/include/llvm/CodeGen/MachineFrameInfo.h usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionAnalysis.h usr/include/llvm/CodeGen/MachineFunctionPass.h usr/include/llvm/CodeGen/MachineInstr.h usr/include/llvm/CodeGen/MachineInstrBuilder.h @@ -553,7 +562,6 @@ usr/include/llvm/CodeGen/MachineOperand.h usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h usr/include/llvm/CodeGen/MachineOutliner.h usr/include/llvm/CodeGen/MachinePassManager.h -usr/include/llvm/CodeGen/MachinePassRegistry.def usr/include/llvm/CodeGen/MachinePassRegistry.h usr/include/llvm/CodeGen/MachinePipeliner.h usr/include/llvm/CodeGen/MachinePostDominators.h @@ -566,7 +574,7 @@ usr/include/llvm/CodeGen/MachineSizeOpts.h usr/include/llvm/CodeGen/MachineStableHash.h usr/include/llvm/CodeGen/MachineTraceMetrics.h usr/include/llvm/CodeGen/MachineUniformityAnalysis.h -usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MachineVerifier.h usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h @@ -577,7 +585,7 @@ usr/include/llvm/CodeGen/PBQP/Math.h usr/include/llvm/CodeGen/PBQP/ReductionRules.h usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h -usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h @@ -587,6 +595,7 @@ usr/include/llvm/CodeGen/RDFLiveness.h usr/include/llvm/CodeGen/RDFRegisters.h usr/include/llvm/CodeGen/ReachingDefAnalysis.h usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h usr/include/llvm/CodeGen/Register.h @@ -598,8 +607,9 @@ usr/include/llvm/CodeGen/RegisterScavenging.h usr/include/llvm/CodeGen/RegisterUsageInfo.h usr/include/llvm/CodeGen/ReplaceWithVeclib.h usr/include/llvm/CodeGen/ResourcePriorityQueue.h -usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/RuntimeLibcallUtil.h usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SDPatternMatch.h usr/include/llvm/CodeGen/SafeStack.h usr/include/llvm/CodeGen/ScheduleDAG.h usr/include/llvm/CodeGen/ScheduleDAGInstrs.h @@ -634,6 +644,7 @@ usr/include/llvm/CodeGen/TargetRegisterInfo.h usr/include/llvm/CodeGen/TargetSchedule.h usr/include/llvm/CodeGen/TargetSubtargetInfo.h usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TwoAddressInstructionPass.h usr/include/llvm/CodeGen/TypePromotion.h usr/include/llvm/CodeGen/UnreachableBlockElim.h usr/include/llvm/CodeGen/VLIWMachineScheduler.h @@ -644,6 +655,11 @@ usr/include/llvm/CodeGen/WasmEHFuncInfo.h usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/CodeGen/WindowScheduler.h +usr/include/llvm/CodeGenData/OutlinedHashTree.h +usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h +usr/include/llvm/CodeGenTypes/LowLevelType.h +usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def usr/include/llvm/Config/AsmPrinters.def usr/include/llvm/Config/Disassemblers.def @@ -777,6 +793,7 @@ usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h @@ -796,7 +813,7 @@ usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h usr/include/llvm/DebugInfo/MSF/IMSFFile.h usr/include/llvm/DebugInfo/MSF/MSFBuilder.h usr/include/llvm/DebugInfo/MSF/MSFCommon.h @@ -991,6 +1008,7 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1020,6 +1038,7 @@ usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -1031,6 +1050,7 @@ usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h @@ -1040,6 +1060,7 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h @@ -1061,6 +1082,10 @@ usr/include/llvm/Frontend/Offloading/Utility.h usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/ClauseT.h +usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h +usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc usr/include/llvm/Frontend/OpenMP/OMP.inc usr/include/llvm/Frontend/OpenMP/OMP.td @@ -1078,6 +1103,7 @@ usr/include/llvm/FuzzMutate/Operations.h usr/include/llvm/FuzzMutate/Random.h usr/include/llvm/FuzzMutate/RandomIRBuilder.h usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Analysis.h usr/include/llvm/IR/Argument.h usr/include/llvm/IR/AssemblyAnnotationWriter.h usr/include/llvm/IR/Assumptions.h @@ -1095,12 +1121,14 @@ usr/include/llvm/IR/Constant.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/ConstantRangeList.h usr/include/llvm/IR/Constants.h usr/include/llvm/IR/ConstrainedOps.def usr/include/llvm/IR/ConvergenceVerifier.h usr/include/llvm/IR/CycleInfo.h usr/include/llvm/IR/DIBuilder.h usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DbgVariableFragmentInfo.h usr/include/llvm/IR/DebugInfo.h usr/include/llvm/IR/DebugInfoFlags.def usr/include/llvm/IR/DebugInfoMetadata.h @@ -1119,6 +1147,7 @@ usr/include/llvm/IR/FixedMetadataKinds.def usr/include/llvm/IR/FixedPointBuilder.h usr/include/llvm/IR/Function.h usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GEPNoWrapFlags.h usr/include/llvm/IR/GVMaterializer.h usr/include/llvm/IR/GenericConvergenceVerifierImpl.h usr/include/llvm/IR/GetElementPtrTypeIterator.h @@ -1190,6 +1219,7 @@ usr/include/llvm/IR/LegacyPassNameParser.h usr/include/llvm/IR/MDBuilder.h usr/include/llvm/IR/Mangler.h usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/MemoryModelRelaxationAnnotations.h usr/include/llvm/IR/Metadata.def usr/include/llvm/IR/Metadata.h usr/include/llvm/IR/Module.h @@ -1213,6 +1243,7 @@ usr/include/llvm/IR/ProfileSummary.h usr/include/llvm/IR/PseudoProbe.h usr/include/llvm/IR/ReplaceConstant.h usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/RuntimeLibcalls.h usr/include/llvm/IR/SSAContext.h usr/include/llvm/IR/SafepointIRVerifier.h usr/include/llvm/IR/Statepoint.h @@ -1264,7 +1295,6 @@ usr/include/llvm/MC/MCAsmInfoELF.h usr/include/llvm/MC/MCAsmInfoGOFF.h usr/include/llvm/MC/MCAsmInfoWasm.h usr/include/llvm/MC/MCAsmInfoXCOFF.h -usr/include/llvm/MC/MCAsmLayout.h usr/include/llvm/MC/MCAsmMacro.h usr/include/llvm/MC/MCAssembler.h usr/include/llvm/MC/MCCodeEmitter.h @@ -1279,6 +1309,7 @@ usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFExtras.h usr/include/llvm/MC/MCELFObjectWriter.h usr/include/llvm/MC/MCELFStreamer.h usr/include/llvm/MC/MCExpr.h @@ -1330,6 +1361,7 @@ usr/include/llvm/MC/MCSymbolCOFF.h usr/include/llvm/MC/MCSymbolELF.h usr/include/llvm/MC/MCSymbolGOFF.h usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolTableEntry.h usr/include/llvm/MC/MCSymbolWasm.h usr/include/llvm/MC/MCSymbolXCOFF.h usr/include/llvm/MC/MCTargetOptions.h @@ -1452,13 +1484,18 @@ usr/include/llvm/PassAnalysisSupport.h usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h usr/include/llvm/Passes/PassPlugin.h usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/Passes/TargetPassRegistry.inc usr/include/llvm/ProfileData/Coverage/CoverageMapping.h usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/include/llvm/ProfileData/CtxInstrContextNode.h usr/include/llvm/ProfileData/FunctionId.h usr/include/llvm/ProfileData/GCOV.h usr/include/llvm/ProfileData/HashKeyMap.h @@ -1471,6 +1508,9 @@ usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h @@ -1489,6 +1529,10 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/SandboxIR/SandboxIR.h +usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Use.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1543,7 +1587,7 @@ usr/include/llvm/Support/ConvertUTF.h usr/include/llvm/Support/CrashRecoveryContext.h usr/include/llvm/Support/DJB.h usr/include/llvm/Support/DOTGraphTraits.h -usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DXILABI.h usr/include/llvm/Support/DataExtractor.h usr/include/llvm/Support/DataTypes.h usr/include/llvm/Support/Debug.h @@ -1562,6 +1606,7 @@ usr/include/llvm/Support/Error.h usr/include/llvm/Support/ErrorHandling.h usr/include/llvm/Support/ErrorOr.h usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExponentialBackoff.h usr/include/llvm/Support/ExtensibleRTTI.h usr/include/llvm/Support/Extension.def usr/include/llvm/Support/FileCollector.h @@ -1584,6 +1629,8 @@ usr/include/llvm/Support/GenericLoopInfoImpl.h usr/include/llvm/Support/GlobPattern.h usr/include/llvm/Support/GraphWriter.h usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/HexagonAttributeParser.h +usr/include/llvm/Support/HexagonAttributes.h usr/include/llvm/Support/InitLLVM.h usr/include/llvm/Support/InstructionCost.h usr/include/llvm/Support/JSON.h @@ -1594,6 +1641,7 @@ usr/include/llvm/Support/LLVMDriver.h usr/include/llvm/Support/LineIterator.h usr/include/llvm/Support/Locale.h usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/LogicalResult.h usr/include/llvm/Support/MD5.h usr/include/llvm/Support/MSP430AttributeParser.h usr/include/llvm/Support/MSP430Attributes.h @@ -1622,7 +1670,7 @@ usr/include/llvm/Support/Process.h usr/include/llvm/Support/Program.h usr/include/llvm/Support/RISCVAttributeParser.h usr/include/llvm/Support/RISCVAttributes.h -usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RISCVISAUtils.h usr/include/llvm/Support/RWMutex.h usr/include/llvm/Support/RandomNumberGenerator.h usr/include/llvm/Support/Recycler.h @@ -1639,6 +1687,7 @@ usr/include/llvm/Support/ScaledNumber.h usr/include/llvm/Support/ScopedPrinter.h usr/include/llvm/Support/Signals.h usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SipHash.h usr/include/llvm/Support/SmallVectorMemoryBuffer.h usr/include/llvm/Support/Solaris/sys/regset.h usr/include/llvm/Support/SourceMgr.h @@ -1677,6 +1726,7 @@ usr/include/llvm/Support/X86FoldTablesUtils.h usr/include/llvm/Support/YAMLParser.h usr/include/llvm/Support/YAMLTraits.h usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/float128.h usr/include/llvm/Support/raw_os_ostream.h usr/include/llvm/Support/raw_ostream.h usr/include/llvm/Support/raw_sha1_ostream.h @@ -1709,19 +1759,25 @@ usr/include/llvm/Target/TargetIntrinsicInfo.h usr/include/llvm/Target/TargetItinerary.td usr/include/llvm/Target/TargetLoweringObjectFile.h usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetMacroFusion.td usr/include/llvm/Target/TargetOptions.h usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64CPUFeatures.inc usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def usr/include/llvm/TargetParser/ARMTargetParser.h usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/ARMTargetParserDef.inc usr/include/llvm/TargetParser/CSKYTargetParser.def usr/include/llvm/TargetParser/CSKYTargetParser.h usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc usr/include/llvm/TargetParser/SubtargetFeature.h @@ -1738,6 +1794,7 @@ usr/include/llvm/TextAPI/Architecture.def usr/include/llvm/TextAPI/Architecture.h usr/include/llvm/TextAPI/ArchitectureSet.h usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/FileTypes.h usr/include/llvm/TextAPI/InterfaceFile.h usr/include/llvm/TextAPI/PackedVersion.h usr/include/llvm/TextAPI/Platform.h @@ -1773,6 +1830,7 @@ usr/include/llvm/Transforms/IPO/CrossDSOCFI.h usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h usr/include/llvm/Transforms/IPO/ElimAvailExtern.h usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExpandVariadics.h usr/include/llvm/Transforms/IPO/ExtractGV.h usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h usr/include/llvm/Transforms/IPO/FunctionAttrs.h @@ -1797,6 +1855,7 @@ usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h usr/include/llvm/Transforms/IPO/SCCP.h usr/include/llvm/Transforms/IPO/SampleContextTracker.h usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h @@ -1820,8 +1879,12 @@ usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h @@ -1853,6 +1916,7 @@ usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h usr/include/llvm/Transforms/Scalar/InferAlignment.h usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpTableToSwitch.h usr/include/llvm/Transforms/Scalar/JumpThreading.h usr/include/llvm/Transforms/Scalar/LICM.h usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h @@ -1868,7 +1932,6 @@ usr/include/llvm/Transforms/Scalar/LoopInterchange.h usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h usr/include/llvm/Transforms/Scalar/LoopPassManager.h usr/include/llvm/Transforms/Scalar/LoopPredication.h -usr/include/llvm/Transforms/Scalar/LoopReroll.h usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h @@ -1926,6 +1989,7 @@ usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h @@ -1991,6 +2055,7 @@ usr/include/llvm/Transforms/Utils/UnrollLoop.h usr/include/llvm/Transforms/Utils/VNCoercion.h usr/include/llvm/Transforms/Utils/ValueMapper.h usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h @@ -2034,7 +2099,6 @@ usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake usr/lib64/cmake/llvm/FindOCaml.cmake usr/lib64/cmake/llvm/FindSphinx.cmake -usr/lib64/cmake/llvm/FindTerminfo.cmake usr/lib64/cmake/llvm/FindZ3.cmake usr/lib64/cmake/llvm/Findzstd.cmake usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2059,9 +2123,10 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-18.so +usr/lib64/libLLVM-19.so usr/lib64/libLLVM.so usr/lib64/libLLVM.so.18.1 +usr/lib64/libLLVM.so.19.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2097,6 +2162,7 @@ usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2162,6 +2228,7 @@ usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOptDriver.a usr/lib64/libLLVMOption.a usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a @@ -2177,6 +2244,7 @@ usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMSandboxIR.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a @@ -2187,8 +2255,8 @@ usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a -usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a @@ -2212,9 +2280,9 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.18.1 +usr/lib64/libLTO.so.19.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.18.1 +usr/lib64/libRemarks.so.19.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 index fed427c96903..d7fcad9504dd 100644 --- a/devel/linux-rl9-llvm/pkg-plist.amd64 +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -13,8 +13,8 @@ usr/bin/llvm-bitcode-strip usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-18-32 -usr/bin/llvm-config-18-64 +usr/bin/llvm-config-19-32 +usr/bin/llvm-config-19-64 usr/bin/llvm-config-32 usr/bin/llvm-config-64 usr/bin/llvm-cov @@ -79,6 +79,7 @@ usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt +usr/bin/reduce-chunk-list usr/bin/sancov usr/bin/sanstats usr/bin/split-file @@ -139,6 +140,7 @@ usr/include/llvm/ADT/DenseMapInfoVariant.h usr/include/llvm/ADT/DenseSet.h usr/include/llvm/ADT/DepthFirstIterator.h usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/DynamicAPInt.h usr/include/llvm/ADT/EnumeratedArray.h usr/include/llvm/ADT/EpochTracker.h usr/include/llvm/ADT/EquivalenceClasses.h @@ -181,6 +183,7 @@ usr/include/llvm/ADT/ScopedHashTable.h usr/include/llvm/ADT/Sequence.h usr/include/llvm/ADT/SetOperations.h usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SlowDynamicAPInt.h usr/include/llvm/ADT/SmallBitVector.h usr/include/llvm/ADT/SmallPtrSet.h usr/include/llvm/ADT/SmallSet.h @@ -253,6 +256,8 @@ usr/include/llvm/Analysis/DominanceFrontier.h usr/include/llvm/Analysis/DominanceFrontierImpl.h usr/include/llvm/Analysis/EHUtils.h usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h usr/include/llvm/Analysis/GlobalsModRef.h usr/include/llvm/Analysis/GuardUtils.h usr/include/llvm/Analysis/HeatUtils.h @@ -271,9 +276,6 @@ usr/include/llvm/Analysis/InstSimplifyFolder.h usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h -usr/include/llvm/Analysis/Interval.h -usr/include/llvm/Analysis/IntervalIterator.h -usr/include/llvm/Analysis/IntervalPartition.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h @@ -358,6 +360,7 @@ usr/include/llvm/Analysis/WithCache.h usr/include/llvm/AsmParser/LLLexer.h usr/include/llvm/AsmParser/LLParser.h usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/NumberedValues.h usr/include/llvm/AsmParser/Parser.h usr/include/llvm/AsmParser/SlotMapping.h usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h @@ -424,6 +427,7 @@ usr/include/llvm/CodeGen/AntiDepBreaker.h usr/include/llvm/CodeGen/AsmPrinter.h usr/include/llvm/CodeGen/AsmPrinterHandler.h usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpand.h usr/include/llvm/CodeGen/AtomicExpandUtils.h usr/include/llvm/CodeGen/BasicBlockSectionUtils.h usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h @@ -435,7 +439,6 @@ usr/include/llvm/CodeGen/CalcSpillWeights.h usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h -usr/include/llvm/CodeGen/CodeGenPassBuilder.h usr/include/llvm/CodeGen/CodeGenPrepare.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h @@ -445,6 +448,7 @@ usr/include/llvm/CodeGen/DFAPacketizer.h usr/include/llvm/CodeGen/DIE.h usr/include/llvm/CodeGen/DIEValue.def usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DeadMachineInstructionElim.h usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h @@ -458,6 +462,7 @@ usr/include/llvm/CodeGen/ExpandReductions.h usr/include/llvm/CodeGen/ExpandVectorPredication.h usr/include/llvm/CodeGen/FastISel.h usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FinalizeISel.h usr/include/llvm/CodeGen/FunctionLoweringInfo.h usr/include/llvm/CodeGen/GCMetadata.h usr/include/llvm/CodeGen/GCMetadataPrinter.h @@ -504,6 +509,7 @@ usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/LexicalScopes.h usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveDebugVariables.h usr/include/llvm/CodeGen/LiveInterval.h usr/include/llvm/CodeGen/LiveIntervalCalc.h usr/include/llvm/CodeGen/LiveIntervalUnion.h @@ -515,8 +521,8 @@ usr/include/llvm/CodeGen/LiveRegMatrix.h usr/include/llvm/CodeGen/LiveRegUnits.h usr/include/llvm/CodeGen/LiveStacks.h usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LocalStackSlotAllocation.h usr/include/llvm/CodeGen/LoopTraversal.h -usr/include/llvm/CodeGen/LowLevelType.h usr/include/llvm/CodeGen/LowLevelTypeUtils.h usr/include/llvm/CodeGen/LowerEmuTLS.h usr/include/llvm/CodeGen/MBFIWrapper.h @@ -534,11 +540,14 @@ usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineConvergenceVerifier.h usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDomTreeUpdater.h usr/include/llvm/CodeGen/MachineDominanceFrontier.h usr/include/llvm/CodeGen/MachineDominators.h usr/include/llvm/CodeGen/MachineFrameInfo.h usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionAnalysis.h usr/include/llvm/CodeGen/MachineFunctionPass.h usr/include/llvm/CodeGen/MachineInstr.h usr/include/llvm/CodeGen/MachineInstrBuilder.h @@ -555,7 +564,6 @@ usr/include/llvm/CodeGen/MachineOperand.h usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h usr/include/llvm/CodeGen/MachineOutliner.h usr/include/llvm/CodeGen/MachinePassManager.h -usr/include/llvm/CodeGen/MachinePassRegistry.def usr/include/llvm/CodeGen/MachinePassRegistry.h usr/include/llvm/CodeGen/MachinePipeliner.h usr/include/llvm/CodeGen/MachinePostDominators.h @@ -568,7 +576,7 @@ usr/include/llvm/CodeGen/MachineSizeOpts.h usr/include/llvm/CodeGen/MachineStableHash.h usr/include/llvm/CodeGen/MachineTraceMetrics.h usr/include/llvm/CodeGen/MachineUniformityAnalysis.h -usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MachineVerifier.h usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h @@ -579,7 +587,7 @@ usr/include/llvm/CodeGen/PBQP/Math.h usr/include/llvm/CodeGen/PBQP/ReductionRules.h usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h -usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h @@ -589,6 +597,7 @@ usr/include/llvm/CodeGen/RDFLiveness.h usr/include/llvm/CodeGen/RDFRegisters.h usr/include/llvm/CodeGen/ReachingDefAnalysis.h usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h usr/include/llvm/CodeGen/Register.h @@ -600,8 +609,9 @@ usr/include/llvm/CodeGen/RegisterScavenging.h usr/include/llvm/CodeGen/RegisterUsageInfo.h usr/include/llvm/CodeGen/ReplaceWithVeclib.h usr/include/llvm/CodeGen/ResourcePriorityQueue.h -usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/RuntimeLibcallUtil.h usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SDPatternMatch.h usr/include/llvm/CodeGen/SafeStack.h usr/include/llvm/CodeGen/ScheduleDAG.h usr/include/llvm/CodeGen/ScheduleDAGInstrs.h @@ -636,6 +646,7 @@ usr/include/llvm/CodeGen/TargetRegisterInfo.h usr/include/llvm/CodeGen/TargetSchedule.h usr/include/llvm/CodeGen/TargetSubtargetInfo.h usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TwoAddressInstructionPass.h usr/include/llvm/CodeGen/TypePromotion.h usr/include/llvm/CodeGen/UnreachableBlockElim.h usr/include/llvm/CodeGen/VLIWMachineScheduler.h @@ -646,6 +657,11 @@ usr/include/llvm/CodeGen/WasmEHFuncInfo.h usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/CodeGen/WindowScheduler.h +usr/include/llvm/CodeGenData/OutlinedHashTree.h +usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h +usr/include/llvm/CodeGenTypes/LowLevelType.h +usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def usr/include/llvm/Config/AsmPrinters.def usr/include/llvm/Config/Disassemblers.def @@ -781,6 +797,7 @@ usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h @@ -800,7 +817,7 @@ usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h usr/include/llvm/DebugInfo/MSF/IMSFFile.h usr/include/llvm/DebugInfo/MSF/MSFBuilder.h usr/include/llvm/DebugInfo/MSF/MSFCommon.h @@ -995,6 +1012,7 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1024,6 +1042,7 @@ usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -1035,6 +1054,7 @@ usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h @@ -1044,6 +1064,7 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h @@ -1065,6 +1086,10 @@ usr/include/llvm/Frontend/Offloading/Utility.h usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/ClauseT.h +usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h +usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc usr/include/llvm/Frontend/OpenMP/OMP.inc usr/include/llvm/Frontend/OpenMP/OMP.td @@ -1082,6 +1107,7 @@ usr/include/llvm/FuzzMutate/Operations.h usr/include/llvm/FuzzMutate/Random.h usr/include/llvm/FuzzMutate/RandomIRBuilder.h usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Analysis.h usr/include/llvm/IR/Argument.h usr/include/llvm/IR/AssemblyAnnotationWriter.h usr/include/llvm/IR/Assumptions.h @@ -1099,12 +1125,14 @@ usr/include/llvm/IR/Constant.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/ConstantRangeList.h usr/include/llvm/IR/Constants.h usr/include/llvm/IR/ConstrainedOps.def usr/include/llvm/IR/ConvergenceVerifier.h usr/include/llvm/IR/CycleInfo.h usr/include/llvm/IR/DIBuilder.h usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DbgVariableFragmentInfo.h usr/include/llvm/IR/DebugInfo.h usr/include/llvm/IR/DebugInfoFlags.def usr/include/llvm/IR/DebugInfoMetadata.h @@ -1123,6 +1151,7 @@ usr/include/llvm/IR/FixedMetadataKinds.def usr/include/llvm/IR/FixedPointBuilder.h usr/include/llvm/IR/Function.h usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GEPNoWrapFlags.h usr/include/llvm/IR/GVMaterializer.h usr/include/llvm/IR/GenericConvergenceVerifierImpl.h usr/include/llvm/IR/GetElementPtrTypeIterator.h @@ -1194,6 +1223,7 @@ usr/include/llvm/IR/LegacyPassNameParser.h usr/include/llvm/IR/MDBuilder.h usr/include/llvm/IR/Mangler.h usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/MemoryModelRelaxationAnnotations.h usr/include/llvm/IR/Metadata.def usr/include/llvm/IR/Metadata.h usr/include/llvm/IR/Module.h @@ -1217,6 +1247,7 @@ usr/include/llvm/IR/ProfileSummary.h usr/include/llvm/IR/PseudoProbe.h usr/include/llvm/IR/ReplaceConstant.h usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/RuntimeLibcalls.h usr/include/llvm/IR/SSAContext.h usr/include/llvm/IR/SafepointIRVerifier.h usr/include/llvm/IR/Statepoint.h @@ -1268,7 +1299,6 @@ usr/include/llvm/MC/MCAsmInfoELF.h usr/include/llvm/MC/MCAsmInfoGOFF.h usr/include/llvm/MC/MCAsmInfoWasm.h usr/include/llvm/MC/MCAsmInfoXCOFF.h -usr/include/llvm/MC/MCAsmLayout.h usr/include/llvm/MC/MCAsmMacro.h usr/include/llvm/MC/MCAssembler.h usr/include/llvm/MC/MCCodeEmitter.h @@ -1283,6 +1313,7 @@ usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFExtras.h usr/include/llvm/MC/MCELFObjectWriter.h usr/include/llvm/MC/MCELFStreamer.h usr/include/llvm/MC/MCExpr.h @@ -1334,6 +1365,7 @@ usr/include/llvm/MC/MCSymbolCOFF.h usr/include/llvm/MC/MCSymbolELF.h usr/include/llvm/MC/MCSymbolGOFF.h usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolTableEntry.h usr/include/llvm/MC/MCSymbolWasm.h usr/include/llvm/MC/MCSymbolXCOFF.h usr/include/llvm/MC/MCTargetOptions.h @@ -1456,13 +1488,18 @@ usr/include/llvm/PassAnalysisSupport.h usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h usr/include/llvm/Passes/PassPlugin.h usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/Passes/TargetPassRegistry.inc usr/include/llvm/ProfileData/Coverage/CoverageMapping.h usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/include/llvm/ProfileData/CtxInstrContextNode.h usr/include/llvm/ProfileData/FunctionId.h usr/include/llvm/ProfileData/GCOV.h usr/include/llvm/ProfileData/HashKeyMap.h @@ -1475,6 +1512,9 @@ usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h @@ -1493,6 +1533,10 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/SandboxIR/SandboxIR.h +usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Use.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1547,7 +1591,7 @@ usr/include/llvm/Support/ConvertUTF.h usr/include/llvm/Support/CrashRecoveryContext.h usr/include/llvm/Support/DJB.h usr/include/llvm/Support/DOTGraphTraits.h -usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DXILABI.h usr/include/llvm/Support/DataExtractor.h usr/include/llvm/Support/DataTypes.h usr/include/llvm/Support/Debug.h @@ -1566,6 +1610,7 @@ usr/include/llvm/Support/Error.h usr/include/llvm/Support/ErrorHandling.h usr/include/llvm/Support/ErrorOr.h usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExponentialBackoff.h usr/include/llvm/Support/ExtensibleRTTI.h usr/include/llvm/Support/Extension.def usr/include/llvm/Support/FileCollector.h @@ -1588,6 +1633,8 @@ usr/include/llvm/Support/GenericLoopInfoImpl.h usr/include/llvm/Support/GlobPattern.h usr/include/llvm/Support/GraphWriter.h usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/HexagonAttributeParser.h +usr/include/llvm/Support/HexagonAttributes.h usr/include/llvm/Support/InitLLVM.h usr/include/llvm/Support/InstructionCost.h usr/include/llvm/Support/JSON.h @@ -1598,6 +1645,7 @@ usr/include/llvm/Support/LLVMDriver.h usr/include/llvm/Support/LineIterator.h usr/include/llvm/Support/Locale.h usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/LogicalResult.h usr/include/llvm/Support/MD5.h usr/include/llvm/Support/MSP430AttributeParser.h usr/include/llvm/Support/MSP430Attributes.h @@ -1626,7 +1674,7 @@ usr/include/llvm/Support/Process.h usr/include/llvm/Support/Program.h usr/include/llvm/Support/RISCVAttributeParser.h usr/include/llvm/Support/RISCVAttributes.h -usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RISCVISAUtils.h usr/include/llvm/Support/RWMutex.h usr/include/llvm/Support/RandomNumberGenerator.h usr/include/llvm/Support/Recycler.h @@ -1643,6 +1691,7 @@ usr/include/llvm/Support/ScaledNumber.h usr/include/llvm/Support/ScopedPrinter.h usr/include/llvm/Support/Signals.h usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SipHash.h usr/include/llvm/Support/SmallVectorMemoryBuffer.h usr/include/llvm/Support/Solaris/sys/regset.h usr/include/llvm/Support/SourceMgr.h @@ -1681,6 +1730,7 @@ usr/include/llvm/Support/X86FoldTablesUtils.h usr/include/llvm/Support/YAMLParser.h usr/include/llvm/Support/YAMLTraits.h usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/float128.h usr/include/llvm/Support/raw_os_ostream.h usr/include/llvm/Support/raw_ostream.h usr/include/llvm/Support/raw_sha1_ostream.h @@ -1713,19 +1763,25 @@ usr/include/llvm/Target/TargetIntrinsicInfo.h usr/include/llvm/Target/TargetItinerary.td usr/include/llvm/Target/TargetLoweringObjectFile.h usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetMacroFusion.td usr/include/llvm/Target/TargetOptions.h usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64CPUFeatures.inc usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def usr/include/llvm/TargetParser/ARMTargetParser.h usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/ARMTargetParserDef.inc usr/include/llvm/TargetParser/CSKYTargetParser.def usr/include/llvm/TargetParser/CSKYTargetParser.h usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc usr/include/llvm/TargetParser/SubtargetFeature.h @@ -1742,6 +1798,7 @@ usr/include/llvm/TextAPI/Architecture.def usr/include/llvm/TextAPI/Architecture.h usr/include/llvm/TextAPI/ArchitectureSet.h usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/FileTypes.h usr/include/llvm/TextAPI/InterfaceFile.h usr/include/llvm/TextAPI/PackedVersion.h usr/include/llvm/TextAPI/Platform.h @@ -1777,6 +1834,7 @@ usr/include/llvm/Transforms/IPO/CrossDSOCFI.h usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h usr/include/llvm/Transforms/IPO/ElimAvailExtern.h usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExpandVariadics.h usr/include/llvm/Transforms/IPO/ExtractGV.h usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h usr/include/llvm/Transforms/IPO/FunctionAttrs.h @@ -1801,6 +1859,7 @@ usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h usr/include/llvm/Transforms/IPO/SCCP.h usr/include/llvm/Transforms/IPO/SampleContextTracker.h usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h @@ -1824,8 +1883,12 @@ usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h @@ -1857,6 +1920,7 @@ usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h usr/include/llvm/Transforms/Scalar/InferAlignment.h usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpTableToSwitch.h usr/include/llvm/Transforms/Scalar/JumpThreading.h usr/include/llvm/Transforms/Scalar/LICM.h usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h @@ -1872,7 +1936,6 @@ usr/include/llvm/Transforms/Scalar/LoopInterchange.h usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h usr/include/llvm/Transforms/Scalar/LoopPassManager.h usr/include/llvm/Transforms/Scalar/LoopPredication.h -usr/include/llvm/Transforms/Scalar/LoopReroll.h usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h @@ -1930,6 +1993,7 @@ usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h @@ -1995,6 +2059,7 @@ usr/include/llvm/Transforms/Utils/UnrollLoop.h usr/include/llvm/Transforms/Utils/VNCoercion.h usr/include/llvm/Transforms/Utils/ValueMapper.h usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h @@ -2038,7 +2103,6 @@ usr/lib/cmake/llvm/FindLibEdit.cmake usr/lib/cmake/llvm/FindLibpfm.cmake usr/lib/cmake/llvm/FindOCaml.cmake usr/lib/cmake/llvm/FindSphinx.cmake -usr/lib/cmake/llvm/FindTerminfo.cmake usr/lib/cmake/llvm/FindZ3.cmake usr/lib/cmake/llvm/Findzstd.cmake usr/lib/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2063,6 +2127,10 @@ usr/lib/cmake/llvm/TensorFlowCompile.cmake usr/lib/cmake/llvm/UseLibtool.cmake usr/lib/cmake/llvm/VersionFromVCS.cmake usr/lib/cmake/llvm/llvm-driver-template.cpp.in +usr/lib/libLLVM-19.so +usr/lib/libLLVM.so +usr/lib/libLLVM.so.18.1 +usr/lib/libLLVM.so.19.1 usr/lib/libLLVMAArch64AsmParser.a usr/lib/libLLVMAArch64CodeGen.a usr/lib/libLLVMAArch64Desc.a @@ -2098,6 +2166,7 @@ usr/lib/libLLVMBitstreamReader.a usr/lib/libLLVMCFGuard.a usr/lib/libLLVMCFIVerify.a usr/lib/libLLVMCodeGen.a +usr/lib/libLLVMCodeGenData.a usr/lib/libLLVMCodeGenTypes.a usr/lib/libLLVMCore.a usr/lib/libLLVMCoroutines.a @@ -2163,6 +2232,7 @@ usr/lib/libLLVMObjCARCOpts.a usr/lib/libLLVMObjCopy.a usr/lib/libLLVMObject.a usr/lib/libLLVMObjectYAML.a +usr/lib/libLLVMOptDriver.a usr/lib/libLLVMOption.a usr/lib/libLLVMOrcDebugging.a usr/lib/libLLVMOrcJIT.a @@ -2178,6 +2248,7 @@ usr/lib/libLLVMPowerPCInfo.a usr/lib/libLLVMProfileData.a usr/lib/libLLVMRemarks.a usr/lib/libLLVMRuntimeDyld.a +usr/lib/libLLVMSandboxIR.a usr/lib/libLLVMScalarOpts.a usr/lib/libLLVMSelectionDAG.a usr/lib/libLLVMSupport.a @@ -2188,8 +2259,8 @@ usr/lib/libLLVMSystemZDesc.a usr/lib/libLLVMSystemZDisassembler.a usr/lib/libLLVMSystemZInfo.a usr/lib/libLLVMTableGen.a +usr/lib/libLLVMTableGenBasic.a usr/lib/libLLVMTableGenCommon.a -usr/lib/libLLVMTableGenGlobalISel.a usr/lib/libLLVMTarget.a usr/lib/libLLVMTargetParser.a usr/lib/libLLVMTextAPI.a @@ -2212,13 +2283,10 @@ usr/lib/libLLVMX86Info.a usr/lib/libLLVMX86TargetMCA.a usr/lib/libLLVMXRay.a usr/lib/libLLVMipo.a -usr/lib/libLLVM-18.so -usr/lib/libLLVM.so -usr/lib/libLLVM.so.18.1 usr/lib/libLTO.so -usr/lib/libLTO.so.18.1 +usr/lib/libLTO.so.19.1 usr/lib/libRemarks.so -usr/lib/libRemarks.so.18.1 +usr/lib/libRemarks.so.19.1 usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so usr/lib64/cmake/llvm/AddLLVM.cmake @@ -2235,7 +2303,6 @@ usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake usr/lib64/cmake/llvm/FindOCaml.cmake usr/lib64/cmake/llvm/FindSphinx.cmake -usr/lib64/cmake/llvm/FindTerminfo.cmake usr/lib64/cmake/llvm/FindZ3.cmake usr/lib64/cmake/llvm/Findzstd.cmake usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2260,9 +2327,10 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-18.so +usr/lib64/libLLVM-19.so usr/lib64/libLLVM.so usr/lib64/libLLVM.so.18.1 +usr/lib64/libLLVM.so.19.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2298,6 +2366,7 @@ usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2363,6 +2432,7 @@ usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOptDriver.a usr/lib64/libLLVMOption.a usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a @@ -2378,6 +2448,7 @@ usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMSandboxIR.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a @@ -2388,8 +2459,8 @@ usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a -usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a @@ -2413,9 +2484,9 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.18.1 +usr/lib64/libLTO.so.19.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.18.1 +usr/lib64/libRemarks.so.19.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT diff --git a/devel/linux-rl9-qt5-qttools/Makefile b/devel/linux-rl9-qt5-qttools/Makefile index 309af07caffb..e0053f67b4a3 100644 --- a/devel/linux-rl9-qt5-qttools/Makefile +++ b/devel/linux-rl9-qt5-qttools/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -5.el9 -PORTREVISION= 3 +DISTVERSIONSUFFIX= -6.el9 +PORTREVISION= 4 CATEGORIES= devel linux PKGNAMESUFFIX= -qttools diff --git a/devel/linux-rl9-qt5-qttools/distinfo b/devel/linux-rl9-qt5-qttools/distinfo index a58b6439a9e3..e9c6e79f6797 100644 --- a/devel/linux-rl9-qt5-qttools/distinfo +++ b/devel/linux-rl9-qt5-qttools/distinfo @@ -1,27 +1,27 @@ -TIMESTAMP = 1734288813 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.aarch64.rpm) = ab3831878803314df32a7057f0f12470dd136862a61a99a26cf88739ecb2cd64 -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.aarch64.rpm) = 40151 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.x86_64.rpm) = 1b8400c7aae0f1932d733bd01ad97044ed2ea5fe0d4a469c5762f1deec69470c -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.x86_64.rpm) = 40283 -SHA256 (rocky/q/qt5-qttools-common-5.15.9-5.el9.noarch.rpm) = 4edf61dc600d99ef490b13b19853435fb65e83beb28310bea31777e0f815e449 -SIZE (rocky/q/qt5-qttools-common-5.15.9-5.el9.noarch.rpm) = 10316 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.aarch64.rpm) = 8477ad1ba95f86396751c268a97d0162ec11ca0870ed8406ef4ab056f217ecf7 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.aarch64.rpm) = 2829186 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.i686.rpm) = 3a91a9eb23412817b5f84c20f6fb9f1cd9346c552b976f5e43097a46b085e285 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.i686.rpm) = 2949626 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.x86_64.rpm) = ff3f632343480bc61c2fdd2a07cc8afa0afacf0baccf0d32645952a9f9e370e6 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.x86_64.rpm) = 2827575 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.aarch64.rpm) = 9d4fe85fd116bf73f0d12a0b072eb2a857df8c481ae94f04cd6a7349fb3983b5 -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.aarch64.rpm) = 805452 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.i686.rpm) = e75aa47355887e3662b9d587351deea89153fa412e1d411ad795c39f4ded5b4d -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.i686.rpm) = 881437 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.x86_64.rpm) = c1fdbf520c254f57d9ad806ab51eca75ae7cfc9b1fa6503b888d3acb2103d52e -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.x86_64.rpm) = 801989 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.aarch64.rpm) = 57dfba34fbd6511b2c86aaead9a4ebfab909753e33c079ae34327698421d9ec3 -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.aarch64.rpm) = 158996 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.i686.rpm) = b9932dcd424903f7490276be825680890d069c787a4d33f06d8b74885562f96e -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.i686.rpm) = 178589 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.x86_64.rpm) = 144261840fb75f7a9d0bb756c323ec1d703677a5417bdf307b850132ab760f0d -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.x86_64.rpm) = 158238 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.src.rpm) = 4592a2cc39d43fddb724e390e3f264dc4f8a4b312eac2335ef119661ad80817f -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.src.rpm) = 8922055 +TIMESTAMP = 1750648840 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = ca809684d8ad6f6233f97b416747ab62d0a3cd74446960d0cb1da84463e64b58 +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = 39417 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 4ce589d916e623d82e9fb81034eeb72f229bfec9b515fdaee9b7566ea1147641 +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 39823 +SHA256 (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 4aad543770fdfb17760eff0bb24acbf3495acc7d9e3ccd33508295e470932c64 +SIZE (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 10227 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 6b4e3bee56d7d9402ff480ee040a880c576556433691ba1e6ac7153aa55a83e8 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 2828271 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 37010208672ca9871a39c85df0c144415d4e0eafbf3b7f61b4c4ae29a0fd63e6 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 2950313 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = aa4da453778031ab4cfb7a5ef022d7f954cc864ee63af7898b8b4ea8a1f4b170 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = 2826994 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 0135a3b3d2bb4f515cce4ad29d367c332e0bcf66b0df416cee66e44e1a582098 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 805111 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = bfa58717e5989357dd37c5529dc4f6ce6b9ed3246c8101afc9eb63859e7e8ea6 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = 880069 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 91813d9b030f90c38beb1dd96d44837590a08f3015b9e4c50b6dd9a4884093b2 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 801515 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 657d3c4f949a78495eeb91f45e26022f986a9a451b0f401c438205a6565dfe43 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 158798 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 0e67a9a3193ae088983cd54f434054636d9b7467971d42f7ae5b1388c625d602 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 178232 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = c45e7badd13496fffa5a9b4b174fb502cc811572d150af7622b37fdbe7a7da72 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = 157951 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = b5bf621c0495215b0dc053f0ef4abfd65b95d28bb82baacca78fbfb5de8b906b +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = 8921992 diff --git a/devel/linux-rl9-strace/Makefile b/devel/linux-rl9-strace/Makefile index 6c6f8276dc75..b94866731f46 100644 --- a/devel/linux-rl9-strace/Makefile +++ b/devel/linux-rl9-strace/Makefile @@ -1,6 +1,6 @@ PORTNAME= strace -PORTVERSION= 5.18 -DISTVERSIONSUFFIX= -2.el9 +PORTVERSION= 6.12 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org diff --git a/devel/linux-rl9-strace/distinfo b/devel/linux-rl9-strace/distinfo index d0e98d76e42f..c4c07eca0f85 100644 --- a/devel/linux-rl9-strace/distinfo +++ b/devel/linux-rl9-strace/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1706860420 -SHA256 (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 09f70a66adcea1e3778ccf07f41d8dfedb365c1dfa2b5eb50810d39f07525507 -SIZE (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 1368782 -SHA256 (rocky/s/strace-5.18-2.el9.x86_64.rpm) = f189da0f9d11a954f2e2828f50580fd8a1c72a9d086d984523734b6e230177d1 -SIZE (rocky/s/strace-5.18-2.el9.x86_64.rpm) = 1428127 -SHA256 (rocky/s/strace-5.18-2.el9.src.rpm) = 5e461fe9b700d4825a9a16b551d408bdbb838b71bea152143e3009d2c5944803 -SIZE (rocky/s/strace-5.18-2.el9.src.rpm) = 2342957 +TIMESTAMP = 1750640836 +SHA256 (rocky/s/strace-6.12-1.el9.aarch64.rpm) = fd121702060e101505e6cec78f182c0477bacb257bbfe9b23721d9028d30fc59 +SIZE (rocky/s/strace-6.12-1.el9.aarch64.rpm) = 1490213 +SHA256 (rocky/s/strace-6.12-1.el9.x86_64.rpm) = d8742200d9c2bfb4c77eebd4783f163af7b5a6c7809353d3268890f209c08507 +SIZE (rocky/s/strace-6.12-1.el9.x86_64.rpm) = 1568070 +SHA256 (rocky/s/strace-6.12-1.el9.src.rpm) = 8ec35a115005836b9ba3278481ac9a185a4c255c0665c5115d82a182ed14c007 +SIZE (rocky/s/strace-6.12-1.el9.src.rpm) = 2650546 diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile index 31d44f17958f..4bbf2349ef97 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -46.el9_5.3 -PORTREVISION= 8 +DISTVERSIONSUFFIX= -51.el9 +PORTREVISION= 9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index c6d24c12dadc..b969b9aa4893 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1744743838 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.aarch64.rpm) = 50a52c9e60f63e8e46265e4f51c12e8b14102d1279316b9ab104cf23b45bcae5 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.aarch64.rpm) = 654123 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.i686.rpm) = 2190eddae6f2b0b3b2c3f71df0a21c57910df829cc164df9e171bd96b36d4bc8 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.i686.rpm) = 718930 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.x86_64.rpm) = 1bf716f1acba9276adb3867646bf0e101a29761d2c6873b6882be0c1f8f6f8d0 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.x86_64.rpm) = 687037 -SHA256 (rocky/s/systemd-252-46.el9_5.3.src.rpm) = 3bd8fb27b46fb3f63dfcd94967f1e71d540f90fc034855c8403e823d712bdbe1 -SIZE (rocky/s/systemd-252-46.el9_5.3.src.rpm) = 37043431 +TIMESTAMP = 1750640941 +SHA256 (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 290348dbffb6fa411e95db673cdeb1d955ec9a67d9e26aa9b002a5af9927846f +SIZE (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 657055 +SHA256 (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 13efacbcf1e1f1fbef08bb849166885a3ca177fc505401534c90156b211df5e4 +SIZE (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 721681 +SHA256 (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = aaf874508c33c2cd5553c7d5cdd1ca93d1307b86c6448e04355e247c03623bb5 +SIZE (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = 690071 +SHA256 (rocky/s/systemd-252-51.el9.src.rpm) = c5ca5061a8d5223610a55099df1a676dfde16809a07b31752b247c951ad1324b +SIZE (rocky/s/systemd-252-51.el9.src.rpm) = 42963242 diff --git a/devel/nimble/Makefile b/devel/nimble/Makefile index 7e3edf0fda72..fb59d0e76591 100644 --- a/devel/nimble/Makefile +++ b/devel/nimble/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/nim-lang/nimble LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +DEPRECATED= Depends on expiring lang/nim +EXPIRATION_DATE=2025-09-01 + BUILD_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim RUN_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index ae2ed3ff7d45..cb5500584fd4 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -10,7 +10,7 @@ COMMENT= Defines an abstract type of buffer that can move data without copying WWW= http://www.ossp.org/pkg/lib/al/ DEPRECATED= Obsolete and abandoned upstream, last release in 2005 -EXPIRATION_DATE=2024-07-31 +EXPIRATION_DATE=2025-07-31 LIB_DEPENDS= libex.so:devel/ossp-ex diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile deleted file mode 100644 index 080592759baa..000000000000 --- a/devel/py-atomicwrites/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= atomicwrites -DISTVERSION= 1.4.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Atomic file writes -WWW= https://python-atomicwrites.readthedocs.io/en/latest/ \ - https://github.com/untitaker/python-atomicwrites - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo deleted file mode 100644 index 4c4e4fc9e5f2..000000000000 --- a/devel/py-atomicwrites/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1726487340 -SHA256 (atomicwrites-1.4.1.tar.gz) = 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11 -SIZE (atomicwrites-1.4.1.tar.gz) = 14227 diff --git a/devel/py-atomicwrites/pkg-descr b/devel/py-atomicwrites/pkg-descr deleted file mode 100644 index f0e06c4b6ba1..000000000000 --- a/devel/py-atomicwrites/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Atomic file writes library for Python, featuring race-free assertions, Windows -support (although untested) and simple high level API. diff --git a/devel/py-orange-canvas-core/Makefile b/devel/py-orange-canvas-core/Makefile deleted file mode 100644 index 3f03f7f4ddb8..000000000000 --- a/devel/py-orange-canvas-core/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= orange-canvas-core -DISTVERSION= 0.1.20 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Core component of Orange Canvas -WWW= https://orangedatamining.com/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expired misc/py-dictdiffer -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.11:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.8.1:textproc/py-CommonMark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cachecontrol>0:www/py-cachecontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dictdiffer>0:misc/py-dictdiffer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pip>=18.0:devel/py-pip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qasync>0:devel/py-qasync@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-orange-canvas-core/distinfo b/devel/py-orange-canvas-core/distinfo deleted file mode 100644 index 5f04c1384641..000000000000 --- a/devel/py-orange-canvas-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619973672 -SHA256 (orange-canvas-core-0.1.20.tar.gz) = 94aa0209445445afcc82f2e31bcef3d4dbfeeb1e11cc2c77e5106456b9bffa49 -SIZE (orange-canvas-core-0.1.20.tar.gz) = 429080 diff --git a/devel/py-orange-canvas-core/pkg-descr b/devel/py-orange-canvas-core/pkg-descr deleted file mode 100644 index f75014c24162..000000000000 --- a/devel/py-orange-canvas-core/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Orange Canvas Core is a framework for building graphical user interfaces for -editing workflows. It is a component used to build the Orange Canvas data-mining -application (for which it was developed in the first place). diff --git a/devel/py-orange-widget-base/Makefile b/devel/py-orange-widget-base/Makefile deleted file mode 100644 index 587414b2c7b9..000000000000 --- a/devel/py-orange-widget-base/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= orange-widget-base -DISTVERSION= 4.13.0 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Base widget for Orange canvas -WWW= https://orangedatamining.com/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-orange-canvas-core -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}AnyQt>0:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orange-canvas-core>=0.1.20:devel/py-orange-canvas-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-orange-widget-base/distinfo b/devel/py-orange-widget-base/distinfo deleted file mode 100644 index 648a1799c15f..000000000000 --- a/devel/py-orange-widget-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619977473 -SHA256 (orange-widget-base-4.13.0.tar.gz) = 8d7827550413b9f4563503c0d9d38a0467c58a6b74e29a32ed80237840470a1a -SIZE (orange-widget-base-4.13.0.tar.gz) = 845369 diff --git a/devel/py-orange-widget-base/pkg-descr b/devel/py-orange-widget-base/pkg-descr deleted file mode 100644 index e7762854a3cf..000000000000 --- a/devel/py-orange-widget-base/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This project implements the base OWBaseWidget class and utilities for use in -Orange Canvas workflows. - -Provides: -* OWBaseWidget class -* gui module for building GUI -* WidgetsScheme the workflow execution model/bridge -* basic configuration for a workflow based application diff --git a/devel/py-pytest-pep8/Makefile b/devel/py-pytest-pep8/Makefile deleted file mode 100644 index a21a6573c879..000000000000 --- a/devel/py-pytest-pep8/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= pytest-pep8 -PORTVERSION= 1.0.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= meka@tilda.center -COMMENT= Pytest plugin to check PEP8 requirements -WWW= https://bitbucket.org/pytest-dev/pytest-pep8 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.4.2:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest4-cache>=0:devel/py-pytest4-cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pep8>=1.3:devel/pep8@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -TEST_ENV= PYTHONPATH=${WRKSRC}/src - -NO_ARCH= yes - -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - -k 'not test_strict \ - and not test_ok_verbose \ - and not test_mtime_caching \ - and not test_w293w292' - -.include <bsd.port.mk> diff --git a/devel/py-pytest-pep8/distinfo b/devel/py-pytest-pep8/distinfo deleted file mode 100644 index 630ae17b20d7..000000000000 --- a/devel/py-pytest-pep8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1576898226 -SHA256 (pytest-pep8-1.0.6.tar.gz) = 032ef7e5fa3ac30f4458c73e05bb67b0f036a8a5cb418a534b3170f89f120318 -SIZE (pytest-pep8-1.0.6.tar.gz) = 7271 diff --git a/devel/py-pytest-pep8/pkg-descr b/devel/py-pytest-pep8/pkg-descr deleted file mode 100644 index 780de3813157..000000000000 --- a/devel/py-pytest-pep8/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This plugin allows to configure on a per-project and per-file basis which -errors or warnings to care about. diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile deleted file mode 100644 index e9a83c19d882..000000000000 --- a/devel/py-pytest-relaxed/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= pytest-relaxed -DISTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Relaxed test discovery/organization for pytest -WWW= https://pytest-relaxed.readthedocs.io/ - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=3:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils pytest - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest-relaxed/distinfo b/devel/py-pytest-relaxed/distinfo deleted file mode 100644 index 25d4af770626..000000000000 --- a/devel/py-pytest-relaxed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1711809605 -SHA256 (pytest-relaxed-2.0.2.tar.gz) = 956ea028ec30dbbfb680dd8e7b4a7fb8f80a239595e88bace018bf2c0d718248 -SIZE (pytest-relaxed-2.0.2.tar.gz) = 27876 diff --git a/devel/py-pytest-relaxed/files/patch-tests_test__display.py b/devel/py-pytest-relaxed/files/patch-tests_test__display.py deleted file mode 100644 index 9bfced24100d..000000000000 --- a/devel/py-pytest-relaxed/files/patch-tests_test__display.py +++ /dev/null @@ -1,23 +0,0 @@ -# Two tests fail when warnings are present in the test run -# https://github.com/bitprophet/pytest-relaxed/issues/7 - ---- tests/test_display.py.orig 2022-12-17 02:40:44 UTC -+++ tests/test_display.py -@@ -18,7 +18,7 @@ def _expect_regular_output(testdir): - assert "== FAILURES ==" in output - assert "AssertionError" in output - # Summary -- assert "== 1 failed, 4 passed, 1 skipped in " in output -+ assert "== 1 failed, 4 passed, 1 skipped" in output - - - class TestRegularFunctions: -@@ -166,7 +166,7 @@ OtherBehaviors - assert "== FAILURES ==" in output - assert "AssertionError" in output - # Summary -- assert "== 1 failed, 4 passed, 1 skipped in " in output -+ assert "== 1 failed, 4 passed, 1 skipped" in output - - def test_tests_are_colorized_by_test_result( - self, testdir, environ # noqa: F811,E501 diff --git a/devel/py-pytest-relaxed/pkg-descr b/devel/py-pytest-relaxed/pkg-descr deleted file mode 100644 index 5f2e68860ea4..000000000000 --- a/devel/py-pytest-relaxed/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This pytest plugin takes a page from the rest of Python, where you don't -have to explicitly note public module/class members, but only need to -hint as to which ones are private. - -By default, all files and objects pytest is told to scan will be considered -tests; to mark something as not-a-test, simply prefix it with an underscore. diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile deleted file mode 100644 index 05e85828798b..000000000000 --- a/devel/py-pytest-runner/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= pytest-runner -PORTVERSION= 6.0.1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Test support for pytest runner in setup.py -WWW= https://github.com/pytest-dev/pytest-runner - -LICENSE= MIT - -DEPRECATED= pytest-runner depends on deprecated features of setuptools -EXPIRATION_DATE= 2024-12-31 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist pep517 pytest - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest-runner/distinfo b/devel/py-pytest-runner/distinfo deleted file mode 100644 index ebbbbc8656ba..000000000000 --- a/devel/py-pytest-runner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701687286 -SHA256 (pytest-runner-6.0.1.tar.gz) = 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b -SIZE (pytest-runner-6.0.1.tar.gz) = 16056 diff --git a/devel/py-pytest-runner/files/patch-setup.py b/devel/py-pytest-runner/files/patch-setup.py deleted file mode 100644 index d2372d7538e9..000000000000 --- a/devel/py-pytest-runner/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2022-09-10 13:31:26 UTC -+++ setup.py -@@ -0,0 +1,6 @@ -+#!/usr/bin/env python -+ -+import setuptools -+ -+if __name__ == "__main__": -+ setuptools.setup() diff --git a/devel/py-pytest-runner/pkg-descr b/devel/py-pytest-runner/pkg-descr deleted file mode 100644 index b774ab9399b1..000000000000 --- a/devel/py-pytest-runner/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Setup scripts can use pytest-runner to add setup.py test support -for pytest runner. - -Notice: pytest-runner depends on deprecated features of setuptools and relies on -features that break security mechanisms in pip. - -It is recommended that you: - -- Remove 'pytest-runner' from your setup_requires, preferably removing the - setup_requires option. -- Remove 'pytest' and any other testing requirements from tests_require, - preferably removing the tests_requires option. -- Select a tool to bootstrap and then run tests such as tox. diff --git a/devel/py-pytest4-cache/Makefile b/devel/py-pytest4-cache/Makefile deleted file mode 100644 index 70fa9c2ea820..000000000000 --- a/devel/py-pytest4-cache/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= pytest4-cache -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= loader@FreeBSD.org -COMMENT= Pytest plugin with mechanisms for caching across test runs (legacy version for pytest 4) -WWW= https://bitbucket.org/hpk42/pytest-cache/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-cache - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.2:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} - -NO_ARCH= yes -USES= python -USE_PYTHON= autoplist distutils -DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} -TEST_TARGET= test -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-cache/distinfo b/devel/py-pytest4-cache/distinfo deleted file mode 100644 index 919dc0f71ed9..000000000000 --- a/devel/py-pytest4-cache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649284663 -SHA256 (pytest-cache-1.0.tar.gz) = be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea31b07a9 -SIZE (pytest-cache-1.0.tar.gz) = 16242 diff --git a/devel/py-pytest4-cache/files/patch-setup.py b/devel/py-pytest4-cache/files/patch-setup.py deleted file mode 100644 index 75426dd0c02d..000000000000 --- a/devel/py-pytest4-cache/files/patch-setup.py +++ /dev/null @@ -1,36 +0,0 @@ ---- setup.py.orig 2013-06-04 19:10:04 UTC -+++ setup.py -@@ -1,4 +1,24 @@ - from setuptools import setup -+from setuptools.command.test import test as TestCommand -+ -+class PyTest(TestCommand): -+ user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] -+ -+ def initialize_options(self): -+ TestCommand.initialize_options(self) -+ self.pytest_args = [] -+ -+ def finalize_options(self): -+ TestCommand.finalize_options(self) -+ self.test_args = [] -+ self.test_suite = True -+ -+ def run_tests(self): -+ # import here, because outside the eggs aren't loaded -+ import pytest -+ errno = pytest.main(self.pytest_args) -+ sys.exit(errno) -+ - setup( - name='pytest-cache', - description='pytest plugin with mechanisms for caching across test runs', -@@ -10,6 +30,8 @@ setup( - py_modules=['pytest_cache'], - entry_points={'pytest11': ['cacheprovider = pytest_cache']}, - install_requires=['pytest>=2.2', 'execnet>=1.1.dev1', ], -+ tests_require=['pytest'], -+ cmdclass={'test': PyTest}, - classifiers=[ - 'Development Status :: 3 - Alpha', - 'Intended Audience :: Developers', diff --git a/devel/py-pytest4-cache/pkg-descr b/devel/py-pytest4-cache/pkg-descr deleted file mode 100644 index 3a22082396c7..000000000000 --- a/devel/py-pytest4-cache/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -pytest plugin with mechanisms for caching across test runs. diff --git a/devel/py-pytest4-cov/Makefile b/devel/py-pytest4-cov/Makefile deleted file mode 100644 index 04ca8ac30946..000000000000 --- a/devel/py-pytest4-cov/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= pytest4-cov -PORTVERSION= 2.9.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= Pytest plugin for measuring coverage (legacy version for pytest 4) -WWW= https://github.com/pytest-dev/pytest-cov - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-cov - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest4>=3.6:devel/py-pytest4@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-cov/distinfo b/devel/py-pytest4-cov/distinfo deleted file mode 100644 index dfe93af0583b..000000000000 --- a/devel/py-pytest4-cov/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1590933452 -SHA256 (pytest-cov-2.9.0.tar.gz) = b6a814b8ed6247bd81ff47f038511b57fe1ce7f4cc25b9106f1a4b106f1d9322 -SIZE (pytest-cov-2.9.0.tar.gz) = 54269 diff --git a/devel/py-pytest4-cov/pkg-descr b/devel/py-pytest4-cov/pkg-descr deleted file mode 100644 index 412f3e2ca2c5..000000000000 --- a/devel/py-pytest4-cov/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This plugin produces coverage reports. It supports centralised testing and -distributed testing in both load and each modes. It also supports coverage of -subprocesses. - -All features offered by the coverage package should be available, either through -pytest-cov or through coverage's config file. diff --git a/devel/py-pytest4-flakes/Makefile b/devel/py-pytest4-flakes/Makefile deleted file mode 100644 index 008caa9a9d69..000000000000 --- a/devel/py-pytest4-flakes/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pytest4-flakes -PORTVERSION= 4.0.5 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Pytest plugin for efficiently checking python source with pyflakes (legacy version for pytest4) -WWW= https://github.com/fschulze/pytest-flakes - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-flakes - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.8.0:devel/py-pytest4@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-flakes/distinfo b/devel/py-pytest4-flakes/distinfo deleted file mode 100644 index d82fb3f8aed0..000000000000 --- a/devel/py-pytest4-flakes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1714112551 -SHA256 (pytest-flakes-4.0.5.tar.gz) = 953134e97215ae31f6879fbd7368c18d43f709dc2fab5b7777db2bb2bac3a924 -SIZE (pytest-flakes-4.0.5.tar.gz) = 7313 diff --git a/devel/py-pytest4-flakes/pkg-descr b/devel/py-pytest4-flakes/pkg-descr deleted file mode 100644 index 07e6f78cd414..000000000000 --- a/devel/py-pytest4-flakes/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -pytest plugin to check source code with pyflakes. diff --git a/devel/py-pytest4/Makefile b/devel/py-pytest4/Makefile deleted file mode 100644 index 3aaa97dcacbc..000000000000 --- a/devel/py-pytest4/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -PORTNAME= pytest -PORTVERSION= 4.6.11 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 4 - -MAINTAINER= python@FreeBSD.org -COMMENT= Simple powerful testing with Python (legacy version 4) -WWW= https://docs.pytest.org/en/latest/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pluggy0>=0.12<1.0:devel/py-pluggy0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}py>=1.5.0:devel/py-py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -TEST_DEPENDS= bash:shells/bash \ - lsof:sysutils/lsof \ - ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.56:devel/py-hypothesis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/testing/test_parseopt.py - -# test_cache_failure_warns fails -# https://github.com/pytest-dev/pytest/issues/1845 -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_cache_failure_warns' - -.include <bsd.port.mk> diff --git a/devel/py-pytest4/distinfo b/devel/py-pytest4/distinfo deleted file mode 100644 index db173fdad5c5..000000000000 --- a/devel/py-pytest4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1620405525 -SHA256 (pytest-4.6.11.tar.gz) = 50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353 -SIZE (pytest-4.6.11.tar.gz) = 952305 diff --git a/devel/py-pytest4/files/patch-testing-test_parseopt.py b/devel/py-pytest4/files/patch-testing-test_parseopt.py deleted file mode 100644 index 22683ffee3af..000000000000 --- a/devel/py-pytest4/files/patch-testing-test_parseopt.py +++ /dev/null @@ -1,11 +0,0 @@ ---- testing/test_parseopt.py.orig 2020-06-05 12:09:03 UTC -+++ testing/test_parseopt.py -@@ -305,7 +305,7 @@ def test_argcomplete(testdir, monkeypatch): - # redirect output from argcomplete to stdin and stderr is not trivial - # http://stackoverflow.com/q/12589419/1307905 - # so we use bash -- fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" python -m pytest 8>&1 9>&2') -+ fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" %%PYTHON_CMD%% -m pytest 8>&1 9>&2') - # alternative would be exteneded Testdir.{run(),_run(),popen()} to be able - # to handle a keyword argument env that replaces os.environ in popen or - # extends the copy, advantage: could not forget to restore diff --git a/devel/py-pytest4/pkg-descr b/devel/py-pytest4/pkg-descr deleted file mode 100644 index 7dc46df7aed8..000000000000 --- a/devel/py-pytest4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The pytest testing tool makes it easy to write small tests, yet scales to -support complex functional testing. - -Features: - - * Detailed info on failing assert statements - * Auto-discovery of test modules and functions - * Modular fixtures to manage small or parametrized long-lived test resources - * Can run unittest (or trial), nose test suites out of the box - * Rich plugin architecture, with over 315+ external plugins diff --git a/devel/py-spyder-unittest/Makefile b/devel/py-spyder-unittest/Makefile deleted file mode 100644 index f9185875658e..000000000000 --- a/devel/py-spyder-unittest/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= spyder-unittest -DISTVERSION= 0.6.0 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Plugin to run tests from within the Spyder IDE -WWW= https://github.com/spyder-ide/spyder-unittest - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expiring devel/spyder -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \ - spyder>0:devel/spyder - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-spyder-unittest/distinfo b/devel/py-spyder-unittest/distinfo deleted file mode 100644 index 07f7a2fff484..000000000000 --- a/devel/py-spyder-unittest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1688370744 -SHA256 (spyder_unittest-0.6.0.tar.gz) = 3c6ba7b7e5b7cb22313a5cf103098805f3b8b00c60301621f10afc98002462dd -SIZE (spyder_unittest-0.6.0.tar.gz) = 59067 diff --git a/devel/py-spyder-unittest/pkg-descr b/devel/py-spyder-unittest/pkg-descr deleted file mode 100644 index 18f4cd42d67f..000000000000 --- a/devel/py-spyder-unittest/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Spyder-unittest is a plugin that integrates popular unit test frameworks with -Spyder, allowing you to run test suites and view the results in the IDE. - -The plugin supports the unittest module in the Python standard library as well -as the pytest and nose testing frameworks. Support for pytest is most complete -at the moment. diff --git a/devel/spyder/Makefile b/devel/spyder/Makefile deleted file mode 100644 index e0c5aa73242a..000000000000 --- a/devel/spyder/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -PORTNAME= spyder -DISTVERSIONPREFIX= v -DISTVERSION= 6.0.7 -CATEGORIES= devel science python - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Scientific PYthon Development EnviRonment, an alternative to IDLE -WWW= https://www.spyder-ide.org \ - https://github.com/spyder-ide/spyder - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.3:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asyncssh>=2.14.0:security/py-asyncssh@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.2.0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=2.0.0:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.5.0:devel/py-cloudpickle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cookiecutter>=1.6.0:devel/py-cookiecutter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=20181111:textproc/py-diff-match-patch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6.0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}intervaltree>=3.0.2:devel/py-intervaltree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=8.13.0:devel/ipython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jedi>=0.17.2:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jellyfish>=0.7:devel/py-jellyfish@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=17.0.0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nbconvert>=4.0:devel/py-nbconvert@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6.0:textproc/py-numpydoc@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}parso>=0.7.0:textproc/py-parso@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=4.4.0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pickleshare>=0.4:databases/py-pickleshare@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>=5.3:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyGithub>=2.3.0:devel/py-PyGithub@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \ - pylint${PYTHON_PKGNAMESUFFIX}>=3.1:devel/pylint@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylint-venv>=3.0.2:devel/py-pylint-venv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyls-spyder>=0.4.0:textproc/py-pyls-spyder@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qt5-webengine>=5.15:www/py-qt5-webengine@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-lsp-black>=2.0.0:textproc/py-python-lsp-black@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-lsp-server>=1.12.0:textproc/py-python-lsp-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyuca>=1.2:devel/py-pyuca@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>=24.0.0:net/py-pyzmq@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QDarkStyle>=3.2.0:textproc/py-QDarkStyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qstylizer>=0.2.2:devel/py-qstylizer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QtAwesome>=1.3.1:x11-fonts/py-QtAwesome@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qtconsole>0:devel/py-qtconsole@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QtPy>=2.4.0:devel/py-QtPy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rtree>=0.9.7:devel/py-rtree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=49.6.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6.6:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spyder-kernels>=3.0.2:devel/py-spyder-kernels@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}superqt>=0.6.2:x11-toolkits/py-superqt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}textdistance>=4.2.0:textproc/py-textdistance@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}three-merge>=0.1.1:textproc/py-three-merge@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}watchdog>=0.10.3:devel/py-watchdog@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0.26:devel/py-xdg@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yarl>=1.9.4:www/py-yarl@${PY_FLAVOR} - -USES= desktop-file-utils python pyqt:5 -USE_PYTHON= distutils autoplist noflavors -USE_PYQT= pyqt5 - -USE_GITHUB= yes -GH_ACCOUNT= spyder-ide - -NO_ARCH= yes - -DOCSDIR= ${PYTHON_SITELIBDIR}/spyder - -post-extract: - # remove bundled dependencies - @${RM} -r ${WRKSRC}/external-deps/* - # remove unnecessary files - @${RM} ${WRKSRC}/spyder/plugins/updatemanager/scripts/install.sh - -post-patch: - # the second regex is to downgrade spyder-kernels requirement to 2.5.1 - ${REINPLACE_CMD} \ - -E 's|,<[0-9.=]+||' \ - ${WRKSRC}/setup.py \ - ${WRKSRC}/binder/environment.yml \ - ${WRKSRC}/requirements/main.yml \ - ${WRKSRC}/spyder/dependencies.py - -.include <bsd.port.mk> diff --git a/devel/spyder/distinfo b/devel/spyder/distinfo deleted file mode 100644 index 4957393e2664..000000000000 --- a/devel/spyder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1747967628 -SHA256 (spyder-ide-spyder-v6.0.7_GH0.tar.gz) = a917307482500b4bfbebcbd17ab4e672e0df91ba82e1e00d5203e700052348eb -SIZE (spyder-ide-spyder-v6.0.7_GH0.tar.gz) = 15831723 diff --git a/devel/spyder/files/patch-setup.py b/devel/spyder/files/patch-setup.py deleted file mode 100644 index d713aaca8e57..000000000000 --- a/devel/spyder/files/patch-setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.py.orig 2023-11-08 03:05:24 UTC -+++ setup.py -@@ -91,7 +91,7 @@ def get_data_files(): - """ - Return data_files in a platform dependent manner. - """ -- if sys.platform.startswith('linux'): -+ if sys.platform.startswith('linux') or sys.platform.startswith('freebsd'): - data_files = [('share/applications', ['scripts/spyder.desktop']), - ('share/icons', ['img_src/spyder.png']), - ('share/metainfo', -@@ -199,7 +199,6 @@ setup_args = dict( - 'Topic :: Scientific/Engineering', - 'Topic :: Software Development :: Widget Sets', - ], -- cmdclass=CMDCLASS, - ) - - diff --git a/devel/spyder/pkg-descr b/devel/spyder/pkg-descr deleted file mode 100644 index 05784fd19f4d..000000000000 --- a/devel/spyder/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Spyder (previously known as Pydee) is a powerful interactive development -environment for the Python language with advanced editing, interactive -testing, debugging and introspection features |