The NetBSD Project

CVS log for pkgsrc/print/cups15/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / cups15

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26, Fri Apr 24 12:00:52 2020 UTC (3 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +1 -1 lines
FILE REMOVED

print: Remove cups15, legacy cups version now BROKEN due to OpenSSL 1.1

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:21 2020 UTC (3 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:38 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 23 19:23:13 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:12 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Recursive bump for perl5-5.28.0

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:33 2018 UTC (5 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 20 23:55:54 2017 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

print/cups{,15}: Don't make ${CUPS_CONFDIR} with INSTALLATION_DIRS.

${CUPS_CONFDIR} (${PKG_SYSCONFDIR}) may be located outside of
${PREFIX}, which causes a installation failure due to the checks
added in mk/install/install.mk.

Remove ${CUPS_CONFDIR} from INSTALLATION_DIRS since it is created
by the package install script at PRE-INSTALL time.

Fixes pkg/52481 reported by Hauke Fath.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 1 14:59:04 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Follow some http -> https redirects.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 27 08:54:45 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Match cups: revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 25 18:32:50 2017 UTC (6 years, 2 months ago) by reinoud
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

As with cups-1.5, explicitly depend on security/mit-krb5 since it can attempt
to link to it.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:22 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Dec 12 14:22:03 2016 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.14: +0 -1 lines
Diff to previous 1.14 (colored)

Revert "Specify readline requirement on 30 packages"

Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 4 03:51:16 2016 UTC (6 years, 9 months ago) by marino
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Specify readline requirement on 30 packages

Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline

The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:50 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 22 22:51:13 2016 UTC (7 years, 6 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Register missing dependency on curses

Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:53 2016 UTC (7 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 25 17:52:45 2016 UTC (7 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9 (colored)

Use OPSYSVARS.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 10 17:05:17 2015 UTC (7 years, 11 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

revert accidental ssp fix waiting on joerg@

Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 10 17:03:02 2015 UTC (7 years, 11 months ago) by richard
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

SunOS doesn't have arc4random_stir either

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 5 13:03:22 2015 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.6: +7 -4 lines
Diff to previous 1.6 (colored)

Various changes to fix build on Darwin.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 18 16:33:26 2015 UTC (8 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.5: +6 -2 lines
Diff to previous 1.5 (colored)

Add upstream patch to resolve vulnerability.

At https://www.cups.org/str.php?L4609 upstream describes a privilege
escalation attack.  The patch is against 2.0.2, but applies to 1.5
without trouble.

From Edgar Fu via tech-pkg.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:57 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 23 09:29:22 2015 UTC (8 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored)

Explicitly disable epoll on illumos, it is provided for Linux compat only.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 14 21:03:48 2015 UTC (8 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

fix iconv linkage

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:51 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 17 13:17:12 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2

Import cups-1.5.4nb12 as print/cups15, for those that prefer it to cups-1.7.x

The Common UNIX Printing System provides a portable printing layer for
UNIX operating systems. It has been developed by Easy Software Products
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.

CUPS uses the Internet Printing Protocol (IETF-IPP) as the basis for
managing print jobs and queues.  The Line Printer Daemon (LPD, RFC1179)
and AppSocket protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description
("PPD")-based printing options to support real world applications under
UNIX.

This package contains the older 1.5 series, before Apple stopped
maintaining the filters.

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>