added manpage entries in Makefile
Highlights:
o OSPF neighbor is supported.
o IPv6 inteface's address information propagation bug is fixed.
o BGP's various MED comparison methods are added.
o BGP read lock problem is fixed.
Release / contribution information (I think its maybe of interest
concerning the status of zebra):
From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Mon, 02 Oct 2000 19:46:41 -0700
I've not yet merged below contributions as of zebra-0.89:
o OSPF Demand Circuits
K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption.
Magnus Ahltorp <ahltorp@nada.kth.se>
These will be merged as soon as possible.
o PIM-SM
Robert.Olsson@data.slu.seJens.Laas@data.slu.se
Will be added after zebra-1.0 release.
${INSTALL_DATA}.
Besides, it is dependant on the user umask, for some systems this
means that it will install it with wrong permissions for most users.
For the same reason, I added ${CHMOD} 0444 to make sure the file
generated by merging marker files is correct.
Approved by: will
PR: <A HREF="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21684">21684</A>
Submitted by: myself
Some simple changes. Mostly implementing Mr. Sada Kenji patches to
JX x11-toolkit family ports:
1. nonexistent -> ${NONEXISTENT}
2. Allow you to define WRKDIRPREFIX safely.
-JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3
+JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
zombies on the system. Without this change, the socks5 daemon would
work great for a short period of time, then hang because no more
children could be created. It appears from debugging that this is
because gravedigger was only called once. I reestablish the signal
handler in gravedigger to force SIGCHLD to be unmasked.
A more proper fix might be to fix Signal to have multi-shot signals,
or to see what might be broken with the signal masks. Since I'm in a
hurry and this port's daemon is broken without this, I commit this
kludge knowing that it will live approximately forever, less three
days.
from changelog:
* [Bug fix] fix LC_MONETARY defines to
return correct symbol for "YEN".
and,
* ${LINUX_BASE} -> ${LINUXBASE}
* set USE_LINUX_PREFIX=yes
responding to requests.
New maintainer has a PR open updating the port, but this will be
killed off as a newer version has been released in the interim.
- 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.