summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2005-11-08* Add a MESSAGE file with helpful information for NetBSD domain0jlam9-95/+313
installations. * Modify the package to not install all of the configuration files with the execute bit set -- only install the helper scripts that way. * Update the block-file-nbsd script to not blindly try to configure (and often fail to configure) every vnd(4) device until it finds one that works. We now just determine what the next free vnd(4) device is and configure it directly. * Add a netbsd-nbsd script that avoids trying to do all the Linux-specific that just filled the log files with garbage on NetBSD. * Update the vif-bridge-nbsd script to check that the bridge device is configured before using it. * Add clear comments at the top of scripts that can be customized so that the user has enough information to know how to do the customization. * Add a xendomains rc.d script that can be used to start and stop guest domains at system boot- or shutdown-time. Bump the PKGREVISION to 5.
2005-11-07Update to 20051107: Fix pkg_info -B against binary packages.dillo2-6/+4
2005-11-07Sync with basesrc:wiz1-3/+3
Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@ on tech-pkg.
2005-11-07Add target 'standalone-install': install libkver in ${LIBKVER_STANDALONE_DIR},seb1-1/+6
defaults to /libkver, and register it there. This is a convenient one-stop target to use libkver in a sandboxed bulk-build. (hint for Julio ;)
2005-11-07Clarified the libkver item.rillig1-1/+1
2005-11-07Using a mk.conf different from /etc/mk.conf works.rillig1-1/+0
2005-11-07Note update of net/sipcalc to version 1.1.3 [one new feature, manpageseb1-1/+2
fixes]
2005-11-07Update to version 1.1.3seb2-7/+6
Changes since last packages version (1.1.2): Wed Nov 2 10:03:00 CET 2005 * Fixed typos in sipcalc man page, thanks to A Costa <agcosta@gis.net> for patch. * Added -w ipv4 option to display some inverse mask information.
2005-11-07NOT_FOR_PLATFORM Interix.tv2-2/+6
2005-11-07Don't try including <net/if.h> on Interix.tv2-1/+16
2005-11-07NOT_FOR_PLATFORM Interix.tv3-3/+9
2005-11-07Include <sys/time.h> to get fd_set properly.tv3-1/+28
2005-11-07Pull in libbind resolver on Interix.tv2-0/+22
2005-11-07Add devel/sysexits bl3.tv1-1/+2
2005-11-07-LSM wasn't doing anything at all; remove it.tv1-3/+4
Add EXTRA_LIBS.Interix where the intended option actually is needed (-lSM with a lower case 'l').
2005-11-07USE_TOOLS nroff.tv1-1/+3
2005-11-07Use the libbind resolver on Interix.tv1-0/+11
2005-11-07Add devel/sysexits bl3.tv2-1/+13
Add hacks.mk to get the libbind resolver on Interix.
2005-11-07Include devel/sysexits bl3.tv1-1/+2
2005-11-07Need devel/libgetopt for <getopt.h> and getopt_long(3).tv1-1/+2
2005-11-07Add <sys/time.h> to autoconf check for fd_set so that it is properlytv2-1/+14
detected on Interix.
2005-11-07Only include <inttypes.h> if HAVE_INTTYPES_H.tv2-6/+8
2005-11-07Interix doesn't have sync(2).tv2-1/+14
2005-11-07USE_TOOLS nroff, and use that to format the .ms file.tv1-2/+3
2005-11-07Add sysexits bl3.tv1-1/+2
2005-11-07Use BSD_INSTALL_* macros rather than mostly bare "install" command.tv3-2/+19
Bump PKGREVISION.
2005-11-07Skip two more setgroups(3) instances on Interix; openssh now builds again.tv2-9/+23