FreeBSD Bugzilla – Attachment 127759 Details for
Bug 171612
[patch] misc/dotfile -- fix with Tcl/Tk > 8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.10 KB, created by
Pietro Cerutti
on 2012-09-13 17:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2012-09-13 17:10:02 UTC
Size:
4.10 KB
patch
obsolete
>Index: files/patch-af >=================================================================== >--- files/patch-af (revision 304220) >+++ files/patch-af (working copy) >@@ -5,6 +5,6 @@ > echo "" > else > - exec /usr/local/bin/wish -f Generator/dotfile.tcl Generator Modules/$1 $2 >-+ exec %%LOCALBASE%%/bin/wish8.2 -f Generator/dotfile.tcl Generator Modules/$1 $2 >++ exec %%WISH%% -f Generator/dotfile.tcl Generator Modules/$1 $2 > fi > >Index: files/patch-ag >=================================================================== >--- files/patch-ag (revision 304220) >+++ files/patch-ag (working copy) >@@ -5,4 +5,4 @@ > echo "\n\n<h1>---------------</h1>" >> helpfile.data > cat $2 >> helpfile.data > -wish $1/makeHelp.tcl helpfile.data generatedHelp $1 >-+wish8.2 $1/makeHelp.tcl helpfile.data generatedHelp $1 >++%%WISH%% $1/makeHelp.tcl helpfile.data generatedHelp $1 >Index: files/patch-Generator_types.tcl >=================================================================== >--- files/patch-Generator_types.tcl (revision 0) >+++ files/patch-Generator_types.tcl (working copy) >@@ -0,0 +1,13 @@ >+--- Generator/types.tcl.orig 2012-09-13 17:01:08.000000000 +0200 >++++ Generator/types.tcl 2012-09-13 17:01:48.000000000 +0200 >+@@ -1540,7 +1540,9 @@ >+ } >+ } >+ line - >+- header {} ;# please ignore. >++ header { >++ ;# please ignore. >++ } >+ default { >+ warning "setVariable: unknow widget type: \"$type\"" >+ } > >Property changes on: files/patch-Generator_types.tcl >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 304220) >+++ files/patch-configure (working copy) >@@ -12,7 +12,7 @@ > + LANGUAGE="english"; > +fi > + >-+for ac_prog in wish8.2 wish8.1 wish8.0 wish4.2jp wish4.2 wish4.1jp wish4.1 wish4.0jp wish4.0 >++for ac_prog in %%WISH%% > do > # Extract the first word of "$ac_prog", so it can be a program name with args. > set dummy $ac_prog; ac_word=$2 >@@ -21,7 +21,7 @@ > fi > fi > -for ac_prog in tclsh8.2jp tclsh8.2 tclsh8.1jp tclsh8.1 tclsh8.0jp tclsh8.0 tclsh7.6jp tclsh7.6 tclsh7.5jp tclsh7.5 tclsh7.4jp tclsh7.4 tclsh >-+for ac_prog in tclsh8.2 tclsh8.2jp tclsh8.1 tclsh8.0jp tclsh8.0 tclsh7.6jp tclsh7.6 tclsh7.5jp tclsh7.5 tclsh7.4jp tclsh7.4 tclsh >++for ac_prog in %%TCLSH%% > do > # Extract the first word of "$ac_prog", so it can be a program name with args. > set dummy $ac_prog; ac_word=$2 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 304220) >+++ pkg-plist (working copy) >@@ -42,7 +42,6 @@ > lib/%%DISTNAME%%/Generator/load.tcl > lib/%%DISTNAME%%/Generator/mail.tcl > lib/%%DISTNAME%%/Generator/makeHelp >-lib/%%DISTNAME%%/Generator/makeHelp.orig > lib/%%DISTNAME%%/Generator/makeHelp.tcl > lib/%%DISTNAME%%/Generator/menus.tcl > lib/%%DISTNAME%%/Generator/parse.tcl >Index: Makefile >=================================================================== >--- Makefile (revision 304220) >+++ Makefile (working copy) >@@ -24,8 +24,7 @@ > > OPTIONS= JAPANESE "Use Japanese as default language" off > >-USE_TK= 82 >-USE_TK_BUILD= 82 >+USE_TK= yes > > .include <bsd.port.pre.mk> > >@@ -35,7 +34,9 @@ > > post-patch: > @${RM} ${WRKSRC}/Modules/english/procmail/configure.orig >- @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dotfile >+ @${REINPLACE_CMD} -e "s|%%WISH%%|wish${TK_VER}|g; s|%%TCLSH%%|tclsh${TCL_VER}|g" \ >+ ${WRKSRC}/dotfile ${WRKSRC}/${CONFIGURE_SCRIPT} ${WRKSRC}/Generator/makeHelp >+ ${FIND} ${WRKSRC} \( -name "*.orig" -o -name "*.bak" \) -delete > > post-configure: > @(cd ${WRKSRC}/Modules/english/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ >@@ -43,6 +44,9 @@ > INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ > ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) > >+do-install: >+ cd ${WRKSRC} && ${SETENV} LC_ALL=C ${MAKE} install >+ > post-install: > .ifndef(NOPORTDOCS) > @${MKDIR} ${DOCSDIR}/dotfile
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 171612
: 127759