notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/R/Makefile

Number of commits found: 262 (showing only 100 on this page)

«  1 | 2 | 3  »  

Tuesday, 25 Jul 2017
23:28 jrm search for other commits by this committer
math/R: Fix build issues when LIBR option is off and fix runtime issue by
permitting FLANG only with RBLAS

- Only apply SONAME patches when the relevant options are chosen. This
  prevents install errors when LIBR is off.
- Only permit the FLANG option when RBLAS is chosen, because FLANG causes
  some configure-time checks to fail and the shared RBLAS library is fallen
  back upon, but not properly packaged, which causes runtime issues.
- Bump PORTREVISION

Reported by:	rhurlin@gwdg.de
Differential Revision:	https://reviews.freebsd.org/D11726
Original commitRevision:446636 
Wednesday, 19 Jul 2017
14:19 jrm search for other commits by this committer
math/R: set SONAME for libraries under lib/R/lib

PR:		219776
Submitted by:	pawel
Reviewed by:	pawel, mat
Differential Revision:	https://reviews.freebsd.org/D11615
Original commitRevision:446199 
Wednesday, 5 Jul 2017
13:47 jrm search for other commits by this committer
math/R: Fix typos in option descriptions

PR:		220480
Submitted by:	Trond.Endrestol@ximalas.info
Original commitRevision:445079 
Tuesday, 4 Jul 2017
17:36 jrm search for other commits by this committer
Setting OPTIONS_SINGLE_FORTRAN_armv6 was incorrect.  It should be
OPTIONS_SINGLE_FORTRAN_aarch64.

Submitted by:	jbeich
Original commitRevision:445027 
17:07 jrm search for other commits by this committer
math/R: Update to version 3.4.1

Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]

Submitted by:	[1] andrew, [2] yuri@rawbw.com
Original commitRevision:445026 
Wednesday, 28 Jun 2017
19:11 jrm search for other commits by this committer
math/R: Build with gmake and add devel/gmake to RUN_DEPENDS because some
internal packages use GNU make.  While here, sort ONLY_FOR_ARCHS value to
silence portlint warning.

PR:		220341
Reported by:	yuri@rawbw.com
Original commitRevision:444603 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Saturday, 22 Apr 2017
15:47 jrm search for other commits by this committer
math/R: Update to version 3.4.0

The configure script now detects the correct zlib version, so setting the
r_cv_header_zlib_h is no longer necessary.

Approved by:	swills (mentor, implicit)
Original commitRevision:439181 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 10 Mar 2017
01:50 jrm search for other commits by this committer
math/R: Update to version 3.3.3.

Upstream changes: https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Approved by:	swill (mentor, implicit)
Original commitRevision:435815 
Friday, 6 Jan 2017
21:38 antoine search for other commits by this committer
Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
MFH:		2017Q1
Original commitRevision:430752 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Tuesday, 29 Nov 2016
21:32 jrm search for other commits by this committer
Fix build issue when the LTO option is enabled, do not register
${PREFIX}/lib/R/lib with ldconfig, and fix typo.

GCC 4.9 now generates slim object files which only contain intermediate
language representation for LTO. This means, either -ffat-lto-objects must
be used to create files which also contain object code or gcc-ar/gcc-ranlib
must be used to create static libraries suitable for LTO processing. This
patch sets AR/RANLIB to gcc-ar/gcc-ranlib.

The libraries under ${PREFIX}/lib/R/lib are not intended (by upstream) to
be registered with ldconfig, but are opened by dlopen(3). This means pkg
will not register shared library dependencies, so we will have to adjust
and bump ports as necessary. When necessary, unfortunately, is unclear
based on how things work upstream.

Fix typo: OPENMP_USE=compiler:openmp should have been
OPENMP_USES=compiler:openmp.

Bump PORTREVISION.

PR:	214785
        214666
Reported by:	taozhenext@gmail.com (214785), dbn (214666)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8650
Original commitRevision:427398 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
Friday, 4 Nov 2016
16:24 jrm search for other commits by this committer
math/R: More docuementation changes.

The feedback has been clear. Installing the TeX-dependent documentation
files by default is bad for users, even if that means one documentation
knob does not control the installation of all documentation files.

Reported by:	mat marino
Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8440
Original commitRevision:425338 
Thursday, 3 Nov 2016
13:55 jrm search for other commits by this committer
math/R: Revert documentation changes and bump PORTREVISION

In an attempt to simplify the handling of documentation for users, changes
were made in the last commit. When the documentation knob was off, (almost)
no HTML, PDF, etc. files or their sources were installed, and when the knob
was on, all these files were installed. Because some of these documentation
files depended on some very large TeX ports, despite the usual convention,
the knob was turned off by default. Unfortunately, this caused problems for
a few R-dependent ports, because they copy documentation files from math/R
when they are installed.

Reported by:	antoine
Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8429
Original commitRevision:425213 
Wednesday, 2 Nov 2016
14:12 jrm search for other commits by this committer
math/R: Fix typo and bump PORTREVISION

Reported by:	rhurlin@gwdg.de
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8420
Original commitRevision:425155 
Tuesday, 1 Nov 2016
20:36 jrm search for other commits by this committer
math/R: Update to version 3.3.2 and other changes

- Changes in version 3.3.2:
  https://cran.r-project.org/doc/manuals/r-release/NEWS.html

- Port Changes
    - Definitively set PORTNAME after removal of slave ports
    - Set MASTERS_SITES to CRAN
    - Make documentation installation simpler for users
        - make the DOCS option the only option for extra documentation
          (remove PDF option)
        - turn this option off by default since it pulls in over 1 GB of
          build dependencies (TeX and friends)
    - Do not make INFO option imply DOCS option
    - Cosmetic changes

Reviewed by:	mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8330
Original commitRevision:425090 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Friday, 23 Sep 2016
21:42 jrm search for other commits by this committer
Update email address to jrm@FreeBSD.org for ports that I maintain

Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
Original commitRevision:422697 
Friday, 5 Aug 2016
02:30 marino search for other commits by this committer
math/R: maintainer rework

See PR for signficant changes to math/R port including options,
build defaults, and patch updates.

PR:		211393
Submitted by:	Joseph Mingrone (maintainer)
Original commitRevision:419666 
Thursday, 4 Aug 2016
03:00 marino search for other commits by this committer
math/R: Tweak previous ${OSVERSION} without ${OPSYS} commit

I made a mistake; some of the post-patch target does apply to DragonFly
as well as the pre-configure target.  Tighten up which code is designated
as FreeBSD only.  (again, a No-Op for FreeBSD)

Approved by:	OSVERSION/OPSYS blanket
Original commitRevision:419581 
Wednesday, 3 Aug 2016
15:15 marino search for other commits by this committer
math/R: Fix usage of ${OSVERSION} without ${OPSYS}

There are several OSVERSION checks but everything is specific to FreeBSD
so the entire block is wrapped with a single OPSYS check to minimize
changes to the makefile.

Approved by:	OSVERSION/OPSYS blanket
Original commitRevision:419530 
Saturday, 16 Jul 2016
15:48 riggs search for other commits by this committer
Fix dependencies, Makefile cleanups

Detailed maintainer log:
- Explicitly rely on required perl for the build
- math/R cannot be built in poudriere when math/atlas is chosen for the
  BLAS implementation.  It's not the default, so handle gracefully with
  an IGNORE (could also have set MANUAL_PACKAGE_BUILD with
  ATLAS_VARS= MANUAL_PACKAGE_BUILD=...)
- fix a type: DOC_BUILD_DEPEND -> DOCS_BUILD_DEPEND

PR:		210983
Submitted by:	jrm@ftfl.ca (maintainer)
Original commitRevision:418640 
Saturday, 9 Jul 2016
20:02 antoine search for other commits by this committer
Prevent PKGNAME collision with math/libR
Original commitRevision:418292 
19:28 riggs search for other commits by this committer
Modernize and simplify port

PR:		210866
Submitted by:	jrm@ftfl.ca (maintainer)
Reviewed by:	rhurlin@gwdg.de, bapt, riggs
Original commitRevision:418289 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
07:34 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on dependent ports
Original commitRevision:418119 
Saturday, 2 Jul 2016
15:32 riggs search for other commits by this committer
Joseph Mingrone <jrm@ftfl.ca> has volunteered to maintain R in bf@'s absence

PR:		210754
Submitted by:	jrm@ftfl.ca
Original commitRevision:417936 
Friday, 1 Jul 2016
08:29 wen search for other commits by this committer
- Update to 3.3.1
- Remove PCRE_PORT option
- Really strip the .so file
- Minor cleanup

PR:		210513
Submitted by:	wen@(myself)
Original commitRevision:417864 
Monday, 27 Jun 2016
21:30 rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Original commitRevision:417685 
Sunday, 26 Jun 2016
14:03 pi search for other commits by this committer
math/R: add LIBR to OPTIONS_DEFAULT to allow math/rkward-kde4 to build

