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: x11-toolkits/fox17/files/patch-include_FXParallel.h

Number of commits found: 2

Thursday, 31 Jul 2014
12:51 gahr search for other commits by this committer
- Update to 1.7.49

  Changes:

  * Major API changes to FXThreadPool: mostly, much more sane
    implementation, and optional FXCompletion parameter passed to perform
    wait on subset of tasks; see FXCompletion notes below.
  * Added FXCompletion synchronization object. FXCompletion is now used in
    FXTaskGroup, FXThreadPool, but can also be used in your own programs
    whenever one thread needs to await the completion of multiple worker
    threads.
  * Fixed bug in FXJSON parser: properly stop parsing at offending
    character.
  * Byte order mark handling fix in FXJSON parser.
  * Added toChars() API to FXVariant; it returns empty string unless variant
    is of type string. This is very similar to asChars(), except that
    toChars() is safe (always returns a non-NULL pointer).
  * Renamed toPointer() to toPtr() in FXVariant for consistency.
  * FXParallel implementation changes: don't kick off tasks via FXThreadPool
    in ParallelFor if there's only one task. Also, split ParallelFor into a
    number of pieces corresponding to the number of threads available in the
    FXThreadPool, unless this number is passed explicitly.
  * Ensured FXParallelForFunctor's are aligned in ParallelFor.
  * Updated VC++ 2008 Visual Studio project files.

- Remove a patch that was applied upstream
Original commitRevision:363582 
Tuesday, 15 Jul 2014
12:42 gahr search for other commits by this committer
- Update to 1.7.48
  Changes:

  * Added verbose option to reswrap.
  * Updated BMP loader routines, some bullet-proofing against malicious
    bitmap files.
  * Changes in FXVariant: operator bool returns true for non-zero numerical
    values, non-empty arrays or non-empty dictionaries. It only returns
    false if the variant is FXVariant::null. This new interpretation strokes
    much better with common usage patterns.
  * Added asChars() API to FXVariant.
  * FXPtrList now index with FXival.
  * Print routines fxprintf() are now supporting NaN and Inf printouts. Also
    fixed -0 printout.
  * Change in FXThreadPool::wait() routine: now waits till all jobs are
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:361913 

Number of commits found: 2