Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
martin 802773c4a4 Add a -d option to avoid cleaning after building from source - for debuging
purposes or to speed up builds when the full WORKOBJDIR can be blown
away later much more efficently.
Bump version. OK: abs@
2018-11-25 20:17:26 +00:00
archivers Update to 1.64 2018-11-24 03:44:18 +00:00
audio Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology bcftools: added version 1.9 2018-11-15 09:21:24 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad py-simpy: updated to 3.0.11 2018-11-20 11:49:38 +00:00
chat tootstream: remove patch to unbreak this 2018-11-21 11:22:10 +00:00
comms Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
converters Update to 4.0 2018-11-24 04:01:35 +00:00
cross Update to 8.2.0 2018-11-23 05:30:45 +00:00
databases mysql57*: bump netbsd/i386 to i586 for atomics. 2018-11-25 18:30:03 +00:00
devel libusb: update to 1.0.22 2018-11-25 17:03:34 +00:00
distfiles
doc doc: Updated devel/libusb1 to 1.0.22 2018-11-25 17:03:42 +00:00
editors editors/abiword: Update to 3.0.2 2018-11-24 19:14:09 +00:00
emulators Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
filesystems Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
finance Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fonts Do not play _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions 2018-11-23 09:50:55 +00:00
games Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
geography Do not force the gtk version, let cmake find the right one from buildlink. 2018-11-25 17:04:40 +00:00
graphics py-graphviz: updated to 0.10.1 2018-11-25 15:10:06 +00:00
ham Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
inputmethod Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
lang Update to 8.0.191 2018-11-25 12:41:50 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail Fix obvious bug in is_queue_fs_case_sensitive(). 2018-11-25 16:15:53 +00:00
math py-patsy: updated to 0.5.1 2018-11-20 13:31:03 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
misc Update to 6.1.3.2 2018-11-18 07:11:40 +00:00
mk newer amanda supports bsdtar 2018-11-23 18:06:43 +00:00
multimedia Add conditional defines for some EGL extensions to fix build with 2018-11-25 19:26:29 +00:00
net bftpd: Update to version 5.0 2018-11-24 11:29:15 +00:00
news Add patch to avoid some unneeded UTF-8 strings. 2018-11-18 14:31:56 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools Add a -d option to avoid cleaning after building from source - for debuging 2018-11-25 20:17:26 +00:00
print py-reportlab: updated to 3.5.11 2018-11-23 12:12:29 +00:00
regress mk/misc: adjust layout of the show-all output to pkgsrc format 2018-11-11 19:07:12 +00:00
security py-cryptodome: updated to 3.7.1 2018-11-25 15:05:56 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils grub2: be consistent about ifdef macros to fix the build for the weird case 2018-11-25 15:51:01 +00:00
templates
textproc py-openpyxl: updated to 2.5.11 2018-11-23 11:42:17 +00:00
time libical: Explicitly disable BDB because if it's found, packaging will break. 2018-11-24 13:35:05 +00:00
wm avoid "this == null". some compiler optimization removes this comparison. 2018-11-22 04:56:03 +00:00
www upgrade to 20181124. fixes -i bug, and minor compile issues. 2018-11-24 18:42:43 +00:00
x11 xcursor-vanilla-dmz: / at beginning of distfile path isn't needed 2018-11-24 15:04:04 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.