Bug 237936 - graphics/opennurbs cannot find zlib in sys/contrib
Summary: graphics/opennurbs cannot find zlib in sys/contrib
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-17 05:37 UTC by Poul-Henning Kamp
Modified: 2019-05-19 18:25 UTC (History)
0 users

See Also:
fernape: maintainer-feedback+


Attachments
patch to look for zlib in sys/contrib (592 bytes, patch)
2019-05-17 05:37 UTC, Poul-Henning Kamp
fernape: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Poul-Henning Kamp freebsd_committer freebsd_triage 2019-05-17 05:37:07 UTC
Created attachment 204414 [details]
patch to look for zlib in sys/contrib

Patch to find zlib in sys/contrib on -current
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2019-05-17 09:29:37 UTC
Comment on attachment 204414 [details]
patch to look for zlib in sys/contrib

LGTM

Thanks for the patch. Strange that I didn't receive any pkg-fallout messages.

I'm AFK till Sunday evening. If the delay is not acceptable, feel free to commit the patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-19 18:24:51 UTC
A commit references this bug:

Author: fernape
Date: Sun May 19 18:23:49 UTC 2019
New revision: 502032
URL: https://svnweb.freebsd.org/changeset/ports/502032

Log:
  graphics/opennurbs: unbreak in 13-CURRENT

  In r311275 zlib.h was moved to contrib/zlib/zlib.h from lib/libz/zlib.h.
  Update the port Makefile to reflect this possibility.

  PR:	237936
  Submitted by:	phk@

Changes:
  head/graphics/opennurbs/Makefile
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2019-05-19 18:25:15 UTC
Committed,

Thanks!