Up to [cvs.netbsd.org] / pkgsrc / print / LPRng-core
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.37 / (download) - annotate - [select for diffs], Sat Apr 21 04:18:02 2012 UTC (4 weeks, 6 days ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Set chown/chgrp by a method that doesn't allow the configure script to come up with a different opinion. Fixes workdir references (to the chown/chgrp in work/.tools) appearing in some cases.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Apr 19 21:04:53 2012 UTC (5 weeks, 1 day ago) by joerg
Branch: MAIN
Changes since 1.35: +7 -1
lines
Diff to previous 1.35 (colored)
Don't use -Werror with clang.
Revision 1.35 / (download) - annotate - [select for diffs], Fri Feb 12 00:21:17 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
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
Changes since 1.34: +15 -5
lines
Diff to previous 1.34 (colored)
DESTDIR support
Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 6 16:08:30 2009 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored)
Not MAKE_JOBS_SAFE.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Dec 2 11:33:01 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Sep 4 08:47:17 2006 UTC (5 years, 8 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Reset MAINTAINER as I don't have time to maintain this any more.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Aug 6 05:16:51 2006 UTC (5 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.30: +1 -3
lines
Diff to previous 1.30 (colored)
Reomove BROKEN_IN for packages that built in the latest NetBSD 3.0_STABLE/i386 bulk build.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Jul 19 19:14:39 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.29: +1 -2
lines
Diff to previous 1.29 (colored)
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Jun 21 13:50:46 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.28: +11 -19
lines
Diff to previous 1.28 (colored)
Fully convert to using the pkginstall framework, and make the rc.d script use /etc/rc.subr. Bump the PKGREVISION to 3.
Revision 1.28 / (download) - annotate - [select for diffs], Thu May 18 20:30:00 2006 UTC (6 years ago) by wiz
Branch: MAIN
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
Mark as BROKEN_IN pkgsrc-2006Q1 according to ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:32 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.26: +1 -3
lines
Diff to previous 1.26 (colored)
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 18 14:22:13 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.25: +19 -18
lines
Diff to previous 1.25 (colored)
Fixed all pkglint warnings, based on the previous revision, since martti's changes have been incorrect in some places.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 17 08:10:44 2006 UTC (6 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.24: +23 -23
lines
Diff to previous 1.24 (colored)
Fixed warnings found by pkglint -Wall.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:35 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 22 00:57:02 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.22: +3 -6
lines
Diff to previous 1.22 (colored)
Use INSTALL_EXTRA_TMPL and DEINSTALL_EXTRA_TMPL. Fix the output of DEINSTALL to only print the delimiting line if the opening line was written as well. Makes the output a bit nicer when no file was modified.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:06 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.21: +1 -2
lines
Diff to previous 1.21 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:16 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.20: +8 -8
lines
Diff to previous 1.20 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:52 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.19: +4 -4
lines
Diff to previous 1.19 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 24 19:05:48 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Change the CONFIGURE_ENV to use the variables users are supposed to set, rather than the autoconf cache variables.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 23 21:36:01 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
Changes since 1.17: +5 -2
lines
Diff to previous 1.17 (colored)
Prevent paths to the build directories from being included in the package. Bump PKGREVISION.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 1 18:51:57 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +2 -13
lines
Diff to previous 1.16 (colored)
Convert to options framework.
Revision 1.16 / (download) - annotate - [select for diffs], Sun May 22 20:08:27 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:59 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 31 08:14:35 2004 UTC (7 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Use RCD_SCRIPTS
Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 28 16:03:22 2004 UTC (7 years, 5 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.12: +3 -4
lines
Diff to previous 1.12 (colored)
Updated LPRng-core to 3.8.28 * doc updates * bug fixes
Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:03 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 6 10:44:44 2004 UTC (7 years, 8 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.10: +9 -6
lines
Diff to previous 1.10 (colored)
- Set myself as MAINTAINER - PKG_SYSCONFDIR fixes - Add lib/liblpr.so* to PLIST - Run checkpc before starting the printer daemon
Revision 1.10 / (download) - annotate - [select for diffs], Fri May 21 13:44:29 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +21 -17
lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:11 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Relinquish maintainership of packages to tech-pkg@NetBSD.org.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 24 14:57:59 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:21 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 23 16:25:59 2002 UTC (9 years, 5 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Whitespace fix
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 13 07:09:22 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +11 -9
lines
Diff to previous 1.4 (colored)
In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 17 17:51:34 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 12 13:08:48 2001 UTC (11 years, 4 months ago) by dent
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update HOMEPAGE.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 28 00:13:08 2000 UTC (11 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.1: +56 -39
lines
Diff to previous 1.1 (colored)
Note conflict with print/cups. 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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 12 20:09:42 2000 UTC (11 years, 5 months ago) by kei
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages. Also updated "LPRng-core" to 3.6.26, "LPRng-doc" to 3.6.13. fixes CERT Advisory CA-2000-22.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 12 20:09:42 2000 UTC (11 years, 5 months ago) by kei
Branch: MAIN
Initial revision