non port: devel/psptoolchain-gcc-stage1/Makefile |
SVNWeb
|
Number of commits found: 32 |
Thu, 30 Jun 2022
|
[ 20:33 Rene Ladan (rene) ] 10b9627 (Only the first 10 of 131 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-06-30 devel/psptoolchain: Security issues for multiple years
2022-06-30 devel/psptoolchain-binutils: Security issues for multiple years
2022-06-30 devel/psptoolchain-newlib: Security issues for multiple years
2022-06-30 devel/psptoolchain-gdb: Security issues for multiple years
2022-06-30 devel/psptoolchain-gcc-stage1: Security issues for multiple years
2022-06-30 devel/psptoolchain-pspsdk-stage1: Security issues for multiple years
2022-06-30 devel/psptoolchain-pspsdk-stage2: Security issues for multiple years
2022-06-30 devel/psptoolchain-gcc-stage2: Security issues for multiple years
|
Sat, 7 May 2022
|
[ 10:32 Rene Ladan (rene) ] f4c64b1
devel/psptoolchain*: mark for expiration on 2022-06-30
These ports are unmaintained and have up to seven years of
accumulated security issues. Deprecate these ports as
suggested in [1]
PR: 198813
|
Sat, 11 Dec 2021
|
[ 07:04 Gleb Popov (arrowd) ] 720c2be
devel/psptoolchain*: Reset MAINTAINER as requested.
PR: 198813
|
Thu, 14 Oct 2021
|
[ 21:30 Stefan Eßer (se) ] 2703cb8
devel/psptoolchain-gcc-stage1: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 16 Sep 2021
|
[ 09:04 Mikael Urankar (mikael) ] e7a7888
devel/psptoolchain-gcc-stage1: enable on aarch64
Approved by: portmgr (blanket)
|
Tue, 15 Jun 2021
|
[ 08:41 Piotr Kubaj (pkubaj) ] fd7e666
devel/psptoolchain-gcc-stage1: enable on armv7
|
[ 08:41 Piotr Kubaj (pkubaj) ] 6c549d9
devel/psptoolchain-gcc-stage1: enable on powerpc
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 21 Mar 2021
|
[ 09:57 gerald ] (Only the first 10 of 37 ports in this commit are shown above. )
Update to MPC version 1.2.0 with the following changes:
- New functions:
. mpc_sum
. mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats).
- New mpcheck tool for comparison with the native C library (which
is not installed by default).
Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.
PR: 249950
Submitted by: wen
|
Fri, 5 Mar 2021
|
[ 14:01 pkubaj ]
devel/psptoolchain-gcc-stage1: fix build on powerpc64le
Same issue as with other gcc ports.
|
Fri, 8 May 2020
|
[ 16:25 emaste ]
devel/psptoolchain-gcc-stage1: add objdump binutils dependency
/usr/bin/objdump has been removed from the base system and will not
be in FreeBSD 13.0.
Reported by: antoine
Approved by: bapt (implicit)
|
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
|
Tue, 2 Jul 2019
|
[ 08:13 pkubaj ]
devel/psptoolchain-gcc-stage2: fix build with GCC-based architectures
Add USES=compiler:c11:
cc1: error: unrecognized command line option
"-Wno-reserved-user-defined-literal"
PR: 238249
Approved by: mentors (implicit approval)
|
Sun, 30 Jun 2019
|
[ 21:13 pi ] (Only the first 10 of 36 ports in this commit are shown above. )
devel/psptoolchain-gcc-stage1: upgrade 4.6.2 -> 4.9.3
- follow upstream, which did the same upgrade recently
PR: 238769
Submitted by: Philipp <tphilipp@potion-studios.com> (maintainer)
|
[ 20:24 pi ]
devel/psptoolchain-gcc-stage1: Fix build conflict
- Fix build conflict when texinfo installed and when -march is set in env
PR: 233546
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer>
Reviewed by: koobs
|
Wed, 24 Apr 2019
|
[ 19:15 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
Switch to -fstack-protector-strong and enable on more architectures
PR: 237273
Exp-run by: antoine
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D19907
|
Sat, 27 Oct 2018
|
[ 17:39 linimon ]
Allow building on powerpc64.
While here, pet portlint.
PR: 232744
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Thu, 19 Apr 2018
|
[ 07:08 ale ] (Only the first 10 of 60 ports in this commit are shown above. )
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
|
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).
|
Wed, 13 Apr 2016
|
[ 10:41 jbeich ]
devel/*gcc*: convert to CONFIGURE_OUTSOURCE in trivial cases
PR: 208294
Exp-run by: antoine
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D4157
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
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
|
Tue, 9 Sep 2014
|
[ 15:27 tijl ]
Add USES=libtool
|
Mon, 28 Jul 2014
|
[ 13:58 marino ]
stage devel/psptoolchain-gcc-stage1 and restore maintainship
PR: 192142
Submitted by: former maintainer (Tassilo Philipp)
|
Fri, 4 Jul 2014
|
[ 12:06 bapt ] (Only the first 10 of 82 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Thu, 29 May 2014
|
[ 15:09 miwi ] (Only the first 10 of 49 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
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
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
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, 6 Feb 2012
|
[ 04:37 araujo ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 4.6.2.
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via
email)
|
Sun, 29 Nov 2009
|
[ 04:10 linimon ]
Does not build on ia64, and I'm guessing no one will be trying it on
sparc64.
Hat: portmgr
|
Fri, 21 Aug 2009
|
[ 00:54 araujo ] (Only the first 10 of 119 ports in this commit are shown above. )
The PlayStation Portable Toolchain is a collection of tools and utilities
for homebrew PSP development.
WWW: http://www.ps2dev.org
PR: ports/132323, ports/132324, ports/132325, ports/132326
ports/132327, ports/132328, ports/132329, ports/132330
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com>
|
Number of commits found: 32 |