Bug 240865 - graphics/opendx: Remove depenency on libXp
Summary: graphics/opendx: Remove depenency on libXp
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:
Depends on:
Blocks:
 
Reported: 2019-09-27 09:55 UTC by Niclas Zeising
Modified: 2019-09-27 15:44 UTC (History)
0 users

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


Attachments
v1 (806 bytes, patch)
2019-09-27 09:55 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising freebsd_committer freebsd_triage 2019-09-27 09:55:33 UTC
Created attachment 207880 [details]
v1

libXp is about to be deprecated. Attached patch removes the dependency on it from graphics/opendx, since it seems to not be used anyway.  The configure script looks for libXp, but proceeds even if it doesn't exist.  Looking at the source code, it's never actually used, however, and building graphics/opendx without libXp works fine.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-27 15:43:55 UTC
A commit references this bug:

Author: zeising
Date: Fri Sep 27 15:43:23 UTC 2019
New revision: 513044
URL: https://svnweb.freebsd.org/changeset/ports/513044

Log:
  graphics/opendx: Remove dependency on libXp

  Remove dependency on libXp, it is not used.  Even though configure looks for
  libXp, and links against it if it is found, there is no use of it in the
  code.  libXp is getting deprecated.

  PR:		240865
  OKd by:		bapt (just fix it)

Changes:
  head/graphics/opendx/Makefile