Commit graph

7 commits

Author SHA1 Message Date
David Howland
66cf32b248 Install missing file 2006-12-05 22:54:42 +00:00
David Howland
af05172146 - Upgrade to version 4.9, changelog:
4.9                                     [2 Nov 2006]
        Fixed an uninitialized variable used for Solaris zones.
        Minor fixes to mkconfix.pl.
    4.8                                     [5 Oct 2006]
        Linux's statvfs() is not POSIX compliant and does not
        use f_frsize.  The correct value is returned in f_bsize.
        Since there's no way to tell which type of statvfs() is
        in use, we have to hard-code the logic for linux.
        This sucks.

        More minor improvements to mkconfig.pl.

        Add logic to find the correct msgfmt program to use.
    4.7                                     [23 Sep 2006]
        Changed the operation of the -a, -x and -I flags
        so that it is possible to specify -a and still exclude
        filesystems from the list.
        Added the -L flag to not check for duplicate filesystems.
    4.6                                     [3 Sep 2006]
        Improve mkconfig.pl configuration to be more robust,
        find needed libraries.  Improve mkconfig.pl portability.
    4.5                                     [29 Mar 2006]
        Fix uninitialized variable.
        Fix manual page formatting.
    4.4                                     [21 Nov 2005]
        Add zone support for Solaris (-z).
        Update mkconfig.pl for compatibility w/perl 5.005.
2006-12-05 21:59:00 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Johnny C. Lam
37f83ea08f Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-18 00:46:27 +00:00
Roland Illig
2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00
David Howland
6fa67097ee Update to 4.3
-NetBSD 3.0 supported
 -New format options
 -Command line arguments can now be set in the DI_ARGS environment variable
2005-11-01 05:34:51 +00:00
David Howland
36989c4b4f 'di' is a disk information utility, displaying everything (and more) that your
'df' command does. It features the ability to display your disk usage in
whatever format you desire/prefer/are used to. It is designed to be portable
across many platforms.
2005-10-29 04:18:26 +00:00