diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-08-12 20:15:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-08-12 20:15:59 +0000 |
commit | dbddc2b7925c985d44183aec41d6f62f60c7adab (patch) | |
tree | f471d01960c131459f8ba3b3820d56fedf7e2e22 /x11/aterm/files/patch-xresources_in_manpage | |
parent | - Mark BROKEN on 6.X: does not configure (diff) |
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
Notes
Notes:
svn path=/head/; revision=259145
Diffstat (limited to 'x11/aterm/files/patch-xresources_in_manpage')
-rw-r--r-- | x11/aterm/files/patch-xresources_in_manpage | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/aterm/files/patch-xresources_in_manpage b/x11/aterm/files/patch-xresources_in_manpage new file mode 100644 index 000000000000..4dfff8aebf29 --- /dev/null +++ b/x11/aterm/files/patch-xresources_in_manpage @@ -0,0 +1,19 @@ +diff -urNad aterm-0.4.2/doc/aterm.1 /tmp/dpep.SAKh5b/aterm-0.4.2/doc/aterm.1 +--- aterm-0.4.2/doc/aterm.1 2005-03-29 15:58:53.000000000 +0200 ++++ doc/aterm.1 2005-03-29 16:06:31.000000000 +0200 +@@ -255,9 +255,12 @@ + .IP + .SH "RESOURCES (available also as long-options)" + .PP +-\fBaterm\fP accepts application defaults set in XAPPLOADDIR/aterm (compile-time +-defined: usually \fB/etc/X11/Xresources/aterm\fP) and resources set in +-\fB~/\&.Xdefaults\fP or \fB~/\&.Xresources\fP\&. Note that when reading X resources, ++.\" \fBaterm\fP accepts application defaults set in XAPPLOADDIR/aterm (compile-time ++.\" defined: usually \fB/etc/X11/Xresources/aterm\fP) and resources set in ++.\" \fB~/\&.Xdefaults\fP or \fB~/\&.Xresources\fP\&. ++\fBaterm\fP accepts application defaults from the X server resource database. ++\fBxrdb\fP is used to update this database. ++Note that when reading X resources, + \fBaterm\fP recognizes two class names: \fBXTerm\fP and \fBAterm\fP\&. The class name + \fBXTerm\fP allows resources common to both \fBaterm\fP and \fIxterm\fP to be easily + configured, while the class name \fBAterm\fP allows resources unique to \fBaterm\fP, |