View | Details | Raw Unified | Return to bug 110404
Collapse All | Expand All

(-)www/aolserver/Makefile (-12 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	aolserver
8
PORTNAME=	aolserver
9
PORTVERSION=	4.5.0
9
PORTVERSION=	4.5.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	aolserver
13
MASTER_SITE_SUBDIR=	aolserver
Lines 44-51 Link Here
44
IGNORE=		supported values for USE_TCL_VER are only 84 and 85
44
IGNORE=		supported values for USE_TCL_VER are only 84 and 85
45
.endif
45
.endif
46
46
47
USE_TCL=	${USE_TCL_VER}-thread
47
LIB_DEPENDS+=	tcl${USE_TCL_VER}-threads:${PORTSDIR}/lang/tcl${USE_TCL_VER}-thread
48
USE_TCL_BUILD=	${USE_TCL_VER}-thread
49
48
50
OPTIONS=	HTMLDOCS "Install HTML documentation" off \
49
OPTIONS=	HTMLDOCS "Install HTML documentation" off \
51
		TESTS "Install tests in examples directory" off
50
		TESTS "Install tests in examples directory" off
Lines 56-71 Link Here
56
BROKEN=		does not compile on ia64
55
BROKEN=		does not compile on ia64
57
.endif
56
.endif
58
57
59
. if exists(${TCLSH})
58
CONFIGURE_ENV+=		TCLSH=${LOCALBASE}/bin/tclsh${USE_TCL_VER:S/8/8./}-threads
60
_TCL_IS_THREADED!=	${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH} || return 0
61
.  if empty(_TCL_IS_THREADED)
62
IGNORE=	Tcl with threads is required. Please install Tcl with WITH_THREADS defined or from lang/tcl${USE_TCL} port and try again
63
.  endif
64
. endif
65
66
CONFIGURE_ENV+=		TCLSH=${TCLSH}
67
CONFIGURE_ARGS+=	--prefix=${AOLSERVERBASE} \
59
CONFIGURE_ARGS+=	--prefix=${AOLSERVERBASE} \
68
			--with-tcl=${TCL_LIBDIR}
60
			--with-tcl=${LOCALBASE}/lib/tcl${USE_TCL_VER:S/8/8./}-threads
69
61
70
.if !defined(NO_INSTALL_MANPAGES)
62
.if !defined(NO_INSTALL_MANPAGES)
71
INSTALL_TARGET=	install install-man
63
INSTALL_TARGET=	install install-man

Return to bug 110404