Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen aeead46011 Update to 0.70
Upstream changes:
0.70 Sat Jun  9 21:53:05 CEST 2018
 - Fix format specifier/argument mismatch PR#79 @a3f++
 - Travis CI: Test on Perl 5.26 PR#80 @a3f++
 - Fix a C90-compatibility issue PR#81 @stphnlyd++
2018-06-10 13:44:03 +00:00
archivers libarchive: Use `:Q' instead of directly quoting the sed commands in builtin.mk 2018-06-07 14:28:42 +00:00
audio Remove redundant rhythmbox version after update. 2018-05-29 03:33:32 +00:00
benchmarks Update glmark2 to 2017.07 2018-06-02 13:16:42 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat weechat: update to 2.1 2018-05-25 10:16:03 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters Add R-base64enc 2018-05-31 01:31:27 +00:00
cross Share distfile information 2018-06-07 19:39:30 +00:00
databases databases/apache-cassandra2: Modify to work with the latest devel/snappy-java10. PKGREVISION++ 2018-06-09 11:37:49 +00:00
devel devel/intellij-idea-ce: Fix snappy-java10 dependency after changes to said. 2018-06-09 20:34:56 +00:00
distfiles
doc Updated time/p5-DateTime-Locale to 1.22 2018-06-10 13:11:52 +00:00
editors Update ne to 3.15 2018-06-06 14:53:04 +00:00
emulators mame: update to 0.198. 2018-06-05 18:29:39 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance py-braintree: updated to 3.46.0 2018-05-23 07:46:23 +00:00
fonts tex-metafont: fix TEX_FORMATS 2018-06-03 01:30:21 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography proj: update to 5.1.0 2018-06-01 23:41:31 +00:00
graphics libsixel: update to 1.8.1. 2018-06-09 19:23:28 +00:00
ham hamlib: update to 3.2 2018-06-06 22:45:58 +00:00
inputmethod Use GNU msgfmt to fix build 2018-05-25 16:41:58 +00:00
lang Spidermonkey52 needs py-expat to configure on Darwin. 2018-06-09 03:01:12 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Update to 6.8 2018-06-07 18:55:30 +00:00
math Update to 1.14.4 2018-06-10 12:56:54 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs ruby-gnome2: update to 3.2.7. 2018-06-09 03:36:07 +00:00
misc tmux: Do not force sysconfdir to `/etc' 2018-06-09 11:23:05 +00:00
mk check-shlibs-macho.awk: revert previous 2018-06-07 07:00:10 +00:00
multimedia adobe-flash-player: update to 30.0.0.113. 2018-06-09 07:23:58 +00:00
net hub: Update net/hub to 2.4.0 2018-06-10 12:14:30 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools pkgin: Update to 0.11.0. 2018-06-08 21:59:58 +00:00
print ruby-gnome2: update to 3.2.7. 2018-06-09 03:36:07 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security gnupg2: Update security/gnupg to 2.2.8 2018-06-09 18:08:34 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils Don't depend on consolekit on Darwin. 2018-06-09 03:39:05 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 0.70 2018-06-10 13:44:03 +00:00
time Update to 1.22 2018-06-10 13:10:51 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Updatet to 13.0.3 2018-06-10 04:33:01 +00:00
x11 Fix installation on Darwin. 2018-06-09 03:51:02 +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.