notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/psptoolchain/Makefile

Number of commits found: 13

Thursday, 30 Jun 2022
20:33 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 10b96277e5d911a7461dabfa9719d1a68bd33bf6 commit hash: 10b96277e5d911a7461dabfa9719d1a68bd33bf6 commit hash: 10b96277e5d911a7461dabfa9719d1a68bd33bf6 commit hash: 10b96277e5d911a7461dabfa9719d1a68bd33bf6 10b9627
Saturday, 7 May 2022
10:32 Rene Ladan (rene) search for other commits by this committer
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
commit hash: f4c64b1b909d10c545b481ca318658de2694148f commit hash: f4c64b1b909d10c545b481ca318658de2694148f commit hash: f4c64b1b909d10c545b481ca318658de2694148f commit hash: f4c64b1b909d10c545b481ca318658de2694148f f4c64b1
Saturday, 11 Dec 2021
07:04 Gleb Popov (arrowd) search for other commits by this committer
devel/psptoolchain*: Reset MAINTAINER as requested.

PR:		198813
commit hash: 720c2bebcc2ee36ebf11e0e483b044ec45477fac commit hash: 720c2bebcc2ee36ebf11e0e483b044ec45477fac commit hash: 720c2bebcc2ee36ebf11e0e483b044ec45477fac commit hash: 720c2bebcc2ee36ebf11e0e483b044ec45477fac 720c2be
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 15 Jul 2015
20:57 pgollucci search for other commits by this committer
devel/psptoolchain: cleanup

- convert to USES=metaport

PR:                  201572
Submitted by:        s3erios@gmail.com
Approved by:         tphilipp@potion-studios.com (maintainer)
Original commitRevision:392213 
Monday, 28 Jul 2014
15:01 marino search for other commits by this committer
stage devel/psptoolchain and restore maintainship

PR:		192148
Submitted by:	former maintainer (Tassilo Philipp)
Original commitRevision:363170 
Friday, 4 Jul 2014
12:06 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360604 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Monday, 6 Feb 2012
04:38 araujo search for other commits by this committer
- Update to 20111215.

Submitted by:   Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via
email)
Original commit
Friday, 21 Aug 2009
00:54 araujo search for other commits by this committer
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>
Original commit

Number of commits found: 13