Automatic conversion of the NetBSD pkgsrc CVS module, use with care
db29540bec
Version 2.13.02 * Fix false positive in testing of numeric overflows. * Fix generation of {PEXTRW} instruction. * Fix {smartalign} package which could trigger an error during optimization if the alignment code expanded too much due to optimization of the previous code. * Fix a case where negative value in {TIMES} directive causes panic instead of an error. * Always finalize {.debug_abbrev} section with a null in {dwarf} output format. * Support {debug} flag in section attributes for {macho} output format. See {machosect}. * Support up to 16 characters in section names for {macho} output format. * Fix missing update of global {BITS} setting if {SECTION} directive specified a bit size using output format-specific extensions (e.g. {USE32} for the {obj} output format.) * Fix the incorrect generation of VEX-encoded instruction when static mode decorators are specified on scalar instructions, losing the decorators as they require EVEX encoding. * Option {-MW} to quote dependency outputs according to Watcom Make conventions instead of POSIX Make conventions. See {opt-MW}. * The {obj} output format now contains embedded dependency file information, unless disabled with {%pragma obj nodepend}. See {objdepend}. * Fix generation of dependency lists. * Fix a number of null pointer reference and memory allocation errors. * Always generate symbol-relative relocations for the {macho64} output format; at least some versions of the XCode/LLVM linker fails for section-relative relocations. |
||
---|---|---|
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.19 2017/03/02 09:51:35 maya 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 follow 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.