Changeset 3d6df725
- Timestamp:
- 07/01/2016 10:45:58 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 92dd66f
- Parents:
- 8615350
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8615350 r3d6df725 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "Ju ne 30th&year;">9 <!ENTITY releasedate "July 1st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/at.xml
r8615350 r3d6df725 7 7 <!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz"> 8 8 <!ENTITY at-download-ftp "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz"> 9 <!ENTITY at-md5sum " f67a7aab557cd5b4a1311079a08acebe">10 <!ENTITY at-size "12 4KB">9 <!ENTITY at-md5sum "e7bd7b785b2cbb17e133d6bdc0fb099e"> 10 <!ENTITY at-size "128 KB"> 11 11 <!ENTITY at-buildsize "1.8 MB"> 12 12 <!ENTITY at-time "less than 0.1 SBU"> … … 77 77 <sect2 role="installation"> 78 78 <title>Installation of at</title> 79 80 <note>81 <para>82 This package tarball has not been made from a directory. Unlike the83 normal packages in BLFS, you need to create a directory and untar84 into it:85 </para>86 87 <screen><userinput>mkdir -v at-&at-version; &&88 cd at-&at-version; &&89 tar -xf ../at_&at-version;.tar.gz</userinput></screen>90 </note>91 79 92 80 <para>Before building <application>at</application>, as the … … 106 94 107 95 <screen><userinput>sed -i '/docdir/s/=.*/= @docdir@/' Makefile.in</userinput></screen> 96 97 <para> 98 Regenerate the build files to be consistent with this package version: 99 </para> 100 101 <screen><userinput>autoreconf</userinput></screen> 108 102 109 103 <para>Install <application>at</application> with the following -
introduction/welcome/changelog.xml
r8615350 r3d6df725 44 44 45 45 --> 46 <listitem> 47 <para>July 1st, 2016</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to at-3.1.20. Fixes 51 <ulink url="&blfs-ticket-root;8020">#8020</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 46 56 <listitem> 47 57 <para>June 30th, 2016</para> -
packages.ent
r8615350 r3d6df725 229 229 <!-- Chapter 12 --> 230 230 <!ENTITY acpid-version "2.0.27"> 231 <!ENTITY at-version "3.1. 18">231 <!ENTITY at-version "3.1.20"> 232 232 <!ENTITY autofs-version "5.1.2"> 233 233 <!ENTITY bluez-version "5.40">
Note:
See TracChangeset
for help on using the changeset viewer.