aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libffi
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.9pgollucci2010-01-052-4/+4
| | | | | PR: ports/142237 Submitted by: Björn König <bkoenig@alpha-tierchen.de>
* - Update to 3.0.8.amdmi32009-01-162-4/+4
| | | | | PR: 130591 Submitted by: Björn König <bkoenig at alpha-tierchen dot de> (maintainer)
* - Update to 3.0.7daichi2008-11-142-4/+4
| | | | | | | o Fix for FreeBSD/ppc (Thanks to Andreas Tobler) PR: ports/128863 Submitted by: bkoenig@alpha-tierchen.de (maintainer)
* - Update to 3.0.6.stefan2008-10-223-4/+10
| | | | | | | | - Add symlinks for include files in ${PREFIX}/include. PR: 127552 Submitted by: Gea-Suan Lin <gslin@gslin.org> Patch by: maintainer
* - Add dependency on pkg-configpav2008-04-041-1/+1
|
* - Update to 3.0.4pav2008-04-047-535/+83
| | | | | PR: ports/122398 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
* - Update to 3.0.1beech2008-02-219-61/+542
| | | | | | | | - Pass maintainership to submitter PR: ports/120736 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> Approved by: Horance Chou <horance@freera.net> (maintainer)
* Correct legacy a.out packing list formatkris2007-01-281-1/+1
|
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - register conflict with lang/gcc3* ;thierry2005-04-031-1/+3
| | | | | | | - change maintainer's address. PR: ports/79294 Submitted by: Horance Chou (maintainer)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN: Configure fails on !i386 and !alphakris2004-03-051-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update MASTER_SITES and add WWW.kevlo2002-10-242-1/+3
| | | | | PR: 44427 Submitted by: MAINTAINER
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-5/+1
|
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Update MASTER_SITES and fix a few whitespace nits.steve1999-11-271-4/+4
| | | | | PR: 15039 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-062-3/+2
| | | | the .la file.
* Fix build on Alpha.steve1999-05-312-5/+15
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | ${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. :)
* Sync libttol with peter's suggestion,vanilla1999-02-022-9/+15
| | | | and remove patches.aout, we dont need it anymore.
* Add the patch for aout.vanilla1998-11-161-1/+6
| | | | Submitted by: maintainer.
* Upgrade to 1.20, remove BROKEN_ELF tag.vanilla1998-10-255-20/+16
| | | | Submitted by: maintainer.
* Looks like someone broke this while fixing the ELF case.... ;)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.
* Convert to ELF and remove leading underscores so this buildssteve1998-10-203-44/+9
| | | | again.
* Mark BROKEN for ELF:jseger1998-10-131-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
* Initial import of libffi version 1.18.steve1998-08-107-0/+88
Foreign Function Interface. PR: 6943 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>