Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-11 07:47:18 +00:00
archivers Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
audio buzztrax: Build fix: disable dllwrapper explicitly 2020-01-10 11:05:04 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology chemtool: Mark as PaX mprotect unsafe to prevent segfault 2020-01-11 04:04:41 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad drop PLIST var handling, as these are not installed by package now 2019-12-29 14:27:52 +00:00
chat unrealircd: Build fix: don't accidentally detect epoll on SunOS 2020-01-10 15:46:36 +00:00
comms deforaos-phone: update to 0.6.0 2020-01-11 01:34:11 +00:00
converters help2man: updated to 1.47.12 2020-01-06 16:56:09 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases add libtcd 2020-01-10 16:57:48 +00:00
devel Added devel/R-RUnit version 0.4.32 2020-01-11 07:06:43 +00:00
distfiles
doc doc: Updated editors/deforaos-editor to 0.4.1 2020-01-11 07:46:08 +00:00
editors deforaos-editor: update to 0.4.1 2020-01-11 07:45:55 +00:00
emulators qemu: fix build on macOS 2020-01-10 20:27:03 +00:00
filesystems fuse-gstfs-ng: Add SUPERSEDES 2020-01-07 16:16:51 +00:00
finance gnucash: update to 3.8b. 2020-01-08 17:31:11 +00:00
fonts fonts/Makefile: add UnifrakturMaguntia-ttf 2020-01-08 15:25:37 +00:00
games vvvvvv: Use physfs from pkgsrc. 2020-01-10 19:38:06 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics Needs libXcursor. 2020-01-10 21:14:11 +00:00
ham Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
inputmethod Needs pkg-config. 2020-01-10 21:13:55 +00:00
lang Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail Drop SSLv3-only support. Don't look into internals of SSL structures. 2020-01-10 21:16:03 +00:00
math Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs/mate: bump $VERSION to 1.22.2 2020-01-04 00:06:41 +00:00
misc Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
mk Switch from ghc7 to ghc88 2020-01-11 07:47:18 +00:00
multimedia Fix build with OpenSSL 1.1. 2020-01-10 21:16:40 +00:00
net py-grpcio uses async syntax not supported in Python 2. 2020-01-10 21:17:45 +00:00
news Update news/canlock-hp to 3.1.1 2020-01-07 12:21:12 +00:00
packages
parallel llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
pkgtools Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
print web2c: Fix build with poppler-0.84.0 2020-01-11 00:31:05 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
shells shells/pbosh: Update to 20191205 2020-01-10 12:45:00 +00:00
sysutils deforaos-browser: update to 0.5.3 2020-01-10 23:08:26 +00:00
templates
textproc Revbump Go packages after Go default version bump. 2020-01-10 13:32:09 +00:00
time update XTide to 2.15.2 2020-01-10 17:05:40 +00:00
wm e16themes: amend another comment 2020-01-10 07:08:55 +00:00
www firefox68-l10n: Update to 68.4.1 2020-01-11 02:40:53 +00:00
x11 deforaos-locker: update to 0.4.1 2020-01-10 23:24:16 +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.