Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2009 07:49:25 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stan@stormier.net
Subject:   ports/134450: [PATCH] www/mod_transform: apache@ cleanups
Message-ID:  <200905110749.n4B7nPg0006000@freefall.freebsd.org>
Resent-Message-ID: <200905110750.n4B7o1oL006033@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905110749.n4B7nPg0006000>