diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-20 13:32:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-20 13:32:21 +0800 |
commit | af624c84fe82a36914694b7172ab3dbb34bc61da (patch) | |
tree | 0deac1ac173aa405850c5338578ab6b100212da2 /devel/boost/distinfo | |
parent | 25648bd4e6c85c32ecc3aaa3b503a364b97b6b7b (diff) | |
download | freebsd-ports-gnome-af624c84fe82a36914694b7172ab3dbb34bc61da.tar.gz freebsd-ports-gnome-af624c84fe82a36914694b7172ab3dbb34bc61da.tar.zst freebsd-ports-gnome-af624c84fe82a36914694b7172ab3dbb34bc61da.zip |
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 <rodrigc@crodrigues.org>)
- 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
Diffstat (limited to 'devel/boost/distinfo')
-rw-r--r-- | devel/boost/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost/distinfo b/devel/boost/distinfo index f69b6e432944..244a83270fa3 100644 --- a/devel/boost/distinfo +++ b/devel/boost/distinfo @@ -1 +1,2 @@ -MD5 (boost-1.30.2.tar.gz) = 90aa1cc62f82f50a5dfa6def6a1be32f +MD5 (boost_1_31_0.tar.bz2) = 8cc183538eaa5cfc53d88d0e94bd2fd4 +SIZE (boost_1_31_0.tar.bz2) = 6979482 |