View | Details | Raw Unified | Return to bug 276821 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/kf6-extra-cmake-modules/Makefile (-11 / +17 lines)
Lines 1-19 Link Here
1
PORTNAME=	extra-cmake-modules
1
PORTNAME=	extra-cmake-modules
2
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
2
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
3
PORTREVISION=	1
3
CATEGORIES=	devel kde kde-frameworks
4
CATEGORIES=	devel kde kde-frameworks
4
5
5
COMMENT=	Extra modules and scripts for CMake
6
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Extra modules and scripts for CMake
7
8
8
USES=		cmake kde:6 qt:6 shebangfix tar:xz \
9
LICENSE=	BSD3CLAUSE
9
		python:build
10
LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
11
12
USES=		cmake kde:6 python:build shebangfix tar:xz
10
USE_QT=		base
13
USE_QT=		base
11
INSTALL_TARGET=	install
14
12
SHEBANG_FILES=	kde-modules/kde-git-commit-hooks/json-schema.py
15
SHEBANG_FILES=	kde-modules/kde-git-commit-hooks/json-schema.py
13
16
14
PORTDOCS=	html/*
17
CONFIGURE_ENV+=	CMAKE_PROGRAM_PATH="${LOCALBASE}/libexec/qt6"
18
19
INSTALL_TARGET=	install # does not have install/strip target
15
20
16
## options
21
NO_ARCH=	yes
22
23
PORTDOCS=	html/*
17
24
18
OPTIONS_DEFINE=		DOCS HELP MANPAGES
25
OPTIONS_DEFINE=		DOCS HELP MANPAGES
19
OPTIONS_DEFAULT=	HELP MANPAGES
26
OPTIONS_DEFAULT=	HELP MANPAGES
Lines 23-35 HELP_DESC= Generate QtHelp documentation for installed modules Link Here
23
30
24
SPHINX_DEP=		sphinx-build:textproc/py-sphinx
31
SPHINX_DEP=		sphinx-build:textproc/py-sphinx
25
DOCS_BUILD_DEPENDS=	${SPHINX_DEP}
32
DOCS_BUILD_DEPENDS=	${SPHINX_DEP}
26
HELP_BUILD_DEPENDS=	${SPHINX_DEP}
27
MANPAGES_BUILD_DEPENDS=	${SPHINX_DEP}
28
DOCS_CMAKE_BOOL=	BUILD_HTML_DOCS
33
DOCS_CMAKE_BOOL=	BUILD_HTML_DOCS
34
HELP_BUILD_DEPENDS=	${SPHINX_DEP}
35
HELP_USES=		qt:6
36
HELP_USE=		QT=sqldriver-sqlite:build,tools:build
29
HELP_CMAKE_BOOL=	BUILD_QTHELP_DOCS
37
HELP_CMAKE_BOOL=	BUILD_QTHELP_DOCS
38
MANPAGES_BUILD_DEPENDS=	${SPHINX_DEP}
30
MANPAGES_CMAKE_BOOL=	BUILD_MAN_DOCS
39
MANPAGES_CMAKE_BOOL=	BUILD_MAN_DOCS
31
40
32
CONFIGURE_ENV+=	CMAKE_PROGRAM_PATH="${LOCALBASE}/bin:${LOCALBASE}/lib/qt5/bin"
33
INSTALL_TARGET=	install # does not have install/strip target
34
35
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)b/devel/kf6-extra-cmake-modules/files/patch-CMakeLists.txt (+11 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2024-03-20 21:23:20 UTC
2
+++ CMakeLists.txt
3
@@ -44,7 +44,7 @@ set(KDE_MODULES_INSTALL_DIR       ${SHARE_INSTALL_DIR}
4
 set(MODULES_INSTALL_DIR           ${SHARE_INSTALL_DIR}/ECM/modules/)
5
 set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/)
6
 
7
-set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/ECM
8
+set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/extra-cmake-modules
9
     CACHE
10
     PATH
11
     "HTML and QtHelp documentation"
(-)b/devel/kf6-extra-cmake-modules/files/patch-cmake_FindQCollectionGenerator.cmake (+10 lines)
Added Link Here
1
--- cmake/FindQCollectionGenerator.cmake.orig	2024-02-21 11:22:41 UTC
2
+++ cmake/FindQCollectionGenerator.cmake
3
@@ -36,6 +36,7 @@ find_program(QCollectionGenerator_EXECUTABLE
4
         qcollectiongenerator
5
         qcollectiongenerator-qt4
6
         qcollectiongenerator-qt5
7
+        qhelpgenerator
8
     DOC "Qt help collection generator"
9
 )
10
 
(-)b/devel/kf6-extra-cmake-modules/pkg-plist (-202 / +7 lines)
Lines 130-333 share/ECM/toolchain/deployment-file.json.in Link Here
130
share/ECM/toolchain/generate-fastlane-metadata.py
130
share/ECM/toolchain/generate-fastlane-metadata.py
131
share/ECM/toolchain/hasMainSymbol.cmake
131
share/ECM/toolchain/hasMainSymbol.cmake
132
share/ECM/toolchain/specifydependencies.cmake
132
share/ECM/toolchain/specifydependencies.cmake
133
share/doc/ECM/html/_sources/find-module/Find7Zip.rst.txt
133
%%HELP%%%%DOCSDIR%%/ExtraCMakeModules.qch
134
share/doc/ECM/html/_sources/find-module/Find7z.rst.txt
134
%%MANPAGES%%share/man/man7/ecm-developer.7.gz
135
share/doc/ECM/html/_sources/find-module/FindCanberra.rst.txt
135
%%MANPAGES%%share/man/man7/ecm-find-modules.7.gz
136
share/doc/ECM/html/_sources/find-module/FindEGL.rst.txt
136
%%MANPAGES%%share/man/man7/ecm-kde-modules.7.gz
137
share/doc/ECM/html/_sources/find-module/FindGLIB2.rst.txt
137
%%MANPAGES%%share/man/man7/ecm-modules.7.gz
138
share/doc/ECM/html/_sources/find-module/FindGperf.rst.txt
138
%%MANPAGES%%share/man/man7/ecm-toolchains.7.gz
139
share/doc/ECM/html/_sources/find-module/FindGradle.rst.txt
139
%%MANPAGES%%share/man/man7/ecm.7.gz
140
share/doc/ECM/html/_sources/find-module/FindIcoTool.rst.txt
141
share/doc/ECM/html/_sources/find-module/FindInotify.rst.txt
142
share/doc/ECM/html/_sources/find-module/FindIsoCodes.rst.txt
143
share/doc/ECM/html/_sources/find-module/FindKF5.rst.txt
144
share/doc/ECM/html/_sources/find-module/FindLibExiv2.rst.txt
145
share/doc/ECM/html/_sources/find-module/FindLibGit2.rst.txt
146
share/doc/ECM/html/_sources/find-module/FindLibMount.rst.txt
147
share/doc/ECM/html/_sources/find-module/FindLibcap.rst.txt
148
share/doc/ECM/html/_sources/find-module/FindOpenEXR.rst.txt
149
share/doc/ECM/html/_sources/find-module/FindPhoneNumber.rst.txt
150
share/doc/ECM/html/_sources/find-module/FindPoppler.rst.txt
151
share/doc/ECM/html/_sources/find-module/FindPulseAudio.rst.txt
152
share/doc/ECM/html/_sources/find-module/FindQtWaylandScanner.rst.txt
153
share/doc/ECM/html/_sources/find-module/FindSasl2.rst.txt
154
share/doc/ECM/html/_sources/find-module/FindSeccomp.rst.txt
155
share/doc/ECM/html/_sources/find-module/FindSharedMimeInfo.rst.txt
156
share/doc/ECM/html/_sources/find-module/FindTaglib.rst.txt
157
share/doc/ECM/html/_sources/find-module/FindUDev.rst.txt
158
share/doc/ECM/html/_sources/find-module/FindWayland.rst.txt
159
share/doc/ECM/html/_sources/find-module/FindWaylandProtocols.rst.txt
160
share/doc/ECM/html/_sources/find-module/FindWaylandScanner.rst.txt
161
share/doc/ECM/html/_sources/find-module/FindX11_XCB.rst.txt
162
share/doc/ECM/html/_sources/find-module/FindXCB.rst.txt
163
share/doc/ECM/html/_sources/find-module/Findepoxy.rst.txt
164
share/doc/ECM/html/_sources/find-module/Findgzip.rst.txt
165
share/doc/ECM/html/_sources/index.rst.txt
166
share/doc/ECM/html/_sources/kde-module/KDECMakeSettings.rst.txt
167
share/doc/ECM/html/_sources/kde-module/KDEClangFormat.rst.txt
168
share/doc/ECM/html/_sources/kde-module/KDECompilerSettings.rst.txt
169
share/doc/ECM/html/_sources/kde-module/KDEFrameworkCompilerSettings.rst.txt
170
share/doc/ECM/html/_sources/kde-module/KDEGitCommitHooks.rst.txt
171
share/doc/ECM/html/_sources/kde-module/KDEInstallDirs.rst.txt
172
share/doc/ECM/html/_sources/kde-module/KDEInstallDirs5.rst.txt
173
share/doc/ECM/html/_sources/kde-module/KDEInstallDirs6.rst.txt
174
share/doc/ECM/html/_sources/kde-module/KDEMetaInfoPlatformCheck.rst.txt
175
share/doc/ECM/html/_sources/kde-module/KDEPackageAppTemplates.rst.txt
176
share/doc/ECM/html/_sources/manual/ecm-developer.7.rst.txt
177
share/doc/ECM/html/_sources/manual/ecm-find-modules.7.rst.txt
178
share/doc/ECM/html/_sources/manual/ecm-kde-modules.7.rst.txt
179
share/doc/ECM/html/_sources/manual/ecm-modules.7.rst.txt
180
share/doc/ECM/html/_sources/manual/ecm-toolchains.7.rst.txt
181
share/doc/ECM/html/_sources/manual/ecm.7.rst.txt
182
share/doc/ECM/html/_sources/module/CheckAtomic.rst.txt
183
share/doc/ECM/html/_sources/module/ECMAddAndroidApk.rst.txt
184
share/doc/ECM/html/_sources/module/ECMAddAppIcon.rst.txt
185
share/doc/ECM/html/_sources/module/ECMAddQch.rst.txt
186
share/doc/ECM/html/_sources/module/ECMAddQtDesignerPlugin.rst.txt
187
share/doc/ECM/html/_sources/module/ECMAddTests.rst.txt
188
share/doc/ECM/html/_sources/module/ECMCheckOutboundLicense.rst.txt
189
share/doc/ECM/html/_sources/module/ECMConfiguredInstall.rst.txt
190
share/doc/ECM/html/_sources/module/ECMCoverageOption.rst.txt
191
share/doc/ECM/html/_sources/module/ECMCreateQmFromPoFiles.rst.txt
192
share/doc/ECM/html/_sources/module/ECMDeprecationSettings.rst.txt
193
share/doc/ECM/html/_sources/module/ECMEnableSanitizers.rst.txt
194
share/doc/ECM/html/_sources/module/ECMFindModuleHelpers.rst.txt
195
share/doc/ECM/html/_sources/module/ECMFindQmlModule.rst.txt
196
share/doc/ECM/html/_sources/module/ECMGenerateDBusServiceFile.rst.txt
197
share/doc/ECM/html/_sources/module/ECMGenerateExportHeader.rst.txt
198
share/doc/ECM/html/_sources/module/ECMGenerateHeaders.rst.txt
199
share/doc/ECM/html/_sources/module/ECMGeneratePkgConfigFile.rst.txt
200
share/doc/ECM/html/_sources/module/ECMGeneratePriFile.rst.txt
201
share/doc/ECM/html/_sources/module/ECMGenerateQmlTypes.rst.txt
202
share/doc/ECM/html/_sources/module/ECMInstallIcons.rst.txt
203
share/doc/ECM/html/_sources/module/ECMMarkAsTest.rst.txt
204
share/doc/ECM/html/_sources/module/ECMMarkNonGuiExecutable.rst.txt
205
share/doc/ECM/html/_sources/module/ECMOptionalAddSubdirectory.rst.txt
206
share/doc/ECM/html/_sources/module/ECMPackageConfigHelpers.rst.txt
207
share/doc/ECM/html/_sources/module/ECMPoQmTools.rst.txt
208
share/doc/ECM/html/_sources/module/ECMQmlModule.rst.txt
209
share/doc/ECM/html/_sources/module/ECMQtDeclareLoggingCategory.rst.txt
210
share/doc/ECM/html/_sources/module/ECMQueryQt.rst.txt
211
share/doc/ECM/html/_sources/module/ECMSetupQtPluginMacroNames.rst.txt
212
share/doc/ECM/html/_sources/module/ECMSetupVersion.rst.txt
213
share/doc/ECM/html/_sources/module/ECMSourceVersionControl.rst.txt
214
share/doc/ECM/html/_sources/module/ECMUninstallTarget.rst.txt
215
share/doc/ECM/html/_sources/module/ECMUseFindModules.rst.txt
216
share/doc/ECM/html/_sources/module/ECMWinResolveSymlinks.rst.txt
217
share/doc/ECM/html/_sources/module/QtVersionOption.rst.txt
218
share/doc/ECM/html/_sources/toolchain/Android.rst.txt
219
share/doc/ECM/html/_static/_sphinx_javascript_frameworks_compat.js
220
share/doc/ECM/html/_static/basic.css
221
share/doc/ECM/html/_static/classic.css
222
share/doc/ECM/html/_static/default.css
223
share/doc/ECM/html/_static/doctools.js
224
share/doc/ECM/html/_static/documentation_options.js
225
share/doc/ECM/html/_static/ecm.css
226
share/doc/ECM/html/_static/file.png
227
share/doc/ECM/html/_static/jquery-3.6.0.js
228
share/doc/ECM/html/_static/jquery.js
229
share/doc/ECM/html/_static/kde-favicon.ico
230
share/doc/ECM/html/_static/language_data.js
231
share/doc/ECM/html/_static/minus.png
232
share/doc/ECM/html/_static/plus.png
233
share/doc/ECM/html/_static/pygments.css
234
share/doc/ECM/html/_static/searchtools.js
235
share/doc/ECM/html/_static/sidebar.js
236
share/doc/ECM/html/_static/sphinx_highlight.js
237
share/doc/ECM/html/_static/underscore-1.13.1.js
238
share/doc/ECM/html/_static/underscore.js
239
share/doc/ECM/html/find-module/Find7Zip.html
240
share/doc/ECM/html/find-module/Find7z.html
241
share/doc/ECM/html/find-module/FindCanberra.html
242
share/doc/ECM/html/find-module/FindEGL.html
243
share/doc/ECM/html/find-module/FindGLIB2.html
244
share/doc/ECM/html/find-module/FindGperf.html
245
share/doc/ECM/html/find-module/FindGradle.html
246
share/doc/ECM/html/find-module/FindIcoTool.html
247
share/doc/ECM/html/find-module/FindInotify.html
248
share/doc/ECM/html/find-module/FindIsoCodes.html
249
share/doc/ECM/html/find-module/FindKF5.html
250
share/doc/ECM/html/find-module/FindLibExiv2.html
251
share/doc/ECM/html/find-module/FindLibGit2.html
252
share/doc/ECM/html/find-module/FindLibMount.html
253
share/doc/ECM/html/find-module/FindLibcap.html
254
share/doc/ECM/html/find-module/FindOpenEXR.html
255
share/doc/ECM/html/find-module/FindPhoneNumber.html
256
share/doc/ECM/html/find-module/FindPoppler.html
257
share/doc/ECM/html/find-module/FindPulseAudio.html
258
share/doc/ECM/html/find-module/FindQtWaylandScanner.html
259
share/doc/ECM/html/find-module/FindSasl2.html
260
share/doc/ECM/html/find-module/FindSeccomp.html
261
share/doc/ECM/html/find-module/FindSharedMimeInfo.html
262
share/doc/ECM/html/find-module/FindTaglib.html
263
share/doc/ECM/html/find-module/FindUDev.html
264
share/doc/ECM/html/find-module/FindWayland.html
265
share/doc/ECM/html/find-module/FindWaylandProtocols.html
266
share/doc/ECM/html/find-module/FindWaylandScanner.html
267
share/doc/ECM/html/find-module/FindX11_XCB.html
268
share/doc/ECM/html/find-module/FindXCB.html
269
share/doc/ECM/html/find-module/Findepoxy.html
270
share/doc/ECM/html/find-module/Findgzip.html
271
share/doc/ECM/html/genindex.html
272
share/doc/ECM/html/index.html
273
share/doc/ECM/html/kde-module/KDECMakeSettings.html
274
share/doc/ECM/html/kde-module/KDEClangFormat.html
275
share/doc/ECM/html/kde-module/KDECompilerSettings.html
276
share/doc/ECM/html/kde-module/KDEFrameworkCompilerSettings.html
277
share/doc/ECM/html/kde-module/KDEGitCommitHooks.html
278
share/doc/ECM/html/kde-module/KDEInstallDirs.html
279
share/doc/ECM/html/kde-module/KDEInstallDirs5.html
280
share/doc/ECM/html/kde-module/KDEInstallDirs6.html
281
share/doc/ECM/html/kde-module/KDEMetaInfoPlatformCheck.html
282
share/doc/ECM/html/kde-module/KDEPackageAppTemplates.html
283
share/doc/ECM/html/manual/ecm-developer.7.html
284
share/doc/ECM/html/manual/ecm-find-modules.7.html
285
share/doc/ECM/html/manual/ecm-kde-modules.7.html
286
share/doc/ECM/html/manual/ecm-modules.7.html
287
share/doc/ECM/html/manual/ecm-toolchains.7.html
288
share/doc/ECM/html/manual/ecm.7.html
289
share/doc/ECM/html/module/CheckAtomic.html
290
share/doc/ECM/html/module/ECMAddAndroidApk.html
291
share/doc/ECM/html/module/ECMAddAppIcon.html
292
share/doc/ECM/html/module/ECMAddQch.html
293
share/doc/ECM/html/module/ECMAddQtDesignerPlugin.html
294
share/doc/ECM/html/module/ECMAddTests.html
295
share/doc/ECM/html/module/ECMCheckOutboundLicense.html
296
share/doc/ECM/html/module/ECMConfiguredInstall.html
297
share/doc/ECM/html/module/ECMCoverageOption.html
298
share/doc/ECM/html/module/ECMCreateQmFromPoFiles.html
299
share/doc/ECM/html/module/ECMDeprecationSettings.html
300
share/doc/ECM/html/module/ECMEnableSanitizers.html
301
share/doc/ECM/html/module/ECMFindModuleHelpers.html
302
share/doc/ECM/html/module/ECMFindQmlModule.html
303
share/doc/ECM/html/module/ECMGenerateDBusServiceFile.html
304
share/doc/ECM/html/module/ECMGenerateExportHeader.html
305
share/doc/ECM/html/module/ECMGenerateHeaders.html
306
share/doc/ECM/html/module/ECMGeneratePkgConfigFile.html
307
share/doc/ECM/html/module/ECMGeneratePriFile.html
308
share/doc/ECM/html/module/ECMGenerateQmlTypes.html
309
share/doc/ECM/html/module/ECMInstallIcons.html
310
share/doc/ECM/html/module/ECMMarkAsTest.html
311
share/doc/ECM/html/module/ECMMarkNonGuiExecutable.html
312
share/doc/ECM/html/module/ECMOptionalAddSubdirectory.html
313
share/doc/ECM/html/module/ECMPackageConfigHelpers.html
314
share/doc/ECM/html/module/ECMPoQmTools.html
315
share/doc/ECM/html/module/ECMQmlModule.html
316
share/doc/ECM/html/module/ECMQtDeclareLoggingCategory.html
317
share/doc/ECM/html/module/ECMQueryQt.html
318
share/doc/ECM/html/module/ECMSetupQtPluginMacroNames.html
319
share/doc/ECM/html/module/ECMSetupVersion.html
320
share/doc/ECM/html/module/ECMSourceVersionControl.html
321
share/doc/ECM/html/module/ECMUninstallTarget.html
322
share/doc/ECM/html/module/ECMUseFindModules.html
323
share/doc/ECM/html/module/ECMWinResolveSymlinks.html
324
share/doc/ECM/html/module/QtVersionOption.html
325
share/doc/ECM/html/search.html
326
share/doc/ECM/html/searchindex.js
327
share/doc/ECM/html/toolchain/Android.html
328
share/man/man7/ecm-developer.7.gz
329
share/man/man7/ecm-find-modules.7.gz
330
share/man/man7/ecm-kde-modules.7.gz
331
share/man/man7/ecm-modules.7.gz
332
share/man/man7/ecm-toolchains.7.gz
333
share/man/man7/ecm.7.gz
334
- 

Return to bug 276821