summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-06-19 05:36:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-06-19 05:36:05 +0000
commitf133c07f4eab774aed7b2108d2a19cc119810e72 (patch)
treeda502009ea092bbb94ed439a1db89985f2943056 /www
parentgtksourceview also includes libgnomeprintui. (diff)
Remove the mod_webapp-apache2 port, which has been unhooked from the
build for 7 months because it breaks INDEX. Discussed with: maintainer
Notes
Notes: svn path=/head/; revision=83288
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_webapp-apache2/Makefile74
-rw-r--r--www/mod_webapp-apache2/distinfo1
-rw-r--r--www/mod_webapp-apache2/pkg-descr8
-rw-r--r--www/mod_webapp-apache2/pkg-plist3
5 files changed, 0 insertions, 87 deletions
diff --git a/www/Makefile b/www/Makefile
index e96fd61a78eb..be46db3c7565 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -238,7 +238,6 @@
SUBDIR += mod_v2h
SUBDIR += mod_watch
SUBDIR += mod_webapp
-# SUBDIR += mod_webapp-apache2
SUBDIR += mod_zap
SUBDIR += moinmoin
SUBDIR += momspider
diff --git a/www/mod_webapp-apache2/Makefile b/www/mod_webapp-apache2/Makefile
deleted file mode 100644
index 789926557efc..000000000000
--- a/www/mod_webapp-apache2/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# Ports collection makefile for: mod_webapp for Apache 2.x
-# Date created: Oct 11 2002
-# Whom: Andy Gerweck <gerweck@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_webapp
-PORTVERSION= 4.1.12
-CATEGORIES= www
-MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src/
-PKGNAMESUFFIX= -apache2
-DISTNAME= jakarta-tomcat-connectors-${CONNECTORS_RELEASE}-src
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= gerweck@yahoo.com
-COMMENT= Apache module mounts Tomcat web applications
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/apache2:extract \
- ${AUTOCONF}:${PORTSDIR}/devel/autoconf \
- ${LIBTOOL}:${PORTSDIR}/devel/libtool
-RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache2
-
-USE_GMAKE= yes
-ALL_TARGET= lib-build apache-2.0-build
-
-# Release information for distribution files.
-TOMCAT_RELEASE= ${PORTVERSION}
-CONNECTORS_RELEASE= ${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-# Apache locations.
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHECTL?= ${LOCALBASE}/sbin/apachectl
-APR_LIB?= ${LOCALBASE}/lib/apache2/
-APR_INCLUDE?= ${LOCALBASE}/include/apache2/
-APACHE_MODULES?= libexec/apache2/
-APR_SRC?= ${PORTSDIR}/www/apache2/work/httpd-*/srclib/apr
-LIBTOOL?= ${LOCALBASE}/bin/libtool
-AUTOCONF?= ${LOCALBASE}/bin/autoconf
-
-# If the user's changed the modules directory, pack things correctly.
-PLIST_SUB= APACHE_MODULES=${APACHE_MODULES}
-
-# Build options.
-VERSION_2!= ${APACHECTL} -v | ${GREP} Apache/2 || true
-.if empty(VERSION_2)
-BROKEN= "Either can't find apachectl or you seem to be using Apache 1.3, which is unsupported"
-.endif
-WRKSRC= ${WRKDIR}/${DISTNAME}/webapp
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-apxs=${APXS} \
- --with-apr-lib=${APR_LIB} \
- --with-apr-include=${APR_INCLUDE} \
- --with-apr=${APR_SRC}
-
-pre-configure:
- cd ${WRKSRC} && ${AUTOCONF}
-
-pre-build:
- ${MKDIR} ${WRKSRC}/build
- ${MKDIR} ${WRKSRC}/build/objs
-
-do-install:
- ${APXS} -i -a ${WRKSRC}/apache-2.0/mod_webapp.so
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/mod_webapp
- ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${PREFIX}/share/doc/mod_webapp
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_webapp-apache2/distinfo b/www/mod_webapp-apache2/distinfo
deleted file mode 100644
index fc1fc776dde8..000000000000
--- a/www/mod_webapp-apache2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mod_webapp/jakarta-tomcat-connectors-4.1.12-src.tar.gz) = 669254eae8d7a6dda6f58053fedc978b
diff --git a/www/mod_webapp-apache2/pkg-descr b/www/mod_webapp-apache2/pkg-descr
deleted file mode 100644
index 75ed5c9595e1..000000000000
--- a/www/mod_webapp-apache2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Mod_webapp is an Apache module that allows Tomcat applications to be
-mounted into an Apache server. Tomcat is a Java servlet and jsp engine.
-Apache is the popular webserver.
-
-WWW: http://jakarta.apache.org/tomcat/
-
-- Andy Gerweck
-gerweck@yahoo.com
diff --git a/www/mod_webapp-apache2/pkg-plist b/www/mod_webapp-apache2/pkg-plist
deleted file mode 100644
index fdc1d699fc82..000000000000
--- a/www/mod_webapp-apache2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%APACHE_MODULES%%/mod_webapp.so
-%%PORTDOCS%%share/doc/mod_webapp/INSTALL.txt
-%%PORTDOCS%%@dirrm share/doc/mod_webapp