Page MenuHomeFreeBSD

fluffy (Dima Panov)
FreeBSD Committer

Projects (7)

User Details

User Since
Mar 15 2016, 6:12 AM (527 w, 1 h)

Recent Activity

Sat, Apr 18

fluffy committed R11:3b91a27321b6: science/avogadrolibs: fix packaging (+) (authored by fluffy).
science/avogadrolibs: fix packaging (+)
Sat, Apr 18, 6:08 PM

Thu, Apr 16

fluffy accepted D56417: graphics/inkscape: Enable testing.

LGTM

Thu, Apr 16, 9:47 AM

Sun, Apr 12

fluffy added a comment to D56291: [OpenSSL] Add missing header file (openssl/ml_kem.h).

@ngie you've updated openssl in main and stable/15 but still missed this include :(

Sun, Apr 12, 12:36 PM

Sat, Apr 11

fluffy committed R11:8590543a4422: databases/libgda5*: adjust PORTREVISION on slave ports after master's is not… (authored by fluffy).
databases/libgda5*: adjust PORTREVISION on slave ports after master's is not…
Sat, Apr 11, 8:03 PM
fluffy committed R11:26bcd5f61d0c: net-im/telegram-desktop: update: 6.7.2 -> 6.7.5 (authored by osa).
net-im/telegram-desktop: update: 6.7.2 -> 6.7.5
Sat, Apr 11, 6:37 PM
fluffy committed R11:b2dadd11c6a0: net-im/telegram-desktop: update to 6.7.2 release (+) (authored by fluffy).
net-im/telegram-desktop: update to 6.7.2 release (+)
Sat, Apr 11, 6:37 PM
fluffy committed R11:305c319b19c4: net-im/tg_owt: fix typo 2025 => 2026 (+) (authored by fluffy).
net-im/tg_owt: fix typo 2025 => 2026 (+)
Sat, Apr 11, 6:37 PM
fluffy committed R11:d340279f8c36: net-im/tg_owt: update to the recent snapsho (authored by fluffy).
net-im/tg_owt: update to the recent snapsho
Sat, Apr 11, 6:37 PM
fluffy committed R11:4e3b92a5eeac: net-im/tde2e: update to 1.8.63 release (authored by fluffy).
net-im/tde2e: update to 1.8.63 release
Sat, Apr 11, 6:37 PM
fluffy committed R11:24b806ed34a1: devel/libada: update to 3.4.4 release (+) (authored by fluffy).
devel/libada: update to 3.4.4 release (+)
Sat, Apr 11, 6:37 PM

Thu, Apr 9

fluffy committed R11:18bab30af308: multimedia/qmmp-qt5: update to 1.7.10 release (+) (authored by fluffy).
multimedia/qmmp-qt5: update to 1.7.10 release (+)
Thu, Apr 9, 8:06 PM
fluffy committed R11:0c61af5348b5: multimedia/qmmp-qt6: update to 2.3.2 release (+) (authored by fluffy).
multimedia/qmmp-qt6: update to 2.3.2 release (+)
Thu, Apr 9, 8:06 PM
fluffy committed R11:3afbe008adee: games/wesnoth: update to 1.8.17 release (+) (authored by fluffy).
games/wesnoth: update to 1.8.17 release (+)
Thu, Apr 9, 7:53 PM
fluffy committed R11:4e5b8e3dfe06: games/freeciv: update to 3.2.4 release (+) (authored by fluffy).
games/freeciv: update to 3.2.4 release (+)
Thu, Apr 9, 7:36 PM
fluffy committed R11:0f1a61eb0684: print/libharu: update to 2.4.6 release (+) (authored by diizzy).
print/libharu: update to 2.4.6 release (+)
Thu, Apr 9, 7:25 PM
fluffy committed R11:7616a31774e1: databases/libgda5*: multiple fixes (+) (authored by fluffy).
databases/libgda5*: multiple fixes (+)
Thu, Apr 9, 6:55 PM

Tue, Apr 7

