Date: Thu, 12 Feb 1998 16:01:32 +0900 From: tetsuya@secom-sis.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/5726: graphics/netpbm: asciitopgm is unknown Message-ID: <98Feb12.155951jst.27864@spiral.secom-sis.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 5726 >Category: ports >Synopsis: graphics/netpbm: asciitopgm is unknown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 11 23:10:01 PST 1998 >Last-Modified: >Originator: Tetsuya Furukawa >Organization: SECOM Information System Co.,Ltd. >Release: FreeBSD 3.0-CURRENT i386 >Environment: 3.0-CURRENT on Dec 8 1997 ports-current on Feb 11 1998 >Description: In the netpbm-94.3.1, the asciitopgm program doesn't work at all. >How-To-Repeat: % banner foo | asciitopgm 87 132 pgmmerge: "asciitopgm" is an unknown PGM program! >Fix: --- pgm/pgmmerge.c.orig Fri Jan 28 19:17:38 1994 +++ pgm/pgmmerge.c Thu Feb 12 15:35:45 1998 @@ -34,6 +34,7 @@ #define TRY(s,m) { if ( strcmp( cp, s ) == 0 ) exit( m( argc, argv ) ); } + TRY("asciitopgm", asciitopgm_main); TRY("bioradtopgm", bioradtopgm_main); TRY("fstopgm", fstopgm_main); TRY("hipstopgm", hipstopgm_main); >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98Feb12.155951jst.27864>