head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.02.15.08.26.21; author mef; state dead; branches; next 1.1; commitid Ld9TjKRiYGpFCxJF; 1.1 date 2023.04.15.05.01.48; author wiz; state Exp; branches; next ; commitid w7jAVoJdo6YB5alE; desc @@ 1.2 log @(print/a2ps) Updated 4.15.5 to 4.15.6 (pkgsrc) - drop patch patches/patch-src_a2ps-lpr-wrapper it seems upstream now included this change (upstream) https://savannah.gnu.org/news/?id=10609 I am delighted to announce version 4.15.6 of GNU a2ps, the Anything to PostScript converter. This release fixes a couple of bugs, in particular with printing (the -P flag). See below for details. .. (omitted) .. This release was bootstrapped with the following tools: Autoconf 2.71 Automake 1.16.5 Gnulib v0.1-7186-g5aa8eafc0e NEWS * Noteworthy changes in release 4.15.6 (2024-03-13) [stable] * Bug fixes: - Fix a2ps-lpr-wrapper to work with no arguments, as a2ps requires. - Minor fixes & improvements to sheets.map for image types and PDF. * Build system: - Minor fixes and improvements. @ text @$NetBSD: patch-src_a2ps-lpr-wrapper,v 1.1 2023/04/15 05:01:48 wiz Exp $ a2ps-lpr-wrapper exits on bogus parameter-count test https://savannah.gnu.org/bugs/?64047 --- src/a2ps-lpr-wrapper.orig 2023-04-12 14:34:45.000000000 +0000 +++ src/a2ps-lpr-wrapper @@@@ -5,7 +5,7 @@@@ set -e usage() { - echo "Usage: $(basename "$0") [-d printer] FILE..." >&2 + echo "Usage: $(basename "$0") [-d printer] [FILE...]" >&2 exit 1 } @@@@ -17,7 +17,6 @@@@ while getopts d: flag; do esac done shift $((OPTIND - 1)) -if [ $# -eq 0 ]; then usage; fi # If lp (from CUPS) exists, just use it. if command -pv lp > /dev/null; then @ 1.1 log @a2ps: fix a2ps-lpr-wrapper filter mode From John D. Baker on pkgsrc-users. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @