Commit graph

9 commits

Author SHA1 Message Date
jlam
c805d5e2c2 This is a Makefile, not a shell script... don't set SHELL="/bin/sh",
but rather SHELL=/bin/sh.  This fixes the error noted in the bulk
build results:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-21 13:49:55 +00:00
joerg
e880439d80 Fix errno deetection and use of the test results. Isn't it a lot better
when the conditional matches the variable name from the test case?
2005-12-29 13:46:16 +00:00
tv
eee7d9e897 Interix has unsetenv(3), but it has no prototype, so compilation fails
with -Werror.  Fall through to setenv(..., "", 1) block instead by skipping
the HAVE_UNSETENV block.
2005-11-08 19:25:12 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
martti
8810884cde Updated LPRng-core to 3.8.28
* doc updates
* bug fixes
2004-11-28 16:03:22 +00:00
adam
d2baa6f3cb Changes 3.8.27:
* Fixed: 'Missing HOLD_FILE' logic error fixed in lpd_rcvjob.c
* Fixed: configure with-initpath
   --with-initpath=PATH now works correctly
* Fixed (well, clarified):
  Errormsg() now checks for a 'null' error string and provides
  a printable version of errno for logging.
* Edited the Scan_queue() function to print error message and removed
  some dead code.
* lpc MOVE could result in endless loop.
* lpc MOVE will now start printing job in destination, rather than just copying
  and preserving status of last operation.
* Added detailed error message for connection failure.
* Found a really small (1 byte) memory leak in LPD.  Solves the mystery of
  the server dying with malloc failed messages.
2004-05-21 13:44:29 +00:00
dmcmahill
8936575cb8 fix compilation on sparc (all big endian machines?). 2002-09-27 04:01:32 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00