Commit graph

22 commits

Author SHA1 Message Date
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
adam
2de88dc9a3 Changes 1.9:
* Added support for x86_64 (AMD64) Linux
* Added support for PowerPC MacOS X
PkgSrc:
* use buildlink3.mk
* create shared libraries
2004-03-02 16:05:01 +00:00
grant
35d3d3e7a2 run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment
appropriately.
2004-02-03 01:43:32 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmc
17e95842a7 Bump PKGREVISION and add option to make shared libraries out of avcall
and callback. This is needed for GNUStep as it links against these libraries
with it's shared lib. Only tested/enabled on powerpc right now as it's the
only platform I've seen stumble across this (x86 isn't affected due to
differing reloc type restrictions in code/libraries).
2003-05-11 07:12:49 +00:00
jmc
6ba2042c87 Port this to powerpc. Already did it once based on lang/clisp including this
code so base the port off of those patches. Passes all tests via make check
2003-03-06 23:50:51 +00:00
wiz
337e5e3f5c Fix typo in HOMEPAGE. 2002-10-10 08:23:05 +00:00
rh
a4af18ef91 Remove duplicate blank line to make pkglint happy 2002-09-27 10:36:07 +00:00
rh
b1cedbc5e2 Add a buildlink2.mk 2002-09-27 09:04:41 +00:00
wiz
b53a851b01 Update HOMEPAGE. From Martin Weber in pkg/18259. 2002-09-10 22:16:20 +00:00
wiz
741cce2df5 Remove pkgname from comment. 2002-09-10 11:08:55 +00:00
wiz
9396443216 Update to 1.8.4, from Marko Schuetz in pkg/18017.
Changes unknown.
2002-09-09 18:28:26 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
jtb
67a8761b0d Updated ffcall to version 1.8. Changes since previous pkgsrc version (1.6):
New in 1.8:

* Added support for IA-64 Linux.

New in 1.7:

* Struct types containing elements other than int, long, long long, pointer
  are not supported any more. Passing them as arguments and results is too
  hairy.
* Added support for PowerPC Linux.
2001-02-07 22:31:22 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
dmcmahill
270ae1400c add ONLY_FOR_PLATFORM and a comment about what needs to be done to support
additional platforms.
2000-07-24 21:39:14 +00:00
proff
a4acefc23e ffcall - foreign function call libraries v 1.6
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)
1999-08-26 19:54:15 +00:00