From owner-cvs-all@FreeBSD.ORG Mon May 12 15:28:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 102F837B404; Mon, 12 May 2003 15:28:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736EE43F85; Mon, 12 May 2003 15:28:35 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4CMSZ0U035700; Mon, 12 May 2003 15:28:35 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4CMSZ4F035699; Mon, 12 May 2003 15:28:35 -0700 (PDT) Message-Id: <200305122228.h4CMSZ4F035699@repoman.freebsd.org> From: Eric Anholt Date: Mon, 12 May 2003 15:28:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/psmark Makefile ports/print/psmark/files patch-psmark.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 22:28:36 -0000 anholt 2003/05/12 15:28:35 PDT FreeBSD ports repository Modified files: print/psmark Makefile Added files: print/psmark/files patch-psmark.c Log: Fix with newer gcc by converting multiline string literals to string concatenation. Removes extra whitespace in the string. Revision Changes Path 1.8 +1 -1 ports/print/psmark/Makefile 1.1 +15 -0 ports/print/psmark/files/patch-psmark.c (new)