Subject: CVS commit: pkgsrc/games/neverball
From: Leonardo Taccari
Date: 2018-10-12 11:37:25
Message id: 20181012093725.E1DD3FBEE@cvs.NetBSD.org

Log Message:
neverball: Needs c99 and avoid vsnprintf(3) hacks

- On NetBSD (and probably other operating system) the build failed
  because due `extern int vsnprintf(char *, size_t, const char *, va_list);'
  and SSP use.  `-std=c99' is already passed to the compiler
  and vsnprintf(3) is part of C99 so avoid the `extern'.
- Add LICENSE

Bump PKGREVISION

Problem noticed and original patch by chardar on #pkgsrc with little
adjustments from me, thanks a lot!

Files:
RevisionActionfile
1.35modifypkgsrc/games/neverball/Makefile
1.11modifypkgsrc/games/neverball/distinfo
1.1addpkgsrc/games/neverball/patches/patch-share_common.h