From owner-svn-ports-head@freebsd.org Fri Jul 17 16:37:55 2015 Return-Path: Delivered-To: svn-ports-head@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 587A19A4342 for ; Fri, 17 Jul 2015 16:37:55 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170]) (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 25E961F7F for ; Fri, 17 Jul 2015 16:37:54 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obre1 with SMTP id e1so69101360obr.1 for ; Fri, 17 Jul 2015 09:37:48 -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:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=HRNrDfUGzniz3C5p4ISS1EA/mUSB9uIAUwa0AgVvURg=; b=DhRgingG1wspuXuU7J0scLMgxex9eVI+VEpKUe4jk2mPCcgBzVUwbXnSN9gqGoDfTM 2rv3FbfZBHNhiXebGAyO0MogBwrxU3c+qH56Jh4Z6ZEu4czzE50xpgV1+1K0RwwwoiK7 8NQKtoP0h1CiE1yqikVDLQnRaEUW9fCXKhto31XKdIA1u2kwWdzSDk97dEZtUH38qODd +hpvfHzmmHFRPIrHLIIbPTXtgPGjyhIh1gZa/1o0zyb5LYdRqJvVcGcC46slsvkqQJDm CfQvhOBc6NndxVb4hLz5SCG+ISlOWcJatFEo1qUc/r4nq6K8Vkn6X85v4S9heHsgJrLh qgxg== X-Gm-Message-State: ALoCoQl7O8CSrbiXvIzehgh39MqHhgqnc6gPGm4n8jvvtPHq0CQbeEEryP12wHdljAMvg3Hm3KG2 X-Received: by 10.202.108.142 with SMTP id h136mr14017432oic.86.1437151068298; Fri, 17 Jul 2015 09:37:48 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.73.68 with HTTP; Fri, 17 Jul 2015 09:37:08 -0700 (PDT) In-Reply-To: <201507161835.t6GIZYYm022530@repo.freebsd.org> References: <201507161835.t6GIZYYm022530@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Jul 2015 00:37:08 +0800 X-Google-Sender-Auth: 50wW41vxOY1dEzg18qrd6WR7KGU Message-ID: Subject: Re: svn commit: r392310 - in head/lang/lua53: . files To: "Philip M. Gollucci" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 16:37:55 -0000 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" >