Page MenuHomeFreeBSD

tobik (Tobias Kortkamp)
User

Projects

User Details

User Since
Sep 23 2016, 12:17 AM (390 w, 4 d)

Recent Activity

Jan 5 2024

tobik accepted D43259: Mk/Uses/cargo.mk: Fix cargo-extract target.

Same general problem as D39205. In https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275922 you can see it in distinfo too where crates that should go into DISTDIR/rust/crates now go into DISTDIR/jetbrains/rust/crates:

TIMESTAMP = 1702039441
SHA256 (jetbrains/rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (jetbrains/rust/crates/autocfg-1.1.0.crate) = 13272
[...]
Jan 5 2024, 12:19 PM

Oct 7 2023

tobik accepted D32654: lang/rust: restore PORT_LLVM.

fwiw, this is still approved.

Oct 7 2023, 12:09 PM

Oct 6 2023

tobik added a reverting change for R11:9204fb371cbe: default-versions: add rust-bootstrap to RUST section: R11:469251e0ea3b: Revert "default-versions: add rust-bootstrap to RUST section".
Oct 6 2023, 11:32 AM
tobik added a reverting change for D42052: default-versions: add rust-bootstrap to RUST section: R11:469251e0ea3b: Revert "default-versions: add rust-bootstrap to RUST section".
Oct 6 2023, 11:32 AM
tobik committed R11:469251e0ea3b: Revert "default-versions: add rust-bootstrap to RUST section" (authored by tobik).
Revert "default-versions: add rust-bootstrap to RUST section"
Oct 6 2023, 11:32 AM

Oct 2 2023

tobik committed R11:6b1b15742593: cargo.mk: Strip vV from GitHub tags only when followed by a digit (authored by tobik).
cargo.mk: Strip vV from GitHub tags only when followed by a digit
Oct 2 2023, 11:34 AM

Jun 30 2023

tobik committed R11:7028ff34c5ae: graphics/svgbob: Drop nop CARGO_ARGS (authored by tobik).
graphics/svgbob: Drop nop CARGO_ARGS
Jun 30 2023, 11:43 AM
tobik committed R11:c59060633031: irc/irssi: Drop nop TRUECOLOR_DESC (authored by tobik).
irc/irssi: Drop nop TRUECOLOR_DESC
Jun 30 2023, 11:43 AM
tobik committed R11:6fde2cc8ef84: graphics/epix: Spell PORTREVISION correctly (authored by tobik).
graphics/epix: Spell PORTREVISION correctly
Jun 30 2023, 11:43 AM
tobik committed R11:8bcbc1e32c6c: lang/rust: Fix build with LibreSSL 3.7.x (authored by tobik).
lang/rust: Fix build with LibreSSL 3.7.x
Jun 30 2023, 11:43 AM
tobik committed R11:c19607502ac1: devel/stack: Remove double CABAL_PROJECT (authored by tobik).
devel/stack: Remove double CABAL_PROJECT
Jun 30 2023, 11:43 AM
tobik committed R11:c9e139962126: devel/{pyside6*,shiboken6}: Fix WWW node type (authored by tobik).
devel/{pyside6*,shiboken6}: Fix WWW node type
Jun 30 2023, 11:43 AM
tobik committed R11:84f26165e79e: devel/py-pyTooling: Spell PKGNAMEPREFIX correctly (authored by tobik).
devel/py-pyTooling: Spell PKGNAMEPREFIX correctly
Jun 30 2023, 11:43 AM
tobik committed R11:3ac19217fc5e: devel/py-openapi-spec-validator: Hook up option (authored by tobik).
devel/py-openapi-spec-validator: Hook up option
Jun 30 2023, 11:43 AM
tobik committed R11:0abed3304d25: security/krb5-119: Spell DEPRECATED correctly (authored by tobik).
security/krb5-119: Spell DEPRECATED correctly
Jun 30 2023, 11:43 AM
tobik committed R11:edf253c9ec01: devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly) (authored by tobik).
devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)
Jun 30 2023, 11:43 AM
tobik committed R11:b1f803b71e60: devel/log4cxx: Drop CMAKE_TESTING_O (authored by tobik).
devel/log4cxx: Drop CMAKE_TESTING_O
Jun 30 2023, 11:43 AM
tobik committed R11:04310ee1d630: devel/libddwaf: Spell CMAKE_ON correctly (authored by tobik).
devel/libddwaf: Spell CMAKE_ON correctly
Jun 30 2023, 11:43 AM
tobik committed R11:9edcaf0b1407: cad/uranium: Fix double PORTREVISION (authored by tobik).
cad/uranium: Fix double PORTREVISION
Jun 30 2023, 11:43 AM
tobik committed R11:6cb92272ad32: ports-mgmt/parfetch-overlay: Deprecate (authored by tobik).
ports-mgmt/parfetch-overlay: Deprecate
Jun 30 2023, 11:43 AM

May 27 2023

tobik added a comment to D39208: cargo.mk: move cargo-crates-generate-lockfile to depend on patch.

It's using extract because extract is the bare minimum dependency where generate-lockfile could possibly work. Sometimes you don't want the patches applied. If we change it to patch then we have to manually move the patches out the way first in that case. With extract people can just run make patch cargo-crates when they need the patches applied first.

May 27 2023, 10:02 AM
tobik added a comment to D39205: cargo.mk: account for DIST_SUBDIR in cargo-checksum.

Ideally, crates should download to rust/crates regardless of ${DIST_SUBDIR} but bsd.port.mk logic prevents it I think.

May 27 2023, 9:43 AM

Apr 17 2023

tobik committed R11:ac5138638428: ports-mgmt/portfmt: Update to 1.1.5 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.5
Apr 17 2023, 2:03 PM
tobik committed R11:4d0f326aaf56: devel/rubygem-*: Drop unsupported BROKEN_RUBY27 (authored by tobik).
devel/rubygem-*: Drop unsupported BROKEN_RUBY27
Apr 17 2023, 2:03 PM

Nov 8 2022

tobik committed R11:3034814d8614: ports-mgmt/portfmt: Update to 1.1.4 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.4
Nov 8 2022, 9:16 AM
tobik committed R11:922686e80097: USES=cargo: Fix CARGO_BUILDDEP=any-version (authored by tobik).
USES=cargo: Fix CARGO_BUILDDEP=any-version
Nov 8 2022, 9:16 AM

Oct 8 2022

tobik committed R11:18052912af5d: Uses/cargo: Fix invalid WRKSRC for crates fetched from GitLab with tag (authored by tobik).
Uses/cargo: Fix invalid WRKSRC for crates fetched from GitLab with tag
Oct 8 2022, 12:24 PM

Sep 30 2022

tobik added inline comments to D36736: Mk/Uses/cargo.mk: Make use of WITH_LTO by default.
Sep 30 2022, 12:15 PM
tobik added inline comments to D36736: Mk/Uses/cargo.mk: Make use of WITH_LTO by default.
Sep 30 2022, 11:24 AM
tobik added inline comments to D36736: Mk/Uses/cargo.mk: Make use of WITH_LTO by default.
Sep 30 2022, 10:45 AM

Sep 27 2022

tobik added inline comments to D36696: Mk/Features/lto.mk: Use Cargo and Meson toggles.
Sep 27 2022, 11:30 AM
tobik added a comment to D36736: Mk/Uses/cargo.mk: Make use of WITH_LTO by default.

Isn't there LTO_UNSAFE to opt out of WITH_LTO?

Sep 27 2022, 11:22 AM

Sep 10 2022

