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

Collapse All | Expand All

(-)b/sysutils/runwhen/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	runwhen
1
PORTNAME=	runwhen
2
DISTVERSION=	2021.04.30
2
DISTVERSION=	2021.04.30
3
PORTREVISION=   2
3
PORTREVISION=   3
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	http://code.dogmap.org/runwhen/releases/
5
MASTER_SITES=	http://code.dogmap.org/runwhen/releases/
6
6
Lines 11-17 WWW= http://code.dogmap.org/runwhen/ Link Here
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/package/LICENSE
12
LICENSE_FILE=	${WRKSRC}/package/LICENSE
13
13
14
BUILD_DEPENDS=  skalibs>=2.13.1.1:devel/skalibs
14
BUILD_DEPENDS=  skalibs>=2.14.1.1:devel/skalibs
15
LIB_DEPENDS=	libskarnet.so:devel/skalibs
15
LIB_DEPENDS=	libskarnet.so:devel/skalibs
16
16
17
USES=		localbase tar:bzip2
17
USES=		localbase tar:bzip2
(-)b/sysutils/runwhen/files/patch-src_rw__scan.c (-4 / +6 lines)
Lines 1-14 Link Here
1
--- src/rw_scan.c.orig	2022-08-10 16:08:50 UTC
1
--- src/rw_scan.c.orig	2020-04-23 08:44:17 UTC
2
+++ src/rw_scan.c
2
+++ src/rw_scan.c
3
@@ -9,7 +9,7 @@
3
@@ -9,9 +9,9 @@ extern char const* PROG;
4
 
4
 
5
 extern char const* PROG;
5
 extern char const* PROG;
6
 
6
 
7
-void rw_scan(tain_t* stamp, char const* text) {
7
-void rw_scan(tain_t* stamp, char const* text) {
8
+void rw_scan(tain* stamp, char const* text) {
8
+void rw_scan(tain* stamp, char const* text) {
9
   unsigned int i, scale;
9
   unsigned int i, scale;
10
   uint64 u;
10
-  uint64 u;
11
+  uint64_t u;
11
   char const* x;
12
   char const* x;
13
   switch (text[0]) {
14
     case '$':
12
@@ -53,7 +53,7 @@ void rw_scan(tain_t* stamp, char const* text) {
15
@@ -53,7 +53,7 @@ void rw_scan(tain_t* stamp, char const* text) {
13
       tai_unix(tain_secp(stamp), u);
16
       tai_unix(tain_secp(stamp), u);
14
       break;
17
       break;
15
- 

Return to bug 279116