From owner-svn-ports-all@freebsd.org Fri Jul 17 17:03:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E07F9A48B9 for ; Fri, 17 Jul 2015 17:03:09 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE4C2468 for ; Fri, 17 Jul 2015 17:03:08 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by igcqs7 with SMTP id qs7so41784273igc.0 for ; Fri, 17 Jul 2015 10:03:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=kogDaKZZ+NgQC/TNwy25bBufnFbx7z42BLr1wBz9Unc=; b=elfxo/gS/v9RDG1e/F0DzEL3obd1VI4SBT+hqGoKhSYmkbzxBNmHpA0Z17LJimTZtA 0+TZ06rwLCQDzWacso+69NT7D2SUn7J0XkTIXcQidbVQw/rXNZzB/LEwunW+ADN9mgJr /cnVpx5JD3QVMLZyJHAecZ4apwSrcznRT0q7likn5pMfQf3fG0Iwi6oE3ByT43urunuV qgVJ3+sLdf4obozsCcQ4EjdBTIfr7aDl70GwuuTAjqRjkz3dirmn+qTDBL4K12O+8WQ2 mmOd5QFyTUAQNqDrdFWufsVFkID5ank/Hb5EUeU6bBcQfNtJ33vxwjiI7CkF47K0hHbS lSBw== X-Gm-Message-State: ALoCoQloQsGgQBZl7NjwdpxA8oCoPDpHLOi00RL4KniJ/1ol2l9GRwksosQr3qt72oJsKJlNLiPk X-Received: by 10.50.112.73 with SMTP id io9mr12185829igb.18.1437152582525; Fri, 17 Jul 2015 10:03:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.199 with HTTP; Fri, 17 Jul 2015 10:02:23 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: References: <201507161835.t6GIZYYm022530@repo.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 17 Jul 2015 13:02:23 -0400 Message-ID: Subject: Re: svn commit: r392310 - in head/lang/lua53: . files To: Sunpoet Po-Chuan Hsieh Cc: "Philip M. Gollucci" , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 17:03:09 -0000 Mumble. Fixed in r392388 On Fri, Jul 17, 2015 at 12:37 PM, Sunpoet Po-Chuan Hsieh < sunpoet@freebsd.org> wrote: > On Fri, Jul 17, 2015 at 2:35 AM, Philip M. Gollucci > > wrote: > > > Author: pgollucci > > Date: Thu Jul 16 18:35:33 2015 > > New Revision: 392310 > > URL: https://svnweb.freebsd.org/changeset/ports/392310 > > > > Log: > > lang/lua53: 5.3.0 -> 5.3.1 > > > > PR: 201469 > > Submitted by: milios@ccsys.com > > > > Modified: > > head/lang/lua53/Makefile > > head/lang/lua53/distinfo > > head/lang/lua53/files/patch-src__liolib.c > > > > Modified: head/lang/lua53/Makefile > > > > > ============================================================================== > > --- head/lang/lua53/Makefile Thu Jul 16 18:35:27 2015 (r392309) > > +++ head/lang/lua53/Makefile Thu Jul 16 18:35:33 2015 (r392310) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= lua > > -PORTVERSION= 5.3.0 > > +PORTVERSION= 5.3.1 > > CATEGORIES= lang > > MASTER_SITES= http://www.lua.org/ftp/ > > PKGNAMESUFFIX= 53 > > @@ -13,7 +13,7 @@ COMMENT= Small, compilable scripting lan > > LICENSE= MIT > > > > LUA_VER= 5.3 > > -LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit > > +LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit > > > > I think it's wrong here. /usr/lib/libedit.so will be used instead of > libedit.so.0 from devel/libedit. It leads dependency error. > > % make > ===> Fetching all distfiles required by lua53-5.3.1 for building > ===> Extracting for lua53-5.3.1 > => SHA256 Checksum OK for lua-5.3.1.tar.gz. > ===> Patching for lua53-5.3.1 > ===> Applying FreeBSD patches for lua53-5.3.1 > ===> lua53-5.3.1 depends on shared library: libedit.so - found > (/usr/lib/libedit.so) > ... > > % pkg info -d lua53-5.3.1 > lua53-5.3.1: > > % ldd /usr/local/bin/lua53 > /usr/local/bin/lua53: > libm.so.5 => /lib/libm.so.5 (0x800853000) > libedit.so.0 => /usr/local/lib/libedit.so.0 (0x800a7c000) > libthr.so.3 => /lib/libthr.so.3 (0x800cb5000) > libc.so.7 => /lib/libc.so.7 (0x800eda000) > libncurses.so.8 => /lib/libncurses.so.8 (0x801287000) > > > > USE_LDCONFIG= yes > > > > # Overriding __MAKE_CONF makes sure that we don't re-parse > > > > Modified: head/lang/lua53/distinfo > > > > > ============================================================================== > > --- head/lang/lua53/distinfo Thu Jul 16 18:35:27 2015 (r392309) > > +++ head/lang/lua53/distinfo Thu Jul 16 18:35:33 2015 (r392310) > > @@ -1,2 +1,2 @@ > > -SHA256 (lua-5.3.0.tar.gz) = > > ae4a5eb2d660515eb191bfe3e061f2b8ffe94dce73d32cfd0de090ddcc0ddb01 > > -SIZE (lua-5.3.0.tar.gz) = 278045 > > +SHA256 (lua-5.3.1.tar.gz) = > > 072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17 > > +SIZE (lua-5.3.1.tar.gz) = 282401 > > > > Modified: head/lang/lua53/files/patch-src__liolib.c > > > > > ============================================================================== > > --- head/lang/lua53/files/patch-src__liolib.c Thu Jul 16 18:35:27 2015 > > (r392309) > > +++ head/lang/lua53/files/patch-src__liolib.c Thu Jul 16 18:35:33 2015 > > (r392310) > > @@ -1,10 +1,10 @@ > > ---- ./src/liolib.c.orig 2013-01-05 22:46:54.000000000 +0100 > > -+++ ./src/liolib.c 2013-01-05 22:47:32.000000000 +0100 > > -@@ -19,6 +19,7 @@ > > +--- src/liolib.c.orig 2015-04-03 18:41:57 UTC > > ++++ src/liolib.c > > +@@ -16,6 +16,7 @@ > > #include > > #include > > #include > > +#include > > > > - #define liolib_c > > - #define LUA_LIB > > + #include "lua.h" > > + > > _______________________________________________ > > svn-ports-all@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > > > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.