CVS: tvision config.pl, 1.139, 1.140 confignt.pl, 1.5, 1.6 change.log, 2.760, 2.761
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2017-07-30 20:20:11
|
Update of /cvsroot/tvision/tvision In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27081 Modified Files: config.pl confignt.pl change.log Log Message: * Fixed: [config] Now the require statement needs a relative path to include Perl files. Index: config.pl =================================================================== RCS file: /cvsroot/tvision/tvision/config.pl,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** config.pl 17 Nov 2016 21:09:05 -0000 1.139 --- config.pl 30 Jul 2017 20:20:07 -0000 1.140 *************** *** 6,11 **** # ! require "miscperl.pl"; ! require "conflib.pl"; # This optimization is giving problems and current PCs are quite fast to --- 6,11 ---- # ! require "./miscperl.pl"; ! require "./conflib.pl"; # This optimization is giving problems and current PCs are quite fast to Index: confignt.pl =================================================================== RCS file: /cvsroot/tvision/tvision/confignt.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** confignt.pl 2 Jun 2003 14:47:15 -0000 1.5 --- confignt.pl 30 Jul 2017 20:20:07 -0000 1.6 *************** *** 4,9 **** # ! require "miscperl.pl"; ! require "conflib.pl"; SeeCommandLine(); --- 4,9 ---- # ! require "./miscperl.pl"; ! require "./conflib.pl"; SeeCommandLine(); Index: change.log =================================================================== RCS file: /cvsroot/tvision/tvision/change.log,v retrieving revision 2.760 retrieving revision 2.761 diff -C2 -d -r2.760 -r2.761 *** change.log 21 Nov 2016 13:57:07 -0000 2.760 --- change.log 30 Jul 2017 20:20:07 -0000 2.761 *************** *** 1,6 **** $Log$ Revision 2.760 2016/11/21 13:57:07 set * Added: [WWW] released files. ! . Revision 2.759 2016/11/17 21:09:05 set * Added: [config] A configuration option to specify the libs subdirectory. --- 1,10 ---- $Log$ + Revision 2.761 2017/07/30 20:20:07 set + * Fixed: [config] Now the require statement needs a relative path to + include Perl files. + Revision 2.760 2016/11/21 13:57:07 set * Added: [WWW] released files. ! Revision 2.759 2016/11/17 21:09:05 set * Added: [config] A configuration option to specify the libs subdirectory. *************** *** 12,16 **** * Modified: [Debian] To specify the architecture libs subdirectory during the configuration, not during the installation. ! . Revision 2.758 2016/11/17 18:56:14 set * Fixed: [TVIntl] Modern gettext releases automagically reencodes messages, --- 16,20 ---- * Modified: [Debian] To specify the architecture libs subdirectory during the configuration, not during the installation. ! Revision 2.758 2016/11/17 18:56:14 set * Fixed: [TVIntl] Modern gettext releases automagically reencodes messages, *************** *** 21,28 **** * Added: [Debian] Compilation using all available CPUs. * Modified: [Debian] To install the library in the architecture subdir. ! . Revision 2.757 2015/11/02 13:50:21 set * Fixed: Compilation error when using NO_STREAM. ! . Revision 2.756 2015/05/29 13:17:05 set * Modified: [config.pl] The name of the suggested X11 development package. --- 25,32 ---- * Added: [Debian] Compilation using all available CPUs. * Modified: [Debian] To install the library in the architecture subdir. ! Revision 2.757 2015/11/02 13:50:21 set * Fixed: Compilation error when using NO_STREAM. ! Revision 2.756 2015/05/29 13:17:05 set * Modified: [config.pl] The name of the suggested X11 development package. |