From owner-freebsd-apache@FreeBSD.ORG Wed Sep 3 19:01:06 2008 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 9DC8C1065670 for ; Wed, 3 Sep 2008 19:01:06 +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 5C15C8FC1E for ; Wed, 3 Sep 2008 19:01:06 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Wed, 3 Sep 2008 12:01:06 -0700 Message-ID: <48BEDEF0.1090205@p6m7g8.com> Date: Wed, 3 Sep 2008 15:01:04 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: apache@freebsd.org Content-Type: message/rfc822; name="Re: apache22 - package tools out of date?.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: apache22 - package tools out of date?.eml" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Fwd: Re: apache22 - package tools out of date?] 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: Wed, 03 Sep 2008 19:01:06 -0000 Return-Path: Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by piccollo.p6m7g8.net (8.14.2/8.14.2) with ESMTP id m83J04YS061274 for ; Wed, 3 Sep 2008 15:00:04 -0400 (EDT) (envelope-from owner-freebsd-ports@freebsd.org) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 2A2451552FE; Wed, 3 Sep 2008 18:59:56 +0000 (UTC) (envelope-from owner-freebsd-ports@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 37DC9106567F; Wed, 3 Sep 2008 18:59:55 +0000 (UTC) (envelope-from owner-freebsd-ports@freebsd.org) Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AE951065670 for ; Wed, 3 Sep 2008 18:59:47 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 174028FC19 for ; Wed, 3 Sep 2008 18:59:46 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Wed, 3 Sep 2008 11:59:46 -0700 Message-ID: <48BEDEA0.4030502@p6m7g8.com> Date: Wed, 3 Sep 2008 14:59:44 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: Christer Solskogen References: <48BEC2B5.6060005@gmail.com> In-Reply-To: <48BEC2B5.6060005@gmail.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: apache22 - package tools out of date? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: owner-freebsd-ports@freebsd.org Errors-To: owner-freebsd-ports@freebsd.org X-Spam-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,SPF_PASS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on piccollo.p6m7g8.net Christer Solskogen wrote: > Building apache22 works fine, but installing it gives me the following > output. Looks like the changes portrevision bump to 4 caused this. I'll see what I can do about it. clement 2008-09-03 13:19:24 UTC FreeBSD ports repository Modified files: www/apache22 Makefile Makefile.modules pkg-plist Log: - Fix plist where apr_dbd is used - Fix Postgresql build, don't trust pg_config - Don't overwrite apr_dbd_mysql.c - Bump PORTREVISION No cookie for: clement Revision Changes Path 1.225 +1 -5 ports/www/apache22/Makefile 1.29 +8 -1 ports/www/apache22/Makefile.modules 1.90 +13 -1 ports/www/apache22/pkg-plist http://cvsweb.FreeBSD.org/ports/www/apache22/Makefile.diff?r1=1.224&r2=1.225&f=h | --- ports/www/apache22/Makefile 2008/09/02 12:26:37 1.224 | +++ ports/www/apache22/Makefile 2008/09/03 13:19:24 1.225 | @@ -2,14 +2,14 @@ | # Date created: Dec 11 2004 | # Whom: Clement Laforet | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/Makefile,v 1.224 2008/09/02 12:26:37 clement Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/Makefile,v 1.225 2008/09/03 13:19:24 clement Exp $ | # | # For more information, please read Makefile.doc | # | | PORTNAME= apache | PORTVERSION= 2.2.9 | -PORTREVISION= 3 | +PORTREVISION= 4 | CATEGORIES= www | MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} | DISTNAME= httpd-${PORTVERSION} | @@ -199,10 +199,6 @@ pre-everything:: | show-options: | @${SED} -ne 's/^##//p' ${APACHEDIR}/Makefile.doc | | -post-extract: | - @${INSTALL_DATA} ${FILESDIR}/apr_dbd_mysql.c \ | - ${WRKSRC}/srclib/apr-util/dbd/ | - | post-patch: | @${RM} -f ${WRKSRC}/docs/docroot/*.bak | @${REINPLACE_CMD} -e 's," PLATFORM ",FreeBSD,' \ http://cvsweb.FreeBSD.org/ports/www/apache22/Makefile.modules.diff?r1=1.28&r2=1.29&f=h | --- ports/www/apache22/Makefile.modules 2008/09/02 12:26:37 1.28 | +++ ports/www/apache22/Makefile.modules 2008/09/03 13:19:24 1.29 | @@ -9,7 +9,7 @@ | # gsed 's/^\(.*\)mod\(.*\)\.so/%%\MOD\U\2%%\L\1mod\2\.so/' pkg-plist > tmp | # mv tmp pkg-plist | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/Makefile.modules,v 1.28 2008/09/02 12:26:37 clement Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/Makefile.modules,v 1.29 2008/09/03 13:19:24 clement Exp $ | # | | .if !defined(Module_inc) | @@ -120,22 +120,29 @@ CFLAGS+= -I${LOCALBASE}/include/mysql -D | LDFLAGS+= -L${LOCALBASE}/lib/mysql | CONFIGURE_ENV+= LIBS="${LIBS}" | WITH_THREADS= YES | +PLIST_SUB+= MYSQL="" | .else | CONFIGURE_ARGS+= --without-mysql | +PLIST_SUB+= MYSQL="@comment" | .endif | | .if defined(WITH_PGSQL) | USE_PGSQL= YES | CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} | +CONFIGURE_ENV+= ac_cv_path_PGSQL_CONFIG="" | +PLIST_SUB+= PGSQL="" | .else | CONFIGURE_ARGS+= --without-pgsql | +PLIST_SUB+= PGSQL="@comment" | .endif | | .if defined(WITH_SQLITE) | USE_SQLITE= YES | CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} | +PLIST_SUB+= SQLITE3="" | .else | CONFIGURE_ARGS+= --without-sqlite3 | +PLIST_SUB+= SQLITE3="@comment" | .endif | | .if !defined(WITHOUT_SSL) http://cvsweb.FreeBSD.org/ports/www/apache22/pkg-plist.diff?r1=1.89&r2=1.90&f=h | --- ports/www/apache22/pkg-plist 2008/08/31 23:00:27 1.89 | +++ ports/www/apache22/pkg-plist 2008/09/03 13:19:24 1.90 | @@ -1,4 +1,4 @@ | -@comment $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/pkg-plist,v 1.89 2008/08/31 23:00:27 clement Exp $ | +@comment $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache22/pkg-plist,v 1.90 2008/09/03 13:19:24 clement Exp $ | %%APR_PORTS%%@exec mkdir -p %D/lib/apr-util-1 | @exec mkdir -p %D/etc/apache22/extra 2> /dev/null | @exec mkdir -p %D/etc/apache22/Includes 2> /dev/null || true | @@ -174,6 +174,18 @@ include/apache22/util_xml.h | %%APR_PORTS%%lib/libaprutil-1.la | %%APR_PORTS%%lib/libaprutil-1.so | %%APR_PORTS%%lib/libaprutil-1.so.3 | +%%APR_PORTS%%%%MYSQL%%lib/apr-util-1/apr_dbd_mysql-1.so | +%%APR_PORTS%%%%MYSQL%%lib/apr-util-1/apr_dbd_mysql.so | +%%APR_PORTS%%%%MYSQL%%lib/apr-util-1/apr_dbd_mysql.la | +%%APR_PORTS%%%%MYSQL%%lib/apr-util-1/apr_dbd_mysql.a | +%%APR_PORTS%%%%PGSQL%%lib/apr-util-1/apr_dbd_pgsql-1.so | +%%APR_PORTS%%%%PGSQL%%lib/apr-util-1/apr_dbd_pgsql.so | +%%APR_PORTS%%%%PGSQL%%lib/apr-util-1/apr_dbd_pgsql.la | +%%APR_PORTS%%%%PGSQL%%lib/apr-util-1/apr_dbd_pgsql.a | +%%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3-1.so | +%%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.so | +%%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.la | +%%APR_PORTS%%%%SQLITE3%%lib/apr-util-1/apr_dbd_sqlite3.a | libexec/apache22/httpd.exp | %%MOD_ACTIONS%%libexec/apache22/mod_actions.so | %%MOD_ALIAS%%libexec/apache22/mod_alias.so _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"