From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 21:32:22 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA2C16A4CE; Thu, 19 Feb 2004 21:32:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEF143D2F; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1K5WMGe005523; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1K5WMEE005510; Thu, 19 Feb 2004 21:32:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200402200532.i1K5WMEE005510@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 19 Feb 2004 21:32:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boost Makefile distinfo pkg-plist patch-tools::build::v1::allyourbase.jam patch-tools::build::v1::gcc-tools.jam ports/devel/boost/scripts do-install X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 05:32:22 -0000 ijliao 2004/02/19 21:32:22 PST FreeBSD ports repository Modified files: devel/boost Makefile distinfo pkg-plist Added files: devel/boost/files patch-libs::test:src::test_tools.cpp patch-tools::build::v1::allyourbase.jam patch-tools::build::v1::boost-base.jam patch-tools::build::v1::gcc-tools.jam devel/boost/scripts do-install Log: upgrade to 1.31.0 - builds the most recent boost version (1.31.0) - respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part go to Craig Rodrigues ) - builds all boost libraries - installs docs into DOCSDIR, and examples into EXAMPLESDIR (as before), but the hyperlinks to the example files are corrected (pls. report if you find some broken links) - has new various tunable options, such as o WITH_DEBUG o WITHOUT_THREAD o WITH_OPTIMIZED_CFLAGS o VERBOSE_BUILD - forced major numbers for shared libraries (everything defaults to .so.1, and is symlinked to .so) - installs the possible versions of the libraries (w/ or w/o debugging or threading support) with the same suffix- and prefix-less name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset, debugging info and single threaded) and libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi threaded), there now is only libboost_filesystem.so.1. PR: 63100 Submitted by: maintainer Revision Changes Path 1.15 +110 -37 ports/devel/boost/Makefile 1.6 +2 -1 ports/devel/boost/distinfo 1.1 +11 -0 ports/devel/boost/files/patch-libs::test:src::test_tools.cpp (new) 1.1 +11 -0 ports/devel/boost/files/patch-tools::build::v1::allyourbase.jam (new) 1.1 +14 -0 ports/devel/boost/files/patch-tools::build::v1::boost-base.jam (new) 1.1 +22 -0 ports/devel/boost/files/patch-tools::build::v1::gcc-tools.jam (new) 1.8 +1712 -1273 ports/devel/boost/pkg-plist 1.1 +53 -0 ports/devel/boost/scripts/do-install (new)