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
please resubmit patches without renaming.
Created attachment 161451 [details] patch for print/a2ps (without running make makepatch)
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