FreeBSD Bugzilla – Attachment 7981 Details for
Bug 16951
postgresql does not support tcl82
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
Joel Sutton
on 2000-02-24 06:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joel Sutton
Created:
2000-02-24 06:10:01 UTC
Size:
1.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/cvs/FreeBSD//ports/databases/postgresql/Makefile,v >retrieving revision 1.51 >diff -u -r1.51 Makefile >--- Makefile 2000/01/03 06:45:51 1.51 >+++ Makefile 2000/02/24 04:33:03 >@@ -3,7 +3,7 @@ > # Date created: November 13, 1998 > # Whom: Marc G. Fournier <scrappy@FreeBSD.org> > # >-# $FreeBSD: /ports/databases/postgresql/Makefile,v 1.51 2000/01/03 06:45:51 andreas Exp $ >+# $FreeBSD: /home/cvs/FreeBSD//ports/databases/postgresql/Makefile,v 1.51 2000/01/03 06:45:51 andreas Exp $ > # > > DISTNAME= postgresql-6.5.3 >@@ -25,11 +25,11 @@ > # if you want to use the tcl/tk frontend pgaccess, then you need to build > # postgresql with tcl support by typing: make USE_TCL=yes > .if defined(USE_TCL) >-TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 >-TK_INCDIR= ${LOCALBASE}/include/tk8.0 >+TCL_INCDIR= ${LOCALBASE}/include/tcl8.2 >+TK_INCDIR= ${LOCALBASE}/include/tk8.2 > MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} >-LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 >-WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" >+LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 tk82.1:${PORTSDIR}/x11-toolkits/tk82 >+WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.2 ${LOCALBASE}/lib/tk8.2" > .endif > > # if you want jdbc, type make USE_JDBC=yes
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 16951
: 7981