From owner-cvs-all@FreeBSD.ORG Fri May 28 01:34:20 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD0CC1065675; Fri, 28 May 2010 01:34:20 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4DC8FC15; Fri, 28 May 2010 01:34:19 +0000 (UTC) Received: by qyk11 with SMTP id 11so1003674qyk.13 for ; Thu, 27 May 2010 18:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6JRa09OnbyevUmI9ebqGdrH6F0hfEqKJDDrLSp0tVsA=; b=sDw/Kb7IE94mVEshgRy5S2U6Go/vnGegqkxLnqxb9uKmJBdTKeNUWRMVltTxVw1aqo vGcrjg6br6pK09KtZbRr/Zi4c6HUS4REexbDHtMaOnnicsJgjgfWmXxhkzsEK41Thyhr AX60YkO3MxvTxItA8fR+HMw7HrEcKU1G3lJwQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EZbL338L1IBl1ya72k3RQaKtNzDCPEp+EW7N8UkyjN24JUmrPQybFi5gPxXfBdvQ5q TS4peXJ3UxZoi0KsifEHgiEIsLg81clTjGutv+ldy6afDpdoefByeHeVM1NJgMIrtaOc u93APSmiZ9iiCZWFPDb2c33CZy50UE/CCzfvE= MIME-Version: 1.0 Received: by 10.229.228.77 with SMTP id jd13mr2497022qcb.177.1275010459356; Thu, 27 May 2010 18:34:19 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Thu, 27 May 2010 18:34:19 -0700 (PDT) In-Reply-To: <201005272358.o4RNwC0H032046@repoman.freebsd.org> References: <201005272358.o4RNwC0H032046@repoman.freebsd.org> Date: Thu, 27 May 2010 18:34:19 -0700 Message-ID: From: Garrett Cooper To: "David E. O'Brien" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/subversion Makefile.common ports/devel/subversion-freebsd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 01:34:20 -0000 On Thu, May 27, 2010 at 4:58 PM, David E. O'Brien wrot= e: > obrien =A0 =A0 =A02010-05-27 23:58:12 UTC > > =A0FreeBSD ports repository > > =A0Modified files: > =A0 =A0devel/subversion =A0 =A0 Makefile.common > =A0 =A0devel/subversion-freebsd Makefile > =A0Log: > =A0Some ports have a rather hardcoded dependency on Subversion and specif= ically > =A0devel/subversion (vs. devel/subversion-freebsd). > =A0So combine the two - allowing one to build just "subversion" to satisf= y > =A0dependencies but with the FreeBSD hacks. > > =A0I have not done this via an OPTION as I do not know if we want to expo= se > =A0"Build with FreeBSD hacks" to all the users of the Subversion port. = =A0Instead > =A0it keys off of 'WITH_FREEBSD_SUBVERSION'. =A0If putting this in OPTION= S is the > =A0better approach I can follow up and do that. > > =A0Approved by: =A0 =A0maintainer timeout I'm not sure what the longterm plan is, but is the subversion-freebsd port is going to be removed someday and replaced with just devel/subversion? Thanks! -Garrett