From nobody Sat Feb 22 14:52:24 2025 X-Original-To: dev-commits-ports-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 4Z0VMv6zJ0z5nmqw; Sat, 22 Feb 2025 14:52:27 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Z0VMv2hsSz3NDv; Sat, 22 Feb 2025 14:52:27 +0000 (UTC) (envelope-from cmt@burggraben.net) Authentication-Results: mx1.freebsd.org; none Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:21b:21ff:fef0:248b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R11" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 393FFC0030F; Sat, 22 Feb 2025 15:52:25 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id EB862FE581; Sat, 22 Feb 2025 15:52:24 +0100 (CET) Date: Sat, 22 Feb 2025 15:52:24 +0100 From: Christoph Moench-Tegeder To: Gleb Popov Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 3437a65039c6 - main - net/avahi-app: Add Netlink support Message-ID: References: <202502221158.51MBw9Jf084717@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202502221158.51MBw9Jf084717@gitrepo.freebsd.org> User-Agent: Mutt/2.2.13 (2024-03-09) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE] X-Rspamd-Queue-Id: 4Z0VMv2hsSz3NDv X-Spamd-Bar: ---- ## Gleb Popov (arrowd@FreeBSD.org): > net/avahi-app: Add Netlink support I believe this was not good[tm]. Thanks to the autoreconf, the pkgconfig files of avahi-app now look like this: Name: avahi-client Description: Avahi Multicast DNS Responder (Client Support) Version: 0.8 Libs: -L${libdir} -lavahi-common -lavahi-client @PTHREAD_LIBS@ Cflags: -D_REENTRANT @PTHREAD_CFLAGS@ -I${includedir} which breaks everything depending on avahi-stuff by means of pkgconfig (e.g. cups). (observed on 14.2, in poudriere). Regards, Christoph -- Spare Space