From owner-cvs-all@FreeBSD.ORG Fri Sep 17 05:42:30 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A881065674; Fri, 17 Sep 2010 05:42:30 +0000 (UTC) (envelope-from hskuhra@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id BE65F8FC12; Fri, 17 Sep 2010 05:42:29 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id D49004CC; Fri, 17 Sep 2010 01:42:28 -0400 (EDT) Received: from web3.messagingengine.com ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 17 Sep 2010 01:42:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:from:to:mime-version:content-transfer-encoding:content-type:references:subject:in-reply-to:date; s=smtpout; bh=xD8AkmZmOpkRPLE6YuIa/qfd+Uc=; b=VrJyuLkAqPlUG2cRQjQY7xUmRfD7b07HkPtxnEFG55aBejOtFi/4sD5XhgsIy7codgT8RJmjFU22GDMx2poSbr9pgYwdDBUb1Q2NV0GK64n4rWrSBHkV1KcaJH2gOQi2SylnfM11XMrH6ZPuagm4oqC2qhoaJmlaXCuYC9PabHs= Received: by web3.messagingengine.com (Postfix, from userid 99) id ACFCBAA05E3; Fri, 17 Sep 2010 01:42:28 -0400 (EDT) Message-Id: <1284702148.23908.1395462415@webmail.messagingengine.com> X-Sasl-Enc: 7HsuTLL/lRIZ2/i0mpCSEUmK0s2H87rXIwOjvQ96hzNp 1284702148 From: "Herbert J. Skuhra" To: "Renato Botelho" , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Mailer: MessagingEngine.com Webmail Interface References: <201009161104.o8GB40tb077259@repoman.freebsd.org> In-Reply-To: <201009161104.o8GB40tb077259@repoman.freebsd.org> Date: Fri, 17 Sep 2010 07:42:28 +0200 Cc: Subject: Re: cvs commit: ports/devel/libev Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 05:42:30 -0000 Hi Renato! This breaks the build for me: ===> Building for libev-3.9_1,1 make all-am /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -c -o ev.lo ev.c mkdir .libs cc -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -c ev.c -fPIC -DPIC -o .libs/ev.o ev.c: In function 'loop_init': ev.c:1597: error: 'ev_invoke_pending' undeclared (first use in this function) ev.c:1597: error: (Each undeclared identifier is reported only once ev.c:1597: error: for each function it appears in.) *** Error code 1 Without the post-patch lines and I can build libev again. I am running FreeBSD 8.1-STABLE i386 (r212242). -Herbert On Thu, 16 Sep 2010 11:04 +0000, "Renato Botelho" wrote: > garga 2010-09-16 11:04:00 UTC > > FreeBSD ports repository > > Modified files: > devel/libev Makefile > Log: > Contitionalize EV_MINIMAL checking to avoid compiler warnings > > PR: ports/149970 > Submitted by: garga@ > Approved by: maintainer timeout (3 weeks) > > Revision Changes Path > 1.9 +6 -0 ports/devel/libev/Makefile