|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.95 |
|
11-Jul-2024 |
riastradh |
Revert the duplication of compat set lists; do it another way.
1. Restore the compatdir and compatfile tags in base and debug.
=> compatdir marks directories that should have per-ABI compat subdirectories, like /usr/lib having /usr/lib/o32 and /usr/lib/64 on mips64.
=> compatfile marks files that have per-ABI versions in the nearest compatdir, like /usr/lib/o32/libc.so.12.221.
This is the mechanism we use to avoid duplicating every library that has a compat version in multiple set lists.
2. Teach sets.subr to split the compatdir and compatfile entries out into separate sets for base and debug.
The mechanism is to internally use:
- a new tag `omitcompat' when processing base and debug, so we don't generate the per-ABI compat directories or per-ABI compat files under them;
- a new tag `takecompat=${ABI}' when processing base32/64 and debug32/64, so we _do_ generate the per-ABI compat directories for ${ABI}.
=> On, e.g., mips64, base32 uses `takecompat=o32' and base64 uses `takecompat=64'.
=> On, e.g., aarch64, base32 uses `takecompat=eabi,takecompat=eabihf', and there is no base64.
3. Record in sets.subr the list of `32' and `64' architectures for each port.
This is maybe not the right place to put it, but it's also not clear that we want to keep exactly this division -- maybe it would be more sensible to just have per-ABI , e.g.:
(aarch64) base-eabi, base-eabihf (amd64) base-i386 (mips64) base-o32, base-64 (mipsn64) base-o32, base-n32
But I'll leave cleaning that up for another day.
4. Adjust some sets. Mostly this commit shouldn't change what file go in what sets, but, e.g., on mips64, the following move from base32 to base64 as part of this change, which I think is appropriate:
- /lib/64 - /libexec/ld.elf_so-64 - /usr/lib/64 - /usr/libdata/debug/lib/64 - /usr/libdata/debug/usr/lib/64 - /usr/libexec/ld.elf_so-64
TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi.
This reverts most of the set list changes in:
https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html
PR misc/58365
|
|
Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
|
| #
1.94 |
|
09-Apr-2024 |
nia |
branches: 1.94.2; Add new sets: base32, debug32, manhtml
- base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit compatibility, previously included in base
- debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries containing debug symbols for 32-bit compatiblity, previously included in debug
- manhtml contains (when MKHTML=yes) the HTML files previously included in 'man', which are of limited utility without third-party software.
The motivation for this change is to be able to easily exclude sets from CD-ROM images that go over the size limit without xz compression (which many NetBSD platforms struggle to extract at acceptable speeds).
|
| #
1.93 |
|
04-Sep-2023 |
riastradh |
lists: Remove more bogus shlib obsolete entries.
Too much trouble to have to remember about libuv.so, libgmp.so, &c. Just apply the rule uniformly.
All that's left is test libraries and loadable modules.
Searched with:
git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \ | grep -v '/modules/' \ | grep -v '/locale/lib/' \ | grep -v '/lib/npf/' \ | grep -v '/lib/librump' \ | grep -v '/lib/netbsd/libclang_rt' \ | grep -v '/runemodule/'
|
| #
1.92 |
|
04-Aug-2023 |
mrg |
more updates for sets and GCC 12
- renable sanitizer, add new shlib versions, enable tsan for arm64, including moving some stuff into the per-cpu/arch dir from 'mi'. - fix mips64, 68k, and ia64 - mark many any-gcc-version things just as "gcc" and remove dups - mark many gcc=9 only things as obsolete - mark many gcc=10 only things as obsolete with gcc=12 (more could be done here.)
|
| #
1.91 |
|
01-Aug-2023 |
mrg |
various updates for GCC 12
- bump some shlibs - add new header files - add compiler-version header files - disable sanitizer libraries for gcc12 for now
|
| #
1.90 |
|
27-May-2023 |
riastradh |
openssl: Nix capi.so engine -- it's for the Windows crypto API.
Not likely to work in NetBSD base!
|
| #
1.89 |
|
27-May-2023 |
riastradh |
openssl: Fix typo in mips set list.
|
| #
1.88 |
|
27-May-2023 |
riastradh |
openssl: padlock.so engine for VIA CPUs makes sense only on x86.
|
| #
1.87 |
|
26-May-2023 |
riastradh |
openssl: Wire up dynamic engine build goo.
This restores the devcrypto engine, which was converted from static to dynamic since the previous OpenSSL update.
XXX Pretty sure I got some of the set list package names wrong, but it's not clear what the right ones are or what consequences any of this has.
XXX Needs testing.
|
| #
1.86 |
|
26-May-2023 |
riastradh |
Revert "openssl: Nix build goo for dynamically loaded engines."
Turns out there is a regression lurking here: the devcrypto engine was made dynamic-only (https://github.com/openssl/openssl/pull/7859), so to maintain that functionality, we need to build dynamic engines. Will fix the aarch64 build issue and wire things up separately.
|
| #
1.85 |
|
26-May-2023 |
riastradh |
openssl: Nix build goo for dynamically loaded engines.
- Engines are deprecated in openssl 3.
- We never actually had the .so engines wired up to be built in openssl 1.1, and judging by the lack of obsolete entries in the set lists, I don't think we ever had them wired up to be built at all.
|
| #
1.84 |
|
17-May-2023 |
christos |
fix mips OpenSSL-3.x compat
|
|
Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
|
| #
1.83 |
|
25-Apr-2021 |
christos |
branches: 1.83.6; Choose the right compat sets for the platform: mipsn64 -> o32 n32 mips64 -> o32 64
|
| #
1.82 |
|
12-Apr-2021 |
mrg |
various updates for GCC 10 support. remove dead gcc7/8 support and properly mark obsolete files in gcc9/gcc10.
testing on amd64 and shark for GCC 9, and many platforms for GCC 10, (though not arm yet.)
|
|
Revision tags: thorpej-futex-base
|
| #
1.81 |
|
07-Sep-2020 |
mrg |
fix mips and powerpc GCC 9 builds.
|
|
Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
|
| #
1.80 |
|
03-Oct-2019 |
mrg |
gcc 8 set lists updates. i don't appear to have broken gcc 7 builds but i only tested a couple of them.
|
|
Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
|
| #
1.79 |
|
02-Feb-2019 |
mrg |
- add new entries of gcc=7 and libgomp, libasan, liblsan, libstdc++, libubsan - add missing header files fpr gcc=7 - add some missing gcc=5 obsolete entries - create ./usr/include/dev/bluetooth in mtree not make, and move it into the base set where all other directories are.
|
|
Revision tags: pgoyette-compat-20190127
|
| #
1.78 |
|
18-Jan-2019 |
christos |
- mark gcc=5 files obsolete - make includes always available, not only when gcccmds - mark files obsolete consistently
|
|
Revision tags: pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
|
| #
1.77 |
|
13-Feb-2018 |
mrg |
branches: 1.77.2; 1.77.4; obsolete some GCC 4.8 files.
|
| #
1.76 |
|
03-Feb-2018 |
mrg |
updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
| #
1.75 |
|
02-Feb-2018 |
mrg |
convert HAVE_GCC handling to modern GCC release numbering: - HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for GCC 5.4 and GCC 5.5.) - remove some more GCC 4.8 code. we don't support GCC 4 here. - adjust set lists to gcc=5 from gcc=53.
add some basic HAVE_GCC=6 handling (totally unused so far.)
|
|
Revision tags: netbsd-8-3-RELEASE netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
|
| #
1.74 |
|
14-Dec-2016 |
kre |
Sort the unsorted sets lists (they should all be correctly sorted now.)
|
|
Revision tags: pgoyette-localcount-20161104
|
| #
1.73 |
|
14-Oct-2016 |
maya |
we build libc_fp for mips64* only, adjust sets accordingly.
|
| #
1.72 |
|
11-Oct-2016 |
macallan |
build and install libc_fp on mips use with LD_PRELOAD=/lib/libc_fp.so for FPU use via softfloat
|
|
Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.71 |
|
23-Mar-2016 |
mrg |
branches: 1.71.2; fix sets for mips64 builds (libgomp is not built for N64) and also for GCC 5.
|
| #
1.70 |
|
22-Jun-2015 |
matt |
Update some of the set lists to use the compatdir/compatfile compattestsdir/compattestsfile as well the kmod auto-entry creation. Remove entries that are now instantiated by the above.
|
| #
1.69 |
|
29-May-2015 |
christos |
bump libintl
|
| #
1.68 |
|
06-May-2015 |
martin |
Fix sets for mips64
|
| #
1.67 |
|
17-Apr-2015 |
christos |
bump liblzma
|
| #
1.66 |
|
04-Apr-2015 |
christos |
bump libssh
|
| #
1.65 |
|
31-Mar-2015 |
christos |
bump libpcap.
|
| #
1.64 |
|
25-Jan-2015 |
christos |
stuff added by blacklist
|
| #
1.63 |
|
17-Jan-2015 |
christos |
bump libamu.
|
| #
1.62 |
|
16-Jan-2015 |
christos |
bump libc for strtoi and strtou
|
| #
1.61 |
|
13-Jan-2015 |
spz |
Update of OpenSSL to 1.0.1k part 3: - bump the shared library versions - adjust set lists - regenerate man pages - note the import in doc/3RDPARTY and doc/CHANGES
there were no changes in asm parts
|
| #
1.60 |
|
02-Jan-2015 |
christos |
bump libmagic
|
| #
1.59 |
|
10-Dec-2014 |
christos |
remove obsolete entries for libisccfg which are not.
|
| #
1.58 |
|
10-Dec-2014 |
christos |
bump for bind update
|
| #
1.57 |
|
25-Oct-2014 |
joerg |
Consistently tag libasan with gcc=48
|
| #
1.56 |
|
22-Oct-2014 |
christos |
Add libasan
|
| #
1.55 |
|
19-Oct-2014 |
christos |
bump libssh
|
| #
1.54 |
|
13-Oct-2014 |
christos |
bump libc and add man pages for open_{,w}memstream
|
| #
1.53 |
|
10-Oct-2014 |
mrg |
bump libstdc++ minor due to new complex etc functions enabled.
|
| #
1.52 |
|
10-Oct-2014 |
christos |
bump libm for long double complex functions
|
| #
1.51 |
|
26-Sep-2014 |
christos |
add execvpe,execlpe bump.
|
| #
1.50 |
|
24-Sep-2014 |
christos |
add strnstr from FreeBSD
|
| #
1.49 |
|
22-Aug-2014 |
apb |
sort
|
|
Revision tags: netbsd-7-base tls-maxphys-base
|
| #
1.48 |
|
10-Aug-2014 |
spz |
branches: 1.48.2; merge openssl 1.0.1i
|
|
Revision tags: tls-earlyentropy-base
|
| #
1.47 |
|
25-Jul-2014 |
dholland |
Update set lists for libc bump and new man pages.
|
| #
1.46 |
|
25-Jul-2014 |
mrg |
introduce a new pci_drvname(3) to libpci. implement it in the backend via PCI_IOC_DRVNAME.
update manual and set lists (and remove a couple of doubled entries.)o
this will be used in libpciaccess() to implement the has_kernel_driver() method.
|
| #
1.45 |
|
23-Jul-2014 |
lneto |
fixed removal of Lua 5.1 entries from distrib/sets/lists
|
| #
1.44 |
|
19-Jul-2014 |
lneto |
lua: updated from 5.1 to 5.3 work3
* lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE
|
| #
1.43 |
|
08-Jul-2014 |
spz |
infrastructure for bind-9.10.0-P2: adding the tools delv and dnssec-importkey adding libirs to support delv
|
| #
1.42 |
|
18-Jun-2014 |
christos |
bump libc.
|
| #
1.41 |
|
13-Jun-2014 |
joerg |
Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of fetching dynamically sized data via sysctl.
|
| #
1.40 |
|
28-May-2014 |
tron |
Update for OpenLDAP 2.4.39.
|
| #
1.39 |
|
18-May-2014 |
nat |
libossaudio minor version bump to signify new ioctls.
|
| #
1.38 |
|
15-May-2014 |
apb |
sort
|
|
Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15
|
| #
1.37 |
|
21-Mar-2014 |
christos |
branches: 1.37.2; bump libssl
|
|
Revision tags: riastradh-drm2-base3
|
| #
1.36 |
|
10-Mar-2014 |
martin |
Fix compat libelf version numbers
|
| #
1.35 |
|
09-Mar-2014 |
htodd |
Fix typo in library version.
|
| #
1.34 |
|
09-Mar-2014 |
christos |
bump libelf and libdwarf
|
| #
1.33 |
|
01-Mar-2014 |
dsl |
Replace all the libbind9.so.7 with libbind9.so.8. Hmm... why isn't the list of 32bit compat libs based on the normal list?
|
| #
1.32 |
|
01-Mar-2014 |
christos |
bump bind libraries
|
| #
1.31 |
|
16-Feb-2014 |
christos |
bump sqlite3
|
| #
1.30 |
|
08-Feb-2014 |
jmmv |
Update file lists for atf 0.19.
This has been tested with both MKKYUA=no (the default) and MKKYUA=yes, as well as with a non-clean tree and a clean build. Hopefully I got the details right... but they were tricky!
|
| #
1.29 |
|
31-Jan-2014 |
christos |
bump libc for ___lwp_park60
|
| #
1.28 |
|
17-Jan-2014 |
riz |
Finish updating set lists for libc minor bump.
|
| #
1.27 |
|
11-Jan-2014 |
christos |
bump openssl libraries
|
| #
1.26 |
|
08-Jan-2014 |
christos |
bump libc for ptsname_r
|
| #
1.25 |
|
31-Dec-2013 |
christos |
bump libisc for new bind
|
| #
1.24 |
|
06-Dec-2013 |
mrg |
fix mips64 sets for GCC 4.8.
|
| #
1.23 |
|
13-Nov-2013 |
mbalmer |
Add the syslog(3) Lua binding to the build.
|
| #
1.22 |
|
08-Nov-2013 |
christos |
bump libssh
|
| #
1.21 |
|
02-Nov-2013 |
christos |
more sets fixes (libgomp, libobjc)
|
| #
1.20 |
|
01-Nov-2013 |
mrg |
add support for GCC 4.8 sets.
|
| #
1.19 |
|
27-Oct-2013 |
apb |
sort
|
| #
1.18 |
|
19-Oct-2013 |
christos |
bump libc
|
| #
1.17 |
|
18-Oct-2013 |
jmmv |
Add liblutok.so.2.
Also mark liblutok.so.1 as obsolete. While this should not be done in the general case, I think it's fine here because MKKYUA still defaults to NO and therefore lutok is not built by default.
|
| #
1.16 |
|
29-Sep-2013 |
christos |
bump for binutils
|
| #
1.15 |
|
28-Aug-2013 |
riastradh |
Update set lists after libc minor bump.
|
| #
1.14 |
|
11-Aug-2013 |
joerg |
Sort entries in strcmp order.
|
| #
1.13 |
|
28-Jul-2013 |
pgoyette |
More libbind9 set listupdates, for mips64
|
| #
1.12 |
|
28-Jul-2013 |
pgoyette |
Update sets lists for new bind9 and friends.
|
| #
1.11 |
|
27-Jul-2013 |
christos |
lists for new bind 9.9.3-P2
|
|
Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
|
| #
1.10 |
|
30-Apr-2013 |
matt |
Collapse all the ad.mips* set lists into a single ad.mips which works for all variations of mips{,64}e{b,l}
|
|
Revision tags: yamt-pagecache-tag8 netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211 jym-xensuspend-nbase jym-xensuspend-base
|
| #
1.9 |
|
12-Nov-2008 |
ad |
branches: 1.9.8; 1.9.10; 1.9.14; 1.9.16; 1.9.22; Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
|
Revision tags: netbsd-5-2-3-RELEASE netbsd-5-1-5-RELEASE netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 netbsd-4-0-1-RELEASE wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-fixsa-newbase wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 wrstuden-revivesa-base yamt-pf42-base mjf-devfs2-base keiichi-mipv6-base mjf-devfs-base pc532-eol-2008 matt-armv6-nbase matt-armv6-prevmlocking wrstuden-fixsa-base-1 netbsd-4-0-RELEASE cube-autoconf-base netbsd-4-0-RC5 netbsd-4-0-RC4 netbsd-4-0-RC3 netbsd-4-0-RC2 netbsd-4-0-RC1 matt-armv6-base matt-mips64-base hpcarm-cleanup-base netbsd-3-1-1-RELEASE netbsd-3-0-3-RELEASE wrstuden-fixsa-base abandoned-netbsd-4-base netbsd-3-1-RELEASE netbsd-3-0-2-RELEASE netbsd-3-1-RC4 netbsd-3-1-RC3 netbsd-3-1-RC2 netbsd-3-1-RC1 netbsd-4-base netbsd-3-0-1-RELEASE peter-altq-base netbsd-3-0-RELEASE netbsd-3-0-RC6 netbsd-3-0-RC5 netbsd-3-0-RC4 netbsd-3-0-RC3 netbsd-3-0-RC2 netbsd-3-0-RC1 netbsd-2-0-3-RELEASE netbsd-2-1-RELEASE netbsd-2-1-RC6 netbsd-2-1-RC5 netbsd-2-1-RC4 netbsd-2-1-RC3 netbsd-2-1-RC2 netbsd-2-1-RC1 netbsd-2-0-2-RELEASE netbsd-3-base netbsd-2-0-1-RELEASE netbsd-2-base netbsd-2-0-RELEASE rtr-xorg-branch-base netbsd-2-0-RC5 netbsd-2-0-RC4 netbsd-2-0-RC3 netbsd-2-0-RC2 netbsd-2-0-RC1 netbsd-2-0-base
|
| #
1.8 |
|
11-Jan-2004 |
lukem |
branches: 1.8.36; 1.8.48; reformat whitespace
|
|
Revision tags: fvdl_fs64_base
|
| #
1.7 |
|
10-Oct-2002 |
simonb |
Install the kernel linker script in /usr/lkm/ldscript so that modload(8) works without needing to resort to -A abuse. LKMs work cleanly on MIPS now.
|
| #
1.6 |
|
04-Dec-2001 |
jdolecek |
Now that LKMs work all over, bring the VFS LKMs and if_ipl LKM to mi list from arch ones. Also make all VFS LKMs 'base-vfs-lkm'.
|
| #
1.5 |
|
28-Nov-2001 |
soren |
MIPS has LKM's now.
|
| #
1.4 |
|
09-Feb-1999 |
tv |
ld.so is only for 1.3 binary compatibility, and will become part of the soon to be created compat13 pkg.
|
| #
1.3 |
|
10-Nov-1998 |
simonb |
move crtn.o to comp set
|
| #
1.2 |
|
12-Oct-1998 |
simonb |
Remove /sbin/ldconfig - not used on mips ports anymore
|
| #
1.1 |
|
02-Jul-1998 |
jonathan |
Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports
Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).
|