fluffy added a comment to D56283: lib/msun: export arch-specific fenv methods.

Just reminder: stable/15 is affected too

Tue, Apr 7, 3:01 PM
fluffy added a comment to D56291: [OpenSSL] Add missing header file (openssl/ml_kem.h).

Just reminder: stable/15 is affected too

Tue, Apr 7, 3:00 PM
fluffy accepted D56291: [OpenSSL] Add missing header file (openssl/ml_kem.h).

Header must be provided, ossl_ml_kem_* functions are already presented in libcrypto.so

Tue, Apr 7, 2:16 PM

Mon, Apr 6

fluffy added a comment to D56283: lib/msun: export arch-specific fenv methods.

Confirmed: it works for aarch64, finally.

Mon, Apr 6, 11:44 PM
fluffy added a comment to D56283: lib/msun: export arch-specific fenv methods.

now jail build fine, symbols presented in libm.so.5, try to build math consumers

Mon, Apr 6, 9:23 PM
fluffy added a comment to D56283: lib/msun: export arch-specific fenv methods.
--- lib/msun__L ---
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.c:103:2: error: redefinition of 'fegetenv'
  103 | (fegetenv)(fenv_t *envp)
      |  ^
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.c:79:2: note: previous definition is here
   79 | (fegetenv)(fenv_t *envp)
      |  ^
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.c:111:31: error: incompatible pointer to integer conversion passing 'fenv_t *' (aka 'unsigned long *') to parameter of type 'int' [-Wint-conversion]
  111 |         return (__feenableexcept_int(envp));
      |                                      ^~~~
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.h:241:26: note: passing argument to parameter '__mask' here
  241 | __feenableexcept_int(int __mask)
      |                          ^
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.c:117:32: error: incompatible pointer to integer conversion passing 'fenv_t *' (aka 'unsigned long *') to parameter of type 'int' [-Wint-conversion]
  117 |         return (__fedisableexcept_int(envp));
      |                                       ^~~~
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.h:252:27: note: passing argument to parameter '__mask' here
  252 | __fedisableexcept_int(int __mask)
      |                           ^
