From owner-svn-ports-all@freebsd.org Wed Jun 29 02:01:44 2016 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 0BEB5B8607A; Wed, 29 Jun 2016 02:01:44 +0000 (UTC) (envelope-from swills@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 CCF4A2277; Wed, 29 Jun 2016 02:01:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5T21gj6069350; Wed, 29 Jun 2016 02:01:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5T21gRw069349; Wed, 29 Jun 2016 02:01:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201606290201.u5T21gRw069349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Jun 2016 02:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417755 - head/databases/xapian-bindings X-SVN-Group: ports-head 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.22 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: Wed, 29 Jun 2016 02:01:44 -0000 Author: swills Date: Wed Jun 29 02:01:42 2016 New Revision: 417755 URL: https://svnweb.freebsd.org/changeset/ports/417755 Log: databases/xapian-bindings: remove unneeded reference to RUBY_RDOC With hat: ruby@ Modified: head/databases/xapian-bindings/Makefile Modified: head/databases/xapian-bindings/Makefile ============================================================================== --- head/databases/xapian-bindings/Makefile Wed Jun 29 01:50:08 2016 (r417754) +++ head/databases/xapian-bindings/Makefile Wed Jun 29 02:01:42 2016 (r417755) @@ -39,7 +39,7 @@ PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHO PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2 RUBY_CONFIGURE_WITH= ruby -RUBY_USE= RUBY=yes RUBY_RDOC=no +USE_RUBY= yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure