notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
dyncall Highly dynamic multi-platform foreign function call interface library
1.4_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4Version of this port present on the latest quarterly branch.
Maintainer: tphilipp@potion-studios.com search for ports maintained by this maintainer
Port Added: 2008-04-14 00:47:23
Last Update: 2024-01-10 08:16:01
Commit Hash: 1b819e4
People watching this port, also watch:: gxemul
License: ISCL
WWW:
https://www.dyncall.org
Description:
The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other words, instead of calling a function directly, the dyncall library provides a mechanism to push the function parameters manually and to issue the call afterwards. This means, that a program can determine at runtime what function to call, and what parameters to pass to it. The library is written in C and assembly and provides a very simple C interface to program against. The library comes in very handy to power flexible message systems, dynamic function call dispatch mechanisms, closure implementations or even to bridge different programming languages. When it comes to language bindings, the dyncall library provides a clean and portable C interface to dynamically issue calls to foreign code using small kernels written in assembly. Instead of providing code for every bridged function call, which unnecessarily results in code bloat, only a couple of instructions are used to invoke every possible call.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. /usr/local/share/licenses/dyncall-1.4_1/catalog.mk
  2. /usr/local/share/licenses/dyncall-1.4_1/LICENSE
  3. /usr/local/share/licenses/dyncall-1.4_1/ISCL
  4. include/dyncall.h
  5. include/dyncall_alloc_wx.h
  6. include/dyncall_args.h
  7. include/dyncall_callback.h
  8. include/dyncall_callf.h
  9. include/dyncall_config.h
  10. include/dyncall_macros.h
  11. include/dyncall_signature.h
  12. include/dyncall_types.h
  13. include/dyncall_value.h
  14. include/dyncall_version.h
  15. include/dynload.h
  16. lib/libdyncall_s.a
  17. lib/libdyncallback_s.a
  18. lib/libdynload_s.a
  19. share/man/man3/dyncall.3.gz
  20. share/man/man3/dyncallback.3.gz
  21. share/man/man3/dynload.3.gz
  22. @owner
  23. @group
  24. @mode
Collapse this list.
Dependency lines:
  • dyncall>0:devel/dyncall
To install the port:
cd /usr/ports/devel/dyncall/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/dyncall
  • pkg install dyncall
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dyncall
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1670422852 SHA256 (dyncall-1.4.tar.gz) = 14437dbbef3b6dc92483f6507eaf825ab97964a89eecae8cb347a6bec9c32aae SIZE (dyncall-1.4.tar.gz) = 1515528

Packages (timestamps in pop-ups are UTC):
dyncall
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4_11.4_1-1.4_11.4_1---
FreeBSD:13:quarterly1.41.41.41.41.41.41.41.4
FreeBSD:14:latest1.4_11.4_11.41.4_11.4_1--1.4
FreeBSD:14:quarterly1.41.4-1.41.41.41.41.4
FreeBSD:15:latest1.4_11.4_1n/a1.4_1n/a1.4_11.4_11.4_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_dyncall
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://www.potion-studios.com/
  2. https://www.dyncall.org/r1.4/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4_1
10 Jan 2024 08:16:01
commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
1.4
11 Oct 2023 18:26:31
commit hash: b7c9e0e4796ce3341fa3df7f508095e1705cc6e9commit hash: b7c9e0e4796ce3341fa3df7f508095e1705cc6e9commit hash: b7c9e0e4796ce3341fa3df7f508095e1705cc6e9commit hash: b7c9e0e4796ce3341fa3df7f508095e1705cc6e9 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/dyncall: fix build on powerpc

cc  -O2 -pipe  -fPIC -fstack-protector-strong -fno-strict-aliasing 
-I/wrkdirs/usr/ports/devel/dyncall/work/dyncall-1.4/./dyncallback/../dyncall -c
dyncall_thunk.c -o dyncall_thunk.o
In file included from dyncall_thunk.c:38:
./dyncall_thunk_ppc32_sysv.c:28:28: warning: parameter 'x' was not declared,
defaults to 'int'; ISO C99 and later do not support implicit int
[-Wimplicit-int]
static unsigned short hi16(x) { return ( (unsigned short) (((unsigned
int)x)>>16UL) ); }
                           ^
