Changeset d550691
- Timestamp:
- 02/29/2004 02:41:53 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 50143e0
- Parents:
- 0e27bbc4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/openssl/openssl-exp.xml
r0e27bbc4 rd550691 7 7 those methods in your projects.</para> 8 8 9 <para><command>rm doc/apps/passwd.pod 9 <para><command>rm doc/apps/passwd.pod</command>: This command prevents 10 10 <application>Open<acronym>SSL</acronym></application> from installing its 11 11 passwd man page over an existing man page with the same name.</para> 12 13 <para><command>mv doc/crypto/{,openssl_}threads.pod</command>: This 14 commands prevents <application>Open<acronym>SSL</acronym></application> from 15 overwriting an existing man page from <application>Perl</application>.</para> 12 16 13 17 <para><screen><command>make MANDIR=/usr/share/man -
general/genlib/openssl/openssl-inst.xml
r0e27bbc4 rd550691 16 16 > doc/apps/openssl-passwd.pod && 17 17 rm doc/apps/passwd.pod && 18 mv doc/crypto/{,openssl_}threads.pod && 18 19 ./config --openssldir=/etc/ssl --prefix=/usr shared && 19 20 make MANDIR=/usr/share/man && -
general/prog/tcl/tcl-inst.xml
r0e27bbc4 rd550691 20 20 sed -i "s:${DIR}:/usr/include/tcl${V}:" tclConfig.sh && 21 21 sed -i "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," tclConfig.sh && 22 mv ../doc/{,Tcl_}Thread.3 && 23 sed -i 's/ Thread.3/ Tcl_Thread.3/' mkLinks && 22 24 make install && 23 25 install -d /usr/include/tcl${V}/unix && -
introduction/welcome/changelog.xml
r0e27bbc4 rd550691 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 29th, 2004 [igor]: Fixed OpenSSL/Tcl/Perl 15 man page conflicts, reported by Anderson Lizardo.</para></listitem> 13 16 14 17 <listitem><para>February 29th, 2004 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.