From owner-freebsd-apache@FreeBSD.ORG Sat Jan 3 18:54:40 2009 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65CD106566B; Sat, 3 Jan 2009 18:54:40 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id A48048FC13; Sat, 3 Jan 2009 18:54:40 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from home.p6m7g8.net (70.88.236.17) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Sat, 3 Jan 2009 10:54:34 -0800 Message-ID: <495FB443.8030107@p6m7g8.com> Date: Sat, 3 Jan 2009 13:53:55 -0500 From: "Philip M. Gollucci" Organization: P6 Web Application User-Agent: Thunderbird 2.0.0.18 (X11/20081217) MIME-Version: 1.0 To: apache@FreeBSD.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: [RFC]: [PATCH]: remove devel/apr X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 18:54:41 -0000 This needs a lot of polishing, UPDATING entry, CHANGES entry?, and more testing, but I'm open to any comments/feedback on it: http://tinderbox-amd64.p6m7g8.net/~pgollucci/FreeBSD/diffs/apr.diff o Remove devel/apr-svn and replace with devel/apr o devel/apr: defaults changed: WITH_BDB=yes [1] convert APR_UTIL_* flags to KNOBS flag names optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL (sqlite[23],orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use) GMAKE is not needed, so remove it split ./configure args into apr and apr-util args, they do not accept all the same options standardize on naming apr and apu to match other oses and the C code. create APR_WRKDIR And APU_WRKDIR for simplicity delete pre-extract target bump PORTREVISION NOTE: port still breaks hier(7), need to fix o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion* devel/apr-svn -> devel/apr (subversion will pull in devel/apr) o 86 ports PORTREVISION++ due to devel/apr-svn removal o 6 ports PORTREVISION++ due to [1] Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for devel/apr-0, devel/apr-1, devel/apr-2 -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Director IT - RideCharge, Inc. http://ridecharge.com Contractor - PositiveEnergyUSA http://positiveenergyusa.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-apache@FreeBSD.ORG Sat Jan 3 20:15:20 2009 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A4B106566C; Sat, 3 Jan 2009 20:15:20 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id C24658FC16; Sat, 3 Jan 2009 20:15:20 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from home.p6m7g8.net (70.88.236.17) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Sat, 3 Jan 2009 12:15:14 -0800 Message-ID: <495FC72B.60101@p6m7g8.com> Date: Sat, 3 Jan 2009 15:14:35 -0500 From: "Philip M. Gollucci" Organization: P6 Web Application User-Agent: Thunderbird 2.0.0.18 (X11/20081217) MIME-Version: 1.0 To: apache@freebsd.org References: <495FB443.8030107@p6m7g8.com> In-Reply-To: <495FB443.8030107@p6m7g8.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: [RFC]: [PATCH]: remove devel/apr X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 20:15:21 -0000 Philip M. Gollucci wrote: > Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) > 2.0.x, ports infra needs to prep for > devel/apr-0, devel/apr-1, devel/apr-2 Another note, 2.0.x trunk will have apr-util as part of it, so it turns out it was a good idea to have devel/apr contain apr-util. Imagine that. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc. http://p6m7g8.net Director IT - RideCharge, Inc. http://ridecharge.com Contractor - PositiveEnergyUSA http://positiveenergyusa.com ASF Member - Apache Software Foundation http://apache.org FreeBSD Committer - FreeBSD Foundation http://freebsd.org Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.