notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/kdevplatform/pkg-plist
SVNWeb

Number of commits found: 19

Mon, 15 Aug 2016
[ 15:36 tcberner search for other commits by this committer ] Original commit   Revision:420244 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
New port: devel/grantlee5 and Uses/grantlee.mk

The upcoming KDE Frameworks ports need grantlee5

*  Add devel/grantlee5 and move installed headers into a subdirectory
include/grantlee5
*  Move header files from devel/grantlee into a subdirectory
       include/grantlee4
   to make sure ports do not pick up the wrong headers
*  Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
   by ports using grantlee (before we set the PLIST_SUB manual in very
   of the depending ports, which now should not be needed anymore).
*  The ports depending on devel/grantlee have been modified from
      LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
   to
      USES=grantlee:4
   as this does not affect the package no version bumped was made.

Reviewed by:    mat, rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7434
Sun, 5 Jun 2016
[ 16:43 pi search for other commits by this committer ] Original commit   Revision:416400
devel/kdevplatform: remove wrongly used PLIST_SUB from pkg-plist

PR:		210052
Submitted by:	Ralf Nolden <nolden@kde.org> (kde)
Fri, 15 Apr 2016
[ 13:40 rakuco search for other commits by this committer ] Original commit   Revision:413341 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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>
Tue, 15 Mar 2016
[ 12:35 rakuco search for other commits by this committer ] Original commit   Revision:411156 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 21 Feb 2015
[ 22:53 rakuco search for other commits by this committer ] Original commit   Revision:379563
Update KDevelop to 4.7.1.

Release notes: https://www.kdevelop.org/47/kdevelop-471-released
Thu, 4 Dec 2014
[ 19:03 alonso search for other commits by this committer ] Original commit   Revision:373980 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 27 Oct 2014
[ 10:40 bapt search for other commits by this committer ] Original commit   Revision:371546 (Only the first 10 of 272 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Tue, 18 Feb 2014
[ 14:24 makc search for other commits by this committer ] Original commit   Revision:344894
finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
Fri, 17 Jan 2014
[ 20:34 makc search for other commits by this committer ] Original commit   Revision:340104 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- 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]
Wed, 6 Nov 2013
[ 14:47 rakuco search for other commits by this committer ] Original commit   Revision:332996 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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>
Tue, 2 Jul 2013
[ 19:20 rakuco search for other commits by this committer ] Original commit   Revision:322193 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 5 Feb 2013
[ 11:38 makc search for other commits by this committer ] Original commit   Revision:311702 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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
Sat, 26 May 2012
[ 23:18 rakuco search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 10 Apr 2011
[ 08:46 makc search for other commits by this committer ] Original commit 
Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE
Sat, 9 Apr 2011
[ 09:31 avilla search for other commits by this committer ] Original commit 
- Update kdevelop to 4.2.2.
- Update kdevplatform and kdevelop-php to 1.2.2.
Fri, 25 Mar 2011
[ 10:46 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update kdevelop to 4.2.0.
- Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0.
Tue, 9 Nov 2010
[ 01:52 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 15 May 2010
[ 16:05 fluffy search for other commits by this committer ] Original commit 
- Make QAT happy, remove extra @dirrmtry

Noticed by:     QAT
Fri, 14 May 2010
[ 05:21 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- 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

Number of commits found: 19