aboutsummaryrefslogtreecommitdiff
path: root/devel/kdevplatform
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=365038
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* finance/skrooge and devel/kdevplatform:Max Brazhnikov2014-02-182-2/+3
| | | | | | | - Chase devel/grantlee update Notes: svn path=/head/; revision=344894
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Fix the build with libc++ by backporting some upstream commits.Raphael Kubo da Costa2014-01-184-20/+7209
| | | | | | | | | | | | | | | | | In short, kdevplatform used to have a copy of Google's sparsehash library but had a hardcoded config.h file that assumed libstdc++ and its non-standard hash_fun.h header were used. kdevplatform master got rid of its sparsehash altogether and replaced it with some much simpler code. These change were backported by the developers after we reported our packaging/build issues. [1] - Remove patch-util__kdevplatform_shell_environment.sh, use USES=shebangfix instead and also fix kdev_format_source. PR: ports/185859 Notes: svn path=/head/; revision=340207
* - Update KDevelop ports to 4.6.0 [1]Max Brazhnikov2014-01-174-118/+61
| | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=340104
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-4/+4
| | | | Notes: svn path=/head/; revision=336253
* Update KDevelop to 4.5.2.Raphael Kubo da Costa2013-11-064-47/+90
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=332996
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update KDevelop & friends to 4.5.1 and KDevelop to 1.5.1.Raphael Kubo da Costa2013-07-026-44/+255
| | | | | | | | 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. Notes: svn path=/head/; revision=322193
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Record required USE_QT4 components (to fix build with KDE 4.10)Max Brazhnikov2013-04-031-1/+2
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315702
* - Get rid of no longer needed KDE4_BUILDENVMax Brazhnikov2013-03-221-1/+1
| | | | | | | - Convert USE_CMAKE to USES Notes: svn path=/head/; revision=314932
* Merge from area51 repository:Max Brazhnikov2013-02-057-954/+694
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=311702
* Chase boost updateBaptiste Daroussin2013-01-311-6/+3
| | | | Notes: svn path=/head/; revision=311310
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* kdevplatform, kdevelop-kde4: Really fix clang support.Raphael Kubo da Costa2012-05-303-127/+266
| | | | | | | | | | | | My original upstream commits to fix the detection of the <unordered_map> and <ext/hash_map> headers needed some fixes which were committed later. The original patches have now been replaced by all the needed commits squashed into a single 'patch-fix-clang-support' diff. Notes: svn path=/head/; revision=297724
* Add my upstream commit to fix the build with clang.Raphael Kubo da Costa2012-05-281-0/+127
| | | | Notes: svn path=/head/; revision=297613
* Update KDevelop-related ports now that KDE 4.8.3 has been committed.Raphael Kubo da Costa2012-05-266-159/+243
| | | | | | | | 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. Notes: svn path=/head/; revision=297501
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Add a few upstream patches to make KDevelop not crash with SVN 1.7.Raphael Kubo da Costa2012-01-273-1/+128
| | | | | | | Reported by: Luca Pizzamiglio on #kde-freebsd Notes: svn path=/head/; revision=289879
* - Update dependencies after KDE ports upgrade.Alberto Villa2011-10-171-4/+4
| | | | | | | | | | - Trim down Qt dependencies. [1] - Bump PORTREVISION. Suggested by: Schaich Alonso <alonsoschaich@gmx.de> via IRC [1] Notes: svn path=/head/; revision=283643
* - Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.3.Alberto Villa2011-07-171-2/+2
| | | | | | | | | - Update kdevelop-kde4 to 4.2.3. Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51 Notes: svn path=/head/; revision=277859
* Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPEMax Brazhnikov2011-04-101-1/+1
| | | | Notes: svn path=/head/; revision=272463
* - Update kdevelop to 4.2.2.Alberto Villa2011-04-092-2/+3
| | | | | | | - Update kdevplatform and kdevelop-php to 1.2.2. Notes: svn path=/head/; revision=272426
* - Update kdevelop to 4.2.0.Alberto Villa2011-03-252-73/+172
| | | | | | | - Update kdevplatform, kdevelop-php and kdevelop-php-docs to 1.2.0. Notes: svn path=/head/; revision=271657
* - Update kdevplatform to 1.1.0.Alberto Villa2010-11-093-99/+154
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=264286
* - Make QAT happy, remove extra @dirrmtryDima Panov2010-05-151-2/+0
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=254356
* - Please welcome the KDE4 development framework and its components by list:Dima Panov2010-05-144-0/+870
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 Notes: svn path=/head/; revision=254298