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

(-)sysutils/dateutils/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dateutils
3
PORTNAME=	dateutils
4
PORTVERSION=	0.2.7
4
PORTVERSION=	0.4.1
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://bitbucket.org/hroptatyr/dateutils/downloads/
6
MASTER_SITES=	https://bitbucket.org/hroptatyr/dateutils/downloads/
7
7
(-)sysutils/dateutils/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dateutils-0.2.7.tar.xz) = f7d0c502d79dec4a604ebc30e7c44988d7095bd303137d1fa652720350337042
1
TIMESTAMP = 1484000496
2
SIZE (dateutils-0.2.7.tar.xz) = 490456
2
SHA256 (dateutils-0.4.1.tar.xz) = 6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278
3
SIZE (dateutils-0.4.1.tar.xz) = 611460
(-)sysutils/dateutils/files/patch-build-aux_yuck.c (+11 lines)
Added Link Here
1
--- build-aux/yuck.c.orig	2016-12-13 05:12:37 UTC
2
+++ build-aux/yuck.c
3
@@ -61,6 +61,8 @@
4
 #include <fcntl.h>
5
 #include <sys/wait.h>
6
 #include <sys/stat.h>
7
+#include <sys/types.h>
8
+#include <sys/sysctl.h>
9
 #include <time.h>
10
 #if defined WITH_SCMVER
11
 # include <yuck-scmver.h>
(-)sysutils/dateutils/files/patch-lib__tzraw.c (-20 lines)
Removed Link Here
1
--- ./lib/tzraw.c.orig	2014-01-29 10:08:23.000000000 -0500
2
+++ ./lib/tzraw.c	2014-03-27 23:53:01.000000000 -0400
3
@@ -70,9 +70,14 @@
4
 /* me own header, innit */
5
 #include "tzraw.h"
6
 
7
-#if !defined MAP_ANONYMOUS && defined MAP_ANON
8
-# define MAP_ANONYMOUS	(MAP_ANON)
9
-#endif	/* MAP_ANON->MAP_ANONYMOUS */
10
+#ifndef MAP_ANONYMOUS
11
+#define MAP_ANONYMOUS 0x1000
12
+#endif
13
+
14
+#ifndef MAP_ANON
15
+#define MAP_ANON 0x1000
16
+#endif
17
+
18
 
19
 #if defined TZDIR
20
 static const char tzdir[] = TZDIR;
(-)sysutils/dateutils/files/patch-src__prchunk.c (-19 lines)
Removed Link Here
1
--- ./src/prchunk.c.orig	2014-01-29 10:08:23.000000000 -0500
2
+++ ./src/prchunk.c	2014-03-27 23:53:01.000000000 -0400
3
@@ -61,9 +61,13 @@
4
 #define MAX_NLINES	(16384)
5
 #define MAX_LLEN	(1024)
6
 
7
-#if !defined MAP_ANONYMOUS && defined MAP_ANON
8
-# define MAP_ANONYMOUS	(MAP_ANON)
9
-#endif	/* MAP_ANON->MAP_ANONYMOUS */
10
+#ifndef MAP_ANONYMOUS
11
+#define MAP_ANONYMOUS 0x1000
12
+#endif
13
+
14
+#ifndef MAP_ANON
15
+#define MAP_ANON 0x1000
16
+#endif
17
 
18
 #if defined __INTEL_COMPILER
19
 # pragma warning(disable: 981)
(-)sysutils/dateutils/pkg-plist (-17 / +27 lines)
Lines 6-28 bin/dround Link Here
6
bin/dseq
6
bin/dseq
7
bin/dtest
7
bin/dtest
8
bin/strptime
8
bin/strptime
9
include/dateutils/boops.h
9
bin/dateadd
10
include/dateutils/date-core-strpf.h
10
bin/dateconv
11
include/dateutils/date-core.h
11
bin/datediff
12
include/dateutils/dt-core-strpf.h
12
bin/dategrep
13
include/dateutils/dt-core-tz-glue.h
13
bin/dateround
14
include/dateutils/dt-core.h
14
bin/dateseq
15
include/dateutils/generics.h
15
bin/datesort
16
include/dateutils/leaps.h
16
bin/datetest
17
include/dateutils/leapseconds.def
17
bin/datezone
18
include/dateutils/nifty.h
18
bin/dsort
19
include/dateutils/strops.h
19
bin/dzone
20
include/dateutils/time-core-strpf.h
21
include/dateutils/time-core.h
22
include/dateutils/token.h
23
include/dateutils/tzraw.h
24
lib/libdut.a
25
libdata/pkgconfig/libdut.pc
26
man/man1/dadd.1.gz
20
man/man1/dadd.1.gz
27
man/man1/dateutils.1.gz
21
man/man1/dateutils.1.gz
28
man/man1/dconv.1.gz
22
man/man1/dconv.1.gz
Lines 32-35 man/man1/dround.1.gz Link Here
32
man/man1/dseq.1.gz
26
man/man1/dseq.1.gz
33
man/man1/dtest.1.gz
27
man/man1/dtest.1.gz
34
man/man1/strptime.1.gz
28
man/man1/strptime.1.gz
29
man/man1/dateadd.1.gz
30
man/man1/dateconv.1.gz
31
man/man1/datediff.1.gz
32
man/man1/dategrep.1.gz
33
man/man1/dateround.1.gz
34
man/man1/dateseq.1.gz
35
man/man1/datesort.1.gz
36
man/man1/datetest.1.gz
37
man/man1/datezone.1.gz
38
man/man1/dsort.1.gz
39
man/man1/dzone.1.gz
40
%%DATADIR%%/iata.tzmcc
41
%%DATADIR%%/icao.tzmcc
42
%%DATADIR%%/locale
43
%%DATADIR%%/mic.tzmcc
44
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
35
%%PORTDOCS%%%%DOCSDIR%%/README.md
45
%%PORTDOCS%%%%DOCSDIR%%/README.md

Return to bug 215931