aboutsummaryrefslogtreecommitdiff
path: root/math/rkward-kde4
Commit message (Collapse)AuthorAgeFilesLines
* Set USES+=fortran. This sets LDFLAGS so rkward links with libgcc_sThierry Thomas2014-03-171-1/+1
| | | | | | | | | | from lang/gcc instead of base system libgcc_s which is too old for libgfortran. Obtained from: tijl Notes: svn path=/head/; revision=348467
* - Import a patch from upstream to unbreakThierry Thomas2014-03-113-2/+42
| | | | | | | | | | Suggested by: rakuco - Support staging Patch provided by gerald. Notes: svn path=/head/; revision=347868
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* - Fix CMAKE_BUILD_TYPE usageMax Brazhnikov2013-12-031-4/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=335574
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;Brendan Fabeny2013-11-131-1/+1
| | | | | | | | | adjust dependent ports Reviewed by: pfg, thierry, tota Notes: svn path=/head/; revision=333659
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) 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
| | | | | | | math) Notes: svn path=/head/; revision=327746
* WITHOUT_NLS -> PORT_OPTIONS:MNLSBaptiste Daroussin2013-06-041-9/+9
| | | | | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS Notes: svn path=/head/; revision=319863
* Update math/R to 3.0.1-patched, and adjust dependent ports;Brendan Fabeny2013-05-281-0/+1
| | | | | | | | | | synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota Notes: svn path=/head/; revision=319316
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Upgrading to 0.6.1, to prepare for R 3.0.0.Thierry Thomas2013-04-163-4/+13
| | | | | | | | | | Changelog at http://sourceforge.net/apps/mediawiki/rkward/index.php?title=News Feature safe: yes Notes: svn path=/head/; revision=315860
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* update math/R to 2.15.3, and adjust dependent portsBrendan Fabeny2013-03-071-1/+1
| | | | Notes: svn path=/head/; revision=313562
* update the R base ports to 2.15.2 and adjust dependent portsBrendan Fabeny2013-01-041-0/+1
| | | | | | | Reviewed by: thierry, tota, wen Notes: svn path=/head/; revision=309935
* Fully deactive localization, so that it passes the non-regression testsThierry Thomas2012-11-011-1/+1
| | | | | | | | | with a non-english desktop. Feature safe: yes Notes: svn path=/head/; revision=306800
* Upgrade to 0.6.0.Thierry Thomas2012-10-314-48/+42
| | | | | | | | | Changelog at http://freecode.com/projects/rkward#release_349200 . Feature safe: yes Notes: svn path=/head/; revision=306763
* update math/R to 2.15.1, switch to the new options format, andBrendan Fabeny2012-06-261-1/+1
| | | | | | | adjust dependent ports Notes: svn path=/head/; revision=300051
* - 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 math/R-cran-psych to 1.2.1 [1]Brendan Fabeny2012-05-041-1/+1
| | | | | | | | | | | | | | | - update math/R to 2.15.0, and adjust dependent ports - minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more flexible and allow CRAN ports to override it; add a regression-test target; set USE_FORTRAN to match math/R; remove some of the redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS Reviewed by: thierry, tota, wen Approved by: D. Rue (maintainer) [1], wen [2] Notes: svn path=/head/; revision=296023
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.Max Brazhnikov2012-03-071-4/+0
| | | | | | | | They were added to fix build with kdelibs-4.5, while correct fix was to add them as run dependencies for x11/kdelibs4 (done a while ago). Notes: svn path=/head/; revision=292881
* update math/R to 2.14.2, and adjust dependent portsBrendan Fabeny2012-03-031-1/+1
| | | | Notes: svn path=/head/; revision=292607
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* update math/R to 2.14.1, and adjust dependent portsBrendan Fabeny2012-01-181-1/+1
| | | | Notes: svn path=/head/; revision=289429
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustBrendan Fabeny2011-11-272-0/+2
| | | | | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes Notes: svn path=/head/; revision=286477
* Add a missing patch.Thierry Thomas2011-11-181-0/+16
| | | | | | | | Reported by: pointyhat via Pav Feature safe: yes Notes: svn path=/head/; revision=286020
* Upgrade to 0.5.7. This supports R 2.14.0.Thierry Thomas2011-11-133-10/+20
| | | | | | | | | | Changelog at <http://sourceforge.net/apps/mediawiki/rkward/index.php?title=News#RKWard_0.5.7_-_Support_for_R_2.14.0.2C_improved_package_management.2C_and_more> Feature safe: yes Notes: svn path=/head/; revision=285702
* - Update dependencies after KDE ports upgrade.Alberto Villa2011-10-171-2/+3
| | | | | | | | - Avoid removing kdehier4 directories. - Bump PORTREVISION. Notes: svn path=/head/; revision=283642
* update math/R to 2.13.2, and adjust dependent portsBrendan Fabeny2011-10-111-1/+1
| | | | Notes: svn path=/head/; revision=283375
* update R to 2.13.1 [1], and adjust dependent ports (thisBrendan Fabeny2011-07-281-0/+1
| | | | | | | | | | | | includes workarounds intended to fix the broken sparc64 build, and fixes to the static libR, which is now in a separate slave port, math/libR) PR: 158947 [1] Submitted by: wen ([1], independently) Notes: svn path=/head/; revision=278443
* seq2 is no more used: remove this dependency.Thierry Thomas2011-06-301-2/+1
| | | | | | | Reported by: bf Notes: svn path=/head/; revision=276736
* Upgrade to RKWard 0.5.6.Thierry Thomas2011-06-045-62/+23
| | | | | | | Change notes at <http://rkward.sourceforge.net/>. Notes: svn path=/head/; revision=275057
* - update to 2.13.0Brendan Fabeny2011-05-073-4/+21
| | | | | | | | | | | | | | | | | | | | | | | - switch to the bundled Rblas and Rlapack by default (this can be changed by setting BLAS and LAPACK) which favors correctness in some corner cases over a slight performance penalty; this will be revisited after the blas and lapack updates - replace the STATIC_LIBR option with a LIBR option (on by default): if on, libR.a and libR.so are installed, and R is linked to libR.so. Otherwise, R is static, and no libRs are installed. - remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1] - enable the cairo and pango elements in the X11() graphics device by default, controlled by new PANGOCAIRO option - add a few small patches to dependent ports, bumping PORTREVISION where necessary PR: 153309 [1] Approved by: thierry (rkward*), wen (rpy*, R-cran-*) Notes: svn path=/head/; revision=273724
* This one should be correct...Thierry Thomas2011-05-032-0/+4
| | | | Notes: svn path=/head/; revision=273587
* Oops, I totally scrambled plist in my previous commit...Thierry Thomas2011-05-032-0/+26
| | | | | | | Reported by: pointyhat via Pav Notes: svn path=/head/; revision=273585
* Upgrade to 0.5.5.Thierry Thomas2011-05-014-9/+56
| | | | | | | | Changelog at <https://sourceforge.net/apps/mediawiki/rkward/index.php?title=News#RKWard_0.5.5_-_Enhanced_robustness_and_many_small_improvements> Notes: svn path=/head/; revision=273397
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-4/+0
| | | | Notes: svn path=/head/; revision=272465
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Bump PORTREVISION after the update of R to 2.12.2Brendan Fabeny2011-02-281-1/+1
| | | | | | | Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=270003
* - Update R to 2.12.1Brendan Fabeny2011-01-291-0/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports Approved by: makc, miwi (mentors, implicit) pav (portmgr) Feature safe: yes Notes: svn path=/head/; revision=268391
* Add a missing lt locale file.Thierry Thomas2010-10-041-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=262394
* Upgrade to 0.5.4.Thierry Thomas2010-10-044-18/+17
| | | | | | | | Changelog at <https://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.4.html/view> Notes: svn path=/head/; revision=262388
* Fix build with upcoming KDE 4.5Max Brazhnikov2010-08-221-0/+8
| | | | | | | | | Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5 Approved by: thierry (maintainer) Notes: svn path=/head/; revision=259722
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Make pointyhat tinderbox happy by removing extra @dirrmry for common localeDima Panov2010-05-132-2/+1
| | | | | | | | | | | and apps directories, which now handled by updated kdehier4. - Bump PORTREVISIONs to force rebuild. Noticed by: pointyhat via pav With hat on: kde Notes: svn path=/head/; revision=254277
* Upgrade to 0.5.3.Thierry Thomas2010-05-023-178/+9
| | | | | | | | Changelog at <http://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.3.html/view> Notes: svn path=/head/; revision=253578
* Fix plist and unbreak after the latest R's update.Thierry Thomas2010-02-072-11/+5
| | | | | | | | PR: ports/143549 (based upon) Submitted by: Rob Farmer <rfarmer (at) predatorlabs.net> Notes: svn path=/head/; revision=249379
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Mark BROKEN: does not packagePav Lucistnik2010-01-091-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=247488
* - Upgrade to 0.5.2. Changelog atThierry Thomas2009-10-294-18/+204
| | | | | | | | | <http://freefr.dl.sourceforge.net/project/rkward/Current_Stable_Releases/Notes_0.5.2.html> - Now use kdeprefix to avoid cwd. Notes: svn path=/head/; revision=243488