Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
leot ffedc72cd9 mupdf: Minor fix/cleanups/patch hunks readd accidentally lost in 1.15.0 update
Fixes:
- Use `HAVE_GLUT ?= yes' instead of `HAVE_GLUT := yes' in patch-ab:
  in that way possible `MAKE_ENV+= HAVE_GLUT=no' in options.mk is honored
  (in 1.15.0 update this could lead to building and installing mupdf-gl
  and failing due PLIST mismatch despite `opengl' option was not
  set.)

Cleanups/patch hunks readds/improvements:
 - Avoid to remove non existent thirdparty/curl directory no longer exists,
   do not remove it in post-extract
 - Clarify why pkgsrc lcms2 could not be used
 - Remove curl leftover in buildlink3.mk
 - Update patch-Makethird, patch-ab, patch-ac comments to reflect reality
 - Populate SYS_GLUT_{CFLAGS,LIBS} via `pkg-config'
2019-05-13 11:03:58 +00:00
archivers engrampa: update to 1.22.1 2019-05-08 02:05:31 +00:00
audio fasttracker2: update to b154 2019-05-13 03:25:01 +00:00
benchmarks Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
biology biology/vsearch: Upgrade to 2.13.4 2019-05-11 14:27:18 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
chat inspircd3: Replace c++03 with gnu++03 in USE_LANGUAGES. 2019-05-11 21:15:26 +00:00
comms Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
converters (converters/p5-chkjis) Update (correction) DISTNAME .pl -> .txt 2019-05-11 01:26:06 +00:00
cross Update to 8.3.0 2019-05-12 06:20:56 +00:00
databases mysql57: also don't use builtin libevent 2019-05-06 15:47:39 +00:00
devel Added ocaml-mmap to Makefile SUBDIRs 2019-05-13 10:55:52 +00:00
distfiles
doc doc: Added devel/ocaml-mmap version 1.1.0 2019-05-13 10:55:02 +00:00
editors gtranslator: update homepage. 2019-05-10 13:14:18 +00:00
emulators libretro-desmume: Fix build with older libpcap, hopefully properly this time. 2019-05-12 09:49:39 +00:00
filesystems fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
finance Update finance/bitcoin to version 0.17.1 2019-05-13 08:32:56 +00:00
fonts tex-fira{,-doc}: update to 4.3 2019-05-12 11:52:42 +00:00
games pkgsrc changes: 2019-05-13 04:50:46 +00:00
geography geography/gama: Update to 2.05 2019-05-12 17:33:00 +00:00
graphics tex-mcf2graph{,-doc}: update to 4.40 2019-05-11 23:28:46 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod (inputmethod/ibus-hangul) PLIST variation for py 27 36 37 2019-05-11 07:19:43 +00:00
lang Update to 0.19.4 2019-05-11 07:13:42 +00:00
licenses uvscan: remove 2019-05-02 08:53:00 +00:00
mail Update to 0.28.4 2019-05-12 10:45:54 +00:00
math tex-unicode-math{,-doc}: update to 0.8o 2019-05-11 22:39:41 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-latexextra: update to rev 50117 2019-05-04 23:11:00 +00:00
misc Update MAINTAINER 2019-05-11 22:47:05 +00:00
mk options.description: Add sixel. 2019-05-08 12:52:59 +00:00
multimedia (multimedia/p5-xmltv) Missing one line PLIST entry, checked with 2019-05-11 04:24:14 +00:00
net Update MAINTAINER 2019-05-11 22:53:36 +00:00
news sfeed: Update to 0.9.10 2019-05-05 17:46:36 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools x11-links: Update to 1.18 2019-05-10 16:25:14 +00:00
print mupdf: Minor fix/cleanups/patch hunks readd accidentally lost in 1.15.0 update 2019-05-13 11:03:58 +00:00
regress regress: add gnu-configure-strict to SUBDIRS 2019-05-04 15:17:39 +00:00
security mozilla-rootcerts-openssl: bump version for previous 2019-05-12 19:20:43 +00:00
shells Update MAINTAINER 2019-05-11 13:48:58 +00:00
sysutils Fix: ERROR: [check-interpreter.mk] 2019-05-10 22:28:47 +00:00
templates
textproc tex-lwarp{,-doc}: update to 0.71 2019-05-12 11:39:20 +00:00
time Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
wm mate-netbook: update to 1.22.1 2019-05-08 01:25:47 +00:00
www gitea: Update to 1.8.1 2019-05-13 10:48:58 +00:00
x11 mate-desktop: note librsvg tool dependency 2019-05-13 02:07:42 +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.