From owner-svn-ports-all@freebsd.org Mon Nov 30 19:09:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D960D4A56C9; Mon, 30 Nov 2020 19:09:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ClFCN5sklz4Y7N; Mon, 30 Nov 2020 19:09:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC0F5595; Mon, 30 Nov 2020 19:09:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AUJ9KRk060785; Mon, 30 Nov 2020 19:09:20 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUJ9K9U060784; Mon, 30 Nov 2020 19:09:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202011301909.0AUJ9K9U060784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 30 Nov 2020 19:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556671 - head/devel/kf5-solid X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/kf5-solid X-SVN-Commit-Revision: 556671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2020 19:09:20 -0000 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 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