From owner-svn-ports-head@freebsd.org Sun Dec 27 17:37:50 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 9F4BBA5376D; Sun, 27 Dec 2015 17:37:50 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 4DB7E1AF1; Sun, 27 Dec 2015 17:37:50 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id p187so239101033wmp.0; Sun, 27 Dec 2015 09:37:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Wb30NzEcPmDvAcGrJ0YorevLaj2PjP/rArA/Qvh7fR8=; b=SIIpKM7QLaTHocdJ1Rich4IsdxiB1li0tOJ/3Zz1DRCeUojeIKZcGpIr2F4Tor2FQI UzAOeqB01SUz5+Sh8New4eKx0rsF2UHyY7xkbA9U3dJuwbBm+I9fhB8hBwHHWoP+XwFO eVcbGn69UDX0hrHHG0H34vHqqCm37g7wmS/B0HZ62U1j9TiG02XvxrVmlaFuEQzcstHl j4YD4F3iin6ateuRci3p04mfllPfx1TIIK/FV83qOIOP+z/H07ovcL4C6Vq1F3HneVSr FOS/iYBZw4QBDk2Kr1rjGl449TfnUjc3qp04jSSS4tZaWGvCy2ic7sdmnZicf2+Bg1VL 1RDg== X-Received: by 10.28.86.196 with SMTP id k187mr53428021wmb.61.1451237867255; Sun, 27 Dec 2015 09:37:47 -0800 (PST) Received: from orwell.gmail.com (dhcp-077-248-147-050.chello.nl. [77.248.147.50]) by smtp.gmail.com with ESMTPSA id jm4sm53407747wjb.7.2015.12.27.09.37.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Dec 2015 09:37:46 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404539 - head/ports-mgmt/pkg-devel References: <201512262133.tBQLX60X077009@repo.freebsd.org> Date: Sun, 27 Dec 2015 18:37:37 +0100 In-Reply-To: <201512262133.tBQLX60X077009@repo.freebsd.org> (Baptiste Daroussin's message of "Sat, 26 Dec 2015 21:33:06 +0000 (UTC)") Message-ID: <8660zju71a.fsf@FreeBSD.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 27 Dec 2015 17:37:50 -0000 Baptiste Daroussin writes: > Author: bapt > Date: Sat Dec 26 21:33:06 2015 > New Revision: 404539 > URL: https://svnweb.freebsd.org/changeset/ports/404539 > > Log: > Update to 1.6.99.3 > Changes: > - list of valid url scheme can be defined in pkg.conf > - add support for SOURCE_DATE_EPOCH for reproducible builds > - Fix pkg check -d > - Fix testsuite with kyua 0.12 > - Fix pkg info -R > - Fix setting modes on extracted files/directories > - Fix zsh completion for pkg info -l > - Fix some solver crashed > - Initial attempt at fixing infinite loop on multirepositorry when updating pkg > - pkg version now handled -q correctly It's failing to build on 9.3 here: pkg_add.c: In function 'do_extract': pkg_add.c:345: warning: implicit declaration of function 'archive_entry_perm' [...] CCLD pkg-static ../libpkg/.libs/libpkg.so: undefined reference to `archive_entry_perm' *** [pkg] Error code 1 ../libpkg/.libs/libpkg_static.a(libpkg_static_la-pkg_add.o): In function `do_extract': /wrkdirs/usr/ports/ports-mgmt/pkg-devel/work/pkg-1.6.99.3/libpkg/pkg_add.c:345: undefined reference to `archive_entry_perm'