- add support for Chinese (two-byte) Character text writing and fonts (vanilla);
- move rather long manpages listing from Makefile into separate files (sobomax);
- bump PORTREVISION as a result.
Submitted by: vanilla, sobomax
- Change PREFIX to be X11BASE. The reason why it should be in X11BASE is that
sawfish (primary user of librep) installs shared object into one of the
librep's directories, so they have to live in the same BASE to make PLISTs
working. The way it was done looks like a little hack, because I don't
want to use USE_X_PREFIX (the port really doesn't require libX11), so I had
to manually set MTREE_FILE.
One action, 3 changes. Perhaps, this will be my only incursion outside of ports for some time.
1) (ports) Added myself to xearth committers.marker (1st Brazilian, one of the only Latin Americans).
2) (www) Added an announcement to newsflash about this.
3) (doc) Both removed myself from contrib, then added an authors identity for myself and and entry to almighty staff area.
patches/. In addition, patches live in files/ and files/md5 is
moved to "distinfo" in main directory.
It is disabled by default, but you can test it by defining
NEWLAYOUT. I will convert the entire ports tree in a week and
make NEWLAYOUT the default.
Reviewed by: the ports list
Submitted by: nectar ("distinfo" name)
(2) Bump XFree86 version number in PKG_IGNORE_DEPENDS.
(3) New variable RESTRICTED_FILES to be used when only a subset of a
RESTRICTED or NO_CDROM port's distfiles/patchfiles list is not
redistributable. (Set RESTRICTED_FILES to the list of
redistribution-challenged files.)
Reviewed by: the ports list
Bump PORTREVISION.
PR: 20190
Add support for dagrab (but not a dependency), since I promised sada that it
was here...
PR: 18116
Submitted by: Matt Storch <idiotsavant@mail.com>
- fixes --exclude, -X problem in version 1.13, where excludes have been
wrongly interpreted as filenames (not pathnames)
- some cosmetics from naddy
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-10-01 05:10 knu
* cvsweb.cgi: Fix annotation bugs.
- Do not pass gzip'ed directives to cvs. (it never worked, sigh)
- Fix mis-spacing. Now it should look pretty well.
2000-10-01 03:48 knu
* INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
log in history) flags when doing a cvs annotation so that one does
not need to turn on the write permission on CVSROOT/history for the
user which httpd runs cvsweb.cgi as. (typically "nobody")
2000-10-01 03:27 knu
* cvsweb.cgi: Fix the comment to make how to set $config clear.
Inspired by: "Dan Langille" <dan@langille.org>
2000-09-29 03:06 knu
* cvsweb.cgi: Trap errors in the configuration files on loading and
show error messages. (Previously it failed silently)
Submitted by: Sean Scarff <sean@pavilion.net>