From nobody Fri Nov 18 19:35:39 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NDRpT3d11z4dKv5; Fri, 18 Nov 2022 19:35:45 +0000 (UTC) (envelope-from rpokala@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NDRpT2pw9z3QhK; Fri, 18 Nov 2022 19:35:45 +0000 (UTC) (envelope-from rpokala@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668800145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ufvkf58EcJ0yYiNO7QHKZWTgZKAU3/stxQFLPz0QFWI=; b=iCNQdXN7yvCPYTHkeMkwd6DuT7aAkVbPl2vxBHvoYP1ThxY2zz5GoYfwgLsdcFIQvIyYk6 h6IDj3TznT7TXm99tEkOvYotBbbmOn6CSsPcasLdyMN7rQaEbxiYByvSQF+8tAppP7W394 7I05DedE5G8zXks3nR2jMJUFDdm5wxAB30ih8SkPzOXZpiD0yKM8lKebR4qKDvtc5jp5Nn d8xZwYx3E8HB8BMePTUYlPTHDbafnbzDyyS3dstJihZLjCihQK1MQ8am5AWWKVXj6nP47R AC7CORdQ0J2x0IAL0dqTI02+A9sJS9vV9G/FOJLn/eD8ZllhpGermQCTh7fXsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668800145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ufvkf58EcJ0yYiNO7QHKZWTgZKAU3/stxQFLPz0QFWI=; b=nP1GDtxJUSgJq7a3HE3DMeTh9aMZpb9A88ibEQFpsSz96WhSZLvUuhRB6zIJv6fxYtOebv 1KFmw3YAb6u0xewedKZIcxUL/Mw1KaHy4LN+bKg1leE3OuSjUZvbOIfrW5oBDNtzkIf7Km DAJA3iaJ4Kknca2Y4fDtFzyOpYsBfObzdOhl0cj3dCFYZlkHcNcqs7qYMckcGBzRUoQyhP SVkAXaFwuaBHBBKt2/v/KWo129i8u7n4Qz3XLOOO9tiFrhMQ5Z20h+L3hJ/+rjVVkqs8H9 IiVKJ2ACO69xCKb4ZkKTsWJoUje6itnxp/L8NMZ8qiJo8vSUA7Xsl+DBcWPZsA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668800145; a=rsa-sha256; cv=none; b=qokru3BtGM7Rt5EYtGVeN1U5WWu0jobm24sh7TFNnO5CrVmIvoayAq/SfeWCl/sFRnJYkL nf+2TOAoyw40slHlsjA5U2yYkoEvivc7SKebUzhfGacw6LUYgrF+rVUp0/PD67czn4qN4f V1VA8UI/xQ6K8bVJ4V7KU/M14uwpr2NC4qX3/ul+tj0XFnlBNk+4NIKllgG5dsRMbUDklB seWigv+Ap/6HIpQhod+Q9Dau7TeVFA+CR8wRCLMK2ZQQv6258b2Tt9EwmcofwKGv83V7E6 TfIAlhhB/pLBXmxoY8iRZSjiKFUYxRvmvA787JNS247gI0eLo4pWTzyHqAJ7wQ== Received: from [192.168.1.10] (unknown [98.42.164.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 4NDRpS57RDz123M; Fri, 18 Nov 2022 19:35:44 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/16.67.22111300 Date: Fri, 18 Nov 2022 11:35:39 -0800 Subject: Re: 1e9c9ab59577 - main - pkgbase: do not record dependency on non-existent liby package From: Ravi Pokala To: Ed Maste , , , Message-ID: <7C927E86-5B4B-4BE9-BB74-4926077CCD09@panasas.com> Thread-Topic: 1e9c9ab59577 - main - pkgbase: do not record dependency on non-existent liby package References: <202211181819.2AIIJVYp015687@gitrepo.freebsd.org> In-Reply-To: <202211181819.2AIIJVYp015687@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N -----Original Message----- From: on behalf of Ed Maste Date: 2022-11-18, Friday at 10:19 To: , , Subject: git: 1e9c9ab59577 - main - pkgbase: do not record dependency on non-existent liby package The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1e9c9ab5957795acc0d436ce21ad07373081d990 commit 1e9c9ab5957795acc0d436ce21ad07373081d990 Author: Ed Maste AuthorDate: 2022-11-17 19:22:33 +0000 Commit: Ed Maste CommitDate: 2022-11-18 18:08:46 +0000 pkgbase: do not record dependency on non-existent liby package liby-dev provides (only) liby.a. liby has no headers or man pages, and there is no liby package. Add a special case to record no dependency on the package that does not exist. Hi Ed, What is "liby", and how is it useful without headers? Thanks, Ravi (rpokala@) PR: 266923 Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37429 --- release/packages/generate-ucl.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release/packages/generate-ucl.sh b/release/packages/generate-ucl.sh index 2988b48b10a9..de1a21391950 100755 --- a/release/packages/generate-ucl.sh +++ b/release/packages/generate-ucl.sh @@ -45,6 +45,18 @@ main() { caroot) pkgdeps="openssl" ;; + + # -dev packages that have no corresponding non-dev package + # as a dependency. + liby-dev) + outname=${outname%%-dev} + _descr="Development Files" + ;; + liby-lib32_dev) + outname=${outname%%-lib32_dev} + _descr="32-bit Libraries, Development Files" + ;; + utilities) uclfile="${uclfile}" ;;