Page MenuHomeFreeBSD
Feed All Stories

May 25 2019

tcberner committed rP502632: graphics/kxstitch: follow up to r502630 -- add missing plist.
graphics/kxstitch: follow up to r502630 -- add missing plist
May 25 2019, 8:47 PM
yuri committed rP502631: finance/qtbitcointrader: Update 1.40.41 -> 1.40.42.
finance/qtbitcointrader: Update 1.40.41 -> 1.40.42
May 25 2019, 8:30 PM
johalun committed rS348279: MFC r344385:.
MFC r344385:
May 25 2019, 8:25 PM
tcberner committed rP502630: New port: graphics/kxstitch -- KXStitch is a cross stitch pattern editor by KDE..
New port: graphics/kxstitch -- KXStitch is a cross stitch pattern editor by KDE.
May 25 2019, 8:24 PM
tcberner committed rP502629: New port: graphics/peruse -- Comic Book Reader by KDE.
New port: graphics/peruse -- Comic Book Reader by KDE
May 25 2019, 8:16 PM
kib added a comment to D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).

How did you tested this ? I am curious if you tried massively-parallel mkdir/rmdir for the same name. Perhaps try to ask Peter Holm to test this.

May 25 2019, 8:13 PM
tcberner committed rP502628: qt5: fix build on gcc architectures.
qt5: fix build on gcc architectures
May 25 2019, 8:03 PM
johalun committed rS348278: MFC r344384:.
MFC r344384:
May 25 2019, 8:00 PM
trasz added a comment to D20333: Make linux(4) create /dev/shm..

This is a bit hacky, even for my standards, so I've come up with this as an alternative: https://reviews.freebsd.org/D20411.

May 25 2019, 7:40 PM
trasz created D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).
May 25 2019, 7:34 PM
swills committed rP502627: databases/memcached: update to 1.5.16.
databases/memcached: update to 1.5.16
May 25 2019, 7:23 PM
kai committed rP502626: x11-themes/papirus-icon-theme: Update to 20190521.
x11-themes/papirus-icon-theme: Update to 20190521
May 25 2019, 7:21 PM
antoine committed rP502625: Fix sanity for cyrus-sasl2 plugins.
Fix sanity for cyrus-sasl2 plugins
May 25 2019, 7:20 PM
tcberner committed rP502624: graphics/kooka: reinstate port from r323747.
graphics/kooka: reinstate port from r323747
May 25 2019, 7:08 PM
kib added inline comments to D13484: swapoff to release multiple swap blocks at a time.
May 25 2019, 6:58 PM
kib added a comment to D20361: procdesc: fix reparenting when the debugger is attached.

P_TRACED is always set or cleared with proctree_lock exclusively locked, except at the process exit. After that, the process lock in exit1() is dropped and we acquire the proctree_lock. PRS_ZOMBIE is set much later on the process.

May 25 2019, 6:43 PM
tobik committed rP502623: graphics/zgv: Spell ONLY_FOR_ARCHS correctly.
graphics/zgv: Spell ONLY_FOR_ARCHS correctly
May 25 2019, 6:39 PM
tobik committed rP502622: x11-drivers/xf86-video-geode: Spell ONLY_FOR_ARCHS_REASON correctly.
x11-drivers/xf86-video-geode: Spell ONLY_FOR_ARCHS_REASON correctly
May 25 2019, 6:37 PM
ota_j.email.ne.jp updated the diff for D13484: swapoff to release multiple swap blocks at a time.

Fix style.

May 25 2019, 6:37 PM
johalun committed rS348277: MFC r347892:.
MFC r347892:
May 25 2019, 6:36 PM
tobik committed rP502621: multimedia/QtAV: Spell LICENSE_FILE correctly.
multimedia/QtAV: Spell LICENSE_FILE correctly
May 25 2019, 6:31 PM
johalun committed rS348276: MFC r344486:.
MFC r344486:
May 25 2019, 6:23 PM
tobik committed rP502620: multimedia/gtk-recordmydesktop: Fix spelling of INSTALLS_ICONS.
multimedia/gtk-recordmydesktop: Fix spelling of INSTALLS_ICONS
May 25 2019, 6:21 PM
tobik committed rP502619: multimedia/gmerlin: Fix spelling of INSTALLS_ICONS.
multimedia/gmerlin: Fix spelling of INSTALLS_ICONS
May 25 2019, 6:20 PM
tobik committed rP502618: deskutils/flameshot: Drop nop and misspelled INSTALL_ICONS.
deskutils/flameshot: Drop nop and misspelled INSTALL_ICONS
May 25 2019, 6:19 PM
tobik committed rP502617: multimedia/vdr-plugin-osdpip: Drop bogus HAVE_CONFIGURE.
multimedia/vdr-plugin-osdpip: Drop bogus HAVE_CONFIGURE
May 25 2019, 6:13 PM
tobik committed rP502616: emulators/x49gp: Drop bogus HAVE_CONFIGURE.
emulators/x49gp: Drop bogus HAVE_CONFIGURE
May 25 2019, 6:11 PM
dougm accepted D13484: swapoff to release multiple swap blocks at a time.

