From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 30 11:00:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5362B37B401 for ; Wed, 30 Apr 2003 11:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C38743F75 for ; Wed, 30 Apr 2003 11:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3UI0RUp045807 for ; Wed, 30 Apr 2003 11:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3UI0Qkh045803; Wed, 30 Apr 2003 11:00:26 -0700 (PDT) Resent-Date: Wed, 30 Apr 2003 11:00:26 -0700 (PDT) Resent-Message-Id: <200304301800.h3UI0Qkh045803@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, Andy Gerweck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93D937B401 for ; Wed, 30 Apr 2003 10:54:43 -0700 (PDT) Received: from gerweck.dyndns.org (adsl-64-170-154-254.dsl.sntc01.pacbell.net [64.170.154.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9A043F85 for ; Wed, 30 Apr 2003 10:54:42 -0700 (PDT) (envelope-from andy@gerweck.dyndns.org) Received: from gerweck.dyndns.org (08021c9e7dff56f6dfa9d1ab561342fa@localhost [127.0.0.1]) by gerweck.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h3UHsg0Q057083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 30 Apr 2003 10:54:42 -0700 (PDT) (envelope-from andy@gerweck.dyndns.org) Received: (from andy@localhost) by gerweck.dyndns.org (8.12.6p2/8.12.6/Submit) id h3UHsgJl057082; Wed, 30 Apr 2003 10:54:42 -0700 (PDT) (envelope-from andy) Message-Id: <200304301754.h3UHsgJl057082@gerweck.dyndns.org> Date: Wed, 30 Apr 2003 10:54:42 -0700 (PDT) From: Andy Gerweck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51634: Updated mod_webapp version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Gerweck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 18:00:28 -0000 >Number: 51634 >Category: ports >Synopsis: Updated mod_webapp version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 30 11:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andy Gerweck >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD gerweck.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #9: Wed Apr 16 19:46:25 PDT 2003 root@gerweck.dyndns.org:/usr/obj/usr/src/sys/ENRIQUE i386 >Description: Attached is a new version of mod_webapp to match the current distribution and uses the new MASTER_SITE_APACHE_JAKARTA variable from bsd.sites.mk. >How-To-Repeat: >Fix: --- mod_webapp.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_webapp-apache2 # mod_webapp-apache2/Makefile # mod_webapp-apache2/distinfo # mod_webapp-apache2/pkg-descr # mod_webapp-apache2/pkg-plist # echo c - mod_webapp-apache2 mkdir -p mod_webapp-apache2 > /dev/null 2>&1 echo x - mod_webapp-apache2/Makefile sed 's/^X//' >mod_webapp-apache2/Makefile << 'END-of-mod_webapp-apache2/Makefile' X# Ports collection makefile for: mod_webapp for Apache 2.x X# Date created: Oct 11 2002 X# Whom: Andy Gerweck X# X# $FreeBSD: ports/www/mod_webapp-apache2/Makefile,v 1.2 2003/02/21 14:01:22 knu Exp $ X# X XPORTNAME= mod_webapp XPORTVERSION= 4.1.24 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} XMASTER_SITE_SUBDIR= jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src/ XPKGNAMESUFFIX= -apache2 XDISTNAME= jakarta-tomcat-connectors-${CONNECTORS_RELEASE}-src XDIST_SUBDIR= ${PORTNAME} X XMAINTAINER= gerweck@yahoo.com XCOMMENT= Apache module mounts Tomcat web applications X XBUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/apache2:extract \ X ${AUTOCONF}:${PORTSDIR}/devel/autoconf \ X ${LIBTOOL}:${PORTSDIR}/devel/libtool XRUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache2 X XUSE_GMAKE= yes XALL_TARGET= lib-build apache-2.0-build X X# Release information for distribution files. XTOMCAT_RELEASE= ${PORTVERSION} XCONNECTORS_RELEASE= ${PORTVERSION} X X.include X X# Apache locations. XAPXS?= ${LOCALBASE}/sbin/apxs XAPACHECTL?= ${LOCALBASE}/sbin/apachectl XAPR_LIB?= ${LOCALBASE}/lib/apache2/ XAPR_INCLUDE?= ${LOCALBASE}/include/apache2/ XAPACHE_MODULES?= libexec/apache2/ XAPR_SRC?= ${PORTSDIR}/www/apache2/work/httpd-*/srclib/apr XLIBTOOL?= ${LOCALBASE}/bin/libtool XAUTOCONF?= ${LOCALBASE}/bin/autoconf X X# If the user's changed the modules directory, pack things correctly. XPLIST_SUB= APACHE_MODULES=${APACHE_MODULES} X X# Build options. XVERSION_2!= ${APACHECTL} -v | ${GREP} Apache/2 || true X XWRKSRC= ${WRKDIR}/${DISTNAME}/webapp XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --with-apxs=${APXS} \ X --with-apr-lib=${APR_LIB} \ X --with-apr-include=${APR_INCLUDE} \ X --with-apr=${APR_SRC} X Xpre-configure: X cd ${WRKSRC} && ${AUTOCONF} X Xpre-build: X ${MKDIR} ${WRKSRC}/build X ${MKDIR} ${WRKSRC}/build/objs X Xdo-install: X ${APXS} -i -a ${WRKSRC}/apache-2.0/mod_webapp.so X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/mod_webapp X ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${PREFIX}/share/doc/mod_webapp X.endif X X.include END-of-mod_webapp-apache2/Makefile echo x - mod_webapp-apache2/distinfo sed 's/^X//' >mod_webapp-apache2/distinfo << 'END-of-mod_webapp-apache2/distinfo' XMD5 (mod_webapp/jakarta-tomcat-connectors-4.1.24-src.tar.gz) = 0daa701e51d04570006abce1ac580aed END-of-mod_webapp-apache2/distinfo echo x - mod_webapp-apache2/pkg-descr sed 's/^X//' >mod_webapp-apache2/pkg-descr << 'END-of-mod_webapp-apache2/pkg-descr' XMod_webapp is an Apache module that allows Tomcat applications to be Xmounted into an Apache server. Tomcat is a Java servlet and jsp engine. XApache is the popular webserver. X XWWW: http://jakarta.apache.org/tomcat/ X X- Andy Gerweck Xgerweck@yahoo.com END-of-mod_webapp-apache2/pkg-descr echo x - mod_webapp-apache2/pkg-plist sed 's/^X//' >mod_webapp-apache2/pkg-plist << 'END-of-mod_webapp-apache2/pkg-plist' X%%APACHE_MODULES%%/mod_webapp.so X%%PORTDOCS%%share/doc/mod_webapp/INSTALL.txt X%%PORTDOCS%%@dirrm share/doc/mod_webapp END-of-mod_webapp-apache2/pkg-plist exit --- mod_webapp.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: