From owner-cvs-all@FreeBSD.ORG Sat Oct 16 04:32:08 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 5F479106564A; Sat, 16 Oct 2010 04:32:08 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3739E8FC17; Sat, 16 Oct 2010 04:32:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 6F41717131; Sat, 16 Oct 2010 00:15:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1287202516; bh=9KNrMN7S0JdCGnh5uAaNsOvm2FPaMV7MnK1YKgZpJYI=; b= dMTfNi40czOFs3805p1yzlo+scHzCp9XidH7S9aNEPK2ZHevcaJTPDWItL+aYVtB WFx432C0yx6L4hGPWHwrAQZg525qg3EkUm++C4fCxOrPw/A06jYxQzTZMWjS6xX7 g/5k34c1P+0VYxdluMI6naHPo9xkYhMT0l6MbFyBscU= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id jSFDKmD0tt9d; Sat, 16 Oct 2010 00:15:16 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 8E6861711C; Sat, 16 Oct 2010 00:15:15 -0400 (EDT) Date: Sat, 16 Oct 2010 00:15:13 -0400 From: Sahil Tandon To: Kris Moore Message-ID: <20101016041512.GA7187@magic.hamla.org> References: <201010152054.o9FKsMFj024871@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010152054.o9FKsMFj024871@repoman.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/accessibility/qt4-accessible Makefile ports/chinese/qt4-codecs-cn Makefile ports/chinese/qt4-codecs-tw Makefile ports/databases/qt4-sql Makefile ports/devel/dbus-qt4 Makefile ports/devel/qsa Makefile ports/devel/qt4-assistant Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon 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, 16 Oct 2010 04:32:08 -0000 On Fri, 2010-10-15 at 20:54:22 +0000, Kris Moore wrote: > 1.12 +1 -1 ports/misc/qt4-doc/Makefile ... in this one: -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ +MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/libi:$$LD_LIBRARY_PATH \ I am not sure if it was intentional or simply a side-effect of Vi, but should 'libi' be 'lib'? -- Sahil Tandon