summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08Include <sys/time.h> for fd_set.tv2-1/+14
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08This depends on libpcap, so say so.tv1-1/+2
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08Require option "inet6" for IPv6 capability.tv1-1/+6
2005-11-08Unbreak build on NetBSD, C says that stdio is not a modificable lvalue.joerg2-4/+4
Infact, the LHS is not needed at all.
2005-11-08Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION.tv3-6/+20
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08Use "int" in place of socklen_t on Interix.tv1-0/+10
2005-11-08Pull in libbind resolver on Interix.tv1-0/+11
2005-11-08This needs libpcap, so say so.tv1-1/+2
2005-11-08Fixed computation of the .broken file, which had been "./dev/null" when therillig1-4/+4
program was invoked without arguments.
2005-11-08Let us repeat: isnan is not a function. It does not have externaljoerg2-3/+28
linkage for C99, so don't try to detect it as such.
2005-11-08Use strerror(3) rather than sys_errlist on Interix.tv2-6/+24
2005-11-08Need libbind resolver on Interix.tv1-0/+11
2005-11-08Fix missing line terminator.tv1-2/+3
2005-11-08devel/sysexits -> 1.1tv1-1/+2
2005-11-08Add hack for Interix: It has a bogus historic #define for EX_OK intv3-4/+13
<unistd.h>, so preload that and undef EX_OK in the Interix case. Bump version to 1.1.
2005-11-08Bumped dialog due to stdio abuse.joerg1-2/+2
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-08The stdio abuse is bad enough to warrant a PKGREVISION bump.joerg1-1/+2
2005-11-08Include devel/sysexits bl3.tv2-2/+4
2005-11-08Fix another stupid program, which assumes that *stdin =*reopen()joerg2-1/+15
is ever likely to work.
2005-11-08Always use the errno from errno.h.joerg2-8/+16
2005-11-08When using find to remove directories, do a depth-first traversal.joerg1-2/+2
This is necessary to prevent find from returning with != 0 at least on DragonFly.
2005-11-08Patch libtool fragment to recognize DragonFly for dynamic linking,joerg2-3/+100
otherwise libtool archives are not generated.
2005-11-08The distribution file on the master site has changed; these are the checksumscjs1-4/+4
for the "new" version. This is, when uncompressed, byte-for-byte identical with the uncompressed old version; only the compression has changed.
2005-11-08add freebsd's libarchive to pkg_installben1-1/+4
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-08Use waitpid() instead of wait3() with null rusage. (waitpid is more portable)tv3-3/+17
Bump PKGREVISION due to this being an all-platform change.
2005-11-08Include devel/sysexits bl3.tv2-2/+4
2005-11-08Include <alloca.h> on Interix.tv2-1/+17
2005-11-08USE_TOOLS+=flex yacctv1-1/+3
2005-11-08Add some docs about PKGMANDIR.reed1-1/+46
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-08USE_TOOLS+=nroff, and use NROFF.tv1-2/+4
2005-11-08USE_TOOLS+=soelimtv1-1/+3
2005-11-08Add "soelim", also part of groff if replacement is needed.tv8-8/+30
2005-11-08Use strerror() on Interix.tv2-7/+16
2005-11-08monotone-viz 0.12dan2-3/+3
2005-11-08update to 0.12, changelog below.dan4-62/+28
XXX: the package is heavily gnome-infested, pulling in half the known universe via lablgtk2. Only the gnome-canvas bindings are really needed; there's a local copy of lablgtk2 in the m-viz source tree now, perhaps use that? 0.12: - change the way displayed branches are selected: now one can view any set of branches - allow the ancestry graph view to be limited by date - the `query' window now uses monotone selectors - change the reconnection algorithm - cert values can be copied to the clipboard (via a context menu) - DnD support: accept drops from a file manager - rewrite the sqlite bindings (use parsed statements now) 0.11: - a new `query' window to search for revision matching some criterion - some DnD support: drag a node and drop it in a terminal to copy its revision id - tweak the reconnection algorithm - build with a shared sqlite library by default - add a preference option for the location of the `dot' program 0.10: - try to reconnect disconnected parts of the graph (by adding grey edges) - libgnomecanvas hack to speed up drawing - somehow display the output of monotone diff, even if it is not valid UTF-8 - middle clicking on the graph with a (prefix) of an id selected will center the view on this id - support builds with a shared sqlite library (--with-shared-sqlite option to configure)
2005-11-08Use HUGE_VAL for INFINITY if it is available.tv2-6/+10
2005-11-08Add __INTERIX to conditional cpp block for <netinet/in.h>.tv2-4/+4
2005-11-08Use utime() instead of utimes() on Interix.tv2-5/+42
2005-11-08Explicitly pull in xpm rather than depending on the base X11 installtv1-2/+2
to supply it.
2005-11-08USE_TOOLS+=bison (to use new tools framework for build).tv1-2/+2
2005-11-08Need flex and yacc in USE_TOOLS.tv1-2/+2
2005-11-08Build without YP support on Interix.tv2-3/+9
2005-11-08Another Interix fix (don't include <inttypes.h>).tv2-3/+12
2005-11-08Include devel/libgetopt bl3.tv1-1/+2