| non port: devel/boost/Makefile |
|
CVSWeb
|
Number of commits found: 41 |
|
Fri, 25 Jul 2008
|
[ 10:38 pav ]
1.58 databases/clip/Makefile
1.83 databases/fastdb/Makefile
1.60 databases/firebird-server/Makefile
1.65 databases/firebird2-server/Makefile
1.22 databases/py-MySQL/Makefile
1.15 databases/py-PySQLite10/Makefile
1.19 databases/py-PySQLite11/Makefile
1.32 deskutils/abacus/Makefile
1.14 deskutils/checkrdf/Makefile
1.6 deskutils/xfce4-notification-daemon/Makefile
(Only the first 10 of 38 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
|
Sat, 19 Apr 2008
|
[ 12:27 barner ]
1.40 devel/boost/Makefile
- Enable build on powerpc by correctly setting up bjam path
PR: ports/12287
Submitted by: Peter Grehan
|
|
Mon, 13 Aug 2007
|
[ 20:46 barner ]
1.39 devel/boost/Makefile
1.13 devel/boost/distinfo
1.2 devel/boost/files/patch-boost_detail_atomic_count_gcc.hpp
1.18 devel/boost/pkg-plist
- Update to Boost 1.34.1. Bug fix release, see [1] for the complete list
of changes.
- Mark boost-1* and boost-python-1* mutually conflicting [2]
Submitted by: thierry [2]
[1] http://svn.boost.org/trac/boost/query?status=closed&milestone=Boost+1.34.1
|
|
Wed, 4 Jul 2007
|
[ 16:09 barner ]
1.2 devel/boost/files/FBSD4-patch-libs_serialization_src_stl_port.cpp
1.38 devel/boost/Makefile
1.12 devel/boost/distinfo
1.1 devel/boost/files/patch-boost_detail_atomic_count_gcc.hpp
1.2 devel/boost/files/patch-boost_regex_pending_object_cache.hpp
1.2 devel/boost/files/patch-boost_regex_v4_cpp_regex_traits.hpp
1.2 devel/boost/files/patch-boost_regex_v4_w32_regex_traits.hpp
1.1 devel/boost/files/patch-libs_regex_build_Jamfile.v2
1.2 devel/boost/files/patch-tools::build::v1::boost-base.jam
1.2 devel/boost/files/patch-tools::build::v1::gcc-stlport-tools.jam
(Only the first 10 of 15 ports in this commit are shown above. )
Update to boost 1.34.0:
- ChangeLog: http://lists.boost.org/boost-announce/2007/05/0131.php
- Uses Boost.Build v2
- Fixes build g++ 4.2 (and there for on 7-CURRENT)
- Port respects CXXFLAGS unless the WITH_OPTIMIZED_CFLAGS option is set
that enables -O3 optimization and full inlining
Requested by: many
PR: ports/113474 (resolved)
Obtained from:
http://boost.cvs.sourceforge.net/boost/boost/boost/detail/atomic_count_gcc.hpp?r1=1.5&r2=1.5.8.1
via pav
|
|
Wed, 28 Mar 2007
|
[ 10:39 barner ]
1.37 devel/boost/Makefile
Make fetchable again (MASTER_SITE_SUBDIR was accidentally deleted in last
commit).
Reported by: Bill Fenner's distfile script
|
|
Tue, 6 Mar 2007
|
[ 05:58 barner ]
1.2 devel/boost/files/FBSD4-patch-boost_archive_detail_oserializer.hpp
1.2 devel/boost/files/FBSD4-patch-boost_detail_utf8_codecvt_facet.hpp
1.2 devel/boost/files/FBSD4-patch-boost_test_impl_test_tools.ipp
1.3 devel/boost/files/FBSD4-patch-libs::serialization::build::Jamfile
1.3 devel/boost/files/FBSD5-patch-boost::python::detail::config.hpp
1.1311 MOVED
1.2675 devel/Makefile
1.2 devel/boost-gcc3/Makefile
1.36 devel/boost/Makefile
1.11 devel/boost/distinfo
(Only the first 10 of 14 ports in this commit are shown above. )
- Remove support for FreeBSD 4.
- Remove devel/boost-gcc3, since it's only usefull on 4.x
- Minor portlint tweaks.
|
|
Fri, 22 Sep 2006
|
[ 23:22 mi ]
1.35 devel/boost/Makefile
1.20 devel/icu/Makefile
1.15 textproc/xalan-c/Makefile
1.23 textproc/xerces-c2/Makefile
1.8 devel/icu/distinfo
1.3 devel/icu/files/patch-aa
1.4 devel/icu/pkg-descr
1.7 devel/icu/pkg-plist
Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- using
threads is broken on ia64 (marcel is investigating) and seems useless
elsewhere.
Filter `-funroll-loops' out of CFLAGS for now -- it seems to cause
miscompilation occasionally.
Correct the dependencies to stop requiring a particular version number
of the ICU's libraries to ease future upgrades.
|
|
Thu, 31 Aug 2006
|
[ 12:17 barner ]
1.34 devel/boost/Makefile
1.15 devel/boost/pkg-plist
- libbgl-wiz requires spirit-1.8, so don't build it on FreeBSD 4 unless
gcc-3.4 is used [1]. This fixes the build on FreeBSD 4.x.
- Install libboost_serialization.so as libboost_serialization.so.3 and
create a symlink. [2]
Reported by: many [1], bmah [2]
PR: ports/102524
|
|
Tue, 1 Aug 2006
|
[ 20:25 barner ]
1.33 devel/boost/Makefile
1.1 devel/boost/files/patch-boost_regex_pending_object_cache.hpp
1.1 devel/boost/files/patch-boost_regex_v4_cpp_regex_traits.hpp
1.1 devel/boost/files/patch-boost_regex_v4_w32_regex_traits.hpp
- Fix const-correctness bug in Boost.Regex-1.33.x
that strikes only in multithreaded programs on Unix platforms, if:
* Multiple threads construct regexes concurrently, or
* Multiple threads perform search and replace operations concurrently.
- Bump PORTREVISION (threads are enabled in the port's default configuration)
Submitted by: John Maddock <john@johnmaddock.co.uk> via boost-announce
Found by: Aleksey Sanin
See also: http://lists.boost.org/boost-announce/2006/08/0097.php
|
|
Thu, 20 Jul 2006
|
[ 20:18 barner ]
1.32 devel/boost/Makefile
1.1 devel/boost/files/patch-libs_random_random_device.cpp
1.2 devel/boost/pkg-descr
1.14 devel/boost/pkg-plist
- Build libbgl-viz.a (needed to use the GraphViz reader)
- Build librandom_device.a (needed to use certain PRG algorithms that
rely on /dev/urandom)
- Remove former maintainer from pkg-descr
- Bump PORTREVISION
Requested by: Fernando Herrero Carrón <fernando.herrero@uam.es>
|
|
Thu, 4 May 2006
|
[ 22:41 edwin ]
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
|
Sat, 10 Dec 2005
|
[ 16:51 barner ]
1.1 devel/boost/files/FBSD4-patch-boost_archive_detail_oserializer.hpp
1.30 devel/boost/Makefile
1.10 devel/boost/distinfo
1.13 devel/boost/pkg-plist
Update to Boost 1.33.1:
* Bugfix release
* ChangeLog at https://sourceforge.net/forum/forum.php?forum_id=517679
|
|
Tue, 22 Nov 2005
|
[ 11:17 barner ]
1.29 devel/boost/Makefile
Avoid duplicate LASTEST_LINKs by conditionally modifing PKGNAMESUFFIX,
resulting in boost-python-gcc3 (if the boost port is built on 4.x from
devel/boost-gcc3 (which implies WITH_PYTHON)).
|
[ 11:03 barner ]
1.28 devel/boost/Makefile
Mark the devel/boost-gcc3 slave port IGNORE on FreeBSD >= 5.
|
|
Mon, 14 Nov 2005
|
[ 18:26 barner ]
1.27 devel/boost/Makefile
Keep up with devel/icu shared lib version bump.
Submitted by: Vladimir Guzma <vladimir.guzma@tut.fi>
PR: ports/89009
|
|
Wed, 9 Nov 2005
|
[ 14:30 barner ]
1.2 devel/boost/files/FBSD4-patch-boost::program_options::detail::utf8_codecvt_facet.hpp
1.1 devel/boost/files/FBSD4-patch-boost_detail_utf8_codecvt_facet.hpp
1.1 devel/boost/files/FBSD4-patch-boost_test_impl_test_tools.ipp
1.2 devel/boost/files/FBSD4-patch-libs::serialization::build::Jamfile
1.1 devel/boost/files/FBSD4-patch-libs_serialization_src_stl_port.cpp
1.2 devel/boost-python/Makefile
1.26 devel/boost/Makefile
1.8 devel/boost/distinfo
1.3 devel/boost/files/patch-boost::config::platform:bsd.hpp
1.3 devel/boost/files/patch-tools::build::v1::allyourbase.jam
(Only the first 10 of 11 ports in this commit are shown above. )
- Update to Boost 1.33.0
* Boost.Regex now supports the ICU unicode library
* Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1]
* For changes to the Boost libraries see their specific ChangeLogs
in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/
* Bump shared library version to 3
PR: ports/88014 [1]
Submitted by: Václav Haisman [1]
|
|
Mon, 21 Mar 2005
|
[ 18:04 barner ]
1.25 devel/boost/Makefile
- Don't install symlinks to shared libraries that are not installed.
Specifically, this is about the !WITH_PYTHON and !WITH_THREADS cases.
- This fixes the plist again.
Reported by: kris via pointyhat
Approved by: arved (mentor)
|
|
Wed, 9 Mar 2005
|
[ 13:03 barner ]
1.24 devel/boost/Makefile
- no python implies no pyste (fix conditionally created plist) [1]
- document WITH_PYSTE knob
Pointed out by: lofi [1]
Approved by: arved (mentor)
|
|
Tue, 8 Mar 2005
|
[ 17:25 barner ]
1.23 devel/boost/Makefile
1.11 devel/boost/pkg-plist
- Add WITH_PYSTE knob in oder to keep the list of dependencies smaller for the
WITH_PYTHON case. WITH_PYSTE implies WITH_PYTHON. [1]
- Print frame around pkg-message in order to attract the user's attention.
Requested by: nectar [1]
Approved by: arved (mentor)
|
|
Mon, 7 Mar 2005
|
[ 10:29 barner ]
1.22 devel/boost/Makefile
1.4 devel/boost/scripts/do-install
1.1 devel/boost/pkg-message.python
1.1 devel/boost/pkg-message.stlport
1.1 devel/boost/pkg-message.threads
1.10 devel/boost/pkg-plist
- Install pyste, a interface generator for Boost.Python
This adds two run time dependecies in the WITH_PYTHON case:
* devel/gccxml
* devel/py-elementtree
This was requested in [1].
- Add pkg-message to help developers getting started with boost:
Give suggestions for CFLAGS and LDFLAGS for the following build
options:
* BOOST_THREADS: pkg-message.threads
* WITH_PYTHON: pkg-message.python
* stlport (4.x): pkg-message.stlport
- remove pkg-install script and perform installation in Makefile
PR: ports/77640 [1]
Approved by: arved (mentor)
|
|
Mon, 28 Feb 2005
|
[ 13:05 barner ]
1.2 audio/p5-Audio-WMA/Makefile
1.2 audio/p5-Ogg-Vorbis-Header/Makefile
1.21 devel/boost/Makefile
1.4 devel/callgrind/Makefile
1.4 devel/kcachegrind/Makefile
1.4 devel/stlfilt/Makefile
1.11 devel/valgrind-snapshot/Makefile
1.13 devel/valgrind/Makefile
1.11 editors/mlview/Makefile
1.13 games/clanbomber/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Change email address in ports maintained by me to barner@FreeBSD.org
Approved by: arved (mentor)
|
|
Sat, 12 Feb 2005
|
[ 21:11 thierry ]
1.20 devel/boost/Makefile
1.2 devel/boost/files/patch-boost::config::platform:bsd.hpp
Unbreak devel/monotone on FreeBSD-5.3.
Bump PORTREVISION.
PR: ports/76730
Submitted by: Mark A. Wicks and maintainer
Obtained from: Boost CVS repository.
|
|
Fri, 24 Dec 2004
|
[ 12:23 sem ]
1.1 devel/boost/files/FBSD4-patch-boost::program_options::detail::utf8_codecvt_facet.hpp
1.1 devel/boost/files/FBSD4-patch-libs::serialization::build::Jamfile
1.1 devel/boost/files/FBSD5-patch-boost::python::detail::config.hpp
1.1779 devel/Makefile
1.1 devel/boost-python/Makefile
1.19 devel/boost/Makefile
1.17 devel/spirit/Makefile
1.7 devel/boost/distinfo
1.10 devel/spirit/distinfo
1.3 devel/boost/scripts/do-install
(Only the first 10 of 20 ports in this commit are shown above. )
- Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now
PR: ports/75377
Submitted by: Simon Barner <barner(at)gmx.de> (maintainer)
|
|
Tue, 24 Aug 2004
|
[ 21:05 sem ]
1.18 devel/boost/Makefile
Move to OPTIONS.
PR: ports/70898
Submitted by: maintainer
|
|
Sat, 29 May 2004
|
[ 22:06 pav ]
1.17 devel/boost/Makefile
- Fix build on alpha
PR: ports/67338
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
|
|
Mon, 8 Mar 2004
|
[ 15:02 arved ]
1.16 devel/boost/Makefile
Fix build on IA64
PR: 63903
Submitted by: Simon Barner <barner@in.tum.de>
|
|
Fri, 20 Feb 2004
|
[ 05:32 ijliao ]
1.15 devel/boost/Makefile
1.6 devel/boost/distinfo
1.1 devel/boost/scripts/do-install
1.1 devel/boost/files/patch-libs::test:src::test_tools.cpp
1.1 devel/boost/files/patch-tools::build::v1::allyourbase.jam
1.1 devel/boost/files/patch-tools::build::v1::boost-base.jam
1.1 devel/boost/files/patch-tools::build::v1::gcc-tools.jam
1.8 devel/boost/pkg-plist
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
|
|
Tue, 17 Feb 2004
|
[ 05:36 kris ]
1.14 devel/boost/Makefile
FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}
|
|
Thu, 15 Jan 2004
|
[ 13:41 netchild ]
1.13 devel/boost/Makefile
Simon Barner has agreed to maintain this port.
Approved by: maintainer timeout
(I've used a ~2 week timeout without an email
contact; as can be seen and I've already noticed
for another port, the maintainer is not responsive
for a much longer time)
|
|
Sun, 28 Dec 2003
|
[ 11:10 oliver ]
1.12 devel/boost/Makefile
Fix build on Alpha and Sparc arch
Approved By: maintainer timeout (2 weeks)
|
|
Thu, 20 Nov 2003
|
[ 16:11 sergei ]
1.11 devel/boost/Makefile
- Fix build (previous update was incomplete):
Do not add PYTHON_* variables to MAKE_ENV unless
WITH_PYTHON knob is enabled
- Remove spaces on empty line to please portlint
While I'm here:
- s/+=/=/ where appropriate
PR: 59255
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Approved by: maintainer's silence
|
|
Mon, 10 Nov 2003
|
[ 05:52 ijliao ]
1.10 devel/boost/Makefile
1.5 devel/boost/distinfo
1.2 devel/boost/files/gcc-custom-tools.jam
1.1 devel/boost/files/gcc-tools.jam.diff
1.2 devel/boost/files/patch-gcc.hpp
1.6 devel/boost/pkg-plist
unbreak
upgrade to 1.30.2
PR: 58168
Submitted by: Keishi Katoux <k-shi_freebsd@k2factory.org>
Approved by: maintainer timeout
|
|
Mon, 3 Nov 2003
|
[ 03:56 kris ]
1.6 audio/evilbar/Makefile
1.14 audio/spiralsynth/Makefile
1.15 audio/xmms-uade/Makefile
1.17 biology/platon/Makefile
1.28 cad/spice/Makefile
1.13 chinese/xemacs/Makefile
1.8 chinese/xmms/Makefile
1.14 databases/clip/Makefile
1.9 devel/boost/Makefile
1.7 devel/clo++/Makefile
(Only the first 10 of 62 ports in this commit are shown above. )
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
|
Sun, 12 Oct 2003
|
[ 23:32 kris ]
1.8 devel/boost/Makefile
BROKEN: Errors during build
|
|
Sat, 23 Aug 2003
|
[ 02:03 perky ]
1.42 cad/xcircuit/Makefile
1.7 devel/boost/Makefile
1.5 devel/libical/Makefile
1.235 editors/vim/Makefile
1.32 graphics/dia/Makefile
1.127 graphics/gimp-devel/Makefile
1.107 irc/xchat/Makefile
1.120 irc/xchat2/Makefile
1.21 math/vtk/Makefile
Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.
Submitted by: olgeni
|
|
Fri, 18 Jul 2003
|
[ 15:13 nectar ]
1.6 devel/boost/Makefile
1.4 devel/boost/distinfo
1.1 devel/boost/files/gcc-custom-tools.jam
1.3 devel/boost/files/patch-aa
1.1 devel/boost/files/patch-gcc.hpp
1.5 devel/boost/pkg-plist
- Update to Boost 1.30.0.
- Honor CC/CXX as best we can (bjam build system is buggy in this area)
- Pull down GCC 3.3 `support' from Boost CVS
Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer)
|
|
Fri, 21 Feb 2003
|
[ 11:23 knu ]
1.34 devel/ORBacus/Makefile
1.3 devel/aap/Makefile
1.4 devel/adabroker/Makefile
1.3 devel/agenda-headers/Makefile
1.3 devel/agenda-libs/Makefile
1.2 devel/agenda-snow-libs/Makefile
1.3 devel/agenda-static-libs/Makefile
1.6 devel/ald/Makefile
1.18 devel/amulet/Makefile
1.2 devel/antlr/Makefile
(Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
|
Wed, 6 Nov 2002
|
[ 13:54 wjv ]
1.4 devel/boost/Makefile
1.3 devel/boost/distinfo
1.4 devel/boost/pkg-plist
- Update to version 1.29.0
- Attempt to install full documentation (which is difficult to separate from
the rest of the source)
Approved by: Paul Marquis <pmarquis@pobox.com> (MAINTAINER)
|
|
Mon, 27 May 2002
|
[ 03:42 ijliao ]
1.3 devel/boost/Makefile
1.3 devel/boost/pkg-plist
If port is built with WITHOUT_PYTHON set, don't include Python libraries in
package list
PR: 38580
Submitted by: maintainer
|
|
Thu, 23 May 2002
|
[ 16:07 dwcjr ]
1.2 devel/boost/Makefile
1.2 devel/boost/distinfo
1.2 devel/boost/files/patch-aa
1.2 devel/boost/pkg-plist
Update to latest(1.28.0)
PR: 38455
Submitted by: maintainer
|
|
Tue, 15 Jan 2002
|
[ 03:39 knu ]
unknown devel/boost/Makefile
unknown devel/boost/distinfo
unknown devel/boost/files/patch-aa
unknown devel/boost/pkg-comment
unknown devel/boost/pkg-descr
unknown devel/boost/pkg-plist
Add boost, free peer-reviewed portable C++ source libraries.
|
Number of commits found: 41 |