Lines 1-126
Link Here
|
1 |
--- configure.orig Mon Nov 5 22:50:41 2001 |
1 |
--- configure.orig 2012-12-19 18:02:25.000000000 +0100 |
2 |
+++ configure Sun Nov 14 16:18:02 2004 |
2 |
+++ configure 2014-09-04 12:13:33.328870000 +0200 |
3 |
@@ -4105,7 +4105,7 @@ |
3 |
@@ -1480,7 +1480,7 @@ |
4 |
trap 'rm -fr `echo "Makefile modules.lsm .spec doc/Makefile init/Makefile |
4 |
specify a pattern for trace [[no]] |
5 |
init/bash init/csh init/ksh init/perl init/python init/sh init/tcsh |
5 |
--with-tcl=<dir> directory containing tcl configuration |
6 |
init/zsh init/.modulespath |
6 |
(tclConfig.sh) [[searches]] |
7 |
- doc/module.1 doc/modulefile.4 |
7 |
- --with-tcl-ver=X.Y Tcl version to use [[search]] |
8 |
+ doc/module.1 doc/modulefile.5 |
8 |
+ --with-tcl-ver=XY Tcl version to use [[search]] |
9 |
etc/Makefile etc/add.modules etc/mkroot |
9 |
--with-tcl-lib=<dir> directory containing tcl libraries (libtclX.Y) |
10 |
etc/skel/.cshrc etc/skel/.login |
10 |
[[none]] |
11 |
etc/skel/.kshenv etc/skel/.profile |
11 |
--with-tcl-inc=<dir> directory containing tcl include files |
12 |
@@ -4234,7 +4234,7 @@ |
12 |
@@ -1518,7 +1518,7 @@ |
13 |
CONFIG_FILES=\${CONFIG_FILES-"Makefile modules.lsm .spec doc/Makefile init/Makefile |
13 |
init/ |
14 |
init/bash init/csh init/ksh init/perl init/python init/sh init/tcsh |
14 |
man/ |
15 |
init/zsh init/.modulespath |
15 |
man1/ |
16 |
- doc/module.1 doc/modulefile.4 |
16 |
- man4/ |
17 |
+ doc/module.1 doc/modulefile.5 |
17 |
+ man5/ |
18 |
etc/Makefile etc/add.modules etc/mkroot |
18 |
modulefiles/ |
19 |
etc/skel/.cshrc etc/skel/.login |
19 |
PREFIX/Modules/ |
20 |
etc/skel/.kshenv etc/skel/.profile |
20 |
modulefiles/ |
21 |
diff -urN sysutils/modules.orig/files/patch-configure sysutils/modules/files/patch-configure |
21 |
@@ -7099,9 +7099,9 @@ |
22 |
--- sysutils/modules.orig/files/patch-configure Thu Jan 1 01:00:00 1970 |
22 |
em_cv_tclver=${with_tclver} |
23 |
+++ sysutils/modules/files/patch-configure Sun Nov 14 16:18:24 2004 |
23 |
fi #}} |
24 |
@@ -0,0 +1,20 @@ |
24 |
|
25 |
+--- configure.orig Mon Nov 5 22:50:41 2001 |
25 |
- tclver=`echo $em_cv_tclver | sed -n -e '/[0-9]\.[0-9]/p'` |
26 |
++++ configure Sun Nov 14 16:18:02 2004 |
26 |
+ tclver=`echo $em_cv_tclver | sed -n -e '/[0-9][0-9]/p'` |
27 |
+@@ -4105,7 +4105,7 @@ |
27 |
if test x"$tclver" = x ; then #{ |
28 |
+ trap 'rm -fr `echo "Makefile modules.lsm .spec doc/Makefile init/Makefile |
28 |
- as_fn_error $? "Must specify version (X.Y) if using this option" "$LINENO" 5 |
29 |
+ init/bash init/csh init/ksh init/perl init/python init/sh init/tcsh |
29 |
+ as_fn_error $? "Must specify version (XY) if using this option" "$LINENO" 5 |
30 |
+ init/zsh init/.modulespath |
30 |
fi #} |
31 |
+- doc/module.1 doc/modulefile.4 |
31 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${em_cv_tclver}" >&5 |
32 |
++ doc/module.1 doc/modulefile.5 |
32 |
$as_echo "${em_cv_tclver}" >&6; } |
33 |
+ etc/Makefile etc/add.modules etc/mkroot |
33 |
@@ -7375,9 +7375,9 @@ |
34 |
+ etc/skel/.cshrc etc/skel/.login |
34 |
em_cv_tclxver=${with_tclxver} |
35 |
+ etc/skel/.kshenv etc/skel/.profile |
35 |
fi #}} |
36 |
+@@ -4234,7 +4234,7 @@ |
36 |
|
37 |
+ CONFIG_FILES=\${CONFIG_FILES-"Makefile modules.lsm .spec doc/Makefile init/Makefile |
37 |
- tclxver=`echo $em_cv_tclxver | sed -n -e '/[0-9]\.[0-9]/p'` |
38 |
+ init/bash init/csh init/ksh init/perl init/python init/sh init/tcsh |
38 |
+ tclxver=`echo $em_cv_tclxver | sed -n -e '/[0-9][0-9]/p'` |
39 |
+ init/zsh init/.modulespath |
39 |
if test x"$tclxver" = x ; then #{ |
40 |
+- doc/module.1 doc/modulefile.4 |
40 |
- as_fn_error $? "Must specify version (X.Y) if using this option" "$LINENO" 5 |
41 |
++ doc/module.1 doc/modulefile.5 |
41 |
+ as_fn_error $? "Must specify version (XY) if using this option" "$LINENO" 5 |
42 |
+ etc/Makefile etc/add.modules etc/mkroot |
42 |
fi #} |
43 |
+ etc/skel/.cshrc etc/skel/.login |
43 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using ${em_cv_tclxver}" >&5 |
44 |
+ etc/skel/.kshenv etc/skel/.profile |
44 |
$as_echo "using ${em_cv_tclxver}" >&6; } |
45 |
diff -urN sysutils/modules.orig/files/patch-doc::Makefile.in sysutils/modules/files/patch-doc::Makefile.in |
45 |
@@ -7657,7 +7657,7 @@ |
46 |
--- sysutils/modules.orig/files/patch-doc::Makefile.in Thu Jan 1 01:00:00 1970 |
46 |
EXTDIR="etc" |
47 |
+++ sysutils/modules/files/patch-doc::Makefile.in Sun Nov 14 16:05:08 2004 |
47 |
|
48 |
@@ -0,0 +1,36 @@ |
48 |
fi |
49 |
+--- ./doc/Makefile.in.orig Wed Jun 28 02:17:33 2000 |
49 |
-ac_config_files="$ac_config_files Makefile modules.lsm .spec doc/Makefile init/Makefile init/.modulespath doc/module.1 doc/modulefile.4 etc/Makefile etc/add.modules etc/mkroot etc/skel/.cshrc etc/skel/.login etc/skel/.kshenv etc/skel/.profile etc/global/csh.cshrc etc/global/csh.login etc/global/csh.modules etc/global/bashrc etc/global/profile etc/global/profile.modules ext/Makefile ext/add.ext ext/mkroot ext/common/.cshrc ext/common/.login ext/common/.kshenv ext/common/.profile modulefiles/Makefile modulefiles/modules modulefiles/module-git modulefiles/module-info modulefiles/null modulefiles/use.own modulefiles/dot modulefiles/version" |
50 |
++++ ./doc/Makefile.in Sun Nov 14 16:04:44 2004 |
50 |
+ac_config_files="$ac_config_files Makefile modules.lsm .spec doc/Makefile init/Makefile init/.modulespath doc/module.1 doc/modulefile.5 etc/Makefile etc/add.modules etc/mkroot etc/skel/.cshrc etc/skel/.login etc/skel/.kshenv etc/skel/.profile etc/global/csh.cshrc etc/global/csh.login etc/global/csh.modules etc/global/bashrc etc/global/profile etc/global/profile.modules ext/Makefile ext/add.ext ext/mkroot ext/common/.cshrc ext/common/.login ext/common/.kshenv ext/common/.profile modulefiles/Makefile modulefiles/modules modulefiles/module-git modulefiles/module-info modulefiles/null modulefiles/use.own modulefiles/dot modulefiles/version" |
51 |
+@@ -26,21 +26,21 @@ |
51 |
ac_config_commands="$ac_config_commands default" |
52 |
+ # Directory in which to install man pages |
52 |
cat >confcache <<\_ACEOF |
53 |
+ mandir = @mandir@ |
53 |
# This file is a shell script that caches the results of configure |
54 |
+ man1dir = $(mandir)/man1 |
54 |
@@ -8398,7 +8398,7 @@ |
55 |
+-man4dir = $(mandir)/man4 |
55 |
"init/Makefile") CONFIG_FILES="$CONFIG_FILES init/Makefile" ;; |
56 |
++man5dir = $(mandir)/man5 |
56 |
"init/.modulespath") CONFIG_FILES="$CONFIG_FILES init/.modulespath" ;; |
57 |
+ |
57 |
"doc/module.1") CONFIG_FILES="$CONFIG_FILES doc/module.1" ;; |
58 |
+ SHELL = /bin/sh |
58 |
- "doc/modulefile.4") CONFIG_FILES="$CONFIG_FILES doc/modulefile.4" ;; |
59 |
+ |
59 |
+ "doc/modulefile.5") CONFIG_FILES="$CONFIG_FILES doc/modulefile.5" ;; |
60 |
+ #### End of system configuration section. #### |
60 |
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; |
61 |
+ |
61 |
"etc/add.modules") CONFIG_FILES="$CONFIG_FILES etc/add.modules" ;; |
62 |
+-MAN_FILES= module.1 modulefile.4 |
62 |
"etc/mkroot") CONFIG_FILES="$CONFIG_FILES etc/mkroot" ;; |
63 |
++MAN_FILES= module.1 modulefile.5 |
|
|
64 |
+ |
65 |
+-MAKEDIRS= $(man1dir) $(man4dir) |
66 |
++MAKEDIRS= $(man1dir) $(man5dir) |
67 |
+ |
68 |
+ all: |
69 |
+ |
70 |
+ install: all install-dirs |
71 |
+ $(INSTALL_DATA) module.1 $(man1dir) |
72 |
+- $(INSTALL_DATA) modulefile.4 $(man4dir) |
73 |
++ $(INSTALL_DATA) modulefile.5 $(man5dir) |
74 |
+ |
75 |
+ install-dirs: |
76 |
+ @for i in $(MAKEDIRS) ; do \ |
77 |
+@@ -63,6 +63,6 @@ |
78 |
+ mostlyclean: clean |
79 |
+ |
80 |
+ distclean: clean |
81 |
+- rm -f module.1 modulefile.4 |
82 |
++ rm -f module.1 modulefile.5 |
83 |
+ |
84 |
+ realclean: distclean |
85 |
diff -urN sysutils/modules.orig/files/patch-doc::module.1.in sysutils/modules/files/patch-doc::module.1.in |
86 |
--- sysutils/modules.orig/files/patch-doc::module.1.in Thu Jan 1 01:00:00 1970 |
87 |
+++ sysutils/modules/files/patch-doc::module.1.in Sun Nov 14 17:18:21 2004 |
88 |
@@ -0,0 +1,17 @@ |
89 |
+--- doc/module.1.in.orig Sat Jun 9 11:48:47 2001 |
90 |
++++ doc/module.1.in Sun Nov 14 17:17:58 2004 |
91 |
+@@ -114,7 +114,7 @@ |
92 |
+ .LP |
93 |
+ Upon invocation \fImodulecmd\fP sources rc files which contain global, user |
94 |
+ and modulefile specific setups. These files are interpreted as modulefiles. |
95 |
+-See \fBmodulefile(4)\fP for detailed information. |
96 |
++See \fBmodulefile(5)\fP for detailed information. |
97 |
+ .LP |
98 |
+ Upon invocation of modulecmd module RC files are sourced in the following |
99 |
+ order: |
100 |
+@@ -466,4 +466,4 @@ |
101 |
+ .B module update |
102 |
+ sub-command. |
103 |
+ .SH SEE ALSO |
104 |
+-.BR modulefile(4) |
105 |
++.BR modulefile(5) |
106 |
diff -urN sysutils/modules.orig/files/patch-doc::modulefile.5.in sysutils/modules/files/patch-doc::modulefile.5.in |
107 |
--- sysutils/modules.orig/files/patch-doc::modulefile.5.in Thu Jan 1 01:00:00 1970 |
108 |
+++ sysutils/modules/files/patch-doc::modulefile.5.in Sun Nov 14 16:24:03 2004 |
109 |
@@ -0,0 +1,17 @@ |
110 |
+--- doc/modulefile.5.in.orig Fri Jan 4 05:59:16 2002 |
111 |
++++ doc/modulefile.5.in Sun Nov 14 16:19:28 2004 |
112 |
+@@ -1,4 +1,4 @@ |
113 |
+-.TH MODULEFILE 4 "1 July 1994" |
114 |
++.TH MODULEFILE 5 "1 July 1994" |
115 |
+ .nh |
116 |
+ .SH NAME |
117 |
+ modulefile \- files containing Tcl code for The Modules package |
118 |
+@@ -538,7 +538,7 @@ |
119 |
+ .RE |
120 |
+ .RS |
121 |
+ .I a syslog facility |
122 |
+-- directs logging to the syslog. See \fBsyslog.conf(4)\fP for detailed |
123 |
++- directs logging to the syslog. See \fBsyslog.conf(5)\fP for detailed |
124 |
+ description of the valid syslog facilities. |
125 |
+ .RE |
126 |
+ .RS |