Bug 240846 - x11/xforward: remove dependency on libXp
Summary: x11/xforward: remove dependency 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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-26 15:09 UTC by Niclas Zeising
Modified: 2019-09-26 19:35 UTC (History)
0 users

See Also:
cy: maintainer-feedback+


Attachments
v1 (1.80 KB, patch)
2019-09-26 15:09 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-26 15:09:51 UTC
Created attachment 207859 [details]
v1

libXp is about to be deprecated. Attached patch removes the dependency on it from x11/xforward, since it seems to not be used anyway. (no dynamic linkage against libXp, no error when removing the dependency, no mention in the source or build scripts).
When setting the STATIC option, libXp is originally linked in, but patching the Makefile to not link against it works.  This is part of the attached patch.
Comment 1 Cy Schubert freebsd_committer freebsd_triage 2019-09-26 19:34:12 UTC
Thank you. I'll commit this shortly.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-09-26 19:35:03 UTC
A commit references this bug:

Author: cy
Date: Thu Sep 26 19:34:54 UTC 2019
New revision: 512981
URL: https://svnweb.freebsd.org/changeset/ports/512981

Log:
  Remove dependency on libXp.

  PR:		240846
  Submitted by:	zeising

Changes:
  head/x11/xforward/Makefile
  head/x11/xforward/files/patch-Makefile