From owner-freebsd-apache@FreeBSD.ORG Wed Jun 11 23:44:39 2014 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2F9DE0A for ; Wed, 11 Jun 2014 23:44:39 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7611A25E5 for ; Wed, 11 Jun 2014 23:44:39 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id y20so468474ier.18 for ; Wed, 11 Jun 2014 16:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=from:date:to:subject:message-id:mime-version:content-type :content-disposition; bh=mAFuessTyUzMVNjzlhTJ8SFaAJAD9I2/yPczJAHR32c=; b=GJl848mrIKe4tMEePncGNNzLbcL/wARmyp5ZGm7xyGXynUdPgpm1WCStpvDgSpFYpv J+WPdmBZeQvzoGWVrZkZ+odJ4tHXM72GYTALRdIUIkvVRJbuijVf9hC0y/PGj3sy5qyj Ojkb/csWXHhODcCCVtCaKuQ+CHlr99APq4E8c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:subject:message-id:mime-version :content-type:content-disposition; bh=mAFuessTyUzMVNjzlhTJ8SFaAJAD9I2/yPczJAHR32c=; b=PV3FNGPM3G2YkgQp7p/9VA6pwDzQnoGLvaVvqcfqDYFpRnDTGRPhkmkrEnig3JGeDw TnbzxjdVkYHzfqn7tRuBlhNk72GIiqIgnf9wq3fMewhsTisWKiwtLsI3WarQ2cDef4lU BH62gw1Lt/i4Vz0po9y9lhdVY8oqbyDq7cJ9e4uR5iqAPrF8qazsW9hicJl6+Ub5bSXa KSiw+G5UMdQqQyX4oBpF8rx3mEDGzfIAaj8aa8/lhbcKwJIixJkvIPog8Pv22mBMuGXv vubPcNdgkfmmacGIxJ3O7KF7NN5uPJo7pT1dV0QI2RGOXs9YyHBy1hKurAtzn1RrTVPX bMQw== X-Gm-Message-State: ALoCoQlVJDXgT0QYsbGUAooED9U2RLinSuzWhlba4hOtp/jkrIVyG3/CzXC1acdKcVBtdb6K0nk9 X-Received: by 10.50.33.72 with SMTP id p8mr1674093igi.32.1402530278786; Wed, 11 Jun 2014 16:44:38 -0700 (PDT) Received: from DataIX.local (75-128-101-59.dhcp.sgnw.mi.charter.com. [75.128.101.59]) by mx.google.com with ESMTPSA id e4sm83112280igx.4.2014.06.11.16.44.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 16:44:38 -0700 (PDT) From: jhellenthal@dataix.net X-Google-Original-From: jhellenthal@DataIX.net Received: from DataIX.local (localhost [127.0.0.1]) by DataIX.local (8.14.9/8.14.9) with ESMTP id s5BNialu062050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 11 Jun 2014 19:44:36 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.local (8.14.9/8.14.9/Submit) id s5BNiaD9062049 for apache@freebsd.org; Wed, 11 Jun 2014 19:44:36 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Wed, 11 Jun 2014 19:44:36 -0400 To: apache@freebsd.org Subject: lua:51 instead of default lua version 5.2 ? www/apache24 Message-ID: <20140611234436.GA60857@DataIX.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 23:44:39 -0000 It appears that apache24 is still hopelessly interwound with lua51 instead of the new default lua52. I found this in the Makefile that is hardwied in to lua51 but the build still fails as apache is configuring to still use lua51 after. Just thought I would give you guys a heads up about this. .if ${PORT_OPTIONS:MLUA} USES+= lua:51 .endif -- - (2^(N-1)) JJH48-ARIN