Commit Graph

1374 Commits

Author SHA1 Message Date
lebel
e8ee429372 initial import of devel/ffcall-1.8:
--
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.

The four packages are:

    avcall - calling C functions with variable arguments

    vacall - C functions accepting variable argument prototypes

    trampoline - closures as first-class C functions

    callback - closures with variable arguments as first-class C
               functions (a reentrant combination of vacall and 
	       trampoline)

WWW: http://clisp.cons.org/~haible/packages-ffcall.html
Submitted by: Christian Edward Gruber <cgruber@israfil.net>
2002-05-01 17:19:23 +00:00
fgsch
991135bad8 Leave space for terminating NULL if empty symbol table. from bfd-current. 2002-04-30 18:15:55 +00:00
fgsch
0e559d642e small changes so make cleandir is happy when tested in tree. 2002-04-30 18:12:43 +00:00
jsyn
4c69b94325 update rats to 1.4 2002-04-30 03:45:09 +00:00
pvalchev
0156b8f563 sync with in-tree binutils modifications:
date: 2002/03/19 02:02:57;  author: pvalchev;  state: Exp;  lines: +27 -5
When one shared library requires another, it will try to locate the
required shared library and include it in the link if it's not specified
explicitly.  This change makes ld look at the -L arguments specified,
and build search path.  This avoids the need for -rpath-link, and
somewhat resembles the a.out linker behaviour.  However behaviour of
-rpath and -rpath-link is still preserved as a GNU extension.
2002-04-28 08:26:47 +00:00
shell
43757544e2 Updated to p5-Test-Simple-0.44 2002-04-27 05:50:10 +00:00
shell
c6d6bd13fc Updated to p5-Test-Harness-2.03 2002-04-27 05:49:10 +00:00
pvalchev
1254f69abe End sentence with a period. (some people copied/pasted too much) 2002-04-26 03:35:33 +00:00
pvalchev
a818d63366 sync with in-tree binutils:
date: 2002/03/19 02:02:57;  author: pvalchev;  state: Exp;  lines: +27 -5
When one shared library requires another, it will try to locate the
required shared library and include it in the link if it's not specified
explicitly.  This change makes ld look at the -L arguments specified,
and build search path.  This avoids the need for -rpath-link, and
somewhat resembles the a.out linker behaviour.  However behaviour of
-rpath and -rpath-link is still preserved as a GNU extension.
2002-04-26 00:44:40 +00:00
fgsch
2f5631dbe0 enable vax. 2002-04-25 22:37:10 +00:00
fgsch
390a86e52a vax pieces and some other stuff from -devel. 2002-04-25 22:36:14 +00:00
naddy
01b6d814ad Update to 1.05 and overhaul port.
Prompted by Damien Bastie <Sha@altern.org> reporting unfetchable distfile.
2002-04-25 01:37:57 +00:00
fgsch
c851f3ebe3 use old autoconf for now. 2002-04-22 08:32:22 +00:00
fgsch
5351b1b411 enable vax. 2002-04-21 23:20:19 +00:00
fgsch
2aea6f8f35 more vax pieces. 2002-04-21 22:50:58 +00:00
fgsch
fceef34544 o sparc64 core support.
o vax support (not yet complete).
2002-04-21 22:09:14 +00:00
fgsch
3c996f8b43 enable devel. 2002-04-21 21:40:57 +00:00
fgsch
419f484a97 binutils 2.12 - GNU development tools. 2002-04-21 21:39:52 +00:00
fgsch
243601890a remove leftover from ickle port; pvalchev ok. 2002-04-21 06:43:12 +00:00
pvalchev
f79f20bc5f + libicq2000 2002-04-21 03:21:04 +00:00
pvalchev
4aaab00850 protocol icq2000/2001 library 2002-04-21 03:19:52 +00:00
pvalchev
f8d6de97ba the rest of SDL-1.2.4 pieces; i hate cvs 2002-04-21 00:22:37 +00:00
pvalchev
0e67d773b4 SDL-1.2.4 2002-04-21 00:22:13 +00:00
pvalchev
102383a81f Update to SDL-1.2.4 2002-04-21 00:20:08 +00:00
shell
d145e3c0d2 Updated to py-Checker-0.8.10 2002-04-19 17:26:40 +00:00
kevlo
4ad938aa18 update to 1.12
--
Ok'd by maintainer
2002-04-19 13:57:23 +00:00
wilfried
10d7ef91c7 HOMEPAGE gone, licence comment 2002-04-19 12:46:32 +00:00
shell
3d97bd4e80 Updated to p5-Test-Simple-0.43 2002-04-18 14:24:59 +00:00
shell
5b1e6dd1e9 Remove bad @dirrm 2002-04-18 14:17:18 +00:00
shell
ab5d759f2c Updated to p5-Date-Handler-0.19
- bump need_version
2002-04-18 14:03:52 +00:00
brad
11d52fc2ba upgrade to libevent 0.4 2002-04-17 15:17:54 +00:00
naddy
c895c2d59c Update to 2.0.1. Notable changes in this release:
* Never pass "MAIN" to cvs(1).  "HEAD" is the valid tag.
* Use TMPDIR instead of the hardcoded /tmp.
* HTML cleanup.
2002-04-16 22:36:26 +00:00
espie
2b7c75e086 Move perl manpages where they belong, from section 3 to section 3p.
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
espie
e723329a24 reference an existing distfile. 2002-04-11 18:49:18 +00:00
naddy
581d2d4df0 Properly OpenBSDized Qt2 configuration. 2002-04-09 15:32:12 +00:00
brad
c18bc612ae checksum mismatch, update checksums. 2002-04-07 23:33:00 +00:00
matt
057dcacf52 fix deps on python versions to actually use that version; ok naddy@ 2002-04-07 22:30:23 +00:00
fgsch
102533d907 oops, missing ; 2002-04-07 21:26:16 +00:00
fgsch
65a5d8519e don't start subshells; now ppl will love me again. 2002-04-07 21:11:45 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
espie
5370c90e2a make sure this has a subject 2002-04-02 03:39:38 +00:00
naddy
2ce31a85ba Mark as BROKEN.
This port attempts to install files during the build step.
2002-04-01 22:14:59 +00:00
reinhard
e48c6e1d0d link against qt2; thx naddy@
*) bump NEED_VERSION
2002-03-29 13:10:19 +00:00
pvalchev
3266bf2ee9 fix libtool issues, this now builds on ELF architectures 2002-03-28 18:47:48 +00:00
pvalchev
38db7a5ff4 oops, a line i didn't intend to commit snuck here, even broke some ports 2002-03-27 16:58:47 +00:00
espie
4b5854ca00 one binary to shrink them all and in a small package bind them... 2002-03-26 17:49:58 +00:00
pvalchev
a745878eec don't leave empty files around /tmp 2002-03-25 19:05:46 +00:00
nino
f92a901843 Better libtool patch for ELF arches from lebel@. It still has linking
issues though for at least macppc.

Remove pre-build check for existing GConf and modify CONFIGURE_ENV to
fool libtool instead.

Ok by lebel@
2002-03-25 17:18:37 +00:00
kevlo
1b13fc46c2 upgrade to version 1.3.11 2002-03-25 03:26:01 +00:00
brad
b47702faaf really stub this out. 2002-03-24 23:07:24 +00:00