Commit graph

33 commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Matthias Andree
515db2ed10 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)
2014-08-15 20:37:31 +00:00
Jason E. Hale
86f6ecc83f - STAGEify
- Add LICENSE where needed
- Make COMMENT more concise
- Convert USE_BZIP2 -> USES=tar:bzip2
2014-06-03 16:20:47 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
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
Baptiste Daroussin
cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Jason E. Hale
4b55eda6cd - Update to 0.4.5
- Trim Makefile header
- Make COMMENT a little more concise
2013-09-12 00:55: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
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
Jason E. Hale
7afa609aeb - Update MAINTAINER to my new FreeBSD.org address
Approved by:	makc (mentor)
2012-09-13 04:45:58 +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
Pawel Pekala
07c59a65f5 Update to 0.4.3
PR:		ports/167214
Submitted by:	maintainer
2012-04-25 22:40:06 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Ruslan Makhmatkhanov
76278dd5d6 - update to 0.4.2
- move LICENSE into proper block

PR:		163833
Submitted by:	Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
2012-01-06 08:14:35 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +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
Dima Panov
6775413bfa - deskutils/plasma-applet-yawp: update to 0.3.6 release
This release support new KDE plasma API

PR:		153140
Submitted by:	myself
Approved by:	maintainer
2010-12-15 12:48:33 +00:00
Max Brazhnikov
78087dba98 Update to version 0.3.5
This version fixes a build error with KDE 4.5.2

PR:		ports/151332
Submitted by:	Jason E. Hale (maintainer)
2010-10-09 20:33:50 +00:00
Max Brazhnikov
7fe3743de5 Fix build with KDE 4.5
PR:		ports/150320
Submitted by:	Jason E. Hale (maintainer)
2010-09-06 18:09:19 +00:00
Max Brazhnikov
bda00b5812 Update to version 0.3.4
Add LICENSE

PR:		ports/148653
Submitted by:	Jason E. Hale (maintainer)
2010-07-17 09:37:26 +00:00
Dima Panov
aa2d180e01 - Update deskutils/plasma-applet-yawp to 0.3.3 release
PR:		147959
Submitted by:	Jason E. Hale (maintainer)
Feature safe:	yes
2010-06-18 13:07:10 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +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
Martin Wilke
d63a260f2e - Update to 0.3.2
PR:		144093
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2010-03-09 22:45:57 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +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
Martin Wilke
bca55abe4d - Update to 0.2.3
PR:		134524
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2009-05-16 22:45:04 +00:00
Martin Wilke
c5e6e8539f - Update deskutils/plasma-applet-yawp to version 0.2.2
- Add MAKE_JOBS_SAFE

PR:		133297
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2009-05-01 09:37:05 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Martin Wilke
bae48bfc96 - Update to 0.2.1
PR:		132788
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (Maintainer)
2009-03-20 23:21:11 +00:00
Max Brazhnikov
782258dc25 Add new port deskutils/plasma-applet-yawp:
yaWP (Yet Another Weather Plasmoid) is a plasma applet for KDE4 that displays
weather information on your desktop.

WWW: http://www.kde-look.org/content/show.php?content=94106

PR:		ports/130596
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2009-03-09 21:20:41 +00:00