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

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	motsognir
3
PORTNAME=	motsognir
4
PORTVERSION=	1.0.9
4
PORTVERSION=	1.0.12
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	SF/${PORTNAME}/v${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/v${PORTVERSION}
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1473181073
1
TIMESTAMP = 1590494017
2
SHA256 (motsognir-1.0.9.tar.xz) = 85d3a37472e5d13367ab44655c3304bf222ec9b81cd4ba57a98e6f1fc5096a06
2
SHA256 (motsognir-1.0.12.tar.xz) = b9d67df7bde3151d66000a9605cac2f15cca888e7cd174ae384d0835b4c54de5
3
SIZE (motsognir-1.0.9.tar.xz) = 991436
3
SIZE (motsognir-1.0.12.tar.xz) = 812876
(-)files/patch-motsognir.c (+13 lines)
Line 0 Link Here
1
--- motsognir.c.orig	2019-07-07 18:44:09.203615614 +0000
2
+++ motsognir.c	2020-05-26 12:57:14.435049000 +0000
3
@@ -59,6 +59,10 @@
4
   #define CONFIGFILE "/etc/motsognir.conf"
5
 #endif
6
 
7
+/* in FreeBSD there is no MSG_MORE by default */
8
+#ifndef MSG_MORE
9
+  #define MSG_MORE 0
10
+#endif
11
 
12
 #define CFG_SUBGOPHERMAPS 1
13
 #define CFG_CAPSSUPPORT   2
(-)files/pkg-message.in (+4 lines)
Lines 22-27 Link Here
22
22
23
if you want to keep log informations of Motsognir. Some of them go to
23
if you want to keep log informations of Motsognir. Some of them go to
24
/var/log/messages, but connection informations go to LOG_INFO.
24
/var/log/messages, but connection informations go to LOG_INFO.
25
Since version 1.0.12 you can also configure the log facility
26
(see LogFacility in motsognir.conf).
25
27
26
28
27
Motsognir will serve files in /var/gopher/ per default.
29
Motsognir will serve files in /var/gopher/ per default.
Lines 31-36 Link Here
31
access to an interface where ipv6 is enabled (for instance if you run
33
access to an interface where ipv6 is enabled (for instance if you run
32
Motsognir in a jail). This holds even if you want to bind it to an ipv4
34
Motsognir in a jail). This holds even if you want to bind it to an ipv4
33
address.
35
address.
36
Since version 1.0.11 you can disable IPv6 (see disableipv6 in
37
motsognir.conf).
34
EOM
38
EOM
35
}
39
}
36
]
40
]

Return to bug 246752