3 errors generated.
Mon, Apr 6, 6:12 PM
fluffy added a comment to D56283: lib/msun: export arch-specific fenv methods.
--- flt_rounds.pico ---
In file included from /opt/poudriere/jails/16c/usr/src/lib/libc/aarch64/gen/flt_rounds.c:29:
/opt/poudriere/jails/16c/usr/src/lib/msun/aarch64/fenv.h:97:1: error: expected identifier or '('
   97 | {
      | ^
1 error generated.
*** [flt_rounds.pico] Error code 1
Mon, Apr 6, 6:10 PM
fluffy committed R11:3fa76f911b25: multimedia/linux-rl9-ffmpeg: upstream update (+) (authored by fluffy).
multimedia/linux-rl9-ffmpeg: upstream update (+)
Mon, Apr 6, 11:42 AM

Sat, Apr 4

fluffy committed R11:af79b92cbcbf: net-im/tg_owt: fix typo 2025 => 2026 (+) (authored by fluffy).
net-im/tg_owt: fix typo 2025 => 2026 (+)
Sat, Apr 4, 4:46 PM

Fri, Apr 3

fluffy committed R11:f307ff0edce3: net-im/tg_owt: update to the recent snapsho (authored by fluffy).
net-im/tg_owt: update to the recent snapsho
Fri, Apr 3, 7:48 PM
fluffy committed R11:fd80f7bb5fcd: net-im/telegram-desktop: update to 6.7.2 release (+) (authored by fluffy).
net-im/telegram-desktop: update to 6.7.2 release (+)
Fri, Apr 3, 7:48 PM
fluffy committed R11:7ba762e2f58d: net-im/tde2e: update to 1.8.63 release (authored by fluffy).
net-im/tde2e: update to 1.8.63 release
Fri, Apr 3, 7:48 PM
fluffy committed R11:472898887e3d: devel/libada: update to 3.4.4 release (+) (authored by fluffy).
devel/libada: update to 3.4.4 release (+)
Fri, Apr 3, 7:48 PM

Thu, Apr 2

fluffy committed R11:9b389cf5b131: deskutils/qownnotes: bump PORTREVISION and unbreak build after Botan update (authored by fluffy).
deskutils/qownnotes: bump PORTREVISION and unbreak build after Botan update
Thu, Apr 2, 1:19 AM
fluffy committed R11:e0d59cea93c0: security/botan3: bump consumers after Botan update (authored by fluffy).
security/botan3: bump consumers after Botan update
Thu, Apr 2, 1:18 AM
fluffy committed R11:ad1e800a7b3f: security/botan3: update to 3.11.1 release (+) (authored by fluffy).
security/botan3: update to 3.11.1 release (+)
Thu, Apr 2, 1:18 AM

Tue, Mar 31

fluffy committed R11:89a804c19f17: editors/libreoffice: update to 26.2.2 release (+) (authored by fluffy).
editors/libreoffice: update to 26.2.2 release (+)
Tue, Mar 31, 12:06 AM

Mon, Mar 30

fluffy committed R11:4b905b3655be: graphics/colmap: prevent to find Qt5 components if they coexist with Qt6 (authored by fluffy).
graphics/colmap: prevent to find Qt5 components if they coexist with Qt6
Mon, Mar 30, 12:48 AM
fluffy committed R11:b82b6a7673d2: archivers/file-roller: depend on archiver/rar only for amd64 (authored by fluffy).
archivers/file-roller: depend on archiver/rar only for amd64
Mon, Mar 30, 12:41 AM

Sun, Mar 29

fluffy committed R11:5ef05a1b5ae2: science/mutationpp: add missing #include <cassert> (authored by fluffy).
science/mutationpp: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:68374a2c7533: math/fcl: add missing #include <cassert> (authored by fluffy).
math/fcl: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:3999f48a8517: graphics/instant-meshes: add missing #include <cassert> (authored by fluffy).
graphics/instant-meshes: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:55ff328939af: graphics/blender: add missing #include <cassert> (authored by fluffy).
graphics/blender: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:e1893dcaca06: science/votca: add missing #include <cassert> (authored by fluffy).
science/votca: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:7b9b11abe333: astro/kstars: add missing #include <cassert> (authored by fluffy).
astro/kstars: add missing #include <cassert>
Sun, Mar 29, 11:37 PM
fluffy committed R11:aa02d6d2ad7a: graphics/blender4: add missing #include <cassert> (authored by fluffy).
graphics/blender4: add missing #include <cassert>
Sun, Mar 29, 11:36 PM

Mar 19 2026

fluffy committed R11:56d776168ea6: games/flightgear: prevent to pickup qt6 if it co-exist with qt5 (+) (authored by fluffy).
games/flightgear: prevent to pickup qt6 if it co-exist with qt5 (+)
Mar 19 2026, 9:04 PM
fluffy committed R11:7757bd41a6ee: databases/opendbviewer: prevent to pickup qt6 if it co-exist with qt5 (+) (authored by fluffy).
databases/opendbviewer: prevent to pickup qt6 if it co-exist with qt5 (+)
Mar 19 2026, 9:04 PM

Mar 17 2026

fluffy committed R11:b7c8ef2aa3b7: devel/adacurses: update to 20251230 release with ncurses 6.8 support (authored by fluffy).
devel/adacurses: update to 20251230 release with ncurses 6.8 support
Mar 17 2026, 11:55 AM

Mar 16 2026

fluffy committed R11:fede9d5b3388: lang/gcc6-aux: unbreak with isl-27, cleanup (authored by fluffy).
lang/gcc6-aux: unbreak with isl-27, cleanup
Mar 16 2026, 1:05 PM

Mar 14 2026

fluffy accepted D55853: Add new ports committer (mce).
Mar 14 2026, 11:40 PM
fluffy committed R11:91953f4e9461: graphics/gimp3-app: update to 3.2.0 release (+) (authored by fluffy).
graphics/gimp3-app: update to 3.2.0 release (+)
Mar 14 2026, 8:37 PM
fluffy committed R11:8cc0f6faa8fe: graphics/gegl: update to 0.4.68 release (+) (authored by fluffy).
graphics/gegl: update to 0.4.68 release (+)
Mar 14 2026, 8:37 PM
fluffy committed R11:fa623c4ea517: x11/babl: update to 0.1.124 release (+) (authored by fluffy).
x11/babl: update to 0.1.124 release (+)
Mar 14 2026, 8:37 PM

Mar 13 2026

fluffy committed R11:2c381d5b5165: graphics/ogre3d: add textproc/pugixml as default dep (+) (authored by jhale).
graphics/ogre3d: add textproc/pugixml as default dep (+)
Mar 13 2026, 2:28 PM
fluffy accepted D55839: committers-ports.dot: Add new committer (mce).

LGTM

Mar 13 2026, 9:27 AM

Mar 11 2026

fluffy committed R11:81041dff003f: net/dpdk: unbreak (+) (authored by fluffy).
net/dpdk: unbreak (+)
Mar 11 2026, 10:58 AM

Mar 10 2026

fluffy requested review of D55805: Allow man(1) to search translated manpages in pure $man_lang subdirectory.
Mar 10 2026, 10:23 PM · manpages
fluffy committed R11:3f3ee57e4c86: net/dpdk: update to latest LTS release, 25.11.0, adopt (+) (authored by fluffy).
net/dpdk: update to latest LTS release, 25.11.0, adopt (+)
Mar 10 2026, 10:08 PM

Mar 3 2026

fluffy accepted D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf.
Mar 3 2026, 11:05 PM
fluffy added a reviewer for D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf: office.
Mar 3 2026, 11:05 PM
fluffy accepted D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf.

No objection from office@

Mar 3 2026, 11:04 PM

Mar 1 2026

fluffy committed R11:36a3d28e41f8: math/octave: restrict required java version to 11+ (+) (authored by fluffy).
math/octave: restrict required java version to 11+ (+)
Mar 1 2026, 1:57 PM

Feb 28 2026

fluffy committed R11:429b9ce844cd: editors/libreoffice: update to 26.2.1 release (+) (authored by fluffy).
editors/libreoffice: update to 26.2.1 release (+)
Feb 28 2026, 9:15 PM
fluffy committed R11:9b79935fda69: net/xrdp: unbreak build WITH=FUSE (+) (authored by fluffy).
net/xrdp: unbreak build WITH=FUSE (+)
Feb 28 2026, 9:05 PM
fluffy committed R11:eed35caab64e: net/mosquitto: pet stage-qa, plist entry for rc.d script is always handled by… (authored by fluffy).
net/mosquitto: pet stage-qa, plist entry for rc.d script is always handled by…
Feb 28 2026, 9:05 PM
fluffy committed R11:821334429149: math/py-numpy: unbreak build with non-default python (+) (authored by fluffy).
math/py-numpy: unbreak build with non-default python (+)
Feb 28 2026, 9:05 PM
fluffy committed R11:84fd9f640171: math/octave: fix packaging WITH=JAVA (+) (authored by fluffy).
math/octave: fix packaging WITH=JAVA (+)
Feb 28 2026, 9:05 PM
fluffy committed R11:79421c987f10: devel/libzvbi: fix packaging (+) (authored by fluffy).
devel/libzvbi: fix packaging (+)
Feb 28 2026, 9:05 PM

Feb 25 2026

fluffy committed R11:5bec657b0a11: editors/libreoffice: unbreak build in some conditions (authored by fluffy).
editors/libreoffice: unbreak build in some conditions
Feb 25 2026, 10:50 PM
fluffy committed R11:1d21972efd0a: editirs/libreoffice: cleanup unused dependencies (authored by ronald_klop.ws).
editirs/libreoffice: cleanup unused dependencies
Feb 25 2026, 10:50 PM

Feb 18 2026

fluffy committed R11:fb28dbf46e5f: sysutils/cbsd: update to 15.0.3 bugfix release (authored by olevole_olevole.ru).
sysutils/cbsd: update to 15.0.3 bugfix release
Feb 18 2026, 8:38 PM

Feb 17 2026

fluffy committed R11:87146c7a25a8: sysutils/cbsd: update to 15.0.3 release (+) (authored by fluffy).
sysutils/cbsd: update to 15.0.3 release (+)
Feb 17 2026, 12:45 PM

Feb 16 2026

fluffy committed R11:2aec2b63e4e5: ports-mgmt/synth: update to 3.13 release (+) (authored by fluffy).
ports-mgmt/synth: update to 3.13 release (+)
Feb 16 2026, 9:46 AM

Feb 14 2026

fluffy committed R11:1539b41d5d62: editors/libreoffice-kab: regen distinfo (authored by fluffy).
editors/libreoffice-kab: regen distinfo
Feb 14 2026, 1:45 PM

Feb 12 2026

fluffy committed R11:00c3e49dc8d0: editors/libreoffice: regen i18n distinfo for 26.2.0 release (authored by fluffy).
editors/libreoffice: regen i18n distinfo for 26.2.0 release
Feb 12 2026, 6:18 PM
fluffy committed R11:eda26a878c7d: devel/vera++: unbreak build with recent Boost (authored by fluffy).
devel/vera++: unbreak build with recent Boost
Feb 12 2026, 9:51 AM
fluffy committed R11:14862ccb6437: math/labplot: bump after devel/liborcus upgrade (authored by fluffy).
math/labplot: bump after devel/liborcus upgrade
Feb 12 2026, 9:36 AM
fluffy committed R11:1921b0353efa: editors/libreoffice: update to 26.2.0 release (+) (authored by fluffy).
editors/libreoffice: update to 26.2.0 release (+)
Feb 12 2026, 9:36 AM
fluffy committed R11:4aebbdbf5b38: devel/liborcus: update to 0.21.0 release (+) (authored by fluffy).
devel/liborcus: update to 0.21.0 release (+)
Feb 12 2026, 9:36 AM
fluffy committed R11:efc56f2b55e3: math/glm: update to 1.0.3 release (+) (authored by fluffy).
math/glm: update to 1.0.3 release (+)
Feb 12 2026, 9:36 AM

Feb 11 2026

fluffy committed R11:628c9c28a6a3: textproc/enchant2: unbreak build WITH=ZEMBEREK (+) (authored by fluffy).
textproc/enchant2: unbreak build WITH=ZEMBEREK (+)
Feb 11 2026, 10:02 PM
fluffy committed R11:567105643fe0: databases/py-mysqlclient: update to 2.2.8 release (+) (authored by fluffy).
databases/py-mysqlclient: update to 2.2.8 release (+)
Feb 11 2026, 10:07 AM

Feb 6 2026

fluffy committed R11:26d5ba057166: graphics/ogre3d: update to 14.5.2 release (+) (authored by fluffy).
graphics/ogre3d: update to 14.5.2 release (+)
Feb 6 2026, 9:10 AM

Feb 5 2026

fluffy committed R11:170c569542f3: devel/pecl-ev: update to 1.2.3 release (+) (authored by fluffy).
devel/pecl-ev: update to 1.2.3 release (+)
Feb 5 2026, 2:58 PM
fluffy committed R11:9a248861c737: textproc/aspell-ispell: upgrade to 0.60.8.2 (authored by fluffy).
textproc/aspell-ispell: upgrade to 0.60.8.2
Feb 5 2026, 2:55 PM
fluffy committed R11:2294966338e8: textproc/aspell: upgrade to 0.60.8.2 (authored by thierry).
textproc/aspell: upgrade to 0.60.8.2
Feb 5 2026, 1:23 PM
fluffy committed R11:8eff4cb7ef8c: editors/featherpad: fix plist (+) (authored by fluffy).
editors/featherpad: fix plist (+)
Feb 5 2026, 10:26 AM
fluffy committed R11:f8b5751a9b6f: x11/babl: deal with FreeBSD procfs in Right Way(tm) (authored by fluffy).
x11/babl: deal with FreeBSD procfs in Right Way(tm)
Feb 5 2026, 9:47 AM
fluffy committed R11:9609a9f22a24: graphics/gegl: deal with FreeBSD procfs in Right Way(tm) (authored by fluffy).
graphics/gegl: deal with FreeBSD procfs in Right Way(tm)
Feb 5 2026, 9:47 AM

Feb 4 2026

fluffy committed R11:5802e9ec58ca: devel/libdispatch: do not define HAVE_DISPATCH_WORKQ_MONITORING on FreeBSD (authored by fluffy).
devel/libdispatch: do not define HAVE_DISPATCH_WORKQ_MONITORING on FreeBSD
Feb 4 2026, 9:21 PM
fluffy committed R11:6b6f9fc3af50: graphics/opencv: unbreak build on aarch64 (+) (authored by fluffy).
graphics/opencv: unbreak build on aarch64 (+)
Feb 4 2026, 12:10 PM

Feb 3 2026

fluffy committed R11:92304b0981e9: sysutils/cbsd: update to 15.0.1 release (+) (authored by fluffy).
sysutils/cbsd: update to 15.0.1 release (+)
Feb 3 2026, 2:10 PM

Jan 27 2026

fluffy committed R11:6d867df253d6: graphics/gimp3-app: update to 3.0.8 release (+) (authored by fluffy).
graphics/gimp3-app: update to 3.0.8 release (+)
Jan 27 2026, 11:59 AM
fluffy committed R11:69606368e9df: graphics/gegl: update to 0.4.66 release (+) (authored by fluffy).
graphics/gegl: update to 0.4.66 release (+)
Jan 27 2026, 11:59 AM
fluffy committed R11:3a83e203c8b5: x11/babl: update to 0.1.120 release (+) (authored by fluffy).
x11/babl: update to 0.1.120 release (+)
Jan 27 2026, 11:59 AM
fluffy committed R11:ecb70e669378: devel/pear: update to 1.10.18 release (+) (authored by fluffy).
devel/pear: update to 1.10.18 release (+)
Jan 27 2026, 11:37 AM

Jan 20 2026

fluffy committed R11:b9b28b1b3dd0: lang/php85: use bundled argon only on base win OpenSSL 3.5+ (authored by fluffy).
lang/php85: use bundled argon only on base win OpenSSL 3.5+
Jan 20 2026, 12:41 PM
fluffy committed R11:9a1002c9c698: lang/php84: use bundled argon only on base win OpenSSL 3.5+ (authored by fluffy).
lang/php84: use bundled argon only on base win OpenSSL 3.5+
Jan 20 2026, 12:41 PM
fluffy committed R11:4df1e49f2a9f: lang/php85: use bundled argon only on base win OpenSSL 3.5+ (authored by fluffy).
lang/php85: use bundled argon only on base win OpenSSL 3.5+
Jan 20 2026, 12:39 PM
fluffy committed R11:981716f92438: lang/php84: use bundled argon only on base win OpenSSL 3.5+ (authored by fluffy).
lang/php84: use bundled argon only on base win OpenSSL 3.5+
Jan 20 2026, 12:39 PM
fluffy committed R11:3ebf8d930fab: devel/libdispatch: update to 6.1.1 release (+) (authored by fluffy).
devel/libdispatch: update to 6.1.1 release (+)
Jan 20 2026, 9:22 AM

Jan 19 2026

fluffy committed R11:35ee008f4d24: graphics/ogre3d: bump comsumers after Ogre3d update (authored by fluffy).
graphics/ogre3d: bump comsumers after Ogre3d update
Jan 19 2026, 1:18 PM
fluffy committed R11:1f37bbeb198a: graphics/ogre3d: update to 14.5.1 release (+) (authored by fluffy).
graphics/ogre3d: update to 14.5.1 release (+)
Jan 19 2026, 1:18 PM