mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
dbddc2b792
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
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
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,
|