Next | Query returned 87 messages, browsing 81 to 90 | previous

History of commit frequency

CVS Commit History:


   2002-10-31 23:08:16 by grant beattie | Files touched by this commit (1) | Package updated
Log message:
update MASTER_SITES and HOMEPAGE.
   2002-10-05 06:09:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
Unused.
   2002-08-25 23:53:06 by Johnny C. Lam | Files touched by this commit (424)
Log message:
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
   2002-08-07 21:29:31 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Add a catch-all for SunOS to force using the pkgsrc versions of the
software instead of any base system version.  This match is probably too
broad, but better to err on the safe side.  We can narrow down the match
when we have better information.

Closes pkg/17775 by Julien T. Letessier <julien.letessier at sun dot com>.
   2002-08-07 08:10:36 by Johnny C. Lam | Files touched by this commit (11)
Log message:
Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
   2002-06-09 04:55:06 by Yuji Yamano | Files touched by this commit (1)
Log message:
Fix warning.

bmake: "../../archivers/bzip2/../../archivers/bzip2/buildlink.mk" line \ 
30: warning: "0" returned non-zero status
   2002-03-24 15:02:37 by Martin J. Laubach | Files touched by this commit (3)
Log message:
Update bzip2 to 1.0.2

A bug fix release, addressing various minor issues.

* Fix an infinite segfault loop in 1.0.1 when a directory is encountered
  in -f (force) mode.
* Avoid double fclose() of output file on certain I/O error paths.
* Don't fail with internal error 1007 when fed a long stream (> 48MB)
  of byte 251.  Also print useful message suggesting that 1007s may be
  caused by bad memory.
* Fix uninitialised variable silly bug in demo prog dlltest.c.
* Remove 512-MB limitation on recovered file size for bzip2recover
  on selected platforms which support 64-bit ints.
* Copy file access times correctly.
* Dereference symlinks when copying file permissions in -f mode.
* Majorly simplify implementation of uInt64_qrm10.
* Check the input file still exists before deleting the output one,
  when aborting in cleanUpAndFail().
* Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore.
* Spelling changes and minor enhancements in bzip2.1.
* Avoid race condition between creating the output file and setting its
  interim permissions safely, by using fopen_output_safely().
* do not print senseless report with -v when compressing an empty file.
* bzcat -f works on non-bzip2 files.
* do not try to escape shell meta-characters on unix (the shell takes
  care of these).
* added --fast and --best aliases for -1 -9 for gzip compatibility.

Next | Query returned 87 messages, browsing 81 to 90 | previous