Bug 205489

Summary: [PATCH] graphics/plotutils: Switch from open-motif to libXaw
Product: Ports & Packages Reporter: Raphael Kubo da Costa <rakuco>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (stephen)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Proposed patch none

Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2015-12-21 14:52:34 UTC
Created attachment 164458 [details]
Proposed patch

libXaw is more likely to be present on systems than open-motif, which is ancient and annoying to build (it currently has MAKE_JOBS_UNSAFE=yes).

It is not clear why the port was created many years ago with Motif support enabled instead of Xaw, but I do not see a disadvantage in making the switch now.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-23 23:12:34 UTC
A commit references this bug:

Author: stephen
Date: Wed Dec 23 23:12:22 UTC 2015
New revision: 404327
URL: https://svnweb.freebsd.org/changeset/ports/404327

Log:
  - Switch from open-motif to libXaw.

  PR:		ports/205489
  Submitted by:	Raphael Kubo da Costa

Changes:
  head/graphics/plotutils/Makefile
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2015-12-23 23:18:38 UTC
Thank you so much for this PR.