[Bug 194559] devel/mico: resurrect

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 1 19:37:08 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194559

--- Comment #4 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
(In reply to Thierry Thomas from comment #3)
> Created attachment 148875 [details]
> Fix plist and EXAMPLES option.
> 
> I already did some clean-up (see the attached patch) to fix plist and the
> DOCS / EXAMPLES options.
>

Thank you. I am addressing the rest of marino's issues.

> But there is also a staging error:
> 
> Error: Bad symlink 'lib/libmico2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoaux2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoccm2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicocoss2.3.13.so.1' pointing inside the stage
> directory
> Error: Bad symlink 'lib/libmicoir2.3.13.so.1' pointing inside the stage
> directory

Interesting. this is because the port is shooting itself in the foot:
...
post-install:
    for i in `${GREP} '^lib/lib.*so$$' ${TMPPLIST}`; do \
        ${LN} -fs ${STAGEDIR}${PREFIX}/$$i ${STAGEDIR}${PREFIX}/$$i.1; \
    done; \
___

I will try to rename them to something more sensible like:
lib/libmicoir.so.2.3.13

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list