FreeBSD Bugzilla – Attachment 9437 Details for
Bug 19317
postgres depends on a very old version of tcl.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.64 KB, created by
adrian
on 2000-06-16 01:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adrian
Created:
2000-06-16 01:00:03 UTC
Size:
1.64 KB
patch
obsolete
>--- Makefile.orig Fri Apr 21 07:31:17 2000 >+++ Makefile Thu Jun 15 18:50:44 2000 >@@ -25,12 +25,12 @@ > # if you want to use the tcl/tk frontend pgaccess, then you need to build > # postgresql with tcl support by typing: make WITH_TCL=yes > .if defined(WITH_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= WITH_TCL=true TCL_INCDIR=${TCL_INCDIR} >-LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ >- tk80.1:${PORTSDIR}/x11-toolkits/tk80 >-CONFIGURE_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 >+CONFIGURE_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.2 ${LOCALBASE}/lib/tk8.2" > .endif > > # if you want jdbc, type make WITH_JDBC=yes >@@ -103,14 +103,13 @@ > @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ > ${WRKSRC}/Makefile.global.in.old \ > >> ${WRKSRC}/Makefile.global.in >-# pgaccess (accidentally?) removed from distribution, so leave it for now >-#.if defined(WITH_TCL) >-# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ >-# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig >-# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ >-# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ >-# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl >-#.endif >+.if defined(WITH_TCL) >+ @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.sh \ >+ ${WRKSRC}/bin/pgaccess/pgaccess.sh.orig >+ @ ${SED} -e "s=__wish__=`/usr/bin/which wish8.2`=" \ >+ ${WRKSRC}/bin/pgaccess/pgaccess.sh.orig \ >+ >> ${WRKSRC}/bin/pgaccess/pgaccess.sh >+.endif > > post-build: > .if defined(WITH_JDBC)
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 19317
: 9437