diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-22 15:05:44 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-07-22 15:05:44 +0000 |
commit | 01e07ac15635386bf1cf04789aea611c85f72545 (patch) | |
tree | 76c53ffa10c50470ad1b5fcbabf19b74a7ade9ed /net/enet/Makefile | |
parent | 2c08c2c7560ad7c0970bb4730b757a8a71c6c56e (diff) | |
download | ports-01e07ac15635386bf1cf04789aea611c85f72545.tar.gz ports-01e07ac15635386bf1cf04789aea611c85f72545.zip |
net/enet: Update to 1.3.15
From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog
* quicker RTT initialization
* use fractional precision for RTT calculations
* fixes for packet throttle with low RTT variance
* miscellaneous socket bug fixes
While here, reorder USE_LDCONFIG.
PR: 248083
Submitted by: marcel@herrbischoff.com
MFH: 2020Q3 (runtime fix)
Notes
Notes:
svn path=/head/; revision=542861
Diffstat (limited to 'net/enet/Makefile')
-rw-r--r-- | net/enet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index b4adf8d33ffc..0071ed15d2e1 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enet -PORTVERSION= 1.3.14 +PORTVERSION= 1.3.15 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ @@ -14,9 +14,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= pathfix libtool +USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes PORTDOCS= * |