Bug 197135 - [maintainer update] graphics/opennurbs unbreak QCad and others.
Summary: [maintainer update] graphics/opennurbs unbreak QCad and others.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 187506
  Show dependency treegraph
 
Reported: 2015-01-27 19:28 UTC by Fernando Apesteguía
Modified: 2015-02-06 20:16 UTC (History)
1 user (show)

See Also:


Attachments
Patch to the ports tree (2.65 KB, patch)
2015-01-27 19:28 UTC, Fernando Apesteguía
no flags Details | Diff
poudriere log on 8.4-RELEASE-amd64 (35.50 KB, text/x-log)
2015-01-27 19:32 UTC, Fernando Apesteguía
no flags Details
poudriere log on 9.3-RELEASE-amd64 (35.36 KB, text/x-log)
2015-01-27 19:33 UTC, Fernando Apesteguía
no flags Details
poudriere log on 10.1-RELEASE-amd64 (278.31 KB, text/x-log)
2015-01-27 19:33 UTC, Fernando Apesteguía
no flags Details
new port patch (2.45 KB, patch)
2015-01-27 20:07 UTC, Fernando Apesteguía
no flags Details | Diff
new poudriere log on 10.1-RELEASE-amd64 (278.31 KB, text/x-log)
2015-01-27 20:10 UTC, Fernando Apesteguía
no flags Details
new poudriere log on 9.3-RELEASE-amd64 (35.36 KB, text/x-log)
2015-01-27 20:11 UTC, Fernando Apesteguía
no flags Details
new poudriere log on 8.4-RELEASE-amd64 (35.50 KB, text/x-log)
2015-01-27 20:11 UTC, Fernando Apesteguía
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 19:28:32 UTC
Created attachment 152267 [details]
Patch to the ports tree

According to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187506 and the diggings by phk@ and others, it seems the zlib version that opennurbs uses is out of sync with the library in the base system.

The attached patch makes opennurbs link against the system's zlib.

Poudriere logs for {8.4,9.3,10.1}amd64 attached.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 19:32:51 UTC
Created attachment 152268 [details]
poudriere log on 8.4-RELEASE-amd64
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 19:33:21 UTC
Created attachment 152269 [details]
poudriere log on 9.3-RELEASE-amd64
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 19:33:59 UTC
Created attachment 152270 [details]
poudriere log on 10.1-RELEASE-amd64
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 20:07:53 UTC
Created attachment 152273 [details]
new port patch

New port patch
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 20:10:46 UTC
Created attachment 152274 [details]
new poudriere log on 10.1-RELEASE-amd64
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 20:11:07 UTC
Created attachment 152275 [details]
new poudriere log on 9.3-RELEASE-amd64
Comment 7 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 20:11:37 UTC
Created attachment 152277 [details]
new poudriere log on 8.4-RELEASE-amd64
Comment 8 Fernando Apesteguía freebsd_committer freebsd_triage 2015-01-27 20:11:58 UTC
Attached new files due to small Makefile modification.
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-06 20:16:27 UTC
Committed in r378553:

https://svnweb.freebsd.org/changeset/ports/378553

Thanks!