Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-11 19:30:50 +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 asterisk16: Update to 16.7.0 2020-01-11 08:36:13 +00:00
converters Remove dependency on devel/hs-text 2020-01-11 09:59:02 +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 sqlitebrowser: remove patch-CMakeLists.txt in distinfo 2020-01-11 12:41:01 +00:00
devel py-pygit2: updated to 1.0.2 2020-01-11 16:20:56 +00:00
distfiles
doc doc: Updated wm/velox to 0.0.3.20200111 2020-01-11 17:32:02 +00:00
editors (editors/emacs-snapshot) PR pkg/54848 Fix again, logic moved down outside of if x11 .. endif clause 2020-01-11 12:15:15 +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 imv: Use NONEMPTY_SETS for options.mk 2020-01-11 16:24: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 lang/gcc9: enable nls on all platforms by default 2020-01-11 09:48:11 +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 Remove dependency on devel/hs-text 2020-01-11 09:53:06 +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 mk/bsd.pkg.update.mk: fix indentation 2020-01-11 19:30:50 +00:00
multimedia deforaos-player: update to 0.2.0 2020-01-11 08:30:38 +00:00
net py-lexicon: updated to 3.3.16 2020-01-11 16:17:39 +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 pkgtools/pkglint: update to 19.4.3 2020-01-11 15:47:58 +00:00
print web2c: Fix build with poppler-0.84.0 2020-01-11 00:31:05 +00:00
regress regress/plus_build_version: document obvious uses of RCS Ids 2020-01-11 13:04:21 +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 sysutils: Add dmenu-wld 2020-01-11 16:18:15 +00:00
templates
textproc py-yaml: updated to 5.3 2020-01-11 16:12:48 +00:00
time Update to timezone-olson-0.1.9 2020-01-11 11:52:48 +00:00
wm velox: Update to 0.0.3.20191211 2020-01-11 17:31:50 +00:00
www Remove dependency on devel/hs-mtl and devel/hs-parsec 2020-01-11 10:25:05 +00:00
x11 Fix build on NetBSD 8.1 2020-01-11 14:47:18 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
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.