Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Modules_DateTimeFormat.cmake,v 1.1 2012/08/13 11:50:45 obache Exp $
* -u is much portable than --utc.
--- Modules/DateTimeFormat.cmake.orig 2012-07-22 19:33:19.000000000 +0000
+++ Modules/DateTimeFormat.cmake
@@ -28,7 +28,7 @@ IF(NOT DEFINED _DATE_TIME_FORMAT_CMAKE_)
IF(_locale)
SET(ENV{LC_ALL} ${_locale})
ENDIF(_locale)
- COMMAND_OUTPUT_TO_VARIABLE(${date_var} date --utc "${format}")
+ COMMAND_OUTPUT_TO_VARIABLE(${date_var} date -u "${format}")
ENDMACRO(TODAY date_var format)
TODAY(TODAY_CHANGELOG "+%a %b %d %Y" "C")