Bug 199977

Summary: [revive port] x11-wm/wmx: return wmx from the attic with update to version 8
Product: Ports & Packages Reporter: Keith White <ksw.childe>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar for "new" x11-wm/wmx port none

Description Keith White 2015-05-05 22:14:26 UTC
Created attachment 156410 [details]
shar for "new" x11-wm/wmx port

The port x11-wm/wmx was removed some time ago.  Nevertheless, I've been a happy daily user.

wmx was recently updated upstream, attached is a new port shar

...keith
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-22 12:17:03 UTC
A commit references this bug:

Author: danfe
Date: Thu Oct 22 12:16:40 UTC 2015
New revision: 399968
URL: https://svnweb.freebsd.org/changeset/ports/399968

Log:
  Resurrect `x11-wm/wmx' port removed by kris@ on Feb 18, 2005.  It is still
  well alive, with the latest version released last year.  Submitter assumes
  maintainership.

  PR:	199977 (modified)

Changes:
  head/x11-wm/Makefile
  head/x11-wm/wmx/
  head/x11-wm/wmx/Makefile
  head/x11-wm/wmx/distinfo
  head/x11-wm/wmx/files/
  head/x11-wm/wmx/pkg-descr
  head/x11-wm/wmx/pkg-plist
  head/x11-wm/wmx/scripts/
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-10-22 12:23:24 UTC
Thanks, good work!  I've changed a few things, most notably RUN_DEPENDS on xterm(1).  It is little gain to entangle two ports like this, especially given that there is not dependency on x-terminal-manager.  RUN_DEPENDS makes sense for critical run-time dependencies, but terminal emulator should not be such of a window manager.  Some minor style bugs were fixed as well.

Port resurrected as of ports r399968.