Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny cea55bf1ca Update databases/redis to 4.0.2.
Significant bugs fixed:

1. A number of bugs were fixed in the area of PSYNC2 replication in
thecspecific area of restarting an instance with an RDB file having
the repliacation meta-data to continue without a full
resynchronization.

2. AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before
exiting. Calling SHUTDOWN during traffic resulted into not every
operation to be persisted on disk.

3. The SLOWLOG could reference values inside string objects stored at
keys, creating a race condition during FLUSHALL ASYNC while the DB is
reclaimed in another thread.
2017-09-26 07:52:13 +00:00
archivers py-zstandard: fix build 2017-09-23 18:25:50 +00:00
audio festival: fix on Darwin 2017-09-22 21:09:08 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology p5-Bio-ASN1-EntrezGene: update to 1.72. 2017-09-17 07:51:04 +00:00
bootstrap Rename OS X to macOS to follow Apple's new naming 2017-09-23 05:53:52 +00:00
cad Updated cad/gtkwave to 3.3.84 2017-09-16 11:59:42 +00:00
chat nvm previous 2017-09-25 18:29:05 +00:00
comms revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
converters help2man: update to 1.47.5 2017-09-26 06:48:58 +00:00
cross arm-none-eabi-gcc: fix build on SunOS 2017-09-24 21:07:17 +00:00
databases Update databases/redis to 4.0.2. 2017-09-26 07:52:13 +00:00
devel cmake: update to 3.9.3 2017-09-26 04:50:50 +00:00
distfiles
doc doc: Updated security/vault to 0.8.3 2017-09-26 07:41:23 +00:00
editors Support large files in sam. 2017-09-21 14:37:39 +00:00
emulators revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
filesystems revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
finance revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
fonts fontforge: Fix build on SunOS, requires GNU date features. 2017-09-21 15:06:17 +00:00
games Fix format string use. Unbreak build against current Boost. 2017-09-25 22:32:16 +00:00
geography Reduce namespace pollution. 2017-09-25 22:31:25 +00:00
graphics tex-mptopdf*: update HOMEPAGE 2017-09-24 14:35:08 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
lang gcc7: update to 7.2.0 2017-09-26 06:10:27 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Update "mutt" package to version 1.9.1 2017-09-24 14:57:27 +00:00
math py-numexpr: update to 2.6.4 2017-09-18 17:03:45 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs Stopgap fix: omit asymptote dependency in meta-pkg 2017-09-23 05:56:59 +00:00
misc Don't use bundled six, it conflicts with newer installed versions 2017-09-25 22:30:43 +00:00
mk fetch/sites.mk: ftp.tuwien.ac.at times out, remove it 2017-09-17 10:55:17 +00:00
multimedia Fix format strings. Fix missing prototypes. Fix missing return values. 2017-09-25 22:30:06 +00:00
net avahi: remove qt3 from buildlink3 as well 2017-09-26 07:10:20 +00:00
news revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
print Bump revision for podofo changes. 2017-09-25 22:26:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update security/vault to 0.8.3. 2017-09-26 07:41:14 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils Make COMMENT more accurately describe what the crashme program does. 2017-09-25 12:47:44 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc lowdown: fix build on SunOS 2017-09-24 10:03:51 +00:00
time revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wm compiz: remove kde3 support. 2017-09-26 07:01:55 +00:00
www nghttp2: update to 1.26.0 2017-09-26 07:05:05 +00:00
x11 Fix building on newer macOS 2017-09-20 19:19:58 +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.