Created attachment 144687 [details] devel/libosmocore files
I'll take it.
pkg-plist issue with the new doxygen. I'm already working on this in PR 190943
Can you provide some log with the issue with pkg-plist so I will try to fix it?
Created attachment 145201 [details] fixed issues after make check-plist and make stage-qa I missed to execute 'make check-plist' and 'make stage-qa' before commit the previous files. This one contains the fixed issues reported by check-plist and stage-qa.
I'll test, having a stretch of time the next few days.
Hi Kurt, I've submitted few more ports dependent from this one and they are ready to be committed to the ports tree but it cannot be done until this one is missing. Please give me information how to reproduce the doxygen issue and I will try to fix it. I don't have any problems making the port.
A commit references this bug: Author: pi Date: Sun Aug 10 07:16:24 UTC 2014 New revision: 364505 URL: http://svnweb.freebsd.org/changeset/ports/364505 Log: New port: devel/libosmocore libosmocore is a library with various utility functions that were originally developed as part of the OpenBSC project, but which are of a more generic nature and thus useful to (at least) other programs that we develop in the sphere of Free Software / Open Source mobile communications. WWW: http://bb.osmocom.org/trac/wiki/libosmocore PR: 191877 Submitted by: koue@chaosophia.net Changes: head/devel/Makefile head/devel/libosmocore/ head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/files/ head/devel/libosmocore/files/patch-Doxyfile.codec.in head/devel/libosmocore/files/patch-Doxyfile.core.in head/devel/libosmocore/files/patch-Doxyfile.gsm.in head/devel/libosmocore/files/patch-Doxyfile.vty.in head/devel/libosmocore/pkg-descr head/devel/libosmocore/pkg-plist
Comitted with all the doxygen-glory 8-} Thank you very much!
Build fails on 9.1 amd64: http://people.freebsd.org/~pi/misc/libosmocore-0.6.6.log
(In reply to Kurt Jaeger from comment #9) > Build fails on 9.1 amd64: > > http://people.freebsd.org/~pi/misc/libosmocore-0.6.6.log Koue, can you investigate? I can't close out the follow-on PRs because this one got reopened.
> Koue, can you investigate? I can't close out the follow-on PRs because this > one got reopened. He's at it. That's a case where I would like to assign the PR to the submitter 8-)
Yes, will try to find out why build fails.
(In reply to John Marino from comment #10) > (In reply to Kurt Jaeger from comment #9) > > Build fails on 9.1 amd64: > > > > http://people.freebsd.org/~pi/misc/libosmocore-0.6.6.log > > Koue, can you investigate? I can't close out the follow-on PRs because this > one got reopened. If following line in Makefile is commented #LDFLAGS+= -lexecinfo there is no problem with building of the port on 9.1 amd64. Configure scripts fails with: configure:3352: cc -O2 -pipe -fno-strict-aliasing -lexecinfo conftest.c >&5 /usr/bin/ld: cannot find -lexecinfo Ideas how to fix this?
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
I think USES+= execinfo was introduced recently. Look at Mk/Uses and see if that's better (search other ports that use it)
A commit references this bug: Author: pi Date: Mon Aug 11 18:08:34 UTC 2014 New revision: 364632 URL: http://svnweb.freebsd.org/changeset/ports/364632 Log: devel/libosmocore: cleanup port - fix build dependencies - make DOCS optional and default-off - now builds on 8.4 and 9.1 PR: 191877 Submitted by: Nikola Kolev <koue@chaosophia.net> Changes: head/devel/libosmocore/Makefile head/devel/libosmocore/files/patch-Doxyfile.codec.in head/devel/libosmocore/files/patch-Doxyfile.core.in head/devel/libosmocore/files/patch-Doxyfile.gsm.in head/devel/libosmocore/files/patch-Doxyfile.vty.in head/devel/libosmocore/files/patch-Makefile.am
A commit references this bug: Author: pi Date: Mon Aug 11 18:14:07 UTC 2014 New revision: 364633 URL: http://svnweb.freebsd.org/changeset/ports/364633 Log: devel/libosmocore: fix DOCS option build hook PR: 191877 Changes: head/devel/libosmocore/Makefile