Commit graph

46 commits

Author SHA1 Message Date
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
TAKATSU Tomonari
0fdc24224b - Update to 0.9-1 2014-09-21 02:00:11 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
TAKATSU Tomonari
6f516886e8 - Update to 0.8-16 2014-02-08 14:43:30 +00:00
TAKATSU Tomonari
d055a58bb3 - Update to 0.8-15 2014-02-08 11:16:42 +00:00
TAKATSU Tomonari
40c2709b71 - Update to 0.8-14 2013-12-31 07:09:03 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
TAKATSU Tomonari
fe68f3965f - Update to 0.8-13 2013-11-27 20:42:14 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
TAKATSU Tomonari
895f4b89bf - Upstream rerolled tarball
Noticed by:	marino@ (via private e-mail)
Reported by:	pkg-fallout
2013-11-27 15:07:37 +00:00
TAKATSU Tomonari
9c9a5064f2 - Update to 0.8-12 2013-11-23 06:04:35 +00:00
Brendan Fabeny
1b81841d48 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
2013-11-13 08:19:34 +00:00
Gerald Pfeifer
3be3e90f93 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
TAKATSU Tomonari
63351a00a4 - Update to 0.8-11 2013-09-05 21:37:54 +00:00
Sunpoet Po-Chuan Hsieh
71f91036a5 - Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
2013-08-21 03:46:21 +00:00
TAKATSU Tomonari
4550e88102 - Update to 0.8-10 2013-06-27 21:30:13 +00:00
Brendan Fabeny
e80e131996 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
2013-05-28 15:15:05 +00:00
TAKATSU Tomonari
577b3c138a - Update to 0.8-9
- Update pkg-descr which should have been fixed in 0.8-6
2013-05-05 02:52:35 +00:00
TAKATSU Tomonari
0c8bd7c8fb - Update to 0.8-8 2013-05-01 21:51:04 +00:00
Brendan Fabeny
51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
TAKATSU Tomonari
ba6d17ae07 - Update to 0.8-5 2013-02-08 14:53:49 +00:00
TAKATSU Tomonari
f7654d5440 - Update to 0.8-4 2013-01-19 22:13:49 +00:00
TAKATSU Tomonari
0d31db052f - Update to 0.8-3 2013-01-17 11:26:34 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
TAKATSU Tomonari
a55fa963a3 - Update to 0.8-01 2012-12-23 01:28:14 +00:00
TAKATSU Tomonari
4a07d0e11e - Update to 0.7-25 2012-12-14 13:17:54 +00:00
TAKATSU Tomonari
f0f194336f - Update to 0.7-24
- Update description in pkg-descr

Feature safe:	yes
2012-12-04 15:06:10 +00:00
TAKATSU Tomonari
238778822e - Update to 0.7-22
Feature safe:	yes
2012-11-06 22:53:21 +00:00
TAKATSU Tomonari
f693251da9 - Update to 0.7-20
Feature safe:	yes
2012-10-21 08:04:25 +00:00
TAKATSU Tomonari
d5765cf69a - Update to 0.7-19
- Fix value of --configure-args for custom LOCALBASE
- Trim WWW: line in pkg-descr
2012-09-29 03:34:21 +00:00
TAKATSU Tomonari
31617a0d0a - Update to 0.7-18
- Remove deprecated header information from Makefile
2012-09-02 00:35:37 +00:00
TAKATSU Tomonari
a96f29816b - Update to 0.7-16 2012-08-23 11:26:12 +00:00
Brendan Fabeny
3503a3164f update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
2012-06-26 23:57:00 +00:00
TAKATSU Tomonari
d1b034efb6 - Update to 0.7-12 2012-06-25 20:58:46 +00:00
TAKATSU Tomonari
2c588fec99 - Fix configure [1]
- Pet portlint

Reported by:	pointyhat (pav) [1]
2012-06-18 22:16:34 +00:00
Sunpoet Po-Chuan Hsieh
9c7f3409d5 - Bump PORTREVISION for graphics/gdal shlib change 2012-05-19 10:07:14 +00:00
TAKATSU Tomonari
e285008885 - Update to 0.7-11 2012-05-08 21:13:00 +00:00
TAKATSU Tomonari
c961086eb2 - Update to 0.7-10 2012-05-07 21:55:06 +00:00
Wen Heping
b360c0c97b - Bump PORTREVISION to chase the update of graphics/proj 2012-05-07 08:12:53 +00:00
Brendan Fabeny
aa89760550 - 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]
2012-05-04 20:56:15 +00:00
Brendan Fabeny
2dbc7784bc update math/R to 2.14.2, and adjust dependent ports 2012-03-03 16:59:36 +00:00
TAKATSU Tomonari
8b5cfab87d - Add a new port: graphics/R-cran-rgdal
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
  Library (GDAL) (>= 1.3.1) and access to projection/transformation
  operations from the PROJ.4 library. The GDAL and PROJ.4 libraries
  are external to the package, and, when installing the package from
  source, must be correctly installed first. Both GDAL raster and OGR
  vector map data can be imported into R, and GDAL raster data and
  OGR vector data exported. Use is made of classes defined in the sp
  package.

  WWW:	http://cran.r-project.org/web/packages/rgdal/
2012-02-11 01:45:46 +00:00