I'm satisfied with the way this code looks. It will take approval from someone more senior on the project before I can check it in. You might want to provide some demonstration of performance improvement - that kind of demonstration is necessary for approval from some folks.

May 25 2019, 6:11 PM
cem committed rP502615: x11/terminology: Update to 1.4.1.
x11/terminology: Update to 1.4.1
May 25 2019, 6:07 PM
cem closed D20408: x11/terminology: Update to 1.4.1.
May 25 2019, 6:07 PM
cem added a comment to D20408: x11/terminology: Update to 1.4.1.

Thanks!

May 25 2019, 6:07 PM
tobik committed rP502614: math/cadabra2: Actually set INSTALLS_ICONS.
math/cadabra2: Actually set INSTALLS_ICONS
May 25 2019, 6:05 PM
johalun committed rS348275: LinuxKPI: Register new linuxkpi and lindebugfs source files..
LinuxKPI: Register new linuxkpi and lindebugfs source files.
May 25 2019, 6:03 PM
yuri committed rP502613: math/mfem: Update 3.4 -> 4.0.
math/mfem: Update 3.4 -> 4.0
May 25 2019, 5:47 PM
oshogbo added inline comments to D20361: procdesc: fix reparenting when the debugger is attached.
May 25 2019, 5:47 PM
oshogbo updated the diff for D20361: procdesc: fix reparenting when the debugger is attached.

Fix locking.

