From owner-freebsd-ports@freebsd.org Fri Jun 1 14:59:55 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 9601FEFBDB9 for ; Fri, 1 Jun 2018 14:59:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475688037E; Fri, 1 Jun 2018 14:59:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3E3D0F07C; Fri, 1 Jun 2018 14:59:55 +0000 (UTC) From: Jan Beich To: Mahmoud Al-Qudsi Cc: freebsd-ports@freebsd.org Subject: Re: Dropping pxz port? References: Date: Fri, 01 Jun 2018 16:59:50 +0200 In-Reply-To: (Mahmoud Al-Qudsi's message of "Thu, 31 May 2018 22:55:54 -0500") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 14:59:55 -0000 Mahmoud Al-Qudsi writes: > Hello all, > > The pxz port is badly created (installing the package pulls in the > entire gcc6 suite and gcc-ecj, just to deploy the binary), and ends up > needing over 500mib of space for a very simple utility. OpenMP on FreeBSD is a bit of PITA: - base/ system on Clang archs doesn't provide libomp or libgomp - libomp from LLVM openmp is guaranteed to be available only on amd64 - USES=compiler:openmp doesn't know about LLVM openmp (bug 210337) archivers/pxz supports non-OpenMP by removing -fopenmp from CFLAGS. > I was about to fix it when I found out that upstream pxz is both > abandoned and broken ([0], and in particular, [1]). Perhaps it should > be dropped? Maybe. /usr/bin/xz --threads=NUM is supported on all FreeBSD releases.