Bug 221160 - x11/xdm: change install paths
Summary: x11/xdm: change install paths
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-01 22:06 UTC by Andrew Romanenko
Modified: 2017-09-07 21:04 UTC (History)
2 users (show)

See Also:
rezny: maintainer-feedback+


Attachments
xdm-1.1.11_8.patch (2.87 KB, patch)
2017-08-01 22:06 UTC, Andrew Romanenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Romanenko 2017-08-01 22:06:19 UTC
Created attachment 184929 [details]
xdm-1.1.11_8.patch

Change install paths:
- config files -> etc/X11/xdm
- lib/X11/xdm/pixmaps -> share/pixmaps
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-27 19:44:34 UTC
A commit references this bug:

Author: rezny
Date: Sun Aug 27 19:44:16 UTC 2017
New revision: 448839
URL: https://svnweb.freebsd.org/changeset/ports/448839

Log:
  Don't pollute lib, install icons in share/pixmaps and config/scripts in etc

  PR:		221160
  Submitted by:	melanhit@gmail.com

Changes:
  head/x11/xdm/Makefile
  head/x11/xdm/pkg-plist
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2017-09-01 17:04:40 UTC
(In reply to commit-hook from comment #1)
Will pre-existing config files in lib/X11/xdm still be seen by xdm?  Or do I have to move them?  Doees this deserve an entry in UPDATING?
Comment 3 Andrew Romanenko 2017-09-07 21:04:49 UTC
xdm by default looks for /usr/local/etc/X11/xdm/xdm-config, this can be changed by -config option.

because previous xdm config path is deprecated - xdm section in the handbook and /usr/ports/UPDATING are still need updating