./dyncall_thunk_ppc32_sysv.c:28:23: warning: a function definition without a
prototype is deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
static unsigned short hi16(x) { return ( (unsigned short) (((unsigned
int)x)>>16UL) ); }
                      ^
./dyncall_thunk_ppc32_sysv.c:29:28: warning: parameter 'x' was not declared,
defaults to 'int'; ISO C99 and later do not support implicit int
[-Wimplicit-int]
static unsigned short lo16(x) { return ( (unsigned short)  ((unsigned int)x)    
   ); }
                           ^
./dyncall_thunk_ppc32_sysv.c:29:23: warning: a function definition without a
prototype is deprecated in all versions of C and is not supported in C2x
[-Wdeprecated-non-prototype]
static unsigned short lo16(x) { return ( (unsigned short)  ((unsigned int)x)    
   ); }
                      ^
./dyncall_thunk_ppc32_sysv.c:41:26: error: incompatible pointer to integer
conversion passing 'DCThunk *' (aka 'struct DCThunk_ *') to parameter of type
'int' [-Wint-conversion]
  p->addr_self_hi = hi16(p);
                         ^
./dyncall_thunk_ppc32_sysv.c:43:26: error: incompatible pointer to integer
conversion passing 'DCThunk *' (aka 'struct DCThunk_ *') to parameter of type
'int' [-Wint-conversion]
  p->addr_self_lo = lo16(p);
1.4
09 Dec 2022 19:18:41
commit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00dfcommit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00dfcommit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00dfcommit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00df files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Tassilo Philipp
devel/dyncall: update to 1.4

ChangeLog: https://dyncall.org/changelog

PR:		268222
Reported by:	tphilipp@potion-studios.com (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3
18 Dec 2021 17:12:20
commit hash: 519bf90388561b897affade9cd8d33ed1b275752commit hash: 519bf90388561b897affade9cd8d33ed1b275752commit hash: 519bf90388561b897affade9cd8d33ed1b275752commit hash: 519bf90388561b897affade9cd8d33ed1b275752 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Tassilo Philipp
devel/dyncall: Update to 1.3

PR:		260491
1.2
08 Oct 2021 10:46:15
commit hash: 17631aa22f13fa4cecfed6cf92bd3ac15334454bcommit hash: 17631aa22f13fa4cecfed6cf92bd3ac15334454bcommit hash: 17631aa22f13fa4cecfed6cf92bd3ac15334454bcommit hash: 17631aa22f13fa4cecfed6cf92bd3ac15334454b files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
Author: Tassilo Philipp
devel/dyncall: Fix build on arm

PR:		258846
Reported by:	Robert Clausecker
1.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2
23 Jan 2021 21:21:18
Revision:562420Original commit files touched by this commit
lcook search for other commits by this committer
devel/dyncall: Update to 1.2

Changes:		https://dyncall.org/pub/dyncall/dyncall/file/tip/ChangeLog
PR:			252945
Submitted by:		Tassilo Philipp <tphilipp@potion-studios.com> (maintainer)
Approved by:		fernape (mentor)
Differential Revision:	https://reviews.freebsd.org/D28307
1.1
08 Dec 2020 16:04:12
Revision:557290Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
1.1
13 Jan 2020 17:48:02
Revision:522946Original commit files touched by this commit
fernape search for other commits by this committer
devel/dyncall: Update to 1.1

From ChangeLog:
http://hg.dyncall.org/pub/dyncall/dyncall/file/5ac53b2d5f1e/ChangeLog

dyncall:
  * support for soft-float MIPS o32 & n64 (big- and little-endian, each)
  * x64 System V syscall support
dyncallback:
  * support for soft-float MIPS o32 & n64 (big- and little-endian, each)
dynload:
  * added UTF-8 support for pathnames on windows
  * reliability/stability fix for dlGetLibraryPath() on glibc based platforms
(avoiding
    internal use of glibc's bad impl of dlinfo() which doesn't do any error
checking at all)
  * Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles
(did return
    paths to random libraries under some circumstances, instead of returning an
error)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0
27 Apr 2018 20:59:13
Revision:468498Original commit files touched by this commit
fernape search for other commits by this committer
Update devel/dyncall to 1.0

PR:	227737
Reported by:	tphilipp@potion-studios.com (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15213
0.9_1
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
0.9_1
27 May 2017 15:07:12
Revision:441847Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "clang".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.9_1
30 Mar 2016 17:30:47
Revision:412177Original commit files touched by this commit
riggs search for other commits by this committer
Add -fPIC to CFLAGS; bump PORTREVISION

PIC is required for this port to work properly. However, the
port's own build system only adds it if CFLAGS is not set in MAKE_ENV.
This adds -fPIC to the pre-defined set of CFLAGS to ensure the port
is properly built.

PR:		208201
Submitted by:	tphilipp@potion-studios.com (maintainer)
0.9
05 Jan 2016 17:11:57
Revision:405304Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 0.9.

PR:		205872
Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com> (maintainer)
0.8
30 Mar 2014 12:50:11
Revision:349616Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 0.8

PR:		ports/187913
Submitted by:	maintainer
0.7
19 Feb 2014 08:37:53
Revision:345021Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
0.7
07 Feb 2012 04:25:40
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.7

PR:             164611
Submitted by:   maintainer
0.6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.6
28 Sep 2010 11:50:47
Original commit files touched by this commit
decke search for other commits by this committer
- Update to 0.6
- Master sites updated

PR:             ports/150943
Submitted by:   Tassilo Philipp <tphilipp at potion-studios dot com>
(maintainer)
Approved by:    beat (co-mentor)
0.5
28 Apr 2010 16:18:12
Original commit files touched by this commit
beat search for other commits by this committer
- Fix build on PowerPC

PR:             ports/146043
Submitted by:   Andreas Tobler <andreast-list AT fgznet.ch>
Approved by:    Tassilo Philipp <tphilipp AT potion-studios.com> (maintainer,
via private mail)
0.5
01 Apr 2010 10:18:11
Original commit files touched by this commit
linimon search for other commits by this committer
Also broken on powerpc.  While here, delete stale alpha definition.

Hat:            portmgr
0.5
09 Feb 2010 19:39:30
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.5

PR:             143672
Submitted by:   "Tassilo Philipp" <tphilipp@potion-studios.com> (maintainer)
0.3
05 Feb 2009 15:21:05
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.3, mark more archs as unsupported
- While here, canonize identation and add tiny improvements (use PORTVERSION in
MASTER_SITES url, no need to use full path in MAKEFILE)

PR:             131223
Submitted by:   Tassilo Philipp <tphilipp at potion-studios dot com>
(maintainer)
0.2
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
0.2
30 May 2008 20:06:29
Original commit files touched by this commit
jadawin search for other commits by this committer
- Mark BROKEN on sparc64

Approved by:    maintainer, mentor (implicit)
0.2
23 May 2008 15:20:44
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 0.2.

PR:             ports/123899
Submitted by:   Tassilo Philipp <tphilipp potion-studios com>
Approved by:    tabthorpe (mentor)
0.1
14 Apr 2008 00:47:00
Original commit files touched by this commit
clsung search for other commits by this committer
The dyncall library encapsulates architecture-, OS- and compiler-specific
function call semantics in a virtual "bind parameters from left to right
and then call" interface allowing programmers to call C functions in a
completely dynamic manner. In other workds, instead of calling a function
directly, the dyncall library provides a mechanism to push the function
parameters manually and to issue the call afterwards.
This means, that a program can determine at runtime what function to
call, and what parameters to pass to it. The library is written in C and
assembly and provides a very simple C interface to program against.

The library comes in very handy to power flexible message systems,
dynamic function call dispatch mechanisms, closure implementations or
even to bridge different programming languages.
When it comes to language bindings, the dyncall library provides a clean
and portable C interface to dynamically issue calls to foreign code using
small kernels written in assembly. Instead of providing code for every
bridged function call, which unnecessarily results in code bloat, only a
couple of instructions are used to invoke every possible call.

WWW: http://www.dyncall.org

PR:             ports/122720
Submitted by:   Tassilo Philipp <tphilipp at potion-studios.com>

Number of commits found: 30