From owner-cvs-all@FreeBSD.ORG Sat Jun 26 06:08:20 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E6E841065670; Sat, 26 Jun 2010 06:08:19 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Sat, 26 Jun 2010 15:08:19 +0900 From: Norikatsu Shigemura To: Doug Barton Message-Id: <20100626150819.18bfb2ca.nork@FreeBSD.org> In-Reply-To: <4C202637.2010105@FreeBSD.org> References: <201006131614.o5DGEJQM026112@repoman.freebsd.org> <4C1539B4.2060702@FreeBSD.org> <20100621005607.13850416.nork@FreeBSD.org> <4C202637.2010105@FreeBSD.org> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/liveMedia Makefile distinfo 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: Sat, 26 Jun 2010 06:08:20 -0000 Hi dougb. On Mon, 21 Jun 2010 19:55:51 -0700 Doug Barton wrote: > Ok, this is a weird one. I can now tell you _what_ is happening, but I > cannot tell you why. Thanks for your information. I could reproduce it. This behavior's factor is 'not define CPP macro'. So following definition doesn't enable. Because of it, make(1) use system default rule (sys.mk). live/liveMedia/Makefile.tail - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .$(CPP).$(OBJ): $(CPLUSPLUS_COMPILER) -c $(CPLUSPLUS_FLAGS) $< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I fixed, and liveMedia port has more robustness:-). -- Norikatsu Shigemura