mirror of https://git.FreeBSD.org/ports.git
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
This commit is contained in:
parent
116e13ad37
commit
c4a663e15a
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue