From owner-cvs-all Thu Aug 20 02:44:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24872 for cvs-all-outgoing; Thu, 20 Aug 1998 02:44:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from octopus.originative.co.uk (originat.demon.co.uk [158.152.220.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24800; Thu, 20 Aug 1998 02:43:59 -0700 (PDT) (envelope-from paul@originative.co.uk) Received: by OCTOPUS with Internet Mail Service (5.5.1960.3) id ; Thu, 20 Aug 1998 10:43:01 +0100 Message-ID: From: Paul Richards To: "'Satoshi Asami'" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: RE: cvs commit: ports/editors/nvi-perl Makefile Date: Thu, 20 Aug 1998 10:42:56 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Why is failed Make output being committed as the cvs log? I've seen this happen a few times now. If you're actually fixing the failure can't you just say that? Paul Richards Ph.D. Originative Solutions Ltd > -----Original Message----- > From: Satoshi Asami [mailto:asami@FreeBSD.ORG] > Sent: Tuesday, August 18, 1998 9:54 AM > To: cvs-committers@FreeBSD.org; cvs-all@FreeBSD.org > Subject: cvs commit: ports/editors/nvi-perl Makefile > > > asami 1998/08/18 01:53:31 PDT > > Modified files: > editors/nvi-perl Makefile > Log: > cc -c -D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\" -O2 -pipe > -I. -I./../include -I./../regex -I./../db/include > -I./../curses -I/usr/local/include > -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE perl.c > In file included from > /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:361, > from perl.xs:37: > /usr/include/sys/param.h:188: warning: `MIN' redefined > port.h:121: warning: this is the location of the previous definition > /usr/include/sys/param.h:189: warning: `MAX' redefined > port.h:118: warning: this is the location of the previous definition > In file included from > /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:583, > from perl.xs:37: > /usr/include/errno.h:165: warning: `EFTYPE' redefined > port.h:149: warning: this is the location of the previous definition > perl.xs: In function `perl_init': > perl.xs:145: `incgv' undeclared (first use this function) > perl.xs:145: (Each undeclared identifier is reported only once > perl.xs:145: for each function it appears in.) > *** Error code 1 > > Stop. > > Revision Changes Path > 1.10 +3 -1 ports/editors/nvi-perl/Makefile >