Vendor update to 1.47
- do not use -lrt in Linux (from March Lehmann) - unnecessary (nanosleep is in libc anyway) - harmful (-lrt slows down execution) - incompatible (with many distributions' pthreads) PR: 52217 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer, edwin (mentor)
This commit is contained in:
parent
7103e51a59
commit
362c47d716
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82436
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Time-HiRes
|
||||
PORTVERSION= 1.46
|
||||
PORTVERSION= 1.47
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Time-HiRes-1.46.tar.gz) = ba87b97e8796dff3e5c1be191c1c548d
|
||||
MD5 (Time-HiRes-1.47.tar.gz) = 10e6510fe591895b8589390c9d3a9bfe
|
||||
|
Loading…
Reference in New Issue
Block a user