aboutsummaryrefslogtreecommitdiff
path: root/math/R
Commit message (Collapse)AuthorAgeFilesLines
* tell portscout to ignore the irrelevant bugfix distfileBrendan Fabeny2012-06-291-0/+2
| | | | Notes: svn path=/head/; revision=300187
* update math/R to 2.15.1, switch to the new options format, andBrendan Fabeny2012-06-263-66/+123
| | | | | | | adjust dependent ports Notes: svn path=/head/; revision=300051
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* prevent some of the older base system texinfo utilities from beingBrendan Fabeny2012-05-211-0/+4
| | | | | | | | used with others from print/texinfo; mark the non-default option WITH_PDF_MANUALS broken (reported by A. Shterenlikht) Notes: svn path=/head/; revision=297082
* - update math/R-cran-psych to 1.2.1 [1]Brendan Fabeny2012-05-043-58/+80
| | | | | | | | | | | | | | | - 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
* fix the build with a non-default LOCALBASEBrendan Fabeny2012-03-171-1/+2
| | | | | | | | Reported by: tota Feature safe: yes Notes: svn path=/head/; revision=293487
* update math/R to 2.14.2, and adjust dependent portsBrendan Fabeny2012-03-033-20/+10
| | | | Notes: svn path=/head/; revision=292607
* fix WITH_PCRE_PORT after the devel/pcre updateBrendan Fabeny2012-02-161-1/+5
| | | | Notes: svn path=/head/; revision=291524
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* update math/R to 2.14.1, and adjust dependent portsBrendan Fabeny2012-01-182-7/+3
| | | | Notes: svn path=/head/; revision=289429
* remove a problematic mirror from MASTER_SITESBrendan Fabeny2011-12-091-2/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287121
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustBrendan Fabeny2011-11-274-138/+233
| | | | | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes Notes: svn path=/head/; revision=286477
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-1/+1
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* update math/R to 2.13.2, and adjust dependent portsBrendan Fabeny2011-10-113-9/+5
| | | | Notes: svn path=/head/; revision=283375
* - narrow the scope of BROKEN: the build problems were caused byBrendan Fabeny2011-08-271-3/+3
| | | | | | | | the update of devel/pcre to version 8.13 - use the bundled pcre by default Notes: svn path=/head/; revision=280590
* - Mark BROKEN: fails to packagePav Lucistnik2011-08-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=280543
* fix WITH_DVI_MANUALSBrendan Fabeny2011-08-041-1/+3
| | | | | | | Reported by: Anton Shterenlikht, Benjamin Stier Notes: svn path=/head/; revision=278928
* update R to 2.13.1 [1], and adjust dependent ports (thisBrendan Fabeny2011-07-283-53/+70
| | | | | | | | | | | | 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
* Mark as broken on sparc64: assertions fail.Mark Linimon2011-07-161-0/+4
| | | | Notes: svn path=/head/; revision=277779
* - update ICU to 4.8Baptiste Daroussin2011-07-101-0/+1
| | | | | | | | | - chase library bump - add an entry in UPDATING for instructions - remove old conflict lines Notes: svn path=/head/; revision=277485
* Fix CONFIGURE_ARGS when using atlasBrendan Fabeny2011-05-071-2/+2
| | | | | | | Reported by: R. Hurling Notes: svn path=/head/; revision=273731
* - update to 2.13.0Brendan Fabeny2011-05-074-67/+189
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Clean up in preparation for update,Brendan Fabeny2011-05-052-93/+85
| | | | | | | | | | no functional change: - indent more uniformly - simplify slave port conditionals - sort variables, pkg-plist Notes: svn path=/head/; revision=273677
* - Update R to 2.12.2, a bugfix releaseBrendan Fabeny2011-02-284-57/+18
| | | | | | | | | | - Bump PORTREVISION of dependent ports, where necessary Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=270002
* - Update R to 2.12.1Brendan Fabeny2011-01-295-84/+104
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports Approved by: makc, miwi (mentors, implicit) pav (portmgr) Feature safe: yes Notes: svn path=/head/; revision=268391
* Chase devel/icu upgradeBaptiste Daroussin2010-12-151-0/+1
| | | | | | | Add an updating note Notes: svn path=/head/; revision=266338
* Update to 2.11.1Brendan Fabeny2010-07-312-5/+4
| | | | | | | | | PR: 148264 Prodded by: David Wolfskill <david@catwhisker.org> Approved by: makc (co-mentor) Notes: svn path=/head/; revision=258529
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-1/+1
| | | | Notes: svn path=/head/; revision=257520
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix on 6.XPav Lucistnik2010-05-162-0/+19
| | | | | | | Submitted by: b. f. <bf1783@googlemail.com> Notes: svn path=/head/; revision=254468
* - Update to 2.11.0Wen Heping2010-04-263-5/+12
| | | | | | | | | PR: ports/145993 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=253257
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Make math/libRmath to a slave port of math/RMartin Wilke2010-02-023-8/+64
| | | | | | | | | | | | - Add an option to build libR into a static, rather than a shared library (requested by a few users) PR: 143076 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> "b. f." <bf1783@googlemail.com> (maintainer) Approved by: maintainer Notes: svn path=/head/; revision=249097
* - Update to 2.10.1Martin Wilke2009-12-253-8495/+161
| | | | | | | | Submitted by: "b. f." <bf1783@googlemail.com> Thanks to: wen@ Notes: svn path=/head/; revision=246593
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Update to 2.9.2Martin Wilke2009-08-274-651/+738
| | | | | | | | | | - Fix build with custom PREFIX PR: based on 135927 Submitted by: bf <bf1783@gmail.com> (maintainer) Notes: svn path=/head/; revision=240390
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 2.9.0Martin Wilke2009-06-153-169/+796
| | | | | | | | PR: 135251 Submitted by: bf <bf2006a@yahoo.com> (maintainer) Notes: svn path=/head/; revision=235921
* - Update maintainer mail adresseMartin Wilke2009-06-071-1/+1
| | | | | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) Notes: svn path=/head/; revision=235373
* Fix CONFIGURE_ENV after recent USE_FORTRAN changes.Gerald Pfeifer2009-01-221-1/+1
| | | | | | | | PR: 130847 Submitted by: bf2006a@yahoo.com (maintainer) Notes: svn path=/head/; revision=226666
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* - Update to 2.8.1Wesley Shields2009-01-072-4/+4
| | | | | | | | | PR: ports/129863 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: bf <bf2006a@yahoo.com> (maintainer) Notes: svn path=/head/; revision=225370
* - Fix pkg-plistBeech Rintoul2008-12-141-196/+218
| | | | | | | | PR: ports/129063 Approved by: maintainer timeout (2+ weeks) Notes: svn path=/head/; revision=224204
* - Fix distinfoBeech Rintoul2008-12-131-3/+3
| | | | Notes: svn path=/head/; revision=224180
* - Update to 2.8.0Beech Rintoul2008-12-131-6/+6
| | | | | | | | | PR: ports/129063 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: Maintainer Timeout (2+ Weeks) Notes: svn path=/head/; revision=224179
* - pass maintainership to submitterMartin Wilke2008-11-211-1/+1
| | | | | | | | PR: 129025 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=223159
* - Update to 2.7.2Rong-En Fan2008-11-203-5/+31
| | | | | | | | | | | - Reset maintainership per request by maintainer PR: ports/128520 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Approved by: Eric van Gyzen <eric at vangyzen.net> (maintainer) Notes: svn path=/head/; revision=223079
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 2.7.1Pietro Cerutti2008-07-293-451/+549
| | | | | | | | | PR: 125245 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Approved by: maintainer timeout (over three weeks) Notes: svn path=/head/; revision=217817