From: John Marino Date: Tue, 20 Dec 2011 10:12:55 +0000 (+0100) Subject: libm: Bump __DragonFly_version, remove obsolete man page X-Git-Tag: v3.0.0~343 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/373b1e4d9ef64a0c00f528d4cd84edc2918a8965 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. --- 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