add ONLY_FOR_ARCHS and specify archs which our in-tree Apache supports
DSO's on. This is so we don't get tripped up on archs that do not have DSO support yet (i.e. ELF-based archs & static only archs). -- Pointed out by pval@'s macppc broken ports list
This commit is contained in:
parent
e8f35e4caf
commit
4c8b958d9b
@ -1,8 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/11/20 10:30:17 reinhard Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/12/15 04:07:29 brad Exp $
|
||||
|
||||
# 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
|
||||
|
||||
V= 3.2.3
|
||||
PKGNAME= jserv-${V}
|
||||
DISTNAME= jakarta-tomcat-${V}-src
|
||||
|
@ -1,4 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/01 15:26:13 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/12/15 04:07:29 brad Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
|
||||
VERSION= 1.5.2
|
||||
DISTNAME= mod_auth_radius
|
||||
|
Loading…
Reference in New Issue
Block a user