From: DPorts Builder Date: Mon, 5 Feb 2018 06:06:54 +0000 (-0800) Subject: Tweak sysutils/dateutils version 0.4.1 X-Git-Url: https://gitweb.dragonflybsd.org/dports.git/commitdiff_plain/8dc8bb384a31c83f8cfc50c1c9096ce14bb83a49?ds=sidebyside Tweak sysutils/dateutils version 0.4.1 --- diff --git a/sysutils/dateutils/Makefile b/sysutils/dateutils/Makefile index 326390398ac..aa09e14e07e 100644 --- a/sysutils/dateutils/Makefile +++ b/sysutils/dateutils/Makefile @@ -13,9 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man -BROKEN_powerpc64= fails to compile: sysctl.h: expected declaration specifiers or ... before u_int - -USES= pathfix tar:xz +USES= tar:xz GNU_CONFIGURE= yes INFO= dateutils diff --git a/sysutils/dateutils/files/patch-build-aux_Makefile.in b/sysutils/dateutils/files/patch-build-aux_Makefile.in new file mode 100644 index 00000000000..b8265dbe2db --- /dev/null +++ b/sysutils/dateutils/files/patch-build-aux_Makefile.in @@ -0,0 +1,12 @@ +--- build-aux/Makefile.in.orig 2016-12-13 05:14:12 UTC ++++ build-aux/Makefile.in +@@ -273,8 +273,7 @@ AM_CFLAGS = $(EXTRA_CFLAGS) + BUILT_SOURCES = $(am__append_2) + EXTRA_DIST = $(am__append_3) + DISTCLEANFILES = $(am__append_4) +-@HAVE_YUCK_FALSE@yuck_CPPFLAGS = -D_POSIX_C_SOURCE=200809L \ +-@HAVE_YUCK_FALSE@ -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \ ++@HAVE_YUCK_FALSE@yuck_CPPFLAGS = -D_BSD_SOURCE \ + @HAVE_YUCK_FALSE@ -D_ALL_SOURCE -D_DARWIN_C_SOURCE \ + @HAVE_YUCK_FALSE@ -D_NETBSD_SOURCE \ + @HAVE_YUCK_FALSE@ -DYUCK_TEMPLATE_PATH='"$(abs_srcdir)"' \