Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 8af7ed94e2 ccache: updated to 3.3.6
ccache 3.3.6

New features and improvements
- Improved instructions on how to get cache hits between different working
  directories.

Bug fixes
- Fixed regression in ccache 3.3.5 related to the `UNCACHED_ERR_FD` feature.
2018-01-30 05:43:19 +00:00
archivers Updated archivers/lzop to 1.04 2018-01-29 14:47:53 +00:00
audio festival: Specify C++03, not C++11 clean. 2018-01-29 18:51:58 +00:00
benchmarks postal: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:40:17 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
bootstrap Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set 2017-12-09 00:33:36 +00:00
cad recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
chat Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
comms Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
converters Fix RELRO build 2018-01-29 15:00:48 +00:00
cross Update to 7.3.0 2018-01-29 14:56:49 +00:00
databases py-sqlalchemy: updated to 1.2.2 2018-01-29 13:44:32 +00:00
devel ccache: updated to 3.3.6 2018-01-30 05:43:19 +00:00
distfiles
doc doc: Added math/R-stabledist version 0.7.1 2018-01-30 02:14:25 +00:00
editors nano: updated to 2.9.3 2018-01-30 01:21:33 +00:00
emulators Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
fonts Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
games Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
geography Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
graphics qimageblitz: SunOS/clang fixes. 2018-01-29 17:35:30 +00:00
ham Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
inputmethod scim: Specify C++03, not C++11 clean. 2018-01-29 18:33:01 +00:00
lang clisp: Fix SunOS/C99. 2018-01-29 17:38:23 +00:00
licenses removed spin-license 2017-12-10 14:02:33 +00:00
mail evolution-data-server: Fix _XOPEN_SOURCE on SunOS. 2018-01-29 12:47:08 +00:00
math math/Makefile: Add R-stabledist 2018-01-30 02:14:09 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs boost: Fix threading with clang on SunOS. 2018-01-25 12:33:49 +00:00
misc Pass correct TAR variable to configure 2018-01-29 11:17:46 +00:00
mk Remove useless options for duplicity 2018-01-26 14:55:31 +00:00
multimedia mpv: Add patch-player_lua_ytdl__hook.lua to address CVE-2018-6360 2018-01-29 21:54:22 +00:00
net rsync: updated to 3.1.3 2018-01-29 11:32:59 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pkgtools pkgtools/pkglint: update to 5.5.3 2018-01-28 23:21:16 +00:00
print xetex: Set C99 correctly. 2018-01-29 11:44:27 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix the examples directory in MESSAGE to match where it is... 2018-01-29 09:48:45 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils kdbusaddons: fix installation of kdbusaddons.categories 2018-01-30 05:24:41 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc kcodecs: add build dependency on gperf 2018-01-30 05:30:16 +00:00
time Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
wm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
www Previous revison does not work. Install xpi files instead. Bump PKGREVISION 2018-01-29 15:22:54 +00:00
x11 wxGTK28: Backport narrowing conversion fixes from wxGTK30. 2018-01-29 15:12:54 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.