From owner-freebsd-ports@FreeBSD.ORG Sun Jul 21 07:33:15 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5447F5A for ; Sun, 21 Jul 2013 07:33:15 +0000 (UTC) (envelope-from ace.of.zerosync@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 524E98BE for ; Sun, 21 Jul 2013 07:33:15 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ga9so2655265lab.24 for ; Sun, 21 Jul 2013 00:33:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=NYGKoaEPFhiDxYT62Hj/My6Q6jTFvvb14jQgaQky/C8=; b=AjgTOEA1Tf23nH0B/AtGnEZrqXTJ2NiU7g/jfsRHWbvcth/TX/9zoVzAY0F8vHi9sl 3MlemVSdtK3LgWx45evNEViZYMgA0pcFE7VSwl1DkrXGfn9BNylHKGX7F6s+mHPcFvIT JkVc1OXjBzs0+Hqv7qGEt32BeprSXC7KmnV034xx64Dcnou0yQnC0xVuhTYWa+25lBRH 9o2ja9X9pYYMjSE/fyl408eEL0n0hFS09zxs2Zd+tw+lkzRDMtHsc9fu/4xiIjq0g6gW ob3DMGOO5w1te7V5h8AvDcoRKNCjwK/h/5Dz6stDbY9Pob2B9K9KreWAfgnI9tT0qFwt ZSTw== X-Received: by 10.112.218.68 with SMTP id pe4mr10095222lbc.40.1374391994071; Sun, 21 Jul 2013 00:33:14 -0700 (PDT) MIME-Version: 1.0 Sender: ace.of.zerosync@gmail.com Received: by 10.114.66.164 with HTTP; Sun, 21 Jul 2013 00:32:43 -0700 (PDT) From: "M.S. Babaei" Date: Sun, 21 Jul 2013 12:02:43 +0430 X-Google-Sender-Auth: Iheh9qGVH36p5oi2lgjokQqCUWI Message-ID: Subject: boost-iostreams from ports with zlib support To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 07:33:15 -0000 Hi, I have already posted this in detail to forums.freebsd.org. http://forums.freebsd.org/showthread.php?t=40944 But, since no answer came up, I thought maybe it's better to ask for the solution here. According to the Boost documentation, http://www.boost.org/doc/libs/1_42_0/libs/iostreams/doc/classes/zlib.html# installation, zlib should be found automatically when you are building Boost if it's available on *NIX systems. I found zlib binaries and headers in the base system. So, I expect Boost to find the zlib and build zlib filters for being used with boost::iostreams. But, after building boost from ports there is no /usr/local/lib/libboost_zlib.*. So, my question is how to build Boost from ports with zlib support? Regards, M.S. Babaei