Re: [cdesktopenv-devel] Pull Requests

2021-02-22 Thread Jon Trulson
On 2/22/21 8:56 AM, Cy Schubert wrote: > Hi, > > Recently another FreeBSD developer and I were discussing submitting a pull > request of some of his patches to cdesktopenv. How would we facilitate that? I am not sure I understand the question... SF has a PR mechanism... I like github's better, bu

Re: [cdesktopenv-devel] [PATCH] fix spurious compilation failure

2021-02-22 Thread Jon Trulson
Merged, thanks! I had the same problem with pass1.  It usually worked, but would randomly fail. -jon On 2/22/21 5:24 PM, Chase via cdesktopenv-devel wrote: > Sometimes when compiling dthelp, the targets somehow get run out of > order and files aren't being generated, so I am disabling parallel >

[cdesktopenv-devel] [PATCH] fix spurious compilation failure

2021-02-22 Thread Chase via cdesktopenv-devel
Sometimes when compiling dthelp, the targets somehow get run out of order and files aren't being generated, so I am disabling parallel building in the build directory of the pass2 and canon1 parsers. Thank you for your time, -ChaseFrom b78fcd5ce58fb11221c59850883400a326e78222 Mon Sep 17 00:00:00

[cdesktopenv-devel] Pull Requests

2021-02-22 Thread Cy Schubert
Hi, Recently another FreeBSD developer and I were discussing submitting a pull request of some of his patches to cdesktopenv. How would we facilitate that? Secondly, if we were to create a FreeBSD cde-devel port, based on some arbitrary git hash, would that be possible through Sourceforge? Simi