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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/dyncall/Makefile

Number of commits found: 25

Wednesday, 10 Jan 2024
08:16 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 1b819e4
Friday, 9 Dec 2022
19:18 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)
commit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00df commit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00df commit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00df commit hash: 3b844990c57a4ef1b4ababf82171a5a3172a00df 3b84499
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 18 Dec 2021
17:12 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Tassilo Philipp
devel/dyncall: Update to 1.3

PR:		260491
commit hash: 519bf90388561b897affade9cd8d33ed1b275752 commit hash: 519bf90388561b897affade9cd8d33ed1b275752 commit hash: 519bf90388561b897affade9cd8d33ed1b275752 commit hash: 519bf90388561b897affade9cd8d33ed1b275752 519bf90
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 23 Jan 2021
21:21 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
Original commitRevision:562420 
Tuesday, 8 Dec 2020
16:04 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
Original commitRevision:557290 
Monday, 13 Jan 2020
17:48 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)
  * support for dlGetLibraryPath() on glibc platforms with glibc vesions <=
2.3.3
  * dlGetLibraryPath() now accepts NULL as argument to return path to executable
  * dlLoadLibrary() on windows: no more auto-suffixing of the .dll file ext
anymore, to be
    more in line with other platforms (not affecting OS specific library search
behaviour)
doc:
  * more detail in support matrix for bi-endian platforms
  * improvements/corrections to calling convention appendix
  * PPC64 calling convention description
  * MIPS64/N32 calling convention description
  * man page additions for clarity
tests:
  * dynload_plain test extended to test UTF-8 library paths
  * better output for plain test
  * better output and *nix fix for plain_c++ test
buildsys:
  * default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set
explicitly
  * better MacOS Mojave support in ./configure (Mojave dropped i386 builds)

PR:	243282
Submitted by:	tphilipp@potion-studios.com (maintainer)
Original commitRevision:522946 
Friday, 27 Apr 2018
20:59 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
Original commitRevision:468498 
Thursday, 30 Nov 2017
06:13 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
Original commitRevision:455167 
Saturday, 27 May 2017
15:07 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)
Original commitRevision:441847 
Wednesday, 30 Mar 2016
17:30 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)
Original commitRevision:412177 
Tuesday, 5 Jan 2016
17:11 rakuco search for other commits by this committer
Update to 0.9.

PR:		205872
Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com> (maintainer)
Original commitRevision:405304 
Sunday, 30 Mar 2014
12:50 pawel search for other commits by this committer
Update to version 0.8

PR:		ports/187913
Submitted by:	maintainer
Original commitRevision:349616 
Wednesday, 19 Feb 2014
08:37 ehaupt search for other commits by this committer
Support staging
Original commitRevision:345021 
Friday, 20 Sep 2013
17:03 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)
Original commitRevision:327722 
Tuesday, 7 Feb 2012
04:25 miwi search for other commits by this committer
- Update to 0.7

PR:             164611
Submitted by:   maintainer
Original commit
Tuesday, 28 Sep 2010
11:50 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)
Original commit
Wednesday, 28 Apr 2010
16:18 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)
Original commit
Thursday, 1 Apr 2010
10:18 linimon search for other commits by this committer
Also broken on powerpc.  While here, delete stale alpha definition.

Hat:            portmgr
Original commit
Tuesday, 9 Feb 2010
19:39 amdmi3 search for other commits by this committer
- Update to 0.5

PR:             143672
Submitted by:   "Tassilo Philipp" <tphilipp@potion-studios.com> (maintainer)
Original commit
Thursday, 5 Feb 2009
15:21 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)
Original commit
Friday, 30 May 2008
20:06 jadawin search for other commits by this committer
- Mark BROKEN on sparc64

Approved by:    maintainer, mentor (implicit)
Original commit
Friday, 23 May 2008
15:20 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)
Original commit
Monday, 14 Apr 2008
00:47 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>
Original commit

Number of commits found: 25