| 721b9eee | 16-Oct-2019 |
Sascha Wildner <saw@online.de> |
libz/savecore: Move the local zopen() from libz to savecore(8).
It is its only consumer.
Cleanup libz's Versions.def and Symbol.map too. Nothing in dports should be using that function from the lib
libz/savecore: Move the local zopen() from libz to savecore(8).
It is its only consumer.
Cleanup libz's Versions.def and Symbol.map too. Nothing in dports should be using that function from the library (else it's a bug).
While here, add a __DECONST() to fix for WARNS=6.
Discussed-with: zrj
show more ...
|
| d91d30bb | 01-Dec-2014 |
John Marino <draco@marino.st> |
library versioning: Activate versioning on 7 libraries
All 4.2 packages currently on the system will continue to work on a system after this commit. However, the next bulk run of packages will buil
library versioning: Activate versioning on 7 libraries
All 4.2 packages currently on the system will continue to work on a system after this commit. However, the next bulk run of packages will build using these symbol versions and will not work on systems older than this commit. Part of the joys of running on bleeding edge I think. The next bulk run won't be for a couple of weeks at least (I'm waiting on a disruptive and huge patch of perl and pgsql to settle down) so there is no impending breakage expected.
The newly mapped libraries are: z, ncurses, lzma, edit, archive, md, bz2
show more ...
|