From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 00:22:42 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4274106564A; Sun, 18 Sep 2011 00:22:42 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 819788FC1A; Sun, 18 Sep 2011 00:22:42 +0000 (UTC) Received: from [192.168.2.120] (mustang.douglasthrift.net [76.91.0.190]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id p8HNhuKX007087 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 17 Sep 2011 16:43:58 -0700 (PDT) (envelope-from douglas@douglasthrift.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=douglasthrift.net; s=dt-2007050501; t=1316303038; bh=dNvurHi8dooOCv5Wmudi572q/245cp3DcO83n6CybyU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=kaZdWZP88NuZMH4MT5OnMuqurRtWn1kCoI2/46sACpZasuesAIXTSOv9nqTqKWU6F wbRp49UBcnnuSy5NrRmsw== DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: x-enigmail-version:content-type:content-transfer-encoding; b=afTj56KGzSOAEpMJvQY+HaphbqfVdKvBmt4OqLxb3TxxvSkrvq4D1ApNtMUEYPrSQ JtViL8p1SB0m2etDDSWwA== Message-ID: <4E7530AB.2000805@douglasthrift.net> Date: Sat, 17 Sep 2011 16:43:39 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: gabor@FreeBSD.org X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: bsd-grep-20110912 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 00:22:42 -0000 Hello, I just ran into a problem building the latest version of bsd-grep on my VPS running FreeBSD 8.0. It looks like the conditional for using lzma from ports on systems without it in the base system is only adding the include path and not adding the library path. I was able to fix this by adding: MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" -- Douglas William Thrift