notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libffi/distinfo
SVNWeb

Number of commits found: 22

Fri, 9 Dec 2022
[ 19:27 Kevin Bowling (kbowling) search for other commits by this committer Author: Daniel Engberg ]    commit hash:f05c25d633050adf710f4dbf885dbed84d315c30  commit hash:f05c25d633050adf710f4dbf885dbed84d315c30  commit hash:f05c25d633050adf710f4dbf885dbed84d315c30  f05c25d 
devel/libffi: Update to 3.4.4

This release fixes a few bugs on alternate archs

PR:		268150
Thu, 6 Oct 2022
[ 16:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:dab7f770b92844cc39f1ade3bec9a11ec73708bf  commit hash:dab7f770b92844cc39f1ade3bec9a11ec73708bf  commit hash:dab7f770b92844cc39f1ade3bec9a11ec73708bf  dab7f77 
devel/libffi: Update to 3.4.3

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

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

Drop lots of upstreamed patches.

Exp-run by:	antoine
PR:		263764
Thu, 5 May 2022
[ 21:04 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:b5276dc9420b7b7e04fd0919a4aeb17b75988715  commit hash:b5276dc9420b7b7e04fd0919a4aeb17b75988715  commit hash:b5276dc9420b7b7e04fd0919a4aeb17b75988715  b5276dc 
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.
[ 20:28 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:c0368fd487e049eee259ef74c3a86328b2321429  commit hash:c0368fd487e049eee259ef74c3a86328b2321429  commit hash:c0368fd487e049eee259ef74c3a86328b2321429  c0368fd 
devel/libffi: Update to 3.4.2

Drop lots of upstreamed patches.
Tue, 3 May 2022
[ 15:09 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:3961f81d9b62b2e94fcd27965c94d908b3dc6793  commit hash:3961f81d9b62b2e94fcd27965c94d908b3dc6793  commit hash:3961f81d9b62b2e94fcd27965c94d908b3dc6793  3961f81 
devel/libffi: Fix distinfo for GitHub patch

GitHub is now generating a longer short commit ID in the patch.

PR:		262705
Reported by:	thetanix (thetanix@gmail.com)
MFH:		2022Q2
Sponsored by:	BBOX.io
Thu, 20 Aug 2020
[ 11:34 zeising search for other commits by this committer ] Original commit   Revision:545530
devel/libffi: Fix build on i386 without objdump

FreeBSD 13 does not have any objdump in the default installation, which
causes issues with libffi on i386 with the recent update to llvm 11.
Add a patch originally from upstream, to use readelf instead of objdump.

The patch is for configure.ac originally.  I've applied it and rerun
autoreconf and committed the result, instead of adding a dependency on
autoreconf.

Fix devel/libffi321 in the same way.  While here, fix the fuzz on a few
other patches, which made it much easier to sort out the configure patch.

Thanks to dim@ for helping me figure out the issue.

MFH:		2020Q3
Tue, 21 Jul 2020
[ 08:21 pkubaj search for other commits by this committer ] Original commit   Revision:542724
devel/libffi: fix build on powerpc

Problem:
In file included from src/powerpc/ffi.c:33:
src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this
target
   65 | typedef __int128 float128;
      |         ^~~~~~~~
Sat, 4 Jul 2020
[ 18:09 zeising search for other commits by this committer ] Original commit   Revision:541231
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
Mon, 5 Jan 2015
[ 11:50 sbruno search for other commits by this committer ] Original commit   Revision:376293
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
Thu, 21 Mar 2013
[ 12:01 zeising search for other commits by this committer ] Original commit   Revision:314838
Update to 3.0.13
Sun, 3 Mar 2013
[ 10:27 koobs search for other commits by this committer ] Original commit   Revision:313337
- Update to 3.0.12
- Remove patches that were included upstream
- Rename TEST option to TESTS
- Add TEST_DEPENDS & regression-test: target
- Remove post-build: so tests dont run unconditionally

Approved by:	eadler
Discussed with:	kwm, milki, flo, pgj
Tue, 29 Jan 2013
[ 00:35 jkim search for other commits by this committer ] Original commit   Revision:311141 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
Sun, 3 Jul 2011
[ 14:59 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 1775 ports in this commit are shown above. View all ports for this commit)
-remove MD5
Tue, 5 Jan 2010
[ 01:35 pgollucci search for other commits by this committer ] Original commit 
- Update to 3.0.9

PR:             ports/142237
Submitted by:   Björn König <bkoenig@alpha-tierchen.de>
Thu, 15 Jan 2009
[ 19:33 amdmi3 search for other commits by this committer ] Original commit 
- Update to 3.0.8.

PR:             130591
Submitted by:   Björn König <bkoenig at alpha-tierchen dot de>
(maintainer)
Fri, 14 Nov 2008
[ 08:36 daichi search for other commits by this committer ] Original commit 
- Update to 3.0.7
    o Fix for FreeBSD/ppc (Thanks to Andreas Tobler)

PR:             ports/128863
Submitted by:   bkoenig@alpha-tierchen.de (maintainer)
Wed, 22 Oct 2008
[ 07:31 stefan search for other commits by this committer ] Original commit 
- 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
Fri, 4 Apr 2008
[ 12:59 pav search for other commits by this committer ] Original commit 
- Update to 3.0.4

PR:             ports/122398
Submitted by:   Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
Thu, 21 Feb 2008
[ 09:07 beech search for other commits by this committer ] Original commit 
- 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)
Sun, 22 Jan 2006
[ 08:30 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 673 ports in this commit are shown above. View all ports for this commit)
SHA256ify

Approved by:    krion@
Wed, 31 Mar 2004
[ 03:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 3024 ports in this commit are shown above. View all ports for this commit)
SIZEify (maintainer timeout)

Number of commits found: 22