Bug 205489 - [PATCH] graphics/plotutils: Switch from open-motif to libXaw
Summary: [PATCH] graphics/plotutils: Switch from open-motif to libXaw
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: Stephen Montgomery-Smith
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-12-21 14:52 UTC by Raphael Kubo da Costa
Modified: 2015-12-23 23:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (stephen)


Attachments
Proposed patch (728 bytes, patch)
2015-12-21 14:52 UTC, Raphael Kubo da Costa
no flags Details | Diff

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