Commit graph

80 commits

Author SHA1 Message Date
Dmitry Marakasov
00a8fdd2e6 - Mark BROKEN: does not fetch, size/checksum mismatch
Approved by:	portmgr blanket
2017-02-07 14:20:09 +00:00
Gerald Pfeifer
e4b7b9118a 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
2016-12-07 13:24:56 +00:00
Kurt Jaeger
873d480c86 biology/molden: distfile was updated in xwin.c 2016-12-03 17:03:42 +00:00
Kurt Jaeger
3a34ede59f biology/molden: add missing LICENSE_NAME
Reported by:	pkg-fallout
2016-11-10 05:13:02 +00:00
Kurt Jaeger
fdb936077d biology/molden: fix distinfo, set LICENSE
Submitted by:	marino
Reported by:	Eduardo Lemos de Sa <eduardo.lemosdesa@gmail.com>
MFH:		2016Q4
2016-11-09 20:49:57 +00:00
Antoine Brodin
20cdf07f8b Mark BROKEN: unfetchable, size mismatch
Reported by:	pkg-fallout
2016-10-01 08:02:20 +00:00
Kurt Jaeger
2ed702d2d3 biology/molden: 5.4 -> 5.7
- Adds editable text fields that are longer than the visible string
  and introduces a new way of selecting a range of amino acids.
- introduces interfaces to the open source packages openbabel and pharmer.
  Openbabel is used to create 2D images of the molecules in a .sdf
  file. It is also used to do 2D fingerprint searching.
  Pharmer is used to pharmacophore (3D) searching against indexed
  databases of .sdf files.
2016-08-26 06:00:47 +00:00
Dmitry Marakasov
684f67e3f0 - Mark BROKEN: does not fetch (distfile was removed from ftp)
Approved by:	portmgr blanket
2016-08-22 11:06:06 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Kurt Jaeger
9b767e68dc biology/molden: updated distfile, take maintainer
- upstream distfile is moving target with same version number

Submitted by:	antoine
2016-01-20 19:31:52 +00:00
Antoine Brodin
a31ae1a6f3 Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2016-01-20 18:57:11 +00:00
Kurt Jaeger
d997d56941 biology/molden: 5.0.7 -> 5.4
Changes:
- Missing hydrogens atoms of HETATM molecules (pdb files) are stored locally.
- Pdb files can now be clipped.
- Fixes missing residues. Introduces an alternative way of generating rotamers,
  without using z-matrices. This potentially a faster algorithm.
- Supports Movie making through avconv/ffmpeg.
- calculates the Electron Localization Function (ELF).
- Updated code of ambfor/ambmd to speed up optimisations/MD of proteins
  solvated in water (Jan, 2014).

PR:		204341
2016-01-18 19:32:37 +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
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +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
Martin Wilke
a0f669db2a - Update to 5.0.7
PR:		185942
Submitted by:	ports fury
2014-02-27 08:58:36 +00:00
Tijl Coosemans
ec8db877f4 - USES=fortran gmake.
- Add dependency on xproto.
- Fix build with new CFLAGS.
- Staging.
- New WWW.
2013-12-29 14:30:20 +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
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +00:00
Martin Wilke
ff0810582d - Update to 5.0.6
PR:		178032
Submitted by:	Ports Fury
2013-04-26 06:57:37 +00:00
Eitan Adler
1c155b4991 Update to 5.0.4 2012-12-14 17:47:16 +00:00
Armin Pirkovitsch
f50819ce60 - Update to version 5.0.2
- Add MAKE_JOBS_UNSAFE
- Convert to optionsng

PR:           ports/171970
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:51:49 +00:00
Alexey Dokuchaev
bd4927ffa4 Mea culpa, s/Whom/Created by/ 2012-09-23 15:40:58 +00:00
Alexey Dokuchaev
e6bc1ecae5 - Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite
  article from COMMENT where appropriate
2012-09-23 15:38:58 +00:00
Thomas Abthorpe
f48ef480ea - Reassign to the heap at maintainer's request 2012-09-22 15:34:16 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Pav Lucistnik
55f1f70c83 - Unbreak fetch
Submitted by:	maintainer
2009-08-02 19:59:03 +00:00
Pav Lucistnik
4ebe149d6a - Unbreak distinfo after portrevision bump
Reported by:	pointyhat
2009-01-09 19:31:49 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Wesley Shields
a8dc52d3dc - Roll back to 4.6 as 4.7 is the development version and is constantly being
re-rolled.
- Move post-patch target into files/patch-xwin.c to remove sed invocation.
- Respect NOPORTDATA and DATADIR.
- Bring files/patch-aa back (to preserve history) and retire patch-makefile.
- Fixup files/patch-xwin.c so it applies cleanly to this version.
2008-11-11 02:21:28 +00:00
Wesley Shields
69d100db8c Mark as broken since it has been re-rolled for the 4th(?) time. 2008-11-07 20:21:13 +00:00
Wesley Shields
f481e858d9 Distfile was re-rolled. The changes were to fix some bugs in the code.
While I'm here, make it respect NOPORTDOCS.
2008-11-07 00:33:32 +00:00
Wesley Shields
05d80caef1 Update to 4.7
PR:		ports/128476
Submitted by:	fulvio ciriaco <oivulf@gmail.com>
2008-11-04 21:55:39 +00:00
Boris Samorodov
62b0d58228 Unbreak building for 8-x.
Submitted by:	Steve Kargl <sgk at troutmask.apl.washington.edu> at ports@ ML
2008-08-15 17:42:47 +00:00
Pav Lucistnik
98a58aed9f - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of symbol
Reported by:	pointyhat
2008-04-25 22:53:23 +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
Maho Nakata
9cfd2bb219 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 06:33:38 +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
Cheng-Lung Sung
f1b8c87794 - Update to 4.5 2007-04-24 10:24:51 +00:00
Martin Wilke
e52225d8c8 - Fix typo 2007-01-23 13:05:24 +00:00
Maho Nakata
5d7fcfc438 Using only gfortran42. not gcc42.
Bump portrevision.
2007-01-12 05:39:18 +00:00
Maho Nakata
397f4ace33 Migrated to gfortran. 2007-01-09 01:47:06 +00:00
Thierry Thomas
41a8cea837 Unbreak: molden has been updated on Aug 17, with the same DISTNAME.
Changelog at <http://www.cmbi.ru.nl/molden/HISTORY>.
2006-09-17 13:41:56 +00:00
Kris Kennaway
2248301e36 BROKEN: Size mismatch. Since this is unmaintained, deprecate and schedule
for termination on 2006-12-01
2006-09-04 14:50:49 +00:00
Kris Kennaway
fa2fe3f774 NO_CDROM and NO_PACKAGE are not appropriate here 2006-09-03 00:34:47 +00:00
Edwin Groothuis
72ad491a93 Remove USE_REINPLACE from all categories starting with B 2006-05-03 23:26:35 +00:00