PR:		207425
Reported by:	thierry
Original commitRevision:417525 
Saturday, 25 Jun 2016
19:10 pi search for other commits by this committer
math/R: Add optimization related options to Makefile

There are a couple of enhancements that can be made to math/R
regarding optimization: one would be to enable LTO and OpenMP
whenever the compiler supports it, another one would be to allow
linking to OpenBLAS besides ATLAS or R's internal BLAS implementation.
The patch was inspired by math/octave's handling of BLAS.

PR:		207425
Submitted by:	elferdo@gmail.com
Approved by:	bf (maintainer timeout)
Original commitRevision:417477 
Saturday, 18 Jun 2016
18:08 dbn search for other commits by this committer
math/R: unbreak index.

Reported by:	cperciva@ (Portsnap buildbox)
Original commitRevision:417079 
17:46 dbn search for other commits by this committer
Mk/Uses/cran: add "compiles" argument.

[1] Add "compiles" argument to cran to allow R-cran ports need to compile
code to bring in the correct compiler dependencies.  Also, ensure
consistency between the compiler selected by the R port and the R-cran ports.

[2] Migrate R-cran ports that manually specify the compiler to
USES=cran,compiles.

PR:		210343
Approved by:	wen (1), portmgr (2, blanket)
Original commitRevision:417077 
Sunday, 22 May 2016
18:07 pi search for other commits by this committer
math/R: 3.2.2 -> 3.3.0

Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html

PR:		209315
Submitted by:	wen
Approved by:	bf (maintainer, by mail)
Original commitRevision:415646 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 24 Mar 2016
15:47 tijl search for other commits by this committer
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411798 
Tuesday, 27 Oct 2015
08:21 wen search for other commits by this committer
- Update to 3.2.2

PR:		203418
Submitted by:	wen@(myself)
Reviewed by:	tota@
Approved by:	maintainer(timeout, > 25 days)
Thanks to:	freebsd-bugs@mackler.org harrison.grundy@astrodoggroup.com
Original commitRevision:400221 
Friday, 25 Sep 2015
21:00 linimon search for other commits by this committer
Use trick from arm/powerpc to fix build on sparc64.

Approved by:	portmgr (sparc64 blanket)
Original commitRevision:397870 
Saturday, 22 Aug 2015
17:48 hrs search for other commits by this committer
- Split ghostscript into X11-independent and -dependent parts:

 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
Original commitRevision:395047 
Thursday, 16 Jul 2015
20:53 kwm search for other commits by this committer
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Original commitRevision:392322 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 13 May 2015
23:22 bapt search for other commits by this committer
R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping this
kind of libraries to avoid messing the solver with wrong provides.

Bump the port to enforce users to rebuild the package with 1.5.2 and having not
satifisfiable problem for the solver
Original commitRevision:386276 
Friday, 8 May 2015
14:04 amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Original commitRevision:385787 
Thursday, 23 Apr 2015
21:26 bapt search for other commits by this committer
Update icu to 55.1
Original commitRevision:384614 
Wednesday, 25 Mar 2015
07:37 marino search for other commits by this committer
math category: Remove $PTHREAD_LIBS

Note that math/PDL did not pass stage-QA before, so it was fixed.

approved by:	PTHREAD blanket
Original commitRevision:382199 
Friday, 13 Feb 2015
21:41 sbruno search for other commits by this committer
Add powerpc/powerpc64 to the list of ARCH that get libmissing by default.

Reviewed by:	jhibbits
Original commitRevision:378945 
Tuesday, 10 Feb 2015
22:24 sbruno search for other commits by this committer
Repair overflow condition where WCHAR_MAX != INT_MAX
https://github.com/andreas-schwab/tre/commit/182e1060dc3bfc175490f6e0e961d9330971299c

Add MISSING option to the default build on armv6.

PR:		194183
Submitted by:	mikael.urankar@gmail.com, Adreas Schwab
Approved by:	maintainer timeout (3 months without PR comment)
Original commitRevision:378808 
Thursday, 25 Dec 2014
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Thursday, 4 Sep 2014
19:26 antoine search for other commits by this committer
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
Original commitRevision:367307 
Friday, 1 Aug 2014
07:49 antoine search for other commits by this committer
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
Original commitRevision:363689 
Tuesday, 29 Jul 2014
20:55 adamw search for other commits by this committer
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363390 
Tuesday, 15 Jul 2014
16:23 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361962 
Thursday, 26 Jun 2014
13:51 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359353 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Saturday, 5 Apr 2014
10:30 antoine search for other commits by this committer
Stage support

