Go to file
hubertf 0c2cdb98d9 * in pkg_add, before the "install dependencies" loop, check ALL
dependencies if they _can_ be installed. I.e. if a package wants
   version X installed, but version Y is already installed, pkg_adding
   that required pkg will blow up later (probably some pkg_add recursions
   down, given what we keep in the depends list). Now, it stopps right
   away:

        noon# pkg_add /usr/pkgsrc/packages/i386ELF/All/xdaemon-1.0.tgz
        pkg_add: pkg `xteddy-1.*' required, but `xteddy-2.0.1' found installed.
        Please resolve this conflict!

   The idea of this is from Thomas Klausner, further inputs from Alistair
   Crooks.

 * allow pkg names without versions given to "pkg_admin check"
 * Use sizeof() instead of hardcoding the buffers' size in some places
2000-03-19 17:24:27 +00:00
bin Fix doubled 'the' in comment. 2000-03-13 22:46:59 +00:00
dist need string.h for prototype of memset(). fixes build breakage on alpha. 2000-03-02 18:08:44 +00:00
distrib typo fix. 2000-03-19 16:17:12 +00:00
etc correct reject route installations for IPv6. improve comments. 2000-03-17 17:41:01 +00:00
games Fix doubled 'the'. 2000-03-13 23:57:23 +00:00
gnu Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey. 2000-03-16 22:46:10 +00:00
include make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> 2000-03-07 21:12:37 +00:00
lib Keep the bit position even when the report descriptor says POP. 2000-03-17 18:09:17 +00:00
libexec only define _DEFAULT_CONFDIR if not set. (allows compile-time override) 2000-03-06 21:42:26 +00:00
regress Use proginstall:: to disable installing PROG. 2000-03-19 02:47:19 +00:00
sbin Fix PR bin/9629. The global variable ifr was used to save interface 2000-03-18 21:10:50 +00:00
share Note Advanced Micro Devices AMD-756 IDE Controller support, remarked 2000-03-19 10:07:37 +00:00
sys Make it a bit more clear which functions are specific to which models. 2000-03-19 17:11:50 +00:00
usr.bin Redo previous again, so that the check for YY_USES_REJECT is after "%%" 2000-03-17 23:21:45 +00:00
usr.sbin * in pkg_add, before the "install dependencies" loop, check ALL 2000-03-19 17:24:27 +00:00
Makefile Handle new make variable BUILD_DONE which creates an empty build target if 2000-03-11 00:10:20 +00:00