Bug 203326

Summary: [PATCH] print/a2ps: command "a2ps -M a4 --list=defaults" dumps a2ps.core
Product: Ports & Packages Reporter: Tatsuki Makino <tatsuki_makino>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me CC: hrs
Priority: --- Keywords: patch
Version: LatestFlags: dinoex: maintainer-feedback-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for print/a2ps
none
patch for print/a2ps (without running make makepatch) none

Description Tatsuki Makino 2015-09-25 09:09:36 UTC
Created attachment 161371 [details]
patch for print/a2ps

This problem is as summary line.
Log of back-trace is written in the following.

files/patch-* are rebuilt by `make makepatch'.

bt

#0  0x0000000800dbb967 in strlen () from /lib/libc.so.7
#1  0x0000000000450229 in int_printflen (
    format=0x45b1f0 "Configuration status of %s %s\n", args=0x7fffffffe070)
    at printlen.c:87
#2  0x000000000045028d in vprintflen (
    format=0x45b1f0 "Configuration status of %s %s\n", args=0x7fffffffe0b0)
    at printlen.c:102
#3  0x00000000004512dc in title (stream=0x800ff6d30, c=61 '=', center_p=1, 
    format=0x45b1f0 "Configuration status of %s %s\n") at title.c:85
#4  0x0000000000402a81 in list_options (a_job=0x80140c600, stream=0x800ff6d30)
    at main.c:332
#5  0x0000000000404b80 in main (argc=4, argv=0x7fffffffe5d0) at main.c:1089
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2015-09-26 19:39:34 UTC
please resubmit patches without renaming.
Comment 2 Tatsuki Makino 2015-09-27 00:55:21 UTC
Created attachment 161451 [details]
patch for print/a2ps (without running make makepatch)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-09-27 20:40:20 UTC
A commit references this bug:

Author: dinoex
Date: Sun Sep 27 20:39:39 UTC 2015
New revision: 398049
URL: https://svnweb.freebsd.org/changeset/ports/398049

Log:
  - fix cli option "--list=defaults"
  PR:		203326
  Submitted by:	Tatsuki Makino

Changes:
  head/print/a2ps/Makefile
  head/print/a2ps/files/patch-printlen.c
  head/print/a2ps/files/patch-title.c