summaryrefslogtreecommitdiff
path: root/devel/libffi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the patch for aout.Vanilla I. Shu1998-11-161-1/+6
| | | | | | | Submitted by: maintainer. Notes: svn path=/head/; revision=14564
* Upgrade to 1.20, remove BROKEN_ELF tag.Vanilla I. Shu1998-10-245-20/+16
| | | | | | | Submitted by: maintainer. Notes: svn path=/head/; revision=14168
* Looks like someone broke this while fixing the ELF case.... ;)Satoshi Asami1998-10-221-1/+6
| | | | | | | | | | | | | | | | | === /bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la libtool: link: warning: using a buggy system linker libtool: link: relinking will be required before `ffitest' can be installed cc -O -pipe -o .libs/ffitest ffitest.o /usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so creating ffitest ./ffitest ld.so failed: Undefined symbol "ffi_prep_args" in ffitest:/usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so *** Error code 1 Stop. Notes: svn path=/head/; revision=14156
* Convert to ELF and remove leading underscores so this buildsSteve Price1998-10-203-44/+9
| | | | | | | again. Notes: svn path=/head/; revision=14104
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | /bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la cc -O -pipe -o .libs/ffitest ffitest.o -Wl,-rpath -Wl,/usr/local/lib .libs/libffi.so .libs/libffi.so: undefined reference to `ffi_call_SYSV' .libs/libffi.so: undefined reference to `_ffi_prep_args' *** Error code 1 Notes: svn path=/head/; revision=13912
* Initial import of libffi version 1.18.Steve Price1998-08-107-0/+88
Foreign Function Interface. PR: 6943 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> Notes: svn path=/head/; revision=12390