With hat:	portmgr
Original commitRevision:350209 
Friday, 4 Apr 2014
19:39 bapt search for other commits by this committer
Readd pre-configure-script to avoid warning about duplicated pre-configure
Original commitRevision:350155 
14:44 bapt search for other commits by this committer
Support stage
Strip libR.a
Original commitRevision:350130 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
Original commitRevision:347809 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:344614 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Wednesday, 13 Nov 2013
08:19 bf search for other commits by this committer
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
Original commitRevision:333659 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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)
Original commitRevision:331644 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Monday, 16 Sep 2013
16:32 bapt search for other commits by this committer
Convert to new perl framework
Convert USE_GMAKE to USES
Original commitRevision:327411 
Wednesday, 4 Sep 2013
17:39 antoine search for other commits by this committer
pkg-config is needed for cairo detection

Approved by:	portmgr (bapt)
Original commitRevision:326303 
Thursday, 15 Aug 2013
22:13 bf search for other commits by this committer
Update math/libmissing to 20130815, and adjust a dependent port
Original commitRevision:324786 
Tuesday, 28 May 2013
15:15 bf search for other commits by this committer
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
Original commitRevision:319316 
Saturday, 11 May 2013
17:58 hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Original commitRevision:317899 
Monday, 6 May 2013
02:00 hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Original commitRevision:317455 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 27 Mar 2013
23:43 bf search for other commits by this committer
remove a problematic mirror
Original commitRevision:315422 
Thursday, 7 Mar 2013
04:21 bf search for other commits by this committer
update math/R to 2.15.3, and adjust dependent ports
Original commitRevision:313562 
Friday, 4 Jan 2013
17:51 bf search for other commits by this committer
update the R base ports to 2.15.2 and adjust dependent ports

Reviewed by:	thierry, tota, wen
Original commitRevision:309935 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Sunday, 14 Oct 2012
18:04 bf search for other commits by this committer
fix compiler runtime library path after recent changes to bsd.gcc.mk

Prodded by:	gerald
Feature safe:	yes
Original commitRevision:305887 
Tuesday, 18 Sep 2012
10:22 gahr search for other commits by this committer
- Remove limitation on unthreaded version of Tk

PR:		171156
Submitted by:	gahr
Approved by:	maintainer (timeout 20 days)
Original commitRevision:304440 
Friday, 29 Jun 2012
01:46 bf search for other commits by this committer
tell portscout to ignore the irrelevant bugfix distfile
Original commit
Tuesday, 26 Jun 2012
23:57 bf search for other commits by this committer
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 21 May 2012
05:18 bf search for other commits by this committer
prevent some of the older base system texinfo utilities from being
used with others from print/texinfo; mark the non-default option
WITH_PDF_MANUALS broken (reported by A. Shterenlikht)
Original commit
Friday, 4 May 2012
20:56 bf search for other commits by this committer
- update math/R-cran-psych to 1.2.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]
Original commit
Saturday, 17 Mar 2012
23:30 bf search for other commits by this committer
fix the build with a non-default LOCALBASE

Reported by:    tota
Feature safe:   yes
Original commit
Saturday, 3 Mar 2012
16:59 bf search for other commits by this committer
update math/R to 2.14.2, and adjust dependent ports
Original commit
Thursday, 16 Feb 2012
08:17 bf search for other commits by this committer
fix WITH_PCRE_PORT after the devel/pcre update
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Wednesday, 18 Jan 2012
23:04 bf search for other commits by this committer
update math/R to 2.14.1, and adjust dependent ports
Original commit
Friday, 9 Dec 2011
15:37 bf search for other commits by this committer
remove a problematic mirror from MASTER_SITES

Feature safe:   yes
Original commit
Sunday, 27 Nov 2011
07:02 bf search for other commits by this committer
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:    linimon (portmgr), thierry, tota, wen
Feature safe:   yes
Original commit
Tuesday, 22 Nov 2011
11:14 bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
Original commit
Tuesday, 11 Oct 2011
14:19 bf search for other commits by this committer
update math/R to 2.13.2, and adjust dependent ports
Original commit
Saturday, 27 Aug 2011
18:58 bf search for other commits by this committer
- narrow the scope of BROKEN: the build problems were caused by
the update of devel/pcre to version 8.13
- use the bundled pcre by default
Original commit
Friday, 26 Aug 2011
20:39 pav search for other commits by this committer
- Mark BROKEN: fails to package

Reported by:    pointyhat
Original commit

Number of commits found: 262 (showing only 100 on this page)

«  1 | 2 | 3  »