Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiedi 3725ce7d49 slibtool: update to 0.5.18
Changelog:
  This patch release includes several important fixes to the link mode
  and driver logic. In addition, it adds mdso support to midipix targets,
  as well as updates slibtool's own build system.

  - link mode: re-implemented slbt_exec_link_finalize_argument_vector().
  - link mode: import library generation: added mdso support.
  - link mode: use -fpic objects with -disable-static.
  - driver: added --mdso and --implib support.
  - driver: added initial -dlpreopen support.
  - driver: support -thread-safe more elegantly.
  - driver: properly handle -thread-safe (no-op, compatibility).
2018-02-09 21:49:45 +00:00
archivers Removed unused line 2018-02-08 16:44:11 +00:00
audio port these packages to GCC 6: 2018-02-08 07:28:57 +00:00
benchmarks netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
biology Belated PKGREVISION bump for devel/protobuf update. 2018-01-17 12:10:37 +00:00
bootstrap Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad Get rid of spurious error message when started from a window manager 2018-02-08 09:43:32 +00:00
chat irssi: require openssl >= 1.0.2 2018-02-06 10:06:34 +00:00
comms Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
converters Remove orcus0.12. No consumer 2018-02-05 13:44:24 +00:00
cross Update to 7.3.0 2018-01-29 14:56:49 +00:00
databases Reset revision 2018-02-08 20:55:03 +00:00
devel slibtool: update to 0.5.18 2018-02-09 21:49:45 +00:00
distfiles
doc Updated emulators/simh to 4.0.0.20170406nb2 2018-02-09 17:36:55 +00:00
editors Move PKGREVISION up from Makefile.common into the individual packages' 2018-02-01 14:25:30 +00:00
emulators simh: Handle spaces in directory name 2018-02-09 17:35:05 +00:00
filesystems p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
finance finance/Makefile: Add R-quantmod 2018-02-04 23:41:56 +00:00
fonts py-fonttools: updated to 3.22.0 2018-02-08 08:28:56 +00:00
games Typo 2018-02-03 11:32:33 +00:00
geography Now DEPENDS on py-matplotlib rather than buildlinking 2018-01-30 10:20:11 +00:00
graphics py-matplotlib-gtk2/tk: fix building #52992 2018-02-08 21:37:14 +00:00
ham xnec2c: Leave pkgsrc to handle security features. 2018-02-02 10:37:44 +00:00
inputmethod uim: Set C99 correctly, use C++03. 2018-02-02 16:38:19 +00:00
lang py-cxfreeze: updated to 5.1.1 2018-02-09 08:04:41 +00:00
licenses Import new license: happy 2018-02-03 16:02:42 +00:00
mail milter-regex: Add socket libraries on SunOS. 2018-02-06 13:38:11 +00:00
math math/R-XML: Update to 3.89.1.9 2018-02-09 00:19:24 +00:00
mbone dbeacon: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:37:40 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc kde: SUBST_STAGE should be pre-configure, not post-patch. 2018-02-07 15:35:09 +00:00
mk Fix an inconsistency for package database directory. 2018-02-08 12:59:28 +00:00
multimedia adobe-flash-player: update to 28.0.0.161. 2018-02-08 14:48:28 +00:00
net vsftpd: updated to 3.0.3 2018-02-09 16:46:42 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel py-billiard: Set _XOPEN_SOURCE correctly. 2018-02-02 17:16:36 +00:00
pkgtools pkg_install: Recognize the happy license as acceptable 2018-02-05 00:07:56 +00:00
print Package requires a newer zlib version. 2018-02-09 16:03:04 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-m2crypto: updated to 0.28.2 2018-02-09 08:44:50 +00:00
shells bash: Spell -fPIC correctly on SunOS. 2018-01-25 10:40:05 +00:00
sysutils sysutils/consul: Update to 1.0.5. 2018-02-08 12:58:32 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-regex: updated to 2018.02.08 2018-02-09 08:52:07 +00:00
time time/Makefile: Add R-timeDate 2018-02-09 16:53:50 +00:00
wm marco: Don't specify -ansi. 2018-02-08 16:50:22 +00:00
www Note the config.m4 patch was also reported on the master github project 2018-02-08 22:15:12 +00:00
x11 qt5-qtlocation: fix PLIST.Darwin 2018-02-09 05:52:15 +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.