From owner-cvs-all@FreeBSD.ORG Thu Jun 3 02:49:23 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 477D4106567C; Thu, 3 Jun 2010 02:49:23 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37D388FC12; Thu, 3 Jun 2010 02:49:23 +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 o532nMKs090351; Thu, 3 Jun 2010 02:49:22 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o532nMb0090350; Thu, 3 Jun 2010 02:49:22 GMT (envelope-from pgollucci) Message-Id: <201006030249.o532nMb0090350@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 3 Jun 2010 02:49:22 +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 Makefile.common 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: Thu, 03 Jun 2010 02:49:23 -0000 pgollucci 2010-06-03 02:49:22 UTC FreeBSD ports repository Modified files: devel/subversion Makefile Makefile.common Log: - Catch up with apache/apr related changes o Remove WITH_APACHE2_APR its always the port now o Remove some prelimiary checks for apr-1?-config o WITH_MOD_DAV_SVN now implies WITH_APACHE matching ports KNOBS o Simplify the apr-1?-config and include setup o if you build subversion WITHOUT WITH_APACHE or WITHOUT_APACHE you get devel/apr1 as the subverion developers intend. PR: ports/146777 Submitted by: pgollucci@ (myself) Approved by: maintainer timeout (lev; 14 days; 3-in a row) With Hat: apache@ Revision Changes Path 1.134 +0 -17 ports/devel/subversion/Makefile 1.36 +20 -26 ports/devel/subversion/Makefile.common