Commit Graph

73 Commits

Author SHA1 Message Date
Tony Theodore fdd5b9f7aa boost: update 1.57.0 --> 1.60.0
tested on all four targets
2015-12-25 20:43:53 +11:00
Tony Theodore d08148a0da Revert "boost pthreads qt sdl: disable cmake tests"
This reverts commit f1dd70802a.
2015-10-17 11:53:28 +11:00
Tony Theodore f1dd70802a boost pthreads qt sdl: disable cmake tests
see #909
2015-10-08 09:20:17 +11:00
Tony Theodore ee5db756fa boost pthreads sdl: tidy up cmake tests
closes #887
2015-10-04 16:01:18 +11:00
Tony Theodore 8a2cbf2c28 boost: add cmake test 2015-10-02 22:53:29 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore 44438d6e6a boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of $(CMAKE_TOOLCHAIN_FILE)
Fixes #823
2015-09-12 13:43:05 +10:00
Rashad 29f8a03509 do not turn on c++11 for boost 2015-06-09 03:43:35 +02:00
Tony Theodore 51089b944d boost: really fix naming convention and removal of previous libs
The `runtime-link` option is redundant as the build will default
to `link`. All the option does is to cause the mangling of
library names and can be removed.

Fixes #573 and #580
2014-12-09 21:18:52 +11:00
Tony Theodore 7f96b7aa8b Revert "boost:fix for naming convention and removal of previous libs"
This reverts commit 2ff374c64e.
2014-12-09 21:16:46 +11:00
Tony Theodore 3c67cefde7 boost hdf5 pkgconf qt: move cmake variables to respective packages 2014-12-08 20:22:39 +11:00
Tony Theodore 2ff374c64e boost:fix for naming convention and removal of previous libs 2014-12-07 04:22:19 +11:00
Tony Theodore 37c3c01025 boost: fixes for v1.57 update 2014-12-05 21:48:18 +11:00
Tony Theodore fc36ca160a boost: update
breaks luabind but all other deps (armadillo assimp cgal json_spirit openscenegraph pcl wt xmlwrapp) okay
2014-12-01 23:43:14 +11:00
Timothy Gu bf20d7a80d boost: fix directory quoting
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-15 19:58:23 -07:00
Timothy Gu 46c9b6d464 boost: add $(BUILD_SHARED) guards to the `mv` of DLLs
Fixes #457.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-11 12:04:16 -07:00
Timothy Gu 802de6f766 boost: install DLLs to bin/
Fixes #375.
See   #393.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-07 20:07:55 -07:00
Tony Theodore f60e514c3e Merge branch 'stable' 2014-04-05 19:32:08 +11:00
Tony Theodore 1d8be107fe package boost: disable icu 2014-04-05 19:31:09 +11:00
Tobias Gruetzmacher 2ce8d4788f Package boost: Enable shared builds 2014-03-08 16:33:01 +11:00
Tony Theodore e6495848ce package boost: use $(TARGET)-ranlib in user.config.jam 2014-02-11 12:54:34 +11:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Mark Brand 76bde61023 update package boost 2013-02-04 23:06:41 +01:00
Mark Brand a63908439a update package boost 2012-11-05 21:21:19 +01:00
Mark Brand 4ac0644924 update package boost 2012-08-25 22:21:28 +02:00
Mark Brand 2f3bb0e455 update package boost 2012-07-01 20:41:23 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand 2a213a5d6b update package boost 2012-02-25 08:49:27 +01:00
Mark Brand cbc357c55b update package boost 2011-11-15 21:30:15 +01:00
Mark Brand f70510876e upgrade package boost 2011-07-12 12:53:22 +02:00
Volker Grabsch 1f31555530 provide a faster version recognition for package boost 2011-05-17 14:10:53 +02:00
Mark Brand 88167c8ba2 upgrade package boost 2011-03-13 20:20:56 +01:00
Lothar May a2e784c1fa upgrade package boost 2011-02-21 20:17:01 +01:00
Mark Brand 0d20234f54 remove $($PKG)_SUBDIR) from FILE and URL defintions
For now this means a bit of duplication, but if the remaining
references to SUBDIR can be dealt with, we should be able
to get rid of the SUBDIR defintion altogether.
2010-12-12 01:16:13 +01:00
Volker Grabsch 9c11e9e39b improved update script of packages: boost cppunit cunit expat freetype glew pcre pdcurses wxwidgets 2010-12-01 03:44:21 +01:00
Volker Grabsch 823239c2ab improved update script of package boost 2010-12-01 03:34:13 +01:00
Lothar May 19aae653a9 upgrade package boost 2010-11-20 20:31:57 +01:00
Volker Grabsch a0b971abe8 improved version recognition of packages: boost gmp plotutils vmime 2010-10-27 15:19:28 +02:00
Lothar May df9c04c833 fixed build command of test program of package boost 2010-10-23 01:20:59 +02:00
Mark Brand 10b237f4c0 fixed sourceforge URLs in UPDATE macros 2010-09-09 21:24:32 +02:00
Mark Brand 5f0570c11b update package boost 2010-09-03 16:51:59 +02:00
Volker Grabsch b7ef3664ea improved version recognition of packages: boost freetype gcc glew libgee mingwrt openssl pcre pdcurses w32api wxwidgets 2010-06-04 23:05:41 +02:00
Volker Grabsch 40f4cf1fbf improved coding style in package boost 2010-05-14 19:53:19 +02:00
Mark Brand c25a0e0ccf upgrade packages boost gdal glew gst-plugins-base gstreamer gtk libgpg_error libgsf libpng librsvg libunistring taglib 2010-05-12 01:48:28 +02:00