2016-04-23 15:12:33 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.9732
Upstream changes:
1.9732 [2016-03-13]
- MUTEX_LOCK, not PERL_MUTEX_LOCK: blead e5b02b5d
- also hrt_ualarm_itimer() is unused: 1cb6cce3
- the mutex needs init: 2d639e20
- version bump to 1.9732: 730d7fdc
1.9731 [2016-03-13]
- mark unused variable as such: blead a914236c
- OS X emulation mutex accidentally unused: da7a6455
- remove hrt_ualarm: 6da77c36
- pod error fixes: 919ca095
- nanosleep and clock_nanosleep cleanups: c8ea02b8..e3ff671b
- static funcs in HiRes.xs: 4e922c26
- Remove unused variable: 52ffb1b5
1.9730 [2016-02-17]
- TIME_HIRES_DONT_RUN_PROBES=1 to build the probes but not run them
[rt.cpan.org #111391]
1.9729 [2016-02-13]
- new constants
[rt.cpan.org #111170]
- clock_getres(), clock_gettime(), clock_nanosleep() emulation for OS X
[rt.cpan.org #78566]
|
2016-04-13 20:17:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update p5-Time-HiRes to 1.9728.
1.9728 [2015-11-13]
- No changes since 1.9727_03
1.9727_03 [2015-11-06]
- use PERL_UNUSED_ARG() in the not-here-croak branches
- Makefile.PL/metadata improvements
1.9727_02 [2015-08-29]
- correct documentation to note that Time::NVtime is NV, not double
[perl #123879]
- avoid a warning about clock_t on OS X / clang 3.6 - 3.6
[rt.cpan.org #102718]
1.9727_01 [2015-08-17]
- Remove usage of 5.005 thread APIs in favor of 5.6 and up thread APIs
[rt.cpan.org #102799].
- Silence a C++ compiler warning [rt.cpan.org #101497].
- respect $Config{run} for cross-compiling [rt.cpan.org #92607]
|
2015-11-03 00:31:47 by Alistair G. Crooks | Files touched by this commit (161) |
Log message:
Add SHA512 digests for distfiles for time category
Problems found with mismatching existing digests for:
distfiles/asclock-classic-1.0.tar.gz
distfiles/asclock-gtk-2.1.10beta.tar.gz
distfiles/asclock-xlib-2.0.11.tar.gz
distfiles/emiclock-2.0.2.tar.gz
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.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-10-02 04:44:24 by Wen Heping | Files touched by this commit (3) |
Log message:
Update to 1.9726
Upstream changes:
1.9726 [2013-08-17]
- Correct s/us splitting of usleep(1000000) [rt.cpan.org #78266].
- Avoid integer overflow in itimer-based alarm() with large
argument [rt.cpan.org #87160].
- Define PERL_NO_INLINE_FUNCTIONS during probe compilations, to
avoid false negatives caused by not linking with the perl core.
- Be more careful about context in stat().
- Install into "site" directories by default on perl 5.11+
[rt.cpan.org #79797].
- Fix a couple of doc typos [rt.cpan.org #85365].
- Fix function name in a doc example [rt.cpan.org #86318].
- Provide lstat() that yields high-res timestamps, alongside
the existing high-res stat() [rt.cpan.org #78732].
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|