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/attica/pkg-plist

Number of commits found: 12

Wednesday, 9 Mar 2016
15:14 rakuco search for other commits by this committer
x11-toolkits/attica: Change the location where we install its headers.

In preparation for the upcoming KDE Frameworks 5 and Plasma 5 ports, install
attica's headers into include/attica/attica instead of include/attica.

Users of attica reference the headers in the code with
    #include <attica/foo.h>
which means the compiler is passed -I${LOCALBASE}/include for the headers to
be found.

The KDE Frameworks 5 version of attica installs the headers into
include/KF5/attica, so depending on the other of the arguments the compiler
can end up being passed
    -I${LOCALBASE}/include -I${LOCALBASE}/include/KF5
leading to the wrong attica headers being used instead.

By changing the header location, we make sure one passes
-I${LOCALBASE}/include/attica to use the attica 0.4.2 headers.

The original idea and code came from Tobias Berner <tcberner@gmail.com>,
with further improvements from myself.

While here, add some comments explaining why some sed calls are made in the
post-patch target.

Last but not least, audio/tomahawk had to be patched for the attica headers
to be properly found now that they are no longer in ${LOCALBASE}/include.
The patch itself contains a larger explanation of what had to be done. All
other ports depending on x11-toolkits/attica work fine without any changes.

Submitted by:	Tobias Berner <tcberner@gmail.com> (original version)
Original commitRevision:410702 
Sunday, 25 Jan 2015
00:51 rakuco search for other commits by this committer
Remove now-redundant @dirrmtry entry from the plist.
Original commitRevision:377848 
Friday, 21 Jun 2013
11:26 rakuco search for other commits by this committer
Update to 0.4.2.
Original commitRevision:321459 
Sunday, 3 Feb 2013
20:10 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.9.5 ports!

- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
Original commitRevision:311483 
Tuesday, 15 Nov 2011
18:01 rakuco search for other commits by this committer
Update to 0.2.9.

While it does contain a few new features and headers, the main reason for the
update is that it fixes KDE bug 281850.

Approved by:    makc (mentor)
Feature safe:   yes
Original commit
Friday, 25 Mar 2011
10:17 avilla search for other commits by this committer
- Update telepathy-qt4 to 0.5.8.
- Update attica to 0.2.80.
Original commit
Saturday, 23 Oct 2010
18:48 makc search for other commits by this committer
Update to 0.2.0
Original commit
Thursday, 2 Sep 2010
21:03 makc search for other commits by this committer
Update to 0.1.4 for KDE SC 4.5
Original commit
Monday, 24 May 2010
02:55 fluffy search for other commits by this committer
- Revert attica to 0.1.3 release
- Bump PORTEPOCH

0.1.4 release is't compatible with kdebase-runtime' current implementation of
data service providers
Original commit
Saturday, 22 May 2010
08:46 fluffy search for other commits by this committer
- Update to 0.1.4 release

Fix some functions introduced in 0.1.3 release
Original commit
Tuesday, 11 May 2010
17:31 makc search for other commits by this committer
Update to 0.1.3
Original commit
12:36 fluffy search for other commits by this committer
- Add attica, the Open Collaboration Services API

With hat on:    kde@
Original commit

Number of commits found: 12