Bug 244140 - graphics/openshadinglanguage: allow using base ncurses
Summary: graphics/openshadinglanguage: allow using base ncurses
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-02-15 15:32 UTC by Steve Wills
Modified: 2020-02-17 21:56 UTC (History)
1 user (show)

See Also:
FreeBSD: maintainer-feedback+


Attachments
proposed patch (704 bytes, patch)
2020-02-15 15:32 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!