This package doesn't compile with g95 on NetBSD 7.99.39 and older releases
according to bulk results (eg. pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-09-20
13:42). It might be also questionable to benchmark code generated with g95.
Bump PKGREVISION to 5.
- Build: Allow disabling the -Werror compiler flag
- Build: Allow user defined CXXFLAGS to override all built-in flags
- Build: Exclude git repository files from dist tarball
- Fix clang build errors
- NativeStateMir: Update for newest Mir client API
Problems found with existing distfile for superpi:
distfiles/super_pi-20030927/super_pi.tar.gz
No changes were made to the superpi/distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
distfiles/eagle-lin32-7.4.0.run
- Set LICENCE as gnu-gpl-v2
- Add following line for make test to pass
BUILD_DEPENDS+= p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS
(upstream)
- Update 7.102 to 7.107
------------------------
Version 0.7107: Sat May 2 2015
- Prevent CPAN from indexing private-lib
Version 0.7106: Mon Apr 20 2015
- Clarify licensing terms
- Move verbose testing to a private module, and implement it in a way that
doesn't require editing the Makefile after it is generated.
Version 0.7105: Sun Apr 12 2015
- Make basic.t 'Nonzero single result' test reliable
http://www.cpantesters.org/cpan/report/abcfc65a-de71-11e4-a1d1-8536eb4f9f07
- Enable verbose testing for CPAN-testers
- Consolidate issue tracking at rt.cpan.org
Version 0.7104: Sat Apr 4 2015
- Bundle Module::AutoInstall to prevent breaks when people don't have it
installed already. Thanks to Andreas Koenig <andk@cpan.org> for the report,
and Paul Howarth <paul@city-fan.org> for giving me a kick in the pants to
fix it. https://rt.cpan.org/Ticket/Display.html?id=65673
Version 0.7103: Sun Mar 22 2015
- Moved code to github
- Added POD test
- Drop patch-ab, the lines of code to patch deleted.
(there are still ifdef __FreeBSD__ remaining at other files,
need to watch, sorry and thanks)
(upstream)
- Update 2.6.0 to 2.7.0
---------------------
These are the Release Notes for Revision 2.7.0 of netperf:
*) Add bits/s (-f b) and Bytes/s (-f B) as selectable throughput
units. This may make life easier for folks doing post-processing of
things like interim results.
*) Miscelaneous fixes
*) Much of the now-seeming kruft for things peripheral to netperf's
core mission - have been removed though the code itself remains in
the repository. So, things like looking-up egress interface,
driver/slot information etc have been disabled in a manner
requiring more than just a ./configure to bring-back.
It wasn't clear those features were being used. This is a test of
that hypothesis.
more pkgsrcesque.
1) turn _USE_GITHUB into an internal infrastructure variable
2) put back MASTER_SITES in packages' Makefiles.
3) encode the account in the master site URL, remove GH_ACCOUNT
4) rename GH_PROJECT to GITHUB_PROJECT
5) rename GH_TAGNAME to GITHUB_TAG and allow it to accept commit hash
as well as tag. GH_COMMIT is gone.
6) turn on this functionality when MASTER_SITES matches a predefined github
pattern instead of via explicit USE_GITHUB setting.