mirror of
git://slackware.nl/current.git
synced 2024-12-25 09:58:55 +01:00
43c7ac5f45
a/lilo-24.2-x86_64-13.txz: Rebuilt. liloconfig: add a line for /boot/initrd-generic.img if it exists, if not try /boot/initrd.gz, and if that's not there do not use an initrd. Thanks to Fuzero. a/mkinitrd-1.4.11-x86_64-59.txz: Rebuilt. /etc/default/geninitrd: now that none of lilo, elilo, or grub want that initrd.gz symlink, default to not creating it. If you're using lilo, you may need to edit lilo.conf to change from initrd.gz to initrd-generic.img. l/libtraceevent-1.8.4-x86_64-2.txz: Rebuilt. Drop static library, ship man pages. Thanks to Heinz Wiesinger. l/libtracefs-1.8.1-x86_64-2.txz: Rebuilt. Drop static library, ship man pages. Thanks to Heinz Wiesinger. l/protobuf-29.2-x86_64-1.txz: Upgraded. x/xorg-server-21.1.15-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-21.1.15-x86_64-1.txz: Upgraded. x/xorg-server-xnest-21.1.15-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-21.1.15-x86_64-1.txz: Upgraded. xfce/Greybird-3.23.4-noarch-1.txz: Upgraded. extra/brltty/brltty-6.7-x86_64-4.txz: Rebuilt. Fixed redundant misplaced TCL_DIR. Thanks to chrisretusn. extra/tigervnc/tigervnc-1.14.1-x86_64-3.txz: Rebuilt. Rebuilt against xorg-server-21.1.15. |
||
---|---|---|
.. | ||
a | ||
ap | ||
d | ||
e | ||
f | ||
installer | ||
k | ||
kde | ||
l | ||
n | ||
t | ||
tcl | ||
x | ||
xap | ||
xfce | ||
y | ||
buildlist-from-changelog.sh | ||
make_world.sh | ||
README.TXT |
This is the source used for Slackware. To look for a particular bit of source (let's say for 'cp'), first you would look for the full path: fuzzy:~# which cp /bin/cp Then, you grep for the package it came from. Note that the leading '/' is removed, and ^ and $ mark the beginning and end of the pattern to match: fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/* /var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package. The source will be found in a corresponding subdirectory. In this case, that would be ./a/coreutils/. All of these packages have scripts that extract, patch, and compile the source automatically. These are the 'SlackBuild' scripts. Have fun! --- Patrick J. Volkerding volkerdi@slackware.com