diff options
| author | Rainer Hurling <rhurlin@FreeBSD.org> | 2026-06-28 07:44:27 +0000 |
|---|---|---|
| committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2026-06-28 08:05:47 +0000 |
| commit | 9bd5ae0e6eeadf370db8ed4b082f32d68893ebcc (patch) | |
| tree | e9ed9263d1e06c38416bbd798bf0270afeac1738 /emulators | |
| parent | 0838b28a23a2a3b14331cbfa48ff3170c0090a87 (diff) | |
Diffstat (limited to 'emulators')
| -rw-r--r-- | emulators/flexemu/Makefile | 10 | ||||
| -rw-r--r-- | emulators/flexemu/distinfo | 6 | ||||
| -rw-r--r-- | emulators/flexemu/pkg-plist | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/emulators/flexemu/Makefile b/emulators/flexemu/Makefile index b68e764001a8..4ce567f91a12 100644 --- a/emulators/flexemu/Makefile +++ b/emulators/flexemu/Makefile @@ -1,6 +1,6 @@ PORTNAME= flexemu DISTVERSIONPREFIX= V -DISTVERSION= 3.31 +DISTVERSION= 3.32 CATEGORIES= emulators MAINTAINER= rhurlin@FreeBSD.org @@ -26,6 +26,12 @@ CMAKE_ARGS+= -DFLEXEMU_QT_MAJOR_VERSION=6 \ -DRUN_CLANG_TIDY=${LOCALBASE}/llvm${COMPILER_VERSION:C/.$//}/bin/run-clang-tidy # test target should be executed as a regular user +# ON FAILURE: +# cd /poudriere/ports/default/emulators/flexemu/work/.build +# /usr/local/bin/ctest --parallel XX --force-new-ctest-process --rerun-failed --output-on-failure -V TEST_TARGET= test -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DATADIR} +.include <bsd.port.post.mk> diff --git a/emulators/flexemu/distinfo b/emulators/flexemu/distinfo index 5e9e8071ad3f..2b6385925c68 100644 --- a/emulators/flexemu/distinfo +++ b/emulators/flexemu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1766518228 -SHA256 (aladur-flexemu-V3.31_GH0.tar.gz) = 35abc916f125a924a851d1a0751e2ac9cb63ef1b2a9598e0db01e114eda9ee51 -SIZE (aladur-flexemu-V3.31_GH0.tar.gz) = 11467032 +TIMESTAMP = 1782569620 +SHA256 (aladur-flexemu-V3.32_GH0.tar.gz) = cb8759f0e851aeb91b80006784696f715c8676d0de5fff7bc573f3f07130d614 +SIZE (aladur-flexemu-V3.32_GH0.tar.gz) = 10936126 SHA256 (fmtlib-fmt-e424e3f_GH0.tar.gz) = 56742b51a75ec77120a6e4f1d1fb4a26ce02eb16751039de62a3b4d6c800771c SIZE (fmtlib-fmt-e424e3f_GH0.tar.gz) = 709029 SHA256 (google-googletest-b514bdc_GH0.tar.gz) = dcefc4adaca27f89b69371eadef42c4d311d2debfdee2a9a5985cae740463f98 diff --git a/emulators/flexemu/pkg-plist b/emulators/flexemu/pkg-plist index 11a6bc596d5c..eee30a57dcba 100644 --- a/emulators/flexemu/pkg-plist +++ b/emulators/flexemu/pkg-plist @@ -4,6 +4,7 @@ bin/flex2hex bin/flexemu bin/flexplorer bin/fromflex +bin/hex2flex bin/mdcrtool bin/toflex etc/flexemu.conf @@ -13,6 +14,7 @@ share/applications/flexemu.desktop %%DATADIR%%/6809diag.pdf %%DATADIR%%/6809fadg.pdf %%DATADIR%%/6x09_Instruction_Sets.pdf +%%DATADIR%%/README %%DATADIR%%/TSC_Text_Processor.pdf %%DATADIR%%/asmb.pdf %%DATADIR%%/ba2bqs.pdf |
