From owner-freebsd-ports@freebsd.org Wed Mar 7 21:25:03 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8584F321A5 for ; Wed, 7 Mar 2018 21:25:03 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay02.waschbuesch.it (relay02.waschbuesch.it [IPv6:2a00:cba0:100::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8996FC51 for ; Wed, 7 Mar 2018 21:25:02 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=P6KPC5VvNgAqHIWC0gnjNpZ4g2CDm/PkPJoODiDlL28=; b=IDdrereTngfGqIyuZ1iZQJJMi/ O6NGGvmNRLaDG8YqOGEiV5dtSRFvTNnNZ3Td94awNWB6MPkFsBqygTqCQ3THe/uF6CrJUBcw9Rhgy 0w+y5JVA+h1y+Jh/Ce+FFDAiD9pnBTYuHW8kQZgbEVM5MnuswpWR3nx07FTnd7Gh8D5A=; Received: by relay02.waschbuesch.it with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim) (envelope-from ) id 1etgYV-00015k-90 for freebsd-ports@freebsd.org; Wed, 07 Mar 2018 21:25:00 +0000 From: =?utf-8?Q?Martin_Waschb=C3=BCsch?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: archivers/liblz4 help needed with cross-compiling (PR 225377) Message-Id: <636776DA-09AD-44FA-BF6D-8D4B52BC8282@waschbuesch.de> Date: Wed, 7 Mar 2018 22:24:59 +0100 To: ports list X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 21:25:03 -0000 Hi all, If someone with knowledge on cross-compiling could have a look at PR = 225377, I would be very grateful. I am the maintainer of the port concerned) and I understand the concern = of the reporter. For all I know, the solution proposed in the PR is just a band-aid that = would hide the issue (and possible create new ones) instead of solving = it. However, having failed to really grasp how a port *should* behave when = it comes to cross-compiling, I might be utterly mistaken and thus I am = reaching out to you all in the hopes that someone can help resolve this. Thanks for any and all help. Martin=