- Update to 3.5.2
PR: ports/134203 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) Approved by: miwi (mentor)
This commit is contained in:
parent
243d3cc782
commit
724670b103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233398
@ -6,11 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= raknet
|
||||
PORTVERSION= 3.5.0
|
||||
PORTVERSION= 3.5.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/
|
||||
DISTNAME= RakNet-3.5
|
||||
MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \
|
||||
SF
|
||||
MASTER_SITE_SUBDIR= raknetjenkinsso
|
||||
DISTNAME= RakNet-3.52
|
||||
|
||||
MAINTAINER= ganael.laplanche@martymac.com
|
||||
COMMENT= Networking API that provides reliable UDP primarily for online games
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (RakNet-3.5.zip) = 4c5c5b27c9b9732990c8bbec83311811
|
||||
SHA256 (RakNet-3.5.zip) = c4dd0a809f33c6dc322e2e0346b2f4668e547695e58a2016a9d5fb254ae1f44a
|
||||
SIZE (RakNet-3.5.zip) = 16274258
|
||||
MD5 (RakNet-3.52.zip) = 8dc9acbfc3831a2b0abc3f8eea5d46c9
|
||||
SHA256 (RakNet-3.52.zip) = 0a205c4b4b1249f69af533747ce91dafc42d4422a394e50ea94dffb0f48cec64
|
||||
SIZE (RakNet-3.52.zip) = 20363449
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- DependentExtensions/PostgreSQLInterface/PostgreSQLInterface.cpp.orig 2009-03-26 13:39:35.184163908 +0000
|
||||
+++ DependentExtensions/PostgreSQLInterface/PostgreSQLInterface.cpp 2009-03-26 13:39:46.373938586 +0000
|
||||
@@ -27,6 +27,10 @@
|
||||
#include "FormatString.h"
|
||||
#include "LinuxStrings.h"
|
||||
|
||||
+#if defined ( __FreeBSD__ )
|
||||
+#include <stdarg.h>
|
||||
+#endif
|
||||
+
|
||||
#define PQEXECPARAM_FORMAT_TEXT 0
|
||||
#define PQEXECPARAM_FORMAT_BINARY 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.am.orig 2009-03-26 08:47:40.963923627 +0000
|
||||
+++ Makefile.am 2009-03-26 08:48:10.713222979 +0000
|
||||
--- Makefile.am.orig 2009-04-30 10:50:54.156542241 +0000
|
||||
+++ Makefile.am 2009-04-30 10:52:47.532245019 +0000
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
SUBDIRS = Source DependentExtensions
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Source/NativeTypes.h.orig 2009-04-03 18:06:31.690567244 +0000
|
||||
+++ Source/NativeTypes.h 2009-04-03 18:10:54.166588917 +0000
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
- #if !defined(_STDINT_H) && !defined(_SN_STDINT_H)
|
||||
+ #if !defined(_STDINT_H) && !defined(_SN_STDINT_H) && !defined(_SYS_STDINT_H_)
|
||||
typedef unsigned char uint8_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned int uint32_t;
|
@ -1,10 +1,10 @@
|
||||
--- configure.ac.orig 2008-07-24 22:31:44.000000000 +0000
|
||||
+++ configure.ac 2009-03-26 09:33:19.329662010 +0000
|
||||
--- configure.ac.orig 2009-04-30 10:50:46.093705484 +0000
|
||||
+++ configure.ac 2009-04-30 10:51:28.143853198 +0000
|
||||
@@ -47,7 +47,7 @@
|
||||
AC_SUBST(pkgconfig_add_data)
|
||||
|
||||
# Files where we want to substitude variables (as version)
|
||||
-# AC_CONFIG_FILES(readme.txt autotools/RakNet.pc)
|
||||
-+AC_CONFIG_FILES(autotools/RakNet.pc)
|
||||
+AC_CONFIG_FILES(autotools/RakNet.pc)
|
||||
|
||||
AC_CONFIG_FILES(Makefile Source/Makefile DependentExtensions/Makefile)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user