Page MenuHomeFreeBSD
Feed Advanced Search

Yesterday

tijl committed rG7206f7c61991: linuxkpi: Fix set_memory_* (authored by tijl).
linuxkpi: Fix set_memory_*
Fri, May 3, 1:36 PM
tijl closed D45057: linuxkpi: Fix set_memory_*.
Fri, May 3, 1:36 PM
tijl added a comment to D45058: linuxkpi: Fix arch_io_reserve_memtype_wc.

Maybe it would be better to turn arch_io_reserve_memtype_wc into a no-op returning 0 and leave the drm-*-kmod ports unchanged. That would be safer this close to 14.1 release. Before 1e99b2ee9095 the function interpreted a physical address as a virtual address so it must have always failed and after that commit the BSDFIXME comment in the link I posted before suggests it still doesn't work. So whatever this function is supposed to do has not been necessary on FreeBSD. The only benefit of implementing it as a wrapper around vm_phys_fictitious_reg_range is that it makes the FreeBSD specific code in drm-*-kmod smaller, but that's not important. Agreed?

Fri, May 3, 12:49 PM

Thu, May 2

tijl added a comment to D45058: linuxkpi: Fix arch_io_reserve_memtype_wc.

The patch for graphics/drm-*-kmod ports is in D45059.
Example use of arch_io_reserve_memtype_wc:
https://github.com/freebsd/drm-kmod/blob/1f0859f54b6f4bcce3862f30c9c1b5cfd08710db/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c#L1048
Note that arch_io_reserve_memtype_wc is only called conditionally here so removing vm_phys_fictitious_reg_range calls like the drm-*-kmod patch does may not be correct. The i915 driver doesn't call arch_io_reserve_memtype_wc at all. It calls io_mapping_init_wc instead, which calls ioremap_wc, which calls pmap_mapdev_attr, so I think it doesn't need to call vm_phys_fictitious_reg_range but I cannot test that.

Thu, May 2, 1:57 PM
tijl requested review of D45059: graphics/drm-*-kmod: Add patch to test D45058.
Thu, May 2, 1:47 PM
tijl requested review of D45058: linuxkpi: Fix arch_io_reserve_memtype_wc.
Thu, May 2, 1:38 PM
tijl added a comment to D45057: linuxkpi: Fix set_memory_*.

Example use:
https://github.com/freebsd/drm-kmod/blob/1f0859f54b6f4bcce3862f30c9c1b5cfd08710db/drivers/gpu/drm/radeon/radeon_gart.c#L83
set_memory_uc called on ptr returned by linuxkpi dma_alloc_coherent, which returns a virtual address.

Thu, May 2, 9:04 AM
tijl requested review of D45057: linuxkpi: Fix set_memory_*.
Thu, May 2, 9:01 AM

Sat, Apr 27

tijl committed R11:5a022ef6a46f: graphics/giflib: Replace BINARY_ALIAS with patch (authored by tijl).
graphics/giflib: Replace BINARY_ALIAS with patch
Sat, Apr 27, 10:24 PM
tijl committed R11:3d18c1c9eae8: devel/libnotify: Update to 0.8.3 (authored by tijl).
devel/libnotify: Update to 0.8.3
Sat, Apr 27, 6:54 PM
tijl committed R11:17bfc9d343da: graphics/giflib: Update to 5.2.2 (authored by tijl).
graphics/giflib: Update to 5.2.2
Sat, Apr 27, 6:54 PM
tijl committed R11:16427a8b0150: x11-fonts/libXft: Update to 2.3.8 (authored by tijl).
x11-fonts/libXft: Update to 2.3.8
Sat, Apr 27, 6:54 PM
tijl committed R11:ad7075d584de: devel/desktop-file-utils: Update to 0.27 (authored by tijl).
devel/desktop-file-utils: Update to 0.27
Sat, Apr 27, 1:31 PM
tijl committed R11:98bf25875a99: graphics/tiff: Update to 4.6.0 (authored by tijl).
graphics/tiff: Update to 4.6.0
Sat, Apr 27, 12:53 PM

Fri, Apr 12

tijl committed R11:5842d08c97cd: security/gnutls: initialise libpthread (authored by tijl).
security/gnutls: initialise libpthread
Fri, Apr 12, 8:22 PM
tijl committed R11:9ffc65e659a3: security/gnutls: initialise libpthread (authored by tijl).
security/gnutls: initialise libpthread
Fri, Apr 12, 8:17 PM

Sun, Apr 7

tijl committed R11:5bf0d42cf369: security/gnutls: Update to 3.8.5 (authored by tijl).
security/gnutls: Update to 3.8.5
Sun, Apr 7, 7:53 AM

Apr 2 2024

tijl committed R11:dd015eeb653c: security/gnutls: Fix zlib support (authored by tijl).
security/gnutls: Fix zlib support
Apr 2 2024, 11:25 PM

Mar 29 2024

tijl committed R11:5b80fa1003ee: security/mbedtls: Update to 2.28.8 (authored by tijl).
security/mbedtls: Update to 2.28.8
Mar 29 2024, 9:52 AM

Mar 27 2024

tijl committed R11:cd45da9526dc: www/linux-c7-qtwebkit: Fix fetch (authored by tijl).
www/linux-c7-qtwebkit: Fix fetch
Mar 27 2024, 8:41 AM

Mar 25 2024

tijl committed R11:276c687eb65b: devel/gettext*: Mark LTO_UNSAFE (authored by tijl).
devel/gettext*: Mark LTO_UNSAFE
Mar 25 2024, 4:55 PM
tijl committed R11:667277248f7e: */*: Various Linux CentOS 7 updates (authored by tijl).
*/*: Various Linux CentOS 7 updates
Mar 25 2024, 3:14 PM

Mar 23 2024

tijl committed R11:cc9c37d73947: */*: Always use WRK_ENV with SETENVI (authored by tijl).
*/*: Always use WRK_ENV with SETENVI
Mar 23 2024, 5:48 PM
tijl committed R11:0dc10f1983ee: security/beid: Update to 5.1.15 (authored by tijl).
security/beid: Update to 5.1.15
Mar 23 2024, 5:48 PM
tijl closed D43509: x11-fonts/noto*: Restructure and update.
Mar 23 2024, 1:46 PM
tijl committed R11:3b128ff9f74b: x11-fonts/noto*: Restructure and update (authored by tijl).
x11-fonts/noto*: Restructure and update
Mar 23 2024, 1:46 PM
tijl committed R11:9a1d46378eae: devel/gettext: Update to 0.22.5 (authored by tijl).
devel/gettext: Update to 0.22.5
Mar 23 2024, 11:30 AM
tijl committed R11:909c172b80a5: security/beidconnect: New port, version 2.10 (authored by tijl).
security/beidconnect: New port, version 2.10
Mar 23 2024, 11:30 AM
tijl committed R11:b2238657fa8d: Templates/config.site: gl_cv_func_fnmatch_posix=no (authored by tijl).
Templates/config.site: gl_cv_func_fnmatch_posix=no
Mar 23 2024, 11:30 AM
tijl committed R11:d7511b9d0074: Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV (authored by tijl).
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
Mar 23 2024, 11:30 AM

Mar 15 2024

tijl abandoned D43272: devel/autoconf: update to 2.72.
Mar 15 2024, 9:57 AM · Contributor Reviewers (ports)
tijl commandeered D43272: devel/autoconf: update to 2.72.

Committed in https://cgit.FreeBSD.org/ports/commit/?id=b346b480027ce76a731603e28d4ae7a847b494e1

Mar 15 2024, 9:57 AM · Contributor Reviewers (ports)
tijl committed R11:b346b480027c: devel/autoconf: Update to 2.72 (authored by tijl).
devel/autoconf: Update to 2.72
Mar 15 2024, 9:36 AM

Mar 6 2024

tijl committed R11:755d190db121: ports-mgmt/portmaster: Avoid make -D flag (authored by tijl).
ports-mgmt/portmaster: Avoid make -D flag
Mar 6 2024, 8:46 PM
tijl committed R11:830ec3717024: Mk/Scripts/do-depends.sh: Avoid make -D flag (authored by tijl).
Mk/Scripts/do-depends.sh: Avoid make -D flag
Mar 6 2024, 8:25 PM
tijl committed R11:5d5367bc0202: math/scilab: Fix parallel build with gmake 4.4 (authored by tijl).
math/scilab: Fix parallel build with gmake 4.4
Mar 6 2024, 10:23 AM

Mar 4 2024

tijl committed R11:9f49d105b760: audio/flite: Fix parallel build with gmake 4.4 (authored by tijl).
audio/flite: Fix parallel build with gmake 4.4
Mar 4 2024, 1:32 PM

Mar 3 2024

tijl committed R11:687edfacdc85: devel/gmake: Update to 4.4.1 (authored by Kenji Takefu <takefu@airport.fm>).
devel/gmake: Update to 4.4.1
Mar 3 2024, 9:46 AM

