aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nemiver
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN.romain2013-12-011-0/+2
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+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)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 3)
* Add an explicit dependency on pkgconfbapt2013-09-061-2/+1
|
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Chase boost updatebapt2013-01-311-1/+1
|
* Convert romain's ports to new option frameworkbapt2012-12-301-9/+6
| | | | | | While here Trim headers Approved by: maintainer timeout (2 weeks)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Fix build.romain2012-05-112-14/+1
| | | | Reported by: pointyhat
* - Update gdb dependency for devel/gdb upgrade (7.4 -> 7.4.1)sunpoet2012-05-041-2/+2
| | | | Reported by: pointyhat
* Unbreak.romain2012-02-182-6/+22
|
* - Mark BROKEN: does not packagepav2012-02-161-4/+2
| | | | Reported by: pointyhat
* - Unbreak after devel/gdb update (1);romain2012-02-043-9/+8
| | | | | | - Fix pkg-plist. Reported by: pointyhat (1)
* Unbreak after devel/gdb update.romain2011-10-102-5/+4
|
* - Mark BROKEN: devel/gdb port moved to provide gdb73 binarypav2011-10-091-0/+2
| | | | Reported by: pointyhat
* - Update to 0.8.2;romain2011-06-123-4/+8
| | | | - pet portlint(1).
* - Update to 0.8.1.romain2011-04-245-66/+150
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update to 0.7.3;romain2010-02-224-5/+44
| | | | | | | | - Fix build on -CURRENT (1). Submitted by: ed (1) Approved by: flz (mentor) Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Change MAINTAINER address to romain@.romain2010-02-021-1/+1
| | | | Approved by: flz (mentor)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* Chase the vte shared lib version bump.marcus2009-06-031-0/+1
|
* Switch the vte dependency to a USE_GNOME component.marcus2009-06-031-2/+1
|
* - Update to 0.6.7dhn2009-05-202-4/+4
| | | | | PR: ports/134712 Submitted by: Romain Tartiere <romain@blogreen.org> (maintainer)
* - Update to 0.6.6miwi2009-04-233-4/+5
| | | | | PR: 133820 Submitted by: Romain Tartiere <romain@blogreen.org> (maintainer)
* - Update to 0.6.5amdmi32009-03-044-33/+33
| | | | | | | - Fix whitespace PR: 132282 Submitted by: Romain Tartiere <romain at blogreen dot org> (maintainer)
* Nemiver is an on-going effort to write a standalone graphical debugger thataraujo2009-02-264-0/+300
integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C / C++ programs. WWW: http://www.gnome.org/projects/nemiver/ PR: ports/124291 Submitted by: Romain Tartiere <romain@blogreen.org>