From owner-svn-ports-head@freebsd.org Thu Jul 25 00:38:56 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 005A0BE402 for ; Thu, 25 Jul 2019 00:38:56 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC2FF8621F for ; Thu, 25 Jul 2019 00:38:55 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 4FC74138E for ; Thu, 25 Jul 2019 00:38:55 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f49.google.com with SMTP id w20so48603546edd.2 for ; Wed, 24 Jul 2019 17:38:55 -0700 (PDT) X-Gm-Message-State: APjAAAXBVhDboEBf6At3vYQys4q/3SeQ0A8WK3cOg9UKwKcD5zO5dthj QpYYvxbD06MtemCmLioZEAA/gzTXf1w+LeWzkeI= X-Google-Smtp-Source: APXvYqwVwNTNAJx01jxtSeFIKGpmC/jJ7rOx93abHo2GKXHcmxecDVe/pkUOzEcEtpjqHHkveyS9wvqGxYX0VL+7+vg= X-Received: by 2002:a17:906:11da:: with SMTP id o26mr65909118eja.64.1564015134180; Wed, 24 Jul 2019 17:38:54 -0700 (PDT) MIME-Version: 1.0 References: <201907191702.x6JH2hJ9022581@repo.freebsd.org> <85b71d82-fb6d-9421-9c17-5455a5f46657@rawbw.com> In-Reply-To: <85b71d82-fb6d-9421-9c17-5455a5f46657@rawbw.com> From: Po-Chuan Hsieh Date: Thu, 25 Jul 2019 08:38:42 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r506947 - head/science/eccodes To: Yuri Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: AC2FF8621F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.985,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 25 Jul 2019 00:38:56 -0000 I don't know why it successfully detects eccodes but does not link against it. There's a workaround which fixes the build by adding "LDFLAGS+=-leccodes" to misc/libemos/Makefile. But it has plist issue as follows. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DATADIR%%/cmake/libemos-config.cmake.tpls ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/misc/libemos On Tue, Jul 23, 2019 at 5:18 PM Yuri wrote: > This commit broke misc/libemos. > > Yuri > > > On 2019-07-19 10:02, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Fri Jul 19 17:02:43 2019 > > New Revision: 506947 > > URL: https://svnweb.freebsd.org/changeset/ports/506947 > > > > Log: > > Update to 2.13.0 > > > > Changes: https://confluence.ecmwf.int/display/ECC/Latest+news > > > > Modified: > > head/science/eccodes/Makefile > > head/science/eccodes/distinfo > > head/science/eccodes/pkg-plist > > >