Port details |
- z88dk Complete Z80/Z180 development kit
- 2.2 devel =2 2.2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2021-11-19 14:21:06
- Last Update: 2024-08-04 12:00:38
- Commit Hash: 5d94931
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ClArtistic
- WWW:
- https://z88dk.org/site/
- Description:
- Z88DK is a collection of software development tools that targets the 8080
and Z80 family of machines. It allows development of programs in C,
assembly language, or any mixture of the two. What makes Z88DK unique is
its ease of use, built-in support for many Z80 machines and its extensive
set of assembly language library subroutines implementing the C standard
and extensions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/z88dk/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/z88dk
- pkg install z88dk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: z88dk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722419054
SHA256 (z88dk-src-2.2.tgz) = 942aef3f5c55209a76925c8df681271e8340cf6623bedcb5a2933d4024657a41
SIZE (z88dk-src-2.2.tgz) = 37030507
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dos2unix : converters/unix2dos
- p5-CPU-Z80-Assembler>=0 : devel/p5-CPU-Z80-Assembler
- p5-Clone>=0 : devel/p5-Clone
- p5-Modern-Perl>=0 : lang/p5-Modern-Perl
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- p5-YAML-Tiny>=0 : textproc/p5-YAML-Tiny
- ragel : devel/ragel
- re2c : devel/re2c
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- dos2unix : converters/unix2dos
- gm4 : devel/m4
- p5-CPU-Z80-Assembler>=0 : devel/p5-CPU-Z80-Assembler
- p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
- p5-Data-Dump>=0 : devel/p5-Data-Dump
- p5-Data-HexDump>=0 : devel/p5-Data-HexDump
- p5-Iterator-Simple-Lookahead>=0 : devel/p5-Iterator-Simple-Lookahead
- p5-Modern-Perl>=0 : lang/p5-Modern-Perl
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- p5-Text-Diff>=0 : textproc/p5-Text-Diff
- p5-Text-Table>=0 : textproc/p5-Text-Table
- p5-YAML-Tiny>=0 : textproc/p5-YAML-Tiny
- Runtime dependencies:
-
- gm4 : devel/m4
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_z88dk
- USES:
- gmake gnome perl5 shebangfix tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2 04 Aug 2024 12:00:38 |
Piotr Kubaj (pkubaj) |
devel/z88dk: fix build on big-endian
debugger.c:459:42: error: use of undeclared identifier 'search'
459 | lc = ((uint8_t *)search->word(®s)) + 1;
| ^
debugger.c:460:38: error: use of undeclared identifier 'search'
460 | hc = ((uint8_t *)search->word(®s));
| ^
2 errors generated. |
2.2 14 Feb 2023 10:48:40 |
Alexey Dokuchaev (danfe) |
devel/z88dk: correct the previous build fix (mea culpa)
Type mismatch was caused by the missing structure field,
not that `patchdata' is `int', it is `char *' actually. |
2.2 13 Feb 2023 11:17:52 |
Alexey Dokuchaev (danfe) |
devel/z88dk: try to unbreak the port's build against Clang 15
zxn.c:34:5: error: incompatible pointer to integer conversion
initializing 'int' with an expression of type 'void *'
[-Wint-conversion]
src/cpp/preproc.cpp:98:8: error: unqualified call to 'std::move'
[-Werror,-Wunqualified-std-cast-call]
Reported by: pkg-fallout |
2.2 17 Nov 2022 08:43:54 |
Alexey Dokuchaev (danfe) |
devel/z88dk: the port had been improved (+)
- Fix the test suite (renew dependency list, patch some loose ends)
- Switch to GNU m4 for the time being: while --define= command line
option can be replaced with -D, there are other things that break
against our system m4(1) particularly when running the test suite
- Strip several binaries upon installation as reported by stage Q/A |
2.2 16 Nov 2022 19:47:20 |
Alexey Dokuchaev (danfe) |
devel/z88dk: update the port to version 2.2
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.1_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1_3 06 May 2022 12:35:00 |
Alexey Dokuchaev (danfe) |
devel/z88dk: unbreak the build when MALLOC_PRODUCTION is unset
In debug mode, malloc() writes some junk to newly allocated memory to
help developers discover memory allocation bugs, which results in the
subtle compilation errors for this port:
gmake --no-print-directory -C stdio
zcc +test -O2 -vn -c -c -o obj/_freopen1.o _freopen1.c
_freopen1.c:19:36: error: Attempt to modify const lvalue 'mode'
_freopen1.c:21:21: error: Attempt to modify const lvalue 'access'
_freopen1.c:22:33: error: Attempt to modify const lvalue 'flags'
_freopen1.c:25:38: error: Attempt to modify const lvalue 'access'
_freopen1.c:26:33: error: Attempt to modify const lvalue 'flags'
_freopen1.c:29:38: error: Attempt to modify const lvalue 'access'
_freopen1.c:30:33: error: Attempt to modify const lvalue 'flags'
_freopen1.c:37:15: error: Attempt to modify const lvalue 'mode'
_freopen1.c:39:25: error: Attempt to modify const lvalue 'access'
_freopen1.c:40:34: error: Attempt to modify const lvalue 'flags'
Idea from: cy (commit 50324bba317c in x11/cde)
Reported by: pkg-fallout |
2.1_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.1_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.1_1 02 Dec 2021 04:45:20 |
Alexey Dokuchaev (danfe) |
devel/z88dk: add missing dependency on Perl, enable verbose build
Fix a couple of minor style bugs in the Makefile patch while here. |
2.1 20 Nov 2021 08:10:11 |
Alexey Dokuchaev (danfe) |
devel/z88dk: hook the test suite to our framework (one test fails)
While here, tweak the `post-install' target recipe a bit (nothing
important or affecting the package). |
2.1 19 Nov 2021 14:18:57 |
Alexey Dokuchaev (danfe) |
devel/z88dk: new port had been added (+)
Z88DK is a collection of software development tools that targets the
8080 and Z80 family of machines. It allows program development in C,
assembly language, or any mixture of the two.
WWW: https://z88dk.org/site/ |