Summary: | devel/libosmocore: update to 0.10.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nikola Kolev <koue> | ||||
Component: | Individual Port(s) | Assignee: | Richard Gallamore <ultima> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ultima | ||||
Priority: | --- | Flags: | koue:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191877 | ||||||
Attachments: |
|
Description
Nikola Kolev
2017-11-04 20:37:11 UTC
Everything looks in order, before this is committed can you please explain the reason all the Doxyfiles are removed? and why they were in place originally (if you know)? Normally I wouldn't be as concerned but this is a 12000 line patchfile. Hi, When the port was created there was problem using the current version of doxygen and @Kurt Jaeger provided those patches to be able to use it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191877 Now I just removed them and poudriere didn't complain so I decided to remove them. (In reply to Nikola Kolev from comment #2) Thanks for the clarity, I also am glad you mentioned 11.0 being EOL. Thought it was EOL couple of months ago. Going to delay due to failing on 11.0 from the clang bug until the first of next month. Feel free to update patch if one become available before then. devel/talloc has changed USES= python:2 --> python:2.7 on r454532. Which is causing issues with the port having command not found[1]. Adding python:2 to the USES should work. Do you want me to add this? Also do you know if it is only required as a build depend or is it required as a runtime depend as well? [1] https://poudriere.ultimasbox.com/data/111amd64-test/2017-11-30_17h43m45s/logs/errors/libosmocore-0.10.2.log Yes, please, add USES= python:2. devel/talloc is runtime dependency as well. Thanks. Committed, Thanks! A commit references this bug: Author: ultima Date: Fri Dec 1 20:25:41 UTC 2017 New revision: 455305 URL: https://svnweb.freebsd.org/changeset/ports/455305 Log: * Updated to 0.10.2 * Removed doxygen patches, these are no longer needed * Added python:2 to USES, devel/talloc has changed USES= python:2 --> python:2.7 (r454532), this port uses the python2 command. PR: 223434 Submitted by: Nikola Kolev (maintainer) Changes: head/devel/libosmocore/Makefile head/devel/libosmocore/distinfo head/devel/libosmocore/files/ head/devel/libosmocore/pkg-plist |