Commit graph

56 commits

Author SHA1 Message Date
Tijl Coosemans
cc8d4beae4 - Add USES=libtool
- Add INSTALL_TARGET=install-strip
2014-07-07 21:35:34 +00:00
Sunpoet Po-Chuan Hsieh
a63f38bc06 - Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
  dependency change from science/netcdf4 to science/netcdf [1]

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 03:17:19 +00:00
Thierry Thomas
c79d7c5e3d Upgrade to v. 3.7.1. 2014-04-24 21:31:15 +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
Emanuel Haupt
deaa42d837 Remove trailing whitespaces from category science 2014-02-21 13:39:18 +00:00
Tijl Coosemans
564a799c71 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)
2014-02-16 17:15:31 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +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
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Martin Wilke
a78e98af81 - Correct DOCS handling
- Add missing dirctory to plist

Reported by:	pointyhat/pkg (dev_mode)
2013-06-14 12:00:22 +00:00
Baptiste Daroussin
7242f4ff34 WITHOUT_NLS -> PORT_OPTIONS:MNLS
NOPORTDOCS -> PORT_OPTIONS:MDOCS
NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
2013-06-04 14:40:29 +00:00
Thierry Thomas
d0a35a2a1d Fix plist.
Reported by:	pointyhat via erwin
2013-05-24 15:52:14 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Max Brazhnikov
5bf9bfc399 science/openbabel:
- Update openbabel to 2.3.2
- Switch to CMake build system
- Add PYTHON and CAIRO options
- Don't rename babel binary, mark conflict with ancient biology/babel

science/py-openbabel:
- Merge py-openbabel to openbabel

other:
- chase openbabel update
2012-12-11 14:19:54 +00:00
Thierry Thomas
730c2b873c Upgrade to 3.6.1.1.
Changelog at <http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download.html>.

Feature safe:	yes
2012-11-27 06:41:02 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Thierry Thomas
26411aa537 Fix build with gcc-4.5.2.20101118.
Reported by:	pointyhat and QAT
2010-11-25 17:54:06 +00:00
Thierry Thomas
5c7304ef11 Upgrade to 3.5.2.
It corrects some minor mistakes including XSF file format, colourisation
issues or node duplication.
2010-11-24 20:42:08 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Thierry Thomas
bf24eb1d58 Upgrade to 3.5.1.
Changelog at
<http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/changelog.en.html#3.5.1>.
2010-04-25 19:57:37 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Thierry Thomas
cf80506aa8 Fix plist when NOPORTDOCS / NOPORTEXAMPLES are defined.
Reported by:	QAT
2009-11-07 14:36:46 +00:00
Thierry Thomas
7d3001a786 Upgrade to 3.5.
Changelog at <http://inac.cea.fr/L_Sim/V_Sim/changelog.en.html>.
2009-11-07 10:19:44 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Thierry Thomas
38c0413f09 Upgrade to 3.4.4.
Changelog at <http://inac.cea.fr/L_Sim/V_Sim/changelog.en.html#3.4>.
2009-06-05 19:25:23 +00:00
Thierry Thomas
befcfc1588 Upgrade to version 3.4.3. 2009-03-07 08:36:35 +00:00
Thierry Thomas
6537ea16e8 Upgrade to 3.4.2.
Changelog at <http://inac.cea.fr/L_Sim/V_Sim/download.html#3.4.2>.
2008-12-10 19:16:46 +00:00
Thierry Thomas
fe13612bf7 Fix plist with NOPORTEXAMPLES.
Reported by:	QAT
2008-11-22 15:37:06 +00:00
Thierry Thomas
a719a43078 Fix plist with NOPORTDOCS.
Reported by:	QAT
2008-09-06 21:10:26 +00:00
Thierry Thomas
c731374708 Upgrade to v. 3.4.1.
Changelog at
<http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download.html#3.4>.
2008-09-05 21:12:56 +00:00
Beech Rintoul
e9f29a10b7 Bump portrevision after openbabel update. 2008-07-07 00:08:33 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Thierry Thomas
fd2a763ea9 Upgrade to 3.4.0.
Changelog at <http://inac.cea.fr/L_Sim/V_Sim/index.en.html>.
2008-06-03 05:52:40 +00:00
Thierry Thomas
fa87061592 Introduce NOPORTEXAMPLES.
Suggested by:	itetcu
2008-05-25 21:49:03 +00:00
Thierry Thomas
27f8d3e59b Fix plist when NOPORTDOCS is set.
Notified by:	itetcu
2008-05-21 20:20:34 +00:00
Thierry Thomas
22b7d8883d Upgrade to v. 3.3.3.
Changelog at <http://inac.cea.fr/L_Sim/V_Sim/index.en.html>.
2008-05-20 19:28:41 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Thierry Thomas
827d67dff7 Upgrade to 3.3.2: minor corrections and brings a man page. 2008-04-03 20:12:18 +00:00
Thierry Thomas
b1e5d64714 Upgrade to 3.3.1.
Changelog at
<http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/changelog.en.html#3.3>.
2007-12-11 21:06:35 +00:00
Pav Lucistnik
59783a7d36 - Chase openbabel update 2007-05-24 22:21:26 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Li-Wen Hsu
d47a8857e7 - Fix typo, PORTREVISION, not PORTREVERSION, my fault, sorry
Found by:	flz
Approved by:	clsung (mentor)
2007-04-12 06:07:34 +00:00
Li-Wen Hsu
db0bf94b4c science/netcdf
- Update to 3.6.2

graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version number

PR:		111347
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by:	clsung (mentor)
2007-04-10 03:08:59 +00:00
Thierry Thomas
cac097d9f8 Upgrade to 3.3.0.
Changelog at
<http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/changelog.en.html#3.3.0>.
2007-03-13 22:24:08 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Thierry Thomas
7d5bf5a502 Upgrade to 3.2.1.
Changelog at
<http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/changelog.en.html#3.2>.
2006-09-11 20:09:12 +00:00
Thierry Thomas
e853da0860 Make fetchable again: the tarball has been rerolled to fix a typo in
v_sim-3.2.0/po/fr.po ("Colorsation" -> "Colorisation").

No need to bump PORTREVISION.

Reported by:	linimon
2006-07-04 20:26:31 +00:00