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-php/Makefile

Number of commits found: 34

Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Original commitRevision:461375 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Original commitRevision:444324 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
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 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Wednesday, 25 May 2016
20:56 rene search for other commits by this committer
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
Original commitRevision:415864 
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 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Tuesday, 9 Dec 2014
07:39 alonso search for other commits by this committer
Fix build of kdevelop on FreeBSD8 and 9

devel/kdevplatform requires a c++11 conformant compiler and runtime
libraries. Further, it exposes these requirements to its consumer
PORTS by exposing c++11 stl interfaces in its header files.

Also, devel/kdevelop requires a c++11 runtime library by its usage of
initializer lists on top of its kdevplatform consumage.

Have the kdevplatform, kdevelop and kdevelop-php PORTS require a
corresponsing toolchain by USEing compiler:c++11-lib

While here, add cmake:outsource to these ports.

PR:		195742
Approved by:	rakuco (mentor)
Original commitRevision:374350 
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 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Tuesday, 29 Jul 2014
21:07 adamw search for other commits by this committer
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363392 
Sunday, 13 Jul 2014
23:02 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361721 
Tuesday, 18 Feb 2014
14:31 makc search for other commits by this committer
- Bump PORTREVISION after KDE4_PREFIX change
Original commitRevision:344898 
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 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 22 Mar 2013
13:41 makc search for other commits by this committer
- Get rid of no longer needed KDE4_BUILDENV
- Convert USE_CMAKE to USES
Original commitRevision:314932 
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 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
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
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Sunday, 12 Feb 2012
20:19 pav search for other commits by this committer
- Not really MAKE_JOBS_SAFE

Reported by:    pointyhat
Original commit
Friday, 20 May 2011
13:09 makc search for other commits by this committer
Add USE_GMAKE to fix build [1]
Remove excessive Qt4 components and needless KDE4_BUILDENV

Reported by:    Pav/pointyhat [1]
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: 34