View | Details | Raw Unified | Return to bug 258174
Collapse All | Expand All

(-)b/net/tintin++/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: ache
1
# Created by: ache
2
2
3
PORTNAME=	tintin++
3
PORTNAME=	tintin++
4
PORTVERSION=	2.02.11
4
PORTVERSION=	2.02.12
5
CATEGORIES+=	net games
5
CATEGORIES+=	net games
6
MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
6
MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
7
		https://github.com/scandum/tintin/releases/download/${PORTVERSION}/
7
		https://github.com/scandum/tintin/releases/download/${PORTVERSION}/
(-)b/net/tintin++/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1619569419
1
TIMESTAMP = 1630349623
2
SHA256 (tintin-2.02.11.tar.gz) = b39289ef1e26d2f5b7f7e33f70bcd894060c95dd96c157bb976f063c59a8b1f5
2
SHA256 (tintin-2.02.12.tar.gz) = b6f9fd4f2c1e7cdc8cff4172d7a80014961b0394380ced9182209dc34d781a00
3
SIZE (tintin-2.02.11.tar.gz) = 2215341
3
SIZE (tintin-2.02.12.tar.gz) = 2156614
(-)a/net/tintin++/files/patch-data.c (-11 lines)
Removed Link Here
1
--- data.c.orig	2021-04-24 20:46:04 UTC
2
+++ data.c
3
@@ -27,6 +27,8 @@
4
 
5
 #include <limits.h>
6
 
7
+extern char **environ;
8
+
9
 struct listroot *init_list(struct session *ses, int type, int size)
10
 {
11
 	struct listroot *listhead;
(-)a/net/tintin++/files/patch-tintin.h (-13 lines)
Removed Link Here
1
--- tintin.h.orig	2020-10-09 12:23:24 UTC
2
+++ tintin.h
3
@@ -98,6 +98,10 @@
4
 #include <sys/stat.h>
5
 #endif
6
 
7
+#ifdef HAVE_SYS_SOCKET_H
8
+#include <sys/socket.h>
9
+#endif
10
+
11
 #if !defined(SO_PEERCRED)
12
 	#define SO_PEERCRED 17
13
 #endif

Return to bug 258174