From owner-cvs-ports@FreeBSD.ORG Mon Sep 20 12:19:20 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63C80106566B; Mon, 20 Sep 2010 12:19:20 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id F40E68FC15; Mon, 20 Sep 2010 12:19:19 +0000 (UTC) Received: by iwn34 with SMTP id 34so5060428iwn.13 for ; Mon, 20 Sep 2010 05:19:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=8WLgeL72QUTVXjFjJotISEJe+TMiuGZ8CUm5bwIrVjs=; b=doCXl5aa9hWS/6KKmUMzXLVzuxiwUYJLnn+6yPHh9o6NUbcBf4LLFunJ6UZao863mk 5VnMXRkCVP+BNEpyleeR/rFjqkrAxu5Cz21++l7PpAQ57B9WApJXgypBCF8lppwdMLj9 9XqRt1Kn5YpTQIcmWQS2nvu2lZd0wg8prz/Cg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ACs5oXHr4UHZIGf73T9u0Cev2P2vDMeC3Fe1n80YEs2awUptj2HlkSCOd+vkGmcgWd 2L+qUN6WVB5+vFL/2gDkocXdiklB/nWjQ9q11hXj/IufpR+TsjDow6tFBNnrHivQZfQc I1Vb8FtBOqzIZDilKOcUtVxsq1R53/68waqT0= Received: by 10.231.160.205 with SMTP id o13mr10323791ibx.15.1284985159399; Mon, 20 Sep 2010 05:19:19 -0700 (PDT) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id o4sm606388iba.0.2010.09.20.05.19.16 (version=SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 05:19:18 -0700 (PDT) From: Anonymous To: Renato Botelho References: <201009201201.o8KC1r9H076269@repoman.freebsd.org> Date: Mon, 20 Sep 2010 16:14:28 +0400 In-Reply-To: <201009201201.o8KC1r9H076269@repoman.freebsd.org> (Renato Botelho's message of "Mon, 20 Sep 2010 12:01:53 +0000 (UTC)") Message-ID: <86sk14ipcr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/lua Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2010 12:19:20 -0000 Renato Botelho writes: > garga 2010-09-20 12:01:53 UTC > > FreeBSD ports repository > > Modified files: > lang/lua Makefile > Log: > - Fix build on amd64 How it was broken? > - Bump PORTREVISION > > Reported by: Eduardo Schoedler and > Robert Huff