cvs commit: ports/x11/aterm Makefile pkg-plist ports/x11/aterm/files patch-cutToBeginningOfLine patch-dpy patch-eterm_transparency patch-fix_deadkeys patch-lose_pastebuffer_on_resize patch-manpage_bl patch-manpage_paths patch-superflous_linking ...

Doug Barton dougb at FreeBSD.org
Thu Aug 12 20:16:00 UTC 2010


dougb       2010-08-12 20:15:59 UTC

  FreeBSD ports repository

  Modified files:
    x11/aterm            Makefile 
  Added files:
    x11/aterm/files      patch-cutToBeginningOfLine patch-dpy 
                         patch-eterm_transparency 
                         patch-fix_deadkeys 
                         patch-lose_pastebuffer_on_resize 
                         patch-manpage_bl patch-manpage_paths 
                         patch-superflous_linking 
                         patch-warn_faulty_boolean 
                         patch-xlocale_test 
                         patch-xresources_in_manpage 
  Removed files:
    x11/aterm            pkg-plist 
  Log:
  Revamp this port:
  1. There are no slave ports, so remove the mechanism for that
  2. Update CONFIGURE_ARGS
  3. Add OPTIONS support
  4. Remove knobs for some things that were not actually used by configure
  5. Add knobs for other things
  6. Default transparency support, mouse support, and bsd-style del/bksp
     support to on, as previously; but default background image support to
     off. With modern window managers it's problematic, and needlessly bloats
     the binary.
  7. Switch to PLIST_FILES for the one file installed, the chmod doesn't seem
     to have any effect one way or the other.
  8. Add a bunch of patches from the debian repo which slightly improve
     support for modern WMs.
  
  Bump PORTREVISION
  
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.38      +39 -35    ports/x11/aterm/Makefile
  1.1       +56 -0     ports/x11/aterm/files/patch-cutToBeginningOfLine (new)
  1.1       +32 -0     ports/x11/aterm/files/patch-dpy (new)
  1.1       +96 -0     ports/x11/aterm/files/patch-eterm_transparency (new)
  1.1       +36 -0     ports/x11/aterm/files/patch-fix_deadkeys (new)
  1.1       +12 -0     ports/x11/aterm/files/patch-lose_pastebuffer_on_resize (new)
  1.1       +12 -0     ports/x11/aterm/files/patch-manpage_bl (new)
  1.1       +23 -0     ports/x11/aterm/files/patch-manpage_paths (new)
  1.1       +25 -0     ports/x11/aterm/files/patch-superflous_linking (new)
  1.1       +31 -0     ports/x11/aterm/files/patch-warn_faulty_boolean (new)
  1.1       +24 -0     ports/x11/aterm/files/patch-xlocale_test (new)
  1.1       +19 -0     ports/x11/aterm/files/patch-xresources_in_manpage (new)
  1.3       +0 -2      ports/x11/aterm/pkg-plist (dead)


More information about the cvs-all mailing list