Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2025 19:16:23 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4a663e15a9a - main - emulators/flexemu: Fix pkg-plist, rm test target
Message-ID:  <202510041916.594JGNwR042372@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4a663e15a9ac4bf78332c3b4ade3b7b1c5be2cd

commit c4a663e15a9ac4bf78332c3b4ade3b7b1c5be2cd
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2025-10-04 19:10:03 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2025-10-04 19:15:34 +0000

    emulators/flexemu: Fix pkg-plist, rm test target
    
    - Add two missing entries in pkg-plist, thanks to diizzy@.
    - Remove test target from Makefile for now. This is solved upstream
      for the next upcoming release.
    
    PR:             289725
    MFH:            2025Q4
---
 emulators/flexemu/Makefile  | 8 +-------
 emulators/flexemu/pkg-plist | 2 ++
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/emulators/flexemu/Makefile b/emulators/flexemu/Makefile
index 7f049f14f86a..b9869aa3664f 100644
--- a/emulators/flexemu/Makefile
+++ b/emulators/flexemu/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	flexemu
 DISTVERSIONPREFIX=	V
 DISTVERSION=	3.30
+PORTREVISION=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	rhurlin@FreeBSD.org
@@ -25,11 +26,4 @@ CMAKE_ARGS+=	-DFLEXEMU_QT_MAJOR_VERSION=6 \
 		-DCLANG_TIDY=${LOCALBASE}/bin/clang-tidy${COMPILER_VERSION:C/.$//} \
 		-DRUN_CLANG_TIDY=${LOCALBASE}/llvm${COMPILER_VERSION:C/.$//}/bin/run-clang-tidy
 
-# test target has build errors atm.
-test:
-	@cd ${WRKDIR}/.build && \
-		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_SOURCE_PATH} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
-		${BUILD_WRKSRC}/test
-
 .include <bsd.port.mk>
diff --git a/emulators/flexemu/pkg-plist b/emulators/flexemu/pkg-plist
index e21e56a9755c..dda193858a03 100644
--- a/emulators/flexemu/pkg-plist
+++ b/emulators/flexemu/pkg-plist
@@ -110,10 +110,12 @@ share/icons/hicolor/32x32/apps/flexemu.png
 share/icons/hicolor/48x48/apps/flexemu-flexplorer.png
 share/icons/hicolor/48x48/apps/flexemu-fsetup.png
 share/icons/hicolor/48x48/apps/flexemu.png
+share/icons/hicolor/48x48/mimetypes/application-x-flex-diskimage.png
 share/icons/hicolor/64x64/apps/flexemu-flexplorer.png
 share/icons/hicolor/64x64/apps/flexemu-fsetup.png
 share/icons/hicolor/64x64/apps/flexemu.png
 share/icons/hicolor/scalable/apps/flexemu-flexplorer.svg
 share/icons/hicolor/scalable/apps/flexemu-fsetup.svg
 share/icons/hicolor/scalable/apps/flexemu.svg
+share/icons/hicolor/scalable/mimetypes/application-x-flex-diskimage.svg
 share/mime/packages/flexemu.xml


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510041916.594JGNwR042372>