mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
The upcoming KDE Frameworks ports need grantlee5 * Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5 * Move header files from devel/grantlee into a subdirectory include/grantlee4 to make sure ports do not pick up the wrong headers * Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed by ports using grantlee (before we set the PLIST_SUB manual in very of the depending ports, which now should not be needed anymore). * The ports depending on devel/grantlee have been modified from LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee to USES=grantlee:4 as this does not affect the package no version bumped was made. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7434
14 lines
558 B
Text
14 lines
558 B
Text
Install headers prefixed, as to not cause a possible conflict with
|
|
different versions.
|
|
|
|
--- templates/lib/CMakeLists.txt.orig 2016-08-10 16:09:48 UTC
|
|
+++ templates/lib/CMakeLists.txt
|
|
@@ -137,7 +137,7 @@ install(TARGETS Grantlee_Templates EXPOR
|
|
RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT Templates
|
|
LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates
|
|
ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates
|
|
- INCLUDES DESTINATION include
|
|
+ INCLUDES DESTINATION include/grantlee5
|
|
)
|
|
|
|
install(FILES
|