Update to dateutils-0.4.7

Several years of changelogs:
https://github.com/hroptatyr/dateutils/releases
Patch goes away; noted by sthen@
ok sthen@
This commit is contained in:
bcallah 2020-02-04 20:40:58 +00:00
parent 257b18e684
commit cd92fab2b5
4 changed files with 40 additions and 72 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2019/11/11 20:58:49 fcambus Exp $
# $OpenBSD: Makefile,v 1.5 2020/02/04 20:40:58 bcallah Exp $
COMMENT = tools to fiddle with dates and times
DISTNAME = dateutils-0.2.7
REVISION = 1
DISTNAME = dateutils-0.4.7
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (dateutils-0.2.7.tar.xz) = 99DFAted7EpgTrww58RJiNcJW9MDE30fplJyA1AzcEI=
SIZE (dateutils-0.2.7.tar.xz) = 490456
SHA256 (dateutils-0.4.7.tar.xz) = SXJUV/W+9F6kJLqt6JmablRJbjV/ZCgEdP9xNKVPWZo=
SIZE (dateutils-0.4.7.tar.xz) = 649932

View File

@ -1,41 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2014/07/10 13:09:53 bentley Exp $
Don't build with -O3 -ggdb3 -msse2 -nopie.
--- configure.orig Fri Mar 14 02:08:18 2014
+++ configure Fri Mar 14 02:11:12 2014
@@ -5583,9 +5583,9 @@ $as_echo "${sxe_check_flag}" >&6; }
debugflags=""
## gdb
if test "$sxe_cv_c_flag__ggdb3" = "yes"; then
- debugflags="$debugflags -ggdb3"
+ :
elif test "$sxe_cv_c_flag__ggdb" = "yes"; then
- debugflags="$debugflags -ggdb"
+ :
fi
## stabs
if test "$sxe_cv_c_flag__gstabs3" = "yes"; then
@@ -7649,8 +7649,6 @@ $as_echo_n "checking for preferred warning flags... "
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${warnflags}" >&5
$as_echo "${warnflags}" >&6; }
- optiflags="-O3"
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ipo256" >&5
$as_echo_n "checking whether C compiler accepts -ipo256... " >&6; }
@@ -7801,7 +7799,6 @@ fi
$as_echo "${sxe_check_flag}" >&6; }
if test "${sxe_check_flag}" = "yes"; then
:
- featflags="$featflags -nopie"
else
:
@@ -7851,7 +7848,6 @@ $as_echo "${sxe_check_flag}" >&6; }
if test "${sxe_check_flag}" = "yes"; then
:
## sse2 is the cure
- featflags="$featflags -msse2"
else
:
## oh bugger

View File

@ -1,39 +1,49 @@
@comment $OpenBSD: PLIST,v 1.2 2015/05/22 11:31:18 ajacoutot Exp $
@bin bin/dadd
@bin bin/dconv
@bin bin/ddiff
@bin bin/dgrep
@bin bin/dround
@bin bin/dseq
@bin bin/dtest
@comment $OpenBSD: PLIST,v 1.3 2020/02/04 20:40:58 bcallah Exp $
bin/dadd
@bin bin/dateadd
@bin bin/dateconv
@bin bin/datediff
@bin bin/dategrep
@bin bin/dateround
@bin bin/dateseq
@bin bin/datesort
@bin bin/datetest
@bin bin/datezone
bin/dconv
bin/ddiff
bin/dgrep
bin/dround
bin/dseq
bin/dsort
bin/dtest
bin/dzone
@bin bin/strptime
include/dateutils/
include/dateutils/boops.h
include/dateutils/date-core-strpf.h
include/dateutils/date-core.h
include/dateutils/dt-core-strpf.h
include/dateutils/dt-core-tz-glue.h
include/dateutils/dt-core.h
include/dateutils/generics.h
include/dateutils/leaps.h
include/dateutils/leapseconds.def
include/dateutils/nifty.h
include/dateutils/strops.h
include/dateutils/time-core-strpf.h
include/dateutils/time-core.h
include/dateutils/token.h
include/dateutils/tzraw.h
@info info/dateutils.info
lib/libdut.a
lib/pkgconfig/libdut.pc
@man man/man1/dadd.1
@man man/man1/dateadd.1
@man man/man1/dateconv.1
@man man/man1/datediff.1
@man man/man1/dategrep.1
@man man/man1/dateround.1
@man man/man1/dateseq.1
@man man/man1/datesort.1
@man man/man1/datetest.1
@man man/man1/dateutils.1
@man man/man1/datezone.1
@man man/man1/dconv.1
@man man/man1/ddiff.1
@man man/man1/dgrep.1
@man man/man1/dround.1
@man man/man1/dseq.1
@man man/man1/dsort.1
@man man/man1/dtest.1
@man man/man1/dzone.1
@man man/man1/strptime.1
share/dateutils/
share/dateutils/iata.tzmcc
share/dateutils/icao.tzmcc
share/dateutils/locale
share/dateutils/mic.tzmcc
share/doc/dateutils/
share/doc/dateutils/LICENSE
share/doc/dateutils/README.md