Hi,

Am Samstag, September 15, 2018 12:12 CEST, Marc Espie <es...@nerim.net> schrieb:

> (resend, something burped on the first try, I can't find it in the archives)
>
> The python stuff seems to be files to rename or remove.
>
> Chicken and mono do install stuff that's WAY too short.
>
> The rest, well, that's for maintainer to decide.
>
> Anyway, those are unregistered conflicts right now.
>
> If not fixed soon, they should be marked as conflicting.
>

> cmark-0.28.3(textproc/cmark),py-commonmark-0.7.4(textproc/py-commonmark)
>         /usr/local/bin/cmark

I'm looking into py-commonmark, which has this in the post-install:
post-install:
        for i in ${PREFIX}/bin/*; do \
                mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
        done

Is the MODPY_BIN_SUFFIX gone?
This port only installs python3 FLAVOR, and it's the only binary that goes
to  ${PREFIX}/bin, so should be easy to rename the 'cmark' to 'commonmark'
to resolve the conflict.
Just wanted to know if I didn't miss anything with regard to the 
MODPY_BIN_SUFFIX?
On an a bit older box, cmark installs as cmark-3

cheers,
Sebastian

Reply via email to