non port: biology/t_coffee/Makefile |
SVNWeb
|
Number of commits found: 38 |
Sat, 4 Apr 2020
|
[ 20:51 antoine ] (Only the first 10 of 520 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Wed, 7 Dec 2016
|
[ 13:24 gerald ] (Only the first 10 of 227 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Mon, 9 Jun 2014
|
[ 11:21 olgeni ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Wed, 18 Dec 2013
|
[ 17:24 tijl ]
USES=fortran, staging.
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 15:55 bapt ] (Only the first 10 of 94 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 14 Jan 2013
|
[ 08:04 araujo ]
- Update to 9.03.
PR: ports/172499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 1 Oct 2012
|
[ 14:45 tabthorpe ] (Only the first 10 of 47 ports in this commit are shown above. )
- Reassign to the heap at maintainer's request
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Tue, 9 Sep 2008
|
[ 13:43 gahr ]
- Respect PORTDOCS/PORTEXAMPLES
Reported by: QA Tindie
Approved by: portmgr
|
Sat, 5 Apr 2008
|
[ 10:47 rafan ]
- Update to 5.68
- Remove gcc version restriction
PR: ports/122435
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar> (maintainer)
|
Wed, 2 May 2007
|
[ 07:15 edwin ]
[patch] cleanup non-supported FreeBSD versions
PR: ports/111728
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
Fri, 9 Mar 2007
|
[ 11:26 miwi ]
- Update to 4.96
PR: 110080
Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer)
|
Mon, 22 Jan 2007
|
[ 23:22 rafan ]
- Project moves to a new home. Change MASTER_SITES and WWW
PR: ports/108214
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: Fernan Aguero <fernan at iib.unsam.edu.ar> (maintainer)
|
Fri, 10 Feb 2006
|
[ 09:45 lawrance ]
Update to 3.27.
Use GCC 3.3 on systems with 3.4, due to an internal compiler error.
PR: ports/93050
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
|
Tue, 6 Dec 2005
|
[ 15:10 tdb ]
- Update to 3.18 to make fetchable again
- Mark broken on 6.x upwards
PR: 89977
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Approved by: clement (mentor)
|
Fri, 28 Oct 2005
|
[ 06:32 kris ]
BROKEN: Unfetchable
|
Tue, 11 Oct 2005
|
[ 20:47 sem ]
Forced commit to note the port was updated to 3.14 not 3.13
|
[ 20:44 sem ]
- Update to 3.13. It fixes fetching.
PR: ports/87264
Submitted by: maintainer
|
Thu, 25 Nov 2004
|
[ 23:03 sem ]
- Update to 2.03
- Pass maintainership to submitter
PR: ports/74332
Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
|
Sat, 20 Nov 2004
|
[ 08:09 linimon ] (Only the first 10 of 33 ports in this commit are shown above. )
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption.
|
Thu, 22 Jan 2004
|
[ 12:18 trevor ] (Only the first 10 of 87 ports in this commit are shown above. )
Use the CPIO macro defined in bsd.port.mk.
|
Thu, 13 Nov 2003
|
[ 14:45 trevor ] (Only the first 10 of 81 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Fri, 7 Mar 2003
|
[ 05:56 ade ] (Only the first 10 of 28 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 25 Jan 2002
|
[ 14:58 wjv ]
Add t_coffee 1.37, a multiple DNA or protein sequence alignment package.
|
Number of commits found: 38 |