From owner-svn-ports-all@freebsd.org Tue Sep 19 22:13:39 2017 Return-Path: Delivered-To: svn-ports-all@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 AC28AE08E84; Tue, 19 Sep 2017 22:13:39 +0000 (UTC) (envelope-from bofh@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 79A4B6F39F; Tue, 19 Sep 2017 22:13:39 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JMDcaD082515; Tue, 19 Sep 2017 22:13:38 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JMDcBX082514; Tue, 19 Sep 2017 22:13:38 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201709192213.v8JMDcBX082514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 19 Sep 2017 22:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450173 - head/databases/mroonga X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/databases/mroonga X-SVN-Commit-Revision: 450173 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.23 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: Tue, 19 Sep 2017 22:13:39 -0000 Author: bofh Date: Tue Sep 19 22:13:38 2017 New Revision: 450173 URL: https://svnweb.freebsd.org/changeset/ports/450173 Log: databases/mroonga: Fix issue with pre-fetch and BUILD_DEPENDS Reported by: mat Modified: head/databases/mroonga/Makefile Modified: head/databases/mroonga/Makefile ============================================================================== --- head/databases/mroonga/Makefile Tue Sep 19 21:51:50 2017 (r450172) +++ head/databases/mroonga/Makefile Tue Sep 19 22:13:38 2017 (r450173) @@ -11,6 +11,7 @@ COMMENT= Open-source fulltext search engine for MySQL LICENSE= LGPL21 +BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:patch LIB_DEPENDS= libgroonga.so:textproc/groonga USES= libtool mysql pkgconfig @@ -24,8 +25,5 @@ INSTALL_TARGET= install-strip SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS - -pre-fetch: - cd ${PORTSDIR}/${_MYSQL_SERVER}; ${MAKE} patch .include