From owner-freebsd-ports@freebsd.org Mon Jun 22 10:42:56 2020 Return-Path: Delivered-To: freebsd-ports@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 33DAD3476C5 for ; Mon, 22 Jun 2020 10:42:56 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) Received: from mailrelay3-2.pub.mailoutpod1-cph3.one.com (mailrelay3-2.pub.mailoutpod1-cph3.one.com [46.30.212.2]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49r5bM1lyMz4YQd for ; Mon, 22 Jun 2020 10:42:54 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=diamondbox.dk; s=20191106; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to: message-id:subject:cc:to:from:date:from; bh=+Yhsp0NPCOrPt0A7ZK82rKFH1UaBheVKCudXwuF1YEc=; b=b5vlRvyNWFmAEQUBTxVVMreCwv2uFMcJCCx7ZHuPChydOSuIMdt4vg6yKc0Y1DgNNfb6Oc0N/+EsA JHVcQsvkuF7sjtcXm7czgAMfX9Q/cCgUNmb3rPe4fx6N1jfqHiibCMoTHcBI8x05h44Rs/9Wna2PX1 vFwbup+6rj+LLX9OWkQN664J8EMjJ5g+mpQqnKvhj2Cudwwx3H7rAuN87kByGmakLcYVpSJuZLJjW+ +sIrqMOPQlnckHVzXbsGNM3L9BH/kZgX1ISBqjVh0Xh+0MQwVq2egkEKrWl0zYEoRH338xhQsnEsk3 GI6sG7Pcq6jTtdR+h511BpuAms+a4CA== X-HalOne-Cookie: 24128695d51fe2c0250dabc543f50720872fdd3e X-HalOne-ID: 1f58a329-b475-11ea-86e6-d0431ea8bb03 Received: from diamond.diamondbox.dk (c-xd520f25a.cust.hiper.dk [213.32.242.90]) by mailrelay3.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPA id 1f58a329-b475-11ea-86e6-d0431ea8bb03; Mon, 22 Jun 2020 10:42:52 +0000 (UTC) Date: Mon, 22 Jun 2020 12:42:50 +0200 From: Nikolaj Thygesen To: Muhammad Moinur Rahman Cc: freebsd-ports@freebsd.org Subject: Re: My first port Message-ID: <20200622124250.0e88bf5f@diamond.diamondbox.dk> In-Reply-To: <359B98A6-6609-4E3B-AAAA-C27605EDDE25@freebsd.org> References: <20200622001145.5c4afcf5@diamond.diamondbox.dk> <359B98A6-6609-4E3B-AAAA-C27605EDDE25@freebsd.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 49r5bM1lyMz4YQd X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=diamondbox.dk header.s=20191106 header.b=b5vlRvyN; dmarc=none; spf=none (mx1.freebsd.org: domain of mailinglist@diamondbox.dk has no SPF policy when checking 46.30.212.2) smtp.mailfrom=mailinglist@diamondbox.dk X-Spamd-Result: default: False [-2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[diamondbox.dk:s=20191106]; NEURAL_HAM_MEDIUM(-1.02)[-1.024]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[46.30.212.2:from]; NEURAL_HAM_LONG(-1.01)[-1.014]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[diamondbox.dk]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[diamondbox.dk:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[46.30.212.2:from]; NEURAL_HAM_SHORT(-0.17)[-0.167]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:51468, ipnet:46.30.208.0/21, country:DK]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2020 10:42:56 -0000 On Mon, 22 Jun 2020 06:04:22 +0600 Muhammad Moinur Rahman wrote: > Hi, >=20 > Try to find out the reference location "share/pkgconfig=E2=80=9D in the C= Make > file. Then you can use REIINPLACE_CMD to change that line or modify > accordingly. >=20 > The purpose of @sample is not this. @sample is primarily used for > configuration files. >=20 > Regards, > Moin >=20 Hi, Thanks for the replies; I did a REINPLACE and it works - just for the reco= rd, I first tried pathfix, but that seems not to work for cmake!? br - N :o)