mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a1214fd74a
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)
16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
include/ffi.h
|
|
include/ffitarget.h
|
|
lib/libffi-%%PORTVERSION%%/include/ffi.h
|
|
lib/libffi-%%PORTVERSION%%/include/ffitarget.h
|
|
lib/libffi.a
|
|
lib/libffi.la
|
|
lib/libffi.so
|
|
lib/libffi.so.6
|
|
libdata/pkgconfig/libffi.pc
|
|
man/man3/ffi.3.gz
|
|
man/man3/ffi_call.3.gz
|
|
man/man3/ffi_prep_cif.3.gz
|
|
man/man3/ffi_prep_cif_var.3.gz
|
|
@dirrm lib/libffi-%%PORTVERSION%%/include
|
|
@dirrm lib/libffi-%%PORTVERSION%%
|