Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2026 07:03:30 +0000
From:      Jason E. Hale <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0eee4c11e013 - main - accessibility/qt6-speech: Fix pkg-plist
Message-ID:  <6a115142.3cf1a.6363c4a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

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

commit 0eee4c11e01387bfc069813c144d508a3d05c2fc
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-05-23 07:00:17 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-05-23 07:03:06 +0000

    accessibility/qt6-speech: Fix pkg-plist
    
    Fix plist if FLITE and SPEECHD options are set to non-default states.
    
    PR:             295496
    Reported by:    <jakub_lach@mailplus.pl>
---
 accessibility/qt6-speech/pkg-plist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/accessibility/qt6-speech/pkg-plist b/accessibility/qt6-speech/pkg-plist
index e308743f4677..4e5d4702ffd6 100644
--- a/accessibility/qt6-speech/pkg-plist
+++ b/accessibility/qt6-speech/pkg-plist
@@ -31,6 +31,7 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6TextToSpeechQmlTargetsPrecheck.cmake
 %%FLITE%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginConfigVersionImpl.cmake
 %%FLITE%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
 %%FLITE%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginTargets.cmake
+%%FLITE%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginTargetsPrecheck.cmake
 lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechMockPluginAdditionalTargetInfo.cmake
 lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechMockPluginConfig.cmake
 lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechMockPluginConfigVersion.cmake
@@ -44,7 +45,7 @@ lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechMockPluginTargetsPrecheck.cmake
 %%SPEECHD%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechSpeechdPluginConfigVersionImpl.cmake
 %%SPEECHD%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechSpeechdPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
 %%SPEECHD%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechSpeechdPluginTargets.cmake
-lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechSpeechdPluginTargetsPrecheck.cmake
+%%SPEECHD%%lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechSpeechdPluginTargetsPrecheck.cmake
 lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechAdditionalTargetInfo.cmake
 lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechConfig.cmake
 lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechConfigVersion.cmake


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a115142.3cf1a.6363c4a>