Mar 1 2024

tijl committed R11:73ce9db43191: Uses/go.mk: Support proxy servers (authored by tijl).
Uses/go.mk: Support proxy servers
Mar 1 2024, 2:47 PM

Feb 29 2024

tijl committed R11:552266cdfd51: net/libsrtp2: Update to 2.6.0 and switch to meson (authored by tijl).
net/libsrtp2: Update to 2.6.0 and switch to meson
Feb 29 2024, 8:25 PM
tijl committed R11:0eb74bac9c1d: audio/zynaddsubfx: Fix buffer overflows (authored by tijl).
audio/zynaddsubfx: Fix buffer overflows
Feb 29 2024, 8:25 PM
tijl committed R11:572f23616926: Mk/*: Build with a clean environment (authored by tijl).
Mk/*: Build with a clean environment
Feb 29 2024, 8:24 PM
tijl committed R11:9827f3b51002: textproc/mxml: Update to 3.3.1 (authored by tijl).
textproc/mxml: Update to 3.3.1
Feb 29 2024, 8:24 PM

Feb 18 2024

tijl added inline comments to D43509: x11-fonts/noto*: Restructure and update.
Feb 18 2024, 10:55 AM

Feb 16 2024

tijl added inline comments to D43509: x11-fonts/noto*: Restructure and update.
Feb 16 2024, 1:15 PM
tijl updated the diff for D43509: x11-fonts/noto*: Restructure and update.
  • Moved noto.mk to Mk/Uses.
  • Renamed "make distfile" to "make noto-fetch" and let "make makesum" call it.
  • Make distfile creation reproducible (reset uid, gid, file mode, and timestamps).
Feb 16 2024, 11:53 AM

Feb 11 2024

tijl committed R11:8ef098dc2077: security/clamtk: Fix GH_TAGNAME (authored by tijl).
security/clamtk: Fix GH_TAGNAME
Feb 11 2024, 12:40 PM
tijl committed R11:9eac438c8dd4: multimedia/dvd-slideshow: Update to 0.8.6-1 (authored by Phil Oleson <oz@nixil.net>).
multimedia/dvd-slideshow: Update to 0.8.6-1
Feb 11 2024, 12:40 PM

Feb 7 2024

tijl committed R11:081636ca7aed: net/avahi-app: Let slave ports set PORTREVISION (authored by tijl).
net/avahi-app: Let slave ports set PORTREVISION
Feb 7 2024, 4:25 PM
tijl committed R11:4bc295125d00: net/py-avahi: Moved man to share/man (authored by tijl).
net/py-avahi: Moved man to share/man
Feb 7 2024, 2:29 PM

Feb 6 2024

tijl committed R11:bc2df9ae4b95: graphics/epstool: Fix parallel build (authored by tijl).
graphics/epstool: Fix parallel build
Feb 6 2024, 1:55 PM

Jan 31 2024

tijl committed rG085ab2c143eb: join(1): Fix ordering in case of missing fields (authored by tijl).
join(1): Fix ordering in case of missing fields
Jan 31 2024, 9:21 AM
tijl committed rGaaefd6898a73: join(1): Fix ordering in case of missing fields (authored by tijl).
join(1): Fix ordering in case of missing fields
Jan 31 2024, 8:55 AM

Jan 25 2024

tijl added a comment to D43272: devel/autoconf: update to 2.72.

I'll look into this after dealing with bug 272216 and bug 276478.

Jan 25 2024, 9:34 AM · Contributor Reviewers (ports)

Jan 24 2024

tijl committed rG95bf75895ddc: join(1): Fix ordering in case of missing fields (authored by tijl).
join(1): Fix ordering in case of missing fields
Jan 24 2024, 10:06 AM

Jan 21 2024

tijl added a comment to D43509: x11-fonts/noto*: Restructure and update.

What I don't like about this change is creation of many ports. This looks like an ideal case to apply subpackages.

Each port has its own version number and release dates so subpackages don't really fit. The CJK and emoji fonts also have a different master site. I think separate ports fits better.

Jan 21 2024, 5:20 PM

Jan 20 2024

tijl committed R11:2aaa08ffa716: Mk/bsd.commands.mk: Fix pre-commit error about indentation (authored by tijl).
Mk/bsd.commands.mk: Fix pre-commit error about indentation
Jan 20 2024, 5:59 PM

Jan 19 2024

tijl added inline comments to D43509: x11-fonts/noto*: Restructure and update.
Jan 19 2024, 3:16 PM
tijl added inline comments to D43509: x11-fonts/noto*: Restructure and update.
Jan 19 2024, 1:08 PM
tijl requested review of D43509: x11-fonts/noto*: Restructure and update.
Jan 19 2024, 10:29 AM

Jan 13 2024

tijl committed R11:da5f665be3d6: print/hplip(-plugin): Update to 3.23.12 (authored by tijl).
print/hplip(-plugin): Update to 3.23.12
Jan 13 2024, 11:16 AM
tijl committed R11:519f9b3516ab: security/beid: Update to 5.1.13 (authored by tijl).
security/beid: Update to 5.1.13
Jan 13 2024, 11:16 AM

Dec 22 2023

tijl committed rG272b4b764bdf: devd: Don't install autofs.conf with WITHOUT_AUTOFS (authored by tijl).
devd: Don't install autofs.conf with WITHOUT_AUTOFS
Dec 22 2023, 2:29 PM

Nov 17 2023

tijl committed R11:6218c0ab259f: print/cups: Fix build with GNUTLS disabled (authored by tijl).
print/cups: Fix build with GNUTLS disabled
Nov 17 2023, 10:11 PM
tijl committed R11:a5148ec3fc9c: print/cups-filters: Update to 1.28.17 (authored by tijl).
print/cups-filters: Update to 1.28.17
Nov 17 2023, 3:47 PM
tijl committed R11:519a7472d666: print/hplip: Fix snprintf calls when device URI contains %20 (authored by tijl).
print/hplip: Fix snprintf calls when device URI contains %20
Nov 17 2023, 3:47 PM
tijl committed R11:f381770c4503: print/cups: Update to 2.4.7 (authored by tijl).
print/cups: Update to 2.4.7
Nov 17 2023, 3:47 PM
tijl committed R11:0d5c79852641: security/mbedtls: Update to 2.28.6 (authored by tijl).
security/mbedtls: Update to 2.28.6
Nov 17 2023, 3:47 PM

Oct 17 2023

tijl committed R11:1209a850bcea: devel/gettext: Update to 0.22.3 (authored by tijl).
devel/gettext: Update to 0.22.3
Oct 17 2023, 12:45 PM

Oct 12 2023

tijl committed R11:4813e6ceca89: security/beid: Update to 5.1.11 (authored by tijl).
security/beid: Update to 5.1.11
Oct 12 2023, 11:21 AM

Oct 6 2023

tijl committed R11:9c57b79ab7bc: print/hplip(-plugin): Update to 3.23.8 (authored by tijl).
print/hplip(-plugin): Update to 3.23.8
Oct 6 2023, 9:58 AM
tijl committed R11:8e0e193f00f0: security/mbedtls: Update to 2.28.5 (authored by tijl).
security/mbedtls: Update to 2.28.5
Oct 6 2023, 9:58 AM
tijl committed R11:ad37eb3ab5fd: security/gnutls: Update to 3.7.10 (authored by tijl).
security/gnutls: Update to 3.7.10
Oct 6 2023, 9:58 AM

Sep 30 2023

tijl accepted D41988: devel/linux-c7-devtoolset: Add the port..
Sep 30 2023, 12:02 PM

Sep 21 2023

tijl committed R11:d1ce1dbba0b1: graphics/webp: Update to 1.3.2 (authored by tijl).
graphics/webp: Update to 1.3.2
Sep 21 2023, 8:54 AM
tijl committed R11:4c1b814ae0b6: graphics/webp: Update to 1.3.1 (authored by sunpoet).
graphics/webp: Update to 1.3.1
Sep 21 2023, 8:54 AM
tijl committed R11:8005c3565d0b: graphics/webp: Update to 1.3.2 (authored by tijl).
graphics/webp: Update to 1.3.2
Sep 21 2023, 8:28 AM

Sep 4 2023

tijl added inline comments to D38498: Mk/Uses: autoreconf.mk: Add AUTORECONF_ARGS.
Sep 4 2023, 9:14 AM

Aug 17 2023

tijl committed R11:7753f124339f: print/hplip: Fix patch from f97941e2c029 (authored by tijl).
print/hplip: Fix patch from f97941e2c029
Aug 17 2023, 7:38 AM
tijl committed R11:7cadfc189101: x11-fonts/dejavu: Add upstream patch fixing fontconfig files (authored by tijl).
x11-fonts/dejavu: Add upstream patch fixing fontconfig files
Aug 17 2023, 7:38 AM

Aug 15 2023

tijl committed R11:f97941e2c029: print/hplip: fix fax/filters/cdmfax/jetlib.cpp with llvm16 (authored by Oleg Sidorkin <osidorkin@gmail.com>).
print/hplip: fix fax/filters/cdmfax/jetlib.cpp with llvm16
Aug 15 2023, 8:11 AM

Aug 10 2023

tijl committed R11:91a92ca22bba: security/mbedtls: Update to 2.28.4 (authored by tijl).
security/mbedtls: Update to 2.28.4
Aug 10 2023, 9:05 AM

Jul 17 2023

tijl added a reverting change for R11:7fa24cff0d8a: security/gnupg: Fix dirmngr crash caused by gettext 0.22: R11:d0cbe7ba85c0: Revert "security/gnupg: Fix dirmngr crash caused by gettext 0.22".
Jul 17 2023, 7:10 PM
tijl committed R11:d0cbe7ba85c0: Revert "security/gnupg: Fix dirmngr crash caused by gettext 0.22" (authored by tijl).
Revert "security/gnupg: Fix dirmngr crash caused by gettext 0.22"
Jul 17 2023, 7:10 PM
tijl committed R11:fb889ca82944: devel/gettext-runtime: Fix crash triggered by libgpg-error (authored by tijl).
devel/gettext-runtime: Fix crash triggered by libgpg-error
Jul 17 2023, 6:56 PM
tijl committed R11:f0fc81e147d6: net-mgmt/collectd5: Eliminate -lgcrypt from LIBS (authored by tijl).
net-mgmt/collectd5: Eliminate -lgcrypt from LIBS
Jul 17 2023, 6:56 PM

Jul 13 2023

tijl committed R11:7fa24cff0d8a: security/gnupg: Fix dirmngr crash caused by gettext 0.22 (authored by tijl).
security/gnupg: Fix dirmngr crash caused by gettext 0.22
Jul 13 2023, 1:27 PM

Jul 11 2023

tijl committed R11:2c2ec62c72ca: devel/gettext: Update to 0.22 (authored by tijl).
devel/gettext: Update to 0.22
Jul 11 2023, 8:20 PM
tijl committed R11:0b59b9276418: lang/perl5*: Link with -pthread instead of -lpthread (authored by tijl).
lang/perl5*: Link with -pthread instead of -lpthread
Jul 11 2023, 8:20 PM
tijl committed R11:21e620488c1e: print/cups: Use upstream release tarball (authored by tijl).
print/cups: Use upstream release tarball
Jul 11 2023, 8:20 PM

Jul 5 2023

tijl committed R11:991525b997a3: security/p5-Crypt-GCrypt: Fix configure with llvm16 (authored by tijl).
security/p5-Crypt-GCrypt: Fix configure with llvm16
Jul 5 2023, 12:02 PM

Jul 2 2023

tijl accepted D40827: linux-c7: Merge dbus-glib into dbus-libs to ease maintenance..
Jul 2 2023, 8:28 AM

Jul 1 2023

tijl requested changes to D40827: linux-c7: Merge dbus-glib into dbus-libs to ease maintenance..
Jul 1 2023, 9:42 AM

Jun 25 2023

tijl committed R11:1237feacf2ac: print/hplip: Fix build with llvm16 (authored by tijl).
print/hplip: Fix build with llvm16
Jun 25 2023, 2:44 PM

Jun 23 2023

tijl committed R11:13f045cb4061: print/cups: Update to 2.4.6 (authored by tijl).
print/cups: Update to 2.4.6
Jun 23 2023, 2:46 PM
tijl committed R11:f7c2230c1453: print/hplip(-plugin): Update to 3.23.5 (authored by tijl).
print/hplip(-plugin): Update to 3.23.5
Jun 23 2023, 2:46 PM
tijl committed R11:37681fe56ee4: MOVED: Add x11/libdmx removed in 603a9e97f372 (authored by tijl).
MOVED: Add x11/libdmx removed in 603a9e97f372
Jun 23 2023, 2:46 PM

May 1 2023

tijl committed R11:a3b2aee9cebf: print/cups: Fix issues with color printing (authored by tijl).
print/cups: Fix issues with color printing
May 1 2023, 1:07 PM
tijl committed R11:61428d4580e2: print/cups: Fix issues with color printing (authored by tijl).
print/cups: Fix issues with color printing
May 1 2023, 12:55 PM

Apr 16 2023

tijl committed R11:9fa263c21fb2: x11-drivers/xf86-video-nv: Update to 2.1.22 (authored by tijl).
x11-drivers/xf86-video-nv: Update to 2.1.22
Apr 16 2023, 8:34 AM