From owner-freebsd-ports@freebsd.org Mon Mar 6 00:12:36 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C08CFA9FA for ; Mon, 6 Mar 2017 00:12:36 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 990D01381 for ; Mon, 6 Mar 2017 00:12:35 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=nthYGZAegEaxRx+5FyRe/+DmaBiP3TzsZG4qP2/5tCU=; b=u2KE/spY+h8DqT7oCDhvHCf/41ieNv5H8qUDTFpG/HOV4sj14I3/YEeOyY2HkhMRhuhSX+X8wVIBFtIXaMKuvYgpABcy/2SraF7ongndN5suOC+MTOENa5R0A5Zjfx1i9ZRV/c1eud5moavm20NINNdHXqg8sK+VEcJYjh3Nzl0=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ckgGO-0001Oj-SE for freebsd-ports@freebsd.org; Mon, 06 Mar 2017 01:12:32 +0100 Received: from 91-115-90-37.adsl.highway.telekom.at ([91.115.90.37] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ckgGO-000839-Py for freebsd-ports@freebsd.org; Mon, 06 Mar 2017 01:12:32 +0100 To: freebsd-ports@freebsd.org References: <1488758782.108559.901300512.27398E46@webmail.messagingengine.com> Subject: Re: archivers/libarchive fails to build From: Walter Schwarzenfeld Message-ID: Date: Mon, 6 Mar 2017 01:12:28 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488758782.108559.901300512.27398E46@webmail.messagingengine.com> X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 00:12:36 -0000 The old problem Either you deinstall lzmalib or add to the Makefile .if ${OSVERSION} < 1000000 CFLAGS+= "-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" .endif https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437