slackware-current/source
Patrick J Volkerding d3f24a1ddc Fri Aug 16 19:58:10 UTC 2024
a/aaa_glibc-solibs-2.40-x86_64-4.txz:  Rebuilt.
a/sysvinit-scripts-15.1-noarch-21.txz:  Rebuilt.
  rc.S: fix_errors when mounting a bcachefs filesystem. Thanks to 0XBF.
l/glibc-2.40-x86_64-4.txz:  Rebuilt.
  On 32-bit, add these compile flags:
  -mstackrealign
  This is needed for compatibility with old binaries, thanks to iive.
  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
  Without these, both nouveau and the nvidia driver are prone to crashes and
  hangs. Thanks to UnrelatedMicrowave.
  On both 32-bit and 64-bit, add --enable-multi-arch. This will enable
  optimized assembly code within glibc, depending on the CPU detected.
  Thanks to iive.
  With -mstackrealign and --enable-multi-arch on 32-bit, I believe that
  -march= could be set to any x86 arch -- it's merely a decoration.
l/glibc-i18n-2.40-x86_64-4.txz:  Rebuilt.
l/glibc-profile-2.40-x86_64-4.txz:  Rebuilt.
l/gtk4-4.14.5-x86_64-1.txz:  Upgraded.
l/python-markdown-3.7-x86_64-1.txz:  Upgraded.
x/libglvnd-1.7.0-x86_64-2.txz:  Rebuilt.
  Use the new compiler flags. On 32-bit, add -mstackrealign just in case.
xfce/xfce4-notifyd-0.9.6-x86_64-1.txz:  Upgraded.
2024-08-16 22:28:37 +02:00
..
a Fri Aug 16 19:58:10 UTC 2024 2024-08-16 22:28:37 +02:00
ap Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
d Mon Aug 12 18:41:11 UTC 2024 2024-08-12 21:02:23 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Wed Aug 14 19:36:01 UTC 2024 2024-08-14 22:25:01 +02:00
kde Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
l Fri Aug 16 19:58:10 UTC 2024 2024-08-16 22:28:37 +02:00
n Thu Aug 15 20:07:37 UTC 2024 2024-08-15 23:02:34 +02:00
t
tcl Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
x Fri Aug 16 19:58:10 UTC 2024 2024-08-16 22:28:37 +02:00
xap Tue Aug 13 20:33:27 UTC 2024 2024-08-13 23:09:21 +02:00
xfce Wed Aug 14 19:36:01 UTC 2024 2024-08-14 22:25:01 +02:00
y Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
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