head 1.3; access; symbols pkgsrc-2020Q1:1.2.0.18 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.40 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.36 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.34 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.32 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.30 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.28 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.26 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.24 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.22 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.20 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.16 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.14 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.12 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.10 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.8 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.6 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.4 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.2 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.1.0.10 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.8 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.6 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.4 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.2 pkgsrc-2014Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2020.04.24.12.00.53; author nia; state dead; branches; next 1.2; commitid 2xtbmLVjtTZDjD5C; 1.2 date 2015.09.05.13.03.22; author jperkin; state Exp; branches; next 1.1; commitid QKTlrhgh4Px254Ay; 1.1 date 2014.06.17.13.17.13; author wiz; state Exp; branches; next ; commitid nYbwnRfZ8CqMsSEx; desc @@ 1.3 log @print: Remove cups15, legacy cups version now BROKEN due to OpenSSL 1.1 @ text @$NetBSD: patch-ah,v 1.2 2015/09/05 13:03:22 jperkin Exp $ Some builds of gcc seem to support this for compiling but then fail during linking with undefined reference to `__stack_chk_fail_local' --- config-scripts/cups-compiler.m4.orig 2011-09-09 17:28:58.000000000 +0000 +++ config-scripts/cups-compiler.m4 @@@@ -125,8 +125,9 @@@@ if test -n "$GCC"; then AC_MSG_CHECKING(if GCC supports -fstack-protector) OLDCFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fstack-protector" - AC_TRY_LINK(,, + AC_TRY_LINK(, [return 0;], OPTIM="$OPTIM -fstack-protector" + LIBS="$LIBS $LIBS_SSP" AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) CFLAGS="$OLDCFLAGS" @ 1.2 log @Various changes to fix build on Darwin. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2014/06/17 13:17:13 wiz Exp $ @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.20 2011/12/02 14:14:58 hans Exp $ d6 1 a6 1 --- config-scripts/cups-compiler.m4.orig 2009-05-17 00:13:47.000000000 +0000 d8 1 a8 1 @@@@ -140,8 +140,9 @@@@ if test -n "$GCC"; then @