These ports are only useable on i386.

This commit is contained in:
brad 2002-03-21 14:21:30 +00:00
parent 1eaaeee26a
commit df3237cd16
3 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2002/03/12 12:57:28 reinhard Exp $
# $OpenBSD: Makefile,v 1.3 2002/03/21 14:21:30 brad Exp $
COMMENT= "java servlet 2.2 and java server pages 1.1 server"
COMMENT= "Java servlet 2.2 and Java server pages 1.1 server"
# Requires a JVM
ONLY_FOR_ARCHS= i386
V= 3.2.4
DISTNAME= jakarta-tomcat-${V}

View File

@ -1,6 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2002/02/15 09:31:03 reinhard Exp $
# $OpenBSD: Makefile,v 1.3 2002/03/21 14:21:30 brad Exp $
COMMENT= "java servlet 2.3 and java server pages 1.2 server"
COMMENT= "Java servlet 2.3 and Java server pages 1.2 server"
# Requires a JVM
ONLY_FOR_ARCHS= i386
V= 4.0.2
DISTNAME= jakarta-tomcat-${V}

View File

@ -1,13 +1,14 @@
# $OpenBSD: Makefile,v 1.7 2002/03/12 13:04:31 reinhard Exp $
# $OpenBSD: Makefile,v 1.8 2002/03/21 14:21:30 brad Exp $
BROKEN= "HANDLER THREAD PROBLEM: java.net.SocketException: Resource temporarily unavailable"
# Build just the Tomcat connector for our in-tree Apache
COMMENT= "Tomcat (Servlet/JSP) - Apache Connector"
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
ONLY_FOR_ARCHS= i386 m68k sparc
# This port currently only works with archs supporting dynamic loading,
# that have Apache that supports DSO's and requires Jakarta-Tomcat (which
# requires a JVM).
ONLY_FOR_ARCHS= i386
V= 3.2.4
PKGNAME= jserv-${V}
@ -21,8 +22,6 @@ HOMEPAGE= http://jakarta.apache.org/
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
JDK_VERSION= 1.2-blackdown
JAVA_HOME= ${LOCALBASE}/jdk${JDK_VERSION}
RUN_DEPENDS= ::www/jakarta-tomcat/v3
# Apache Software License