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/libffi/pkg-plist

Number of commits found: 17

Tuesday, 23 Jan 2024
14:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libffi: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 2224782c9650576bc75a514fb6008463930fa0be commit hash: 2224782c9650576bc75a514fb6008463930fa0be commit hash: 2224782c9650576bc75a514fb6008463930fa0be commit hash: 2224782c9650576bc75a514fb6008463930fa0be 2224782
Friday, 9 Dec 2022
19:27 Kevin Bowling (kbowling) search for other commits by this committer Author: Daniel Engberg
devel/libffi: Update to 3.4.4

This release fixes a few bugs on alternate archs

PR:		268150
commit hash: f05c25d633050adf710f4dbf885dbed84d315c30 commit hash: f05c25d633050adf710f4dbf885dbed84d315c30 commit hash: f05c25d633050adf710f4dbf885dbed84d315c30 commit hash: f05c25d633050adf710f4dbf885dbed84d315c30 f05c25d
Thursday, 6 Oct 2022
16:53 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Update to 3.4.3

Changes https://github.com/libffi/libffi/releases/tag/v3.4.3

Exp-run by:	antoine
PR:		266522
commit hash: dab7f770b92844cc39f1ade3bec9a11ec73708bf commit hash: dab7f770b92844cc39f1ade3bec9a11ec73708bf commit hash: dab7f770b92844cc39f1ade3bec9a11ec73708bf commit hash: dab7f770b92844cc39f1ade3bec9a11ec73708bf dab7f77
Monday, 9 May 2022
18:21 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Update to 3.4.2

Drop lots of upstreamed patches.

Exp-run by:	antoine
PR:		263764
commit hash: abcd54a26fee084382d799f5ce14f397464bba80 commit hash: abcd54a26fee084382d799f5ce14f397464bba80 commit hash: abcd54a26fee084382d799f5ce14f397464bba80 commit hash: abcd54a26fee084382d799f5ce14f397464bba80 abcd54a
Thursday, 5 May 2022
21:04 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Revert "Update to 3.4.2"

This is currently awaiting an exp-run and was accidently committed.

I do not intend to bump port epoch unless requested because it will be
re-committed soon.

This reverts commit c0368fd487e049eee259ef74c3a86328b2321429.
commit hash: b5276dc9420b7b7e04fd0919a4aeb17b75988715 commit hash: b5276dc9420b7b7e04fd0919a4aeb17b75988715 commit hash: b5276dc9420b7b7e04fd0919a4aeb17b75988715 commit hash: b5276dc9420b7b7e04fd0919a4aeb17b75988715 b5276dc
20:28 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Update to 3.4.2

Drop lots of upstreamed patches.
commit hash: c0368fd487e049eee259ef74c3a86328b2321429 commit hash: c0368fd487e049eee259ef74c3a86328b2321429 commit hash: c0368fd487e049eee259ef74c3a86328b2321429 commit hash: c0368fd487e049eee259ef74c3a86328b2321429 c0368fd
Saturday, 4 Jul 2020
18:09 zeising search for other commits by this committer
devel/libffi: Update to 3.3.0

Update devel/libffi to 3.3.0
This adds support for RISC-V
Changelog:
https://github.com/libffi/libffi/releases/tag/v3.3

PR:		247028 (exp-run)
Reviewed by:	kp, linimon, arrowd
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D25163
Original commitRevision:541231 
Monday, 5 Jan 2015
11:50 sbruno search for other commits by this committer
Update libffi to 3.2.1
- Add LICENSE_FILE
- Use OPTIONS helpers
- Backport: Fix for testsuite using clang [1]
- Backport: Fix build with Clang 3.5 on ARM [2]

PR:		196408
Submitted by:	koobs
Approved by:	mentor (implicit)
Relnotes:	yes
Original commitRevision:376293 
Monday, 27 Oct 2014
10:40 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371546 
Monday, 1 Sep 2014
19:56 tijl search for other commits by this committer
- Add USES=libtool
- Use MAKE_CMD
Original commitRevision:366947 
Saturday, 21 Dec 2013
05:22 koobs search for other commits by this committer
devel/libffi: Fix abort() on ARM related to __clear_cache()

The current FreeBSD/ARM __clear_cache() implementation does nothing #if
__i386__ || __x86_64__ #else abort();

cognet@ advises this is an issue for anything !Apple that is using the
libcompiler_rt provided by Clang on ARM, and requires upstreaming.

Additionally, two Python ports (python26 and python31) use devel/libffi for
unrelated reasons, so this addresses the related PR for those ports too [2].

- Enable STAGE support
- Remove MAN* entries and update pkg-plist accordingly
- Add LICENSE
- Sort USE/USES section
- Use install-strip as the INSTALL_TARGET

PR:		ports/149167
PR:		ports/184517 [2]
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:337118 
Tuesday, 29 Jan 2013
00:35 jkim search for other commits by this committer
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
Original commitRevision:311141 
Wednesday, 22 Oct 2008
07:31 stefan search for other commits by this committer
- Update to 3.0.6.
- Add symlinks for include files in ${PREFIX}/include.

PR:             127552
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Patch by:       maintainer
Original commit
Friday, 4 Apr 2008
12:59 pav search for other commits by this committer
- Update to 3.0.4

PR:             ports/122398
Submitted by:   Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
Original commit
Thursday, 21 Feb 2008
09:07 beech search for other commits by this committer
- Update to 3.0.1
- Pass maintainership to submitter

PR:             ports/120736
Submitted by:   Bjorn Konig <bkoenig@alpha-tierchen.de>
Approved by:    Horance Chou <horance@freera.net> (maintainer)
Original commit
Saturday, 27 Jan 2007
19:32 kris search for other commits by this committer
Correct legacy a.out packing list format
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit

Number of commits found: 17