Update to m4 1.4.17.
ok sthen@
This commit is contained in:
parent
090cc88711
commit
c10f6256de
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2013/11/09 23:19:03 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2013/11/22 19:53:46 brad Exp $
|
||||
|
||||
COMMENT= GNU m4
|
||||
|
||||
DISTNAME= m4-1.4.16
|
||||
REVISION= 0
|
||||
DISTNAME= m4-1.4.17
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/m4/
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (m4-1.4.16.tar.bz2) = inzvR/7KticuuGpr5jY7Lw==
|
||||
RMD160 (m4-1.4.16.tar.bz2) = IwKWN+biDDd0f7OlnSp6/PQVW3Q=
|
||||
SHA1 (m4-1.4.16.tar.bz2) = A5DHd4CrTNZbB/5OLSPk45dp+Wc=
|
||||
SHA256 (m4-1.4.16.tar.bz2) = QlAMH93ZC8sWHmtY3pMddpkpxJXBJBEtZ0KKI1Q9uQw=
|
||||
SIZE (m4-1.4.16.tar.bz2) = 1258362
|
||||
SHA256 (m4-1.4.17.tar.xz) = 8FQ8O+tR+mszN9gCUzFZHg4Y2Owohu05Hxqt5DR31Qg=
|
||||
SIZE (m4-1.4.17.tar.xz) = 1149088
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-doc_m4_1,v 1.3 2012/01/06 23:08:01 sthen Exp $
|
||||
--- doc/m4.1.orig Tue Mar 1 12:36:46 2011
|
||||
+++ doc/m4.1 Wed Jan 4 18:53:24 2012
|
||||
$OpenBSD: patch-doc_m4_1,v 1.4 2013/11/22 19:53:46 brad Exp $
|
||||
--- doc/m4.1.orig Sun Sep 22 02:39:13 2013
|
||||
+++ doc/m4.1 Thu Nov 21 01:46:33 2013
|
||||
@@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
|
||||
.TH M4 "1" "March 2011" "GNU M4 1.4.16" "User Commands"
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
|
||||
.TH M4 "1" "September 2013" "GNU M4 1.4.17" "User Commands"
|
||||
.SH NAME
|
||||
-m4 \- macro processor
|
||||
+gm4 \- macro processor
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-doc_m4_texinfo,v 1.5 2012/01/06 23:08:01 sthen Exp $
|
||||
--- doc/m4.texinfo.orig Mon Feb 28 09:42:52 2011
|
||||
+++ doc/m4.texinfo Wed Jan 4 18:53:24 2012
|
||||
$OpenBSD: patch-doc_m4_texi,v 1.1 2013/11/22 19:53:46 brad Exp $
|
||||
--- doc/m4.texi.orig Thu Nov 21 01:49:41 2013
|
||||
+++ doc/m4.texi Thu Nov 21 01:50:33 2013
|
||||
@@ -4,6 +4,7 @@
|
||||
@setfilename m4.info
|
||||
@include version.texi
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-lib_isnan_c,v 1.1 2013/06/25 09:32:20 espie Exp $
|
||||
--- lib/isnan.c.orig Tue Jun 25 11:11:20 2013
|
||||
+++ lib/isnan.c Tue Jun 25 11:13:06 2013
|
||||
@@ -118,7 +118,8 @@ FUNC (DOUBLE x)
|
||||
/* Be careful to not do any floating-point operation on x, such as x == x,
|
||||
$OpenBSD: patch-lib_isnan_c,v 1.2 2013/11/22 19:53:46 brad Exp $
|
||||
--- lib/isnan.c.orig Sun Sep 22 02:15:20 2013
|
||||
+++ lib/isnan.c Thu Nov 21 01:48:42 2013
|
||||
@@ -119,7 +119,8 @@ FUNC (DOUBLE x)
|
||||
because x may be a signaling NaN. */
|
||||
# if defined __TINYC__ || defined __SUNPRO_C || defined __DECC \
|
||||
- || (defined __sgi && !defined __GNUC__) || defined __ICC
|
||||
+ || (defined __sgi && !defined __GNUC__) || defined __ICC \
|
||||
# if defined __SUNPRO_C || defined __ICC || defined _MSC_VER \
|
||||
|| defined __DECC || defined __TINYC__ \
|
||||
- || (defined __sgi && !defined __GNUC__)
|
||||
+ || (defined __sgi && !defined __GNUC__) \
|
||||
+ || (defined __vax__ && defined __OpenBSD__)
|
||||
/* The Sun C 5.0, Intel ICC 10.0, and Compaq (ex-DEC) 6.4 compilers don't
|
||||
recognize the initializers as constant expressions. The latter compiler
|
||||
also fails when constant-folding 0.0 / 0.0 even when constant-folding is
|
||||
/* The Sun C 5.0, Intel ICC 10.0, Microsoft Visual C/C++ 9.0, Compaq (ex-DEC)
|
||||
6.4, and TinyCC compilers don't recognize the initializers as constant
|
||||
expressions. The Compaq compiler also fails when constant-folding
|
||||
|
Loading…
x
Reference in New Issue
Block a user