Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Changes from 4.4.3 to 4.4.3.1 (March 2019) * Fix a regression with the dat tool not working with plugins (SiegeLord). Changes from 4.4.2 to 4.4.3 (February 2019) * Allow building the dependencies as shared libraries. (Michał Cichoń, Edgar Reynaldo) * Fix typo preventing get_executable_name from using System V procfs correctly. (Peter Wang) * Relicense loadpng under ZLib license. * Fix spelling of endianness in textconv (Andreas Rönnquist). * Fix format string warnings (Andreas Rönnquist). * Add Linux console tslib mouse "touch screen" driver. (Tobi Vollebregt) * Don't define a duplicate DLLMain. (SiegeLord) * Fix Allegro crashes/compilation under 64 bit Windows. (Sven Eden, David Capello) * Fix possible random crashes on Windows restoring DirectDraw surfaces. (David Capello) * Make internal function get_value in jpgalleg static. (Trent Gamblin) * Implemented load_midi_pf, play_fli_pf, open_fli_pf. (Ivan Mogilko) * Make use of in MSVS 2010 and higher. (Ivan Mogilko) * Fixes several issues related to fullscreen mode in Windows. (Etienne Vouga) * Windows: fixed TAB key getting stuck in key buffer when held before ALT. (Ivan Mogilko) * Fix building with Mesa 18.2.5 and later. (Andreas Rönnquist) * Remove f* variants of fixed math functions. (Andreas Rönnquist) * Fix complilation of datedit. (rofl0r) * Modernize and fix release zipup script. (rofl0r) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the following link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.