Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bouyer c3961cc393 Update to 4.11.1nb1
PKGREVISION set to 1 on purpose, because this is not a stock 4.11.1 kernel
(it includes security patches).
4.11.1 includes all security patches up to XSA282.
Apply official patches for XSA284, XSA285, XSA287, XSA288, XSA290, XSA291,
XSA292, XSA293 and XSA294.
Other changes since 4.11.0 are mostly bugfixes, no new features.
2019-03-07 11:13:26 +00:00
archivers engrampa: update to 1.22 2019-03-06 06:29:42 +00:00
audio fasttracker2: update to b138 2019-02-26 07:14:15 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad Updated cad/gtkwave to 3.3.99 2019-02-23 05:30:02 +00:00
chat chat/psi: Use enchant2. 2019-03-03 21:05:57 +00:00
comms gammu: Update to 1.40.0 2019-02-03 00:09:45 +00:00
converters Update to 4.02 2019-03-02 04:07:33 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases py-peewee: updated to 3.9.2 2019-03-06 18:36:13 +00:00
devel delete file missed yesterday 2019-03-07 03:42:35 +00:00
distfiles
doc doc: Updated pkgtools/pkgin to 0.11.7 2019-03-07 11:08:49 +00:00
editors pluma: reflect revised patch-configure 2019-03-06 08:19:15 +00:00
emulators snes9x: Update to 1.59.2 2019-03-05 12:12:31 +00:00
filesystems add and enable ltfs and ltfs-ltotape 2019-02-28 06:55:51 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts simplify DISTNAME 2019-03-05 21:17:17 +00:00
games easyrpg-player/liblcf: Update to 0.6.0 2019-03-05 10:45:38 +00:00
geography geography/libgeotiff: Update to 1.4.3 2019-03-06 14:35:49 +00:00
graphics Revert last, redundant with older fix. 2019-03-06 22:04:55 +00:00
ham ham/uhd: PLIST* were adjusted for 4 combinations of options, doxygen/manual. 2019-03-03 10:36:14 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang npm: updated to 6.9.0 2019-03-07 09:22:48 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Update to 7.2.3 2019-03-06 12:17:25 +00:00
math Update to 5.1.0 2019-03-05 11:11:12 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/mate: Update MATE to version 1.22 2019-03-06 05:47:42 +00:00
misc Updated misc/ocaml-opaline to version 0.3.2. 2019-03-06 10:38:22 +00:00
mk Added variable OCAML_TOPKG_FLAGS 2019-03-05 16:14:35 +00:00
multimedia mate-media: update to 1.22 2019-03-06 07:14:56 +00:00
net wireshark: updated to 2.6.7 2019-03-07 10:39:52 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools pkgin: Update to 0.11.7. 2019-03-07 11:08:38 +00:00
print Needs tex-lamda-lists and tex-xkeyval. Bump revision. 2019-03-06 21:36:48 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security mate-polkit: update to 1.22 2019-03-06 07:26:18 +00:00
shells bash: handle O_CLOEXEC not being defined (Solaris 10) 2019-02-28 07:20:57 +00:00
sysutils Update to 4.11.1nb1 2019-03-07 11:13:26 +00:00
templates
textproc Updated texstproc/ocaml-csv for dune compatibility. 2019-03-05 19:40:33 +00:00
time Avoid unportable -static-libgcc. Fixes OS X clang build. 2019-03-03 02:30:28 +00:00
wm mate-netbook: update to 1.22 2019-03-06 07:21:47 +00:00
www Add uwsgi-sse_offload option for integrating the redis pubsub to Server 2019-03-06 13:07:58 +00:00
x11 mate-session-manager: simplify patch (NFCI) 2019-03-07 01:26:46 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$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.