From owner-svn-ports-all@freebsd.org Mon Oct 8 20:10:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E653C10CA332; Mon, 8 Oct 2018 20:10:19 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it1-f170.google.com (mail-it1-f170.google.com [209.85.166.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 821537B518; Mon, 8 Oct 2018 20:10:19 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it1-f170.google.com with SMTP id c23-v6so13153223itd.5; Mon, 08 Oct 2018 13:10:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=L9N+BlcYQ8SmDXsXT7/J4x5ZfCWO5EY0XPhP4g+o6u4=; b=D6zuLXZTnztFHr/lH5f+3xjW3w6YOGfeRcJtGZHiVxAQ17SfTJgxpt04lJf5FcfaMr 7DCOzyrKZ5KuVZc20Ynlgypnyv9G0qIpF4Cuaq4dTVgiplE5x9Q1KwIQEHy94vc59AtH y8DqvUUr9zVqbx7TV43rx84+v/QMKPT4xmB4YqQgKBKTLWM4aw58n7tR2bTXYBjkDXvM z+3rXHuBlOxnkJnmOyRTSgqlkPVZYrm1Va7ia9NmMxtiNC2FHOhkh3dlran9hbH+d88f ihlaa1IXmUPwdB4bSSRCqfLsEEdVGs+GL0LEe2LLUKSuCeaTnLx0LSbj/NpCuRP0Ssbn xOSQ== X-Gm-Message-State: ABuFfoi/qBvTF6Jw/BL9o9tszvfJ0rxn44c+cRevfa8X3uWjBxyvuzo9 jEr9YuAzKPZ3Vbh5In86CltahYIBK6MAQS94xxd5QA== X-Google-Smtp-Source: ACcGV63r/A9X2tzhbrFIL8Eo2m15rhWVPYcF9UrrbO/+CxsV+VWMFk97ognd0mNlNb8lEYz75yRELZl4eEteEL5zn4o= X-Received: by 2002:a02:601c:: with SMTP id i28-v6mr6158135jac.105.1539029413295; Mon, 08 Oct 2018 13:10:13 -0700 (PDT) MIME-Version: 1.0 References: <201810080852.w988qqp8098951@repo.freebsd.org> <20181008135712.nmv64eh6kcnq2yo2@ogg.in.absolight.net> In-Reply-To: <20181008135712.nmv64eh6kcnq2yo2@ogg.in.absolight.net> From: Antoine Brodin Date: Mon, 8 Oct 2018 22:10:02 +0200 Message-ID: Subject: Re: svn commit: r481525 - in head: Mk Mk/Uses archivers/php73-bz2 archivers/php73-phar archivers/php73-zip archivers/php73-zlib converters/php73-iconv converters/php73-mbstring converters/php73-mbstrin... To: Mathieu Arnold Cc: Torsten Zuehlsdorff , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 08 Oct 2018 20:10:20 -0000 On Mon, Oct 8, 2018 at 3:57 PM Mathieu Arnold wrote: > > On Mon, Oct 08, 2018 at 08:52:52AM +0000, Torsten Zuehlsdorff wrote: > > .if !defined(PKGNAMESUFFIX) > > -LIB_DEPENDS= libpcre.so:devel/pcre \ > > - libargon2.so:security/libargon2 > > +BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 > > +LIB_DEPENDS= libargon2.so:security/libargon2 > > I think this change is wrong, I get failures: > > ===> Staging for php73-pear-1.10.5_1 > ===> Generating temporary packing list > Shared object "libpcre2-8.so.0" not found, required by "php" > *** Error code 1 > > https://pkg.absolight.fr/data/11amd64-pkgng-default/20181008T152908Z/logs/errors/php73-pear-1.10.5_1.log Same error on the -exp builders. Antoine