Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-10 07:00:20 +00:00
archivers Update to zlib-0.6.2.1 2019-12-29 23:20:52 +00:00
audio Update MAINTAINER. 2020-01-07 13:47:41 +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 Don't hardcode libgomp, but use -fopenmp for linking. Fixes clang with 2019-12-21 23:28:02 +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 chat: Remove p5-Net-ICQ2000 2020-01-08 14:45:51 +00:00
comms comms: Remove gnome-pilot 2020-01-04 13:24:21 +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 prometheus: updated to 2.15.2 2020-01-08 22:33:05 +00:00
devel Add missing rpaths to pkg-config files (pkg-config overrides) 2020-01-10 06:29:48 +00:00
distfiles
doc doc: Updated devel/nss to 3.49 2020-01-10 03:43:51 +00:00
editors abiword-plugins: a package can't conflict with itself 2020-01-06 22:53:38 +00:00
emulators libretro-nestopia: Remove old patch 2020-01-09 10:28:11 +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 7kaa: Update to 2.15.3 2020-01-08 16:59:07 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics babl: Apply removals to post-wrapper transformed arguments. 2020-01-09 23:37:45 +00:00
ham Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
inputmethod im-ja: Disable GNOME 2 panel applet support. 2020-01-01 14:16:41 +00:00
lang lang/gcc9: split PLIST into platform-specific files 2020-01-10 00:28:03 +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 Define ALLOW_INSECURE_BZERO=ON only on Darwin, says the author. Ride 2020-01-08 01:20:36 +00:00
math py-angr: update py-angr and dependencies (all from the angr project) to 8.20.1.7 2020-01-09 14:02:31 +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 raspberrypi-userland: Needs pkg-config 2020-01-09 02:06:44 +00:00
mk Use hashed package keys for (un)installing Cabal packages 2020-01-09 12:29:32 +00:00
multimedia mplayer, gmplayer: Link libgifutil to resolve GifQuantizeBuffer() 2020-01-09 15:57:58 +00:00
net 6tunnel: Update to 0.13 2020-01-09 20:09:34 +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 pbulk-0.66: make it simpler to compute the duration of the scan phase 2020-01-08 15:12:01 +00:00
print Update HOMEPAGE to the correct source files (it is also MASTER_SITES). 2020-01-07 12:30:48 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security *: py-cachetools only supports python 3.x now, pass down to dependencies 2020-01-09 14:21:06 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils screenfetch: Update to 3.9.1 2020-01-08 13:15:42 +00:00
templates
textproc Add missing dependency on textproc/hs-yaml 2020-01-09 11:45:15 +00:00
time py-arrow: updated to 0.15.5 2020-01-09 12:06:17 +00:00
wm e16themes: update a comment 2020-01-10 07:00:20 +00:00
www firefox68: Update to 68.4.1 2020-01-09 20:51:59 +00:00
x11 gtk3: fix building on macOS with Quartz backend 2020-01-08 14:57:29 +00:00
Makefile
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.