svn commit: r556671 - head/devel/kf5-solid
Tobias C. Berner
tcberner at FreeBSD.org
Mon Nov 30 19:09:20 UTC 2020
Author: tcberner
Date: Mon Nov 30 19:09:20 2020
New Revision: 556671
URL: https://svnweb.freebsd.org/changeset/ports/556671
Log:
devel/kf5-solid: add new option IMBOILE
- users who compiled devel/kf5-solid in an unclean environment where
either of the two dependencies was istalled would get there solid
libraries linked against those, but the dependency not tracked.
- to allow for sane packages in those environment optionify it in a new
default off option.
PR: 251492
Submitted by: VVD <vvd at unislabs.com>
Modified:
head/devel/kf5-solid/Makefile
Modified: head/devel/kf5-solid/Makefile
==============================================================================
--- head/devel/kf5-solid/Makefile Mon Nov 30 18:45:04 2020 (r556670)
+++ head/devel/kf5-solid/Makefile Mon Nov 30 19:09:20 2020 (r556671)
@@ -15,4 +15,12 @@ USE_QT= concurrent core dbus declarative gui linguist
network testlib widgets xml \
buildtools_build qmake_build
+OPTIONS_DEFINE= IMOBILE
+
+IMOBILE_DESC= Apple iPhone/iPod Touch support
+IMOBILE_LIB_DEPENDS= libimobiledevice.so:comms/libimobiledevice \
+ libplist.so:devel/libplist
+IMOBILE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IMobileDevice \
+ CMAKE_DISABLE_FIND_PACKAGE_PList
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list