From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 11 07:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE8F1065679 for ; Mon, 11 May 2009 07:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25D558FC39 for ; Mon, 11 May 2009 07:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4B7o2Nv006034 for ; Mon, 11 May 2009 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4B7o1oL006033; Mon, 11 May 2009 07:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 11 May 2009 07:50:01 GMT Resent-Message-Id: <200905110750.n4B7o1oL006033@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BBD31065674 for ; Mon, 11 May 2009 07:49:26 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 595208FC2E; Mon, 11 May 2009 07:49:26 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4B7nQU3006001; Mon, 11 May 2009 07:49:26 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4B7nPg0006000; Mon, 11 May 2009 07:49:25 GMT (envelope-from pgollucci) Message-Id: <200905110749.n4B7nPg0006000@freefall.freebsd.org> Date: Mon, 11 May 2009 07:49:25 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stan@stormier.net Subject: ports/134450: [PATCH] www/mod_transform: apache@ cleanups X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 07:50:02 -0000 >Number: 134450 >Category: ports >Synopsis: [PATCH] www/mod_transform: apache@ cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 11 07:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Riderway Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Convert to USE_APACHE, remove apache from _DEPENDS - USe %%AP*%% in pkg-plist Port maintainer (stan@stormier.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_transform-0.6.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_transform/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 29 Jan 2007 23:51:54 -0000 1.4 +++ Makefile 11 May 2009 07:48:49 -0000 @@ -13,9 +13,7 @@ MAINTAINER= stan@stormier.net COMMENT= An XSLT and XIncludes Filter module for Apache 2.0 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20 - +USE_APACHE= 2.0 USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes USE_GNOME= libxslt Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/mod_transform/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 8 Dec 2004 21:27:24 -0000 1.1 +++ pkg-plist 11 May 2009 07:48:49 -0000 @@ -1,2 +1,2 @@ -include/apache2/mod_transform.h -libexec/apache2/mod_transform.so +%%APACHEINCLUDEDIR%%/mod_transform.h +%%APACHEMODDIR%%/mod_transform.so --- mod_transform-0.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: