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.
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
* 201302 - header <crypt.h> is gone
* 201303 - <netatalk/...> and <netproto/atalk/...> 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 <sys/_null.h>