Commit graph

96 commits

Author SHA1 Message Date
Tobias C. Berner
654acd8140 math/gsl: bump portrevision of consumers after update to 2.7.1
PR:		260201
2022-01-12 20:41:22 +01:00
Stefan Eßer
7427054309 graphics/nip2: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:12 +02:00
Matthias Fechner
c7aa6ea8f7 graphics/vips: Update to 8.11.3
Bump depending ports
Changelog:
https://github.com/libvips/libvips/releases

PR:		258242
Approved by:	danilo (maintainer)
2021-09-06 20:03:30 +02:00
Tobias C. Berner
63e653adaa math/gsl: update to 2.7
From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
2021-06-16 21:31:27 +02:00
Baptiste Daroussin
ff15b1d8a2 graphics/nips2: remove wrong dependency on gnome-mime-data 2021-05-01 15:34:19 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Danilo Egea Gondolfo
cec872775b - Update graphics/vips to 8.9.2
- Add DEBUG option
- Update WWW

PR:		243674
2020-04-28 21:14:27 +00:00
Baptiste Daroussin
40b756ba24 Update to 0.10.46 and only keep one libgoffice version
libgoffice 0.10 has been introduced long enough ago 6 years ago, stopping support
for libgoffice 0.8, it is now more than time, to remove libgoffice 0.8 and only
keep 0.10.

Remove the optionnal goffice option for projects not supporting 0.10.
2019-12-16 17:06:38 +00:00
Danilo Egea Gondolfo
2ac570061d - Update graphics/vips to 8.8.3
- Remove PYTHON option. Python support was moved to an external package
2019-11-09 22:43:51 +00:00
Tobias C. Berner
4e896a50f8 math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken
  - this also breaks the two consumers of this port

- biology/gemma: has a conflict with cblas, and is makred broken.

PR:		241363
Exp-run by:	antoine
2019-10-25 23:41:34 +00:00
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
Baptiste Daroussin
e9122e6079 Backout r493559
Bad grep foo sorry

Pointyhar:	bapt
2019-02-22 08:12:39 +00:00
Baptiste Daroussin
3029b20865 Remove USE_GNOME=gnomemimedata which wasn't doing anything anymore 2019-02-22 08:07:34 +00:00
Danilo Egea Gondolfo
e0f06dbf1c - Update to 8.7.1 2019-02-01 23:29:15 +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
Danilo Egea Gondolfo
dae28d21fb - Use MASTER_SITES to download the tarball release by the project [1]
- Reintroduce DOCS options

Reported by:	mat [1]
2018-11-10 16:24:40 +00:00
Danilo Egea Gondolfo
cfadd9ea3f - Update graphics/vips and graphics/nip2 to 8.7.0
- Use GITHUB instead of MASTER_SITES
2018-10-26 21:28:15 +00:00
Tobias C. Berner
bb238a10bf Update math/gsl to 2.5
PR:		229067
2018-06-23 08:27:13 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Danilo Egea Gondolfo
a199289c3f - Update to 8.6.0
- Change MASTER_SITES to github
- Update WWW
2018-01-06 13:37:18 +00:00
Tobias C. Berner
5da7ccc1fb Update math/gsl to 2.4
Exp-Run by:	antoine
PR:		220408
2017-07-03 20:38:11 +00:00
Tobias C. Berner
8c99ed5982 Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
	http://savannah.gnu.org/forum/forum.php?forum_id=8751

* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support

PR:		218952
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10522
2017-05-02 05:26:40 +00:00
Danilo Egea Gondolfo
bc801297c0 - Update to 8.4.0
- Add some explicit dependencies to make Q/A happy
2016-09-26 03:12:04 +00:00
Danilo Egea Gondolfo
c4e0ee17b0 - Update to 8.3.0 2016-05-24 01:45:13 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Danilo Egea Gondolfo
36a09b397c - Update to 8.2 2016-01-12 20:11:10 +00:00
Danilo Egea Gondolfo
fdd8d3d129 - Update to 8.0.2 2015-05-06 17:01:28 +00:00
Danilo Egea Gondolfo
7e02f402b6 vips
- Update to 8.0.1
nip2
- Update to 8.0
- Add LDFLAGS=-lm to fix build when math options are disabled
2015-05-04 15:04:02 +00:00
Danilo Egea Gondolfo
5c43601d8f - Update to 7.42.3 2015-02-14 15:29:31 +00:00
Danilo Egea Gondolfo
a677ab08ee - Update to 7.42.2 2015-02-05 13:04:25 +00:00
Danilo Egea Gondolfo
5271b00d7b - Update to 7.42.1 2015-01-02 19:01:29 +00:00
Danilo Egea Gondolfo
77ab6c156c - Update from 7.40.4 to 7.42.0
- Take maintainership
2014-11-24 14:52:57 +00:00
Danilo Egea Gondolfo
03d462df02 - Update from 7.40.11 to 7.42.0 2014-11-22 15:23:21 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Danilo Egea Gondolfo
18799d1fa6 - Update from 7.40.9 to 7.40.10 2014-10-02 13:05:02 +00:00
Danilo Egea Gondolfo
c0a1775203 - Update from 7.40.8 to 7.40.9 2014-09-23 16:45:24 +00:00
Pawel Pekala
25475f71cb - Update to version 7.40.4
- Make heavy dependencies optional

PR:		ports/193327
Submitted by:	tkato432@yahoo.com
2014-09-21 10:09:08 +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
Danilo Egea Gondolfo
e8fd361603 - Update from 7.40.6 to 7.40.7 2014-09-08 15:47:04 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Danilo Egea Gondolfo
675a7039d1 - Update from 7.40.5 to 7.40.6 2014-08-22 13:54:12 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
John Marino
df477e3e3d graphics/vips & nip2: Upgrade version
Upgrade vips version 7.40.3 => 7.40.4
Upgrade nip2 version 7.40.2 => 7.40.3

PR:		192206
Submitted by:	Ports Fury
2014-08-10 09:40:41 +00:00
Antoine Brodin
1530dc26a5 Drop: it's not part of portmgr's job to maintain ports that mi@ breaks and
later refuses to unbreak because it's been marked broken by portmgr
2014-07-20 18:31:24 +00:00
Mikhail Teterin
5c7cc12137 Upgrade vips and nip2 to 7.40.3 and 7.40.2 respectively. Unbreak
packaging for the case, when the install of documentation is enabled.

Transfer maintainership to antoine@, so he can continue to do as he
pleases with both, but without the guilt of changing other people's
ports.
2014-07-05 15:41:01 +00:00
Adam Weinberger
de494a8091 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:09:47 +00:00
Mikhail Teterin
504dc884dc Explicitly set MANCOMPRESSED to no. The new way of dealing with
man-pages seems to require it.
2014-07-01 23:47:19 +00:00
Baptiste Daroussin
411f65f26d Fix the fix 2014-07-01 23:36:27 +00:00
Mikhail Teterin
dcb245f9d1 Appease the new authorities and remove the bogus BROKEN-declaration. 2014-07-01 23:35:02 +00:00