aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-12-27 20:53:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-12-27 20:53:10 +0000
commit86ee2682472d74f2435e549987e5c821d30b483c (patch)
tree7d309db59dbfd8cf86bfcd0873607f89108ed557 /devel/boost-python-libs
parent28bc6a0151f49c86aaa50cce3a596c54b5847079 (diff)
downloadports-86ee2682472d74f2435e549987e5c821d30b483c.tar.gz
ports-86ee2682472d74f2435e549987e5c821d30b483c.zip
Notes
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r--devel/boost-python-libs/distinfo6
-rw-r--r--devel/boost-python-libs/files/patch-tools_jam_src_build.jam11
2 files changed, 3 insertions, 14 deletions
diff --git a/devel/boost-python-libs/distinfo b/devel/boost-python-libs/distinfo
index f0cac289dc8f..08ccc9800da6 100644
--- a/devel/boost-python-libs/distinfo
+++ b/devel/boost-python-libs/distinfo
@@ -1,3 +1,3 @@
-MD5 (boost_1_43_0.tar.bz2) = dd49767bfb726b0c774f7db0cef91ed1
-SHA256 (boost_1_43_0.tar.bz2) = 344f100b1aa410e812cabf0e4130728a80be042bf346135516b9187853806120
-SIZE (boost_1_43_0.tar.bz2) = 33892438
+MD5 (boost_1_45_0.tar.bz2) = d405c606354789d0426bc07bea617e58
+SHA256 (boost_1_45_0.tar.bz2) = 55ed3ec51d5687e8224c988e22bef215dacce04e037d9f689569a80c4377a6d5
+SIZE (boost_1_45_0.tar.bz2) = 39330184
diff --git a/devel/boost-python-libs/files/patch-tools_jam_src_build.jam b/devel/boost-python-libs/files/patch-tools_jam_src_build.jam
index 413fef332db7..e69de29bb2d1 100644
--- a/devel/boost-python-libs/files/patch-tools_jam_src_build.jam
+++ b/devel/boost-python-libs/files/patch-tools_jam_src_build.jam
@@ -1,11 +0,0 @@
---- tools/jam/src/build.jam.orig Tue Jul 29 15:43:31 2008
-+++ tools/jam/src/build.jam Tue Nov 11 23:52:09 2008
-@@ -176,7 +176,7 @@
- ## GCC 2.x, 3.x, 4.x
- toolset gcc gcc : "-o " : -D
- : -pedantic -fno-strict-aliasing
-- [ opt --release : [ opt --symbols : -g : -s ] -O3 ]
-+ [ opt --release : [ opt --symbols : -g : -s ] -O3 -fno-strict-aliasing ]
- [ opt --debug : -g -O0 -fno-inline ]
- -I$(--python-include) -I$(--extra-include) -Wno-long-long
- : -L$(--python-lib[1]) -l$(--python-lib[2]) ;