Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-08 21:49:42 +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 Always extract the full Python distfile for modules. 2020-01-08 13:44:41 +00:00
devel py-macholib: updated to 1.13 2020-01-08 21:45:57 +00:00
distfiles
doc doc: Updated www/firefox68 to 68.4.0 2020-01-08 21:49:42 +00:00
editors abiword-plugins: a package can't conflict with itself 2020-01-06 22:53:38 +00:00
emulators mame: update to 0.217. 2020-01-04 22:55:58 +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 GraphicsMagick: Update COMMENT 2020-01-08 17:32:15 +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: Remove redundant '/' in PLIST 2020-01-08 17:02:53 +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 Fix build with GHC 8.8 2020-01-08 18:57:25 +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 py-sniffio: added version 1.1.0 2020-01-08 20:04:27 +00:00
mk mk/plist: make documentation for GENERATE_PLIST more precise 2020-01-05 21:38:54 +00:00
multimedia ffplay3: update to 3.4.7, see ffmpeg3 2020-01-08 13:41:56 +00:00
net net/Makefile: Add py-asyncio-nats-client 2020-01-08 17:06:52 +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-google-auth: updated to 1.10.0 2020-01-08 11:41:50 +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 py-xmlschema: mark as incompatible with Python 2.7 2020-01-08 21:34:38 +00:00
time Avoid warnings (and possible problems) when extracting 2020-01-07 10:20:31 +00:00
wm wm: Remove GNOME 2 metacity, successor wm/marco 2020-01-08 12:52:13 +00:00
www firefox68: Update to 68.4.0 2020-01-08 21:49:32 +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.