1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 0.5.2

PR:		ports/196502
Submitted by:	bra@fsn.hu
This commit is contained in:
Veniamin Gvozdikov 2015-01-20 11:57:41 +00:00
parent c091fd2bab
commit 5d24d159c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377507
3 changed files with 16 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libpo6
PORTVERSION= 0.5.0
PORTVERSION= 0.5.2
CATEGORIES= devel
MASTER_SITES= http://hyperdex.org/src/

View File

@ -1,2 +1,2 @@
SHA256 (libpo6-0.5.0.tar.gz) = 953efcf91704ac2e91c2cc609fec03281c8023333863cf9aa66a22c7a4a3a3a6
SIZE (libpo6-0.5.0.tar.gz) = 106874
SHA256 (libpo6-0.5.2.tar.gz) = fd59e2b3597261e10f91da17f07de6b8ee71ffe2d0cdb7affd8ec33fdb763ec9
SIZE (libpo6-0.5.2.tar.gz) = 106956

View File

@ -0,0 +1,13 @@
--- po6/net/ipaddr.h.orig 2015-01-05 09:06:24.000000000 +0100
+++ po6/net/ipaddr.h 2015-01-05 09:12:13.000000000 +0100
@@ -42,6 +42,10 @@
#include <sys/socket.h>
#endif
+#if defined(__FreeBSD__)
+#include <sys/types.h>
+#endif
+
// STL
#include <string>