View | Details | Raw Unified | Return to bug 275599 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-7 / +7 lines)
Lines 1-11 Link Here
1
PORTNAME=	rsplib
1
PORTNAME=	rsplib
2
PORTVERSION=	3.3.1
2
PORTVERSION=	3.4.7
3
PORTREVISION=	1
3
CATEGORIES=	net
4
CATEGORIES=	net
4
MASTER_SITES=	https://www.uni-due.de/~be0001/rserpool/download/
5
MASTER_SITES=	https://www.nntb.no/~dreibh/rserpool/download/
5
6
6
MAINTAINER=	dreibh@iem.uni-due.de
7
MAINTAINER=	thomas.dreibholz@gmail.com
7
COMMENT=	RSerPool Framework and Example Applications
8
COMMENT=	RSerPool Framework and Example Applications
8
WWW=		https://www.uni-due.de/~be0001/rserpool/
9
WWW=		https://www.nntb.no/~dreibh/rserpool/
9
10
10
LICENSE=	GPLv3+
11
LICENSE=	GPLv3+
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 14-24 Link Here
14
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
15
USE_QT=		buildtools:build core gui qmake widgets xml
16
USE_QT=		buildtools:build core gui qmake widgets xml
16
17
17
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
18
CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
18
		-DDOCSDIR="${DOCSDIR}" \
19
		-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
19
		-DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1
20
SHEBANG_FILES=	src/scriptingserviceexample
20
SHEBANG_FILES=	src/scriptingserviceexample
21
21
22
PLIST_SUB=	VERSION=${PORTVERSION}
22
PLIST_SUB=	VERSION=${DISTVERSION}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1620065782
1
TIMESTAMP = 1702901197
2
SHA256 (rsplib-3.3.1.tar.xz) = 71238048a7b2f827b8aade3d404fb31ed5b285521fa38d68fa36507c58f1417e
2
SHA256 (rsplib-3.4.7.tar.xz) = 3dfb0c79abfcee72e783b3d28b38e23ece32f25ee576743a5c0b0a5be583fe72
3
SIZE (rsplib-3.3.1.tar.xz) = 1031180
3
SIZE (rsplib-3.4.7.tar.xz) = 1047772
(-)./files/patch-docs_CMakeLists.txt (-6 lines)
Lines 1-6 Link Here
1
--- docs/CMakeLists.txt.orig	2019-08-05 14:28:40 UTC
2
+++ docs/CMakeLists.txt
3
@@ -1,2 +1,2 @@
4
 # ###### Documentation ######################################################
5
-INSTALL(FILES Handbook.pdf DESTINATION ${CMAKE_INSTALL_DOCDIR})
6
+INSTALL(FILES Handbook.pdf DESTINATION ${DOCSDIR})
(-)./files/patch-src_randomizer.c (-47 lines)
Lines 1-47 Link Here
1
--- src/randomizer.c.orig	2021-02-17 14:14:20 UTC
2
+++ src/randomizer.c
3
@@ -32,13 +32,12 @@
4
 #include <math.h>
5
 #include <stdlib.h>
6
 
7
-
8
+/*
9
 #ifdef NDEBUG
10
 #undef min
11
 #undef max
12
 #include <omnetpp.h>
13
 #else
14
-/*
15
    It is tried to use /dev/urandom as random source first, since
16
    it provides high-quality random numbers. If /dev/urandom is not
17
    available, use the clib's random() function with a seed given
18
@@ -56,7 +55,6 @@
19
 
20
 static int   RandomSource = RS_TRY_DEVICE;
21
 static FILE* RandomDevice = NULL;
22
-#endif
23
 
24
 
25
 
26
@@ -84,11 +82,13 @@ uint64_t random64()
27
 /* ###### Get 32-bit random value ######################################## */
28
 uint32_t random32()
29
 {
30
+/*
31
 #ifdef NDEBUG
32
 #warning Using OMNeT++ random generator instead of time-seeded one!
33
    const double value = uniform(0.0, (double)0xffffffff);
34
    return((uint32_t)rint(value));
35
 #else
36
+*/
37
    uint32_t number;
38
 
39
    switch(RandomSource) {
40
@@ -116,7 +116,6 @@ uint32_t random32()
41
       break;
42
    }
43
    return(random());
44
-#endif
45
 }
46
 
47
 
(-)./pkg-plist (-11 / +11 lines)
Lines 148-164 Link Here
148
lib/libtdtimeutilities.so
148
lib/libtdtimeutilities.so
149
lib/libtdtimeutilities.so.3
149
lib/libtdtimeutilities.so.3
150
lib/libtdtimeutilities.so.%%VERSION%%
150
lib/libtdtimeutilities.so.%%VERSION%%
151
man/man1/calcappclient.1.gz
151
share/man/man1/calcappclient.1.gz
152
man/man1/cspmonitor.1.gz
152
share/man/man1/cspmonitor.1.gz
153
man/man1/fractalpooluser.1.gz
153
share/man/man1/fractalpooluser.1.gz
154
man/man1/hsdump.1.gz
154
share/man/man1/hsdump.1.gz
155
man/man1/pingpongclient.1.gz
155
share/man/man1/pingpongclient.1.gz
156
man/man1/rspregistrar.1.gz
156
share/man/man1/rspregistrar.1.gz
157
man/man1/rspserver.1.gz
157
share/man/man1/rspserver.1.gz
158
man/man1/rspterminal.1.gz
158
share/man/man1/rspterminal.1.gz
159
man/man1/scriptingclient.1.gz
159
share/man/man1/scriptingclient.1.gz
160
man/man1/scriptingcontrol.1.gz
160
share/man/man1/scriptingcontrol.1.gz
161
man/man1/scriptingserviceexample.1.gz
161
share/man/man1/scriptingserviceexample.1.gz
162
share/doc/rsplib/Handbook.pdf
162
share/doc/rsplib/Handbook.pdf
163
share/fgpconfig/input-001.fsf
163
share/fgpconfig/input-001.fsf
164
share/fgpconfig/input-002.fsf
164
share/fgpconfig/input-002.fsf

Return to bug 275599