notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/boost/scripts/do-install

Number of commits found: 4

Monday, 7 Mar 2005
10:29 barner search for other commits by this committer
- 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)
Original commit
Friday, 24 Dec 2004
12:23 sem search for other commits by this committer
- 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)
Original commit
Tuesday, 24 Feb 2004
05:56 ijliao search for other commits by this committer
remove obsolete extra-patch file
patch html files only if NOPORTDOCS not defined

Submitted by:   maintainer
Original commit
Friday, 20 Feb 2004
05:32 ijliao search for other commits by this committer
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
Original commit

Number of commits found: 4