mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Back out the partial update to use TCL 8.4, as it was 1) horribly mistyped on my
part 2) broken on my amd64 once it was typed correctly. Approved by: maintainer Prodded by: krismail (again)
This commit is contained in:
parent
dcbf366ff9
commit
7bacd251a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135037
@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
|
||||
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
tcl84.1:${PORTSDIR}/lang/tcl84
|
||||
tcl82.1:${PORTSDIR}/lang/tcl82
|
||||
|
||||
USE_MESA= YES
|
||||
USE_PERL5_BUILD=yes
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
for tcl_prefix in $tcl_prefix $exec_prefix /usr/local /usr NONE; do
|
||||
- if test -r $tcl_prefix/lib/tclConfig.sh; then
|
||||
+ if test -r $tcl_prefix/lib/tcl8.4/tclConfig.sh; then
|
||||
+ if test -r $tcl_prefix/lib/tcl8.2/tclConfig.sh; then
|
||||
break;
|
||||
fi
|
||||
done
|
||||
@ -19,7 +19,7 @@
|
||||
AC_MSG_ERROR(tclConfig.sh doesn't exist)
|
||||
fi
|
||||
-AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib])
|
||||
+AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.4])
|
||||
+AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.2])
|
||||
. $file
|
||||
|
||||
if test $TCL_MAJOR_VERSION -lt 8; then
|
||||
@ -27,7 +27,7 @@
|
||||
fi
|
||||
|
||||
-TCL_CFLAGS="-I$TCL_SRC_DIR"
|
||||
+TCL_CFLAGS="-I$tcl_prefix/include/tcl8.4"
|
||||
+TCL_CFLAGS="-I$tcl_prefix/include/tcl8.2"
|
||||
TCL_LDFLAGS="$TCL_LIB_SPEC"
|
||||
AC_SUBST(TCL_CFLAGS)
|
||||
AC_SUBST(TCL_LDFLAGS)
|
||||
|
@ -12,4 +12,7 @@ Current Feature
|
||||
developed by Takashi Matsuda
|
||||
<matsu@arch.comp.kyutech.ac.jp>
|
||||
|
||||
[seems to work only partly now, some get wrong colours, some only get
|
||||
a blank screen :( ]
|
||||
|
||||
WWW: http://gracer.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user