May 25 2019, 5:47 PM
yuri committed rP502612: devel/xeus: Update 0.19.1 -> 0.19.2.
devel/xeus: Update 0.19.1 -> 0.19.2
May 25 2019, 5:46 PM
yuri committed rP502611: audio/qjackctl: Update 0_5_7 -> 0_5_8.
audio/qjackctl: Update 0_5_7 -> 0_5_8
May 25 2019, 5:46 PM
tijl accepted D20409: Linux does not support MSG_OOB for unix(7) or not-stream oriented socket.
May 25 2019, 5:45 PM
tcberner committed rP502610: New port: devel/heaptrack.
New port: devel/heaptrack
May 25 2019, 5:44 PM
trasz committed rS348274: We don't really need two entries to describe how to deal with.
We don't really need two entries to describe how to deal with
May 25 2019, 5:37 PM
tobik committed rP502609: devel/py-prompt_toolkit2: Spell EXPIRATION_DATE correctly.
devel/py-prompt_toolkit2: Spell EXPIRATION_DATE correctly
May 25 2019, 5:34 PM
tobik committed rP502608: net-im/qq: Spell EXPIRATION_DATE correctly.
net-im/qq: Spell EXPIRATION_DATE correctly
May 25 2019, 5:33 PM
oshogbo added inline comments to D20393: Adapting tail(1) to use Capsicum.
May 25 2019, 5:29 PM ยท capsicum
tobik committed rP502607: textproc/py-pdfminer.six: Drop nop and misspelled DOS2UNIXGLOB.
textproc/py-pdfminer.six: Drop nop and misspelled DOS2UNIXGLOB
May 25 2019, 5:24 PM
tobik committed rP502606: games/mangband: Drop nop and misspelled DOS2UNIXFILES.
games/mangband: Drop nop and misspelled DOS2UNIXFILES
May 25 2019, 5:22 PM
tobik committed rP502605: net/nepenthes: Drop nop and misspelled DOS2UNIX_FILE.
net/nepenthes: Drop nop and misspelled DOS2UNIX_FILE
May 25 2019, 5:21 PM
tobik committed rP502604: print/scribus-devel: Drop nop and misspelled DOS2UNIX_FILE.
print/scribus-devel: Drop nop and misspelled DOS2UNIX_FILE
May 25 2019, 5:19 PM
johalun committed rS348273: MFC r344485:.
MFC r344485:
May 25 2019, 5:17 PM
tcberner committed rP502603: devel/kdevelop-pg-qt: update to 2.2.0.
devel/kdevelop-pg-qt: update to 2.2.0
May 25 2019, 5:14 PM
wosch committed rD53060: the default architecture is 'All Architectures'.
the default architecture is 'All Architectures'
May 25 2019, 5:11 PM
tobik committed rP502602: devel/rubygem-fastthread: Spell DEPRECATED correctly.
devel/rubygem-fastthread: Spell DEPRECATED correctly
May 25 2019, 5:04 PM
tcberner committed rP502601: net/liveMedia: update to 2019.05.21.
net/liveMedia: update to 2019.05.21
May 25 2019, 5:00 PM
tobik committed rP502600: www/mimetex: Set option descriptions correctly.
www/mimetex: Set option descriptions correctly
May 25 2019, 4:59 PM
wosch committed rD53059: perl warnings.
perl warnings
May 25 2019, 4:57 PM
tobik committed rP502599: net/zebra: Spell CPE_VENDOR correctly.
net/zebra: Spell CPE_VENDOR correctly
May 25 2019, 4:50 PM
yuri committed rP502598: math/curv: Update 0.4-122 -> 0.4-127.
math/curv: Update 0.4-122 -> 0.4-127
May 25 2019, 4:49 PM
cem added inline comments to D20405: kldxref(8): Sort MDT_MODULE info first in linker.hints output.
May 25 2019, 4:48 PM
tobik committed rP502597: mail/trojita: Spell CPE_VENDOR correctly.
mail/trojita: Spell CPE_VENDOR correctly
May 25 2019, 4:47 PM
joneum committed rP502596: Update to 0.8.1.
Update to 0.8.1
May 25 2019, 4:47 PM
wosch committed rD53058: ascii format: warning message needs to be in ASCII as well.
ascii format: warning message needs to be in ASCII as well
May 25 2019, 4:41 PM
tobik closed D20410: Porter's Handbook: Remove mention of CMAKE_VERBOSE.
May 25 2019, 4:40 PM
tcberner committed rP502595: devel/py-PyExecJS: switch to more modern lang/spidermonkey52.
devel/py-PyExecJS: switch to more modern lang/spidermonkey52
May 25 2019, 4:40 PM
tobik committed rD53057: Porter's Handbook: Remove mention of CMAKE_VERBOSE.
Porter's Handbook: Remove mention of CMAKE_VERBOSE
May 25 2019, 4:39 PM
tobik committed rP502594: audio/linux-c7-*: Spell CONFLICTS correctly.
audio/linux-c7-*: Spell CONFLICTS correctly
May 25 2019, 4:36 PM
rene accepted D20410: Porter's Handbook: Remove mention of CMAKE_VERBOSE.
May 25 2019, 4:32 PM
tobik committed rP502593: japanese/font-ayu20: Drop misspelled CONFLICS.
japanese/font-ayu20: Drop misspelled CONFLICS
May 25 2019, 4:31 PM
tcberner committed rP502592: audio/noson-app: update to 3.11.8.
audio/noson-app: update to 3.11.8
May 25 2019, 4:29 PM
nivit committed rP502591: - Update to 2.4.1.
- Update to 2.4.1
May 25 2019, 4:29 PM
tcberner accepted D20410: Porter's Handbook: Remove mention of CMAKE_VERBOSE.

Looks good to me.

May 25 2019, 4:25 PM
tobik created D20410: Porter's Handbook: Remove mention of CMAKE_VERBOSE.
May 25 2019, 4:20 PM
tcberner committed rP502590: archivers/quazip: update to 0.8.
archivers/quazip: update to 0.8
May 25 2019, 4:18 PM
tobik committed rP502589: www/h2o*: Remove nop CMAKE_VERBOSE.
www/h2o*: Remove nop CMAKE_VERBOSE
May 25 2019, 4:16 PM
jbeich committed rP502588: MFH: r502567.
MFH: r502567
May 25 2019, 4:16 PM
jbeich committed rP502587: MFH: r502566 r502585.
MFH: r502566 r502585
May 25 2019, 4:15 PM
tobik committed rP502586: graphics/pfstools: Remove nop CMAKE_VERBOSE.
graphics/pfstools: Remove nop CMAKE_VERBOSE
May 25 2019, 4:15 PM
jmallett added a comment to D18593: mips32: move support for temporary mappings above KSEG0 to per-CPU data.

