parent
b3b8a09cbd
commit
04e77edfad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551940
3 changed files with 17 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tintin++
|
||||
PORTVERSION= 2.02.03
|
||||
PORTVERSION= 2.02.04
|
||||
CATEGORIES+= net games
|
||||
MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
|
||||
https://github.com/scandum/tintin/releases/download/${PORTVERSION}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1589631130
|
||||
SHA256 (tintin-2.02.03.tar.gz) = e44c88b1c97283525062ce15efdddebf5067e84ea37491903bcd8c8824f26f79
|
||||
SIZE (tintin-2.02.03.tar.gz) = 2074592
|
||||
TIMESTAMP = 1602317853
|
||||
SHA256 (tintin-2.02.04.tar.gz) = 479216011134568b43dbe872a3c2c7dc2a2fb0874bf6655f2a6f468637103ef0
|
||||
SIZE (tintin-2.02.04.tar.gz) = 2101749
|
||||
|
|
13
net/tintin++/files/patch-tintin.h
Normal file
13
net/tintin++/files/patch-tintin.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- tintin.h.orig 2020-10-09 12:23:24 UTC
|
||||
+++ tintin.h
|
||||
@@ -98,6 +98,10 @@
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_SYS_SOCKET_H
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
+
|
||||
#if !defined(SO_PEERCRED)
|
||||
#define SO_PEERCRED 17
|
||||
#endif
|
Loading…
Reference in a new issue