Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
maya 5afb5e46f9 libuv: add and use autoconf test for pthread_condattr_setclock.
This call is absent in netbsd-6-0. libuv built anyway, but it later died
with undefined references in cmake.

I read outdated information and assumed that the previous attempt at
fixing the problem did not make a functional change, but it did.
pthread_condattr_setclock does have an effect on netbsd.

bump PKGREVISION so it is rebuilt, and for previous functional change.

thanks joerg and riastradh for clearing things up.
2017-03-28 18:44:49 +00:00
archivers Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
audio Include limits.h for PATH_MAX on SunOS. 2017-03-28 09:10:56 +00:00
benchmarks Merge patch from upstream to always use std::string, the original 2017-03-24 11:41:58 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap Add instructions on installing required dependencies on Debian & derivatives to 2017-03-06 21:26:01 +00:00
cad Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
chat Update chat/hexchat to version 2.12.3 2017-03-28 16:18:25 +00:00
comms Add an upper API version restriction. 2017-02-21 05:25:13 +00:00
converters Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
cross Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
databases Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
devel libuv: add and use autoconf test for pthread_condattr_setclock. 2017-03-28 18:44:49 +00:00
distfiles
doc Updated chat/hexchat to 2.12.3 2017-03-28 16:21:21 +00:00
editors Updated editors/yed to 3.17 to fix build after old distfile no longer available 2017-03-24 08:41:28 +00:00
emulators Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
filesystems Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
finance Add missing DEPENDS on devel/py-rauth. 2017-03-17 20:46:51 +00:00
fonts Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
games Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
geography Fix build on SunOS. 2017-03-27 13:52:27 +00:00
graphics Update to 3.2 to match the updated opencv. 2017-03-28 11:29:50 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lang Enable profiling on SunOS/x86_64. Note to DragonFly developers that the 2017-03-27 12:54:59 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Update to 45.8.0 2017-03-26 04:13:25 +00:00
math Check the version number part of the matched string and not the whole 2017-03-24 19:22:27 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Note addition of tex-platex 2017-03-26 20:11:58 +00:00
misc does not support python-2.x, mark it as such. 2017-03-24 16:57:36 +00:00
mk Remove binary-only realplayer-codecs package from 2004. 2017-03-24 16:55:15 +00:00
multimedia Remove binary-only realplayer-codecs package from 2004. 2017-03-24 16:55:15 +00:00
net Find native SunOS libuuid. 2017-03-27 13:47:50 +00:00
news Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages. 2017-03-05 12:05:23 +00:00
packages
parallel Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
pkgtools Restore distinfo for the patches. 2017-03-24 11:38:45 +00:00
print platex format is now done in tex-platex, and tidy up the Makefile. 2017-03-26 20:10:11 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Extra scripts can need bash and perl. 2017-03-23 19:33:20 +00:00
shells Pull in upstream fix for bug 1289597. Brought to our attention by Kevin 2017-03-14 14:51:28 +00:00
sysutils Remove amanda-dump-snap from suggested options for NetBSD <= 6.x, as 2017-03-28 12:50:26 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Make sure depcomp is present. 2017-03-24 11:44:30 +00:00
time Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
wm Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
www Update to 45.8.0 2017-03-26 03:56:26 +00:00
x11 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +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.