I don't have any exceptionally helpful comments; the code looks fine, but I haven't given it the review it deserves.

May 25 2019, 4:15 PM
jbeich updated the diff for D20391: www/firefox: update to 68.0.
  • Fix after bogus rebase
May 25 2019, 4:12 PM
jbeich updated the diff for D20391: www/firefox: update to 68.0.
May 25 2019, 4:12 PM
jbeich committed rP502585: www/firefox: bump required cbindgen after r501604.
www/firefox: bump required cbindgen after r501604
May 25 2019, 4:11 PM
tcberner committed rP502584: New port: devel/clazy.
New port: devel/clazy
May 25 2019, 4:09 PM
tobik committed rP502583: databases/sfcgal: Set USES=compiler args the canonical way.
databases/sfcgal: Set USES=compiler args the canonical way
May 25 2019, 4:08 PM
kmoore added a comment to D20394: Ports Tree Base Packages.

A few questions:

  • there are 0 integrity check for os ports, while all non-os ports do check the SHA-256 of their distfiles, is this intended?
May 25 2019, 3:58 PM
gordon committed rS348272: Switch logic in indexfiles to always remove the uarch flag..
Switch logic in indexfiles to always remove the uarch flag.
May 25 2019, 3:57 PM
blackend committed rD53056: Prefer https:// over http:// for FreeBSDmall..
Prefer https:// over http:// for FreeBSDmall.
May 25 2019, 3:54 PM
dchagin added a reviewer for D20409: Linux does not support MSG_OOB for unix(7) or not-stream oriented socket: tijl.
May 25 2019, 3:53 PM
tobik committed rP502582: www/wt: Blind fix CMAKE_ARGS typo.
www/wt: Blind fix CMAKE_ARGS typo
May 25 2019, 3:51 PM
dchagin created D20409: Linux does not support MSG_OOB for unix(7) or not-stream oriented socket.
May 25 2019, 3:51 PM
tobik committed rP502581: databases/mongodb34: Remove nop CHOSEN_COMPILER_TYPE.
databases/mongodb34: Remove nop CHOSEN_COMPILER_TYPE
May 25 2019, 3:46 PM
tobik committed rP502580: archives/unzip: Spell CATEGORIES correctly.
archives/unzip: Spell CATEGORIES correctly
May 25 2019, 3:31 PM
eugen committed rP502579: audio/xmms2-scrobbler: re-apply fix correctly.
audio/xmms2-scrobbler: re-apply fix correctly
May 25 2019, 3:31 PM
imp accepted D20407: virtio(4): Add PNP match metadata for virtio devices.
May 25 2019, 3:19 PM
imp added a comment to D20405: kldxref(8): Sort MDT_MODULE info first in linker.hints output.

Other than word-smithing the comments, I like it.

May 25 2019, 3:19 PM
tobik committed rP502578: audio/xmms2-scrobbler: Revert r446562 and remove nop APIFIX option.
audio/xmms2-scrobbler: Revert r446562 and remove nop APIFIX option
May 25 2019, 3:12 PM
theraven added a comment to D19735: Add a description on how to configure a local postfix to forward emails to the FreeBSD smtp servers..

I've now tried doing this and have finally managed to get it to work. A couple of things:

May 25 2019, 3:10 PM
driesm added inline comments to D20334: multimedia/emby-server update to 4.1.1.0.
May 25 2019, 2:44 PM
kib added inline comments to D20362: procdesc: allow to collect status through wait(1) if process is traced.
May 25 2019, 2:43 PM
kib added inline comments to D20361: procdesc: fix reparenting when the debugger is attached.
May 25 2019, 2:39 PM
kai committed rP502577: New port: www/py-dj22-django-auth-ldap.
New port: www/py-dj22-django-auth-ldap
May 25 2019, 2:21 PM
ehaupt committed rP502576: Update to 0.24.
Update to 0.24
May 25 2019, 2:13 PM