Commit Graph

11 Commits

Author SHA1 Message Date
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Steve Price
3dbe12fad1 Fix build on Alpha. 1999-05-31 04:58:10 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
Vanilla I. Shu
43346c0638 Sync libttol with peter's suggestion,
and remove patches.aout, we dont need it anymore.
1999-02-02 13:54:00 +00:00
Vanilla I. Shu
41d0adc86f Add the patch for aout.
Submitted by:	maintainer.
1998-11-16 15:55:46 +00:00
Vanilla I. Shu
70364f181b Upgrade to 1.20, remove BROKEN_ELF tag.
Submitted by:	maintainer.
1998-10-24 17:14:23 +00:00
Satoshi Asami
d83046f9ca Looks like someone broke this while fixing the ELF case.... ;)
===
/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.
1998-10-22 06:33:45 +00:00
Steve Price
3e96c034b9 Convert to ELF and remove leading underscores so this builds
again.
1998-10-20 01:35:31 +00:00
Justin M. Seger
75758e7d51 Mark BROKEN for ELF:
/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
1998-10-12 18:42:20 +00:00
Steve Price
a0b236c245 Initial import of libffi version 1.18.
Foreign Function Interface.

PR:		6943
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
1998-08-10 00:08:48 +00:00