Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 52d74d7170 security/php-pecl-mcrypt: update to 1.0.3
Update php-pecl-mcrypt to 1.0.3.

o pkgsr change: allow build on php74.

1.0.3 (2019-09-17)

* Addressed Windows build issues
2019-12-16 00:10:37 +00:00
archivers Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
audio libao-oss: Link with -lossaudio 2019-12-15 23:15:01 +00:00
benchmarks Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
biology gnome-chemistry-utils: Revbump for openbabel 3.0.0nb1 2019-11-20 18:57:57 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad ensure debug binaries are not built, by using target 'release' 2019-12-07 07:44:36 +00:00
chat Revbump all Go packages after Go 1.12.14 update. 2019-12-13 07:43:47 +00:00
comms py-colorama: updated to 0.4.3 2019-12-11 19:01:00 +00:00
converters converters/php-recode: recode is dropped from php74 2019-12-15 18:01:05 +00:00
cross cross/dasm: Revbump to avoid distfiles conflict. 2019-12-09 09:29:15 +00:00
databases Fix building internal modules for Python 3.8; clean-ups 2019-12-15 14:42:26 +00:00
devel Update to 2.9.1.0. From the changelog: 2019-12-15 19:03:51 +00:00
distfiles
doc doc: Updated x11/lxrandr to 0.3.2 2019-12-15 23:53:11 +00:00
editors abiword & abiword-plugins: fix builds 2019-12-04 05:40:47 +00:00
emulators qemu: ...and the new patch 2019-12-15 18:35:49 +00:00
filesystems py-fs: updated to 2.4.11 2019-12-13 11:22:51 +00:00
finance tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:13:21 +00:00
fonts (fonts/Inter-UI) Fix fetch problem, (add GITHUB_PROJECT) 2019-12-15 20:47:15 +00:00
games games: Add dhewm3. 2019-12-14 19:16:39 +00:00
geography py-geojson: updated to 2.5.0 2019-12-11 18:58:58 +00:00
graphics pfstools: updated to 2.1.0 2019-12-15 21:32:52 +00:00
ham uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
inputmethod uim-elisp: Needs autopoint 2019-11-29 03:19:55 +00:00
lang python: fix typo in comment in tool.mk 2019-12-15 23:59:00 +00:00
licenses (with real EDIT) Add new license file, s/isc/AHUTOR/g equivalent of isc 2019-12-15 12:24:25 +00:00
mail mail/dovecot2: update to 2.3.9.2 2019-12-13 15:32:15 +00:00
math Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs/Makefile: add and enable php74-extensions 2019-12-15 18:06:58 +00:00
misc Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
mk options.description: note pango and vera-ttf options 2019-12-07 05:00:26 +00:00
multimedia Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
net Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
news sfeed: Update to 0.9.15 2019-11-26 11:03:13 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: remove mkalign code 2019-12-15 01:29:06 +00:00
print ghostscript-agpl: Really use graphics/lcms2 2019-12-13 11:25:01 +00:00
regress regress/Makefile: add reasons for commenting out entries 2019-12-12 04:35:21 +00:00
security security/php-pecl-mcrypt: update to 1.0.3 2019-12-16 00:10:37 +00:00
shells {,standalone-,static-}tcsh: Update to 6.22.02 2019-12-08 22:08:55 +00:00
sysutils lxtask: update to 0.1.9 2019-12-15 23:49:25 +00:00
templates
textproc grep: reset PKGREVISION after update 2019-12-15 22:09:30 +00:00
time py-icalendar: updated to 4.0.4 2019-12-11 10:28:58 +00:00
wm wmakerconf: fix build with glib2 2.62 2019-12-15 08:02:50 +00:00
www py-django-sql-explorer: updated to 1.1.3 2019-12-15 21:47:20 +00:00
x11 lxrandr: update to 0.3.2 2019-12-15 23:52:58 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.