Re: MacPorts' cvs does not honor case-sensitivity of FS

2014-11-07 Thread Daniel J. Luke
> On Nov 7, 2014, at 12:29 PM, Andreas Kusalananda Kähäri > wrote: > I wouldn't count on it, but I can't test until Monday. It would be safer to > have a separate port variant for it. looks like apple builds (built?) with it: http://www.opensource.apple.com/source/cvs/cvs-47/Makefile it woul

Re: MacPorts' cvs does not honor case-sensitivity of FS

2014-11-07 Thread Andreas Kusalananda Kähäri
I wouldn't count on it, but I can't test until Monday. It would be safer to have a separate port variant for it. Andreas -- Andreas Kusalananda Kähäri System Developer at BILS Uppsala University, Sweden (sent from a phone, beware predictive text weirdness) On 7 Nov 2014 18:14, Lawrence Ve

Re: MacPorts' cvs does not honor case-sensitivity of FS

2014-11-07 Thread Lawrence Velázquez
On Nov 7, 2014, at 10:41 AM, Andreas Kusalananda Kähäri wrote: > I solved this for myself by reconfiguring the cvs sources with > “--enable-case-sensitivity”. It’s the build filesystem that matters for this > port, not the repository nor checkout filesystems. > > If I knew how to properly add

Re: MacPorts' cvs does not honor case-sensitivity of FS

2014-11-07 Thread Andreas Kusalananda Kähäri
For the record: sudo port uninstall cvs sudo port -s install cvs +casesensitive My locally created port variant is now pulled in and my cvs *finally* works as expected (yay!). -- Andreas Kusalananda Kähäri System Developer at BILS Uppsala University, Sweden > On 07 Nov 2014, at 16:41, An

Re: MacPorts' cvs does not honor case-sensitivity of FS

2014-11-07 Thread Andreas Kusalananda Kähäri
I solved this for myself by reconfiguring the cvs sources with “--enable-case-sensitivity”. It’s the build filesystem that matters for this port, not the repository nor checkout filesystems. If I knew how to properly add a “casesensitive” variant for this port, I would propose one. I tried to