From owner-cvs-ports@FreeBSD.ORG Thu May 27 23:58:12 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90836106564A; Thu, 27 May 2010 23:58:12 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 814958FC16; Thu, 27 May 2010 23:58:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4RNwCn1032047; Thu, 27 May 2010 23:58:12 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4RNwC0H032046; Thu, 27 May 2010 23:58:12 GMT (envelope-from obrien) Message-Id: <201005272358.o4RNwC0H032046@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 27 May 2010 23:58:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subversion Makefile.common ports/devel/subversion-freebsd Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 23:58:12 -0000 obrien 2010-05-27 23:58:12 UTC FreeBSD ports repository Modified files: devel/subversion Makefile.common devel/subversion-freebsd Makefile Log: Some ports have a rather hardcoded dependency on Subversion and specifically devel/subversion (vs. devel/subversion-freebsd). So combine the two - allowing one to build just "subversion" to satisfy dependencies but with the FreeBSD hacks. I have not done this via an OPTION as I do not know if we want to expose "Build with FreeBSD hacks" to all the users of the Subversion port. Instead it keys off of 'WITH_FREEBSD_SUBVERSION'. If putting this in OPTIONS is the better approach I can follow up and do that. Approved by: maintainer timeout Revision Changes Path 1.137 +1 -4 ports/devel/subversion-freebsd/Makefile 1.34 +9 -1 ports/devel/subversion/Makefile.common