Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef ed4fac6431 based on PR pkg/49589
(pkgsrc)
 - Add comment on patch-lib_isnan.c (from cvs log)
(upstream)
 - Update devel/bison 3.0.2 to 3.0.3
Thanks obache and wiz for review.
---------------------------------
* Noteworthy changes in release 3.0.3 (2015-01-15) [stable]

** Bug fixes

*** C++ with Variants (lalr1.cc)

  Problems with %destructor and '%define parse.assert' have been fixed.

*** Named %union support (yacc.c, glr.c)

  Bison 3.0 introduced a regression on named %union such as

    %union foo { int ival; };

  The possibility to use a name was introduced "for Yacc compatibility".
  It is however not required by POSIX Yacc, and its usefulness is not clear.

*** %define api.value.type union with %defines (yacc.c, glr.c)

  The C parsers were broken when %defines was used together with "%define
  api.value.type union".

*** Redeclarations are reported in proper order

  On

    %token FOO "foo"
    %printer {} "foo"
    %printer {} FOO

  bison used to report:

    /tmp/foo.yy:2.10-11: error: %printer redeclaration for FOO
     %printer {} "foo"
              ^^
    /tmp/foo.yy:3.10-11:     previous declaration
     %printer {} FOO
              ^^

  Now, the "previous" declaration is always the first one.


** Documentation

  Bison now installs various files in its docdir (which defaults to
  '/usr/local/share/doc/bison'), including the three fully blown examples
  extracted from the documentation:

   - rpcalc
     Reverse polish calculator, a simple introductory example.
   - mfcalc
     Multi-function Calc, a calculator with memory and functions and located
     error messages.
   - calc++
     a calculator in C++ using variant support and token constructors.
2015-01-22 04:57:57 +00:00
archivers recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
audio Upgrade easytag to 2.2.5 2015-01-20 21:14:41 +00:00
benchmarks Update HOMEPAGE, was 404. 2015-01-20 06:43:09 +00:00
biology Update HOMEPAGE, was Host Unknown. But the link to download still gets 404. 2014-12-20 12:02:28 +00:00
bootstrap remove obsolated information for bootstrap kit and binary packages. 2015-01-19 00:12:43 +00:00
cad Update tkgate to 1.8.7. Patch provided by Edgar Fuss in PR pkg/49482, 2015-01-17 14:48:56 +00:00
chat add patch to help configure find openssl 2015-01-19 12:22:51 +00:00
comms Switch license to modified-bsd. Move socks4 option over to use dante. 2015-01-17 15:30:03 +00:00
converters Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
cross PKGREVISION++, by converting (duplicated) libconfuse to confuse. Thanks gdt@. 2015-01-18 06:18:58 +00:00
databases Update elasticsearch to 1.4.2. 2015-01-21 15:42:50 +00:00
devel based on PR pkg/49589 2015-01-22 04:57:57 +00:00
distfiles
doc Updated textproc/p5-Filter to 1.54 2015-01-21 21:47:15 +00:00
editors editors/lyx: update to 2.1.2.2 2015-01-10 18:13:22 +00:00
emulators openSUSE Security Update: Security update for jasper 2015-01-15 09:37:05 +00:00
filesystems recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
finance Update to 2.6.5, switch to yelp3 since it has a higher chance of 2015-01-06 15:03:01 +00:00
fonts Update to 1.1.2: 2015-01-17 09:12:53 +00:00
games Simplify scons mangle: fully preserve environment, add CPPPATH/LIBPATH 2015-01-21 15:19:31 +00:00
geography Append PKGVERSION_NOREV to EGG_NAME so that EGG_INFODIR substitution can 2015-01-21 13:22:20 +00:00
graphics gimp-docs packages are racy. 2015-01-21 15:19:56 +00:00
ham Update gnuradio-core (and others) from 3.7.5 to 3.7.5.1 2015-01-16 12:56:40 +00:00
inputmethod Update ibus-array to 0.1.0. 2015-01-20 11:24:33 +00:00
lang Closes PR pkg/49548 2015-01-22 01:22:48 +00:00
licenses skype21-license: Arise from your grave! and be used by wip/skype4. 2014-12-04 19:59:58 +00:00
mail recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
math Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
mbone Re-do the get_timestamp() patch to instead of calling times() use 2015-01-13 20:25:13 +00:00
meta-pkgs Don't use plain "throw;", it breaks clang -fno-exceptions build. Bump 2015-01-15 13:01:44 +00:00
misc Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
mk Added ocaml-tyxml option (for devel/js_of_ocaml) 2015-01-20 15:55:19 +00:00
multimedia Fix building with -flto; do not force optimisation compiler flags 2015-01-21 18:15:17 +00:00
net Update to 0.82: 2015-01-21 21:42:21 +00:00
news Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually. 2015-01-01 11:19:28 +00:00
packages
parallel Fold PLIST.Linux into PLIST using more plist vars, and add more files 2015-01-15 20:51:11 +00:00
pkgtools recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
print recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
regress Do not use a naked "make", instead use TEST_MAKE. Now it fails differently. 2014-06-21 16:34:13 +00:00
security Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
shells Install complete.tcsh and csh-mode.el files as example files. 2015-01-20 11:00:32 +00:00
sysutils PR 49591: Make launchd integration a package option, disabled by default for now. 2015-01-21 13:45:18 +00:00
templates
textproc Update to 1.54: 2015-01-21 21:47:07 +00:00
time Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
wm Tell configure explicitly where to look for X11 headers and libs. 2015-01-21 15:22:14 +00:00
www Changes 3.5.1: 2015-01-21 11:23:16 +00:00
x11 Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.