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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/qtcreator/files/patch-src__shared__qbs__src__lib__parser__qmljs.g

Number of commits found: 2

Wednesday, 14 Jan 2015
23:01 rakuco search for other commits by this committer
Update to 3.3.0.

A lot of patches can be removed, and the only ones left are backported from
upstream. The port now uses Qt5 instead of Qt4, and should finally be
MAKE_JOBS_SAFE.

Other smaller changes:
* The paths for gnuplot and ant in the sed calls in the Makefile were wrong,
  and have been fixed.
* There was no explanation for why "CONFIG+=configure" was required in
  QMAKE_ARGS, so it has been removed.

Huge thanks to Tobias Berner for working on this and following my picky
suggestions!

PR:		196167
Submitted by:	Tobias C. Berner <tcberner@gmail.com>
Original commitRevision:377057 
Sunday, 4 May 2014
12:20 rakuco search for other commits by this committer
Add upstream patch that fixes the build on -CURRENT.

In file included from
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/language/itemreader.cpp:36:
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17:
error: logical not is only applied to the left hand side of this comparison
[-Werror,-Wlogical-not-parentheses]
            if (! d.kind == DiagnosticMessage::Warning)
                ^        ~~
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17:
note: add parentheses after the '!' to evaluate the comparison first
            if (! d.kind == DiagnosticMessage::Warning)
                ^
                  (                                   )
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17:
note: add parentheses around left hand side expression to silence this warning
            if (! d.kind == DiagnosticMessage::Warning)
                ^
                (       )
1 error generated.

MFH:		2014Q2
Original commitRevision:352943 

Number of commits found: 2