Summary: | x11/xvt: [patch] Add configure support for --enable-xgetdefault | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Terry Kennedy <terry-freebsd> | ||||||
Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | ak, portmaster, terry-freebsd | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(portmaster) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 181083 [details]
svn diff for x11/xvt (superceeds user submitted patch)
This patch grants the users request in this pr.
While here add needed x11 to USE_XORG
That's it.
I'm the MAINTAINER, and I approve this patch. :-)
Thanks!
--Chris
(In reply to Chris Hutchinson from comment #1) Can we get somebody to commit this, please? A commit references this bug: Author: ak Date: Tue May 16 18:55:26 UTC 2017 New revision: 441048 URL: https://svnweb.freebsd.org/changeset/ports/441048 Log: - Add XGETDEFAULT option PR: 217619 Submitted by: Terry Kennedy <terry-freebsd@glaver.org> (original vesrion) Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Changes: head/x11/xvt/Makefile |
Created attachment 180609 [details] Patch to enable configuring --enable-xgetdefault The xvt port lacks the ability to set the --enable-xgetdefault option. This means that the port is limited to using ~/.Xdefaults or ~/.Xresources and will not use user preferences set on their X display server. While my user feels strongly that the new option should be selected by default, I'm respecting POLA by adding it as a non-selected option. Note: Both the build process and portlint throw a few warnings. These are pre-existing issues and may need to be addressed by someone else.