tobik committed R11:d34f6f9cbd57: ports-mgmt/portfmt: Update to 1.1.3 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.3
Sep 10 2022, 2:50 PM
tobik committed R11:d730fd391eef: games/opensonic: Move loggcompat distfile to LOCAL/tobik (authored by tobik).
games/opensonic: Move loggcompat distfile to LOCAL/tobik
Sep 10 2022, 2:50 PM
tobik committed R11:6c43c7577c39: graphics/netpbm: Use working mirror (authored by tobik).
graphics/netpbm: Use working mirror
Sep 10 2022, 2:50 PM
tobik committed R11:68e192f8746a: sysutils/runit-faster: Move to new mirror (authored by tobik).
sysutils/runit-faster: Move to new mirror
Sep 10 2022, 2:50 PM
tobik committed R11:24142f0fa8ea: ports-mgmt/parfetch-overlay: Move to new home (authored by tobik).
ports-mgmt/parfetch-overlay: Move to new home
Sep 10 2022, 2:50 PM
tobik committed R11:d2f1862eb8c4: sysutils/setsid: Mirror locally (authored by tobik).
sysutils/setsid: Mirror locally
Sep 10 2022, 2:50 PM
tobik committed R11:a68915d445c8: www/quark: Mirror locally (authored by tobik).
www/quark: Mirror locally
Sep 10 2022, 2:50 PM
tobik committed R11:3e0f0c0223c5: sysutils/acerhdf-kmod: Update to 0.1.4 (authored by tobik).
sysutils/acerhdf-kmod: Update to 0.1.4
Sep 10 2022, 2:50 PM
tobik committed R11:d41358de8a63: ports-mgmt/portfmt: Update to 1.1.3 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.3
Sep 10 2022, 2:39 PM
tobik committed R11:117eb133d0e5: ports-mgmt/parfetch-overlay: Move to new home (authored by tobik).
ports-mgmt/parfetch-overlay: Move to new home
Sep 10 2022, 2:39 PM
tobik committed R11:ac16d9220232: games/opensonic: Move loggcompat distfile to LOCAL/tobik (authored by tobik).
games/opensonic: Move loggcompat distfile to LOCAL/tobik
Sep 10 2022, 2:39 PM
tobik committed R11:e30e60f36a49: sysutils/runit-faster: Move to new mirror (authored by tobik).
sysutils/runit-faster: Move to new mirror
Sep 10 2022, 2:39 PM
tobik committed R11:19113632aee3: www/quark: Mirror locally (authored by tobik).
www/quark: Mirror locally
Sep 10 2022, 2:39 PM
tobik committed R11:605b5bb7069f: sysutils/setsid: Mirror locally (authored by tobik).
sysutils/setsid: Mirror locally
Sep 10 2022, 2:39 PM
tobik committed R11:81fe8b090b6a: graphics/netpbm: Use working mirror (authored by tobik).
graphics/netpbm: Use working mirror
Sep 10 2022, 2:39 PM
tobik committed R11:84dc3ee3ce91: sysutils/acerhdf-kmod: Update to 0.1.4 (authored by tobik).
sysutils/acerhdf-kmod: Update to 0.1.4
Sep 10 2022, 2:39 PM

Aug 25 2022

tobik committed R11:4b500674d509: Uses/cargo: Allow using any Rust version if requested (authored by tobik).
Uses/cargo: Allow using any Rust version if requested
Aug 25 2022, 9:36 PM
tobik committed R11:ebfe943ce41f: devel/freebsd-sysroot: Try to fix powerpc64_elfv1 flavor (authored by tobik).
devel/freebsd-sysroot: Try to fix powerpc64_elfv1 flavor
Aug 25 2022, 9:36 PM
tobik committed R11:1c04ed35351c: ports-mgmt/portfmt: Move to new home (authored by tobik).
ports-mgmt/portfmt: Move to new home
Aug 25 2022, 9:35 PM
tobik committed R11:7a184841104c: *: Return unused ports (authored by tobik).
*: Return unused ports
Aug 25 2022, 9:35 PM

May 3 2022

tobik committed R11:cb6d9d1a623b: lang/rust-nightly: Update to 1.62.0.20220502 (authored by tobik).
lang/rust-nightly: Update to 1.62.0.20220502
May 3 2022, 10:28 AM
tobik committed R11:c1c0794e19a4: devel/rust-analyzer: Update to 2022-05-02 (authored by tobik).
devel/rust-analyzer: Update to 2022-05-02
May 3 2022, 8:03 AM
tobik committed R11:57c3caaa6c71: lang/rust: Relink ports after the Rust 1.60.0 update (authored by tobik).
lang/rust: Relink ports after the Rust 1.60.0 update
May 3 2022, 8:03 AM
tobik committed R11:9f600c6f47c1: shells/oksh: Update to 7.1 (authored by tobik).
shells/oksh: Update to 7.1
May 3 2022, 8:03 AM
tobik committed R11:fa6c86d28188: *: Fix up PORTREVISION (authored by tobik).
*: Fix up PORTREVISION
May 3 2022, 8:03 AM
tobik committed R11:9530e44de750: *: Sort categories and hook up missing ports (authored by tobik).
*: Sort categories and hook up missing ports
May 3 2022, 8:03 AM

Apr 23 2022

