From nobody Mon Jan 22 08:50:39 2024 X-Original-To: dev-commits-ports-main@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 4TJP8Z1tbkz57Ry6; Mon, 22 Jan 2024 08:51:26 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vk1-xa2e.google.com (mail-vk1-xa2e.google.com [IPv6:2607:f8b0:4864:20::a2e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TJP8Y6prrz4HYT; Mon, 22 Jan 2024 08:51:25 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vk1-xa2e.google.com with SMTP id 71dfb90a1353d-4b7153b8d76so332675e0c.0; Mon, 22 Jan 2024 00:51:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705913484; x=1706518284; darn=freebsd.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=StwtX0JPmmDhTW6EVH1+pEakEaCWpnJiWvJqJU9tmAU=; b=TdRuCGthV1g+IumJWbKqgduhwirFPWICyIiT1BdmxoGZb+gDfHow9zxgqvmvU6c8NJ B5CWAYWnvYYQHhIHbVhvZMHiUl2QgaNccyTNPCj2k4xU9mUsg1zhl/cRNfOz2cJJDh5S z4laZTp02J+mJXagtDiBeu0bLvhFFC7bvX21/vb9c8uciX3BL5PwZ8OGEwuue6D1KxDL kw2tFTClVMoHPMPTaOO/GX9z4lVNoDF7uQTlRsvappPjei3fR2psrd5O2loC2qvKFNPe 7bSjwRJmvGComGm8FXeWYDhmfa1+15pBkkkEKovl9exSUPm15Zf8vy8dUv4AixvFStk6 h91g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705913484; x=1706518284; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=StwtX0JPmmDhTW6EVH1+pEakEaCWpnJiWvJqJU9tmAU=; b=uznlVOK2SUhu8L3QK0z4Gh7azCRA9RNQGFBNAc4q0i6StxiTMETpw+c/gcOS2vWYnO vvLV4S3UZ/DX8fqiNs6YEkdy8p5I7ybFoyLxko7ykaywiRbm+INQvGmFL3CaTlTjJz6V U96ECTNk2fyIEtE0r8MfMQsLAW76Q54Vc0GDV8uw5RUNYN/G0BLfIA8aBUpgID+CzB19 DKvpSNT7ajM4/JxmArhn6G7Hj0eocbHnIWLxYRS53pArexwHFB2h2v0HN+OAE9+2xlRo vAjPf/H5p3H2W3Gu1Z0x2eyBgrz0cJm7XDkHGkmx7cslxERuhQ1uemryhWRjo1t0RJ0Z EqrA== X-Gm-Message-State: AOJu0Yxp4pNyj/OPkofDSl/tlm3db9rWybpXddh4rCN/PC4kY/2sIgig lUKcRlpswmP+r8yTJeQb+cowkfEKWBK7DvWW/AqqTFQyTQNv51y2+cu3O5TPjLgZXNdN3ls1T5P cDMk3ZTD0s8n4dFjyZ6AZMLTfe39GpOOU29D2jcsr X-Google-Smtp-Source: AGHT+IEG3+t7hm5yBxrOrRe9/oPVACR9E74rvTq5AQqplhUJ1f89MhfShck2dhGQEalpD7xnd5mZN+nmABvibMUS5Q4= X-Received: by 2002:a05:6122:4a0f:b0:4b6:ba77:5a9f with SMTP id ez15-20020a0561224a0f00b004b6ba775a9fmr1073457vkb.13.1705913484288; Mon, 22 Jan 2024 00:51:24 -0800 (PST) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 References: <202401220839.40M8dXYO009970@gitrepo.freebsd.org> In-Reply-To: <202401220839.40M8dXYO009970@gitrepo.freebsd.org> From: Gleb Popov <6yearold@gmail.com> Date: Mon, 22 Jan 2024 11:50:39 +0300 Message-ID: Subject: Re: git: d2e99e0393d6 - main - games/yadex: install the manpage under $PREFIX/share/man. To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TJP8Y6prrz4HYT X-Spamd-Bar: ---- 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:15169, ipnet:2607:f8b0::/32, country:US] On Mon, Jan 22, 2024 at 11:39=E2=80=AFAM Alexey Dokuchaev wrote: > > The branch main has been updated by danfe: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dd2e99e0393d6e4081facffdb= babe55741c498291 > > commit d2e99e0393d6e4081facffdbbabe55741c498291 > Author: Alexey Dokuchaev > AuthorDate: 2024-01-22 08:38:48 +0000 > Commit: Alexey Dokuchaev > CommitDate: 2024-01-22 08:38:48 +0000 > > games/yadex: install the manpage under $PREFIX/share/man. > --- > games/yadex/files/patch-configure | 2 +- > games/yadex/pkg-plist | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/games/yadex/files/patch-configure b/games/yadex/files/patch-= configure > index c33c771f55cd..5b81c4ea3a14 100644 > --- a/games/yadex/files/patch-configure > +++ b/games/yadex/files/patch-configure With Mk changes this patch is probably not needed anymore? Did you try building against https://github.com/arrowd/freebsd-ports/tree/autotools-mandir ?