1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Simon Barner
a6bb9d4d05 - 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)
2005-03-08 17:25:54 +00:00
Simon Barner
b29a5a553e - 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)
2005-03-07 10:29:37 +00:00
Sergey Matveychuk
19acb22d90 - 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)
2004-12-24 12:23:12 +00:00
Ying-Chieh Liao
7baacd2bb2 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
2004-02-20 05:32:21 +00:00
Ying-Chieh Liao
60c7cfba2c utilize DOCSDIR & EXAMPLESDIR, and sort it 2003-11-10 06:02:10 +00:00
Ying-Chieh Liao
d3c5220ca4 unbreak
upgrade to 1.30.2

PR:		58168
Submitted by:	Keishi Katoux <k-shi_freebsd@k2factory.org>
Approved by:	maintainer timeout
2003-11-10 05:52:33 +00:00
Jacques Vidrine
e98057da52 - 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)
2003-07-18 14:13:11 +00:00
Johann Visagie
ad6130cc7f - 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)
2002-11-06 13:54:17 +00:00
Ying-Chieh Liao
402372fe49 If port is built with WITHOUT_PYTHON set, don't include Python libraries in
package list

PR:		38580
Submitted by:	maintainer
2002-05-27 02:42:11 +00:00
David W. Chapman Jr.
fc744259aa Update to latest(1.28.0)
PR:		38455
Submitted by:	maintainer
2002-05-23 15:07:59 +00:00
Akinori MUSHA
f2b67af22b Add boost, free peer-reviewed portable C++ source libraries.
PR:		ports/33634
Submitted by:	Paul Marquis <pmarquis@pobox.com>
2002-01-15 03:39:11 +00:00