Commit graph

87551 commits

Author SHA1 Message Date
tv
9a86ad296f Include devel/sysexits bl3. 2005-11-08 13:22:03 +00:00
joerg
8c4f2eb1c9 Fix another stupid program, which assumes that *stdin =*reopen()
is ever likely to work.
2005-11-08 13:20:45 +00:00
joerg
8d751efc7b Always use the errno from errno.h. 2005-11-08 12:58:47 +00:00
joerg
26418b456b When using find to remove directories, do a depth-first traversal.
This is necessary to prevent find from returning with != 0 at least on
DragonFly.
2005-11-08 11:18:02 +00:00
joerg
82433c38c1 Patch libtool fragment to recognize DragonFly for dynamic linking,
otherwise libtool archives are not generated.
2005-11-08 10:58:00 +00:00
cjs
893c68baa8 The distribution file on the master site has changed; these are the checksums
for the "new" version. This is, when uncompressed, byte-for-byte identical
with the uncompressed old version; only the compression has changed.
2005-11-08 07:50:01 +00:00
ben
05648aade2 add freebsd's libarchive to pkg_install 2005-11-08 05:05:40 +00:00
tv
f52670a674 Include devel/sysexits bl3. 2005-11-08 04:03:08 +00:00
tv
c4fdec3747 Use waitpid() instead of wait3() with null rusage. (waitpid is more portable)
Bump PKGREVISION due to this being an all-platform change.
2005-11-08 04:01:24 +00:00
tv
a365d0dd5b Include devel/sysexits bl3. 2005-11-08 03:55:24 +00:00
tv
42e01c79c9 Include <alloca.h> on Interix. 2005-11-08 03:53:33 +00:00
tv
68d2c94c1f USE_TOOLS+=flex yacc 2005-11-08 03:49:27 +00:00
reed
84257a3ced Add some docs about PKGMANDIR. 2005-11-08 03:45:37 +00:00
tv
9f3cffaadb Include devel/sysexits bl3. 2005-11-08 03:44:23 +00:00
tv
c0a70d69d9 USE_TOOLS+=nroff, and use NROFF. 2005-11-08 03:38:34 +00:00
tv
d608b31590 USE_TOOLS+=soelim 2005-11-08 03:36:58 +00:00
tv
312e7c87c7 Add "soelim", also part of groff if replacement is needed. 2005-11-08 03:36:13 +00:00
tv
be5710a931 Use strerror() on Interix. 2005-11-08 03:27:32 +00:00
dan
2148a08eef monotone-viz 0.12 2005-11-08 03:26:35 +00:00
dan
a1283e6c65 update to 0.12, changelog below.
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-08 03:24:32 +00:00
tv
c85768c7fe Use HUGE_VAL for INFINITY if it is available. 2005-11-08 03:24:00 +00:00
tv
9c4ca81985 Add __INTERIX to conditional cpp block for <netinet/in.h>. 2005-11-08 03:06:06 +00:00
tv
adff29069e Use utime() instead of utimes() on Interix. 2005-11-08 03:03:44 +00:00
tv
aafa5bcf41 Explicitly pull in xpm rather than depending on the base X11 install
to supply it.
2005-11-08 02:37:55 +00:00
tv
55dfaf733d USE_TOOLS+=bison (to use new tools framework for build). 2005-11-08 02:25:37 +00:00
tv
6e7c4b11a4 Need flex and yacc in USE_TOOLS. 2005-11-08 02:20:07 +00:00
tv
e55646251e Build without YP support on Interix. 2005-11-08 01:32:56 +00:00
tv
c076f9536e Another Interix fix (don't include <inttypes.h>). 2005-11-08 01:21:10 +00:00
tv
4129f84100 Include devel/libgetopt bl3. 2005-11-08 00:59:37 +00:00
jlam
8e6f1ae3d1 * Add a MESSAGE file with helpful information for NetBSD domain0
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-08 00:47:35 +00:00
dillo
aefacfcc2f Update to 20051107: Fix pkg_info -B against binary packages. 2005-11-07 23:51:14 +00:00
wiz
68f185e993 Sync with basesrc:
Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@
on tech-pkg.
2005-11-07 22:57:48 +00:00
seb
35e292fda0 Add target 'standalone-install': install libkver in ${LIBKVER_STANDALONE_DIR},
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-07 22:30:13 +00:00
rillig
19fb9dddc8 Clarified the libkver item. 2005-11-07 22:09:38 +00:00
rillig
6807486bc8 Using a mk.conf different from /etc/mk.conf works. 2005-11-07 22:07:56 +00:00
seb
192cf97126 Note update of net/sipcalc to version 1.1.3 [one new feature, manpage
fixes]
2005-11-07 22:02:50 +00:00
seb
73d39f8241 Update to version 1.1.3
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-07 22:00:45 +00:00
tv
fd90b2f050 NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
tv
42158926f7 Don't try including <net/if.h> on Interix. 2005-11-07 21:42:22 +00:00
tv
b0b043bef4 NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
tv
310c4cd77e Include <sys/time.h> to get fd_set properly. 2005-11-07 21:32:27 +00:00
tv
99c39d2867 Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
tv
22811dd7d1 Add devel/sysexits bl3. 2005-11-07 21:17:52 +00:00
tv
ca8943001b -LSM wasn't doing anything at all; remove it.
Add EXTRA_LIBS.Interix where the intended option actually is needed (-lSM
with a lower case 'l').
2005-11-07 21:17:07 +00:00
tv
6034528fc2 USE_TOOLS nroff. 2005-11-07 20:39:19 +00:00
tv
7c8eae164b Use the libbind resolver on Interix. 2005-11-07 20:36:12 +00:00
tv
ceed3298da Add devel/sysexits bl3.
Add hacks.mk to get the libbind resolver on Interix.
2005-11-07 20:35:20 +00:00
tv
97f562233c Include devel/sysexits bl3. 2005-11-07 20:31:56 +00:00
tv
aecefb8f31 Need devel/libgetopt for <getopt.h> and getopt_long(3). 2005-11-07 20:27:40 +00:00
tv
457e7418c5 Add <sys/time.h> to autoconf check for fd_set so that it is properly
detected on Interix.
2005-11-07 20:26:32 +00:00