tobik committed R11:7fb087ab6ed9: Uses/cargo: Try to simplify cargo-crates-merge usage (authored by tobik).
Uses/cargo: Try to simplify cargo-crates-merge usage
Apr 23 2022, 7:49 AM
tobik committed R11:d00e32651ac5: Uses/cargo: Add cargo-audit maintainer target (authored by tobik).
Uses/cargo: Add cargo-audit maintainer target
Apr 23 2022, 7:49 AM
tobik committed R11:388404eaa4d5: www/newsboat: Update to 2.27 (authored by tobik).
www/newsboat: Update to 2.27
Apr 23 2022, 7:49 AM
tobik committed R11:7e52bc325f50: ports-mgmt/parfetch-overlay: Update to 0.1.2 (authored by tobik).
ports-mgmt/parfetch-overlay: Update to 0.1.2
Apr 23 2022, 7:49 AM
tobik committed R11:032221831cd4: devel/rust-analyzer: Update to 2022-04-18 (authored by tobik).
devel/rust-analyzer: Update to 2022-04-18
Apr 23 2022, 7:49 AM

Apr 22 2022

tobik updated subscribers of D34823: lang/rust: Update to 1.60.0.
Apr 22 2022, 8:40 AM

Apr 15 2022

tobik committed R11:33b184527544: lang/rust-bootstrap/sync.sh: put bootstraps in /home/rust (authored by tobik).
lang/rust-bootstrap/sync.sh: put bootstraps in /home/rust
Apr 15 2022, 8:37 AM
tobik committed R11:fd3bb4918498: devel/rust-analyzer: Update to 2022-04-11 (authored by tobik).
devel/rust-analyzer: Update to 2022-04-11
Apr 15 2022, 8:37 AM
tobik committed R11:ecb7b3b41af3: x11/bemenu: Update to 0.6.7 (authored by tobik).
x11/bemenu: Update to 0.6.7
Apr 15 2022, 8:37 AM
tobik committed R11:d207001c07e8: ports-mgmt/sccache-overlay: Unbreak on CURRENT (authored by tobik).
ports-mgmt/sccache-overlay: Unbreak on CURRENT
Apr 15 2022, 8:37 AM

Apr 14 2022

tobik added inline comments to D34823: lang/rust: Update to 1.60.0.
Apr 14 2022, 5:37 PM
tobik added a comment to D34823: lang/rust: Update to 1.60.0.

The problem with devel/racer is as follows:

  • racer 2.1.48 doesn't build with rust 1.60.0
  • racer 2.x requires rustc-dev from rust-nightly
  • rustc-dev is not "fabricated" on lang/rust-nightly because we use x.py build instead of x.py dist

Probably time to resurrect https://reviews.freebsd.org/D28520

Racer 2.2.0 builds fine with rust 1.60.0 and rustc-dev (no need for the nightly version)

Apr 14 2022, 10:21 AM

Apr 8 2022

tobik committed R9:de9032fc1160: extend pgp key (authored by tobik).
extend pgp key
Apr 8 2022, 11:07 AM
tobik committed R11:f06454fc4873: ports-mgmt/portfmt: Update to 1.1.2 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.2
Apr 8 2022, 11:06 AM
tobik committed R11:676a7a15a5d2: sysutils/nq: Update to v0.5 (authored by tobik).
sysutils/nq: Update to v0.5
Apr 8 2022, 11:06 AM
tobik committed R11:9e5cb535c057: lang/janet: Update to v1.21.2 (authored by tobik).
lang/janet: Update to v1.21.2
Apr 8 2022, 11:06 AM

Feb 9 2022

tobik committed R11:200987777b69: ports-mgmt/sccache-overlay: Disable idle timeout by default (authored by tobik).
ports-mgmt/sccache-overlay: Disable idle timeout by default
Feb 9 2022, 12:54 PM

Feb 7 2022

tobik committed R11:060529bfd15b: ports-mgmt/sccache-overlay: Use Unix sockets and fix Poudriere builds (authored by tobik).
ports-mgmt/sccache-overlay: Use Unix sockets and fix Poudriere builds
Feb 7 2022, 6:46 PM
tobik committed R11:79268283311b: ports-mgmt/parfetch-overlay: Update to 0.1.1 (authored by tobik).
ports-mgmt/parfetch-overlay: Update to 0.1.1
Feb 7 2022, 6:46 PM
tobik committed R11:b9653ecf1d2d: ports-mgmt/portfmt: Update to 1.1.1 (authored by tobik).
ports-mgmt/portfmt: Update to 1.1.1
Feb 7 2022, 6:46 PM

Feb 5 2022

tobik committed R11:ea3a1c8a6eff: lang/rust-nightly: Update to 1.60.0.20220204 (authored by tobik).
lang/rust-nightly: Update to 1.60.0.20220204
Feb 5 2022, 8:29 AM
tobik committed R11:8fab63b6c712: lang/rust: Relink consumers (authored by tobik).
lang/rust: Relink consumers
Feb 5 2022, 3:06 AM

