FreeBSD Bugzilla – Attachment 76019 Details for
Bug 109676
[MAINTAINER] www/aolserver 4.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.09 KB, created by
Martin Matuska
on 2007-02-28 14:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2007-02-28 14:10:01 UTC
Size:
1.09 KB
patch
obsolete
>diff -Nbur www/aolserver.orig/Makefile www/aolserver/Makefile >--- www/aolserver.orig/Makefile Wed Feb 28 14:51:30 2007 >+++ www/aolserver/Makefile Wed Feb 28 14:51:35 2007 >@@ -36,13 +36,26 @@ > SUB_LIST+= ${SUB_VARS} AOLSERVERBASE=${AOLSERVERBASE} > PLIST_SUB+= ${SUB_VARS} AOLSERVERBASE=${AOLSERVERBASE:S/${TARGETDIR}\///} > >-USE_TCL= 84-thread >-USE_TCL_BUILD= 84-thread >+USE_TCL_VER?= 84 >+ >+.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85 >+IGNORE= supported values for USE_TCL_VER are only 84 and 85 >+.endif >+ >+USE_TCL= ${USE_TCL_VER}-thread >+USE_TCL_BUILD= ${USE_TCL_VER}-thread > > OPTIONS= HTMLDOCS "Install HTML documentation" off \ > TESTS "Install tests in examples directory" off > > .include <bsd.port.pre.mk> >+ >+. if exists(${TCLSH}) >+_TCL_IS_THREADED!= ${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH} || return 0 >+. if empty(_TCL_IS_THREADED) >+IGNORE= Tcl with threads is required. Please install Tcl with WITH_THREADS defined or from lang/tcl${USE_TCL} port and try again >+. endif >+. endif > > CONFIGURE_ENV+= TCLSH=${TCLSH} > CONFIGURE_ARGS+= --prefix=${AOLSERVERBASE} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109676
: 76019