Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz b2f69cab7d racoon2: update to 20180701nb3.
Install config files in examples directory.
Fixes installation which did not use DESTDIR.
2019-12-28 12:50:19 +00:00
archivers py-zstandard: Use bundled zstd because not adapted to zstd-1.4.4 2019-12-17 10:50:41 +00:00
audio cplay: requires python2. won't even start up with python3. 2019-12-28 11:26:37 +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 tnt-mmtl: update to 1.2.2nb13. 2019-12-28 12:35:45 +00:00
chat psybnc: update to 2.4b2nb1. 2019-12-28 11:19:53 +00:00
comms Look into ${PREFIX}/lib when checking for libBlocksRuntime. 2019-12-21 23:29:04 +00:00
converters Don't try to build header files. Fix C/C++ interaction. 2019-12-21 23:30:21 +00:00
cross Requires C++03 to build. 2019-12-19 22:10:35 +00:00
databases Deref a pointer when checking for empty strings. Bump revision. 2019-12-21 23:31:23 +00:00
devel ruby-cucumber-core: bump PKGREVISION for PLIST change 2019-12-28 12:17:21 +00:00
distfiles
doc doc: note kismet bump 2019-12-28 12:44:23 +00:00
editors Don't use -pedenatic(-errors), they don't do what people think they do. 2019-12-21 23:38:52 +00:00
emulators Fix install when building with non-gtk option 2019-12-27 16:43:44 +00:00
filesystems py-fs: updated to 2.4.11 2019-12-13 11:22:51 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts fonts/ibm-plex-ttf: Update to 4.0.2 2019-12-22 13:10:26 +00:00
games gnuchess-book-medium: mark as BROKEN 2019-12-28 12:37:28 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics gri: mark as BROKEN 2019-12-28 11:28:09 +00:00
ham Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
inputmethod ibus-libpinyin: mark as compatible with python-2.x only 2019-12-28 12:32:09 +00:00
lang nuitka: mark as not ready for python 3.x 2019-12-28 11:29:59 +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 Update to 60.9.1 2019-12-28 05:57:15 +00:00
math randlib: update to 1.3nb1. 2019-12-28 11:47:34 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs kde4: remove baloo - conflicts with baloo5 2019-12-24 03:31:53 +00:00
misc ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
mk apache.mk: update comment, apache22 is gone, so is the "ap22" prefix 2019-12-28 11:43:58 +00:00
multimedia multimedia/libvdpau: Force off documentation 2019-12-26 21:44:06 +00:00
net kismet: update to 2008.05.01nb49. 2019-12-28 12:43:47 +00:00
news tin: Update to 2.4.4 2019-12-26 21:57:50 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkg_regress: update to 0.5 2019-12-17 15:38:43 +00:00
print zathura: Update to 0.4.4 2019-12-20 10:13:57 +00:00
regress regress/make-env-phases: fix test by ignoring changes to *FLAGS 2019-12-17 16:01:28 +00:00
security racoon2: update to 20180701nb3. 2019-12-28 12:50:19 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
templates
textproc Bulk builds with ruby25 don't seem to install jquery.js. 2019-12-25 14:29:24 +00:00
time Needs libXmu and libXt, formerly pulled in via Mesa. 2019-12-21 23:48:08 +00:00
wm Ignore deprecation with clang. 2019-12-21 23:48:26 +00:00
www Update to 68.3.0 2019-12-28 06:02:35 +00:00
x11 x11/qt5-qtbase: fix darwin compile when headers not in /usr/include 2019-12-24 06:21:20 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.