Bug 237936

Summary: graphics/opennurbs cannot find zlib in sys/contrib
Product: Ports & Packages Reporter: Poul-Henning Kamp <phk>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Many People Flags: fernape: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to look for zlib in sys/contrib fernape: maintainer-approval+

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!