Feb 3 2022

tobik committed R11:6ce64a1e5117: devel/rust-analyzer: Update to 2022-01-31 (authored by tobik).
devel/rust-analyzer: Update to 2022-01-31
Feb 3 2022, 2:09 PM
tobik committed R11:99de21f2a15c: security/vuxml: Fix recent lang/rust entry (authored by tobik).
security/vuxml: Fix recent lang/rust entry
Feb 3 2022, 2:09 PM
tobik committed R11:9400f68f0dc7: lang/rust*: Remove superfluous 'Changes' from commit log template (authored by tobik).
lang/rust*: Remove superfluous 'Changes' from commit log template
Feb 3 2022, 2:09 PM
tobik committed R11:d64a2a380f88: lang/rust: Relink consumers (authored by tobik).
lang/rust: Relink consumers
Feb 3 2022, 2:09 PM
tobik committed R11:c882e53799ba: lang/rust-nightly: Update to 1.60.0.20220202 (authored by tobik).
lang/rust-nightly: Update to 1.60.0.20220202
Feb 3 2022, 2:09 PM
tobik committed R11:3502452fd7da: ports-mgmt/sccache-overlay: Assign to rust@ (authored by tobik).
ports-mgmt/sccache-overlay: Assign to rust@
Feb 3 2022, 2:09 PM
tobik committed R11:bd3a9279310e: lang/rust: Update to 1.58.1 (authored by tobik).
lang/rust: Update to 1.58.1
Feb 3 2022, 2:09 PM
tobik committed R11:4588f863bdcb: devel/rgbds: Reset MAINTAINER (authored by tobik).
devel/rgbds: Reset MAINTAINER
Feb 3 2022, 2:09 PM
tobik committed R11:fe220888a0af: emulators/sameboy: Reset MAINTAINER (authored by tobik).
emulators/sameboy: Reset MAINTAINER
Feb 3 2022, 2:09 PM

Jan 29 2022

tobik committed R11:7ddc39e7ad08: security/uacme: Use system libev and unlock MBEDTLS option (authored by tobik).
security/uacme: Use system libev and unlock MBEDTLS option
Jan 29 2022, 10:44 AM
tobik committed R11:e8f494ad73ae: lang/jpm: Update to 0.0.2 (authored by tobik).
lang/jpm: Update to 0.0.2
Jan 29 2022, 10:44 AM
tobik committed R11:96b6c9f910d1: devel/rust-analyzer: Update to 2022-01-24 (authored by tobik).
devel/rust-analyzer: Update to 2022-01-24
Jan 29 2022, 10:44 AM
tobik committed R11:2eb283d82c8d: math/py-matplotlib: Chase USES=pyqt changes (authored by tobik).
math/py-matplotlib: Chase USES=pyqt changes
Jan 29 2022, 10:44 AM
tobik committed R11:9e9db79dc076: lang/janet: Update to v1.20.0 (authored by tobik).
lang/janet: Update to v1.20.0
Jan 29 2022, 10:44 AM
tobik committed R11:34f0097f95cf: security/afl++: Update to 4.00c (authored by tobik).
security/afl++: Update to 4.00c
Jan 29 2022, 10:44 AM
tobik committed R11:20e2a14698ab: cleanup: Python 3.6 is unsupported now (authored by tobik).
cleanup: Python 3.6 is unsupported now
Jan 29 2022, 10:44 AM

Jan 17 2022

tobik committed R11:dfd0e4d833e7: *: Clean up some things (authored by tobik).
*: Clean up some things
Jan 17 2022, 1:21 PM
tobik committed R11:cca75762435a: CHANGES: Catch up to fca135644fd02bc1e2c81dc59f61c93148f64d5d (authored by tobik).
CHANGES: Catch up to fca135644fd02bc1e2c81dc59f61c93148f64d5d
Jan 17 2022, 1:21 PM
tobik committed R11:a180b4ade278: *: Fix USE_GNOME usage (authored by tobik).
*: Fix USE_GNOME usage
Jan 17 2022, 1:21 PM
tobik committed R11:695bbdaf28d9: *: Drop newly added but obsolete INSTALLS_ICONS (authored by tobik).
*: Drop newly added but obsolete INSTALLS_ICONS
Jan 17 2022, 1:21 PM