Bug 244140

Summary: graphics/openshadinglanguage: allow using base ncurses
Product: Ports & Packages Reporter: Steve Wills <swills>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: FreeBSD
Priority: --- Keywords: buildisok
Version: LatestFlags: FreeBSD: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
proposed patch none

Description Steve Wills freebsd_committer freebsd_triage 2020-02-15 15:32:49 UTC
Created attachment 211673 [details]
proposed patch

This port has USES=ncurses (and not USES=ncurses:port) but also explicitly depends on ports ncurses. Fix that so that ports ncurses is not required, seems to build fine with base ncurses.
Comment 1 Automation User 2020-02-15 16:38:36 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/118180076
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-17 21:53:18 UTC
A commit references this bug:

Author: swills
Date: Mon Feb 17 21:52:57 UTC 2020
New revision: 526433
URL: https://svnweb.freebsd.org/changeset/ports/526433

Log:
  graphics/openshadinglanguage: allow using base ncurses

  PR:		244140
  Approved by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)

Changes:
  head/graphics/openshadinglanguage/Makefile
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-02-17 21:56:04 UTC
Committed, thanks!