Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny 7476177c26 www/passenger: Update to 5.2.3.
- Fuse Panel support: fixes a few bugs with handling small log files
  and with apps that don't output any messages.
- Python app support: fixes a Python 3 compatibility issue w.r.t.
  writing data over the socket.
- macOS support: fixes a crash in the `passenger-config
  compile-nginx-engine` command which only occurs on macOS >= 10.13.
- Fixes a small memory corruption issue (dangling pointer) in the
  ApplicationPool subsystem.
- Improves support for the $TMPDIR environment variable by removing
  leftover hardcoded references to /tmp. Closes GH-2052.
- Updated PCRE version to 8.42 (was: 8.41) across the board.
2018-04-05 07:15:12 +00:00
archivers zstd: updated to 1.3.4 2018-04-02 12:42:48 +00:00
audio audio/Makefile: + py-audio 2018-04-02 08:45:30 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Correction to failure of fetch. (Py library needs tweek to GITHUB_PROJECT) 2018-03-30 14:49:51 +00:00
chat hexchat: Fix package list for macOS 2018-04-04 17:40:23 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Drop patches for Python 2.7, now that it is a separate package. 2018-03-26 13:05:43 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases Revbump for databases/ocaml-sqlite3. 2018-04-04 19:49:32 +00:00
devel py-buildbot-www: TEST_DEPENDS -> BUILD_DEPENDS 2018-04-05 05:29:53 +00:00
distfiles
doc doc: Updated devel/ocaml-migrate-parsetree to 1.0.8 2018-04-04 19:13:05 +00:00
editors add "--without-ns" to x11 configs for OSX 2018-03-30 18:28:32 +00:00
emulators fuse-emulator: updated to 1.5.2 2018-04-04 09:27:26 +00:00
filesystems libgphoto2: update bl3.mk for dependency change 2018-04-03 06:14:54 +00:00
finance ledger: Fix build with gcc-6. 2018-03-14 13:59:52 +00:00
fonts bdftopcf is required to build .pcf.gz files. Bump PKGREVISION 2018-04-01 00:16:00 +00:00
games nethack*: reset MAINTAINER 2018-04-02 09:44:52 +00:00
geography gdal-lib: Update to 2.2.4 2018-03-21 23:20:12 +00:00
graphics py-Pillow: updated to 5.1.0 2018-04-03 09:24:19 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod Fix buffer over run in mkdic, found by stack protector. 2018-03-23 04:43:36 +00:00
lang rust: Re-enable SunOS support. 2018-04-04 22:38:27 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail Update to 5.6. From the changelog: 2018-04-03 03:23:28 +00:00
math math/py-numpy: Disable openblas detection 2018-04-03 18:30:45 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs meta-pkgs: add and enable php72-extensions 2018-03-14 15:50:07 +00:00
misc misc/Makefile: Add ruby-patch_finder 2018-04-04 15:26:16 +00:00
mk Wrong place to patch readelf 2018-03-23 04:31:53 +00:00
multimedia * Remove LICENSE (it's not that simple...) 2018-04-04 12:26:24 +00:00
net py-awscli: updated to 1.4.69 2018-04-03 18:44:21 +00:00
news Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
packages
parallel parallel/slurm: Update to 17.11.5 2018-03-25 14:55:29 +00:00
pkgtools x11-links: Add missing libXf86dga entries 2018-03-30 22:10:17 +00:00
print ghostscript-agpl: Fix SunOS build with older compilers. 2018-04-04 13:04:18 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security sort 2018-04-05 05:20:59 +00:00
shells add security patches for CVE-2018-1071, CVE-2018-1083, CVE-2018-7548 2018-03-30 20:56:42 +00:00
sysutils filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23 2018-04-02 13:14:08 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc use ${SETENV} ${MAKE_ENV} to avoid locale errors from sort 2018-04-02 17:05:18 +00:00
time Update to 1.18 2018-04-04 14:32:25 +00:00
wm blackbox*: update HOMEPAGE 2018-04-01 21:09:32 +00:00
www www/passenger: Update to 5.2.3. 2018-04-05 07:15:12 +00:00
x11 gtk3: updated to 3.22.29 2018-04-04 09:25:32 +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.