4 Commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
TAKATSU Tomonari
552d94a435 - Add missing shebangfix and its related section 2018-04-27 05:51:41 +00:00
TAKATSU Tomonari
b2c1bf29a6 - Add new port: databases/R-cran-RPostgreSQL
Database interface and 'PostgreSQL' driver for 'R'. This package
  provides a Database Interface 'DBI' compliant driver for 'R' to
  access 'PostgreSQL' database systems. In order to build and install
  this package from source, 'PostgreSQL' itself must be present your
  system to provide 'PostgreSQL' functionality via its libraries and
  header files. These files are provided as 'postgresql-devel' package
  under some Linux distributions. On 'macOS' and 'Microsoft Windows'
  system the attached 'libpq' library source will be used.

  WWW: https://cran.r-project.org/web/packages/RPostgreSQL/
2018-04-27 03:25:17 +00:00