|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.110 |
|
22-Jul-2025 |
mrg |
bump libpixman-1.so.
|
| #
1.109 |
|
13-May-2025 |
nia |
x11: Separate concepts of having EGL and having glamor/DRMKMS
EGL is becoming an increasingly popular API and it makes sense to offer it as standard - the package builds suffer otherwise. It seems to work fine on sparc64 and other ports that don't use DRMKMS.
|
| #
1.108 |
|
04-Jul-2024 |
mrg |
bump the libdrm shlib versions.
|
| #
1.107 |
|
04-Jul-2024 |
mrg |
updates for libxcb / xcb-proto 1.17.0.
|
|
Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
|
| #
1.106 |
|
10-May-2024 |
riastradh |
branches: 1.106.2; xbase/shl.mi: Delete, rather than obsolete, libXxf86misc.so.M(.N).
Obsolete lines here will lead postinstall to delete the shlib, which will break any existing applications linked against it. Deleting the lines has no effect on postinstall.
(We should maybe have a different way to mark them instead, as suggested in PR 57581, but we don't, so this is what we do for now.)
However, keep the obsolete line for libXxf86misc.so, since the .so symlink itself is only used when linking new applications.
|
| #
1.105 |
|
10-May-2024 |
riastradh |
xbase/shl.mi: Copy comment about delete vs obsolete from base/shl.mi.
|
| #
1.104 |
|
09-May-2024 |
nia |
unhook libXxf86misc from the build and mark obsolete
library has no users in src or pkgsrc, it's primarily useful for managing input devices on mid-2000s xfree86 servers
|
| #
1.103 |
|
04-Sep-2023 |
riastradh |
lists: Remove bogus libfoo.so.N and libfoo.so.N.M obsolete entries.
These must stay around so applications linked against them will still work after upgrade, even if libfoo.so now points to libfoo.so.(N+1) or libfoo.so.N.(M+1).
Exceptions:
- I'm willing to believe the rump modules have a different story so I left those obsolete entries alone.
- libuv.so was never supposed to be exposed publicly anyway and never went out in a release. (Maybe this information should be recorded somewhere?)
- Same is probably true of lib{gmp,mpc,mpfr}.so, not sure of the history. Maybe libg2c.so too, no idea what that is.
- libisns.so was moved from /usr/lib to /lib, so it's legitimate for the debug data to live there too now. (XXX Maybe we should have a separate marker for this.)
- Libraries under /usr/tests are not used by normal applications, so they can safely be deleted when obsoleted.
Note: The libfoo.so symlink for a library that has been deleted altogether, not just upgraded, can be obsoleted. Loadable modules that applications aren't linked against can be obsoleted, even if some of them like npf ext_*.so or pam_*.so are formally versioned (for reasons unclear to me).
Note: This means that incremental builds may complain about these .so.N and .so.N.M files in destdir (PR misc/57581), but it's much worse for an upgrade to break working applications.
|
|
Revision tags: netbsd-10-base
|
| #
1.102 |
|
12-Nov-2022 |
mrg |
branches: 1.102.2; updates for pixman 0.42.2.
this enables NEON for arm64. maybe firefox will be faster on pbp...
|
| #
1.101 |
|
12-Nov-2022 |
mrg |
updates for libdrm 2.4.114.
unfortunately, the i915 ioctls are no longer handled by kdump/ktruss as the new one conflicts with base. this needs a clean build in these dirs (and rescue). the radeon ioctls have been enabled instead.
|
| #
1.100 |
|
12-Nov-2022 |
mrg |
updates for libpciaccess 0.17.
|
| #
1.99 |
|
14-Jul-2022 |
mrg |
build and install libxcvt, and it's cvt(1).
|
| #
1.98 |
|
11-Jul-2022 |
mrg |
updates for libdrm 2.4.112.
|
| #
1.97 |
|
22-Jul-2021 |
mrg |
fix typo in unused obsolete set name. noted by tnn.
|
| #
1.96 |
|
13-Jul-2021 |
mrg |
move the i18n modules into libX11 directly.
fixes at least alacritty, and saves memory too.
|
| #
1.95 |
|
11-Jul-2021 |
mrg |
bump minor for for libXfixes 6.0.0's new function
|
|
Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
|
| #
1.94 |
|
27-Apr-2021 |
mrg |
various updates for libX11. bump the shlib major, install new nls.
|
| #
1.93 |
|
27-Apr-2021 |
mrg |
bump libdrm and libdrm_amdgpu shlib minor for new symbols.
|
|
Revision tags: thorpej-futex-base
|
| #
1.92 |
|
28-Oct-2020 |
nia |
xorg: retire XTrap library and sample clients
the DEC-XTRAP extension is deprecated since 1994, so modern X servers do not support it
the library was removed from pkgsrc last year and is not required by anything not-sample-client related in src
if you try to query the protocol on netbsd, you get the following:
$ xtrapproto Display: :0.0 Warning: Can't load DEC-XTRAP extension xtrapproto: could not initialize extension
|
| #
1.91 |
|
27-Oct-2020 |
nia |
xorg: obsolete libXevie
this is a library for an X server extension that the modern Xorg server does not have.
it no longer has any users in src or pkgsrc.
|
| #
1.90 |
|
25-Oct-2020 |
nia |
Unhook libglut (MesaGLUT) from the build.
The GL Utility Library was formerly a core part of most OpenGL distributions.
Originally, this version of libglut was developed as part of Mesa (the primary OpenGL implementation used in NetBSD) before it was mostly abandoned and work moved to the freeglut fork. It provides a platform-neutral way of creating OpenGL contexts, something that many other libraries can also do today (e.g. SDL, glfw).
All users in pkgsrc have been switched to the freeglut fork and there are no remaining users of this library in src. If having a GLUT implementation in base turns out to be particularly useful outside of compatibility with previous NetBSD versions, we can import freeglut (which, AFAIK, is also ABI compatible with MesaGLUT).
|
| #
1.89 |
|
27-Aug-2020 |
riastradh |
Sort and deduplicate set lists.
|
|
Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
|
| #
1.88 |
|
12-Aug-2019 |
uki |
Give syspkg names to xbase shl.mi files
|
|
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
|
| #
1.87 |
|
20-Jul-2019 |
mrg |
updates for freetype 2.10.0
|
| #
1.86 |
|
09-Jul-2019 |
mrg |
update for libepoxy 1.4.3.
|
| #
1.85 |
|
20-Jun-2019 |
uki |
Mark "xbase-obsolete" to obsolete files
|
|
Revision tags: phil-wifi-20190609
|
| #
1.84 |
|
13-May-2019 |
uki |
Change package name "-obsolete-" to "<category>-obsolete". It is a little step.
|
| #
1.83 |
|
16-Apr-2019 |
mrg |
enable EGL and glamor. partly from maya@.
for x86 and evbarm: - install headers and libEGL - install xorg-server glamoregl component - link xorg drivers against gbm/egl
bonus fix: - fix some wrongly marked compatx11file files
build tested on shark, sgimips, evbarm64-el, amd64 and i386. run tested on radeon, intel and nvidia on amd64, including 'modesetting' driver on amd64. however, my systems disable it due to llvmpipe so i'm not sure what is happening.
|
|
Revision tags: pgoyette-compat-20190127 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
|
| #
1.82 |
|
06-Jun-2018 |
snj |
branches: 1.82.2; belatedly bump the shlib version for freetype-2.9.1, using the scheme outlined in src/external/mit/xorg/lib/freetype/shlib_version.
|
|
Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315
|
| #
1.81 |
|
11-Mar-2018 |
mrg |
build and install libXfont2.
|
| #
1.80 |
|
11-Mar-2018 |
mrg |
stop building libXfontcache as it is obsolete for a decade.
|
|
Revision tags: pgoyette-compat-base
|
| #
1.79 |
|
24-Jan-2018 |
wiz |
branches: 1.79.2; When second keyword is 'obsolete', first one should be foo-obsolete as well.
|
| #
1.78 |
|
06-Oct-2017 |
christos |
bump libglapi, libGL libGLU because of the libstdc++ dual abi bump
|
| #
1.77 |
|
29-Aug-2017 |
mrg |
updates for fontconfig 2.8.
note that we don't (yet?) install the new fc-blank as it has a python generator.
|
|
Revision tags: 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
|
| #
1.76 |
|
05-Mar-2017 |
mrg |
branches: 1.76.4; build fixes and updates for libxcb / xcb-proto 1.12.
|
|
Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107
|
| #
1.75 |
|
05-Jan-2017 |
wiz |
branches: 1.75.2; Tag cleanup: if the last column contains 'obsolete', the one before should too.
|
| #
1.74 |
|
15-Dec-2016 |
kre |
More sets list sorting (maybe this time they're really all done)
|
|
Revision tags: pgoyette-localcount-20161104 localcount-20160914
|
| #
1.73 |
|
19-Aug-2016 |
mrg |
remove all the X11R6 (old xfree86) entries.
a technically more correct solution would be to mark all but the shared libraries obsolete, but with approximately 10000 entries it would significantly slowdown postinstall obsolete checking and as an end-user, i'm not sure i'd want it anyway.
this also makes it much easier to automate X11R7 changes ;-)
|
| #
1.72 |
|
18-Aug-2016 |
mrg |
build and install libepoxy
|
| #
1.71 |
|
17-Aug-2016 |
mrg |
updates for libdrm 2.4.70. build libdrm_amdgpu on x86.
|
| #
1.70 |
|
16-Aug-2016 |
mrg |
build libxshmfence.
|
|
Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.69 |
|
16-May-2016 |
christos |
branches: 1.69.2; Adjust to new freetype-2.6.3
|
| #
1.68 |
|
23-Jul-2015 |
mrg |
build libXpresent.
|
| #
1.67 |
|
20-Jul-2015 |
mrg |
updates for freetype 2.6.
|
| #
1.66 |
|
20-Jul-2015 |
mrg |
bump libXrandr.so minor
|
| #
1.65 |
|
20-Jul-2015 |
mrg |
updates for libdrm 2.4.62 and xf86-video-ast 1.0.1.
|
| #
1.64 |
|
19-Jul-2015 |
mrg |
updates for libX11 1.6.3 - "xlocale" is removed.
|
| #
1.63 |
|
27-Jun-2015 |
matt |
Add MKCOMPATX11 knob for making X11 compat libraries.
|
| #
1.62 |
|
24-Jun-2015 |
matt |
Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR}
|
| #
1.61 |
|
04-May-2015 |
mrg |
libxcb-xkb.so has the wrong version, fix it. patch as provided by Yorick Hardy in PR 49873.
|
| #
1.60 |
|
12-Mar-2015 |
snj |
update for freetype 2.5.5
|
| #
1.59 |
|
23-Feb-2015 |
jmcneill |
Build and install Mesa GBM buffer management library (libgbm).
|
| #
1.58 |
|
29-Jan-2015 |
nat |
Fixes segfaults and crashing for applications that use libGLU. Minor revision bump for libGLU.
This commit was approved by wiz@
|
| #
1.57 |
|
18-Dec-2014 |
mrg |
update sets and reachover makefiles for mesa 10.3.5.
|
| #
1.56 |
|
01-Oct-2014 |
skrll |
Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which broke kwin for me.
|
|
Revision tags: netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 tls-maxphys-base
|
| #
1.55 |
|
20-Mar-2014 |
mrg |
branches: 1.55.4; merge freetype 2.5.3.
|
|
Revision tags: riastradh-drm2-base3
|
| #
1.54 |
|
17-Mar-2014 |
mrg |
merge libxcb 1.10 and libpthread-stubs build. update the libxcb generated files.
|
| #
1.53 |
|
11-Aug-2013 |
joerg |
Sort entries in strcmp order.
|
|
Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
|
| #
1.52 |
|
05-Jun-2013 |
mrg |
updates for freetype 2.4.12 and pixman 0.30.0.
|
| #
1.51 |
|
05-Jun-2013 |
mrg |
adapt for libXi 1.7.1.
|
| #
1.50 |
|
03-Jun-2013 |
mrg |
install libXdmGreet.so so xdm works again. requires linking xdm with --export-dynamic.
|
| #
1.49 |
|
03-Jun-2013 |
mrg |
updates for fontconfig 2.10.93.
|
| #
1.48 |
|
03-Jun-2013 |
mrg |
bump libfontconfig minor
|
| #
1.47 |
|
01-Jun-2013 |
mbalmer |
Reflect the minor version bump of libpciaccess.so.0.
|
| #
1.46 |
|
31-May-2013 |
mrg |
update for libxcb and libXrandr updates
|
|
Revision tags: agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 yamt-pagecache-base5 yamt-pagecache-base4
|
| #
1.45 |
|
29-Feb-2012 |
tron |
branches: 1.45.2; Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
|
Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
|
| #
1.44 |
|
24-Jul-2011 |
mrg |
branches: 1.44.2; 1.44.4; updates for freetype 2.4.5
|
|
Revision tags: cherry-xenmp-base bouyer-quota2-nbase
|
| #
1.43 |
|
24-Feb-2011 |
mrg |
adjust for libXext.so minor bump.
|
| #
1.42 |
|
23-Feb-2011 |
mrg |
enable USE_XCB in libX11. install missing libX11-xcb and Xlib-xcb.h.
|
|
Revision tags: bouyer-quota2-base
|
| #
1.41 |
|
19-Jan-2011 |
jmcneill |
branches: 1.41.2; Build and install the XvMC wrapper library libXvMCW.
|
|
Revision tags: matt-mips64-premerge-20101231
|
| #
1.40 |
|
22-Nov-2010 |
mrg |
bump libfreetype minor.
|
| #
1.39 |
|
18-Jul-2010 |
mrg |
build and install libxcb and xcb-util libraries.
|
| #
1.38 |
|
02-Jul-2010 |
mrg |
move the *.elf contents into the *mi* contents. we're not going to have non-elf platforms at any thing in the near future, and these extra files are only making sets handling even worse than necessary.
ok lukem.
|
| #
1.37 |
|
23-May-2010 |
mrg |
bump libpixman-1.so minor. avoid double defining PIXMAN_DISABLE_DEPRECATED.
|
| #
1.36 |
|
22-May-2010 |
mrg |
deal with libdrm 2.4.40: new / moved headers, libdrm_radeon.
|
| #
1.35 |
|
22-May-2010 |
mrg |
fine new libpciaccess shlib minor
|
|
Revision tags: matt-premerge-20091211
|
| #
1.34 |
|
09-Nov-2009 |
mrg |
update for new libpciaccess
|
| #
1.33 |
|
12-Jun-2009 |
mrg |
merge all the changes for xorg-server 1.6
|
| #
1.32 |
|
10-Jun-2009 |
mrg |
merge libXfont 1.4.0.
|
| #
1.31 |
|
09-Jun-2009 |
mrg |
set lists updates for new libdrm, libdrm_intel.
partly from snj@.
|
|
Revision tags: jym-xensuspend-nbase jym-xensuspend-base
|
| #
1.30 |
|
20-Apr-2009 |
mrg |
delete lbxutil and lbxproxy.
|
| #
1.29 |
|
20-Apr-2009 |
mrg |
part two of excising Xprint support from native xorg:
- delete libXp, libXprintAppUtil and libXprinUtil - delete printproto - delete xphelloworld, xplsprinters, xprehashprinterlist, xpsimplehelloworld and xpxthelloworld
i'll be removing the sources shortly.
|
| #
1.28 |
|
19-Apr-2009 |
mrg |
in preparation for removing Xprint: - retire libXaw8 - remote Xprint support from xmore - bump libXaw7 to major 10 so that "libXaw.so" gets a new SONAME, and make it the "libXaw" used.
XXX: this probably should be pulled up to netbsd-5, which is why i have XXX: separated it out from the general Xprint removal
|
| #
1.27 |
|
13-Apr-2009 |
snj |
Update for freetype-2.3.9.
|
| #
1.26 |
|
14-Jan-2009 |
jnemeth |
branches: 1.26.2; oops: X11R2 -> X11R6
|
| #
1.25 |
|
11-Jan-2009 |
jnemeth |
shared library bumps; undoubtably there will be many more
|
| #
1.24 |
|
11-Nov-2008 |
cube |
Register files installed for libglut.
|
|
Revision tags: netbsd-5-base
|
| #
1.23 |
|
30-Oct-2008 |
veego |
branches: 1.23.2; Update for the pixman 0.12.0 import
|
|
Revision tags: matt-mips64-base2
|
| #
1.22 |
|
24-Oct-2008 |
macallan |
move DRI drivers into arch-specific xserver lists OKed by cube
|
|
Revision tags: mjf-devfs2-base
|
| #
1.21 |
|
28-Sep-2008 |
lukem |
Obsolete libXres* as they were mistakenly installed with the wrong name.
NOTE: As nothing should have linked against this, it should be ok to obsolete the major shared library, which I've done contrary to the usual rules for such files.
|
| #
1.20 |
|
25-Sep-2008 |
cube |
The library provided by the libXres package is actually XRes, and not Xres.
Consistency(R) is a trademark of the X.Org Foundation.
|
| #
1.19 |
|
21-Sep-2008 |
lukem |
Add some more entries now we're using LIBISMODULE to install the dri .so files.
|
| #
1.18 |
|
21-Sep-2008 |
cube |
Install DRI modules. If you don't like that they're in xbase or under modules/dri, or even MI or whatever, please submit a proposal to tech-x11.
|
| #
1.17 |
|
20-Sep-2008 |
cube |
Register the build of libOSMesa for native X.Org.
|
|
Revision tags: wrstuden-revivesa-base-3
|
| #
1.16 |
|
18-Sep-2008 |
cube |
Note that shared libraries for libXprintUtil and libXprintAppUtil are now installed.
|
|
Revision tags: wrstuden-revivesa-base-2
|
| #
1.15 |
|
07-Sep-2008 |
rtr |
add xorg locale module entries
|
| #
1.14 |
|
02-Sep-2008 |
lukem |
Reformat the columns
|
| #
1.13 |
|
29-Aug-2008 |
rtr |
put ./usr/X11R6/lib/libXft.so.1.1 we need it for src/x11
|
| #
1.12 |
|
29-Aug-2008 |
rtr |
move xorg library entries from xcomp to xbase (where they belong) - shl.mi should contain lib.so.<maj>.<min>.<tiny> - shl.elf should contain lib.so and lib.so.<maj> links
|
| #
1.11 |
|
28-Aug-2008 |
rtr |
- add x11 tag to all entries - add most of the entries required for xorg (with xorg tag)
|
|
Revision tags: pre-x-tag 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 keiichi-mipv6-base mjf-devfs-base pc532-eol-2008 matt-armv6-nbase matt-armv6-base hpcarm-cleanup-base
|
| #
1.10 |
|
03-Jan-2008 |
jdc |
branches: 1.10.2; 1.10.6; 1.10.10; Add a note about marking entries as "obsolete", instead of deleting them.
|
|
Revision tags: netbsd-4-0-1-RELEASE wrstuden-fixsa-newbase 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-mips64-base wrstuden-fixsa-base abandoned-netbsd-4-base netbsd-4-base peter-altq-base
|
| #
1.9 |
|
22-Mar-2005 |
tron |
branches: 1.9.12; Add Xdmx server, libraries and utilities to reachover set lists.
|
| #
1.8 |
|
21-Mar-2005 |
tron |
Update reachover build framework set list for XFree86 4.5.0.
|
|
Revision tags: 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.7 |
|
08-Mar-2004 |
rtr |
branches: 1.7.4; 1.7.10; + update list for libXxf86misc 1.1 + remove libXxf86misc and libXxf86vm from sparc64 they aren't md.
|
| #
1.6 |
|
06-Mar-2004 |
rtr |
update set lists for x11 reachover sets
|
| #
1.5 |
|
08-Jan-2004 |
rtr |
x11 set lists mi and md.i386
|
| #
1.4 |
|
28-Dec-2003 |
lukem |
Separate out the X sets: * sets for xsrc/xc (XF 3.x) xbase3 xcomp3 xcontrib3 xfont3 xmisc3 xserver3 * sets for xsrc/xfree/xc (XF 4.x) xbase4 xcomp4 xcontrib4 xfont4 xmisc4 xserver4 * sets for src/x11 (reachover build of xsrc/xfree/xc): xbase xcomp xcontrib xfont xmisc xserver (note: not populated yet, and not to be shared by x*3 or x*4 anymore)
|
|
Revision tags: netbsd-1-6-PATCH002-RELEASE netbsd-1-6-PATCH002 netbsd-1-6-PATCH002-RC4 netbsd-1-6-PATCH002-RC3 netbsd-1-6-PATCH002-RC2 netbsd-1-6-PATCH002-RC1 netbsd-1-6-PATCH001 netbsd-1-6-PATCH001-RELEASE netbsd-1-6-PATCH001-RC3 netbsd-1-6-PATCH001-RC2 netbsd-1-6-PATCH001-RC1 fvdl_fs64_base netbsd-1-6-RELEASE netbsd-1-6-RC3 netbsd-1-6-RC2 netbsd-1-6-RC1 netbsd-1-6-base
|
| #
1.3 |
|
11-Feb-2002 |
tron |
First step of supporting XFree86 4.x binary sets: - Recognize version dependent X11 lists files. - Move all files which only belong to XFree86 3.3.6 in lists for version 3.
|
|
Revision tags: netbsd-1-5-PATCH003 netbsd-1-5-PATCH002 netbsd-1-5-PATCH001 netbsd-1-5-RELEASE netbsd-1-5-BETA2 netbsd-1-5-BETA netbsd-1-5-ALPHA2 netbsd-1-5-base minoura-xpg4dl-base wrstuden-devbsize-19991221 wrstuden-devbsize-base comdex-fall-1999-base
|
| #
1.2 |
|
19-Apr-1999 |
simonb |
Add a NetBSD RCS tag to each distrib list file.
|
|
Revision tags: netbsd-1-4-PATCH003 netbsd-1-4-PATCH002 netbsd-1-4-PATCH001 netbsd-1-4-RELEASE netbsd-1-4-base
|
| #
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).
|