FreeBSD Bugzilla – Attachment 94268 Details for
Bug 132382
[patch] databases/sqlite3: Change hard coded TCL dependancy to USE_TCL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 792 bytes, created by
Scot Hetzel
on 2009-03-07 07:50:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot Hetzel
Created:
2009-03-07 07:50:05 UTC
Size:
792 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/sqlite3/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- Makefile 27 Jan 2009 02:16:09 -0000 1.34 >+++ Makefile 7 Mar 2009 05:07:36 -0000 >@@ -46,12 +46,12 @@ > .endif > > .if defined(WITH_TCLWRAPPER) >-TCL_V?= 8.4 >-MAKE_ARGS+= TCLSH=tclsh${TCL_V} >-MAKE_ENV+= TCL_VER=${TCL_V} >+USE_TCL= 84+ >+.include "${PORTSDIR}/Mk/bsd.tcl.mk" >+MAKE_ARGS+= TCLSH=${TCLSH} >+MAKE_ENV+= TCL_VER=${TCL_VER} > CATEGORIES+= lang tcl >-LIB_DEPENDS+= tcl${TCL_V:S/.//}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} >-CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl${TCL_V} >+CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} > PLIST_SUB+= WITH_TCLWRAPPER="" > .else > CONFIGURE_ARGS+= --disable-tcl
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 132382
: 94268