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/kdevelop-kde4/pkg-plist

Number of commits found: 16

Tuesday, 3 Jan 2017
10:06 tcberner search for other commits by this committer
Update Kdevelop to 4.7.4

This is a bug-fix release:
https://www.kdevelop.org/news/kdevelop-474-released

Submitted by:	Adriaan de Groot <groot@kde.org>
Reviewed by:	tcberner
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9006
Original commitRevision:430451 
Friday, 15 Apr 2016
13:40 rakuco search for other commits by this committer
Update KDevelop to 4.7.3 and KDevplatform to 1.7.3.

Release announcements:
- https://www.kdevelop.org/kde4/kdevelop-472-released
- https://www.kdevelop.org/news/kdevelop-473-release

The majority of the work here has been done by Adriaan de Groot in kde@'s
experimental area51 repository.

Submitted by:	Adriaan de Groot <groot@kde.org>
Original commitRevision:413341 
Tuesday, 15 Mar 2016
12:35 rakuco search for other commits by this committer
Change header installation location for kdelibs4-based ports.

Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
Original commitRevision:411156 
Saturday, 21 Feb 2015
22:53 rakuco search for other commits by this committer
Update KDevelop to 4.7.1.

Release notes: https://www.kdevelop.org/47/kdevelop-471-released
Original commitRevision:379563 
Thursday, 4 Dec 2014
19:03 alonso search for other commits by this committer
Update kdevelop to version 4.7.0

Merge the area51's revisions 10454, 10455, 10485 (partially) and 10486:

Revision Log

  Revision 10454: Fix options

    Run-Time references on Okteta/Kasten used to be emited independend of
    the OKTETA option switch, if Okteta/Kasten was installed on the system
    at build time.

    Honour the option and force CMake to ignore the presence of Okteta by
    specifying KDE's macro_optional_find_package preemptive abort macro.

  Revision 10455: Update kdevelop to version 4.7

    Okteta OPTION tracking was fixed in the last commit. Further, preemt
    the installation of okteta-specific NLS data if the OKTETA switch is
    disabled, which causes remnants. Also, remove any @dirrm and @dirrmtry
    plist statements.
    Builds and works on 10.1.

  Revision 10485 (partially): Remove kdehier references

    PORTS Revision 371194 by makc removed kdehier references from two
    ports.

    Original commit message for revision 371194:
      finance/skrooge and devel/kdevplatform:
      - Chase devel/grantlee update
      - remove deprecated USE_KDE4=kdehier

    Merge that commit, and while doing so remove any remaining kdehier
    reference on it within area51.

  Revision 10486: Add newline-at-end-of-file

In addition to those, follow up the bapt@'s CHANGES entry of 2014-09-22
and remove @dirrm plist entries lines.

Approved by:            makc (mentor), rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D1261
Original commitRevision:373980 
Monday, 27 Oct 2014
10:40 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371546 
Friday, 17 Jan 2014
20:34 makc search for other commits by this committer
- Update KDevelop ports to 4.6.0 [1]
- Convert LIB_DEPENDS to new style
- Use options helpers
- Change DIST_SUBDIR (imitate upstream, as we do it already for KDE SC)

devel/kdevelop-kde4:
- Remove useless LATEST_LINK
- Drop deprecated sharedmime from USE_KDE4, the port is already switched
  to USES=shared-mime-info

Submitted by:	pizzamig <luca.pizzamiglio at gmail.com> via maillist [1]
Original commitRevision:340104 
Wednesday, 6 Nov 2013
14:47 rakuco search for other commits by this committer
Update KDevelop to 4.5.2.

Additionally, support staging in all ports being changed here, replace
USE_GMAKE=yes with USES=gmake and fix a typo in the CMake parameters passed
in kdevelop-kde4 when the OKTETA option is disabled.

Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
Original commitRevision:332996 
Tuesday, 2 Jul 2013
19:20 rakuco search for other commits by this committer
Update KDevelop & friends to 4.5.1 and KDevelop to 1.5.1.

Proudly presented by the KDE on FreeBSD team, with commits by makc@, rakuco@
and Schaich Alonso. Everything should build fine with both gcc and clang.
Original commitRevision:322193 
Sunday, 12 May 2013
16:16 makc search for other commits by this committer
- Add missing sharedmime to the list of USE_KDE4 components. It will be
  superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
Original commitRevision:317967 
Tuesday, 5 Feb 2013
11:38 makc search for other commits by this committer
Merge from area51 repository:
- Update ports:
	KDevelop to 4.4.1
	KDevPlatform and KDevelop-PHP to 1.4.1
- Trim Makefile header
- Convert to new options framework
- Add NSL option
- Add new port devel/kdevelop-custom-buildsystem

Courtesy of:	avilla
Original commitRevision:311702 
Saturday, 26 May 2012
23:18 rakuco search for other commits by this committer
Update KDevelop-related ports now that KDE 4.8.3 has been committed.

Special thanks to Luca Pizzamiglio <luca.pizzamiglio at gmail.com> for
working on the update to 4.3.0, which made going to 4.3.1 much easier.
Original commit
Sunday, 17 Jul 2011
16:13 avilla search for other commits by this committer
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.3.
- Update kdevelop-kde4 to 4.2.3.

Submitted by:   Raphael Kubo da Costa <kubito@gmail.com> via area51
Original commit
Friday, 25 Mar 2011
10:46 avilla search for other commits by this committer
- Update kdevelop to 4.2.0.
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0.
Original commit
Tuesday, 9 Nov 2010
01:52 avilla search for other commits by this committer
- Update kdevplatform to 1.1.0.
- Update kdevelop to 4.1.0.
- Update kdevelop-php to 1.1.0.
- Use bsd.port.options.mk.

Submitted by:   Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail
Approved by:    tabthorpe (mentor)
Original commit
Friday, 14 May 2010
05:21 fluffy search for other commits by this committer
- Please welcome the KDE4 development framework and its components by list:
    KDevPlatform-1.0.0
    KDevelop-PHP-1.0.0
    KDevelop-PHP-docs-1.0.0
    KDevelop-4.0.0

Happy updating!

/Dima, behalf of KDE@FreeBSD team
Original commit

Number of commits found: 16