1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
Gerald Pfeifer
3be3e90f93 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)
2013-10-26 00:52:33 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Max Brazhnikov
f60233ccc6 - Change dependency type for Boost: required only at build stage
- Adjust USE_QT4 components
- Switch to out-of-source build

ktorrent only:
- Explicitly depend on math/gmp
- Fix potential build failure
2013-03-28 12:06:41 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
7c03db20f0 Update ktorrent to 4.3.1, libktorrent to 1.3.1
Submitted by:	Alonso Schaic via area51 commit
2013-02-03 20:23:55 +00:00
Max Brazhnikov
873369f4d1 Restore ktorren-4.2 behaviour - don't check for mounted fs. The check
was added to support removable storages, but it causes problem
with btrfs and zfs: https://bugs.kde.org/306825
2012-09-23 19:45:49 +00:00
Max Brazhnikov
d8efa292e7 Update libktorrent to 1.3.0
Update ktorrent to 4.3.0
2012-09-18 21:31:20 +00:00
Raphael Kubo da Costa
8bf4c0945a ktorrent: Try enabling MAKE_JOBS_SAFE again 2012-09-15 20:22:27 +00:00
Raphael Kubo da Costa
adc0c1ba8b {lib}ktorrent: Follow the trend of not specifying library shversions in the dependencies.
Incidentally, this should also fix the ktorrent build, since
libktorrent has had a shlib bump.
2012-09-15 20:21:58 +00:00
Max Brazhnikov
d1496d8427 Update libktorrent to 1.2.1
Update ktorrent to 4.2.1
2012-07-23 00:16:24 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
f7c01a2822 Update libktorrent to 1.2.0
Update ktorrent to 4.2.0
2012-03-07 15:25:42 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Max Brazhnikov
5bdb81f384 Update to 4.1.3
Replace check for ktorrent-2 with CONFLICTS_BUILD

Feature safe:	yes
2011-12-07 16:35:22 +00:00
Alberto Villa
82e896cf69 - Update dependencies after KDE ports upgrade.
- Avoid removing kdehier4 directories.
- Bump PORTREVISION.
2011-10-17 00:05:40 +00:00
Max Brazhnikov
ce5e11049c Update to 4.1.2 2011-08-18 17:25:42 +00:00
Max Brazhnikov
a9342798d5 Update to 4.1.1 2011-06-14 21:43:56 +00:00
Alberto Villa
948a545f1b - Update libktorrent to 1.1.0.
- Update ktorrent to 4.1.0.
- Make dependencies on kdepimlibs and kdebase-workspace non-optional.

Approved by:	makc (maintainer, implicit)
2011-03-25 10:20:59 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Max Brazhnikov
aee7e8e148 Update to 4.0.5 2010-12-31 15:20:26 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Max Brazhnikov
f05c998601 IGNORE when ktorrent2 for KDE3 is detected.
PR:		ports/152197
Reported by:	Belansky Stanislav <stanislav at icmail.ru>
2010-11-14 11:45:35 +00:00
Max Brazhnikov
2835087ab8 Rearrange include paths to fix build in real environment
Remove md5 sum

PR:		ports/151638
Reported by:	Pascal Stumpf <Pascal.Stumpf at cubes.de>
2010-11-03 17:51:37 +00:00
Max Brazhnikov
893c707955 Update to 4.0.4 2010-10-21 20:39:12 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dima Panov
c70284c888 - Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:	pointyhat via pav
With hat on:	kde
2010-05-13 22:40:15 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Max Brazhnikov
055de6d568 Update to 3.3.4 2010-02-08 22:00:57 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Max Brazhnikov
b20c09453a Update to 3.3.3
Submitted by:	fluffy@
2010-02-01 21:31:58 +00:00
Max Brazhnikov
5ec946e7b1 Update to 3.3.2 2010-01-05 13:21:21 +00:00
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00
Max Brazhnikov
ed2ae94d6f Update to 3.3.1
PR:		based on ports/140801
Submitted by:	Shane Bell <decept0 at gmail.com>
2009-11-28 21:46:07 +00:00
Max Brazhnikov
b0ae83b843 Update to 3.2.5 (bugfix release) 2009-10-24 17:05:18 +00:00
Max Brazhnikov
de188cb885 Update to 3.2.4 2009-10-07 19:44:47 +00:00
Max Brazhnikov
652678204c Package was rerolled to fix crash. 2009-08-13 08:04:19 +00:00
Max Brazhnikov
f90e78b082 Update to 3.2.3 2009-08-11 08:57:07 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Max Brazhnikov
8478b7907f Update to 3.2.2-1 2009-06-06 20:15:06 +00:00
Max Brazhnikov
bea4eb91f7 Update to 3.2.2 2009-06-02 19:45:39 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
2dd2ecbf71 Update to 3.2
add options for RSS plugin (requires kdepimlibs) and Plasma applet (requires workspace)
2009-02-21 17:48:02 +00:00
Max Brazhnikov
bf9797a2f4 Package has been updated to include several fixes, see
http://ktorrent.org/?q=node/27 for details.

Noticed by:	pav via irc
Approved by:	miwi (implicit)
2009-01-30 07:56:00 +00:00
Max Brazhnikov
80f9e255d8 Update to 3.1.6
PR:		ports/130973
Submitted by:	Shane Bell <decept0 at gmail.com>
Approved by:	miwi (implicit)
2009-01-25 09:12:25 +00:00