summaryrefslogtreecommitdiff
path: root/print/LPRng-core/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21This is a Makefile, not a shell script... don't set SHELL="/bin/sh",jlam1-0/+13
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
2005-12-29Fix errno deetection and use of the test results. Isn't it a lot betterjoerg5-0/+83
when the conditional matches the variable name from the test case?
2005-11-08Interix has unsetenv(3), but it has no prototype, so compilation failstv1-0/+13
with -Werror. Fall through to setenv(..., "", 1) block instead by skipping the HAVE_UNSETENV block.
2004-05-21Changes 3.8.27:adam2-39/+7
* 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.
2002-09-27fix compilation on sparc (all big endian machines?).dmcmahill1-0/+15
2000-12-28Note conflict with print/cups.jlam4-111/+6
Add INSTALL/DEINSTALL scripts to handle the configure files. Replace lprng.sh with a rc.d-style script LPRng.sh. Fix problems with setting the default paths for LPRng.
2000-12-12Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.kei4-0/+153
Also updated "LPRng-core" to 3.6.26, "LPRng-doc" to 3.6.13. fixes CERT Advisory CA-2000-22.