Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 19:09:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556671 - head/devel/kf5-solid
Message-ID:  <202011301909.0AUJ9K9U060784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011301909.0AUJ9K9U060784>