Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen eb18281a6d Update to 3.6.1
Upstream changes:
Moodle-3.6.1
Regression fix

    MDL-64307 - Previous messaging conversations should be displayed after upgrading

Other fixes

    MDL-64206 - Facebook logo is correctly displayed when using OAuth 2 authentication
    MDL-63459 - Calculated multichoice question able to answer with negative note in interactive mode
2018-12-07 00:30:32 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel devel/Makefile: add and enable ruby-semantic_puppet 2018-12-06 14:39:18 +00:00
distfiles
doc Updated multimedia/py-m3u8, textproc/py-markdown2 2018-12-06 20:32:27 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
licenses
mail Add and enable qmail-spp-spf. 2018-12-06 00:07:57 +00:00
math
mbone
meta-pkgs
misc misc/Makefile: add and enable ruby-mimemagic 2018-12-06 14:21:20 +00:00
mk
multimedia py-m3u8: updated to 0.3.7 2018-12-06 20:23:59 +00:00
net syncthing: update to 0.14.54. 2018-12-06 07:09:07 +00:00
news
packages
parallel
pkgtools Add NetBSD support, trivially. 2018-12-05 19:49:26 +00:00
print xetex: fix build with poppler-0.71 2018-12-05 21:44:03 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security
shells
sysutils sysutils: Add within 2018-12-06 20:04:25 +00:00
templates
textproc py-markdown2: updated to 2.3.7 2018-12-06 20:30:31 +00:00
time py-aniso8601: added version 4.0.1 2018-12-06 19:25:33 +00:00
wm
www Update to 3.6.1 2018-12-07 00:30:32 +00:00
x11 Need pthread support, make sure a substitue is present if OS lacks support 2018-12-07 00:15:46 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.