mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Add a new port, devel/libffi321, which is a stripped down version of libffi 3.2.1. This version only brings in the shared library from libffi 3.2.1 (the libffi 3.3.0 update bumped the version number of the shlib) for binary consumers that can't easily be recompiled and updated against the new version of libffi. This version is not meant to be linked against, and you should not depend on it to bring libffi in, unless you explicitly need the binary compat. Libraries are installed in ${LOCALBASE}/lib/compat. PR: 247028 (for tracking) Requested by: arrowd Tested by: arrowd
10 lines
408 B
Text
10 lines
408 B
Text
The libffi library provides a portable, high level programming
|
|
interface to various calling conventions. This allows a programmer to
|
|
call any function specified by a call interface description at run
|
|
time.
|
|
|
|
This version has the old shared library version from libffi 3.2.1.
|
|
It is stripped down and only brings in the shared library. It is
|
|
not meant to build against.
|
|
|
|
WWW: http://sources.redhat.com/libffi/
|