The NetBSD Project

CVS log for pkgsrc/print/LPRng-core/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / print / LPRng-core

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 25 22:15:18 2011 UTC (5 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Newer GCC complains that foo != NULL is tautological, if foo is a local
variable, so deal with it.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 27 17:16:37 2008 UTC (3 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Fix build against newer OpenSSL.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 31 19:22:10 2007 UTC (4 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Fixed a gcc4 warning that pointed to really buggy code. Pointed out in
PR 36713.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 21 13:49:55 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 29 13:46:16 2005 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.7: +6 -1 lines
Diff to previous 1.7 (colored)

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?

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 8 19:25:12 2005 UTC (6 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 24 12:51:41 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Add RMD160 digests.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 28 16:03:23 2004 UTC (7 years, 5 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Updated LPRng-core to 3.8.28

* doc updates
* bug fixes

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 21 13:44:29 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.3: +4 -5 lines
Diff to previous 1.3 (colored)

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.

Revision 1.2.8.1 / (download) - annotate - [select for diffs], Wed Oct 9 18:51:29 2002 UTC (9 years, 7 months ago) by agc
Branch: netbsd-1-6
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pullup rev 1.1 of pkgsrc/print/LPRng-core/patches/patch-aa onto the
netbsd-1-6 pkgsrc branch, and regen the distinfo file.

Requested by Dan McMahill.

Use the result of the autoconf check for inet_ntop and don't include a bad
prototype if this exists.  Fixes compilation problems seen on sparc.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 27 04:01:32 2002 UTC (9 years, 8 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

fix compilation on sparc (all big endian machines?).

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 20 12:41:48 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Branch point for: netbsd-1-6
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Move to sha1 digests, where appropriate and possible, and add distfile
sizes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:43:16 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>