Page MenuHomeFreeBSD
Feed Advanced Search

Jul 8 2022

saper_saper.info reopened D35712: print/freetype2: Handle WITH_DEBUG plist changes.

Late to the party, but I am not sure this is the right way(tm).

Jul 8 2022, 10:19 PM

Apr 10 2020

saper_saper.info added a comment to D24330: www/chromium: Un-remove v4l video capture support.

Done, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245505

Apr 10 2020, 3:02 PM

Apr 9 2020

saper_saper.info added a comment to D24330: www/chromium: Un-remove v4l video capture support.

I have tried this and indeed it now allows me to enable the webcam. However, it the picture is flashed over with a green background few times a second and it produces the following (possibly unrelated) error message one the console:

Apr 9 2020, 5:34 PM

Apr 7 2020

saper_saper.info added a comment to D24330: www/chromium: Un-remove v4l video capture support.
In D24330#535212, @cem wrote:

We may be missing a DEPEND line on libv4l. Poudriere testport should shake that out, when someone gets a chance.

Apr 7 2020, 9:28 PM

Oct 8 2019

saper_saper.info added a comment to D21385: Use makefs -t msdos in make_esp_file.

Thanks, yes, reverting it locally fixed that for me. Shouldn't makefs become part of the bootstrap tools then? Requiring 12.1 is a bit tight...

Oct 8 2019, 8:32 PM
saper_saper.info added a comment to D21385: Use makefs -t msdos in make_esp_file.

I tried to build SVN head (r353191) today on 12.0-RELEASE-p10 amd64 and I am getting an error when trying to build CDs:

Oct 8 2019, 8:05 PM

Apr 22 2019

saper_saper.info added a comment to D19343: shells/ksh93: Update to 93v 2014-12-24.

Thank you @cy for taking care of this!

Apr 22 2019, 9:09 AM

Apr 17 2019

saper_saper.info added a comment to D19343: shells/ksh93: Update to 93v 2014-12-24.

Yes, this builds ok on powerpc64 when compiling with GCC8. So you should set USES=compiler:c11.

Apr 17 2019, 6:53 AM

Apr 16 2019

saper_saper.info added inline comments to D19343: shells/ksh93: Update to 93v 2014-12-24.
Apr 16 2019, 10:14 AM

Apr 1 2019

saper_saper.info added a comment to D19343: shells/ksh93: Update to 93v 2014-12-24.

All issues fixed

Apr 1 2019, 8:07 AM

Mar 27 2019

saper_saper.info updated the diff for D19343: shells/ksh93: Update to 93v 2014-12-24.

Use tag name as suggested by cy@

Mar 27 2019, 9:16 AM
saper_saper.info updated the diff for D19343: shells/ksh93: Update to 93v 2014-12-24.

Merged changes to the ports tree in the meantime

Mar 27 2019, 8:11 AM

Mar 13 2019

saper_saper.info added inline comments to D19343: shells/ksh93: Update to 93v 2014-12-24.
Mar 13 2019, 12:10 AM
saper_saper.info updated the diff for D19343: shells/ksh93: Update to 93v 2014-12-24.

Make portlint happy

Mar 13 2019, 12:06 AM

Feb 25 2019

saper_saper.info created D19343: shells/ksh93: Update to 93v 2014-12-24.
Feb 25 2019, 11:49 AM
saper_saper.info requested changes to D19331: shells/ksh93 is unmaintainable; PR 208098 cannot be fixed without significant effort.

This is a patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208098 to fix the problems. Feedback welcome.

Feb 25 2019, 10:21 AM

May 24 2018

saper_saper.info added a comment to D15535: Indicate the brk/sbrk are deprecated and not portable..

Great, thanks!

May 24 2018, 8:10 PM
saper_saper.info added a comment to D15535: Indicate the brk/sbrk are deprecated and not portable..

mdoc(7) nitpicking :(

May 24 2018, 5:58 PM
saper_saper.info added inline comments to D15535: Indicate the brk/sbrk are deprecated and not portable..
May 24 2018, 5:41 PM

May 23 2018

saper_saper.info added a comment to D15535: Indicate the brk/sbrk are deprecated and not portable..

I have one question. From what I see in the code for brk() and sbrk() got removed from the C library, but the system call sys_obreak still exists, correct?

Hmm, that's a bug. We should remove it (or at least make it ENOSYS).

May 23 2018, 8:53 PM
saper_saper.info added a comment to D15535: Indicate the brk/sbrk are deprecated and not portable..

Are there any architecture-specific reasons for removal? (Something that riscv and aarch64 cannot do but amd64 and i386 can)?

May 23 2018, 8:41 PM
saper_saper.info added a comment to D15535: Indicate the brk/sbrk are deprecated and not portable..

I have one question. From what I see in the code for brk() and sbrk() got removed from the C library, but the system call sys_obreak still exists, correct?

May 23 2018, 8:31 PM
saper_saper.info added inline comments to D15535: Indicate the brk/sbrk are deprecated and not portable..
May 23 2018, 8:24 PM
saper_saper.info added a comment to D6464: Remove sbrk on arm64.

A bit late to the party, but I got bitten by this today

Can you explain how?

May 23 2018, 7:27 AM

May 22 2018

Herald added a reviewer for D6464: Remove sbrk on arm64: ngie.

A bit late to the party, but I got bitten by this today - where this should be documented? sbrk(2) manpage?

May 22 2018, 10:28 PM

Mar 11 2018

saper_saper.info added a comment to D11863: Add USES=node[:args] for specifying a dependency on Node.js.

We're also working to make FreeBSD more nodejs friendly. Our goal is to bring electron.io and Atom to FreeBSD.

Mixing packages from the portstree and npm is, in general, not a good idea, because different projects could require different version of the same package. Our approach is to bring in the portstree only the built/native components and somehow tell npm to use those, instead of rebuild, to minimize potential conflicts.

Mar 11 2018, 9:42 PM

Sep 10 2017

saper_saper.info added a comment to D12306: net-im/mastodon: Working port that handles node modules and assets.

Is asset generation working during the build stage? If yes, I think we can get rid of most node_modules - most importantly we can discard node-sass.

Sep 10 2017, 5:27 PM

Aug 7 2017

saper_saper.info added a comment to D11863: Add USES=node[:args] for specifying a dependency on Node.js.

node-gyp is brought by npm, at least in some version (often a newer version of node-gyp is required by the modules).

Aug 7 2017, 1:25 AM

Aug 6 2017

saper_saper.info added a comment to D11863: Add USES=node[:args] for specifying a dependency on Node.js.

How does node-gyp fit into this picture? This is the component that should pull in gmake dependency.

Aug 6 2017, 10:06 PM

May 28 2017

saper_saper.info added a comment to D10618: Add dependencies for net-im/mastodon.
In D10618#227002, @jrm wrote:

Are you building the port? The optional gem, bootsnap, was removed in the port's Gemfile patch.

May 28 2017, 10:51 AM
saper_saper.info added a comment to D10618: Add dependencies for net-im/mastodon.

Today with a fresh mastodon master I got the following (not from the port)

May 28 2017, 10:43 AM

May 1 2016

saper_saper.info added a comment to D5820: Fix GELIBoot support if GELI sector size is > 512.

Adding -DBOOT_BIOSDISK_DEBUG does not seem to influence gptzfsboot very much (I am even getting the same binary back).

May 1 2016, 10:08 PM

Apr 30 2016

saper_saper.info added a comment to D5820: Fix GELIBoot support if GELI sector size is > 512.

It seems to me that this change cause

Apr 30 2016, 10:36 PM