From 373b1e4d9ef64a0c00f528d4cd84edc2918a8965 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 20 Dec 2011 11:12:55 +0100 Subject: [PATCH] libm: Bump __DragonFly_version, remove obsolete man page The ieee (3) man page is no longer generated, so add it to the upgrade script. The last commit introduced several functions to libm, so that merits increasing the param.h version. --- Makefile_upgrade.inc | 1 + sys/sys/param.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 4a7a146..60139bd 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1763,6 +1763,7 @@ TO_REMOVE+=/usr/share/man/cat9/MALLOC.9.gz TO_REMOVE+=/usr/share/man/man9/MALLOC.9.gz TO_REMOVE+=/usr/share/man/cat9/FREE.9.gz TO_REMOVE+=/usr/share/man/man9/FREE.9.gz +TO_REMOVE+=/usr/share/man/man3/ieee.3.gz .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/libdata/stallion/2681.sys diff --git a/sys/sys/param.h b/sys/sys/param.h index 7d7b864..c7abb18 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -84,9 +84,10 @@ * 201302 - header is gone * 201303 - and are gone * 201304 - Added wcscasecmp, wcsncasecmp to libc + * 201305 - Sync libm with NetBSD-current libm (new functions added) */ #undef __DragonFly_version -#define __DragonFly_version 201304 /* propagated to newvers */ +#define __DragonFly_version 201305 /* propagated to newvers */ #include -- 1.7.7.2