From owner-svn-ports-head@freebsd.org Wed Dec 28 05:30:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA071C92164; Wed, 28 Dec 2016 05:30:39 +0000 (UTC) (envelope-from avilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 7C91E173A; Wed, 28 Dec 2016 05:30:39 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBS5UcQP011121; Wed, 28 Dec 2016 05:30:38 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBS5Ucc6011118; Wed, 28 Dec 2016 05:30:38 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201612280530.uBS5Ucc6011118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Wed, 28 Dec 2016 05:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429711 - in head: accessibility/speech-dispatcher comms/py-libimobiledevice devel/py-libplist devel/qjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 05:30:40 -0000 Author: avilla Date: Wed Dec 28 05:30:38 2016 New Revision: 429711 URL: https://svnweb.freebsd.org/changeset/ports/429711 Log: - Make portscout ignore slave ports Modified: head/accessibility/speech-dispatcher/Makefile head/comms/py-libimobiledevice/Makefile head/devel/py-libplist/Makefile head/devel/qjson/Makefile Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Wed Dec 28 05:12:46 2016 (r429710) +++ head/accessibility/speech-dispatcher/Makefile Wed Dec 28 05:30:38 2016 (r429711) @@ -90,6 +90,8 @@ post-install: .else +PORTSCOUT= ignore:1 + NO_ARCH= yes USES+= python:3.3+ LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher Modified: head/comms/py-libimobiledevice/Makefile ============================================================================== --- head/comms/py-libimobiledevice/Makefile Wed Dec 28 05:12:46 2016 (r429710) +++ head/comms/py-libimobiledevice/Makefile Wed Dec 28 05:30:38 2016 (r429711) @@ -12,6 +12,8 @@ BUILD_DEPENDS= cython:lang/cython \ ${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist RUN_DEPENDS= ${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist +PORTSCOUT= ignore:1 + USES= python CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes Modified: head/devel/py-libplist/Makefile ============================================================================== --- head/devel/py-libplist/Makefile Wed Dec 28 05:12:46 2016 (r429710) +++ head/devel/py-libplist/Makefile Wed Dec 28 05:30:38 2016 (r429711) @@ -10,6 +10,8 @@ COMMENT= Python bindings for libplist LIB_DEPENDS= libplist.so:${MASTER_PORT} BUILD_DEPENDS= cython:lang/cython +PORTSCOUT= ignore:1 + USES= python CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes Modified: head/devel/qjson/Makefile ============================================================================== --- head/devel/qjson/Makefile Wed Dec 28 05:12:46 2016 (r429710) +++ head/devel/qjson/Makefile Wed Dec 28 05:30:38 2016 (r429711) @@ -21,6 +21,8 @@ USE_QT4= corelib moc_build qmake_build r CMAKE_ARGS+= -DQT4_BUILD:BOOL=TRUE PLIST_SUB= QT5="@comment " NO_QT5="" .else +PORTSCOUT= ignore:1 + USE_QT5= core buildtools_build qmake_build CMAKE_ARGS+= -DQT4_BUILD:BOOL=FALSE PLIST_SUB= QT5="" NO_QT5="@comment "