Commit graph

3572 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
Xin LI
8e8194fa38 Fix stagedir.
PR:		ports/183289
Submitted by:	Takefu <takefu airport fm>
2013-10-25 20:56:15 +00:00
Johan van Selst
98f95a8549 - Use PKGNAMESUFFIX instead of LATEST_LINK to avoid conflicts
- Enable staging support
- Shebang-fix in installed scripts
- Explicit PORTDOCS file list
- Remove additional patch for old FreeBSD releases

The first part of these changes were committed in r331479
2013-10-24 13:11:04 +00:00
Johan van Selst
7e07f77eb4 update 2013-10-24 11:45:48 +00:00
Matthias Andree
deb23cb5b7 Support staging.
Drop support for lzo.1, which has not been in the tree for a while.
2013-10-23 21:20:18 +00:00
Matthias Andree
5bc9f2a780 Support staging.
Strip library unless WITH_DEBUG is set (if it is, STRIP_CMD is a no-op),
and bump PORTREVISION.
2013-10-23 21:16:13 +00:00
Alex Kozlov
913bf1f75e - Support STAGEDIR
- Take maintainership
2013-10-23 21:02:25 +00:00
Olivier Duchateau
3568307321 - Support STAGEDIR
- Convert to new LIB_DEPENDS format (audio/thunar-media-tags-plugin)
2013-10-23 20:48:36 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +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
Emanuel Haupt
6bdb085211 Support staging. 2013-10-23 07:40:52 +00:00
Emanuel Haupt
08ed78a7b4 Don't use ${STAGEDIR} in CONFIGURE_ARGS
Notified by:	William Grzybowski <william88@gmail.com>
2013-10-22 21:15:14 +00:00
Emanuel Haupt
f99f870994 Support staging 2013-10-22 21:13:49 +00:00
Emanuel Haupt
825f0aa3bb Support staging 2013-10-22 20:57:25 +00:00
Emanuel Haupt
33396bfe3e Support staging 2013-10-22 20:48:13 +00:00
Emanuel Haupt
fad2f612fc Support staging 2013-10-22 20:45:54 +00:00
Emanuel Haupt
53cf2c903e Support staging 2013-10-22 20:44:50 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Danilo Egea Gondolfo
472743a156 - Add stage support
- Add LICENSE
2013-10-21 20:54:28 +00:00
Danilo Egea Gondolfo
40e14aa23a - Update MASTER_SITES
- Add stage support
2013-10-21 20:22:15 +00:00
Olivier Duchateau
5db878a154 Fix pkg-plist, when DOCS is set
Reported by:	Kenta Suzumoto
2013-10-16 17:50:14 +00:00
Alex Kozlov
b41129a04e - Support STAGEDIR 2013-10-16 11:27:24 +00:00
Olivier Duchateau
5483a9d678 - Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format

- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
2013-10-15 18:36:02 +00:00
Max Khon
d0c55049c0 Update to 0.4
PR:		182824
Submitted by:	Thierry Thomas
2013-10-15 05:12:03 +00:00
Baptiste Daroussin
fc5e444f88 This port requires openmp
While here stagify
2013-10-09 05:53:18 +00:00
Baptiste Daroussin
996c655381 replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need modern c++
but build crashes with g++ 4.2.1 from base but wotk properly with both clang and newer gcc
2013-10-08 20:48:34 +00:00
Baptiste Daroussin
47b211d303 Remove uneeded USE_GCC while here cleanup a bit to avoid the now useless pre.mk/post.mk dancing 2013-10-08 20:06:45 +00:00
Christian Weisgerber
3626747843 Update to 1.27.
Fix dependencies for STATIC option.
2013-10-07 16:53:54 +00:00
Sunpoet Po-Chuan Hsieh
0d66121079 - Fix PLIST
Notified by:	antoine
2013-10-06 13:19:56 +00:00
Rene Ladan
a07ab7e2e0 Add staging support for linux-f10 ports (category archivers) 2013-10-04 21:05:03 +00:00
Boris Samorodov
b1914a1a9c Preamble: the port has PKGNAME conflict with devel/rvm.
As per www.bsdstats.org this port has 10 times less user base, so let's
change this port. The official site names it "Rsync Vault Manager".
Seems that rvman is a good compromise for the package name, so

. PKGNAMESUFFIX=an;
. remove NO_LATEST_LINK=yes;

while here:
. support staging.

Reported by:	bapt
2013-10-03 15:09:56 +00:00
Emanuel Haupt
82f97a7afe Update to 0.8 2013-10-03 12:46:23 +00:00
Thomas Abthorpe
e94e07f6bc 2013-10-01 archivers/ruby-bz2: Does not work with Ruby 1.9
2013-10-01 sysutils/puppet26: End of Life from april 2013. Upgrade to 2.7 or 3.x.
2013-10-01 www/varnish2: No update since january 2011. Upgrade to Varnish 3.
2013-10-01 16:13:32 +00:00
Sunpoet Po-Chuan Hsieh
5cdb5ad119 - Support STAGEDIR 2013-09-30 12:57:39 +00:00
Sunpoet Po-Chuan Hsieh
63ad1b9938 - Support STAGEDIR 2013-09-30 12:25:57 +00:00
Sunpoet Po-Chuan Hsieh
8254dc69a0 - Support STAGEDIR 2013-09-30 12:25:53 +00:00
Sunpoet Po-Chuan Hsieh
23c342fa5b - Support STAGEDIR 2013-09-30 12:25:49 +00:00
Sunpoet Po-Chuan Hsieh
9e27e439cb - Support STAGEDIR 2013-09-30 12:25:45 +00:00
Sunpoet Po-Chuan Hsieh
04e4e833fb - Support STAGEDIR 2013-09-30 12:25:42 +00:00
Sunpoet Po-Chuan Hsieh
10e03ce35c - Support STAGEDIR 2013-09-30 12:25:38 +00:00
Sunpoet Po-Chuan Hsieh
528fe1107f - Support STAGEDIR 2013-09-30 08:50:37 +00:00
Sunpoet Po-Chuan Hsieh
b89f81351e - Support STAGEDIR 2013-09-28 17:12:51 +00:00
Sunpoet Po-Chuan Hsieh
5d37fd7fda - Support STAGEDIR 2013-09-28 17:12:47 +00:00
Sunpoet Po-Chuan Hsieh
541b4e20dd - Support STAGEDIR 2013-09-28 17:12:42 +00:00
Sunpoet Po-Chuan Hsieh
76983a17d1 - Support STAGEDIR 2013-09-28 17:12:38 +00:00
Sunpoet Po-Chuan Hsieh
795c75c7c2 - Support STAGEDIR 2013-09-28 17:12:34 +00:00
Sunpoet Po-Chuan Hsieh
e5f8d94a37 - Support STAGEDIR 2013-09-28 17:12:30 +00:00
Sunpoet Po-Chuan Hsieh
f89d8b33da - Support STAGEDIR 2013-09-28 17:12:25 +00:00
Sunpoet Po-Chuan Hsieh
52ec4f0513 - Support STAGEDIR 2013-09-28 17:12:21 +00:00
Sunpoet Po-Chuan Hsieh
b1635961dd - Support STAGEDIR 2013-09-28 17:12:17 +00:00