FreeBSD Bugzilla – Attachment 76613 Details for
Bug 110405
[MAINTAINER] www/tdom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.79 KB, created by
Martin Matuska
on 2007-03-16 16:50:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2007-03-16 16:50:07 UTC
Size:
1.79 KB
patch
obsolete
>diff -Nbur www/tdom.orig/Makefile www/tdom/Makefile >--- www/tdom.orig/Makefile Thu Mar 1 14:15:59 2007 >+++ www/tdom/Makefile Fri Mar 16 17:24:33 2007 >@@ -7,10 +7,9 @@ > > PORTNAME= tDOM > PORTVERSION= 0.8.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://www.tdom.org/files/ >-PKGNAMESUFFIX?= -threads > > MAINTAINER= martin@matuska.org > COMMENT= High performance XML data processing with Tcl (ARGS for OpenACS) >@@ -25,8 +24,7 @@ > .endif > > # by default we want a threaded build >-USE_TCL= ${USE_TCL_VER}-thread >-USE_TCL_BUILD= ${USE_TCL_VER}-thread >+LIB_DEPENDS= tcl${USE_TCL_VER}-threads:${PORTSDIR}/lang/tcl${USE_TCL_VER}-thread > > USE_GMAKE= yes > HAS_CONFIGURE= yes >@@ -46,29 +44,9 @@ > > .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) >-# Check if a threaded build is forced >-. if defined(TCL_WITH_THREADS) || defined(WITH_THREADS) >-IGNORE= tcl with threads is required. Please install tcl with WITH_THREADS defined or from lang/tcl${USE_TCL} port and try again >-. else >-# Installed tcl is not threaded, so set correct dependencies >-CONFIGURE_ARGS+= --disable-threads >-PKGNAMESUFFIX= >-USE_TCL=${USE_TCL_VER} >-USE_TCL_BUILD=${USE_TCL_VER} >-.include "${PORTSDIR}/Mk/bsd.tcl.mk" >-. endif >-. else >-CONFIGURE_ARGS+= --enable-threads >-. endif >-.else >-CONFIGURE_ARGS+= --enable-threads >-.endif >- >-CONFIGURE_ARGS+= -disable-tdomalloc --with-tcl=${TCL_LIBDIR} \ >- --with-tclinclude=${TCL_INCLUDEDIR} --prefix=${PREFIX} >+CONFIGURE_ARGS+= --enable-threads --disable-tdomalloc \ >+ --with-tcl=${LOCALBASE}/lib/tcl${USE_TCL_VER:S/8/8./}-threads \ >+ --with-tclinclude=${LOCALBASE}/include/tcl${USE_TCL_VER:S/8/8./} --prefix=${PREFIX} > > post-install: > .if !defined(NOPORTDOCS)
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 110405
: 76613